Skip to content

update ICreateTemplateResponse#89

Closed
tristan-vu wants to merge 3 commits into
mainfrom
tristan-vu/SCLABS-2488
Closed

update ICreateTemplateResponse#89
tristan-vu wants to merge 3 commits into
mainfrom
tristan-vu/SCLABS-2488

Conversation

@tristan-vu
Copy link
Copy Markdown
Contributor

@tristan-vu tristan-vu commented Apr 8, 2025

ref: SCLABS-2488

Description

update ICreateTemplateResponse to include responseJson

How to manually test

  1. Install version x.x.x
  2. Use service ...
  3. ...

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:

  • Version: Major
  • Version: Minor
  • Version: Patch

Acceptation criteria

  • Added the corrected label to my pull request
  • Added/updated tests impacted by the change
  • Documentation is up-to-date (README.md / INSTALL.md)
  • Manually tested?

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 8, 2025

Bump version from 0.2.8 to 0.2.9

1 similar comment
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 8, 2025

Bump version from 0.2.8 to 0.2.9

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🤖 🚀 🔥

@tristan-vu tristan-vu changed the title feat(whats-app-template): update ICreateTemplateResponse SCLABS-2488 update ICreateTemplateResponse Apr 8, 2025
Copy link
Copy Markdown
Contributor

@Vico1993 Vico1993 left a 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


export interface ICreateTemplateResponse extends ICreateTemplate {
export interface ICreateTemplateResponse {
responseJson: IMessageTemplate;
Copy link
Copy Markdown
Contributor

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 ?


export interface ICreateTemplateResponse extends ICreateTemplate {
export interface ICreateTemplateResponse {
responseJson: IMessageTemplate;
Copy link
Copy Markdown
Contributor

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?

@tristan-vu tristan-vu closed this Apr 8, 2025
@tristan-vu tristan-vu deleted the tristan-vu/SCLABS-2488 branch April 8, 2025 18:38
@tristan-vu tristan-vu changed the title SCLABS-2488 update ICreateTemplateResponse update ICreateTemplateResponse Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants