Skip to content

[checkout] Code generation: update services and models - #1735

Open
AdyenAutomationBot wants to merge 1 commit into
mainfrom
sdk-automation/checkout
Open

[checkout] Code generation: update services and models#1735
AdyenAutomationBot wants to merge 1 commit into
mainfrom
sdk-automation/checkout

Conversation

@AdyenAutomationBot

Copy link
Copy Markdown
Collaborator

This PR contains the automated changes for the checkout service.

The commit history of this PR reflects the adyen-openapi commits that have been applied.

@AdyenAutomationBot
AdyenAutomationBot requested a review from a team as a code owner July 21, 2026 09:54

@gemini-code-assist gemini-code-assist Bot left a comment

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.

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'
}
}

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.

medium

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
  1. 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.

Comment on lines +19 to +20
* @deprecated since Adyen Checkout API v49
* Use `storedPaymentMethodId` instead.

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.

medium

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.

Suggested change
* @deprecated since Adyen Checkout API v49
* Use `storedPaymentMethodId` instead.
* @deprecated since Adyen Checkout API v49
* Use storedPaymentMethodId instead.

@AdyenAutomationBot
AdyenAutomationBot force-pushed the sdk-automation/checkout branch 4 times, most recently from 7fb3b07 to bcd4fd5 Compare July 27, 2026 10:29
@AdyenAutomationBot
AdyenAutomationBot force-pushed the sdk-automation/checkout branch from bcd4fd5 to c3b9ca4 Compare July 31, 2026 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant