Skip to content

Commit 5008c19

Browse files
authored
Merge pull request #1545 from Adyen/sdk-automation/models
Code generation: update services and models
2 parents 294ff6c + c985c12 commit 5008c19

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/typings/sessionAuthentication/objectSerializer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ let primitives = [
2929
let enumsMap: Set<string> = new Set<string>([
3030
ProductType.Onboarding,
3131
ProductType.Platform,
32+
ProductType.Bank,
3233
ResourceType.LegalEntity,
3334
ResourceType.BalanceAccount,
3435
ResourceType.AccountHolder,

src/typings/sessionAuthentication/productType.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99

1010
export enum ProductType {
1111
Onboarding = 'onboarding',
12-
Platform = 'platform'
12+
Platform = 'platform',
13+
Bank = 'bank'
1314
}

0 commit comments

Comments
 (0)