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 30, 2023
1 parent d10a980 commit 40123bf
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 5 deletions.
4 changes: 3 additions & 1 deletion json/BinLookupService-v40.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,9 @@
"description" : "The name of the token service.",
"enum" : [
"VISATOKENSERVICE",
"MCTOKENSERVICE"
"MCTOKENSERVICE",
"AMEXTOKENSERVICE",
"TOKEN_SHARING"
],
"type" : "string"
}
Expand Down
4 changes: 3 additions & 1 deletion json/BinLookupService-v50.json
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,9 @@
"description" : "The name of the token service.",
"enum" : [
"VISATOKENSERVICE",
"MCTOKENSERVICE"
"MCTOKENSERVICE",
"AMEXTOKENSERVICE",
"TOKEN_SHARING"
],
"type" : "string"
}
Expand Down
4 changes: 3 additions & 1 deletion json/BinLookupService-v52.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,9 @@
"description" : "The name of the token service.",
"enum" : [
"VISATOKENSERVICE",
"MCTOKENSERVICE"
"MCTOKENSERVICE",
"AMEXTOKENSERVICE",
"TOKEN_SHARING"
],
"type" : "string"
}
Expand Down
4 changes: 3 additions & 1 deletion json/BinLookupService-v53.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,9 @@
"description" : "The name of the token service.",
"enum" : [
"VISATOKENSERVICE",
"MCTOKENSERVICE"
"MCTOKENSERVICE",
"AMEXTOKENSERVICE",
"TOKEN_SHARING"
],
"type" : "string"
}
Expand Down
4 changes: 3 additions & 1 deletion json/BinLookupService-v54.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,9 @@
"description" : "The name of the token service.",
"enum" : [
"VISATOKENSERVICE",
"MCTOKENSERVICE"
"MCTOKENSERVICE",
"AMEXTOKENSERVICE",
"TOKEN_SHARING"
],
"type" : "string"
}
Expand Down
2 changes: 2 additions & 0 deletions yaml/BinLookupService-v40.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,8 @@ components:
enum:
- VISATOKENSERVICE
- MCTOKENSERVICE
- AMEXTOKENSERVICE
- TOKEN_SHARING
type: string
type: object
ServiceError:
Expand Down
2 changes: 2 additions & 0 deletions yaml/BinLookupService-v50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,8 @@ components:
enum:
- VISATOKENSERVICE
- MCTOKENSERVICE
- AMEXTOKENSERVICE
- TOKEN_SHARING
type: string
type: object
ServiceError:
Expand Down
2 changes: 2 additions & 0 deletions yaml/BinLookupService-v52.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,8 @@ components:
enum:
- VISATOKENSERVICE
- MCTOKENSERVICE
- AMEXTOKENSERVICE
- TOKEN_SHARING
type: string
type: object
ServiceError:
Expand Down
2 changes: 2 additions & 0 deletions yaml/BinLookupService-v53.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,8 @@ components:
enum:
- VISATOKENSERVICE
- MCTOKENSERVICE
- AMEXTOKENSERVICE
- TOKEN_SHARING
type: string
type: object
ServiceError:
Expand Down
2 changes: 2 additions & 0 deletions yaml/BinLookupService-v54.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,8 @@ components:
enum:
- VISATOKENSERVICE
- MCTOKENSERVICE
- AMEXTOKENSERVICE
- TOKEN_SHARING
type: string
type: object
ServiceError:
Expand Down

0 comments on commit 40123bf

Please sign in to comment.