From 4648d50f89b93b6b391005e3cd0511bd056aedff Mon Sep 17 00:00:00 2001 From: pumpkinball <91833653+pumpkinball@users.noreply.github.com> Date: Tue, 16 May 2023 19:19:12 +0100 Subject: [PATCH 1/5] test-yaml-changes --- xero-finance.yaml | 1 + xero_accounting.yaml | 3 ++- xero_files.yaml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/xero-finance.yaml b/xero-finance.yaml index 810877d52..14403470f 100644 --- a/xero-finance.yaml +++ b/xero-finance.yaml @@ -1121,6 +1121,7 @@ components: x-snake: xero_tenant_id description: Xero identifier for Tenant example: YOUR_XERO_TENANT_ID + x-example-open: 'YOUR_XERO_TENANT_ID' schema: type: string required: true diff --git a/xero_accounting.yaml b/xero_accounting.yaml index 7365184e2..784fa2180 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -23046,7 +23046,8 @@ components: name: xero-tenant-id x-snake: xero_tenant_id description: Xero identifier for Tenant - example: YOUR_XERO_TENANT_ID + example: YOUR_XEROX_TENANT_ID + x-example-open: 'YOUR_XERO_TENANT_ID' schema: type: string required: true diff --git a/xero_files.yaml b/xero_files.yaml index cd84a9bcb..eaf6ae0c9 100644 --- a/xero_files.yaml +++ b/xero_files.yaml @@ -793,6 +793,7 @@ components: x-snake: xero_tenant_id description: Xero identifier for Tenant example: YOUR_XERO_TENANT_ID + x-example-open: 'YOUR_XERO_TENANT_ID' schema: type: string required: true From c91d5166383285676bc79640c357d7d51a28343b Mon Sep 17 00:00:00 2001 From: pumpkinball <91833653+pumpkinball@users.noreply.github.com> Date: Tue, 16 May 2023 21:28:34 +0100 Subject: [PATCH 2/5] Update xero_accounting.yaml --- xero_accounting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xero_accounting.yaml b/xero_accounting.yaml index 784fa2180..0d978f87c 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -23047,7 +23047,7 @@ components: x-snake: xero_tenant_id description: Xero identifier for Tenant example: YOUR_XEROX_TENANT_ID - x-example-open: 'YOUR_XERO_TENANT_ID' + x-example-open: "YOUR_XEROO_TENANT_ID" schema: type: string required: true From 18ae6efbcb7cd960f9b9ec6ba2a07311674db3b6 Mon Sep 17 00:00:00 2001 From: pumpkinball <91833653+pumpkinball@users.noreply.github.com> Date: Wed, 17 May 2023 10:54:09 +0100 Subject: [PATCH 3/5] Update xero_accounting.yaml --- xero_accounting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xero_accounting.yaml b/xero_accounting.yaml index 0d978f87c..f23339de5 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -23047,7 +23047,7 @@ components: x-snake: xero_tenant_id description: Xero identifier for Tenant example: YOUR_XEROX_TENANT_ID - x-example-open: "YOUR_XEROO_TENANT_ID" + x-example-open: \'YOUR_XEROO_TENANT_ID\' schema: type: string required: true From 8f5355fe1dc42881f17c41d1caf295ea457e2af6 Mon Sep 17 00:00:00 2001 From: pumpkinball <91833653+pumpkinball@users.noreply.github.com> Date: Wed, 17 May 2023 11:17:47 +0100 Subject: [PATCH 4/5] Update xero_files.yaml --- xero_files.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xero_files.yaml b/xero_files.yaml index eaf6ae0c9..3596bc16f 100644 --- a/xero_files.yaml +++ b/xero_files.yaml @@ -792,7 +792,7 @@ components: name: xero-tenant-id x-snake: xero_tenant_id description: Xero identifier for Tenant - example: YOUR_XERO_TENANT_ID + example: YOUR_XEROF_TENANT_ID x-example-open: 'YOUR_XERO_TENANT_ID' schema: type: string From 93fff9f8f65252d7cce957662d224e789e931e4a Mon Sep 17 00:00:00 2001 From: pumpkinball <91833653+pumpkinball@users.noreply.github.com> Date: Wed, 17 May 2023 12:34:46 +0100 Subject: [PATCH 5/5] Update xero_accounting.yaml --- xero_accounting.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/xero_accounting.yaml b/xero_accounting.yaml index f23339de5..145df3df9 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -84,12 +84,12 @@ paths: - code: key: code keyPascal: Code - default: 123456 + default: 1234567 object: account - name: key: name keyPascal: Name - default: FooBar + default: FooBarr object: account - type: key: type @@ -124,8 +124,8 @@ paths: "Accounts": [ { "AccountID": "66b262e2-561e-423e-8937-47d558f13442", - "Code": "123456", - "Name": "Foobar", + "Code": "1234567", + "Name": "Foobarr", "Status": "ACTIVE", "Type": "EXPENSE", "TaxType": "INPUT", @@ -152,8 +152,8 @@ paths: "Elements": [ { "AccountID": "00000000-0000-0000-0000-000000000000", - "Code": "123456", - "Name": "Foobar", + "Code": "1234567", + "Name": "Foobarr", "Type": "EXPENSE", "Description": "Hello World", "ValidationErrors": [ @@ -172,8 +172,8 @@ paths: schema: $ref: '#/components/schemas/Account' example: '{ - "Code":"123456", - "Name":"Foobar", + "Code":"1234567", + "Name":"Foobarr", "Type":"EXPENSE", "Description":"Hello World" }'