-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI and various fixes #2
Conversation
Carminepo2
commented
Jul 19, 2024
•
edited
Loading
edited
- Added encoding and decoding function for each domain;
- Fix event schema, added missing properties;
- Fix CI and added npm release;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approve on CI
.eslintrc.cjs
Outdated
@@ -21,4 +21,4 @@ module.exports = { | |||
"@typescript-eslint/no-use-before-define": "off", | |||
}, | |||
ignorePatterns: [".eslintrc.cjs", "**/src/gen/**/*.ts", "**/dist"], | |||
}; | |||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing end of file
proto/v2/tenant/events.proto
Outdated
message TenantKindUpdatedV2 { | ||
TenantKindV2 oldKind = 1; | ||
TenantV2 tenant = 2; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing end of file