Skip to content
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

Update all services #1440

Merged
merged 4 commits into from
Dec 23, 2024
Merged

Update all services #1440

merged 4 commits into from
Dec 23, 2024

Conversation

AdyenAutomationBot
Copy link
Collaborator

@AdyenAutomationBot AdyenAutomationBot commented Dec 23, 2024

OpenAPI spec or templates produced changes on 23-12-2024 by commit. Download OpenAPI diffs to view the changes.

New Features 💎

This version of the library introduces 2 significant improvements:

  • optional attributes can be set as null: in the previous version it was only possible to omit the attribute.
    For example, an optional attribute is defined as such:
   'contactDetails'?: ContactDetails | null;
  • mandatory polymorphic attributes cannot be set as null: in the previous version it was possible to do so.
    For example, a mandatory attribute can be any of the allowed classes, while null is no longer an option:
  'paymentMethod': ApplePayDonations | CardDonations | GooglePayDonations | IdealDonations;

@AdyenAutomationBot AdyenAutomationBot requested a review from a team as a code owner December 23, 2024 11:40
@gcatanese gcatanese merged commit c4876aa into main Dec 23, 2024
6 of 7 checks passed
@gcatanese gcatanese deleted the sdk-automation/models branch December 23, 2024 12:29
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.

2 participants