Skip to content

Commit 9eb9542

Browse files
committed
Source version bumps
1 parent e04c3ec commit 9eb9542

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

components/chargebee/sources/customer-card-expired-instant/customer-card-expired-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "Customer Card Expired (Instant)",
99
description: "Emit new event when a customer card has expired. [See the Documentation](https://apidocs.chargebee.com/docs/api/events#card_expired). Please make sure once you deploy this source, you copy/paste the webhook URL to create it in your [Chargebee Webhook settings](https://www.chargebee.com/docs/2.0/webhook_settings.html#configure-webhooks).",
1010
type: "source",
11-
version: "0.0.2",
11+
version: "0.0.3",
1212
dedupe: "unique",
1313
methods: {
1414
...common.methods,

components/chargebee/sources/customer-changed-instant/customer-changed-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "Customer Changed (Instant)",
99
description: "Emit new event when a customer is changed. [See the Documentation](https://apidocs.chargebee.com/docs/api/events#customer_changed). Please make sure once you deploy this source, you copy/paste the webhook URL to create it in your [Chargebee Webhook settings](https://www.chargebee.com/docs/2.0/webhook_settings.html#configure-webhooks).",
1010
type: "source",
11-
version: "0.0.2",
11+
version: "0.0.3",
1212
dedupe: "unique",
1313
methods: {
1414
...common.methods,

components/chargebee/sources/new-customer-created-instant/new-customer-created-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "New Customer Created (Instant)",
99
description: "Emit new event when a new customer is created. [See the Documentation](https://apidocs.chargebee.com/docs/api/events#customer_created). Please make sure once you deploy this source, you copy/paste the webhook URL to create it in your [Chargebee Webhook settings](https://www.chargebee.com/docs/2.0/webhook_settings.html#configure-webhooks).",
1010
type: "source",
11-
version: "0.0.2",
11+
version: "0.0.3",
1212
dedupe: "unique",
1313
methods: {
1414
...common.methods,

components/chargebee/sources/new-event/new-event.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "New Event",
99
description: "Emit new event when the selected event is triggered. [See the Documentation](https://apidocs.chargebee.com/docs/api/events). Please make sure once you deploy this source, you copy/paste the webhook URL to create it in your [Chargebee Webhook settings](https://www.chargebee.com/docs/2.0/webhook_settings.html#configure-webhooks).",
1010
type: "source",
11-
version: "0.0.1",
11+
version: "0.0.2",
1212
dedupe: "unique",
1313
props: {
1414
...common.props,

components/chargebee/sources/new-invoice-created-instant/new-invoice-created-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "New Invoice Created (Instant)",
99
description: "Emit new event when a new invoice is created. [See the Documentation](https://apidocs.chargebee.com/docs/api/events#invoice_generated). Please make sure once you deploy this source, you copy/paste the webhook URL to create it in your [Chargebee Webhook settings](https://www.chargebee.com/docs/2.0/webhook_settings.html#configure-webhooks).",
1010
type: "source",
11-
version: "0.0.2",
11+
version: "0.0.3",
1212
dedupe: "unique",
1313
methods: {
1414
...common.methods,

components/chargebee/sources/new-invoice-updated-instant/new-invoice-updated-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "New Invoice Updated (Instant)",
99
description: "Emit new event when a new invoice is updated. [See the Documentation](https://apidocs.chargebee.com/docs/api/events#invoice_updated). Please make sure once you deploy this source, you copy/paste the webhook URL to create it in your [Chargebee Webhook settings](https://www.chargebee.com/docs/2.0/webhook_settings.html#configure-webhooks).",
1010
type: "source",
11-
version: "0.0.1",
11+
version: "0.0.2",
1212
dedupe: "unique",
1313
methods: {
1414
...common.methods,

components/chargebee/sources/new-payment-source-added-instant/new-payment-source-added-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "New Payment Source Added (Instant)",
99
description: "Emit new event when a new payment source is added. [See the Documentation](https://apidocs.chargebee.com/docs/api/events#payment_source_added). Please make sure once you deploy this source, you copy/paste the webhook URL to create it in your [Chargebee Webhook settings](https://www.chargebee.com/docs/2.0/webhook_settings.html#configure-webhooks).",
1010
type: "source",
11-
version: "0.0.2",
11+
version: "0.0.3",
1212
dedupe: "unique",
1313
methods: {
1414
...common.methods,

components/chargebee/sources/payment-failed-instant/payment-failed-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "Payment Failed (Instant)",
99
description: "Emit new event when a payment is failed. [See the Documentation](https://apidocs.chargebee.com/docs/api/events#payment_failed). Please make sure once you deploy this source, you copy/paste the webhook URL to create it in your [Chargebee Webhook settings](https://www.chargebee.com/docs/2.0/webhook_settings.html#configure-webhooks).",
1010
type: "source",
11-
version: "0.0.2",
11+
version: "0.0.3",
1212
dedupe: "unique",
1313
methods: {
1414
...common.methods,

components/chargebee/sources/payment-refunded-instant/payment-refunded-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "New Payment Refunded (Instant)",
99
description: "Emit new event when a payment is refunded. [See the Documentation](https://apidocs.chargebee.com/docs/api/events#payment_refunded). Please make sure once you deploy this source, you copy/paste the webhook URL to create it in your [Chargebee Webhook settings](https://www.chargebee.com/docs/2.0/webhook_settings.html#configure-webhooks).",
1010
type: "source",
11-
version: "0.0.1",
11+
version: "0.0.2",
1212
dedupe: "unique",
1313
methods: {
1414
...common.methods,

components/chargebee/sources/payment-source-updated-instant/payment-source-updated-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
name: "Payment Source Updated (Instant)",
99
description: "Emit new event when a payment source is updated. [See the Documentation](https://apidocs.chargebee.com/docs/api/events#payment_source_updated). Please make sure once you deploy this source, you copy/paste the webhook URL to create it in your [Chargebee Webhook settings](https://www.chargebee.com/docs/2.0/webhook_settings.html#configure-webhooks).",
1010
type: "source",
11-
version: "0.0.2",
11+
version: "0.0.3",
1212
dedupe: "unique",
1313
methods: {
1414
...common.methods,

0 commit comments

Comments
 (0)