From 3fc41b629c41697948c95c81842a25f43ac1303c Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Thu, 28 Nov 2024 10:49:06 +0530 Subject: [PATCH 1/2] Create Cortex ID --- .cortex/catalog/cortex.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .cortex/catalog/cortex.yaml diff --git a/.cortex/catalog/cortex.yaml b/.cortex/catalog/cortex.yaml new file mode 100644 index 00000000..a2fcf824 --- /dev/null +++ b/.cortex/catalog/cortex.yaml @@ -0,0 +1,22 @@ +openapi: 3.0.1 +info: + title: Xero-Node SDK + description: "[Product] The xero-node SDK makes it easy for developers to access\ + \ Xero's APIs in their JavaScript code, and build robust applications and\ + \ software using small business & general ledger accounting data." + x-cortex-tag: 8TADAt7cHWRszE7DZoTPwu + x-cortex-type: domain + x-cortex-slack: + channels: + - name: help-xero-openapi-github + x-cortex-groups: + - domain-type:product + - phase:sustained-release + x-cortex-oncall: + pagerduty: + id: null + type: SERVICE + x-cortex-owners: + - type: EMAIL + email: saxon.bruce@xero.com + inheritance: APPEND From 8d7e222f66f80f26f5f1321cdf77c04866515c27 Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Thu, 28 Nov 2024 10:50:39 +0530 Subject: [PATCH 2/2] Revert "Create Cortex ID" This reverts commit 3fc41b629c41697948c95c81842a25f43ac1303c. --- .cortex/catalog/cortex.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .cortex/catalog/cortex.yaml diff --git a/.cortex/catalog/cortex.yaml b/.cortex/catalog/cortex.yaml deleted file mode 100644 index a2fcf824..00000000 --- a/.cortex/catalog/cortex.yaml +++ /dev/null @@ -1,22 +0,0 @@ -openapi: 3.0.1 -info: - title: Xero-Node SDK - description: "[Product] The xero-node SDK makes it easy for developers to access\ - \ Xero's APIs in their JavaScript code, and build robust applications and\ - \ software using small business & general ledger accounting data." - x-cortex-tag: 8TADAt7cHWRszE7DZoTPwu - x-cortex-type: domain - x-cortex-slack: - channels: - - name: help-xero-openapi-github - x-cortex-groups: - - domain-type:product - - phase:sustained-release - x-cortex-oncall: - pagerduty: - id: null - type: SERVICE - x-cortex-owners: - - type: EMAIL - email: saxon.bruce@xero.com - inheritance: APPEND