From 7de9a403623674d8c66b0478cfbdab3f37cc147e Mon Sep 17 00:00:00 2001 From: Adyen Automation Date: Fri, 26 Jan 2024 10:54:06 +0100 Subject: [PATCH] spec release --- json/ManagementService-v1.json | 4 ++++ json/ManagementService-v3.json | 4 ++++ yaml/ManagementService-v1.yaml | 3 +++ yaml/ManagementService-v3.yaml | 3 +++ 4 files changed, 14 insertions(+) diff --git a/json/ManagementService-v1.json b/json/ManagementService-v1.json index 708f686..094168a 100644 --- a/json/ManagementService-v1.json +++ b/json/ManagementService-v1.json @@ -17143,6 +17143,10 @@ "secondaryLanguage" : { "description" : "Secondary language of the terminal.", "type" : "string" + }, + "timezone" : { + "description" : "The time zone of the terminal.", + "type" : "string" } }, "type" : "object" diff --git a/json/ManagementService-v3.json b/json/ManagementService-v3.json index 4b1564e..12d95b8 100644 --- a/json/ManagementService-v3.json +++ b/json/ManagementService-v3.json @@ -17330,6 +17330,10 @@ "secondaryLanguage" : { "description" : "Secondary language of the terminal.", "type" : "string" + }, + "timezone" : { + "description" : "The time zone of the terminal.", + "type" : "string" } }, "type" : "object" diff --git a/yaml/ManagementService-v1.yaml b/yaml/ManagementService-v1.yaml index cb26ad6..c5ff3b3 100644 --- a/yaml/ManagementService-v1.yaml +++ b/yaml/ManagementService-v1.yaml @@ -11745,6 +11745,9 @@ components: secondaryLanguage: description: Secondary language of the terminal. type: string + timezone: + description: The time zone of the terminal. + type: string type: object Logo: properties: diff --git a/yaml/ManagementService-v3.yaml b/yaml/ManagementService-v3.yaml index 1a039ec..375658d 100644 --- a/yaml/ManagementService-v3.yaml +++ b/yaml/ManagementService-v3.yaml @@ -11867,6 +11867,9 @@ components: secondaryLanguage: description: Secondary language of the terminal. type: string + timezone: + description: The time zone of the terminal. + type: string type: object Logo: properties: