-
Notifications
You must be signed in to change notification settings - Fork 1
update ICreateTemplateResponse #89
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
Conversation
ref: SCLABS-2488
Bump version from 0.2.8 to 0.2.9 |
1 similar comment
Bump version from 0.2.8 to 0.2.9 |
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.
LGTM! 🤖 🚀 🔥
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.
Don't forget to update the description of the PR
@@ -144,7 +144,11 @@ export interface ITemplatesResponse { | |||
after?: string; | |||
} | |||
|
|||
export interface ICreateTemplateResponse extends ICreateTemplate { | |||
export interface ICreateTemplateResponse { | |||
responseJson: IMessageTemplate; |
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.
Maybe we can remove responseJson
from the element we return to the user ?
@@ -144,7 +144,11 @@ export interface ITemplatesResponse { | |||
after?: string; | |||
} | |||
|
|||
export interface ICreateTemplateResponse extends ICreateTemplate { | |||
export interface ICreateTemplateResponse { | |||
responseJson: IMessageTemplate; |
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.
Can we make a Generic type for responseJson
response type?
ref: SCLABS-2488
Description
update ICreateTemplateResponse to include
responseJson
How to manually test
Include label
We are following this pattern to keep our package version updated. Please add the appropriate label to your Pull requests between the following:
Acceptation criteria