Skip to content

Commit

Permalink
Merge pull request #290 from event-cloud/opt/xero-source-events
Browse files Browse the repository at this point in the history
Opt/xero source events
  • Loading branch information
paulkr authored Jul 14, 2023
2 parents 78d84ba + ea56abe commit 45b5044
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 43 deletions.
12 changes: 0 additions & 12 deletions catalog/sources/rabbitmq/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion catalog/sources/rabbitmq/docs/connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Start a conversation by sending an email to [support@event.dev](mailto:[email protected]). Our Data Engineers are available 24/7 to help if you ever get stuck.
2 changes: 1 addition & 1 deletion catalog/sources/rabbitmq/docs/setup.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## RabbitMQ Source Setup

Check out our [quick start guide](https://docs.buildable.dev/) for more information.
Check out our [quick start guide](https://docs.event.dev/) to learn how to get started.
58 changes: 29 additions & 29 deletions catalog/sources/xero/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 45b5044

Please sign in to comment.