From 50b3fa184e22069299639772e0fc87aaf982e4ca Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Fri, 6 Dec 2024 08:42:20 +0000 Subject: [PATCH] chore(integration-templates): Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/0ac7606862b0d3540c6ae408a5061acf0f76d821 by Khaliq. Commit message: fix(xero): bump versions (#139) --- packages/shared/flows.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/shared/flows.yaml b/packages/shared/flows.yaml index dccbc3c9c8f..b8ed880cd55 100644 --- a/packages/shared/flows.yaml +++ b/packages/shared/flows.yaml @@ -13479,7 +13479,7 @@ integrations: method: GET path: /contacts group: Contacts - version: 1.0.1 + version: 1.0.2 accounts: description: > Fetches all accounts in Xero (chart of accounts). Incremental sync, @@ -13492,7 +13492,7 @@ integrations: method: GET path: /accounts group: Accounts - version: 1.0.1 + version: 1.0.2 items: description: > Fetches all items in Xero. Incremental sync, does not detect deletes, @@ -13507,7 +13507,7 @@ integrations: method: GET path: /items group: Items - version: 1.0.1 + version: 1.0.2 invoices: description: | Fetches all invoices in Xero. Incremental sync. @@ -13519,7 +13519,7 @@ integrations: method: GET path: /invoices group: Invoices - version: 1.0.1 + version: 1.0.2 payments: description: | Fetches all payments in Xero. Incremental sync. @@ -13531,7 +13531,7 @@ integrations: method: GET path: /payments group: Payments - version: 1.0.1 + version: 1.0.2 actions: create-contact: description: | @@ -13544,7 +13544,7 @@ integrations: method: POST path: /contacts group: Contacts - version: 1.0.1 + version: 1.0.2 update-contact: description: > Updates one or multiple contacts in Xero. Only fields that are passed @@ -13557,7 +13557,7 @@ integrations: method: PUT path: /contacts group: Contacts - version: 1.0.1 + version: 1.0.2 create-invoice: description: | Creates one or more invoices in Xero. @@ -13569,7 +13569,7 @@ integrations: method: POST path: /invoices group: Invoices - version: 1.0.2 + version: 1.0.3 update-invoice: description: | Updates one or more invoices in Xero. To delete an invoice @@ -13583,7 +13583,7 @@ integrations: method: PUT path: /invoices group: Invoices - version: 1.0.2 + version: 1.0.3 create-credit-note: description: | Creates one or more credit notes in Xero. @@ -13595,7 +13595,7 @@ integrations: method: POST path: /credit-notes group: Credit Notes - version: 1.0.2 + version: 1.0.3 update-credit-note: description: | Updates one or more credit notes in Xero. @@ -13606,7 +13606,7 @@ integrations: method: PUT path: /credit-notes group: Credit Notes - version: 1.0.2 + version: 1.0.3 create-payment: description: | Creates one or more payments in Xero. @@ -13618,7 +13618,7 @@ integrations: method: POST path: /payments group: Payments - version: 1.0.1 + version: 1.0.2 create-item: description: | Creates one or more items in Xero. @@ -13630,7 +13630,7 @@ integrations: method: POST path: /items group: Items - version: 1.0.1 + version: 1.0.2 get-tenants: description: | Fetches all the tenants the connection has access to. @@ -13650,7 +13650,7 @@ integrations: method: PUT path: /items group: Items - version: 1.0.1 + version: 1.0.2 models: ActionErrorResponse: message: string