Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Oct 31, 2023
1 parent 40123bf commit 4e30151
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 6 deletions.
2 changes: 1 addition & 1 deletion json/LegalEntityService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2922,7 +2922,7 @@
"type" : "string"
},
"type" : {
"description" : "The type of Terms of Service.",
"description" : "The type of Terms of Service.\n\nPossible values:\n* **adyenForPlatformsManage**\n* **adyenIssuing**\n* **adyenForPlatformsAdvanced**\n* **adyenCapital**\n* **adyenAccount**\n* **adyenCard**\n* **adyenFranchisee**\n\n",
"enum" : [
"adyenAccount",
"adyenCapital",
Expand Down
2 changes: 1 addition & 1 deletion json/LegalEntityService-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3048,7 +3048,7 @@
"type" : "string"
},
"type" : {
"description" : "The type of Terms of Service.",
"description" : "The type of Terms of Service.\n\nPossible values:\n* **adyenForPlatformsManage**\n* **adyenIssuing**\n* **adyenForPlatformsAdvanced**\n* **adyenCapital**\n* **adyenAccount**\n* **adyenCard**\n* **adyenFranchisee**\n\n",
"enum" : [
"adyenAccount",
"adyenCapital",
Expand Down
2 changes: 1 addition & 1 deletion json/LegalEntityService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3187,7 +3187,7 @@
"type" : "string"
},
"type" : {
"description" : "The type of Terms of Service.",
"description" : "The type of Terms of Service.\n\nPossible values:\n* **adyenForPlatformsManage**\n* **adyenIssuing**\n* **adyenForPlatformsAdvanced**\n* **adyenCapital**\n* **adyenAccount**\n* **adyenCard**\n* **adyenFranchisee**\n\n",
"enum" : [
"adyenAccount",
"adyenCapital",
Expand Down
22 changes: 21 additions & 1 deletion yaml/LegalEntityService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,27 @@ components:
description: The unique identifier of the Terms of Service document.
type: string
type:
description: The type of Terms of Service.
description: 'The type of Terms of Service.
Possible values:
* **adyenForPlatformsManage**
* **adyenIssuing**
* **adyenForPlatformsAdvanced**
* **adyenCapital**
* **adyenAccount**
* **adyenCard**
* **adyenFranchisee**
'
enum:
- adyenAccount
- adyenCapital
Expand Down
22 changes: 21 additions & 1 deletion yaml/LegalEntityService-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,27 @@ components:
description: The unique identifier of the Terms of Service document.
type: string
type:
description: The type of Terms of Service.
description: 'The type of Terms of Service.
Possible values:
* **adyenForPlatformsManage**
* **adyenIssuing**
* **adyenForPlatformsAdvanced**
* **adyenCapital**
* **adyenAccount**
* **adyenCard**
* **adyenFranchisee**
'
enum:
- adyenAccount
- adyenCapital
Expand Down
22 changes: 21 additions & 1 deletion yaml/LegalEntityService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,27 @@ components:
description: The unique identifier of the Terms of Service document.
type: string
type:
description: The type of Terms of Service.
description: 'The type of Terms of Service.
Possible values:
* **adyenForPlatformsManage**
* **adyenIssuing**
* **adyenForPlatformsAdvanced**
* **adyenCapital**
* **adyenAccount**
* **adyenCard**
* **adyenFranchisee**
'
enum:
- adyenAccount
- adyenCapital
Expand Down

0 comments on commit 4e30151

Please sign in to comment.