From fb655ae9ddbea1a5e32f143643b34e5382d37c43 Mon Sep 17 00:00:00 2001 From: Paul Krishnamurthy Date: Fri, 14 Jul 2023 10:43:26 -0400 Subject: [PATCH 1/2] Update Xero source events --- catalog/sources/xero/config.json | 58 ++++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/catalog/sources/xero/config.json b/catalog/sources/xero/config.json index 3d6025b8..f21b8b3d 100644 --- a/catalog/sources/xero/config.json +++ b/catalog/sources/xero/config.json @@ -45,147 +45,147 @@ }, "events": [ { - "name": "accounting.accounts.synced", + "name": "accounting.accounts.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.attachments.synced", + "name": "accounting.attachments.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.banktransactions.synced", + "name": "accounting.banktransactions.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.banktransfers.synced", + "name": "accounting.banktransfers.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.batchpayments.synced", + "name": "accounting.batchpayments.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.brandingthemes.synced", + "name": "accounting.brandingthemes.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.budgets.synced", + "name": "accounting.budgets.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.contactgroups.synced", + "name": "accounting.contactgroups.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.contacts.synced", + "name": "accounting.contacts.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.creditnotes.synced", + "name": "accounting.creditnotes.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.currencies.synced", + "name": "accounting.currencies.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.employees.synced", + "name": "accounting.employees.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.invoices.synced", + "name": "accounting.invoices.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.items.synced", + "name": "accounting.items.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.journals.synced", + "name": "accounting.journals.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.linkedtransactions.synced", + "name": "accounting.linkedtransactions.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.manualjournals.synced", + "name": "accounting.manualjournals.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.organisation.synced", + "name": "accounting.organisation.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.overpayments.synced", + "name": "accounting.overpayments.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.paymentservices.synced", + "name": "accounting.paymentservices.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.payments.synced", + "name": "accounting.payments.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.prepayments.synced", + "name": "accounting.prepayments.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.purchaseorders.synced", + "name": "accounting.purchaseorders.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.quotes.synced", + "name": "accounting.quotes.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.repeatinginvoices.synced", + "name": "accounting.repeatinginvoices.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.taxrates.synced", + "name": "accounting.taxrates.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.trackingcategories.synced", + "name": "accounting.trackingcategories.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.users.synced", + "name": "accounting.users.batch-synced", "description": "", "group": "accounting" }, { - "name": "accounting.sync.failed", + "name": "accounting.batch-synced.failed", "description": "", "group": "accounting" } From ea56abe29fd47aa471da9d0eb4968bc38ea15841 Mon Sep 17 00:00:00 2001 From: Paul Krishnamurthy Date: Fri, 14 Jul 2023 10:43:40 -0400 Subject: [PATCH 2/2] Update RabbitMQ docs --- catalog/sources/rabbitmq/CHANGELOG.md | 12 ------------ catalog/sources/rabbitmq/docs/connect.md | 2 +- catalog/sources/rabbitmq/docs/setup.md | 2 +- 3 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 catalog/sources/rabbitmq/CHANGELOG.md diff --git a/catalog/sources/rabbitmq/CHANGELOG.md b/catalog/sources/rabbitmq/CHANGELOG.md deleted file mode 100644 index 3dd73319..00000000 --- a/catalog/sources/rabbitmq/CHANGELOG.md +++ /dev/null @@ -1,12 +0,0 @@ -# 📣 Change Log -All notable changes to the `RabbitMQ` Connection will be documented in this file. - -The format followed is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). - ---- - -## [1.0.0] - 2022-08-02 - -⚡️ Initial Version - ---- diff --git a/catalog/sources/rabbitmq/docs/connect.md b/catalog/sources/rabbitmq/docs/connect.md index 6c9b459b..8c809b1e 100644 --- a/catalog/sources/rabbitmq/docs/connect.md +++ b/catalog/sources/rabbitmq/docs/connect.md @@ -8,4 +8,4 @@ Rest assured, your credentials are securely encrypted to keep your information s ### Need Help? -Start a conversation in our [Discord Server](https://discord.com/invite/47AJ42Wzys) or send an email to [support@buildable.dev](mailto:https://discord.com/invite/47AJ42Wzys). Our Data Engineers are available 24/7 to help if you ever get stuck. \ No newline at end of file +Start a conversation by sending an email to [support@event.dev](mailto:support@event.dev). Our Data Engineers are available 24/7 to help if you ever get stuck. \ No newline at end of file diff --git a/catalog/sources/rabbitmq/docs/setup.md b/catalog/sources/rabbitmq/docs/setup.md index 5b6d66b5..f7ecbe51 100644 --- a/catalog/sources/rabbitmq/docs/setup.md +++ b/catalog/sources/rabbitmq/docs/setup.md @@ -1,3 +1,3 @@ ## RabbitMQ Source Setup -Check out our [quick start guide](https://docs.buildable.dev/) for more information. \ No newline at end of file +Check out our [quick start guide](https://docs.event.dev/) to learn how to get started. \ No newline at end of file