[checkout] Code generation: update services and models - #1735
[checkout] Code generation: update services and models#1735AdyenAutomationBot wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the SDK models to include new types and fields, such as AuPayDetails, CarRental, Lodging, and Healthcare, while also updating existing models with additional data keys and refining error handling structures. The reviewer provided feedback regarding consistent formatting in generated files, specifically regarding trailing newlines and indentation in JSDoc comments.
| export enum TypeEnum { | ||
| Aupay = 'aupay' | ||
| } | ||
| } |
There was a problem hiding this comment.
The generated model file does not include a trailing newline. Please configure the generator to consistently include a trailing newline in all generated model files (e.g., in src/typings/), rather than applying manual fixes to individual files.
References
- Ensure generated model files (e.g., in
src/typings/) consistently include a trailing newline, preferably by configuring the generator rather than applying manual fixes to individual files.
| * @deprecated since Adyen Checkout API v49 | ||
| * Use `storedPaymentMethodId` instead. |
There was a problem hiding this comment.
The JSDoc @deprecated comment block uses tab characters (\t) for indentation instead of spaces. To maintain consistent formatting across all generated files, please update the generator template to use spaces for indentation.
| * @deprecated since Adyen Checkout API v49 | |
| * Use `storedPaymentMethodId` instead. | |
| * @deprecated since Adyen Checkout API v49 | |
| * Use storedPaymentMethodId instead. |
7fb3b07 to
bcd4fd5
Compare
bcd4fd5 to
c3b9ca4
Compare
This PR contains the automated changes for the
checkoutservice.The commit history of this PR reflects the
adyen-openapicommits that have been applied.