Skip to content

Commit 7288b0c

Browse files
committed
versions
1 parent c07e9cb commit 7288b0c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

components/highlevel_oauth/actions/add-contact-to-campaign/add-contact-to-campaign.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "highlevel_oauth-add-contact-to-campaign",
66
name: "Add Contact to Campaign",
77
description: "Adds an existing contact to a campaign. [See the documentation](https://highlevel.stoplight.io/docs/integrations/ecf9b5b45deaf-add-contact-to-campaign)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
...common.props,

components/highlevel_oauth/actions/create-contact/create-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
key: "highlevel_oauth-create-contact",
1212
name: "Create Contact",
1313
description: "Creates a new contact on HighLevel. [See the documentation](https://highlevel.stoplight.io/docs/integrations/4c8362223c17b-create-contact)",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
type: "action",
1616
props: {
1717
app,

components/highlevel_oauth/actions/update-contact/update-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
key: "highlevel_oauth-update-contact",
1212
name: "Update Contact",
1313
description: "Updates a selected contact on HighLevel. [See the documentation](https://highlevel.stoplight.io/docs/integrations/9ce5a739d4fb9-update-contact)",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
type: "action",
1616
props: {
1717
app,

components/highlevel_oauth/actions/upsert-contact/upsert-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
key: "highlevel_oauth-upsert-contact",
1212
name: "Upsert Contact",
1313
description: "Creates or updates a contact on HighLevel. [See the documentation](https://highlevel.stoplight.io/docs/integrations/f71bbdd88f028-upsert-contact)",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
type: "action",
1616
props: {
1717
app,

components/highlevel_oauth/sources/new-contact-created/new-contact-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "highlevel_oauth-new-contact-created",
77
name: "New Contact Created",
88
description: "Emit new event when a new contact is created. [See the documentation](https://highlevel.stoplight.io/docs/integrations/ab55933a57f6f-get-contacts)",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/highlevel_oauth/sources/new-form-submission/new-form-submission.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "highlevel_oauth-new-form-submission",
77
name: "New Form Submission",
88
description: "Emit new event when a new form submission is created. [See the documentation](https://highlevel.stoplight.io/docs/integrations/a6114bd7685d1-get-forms-submissions)",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

0 commit comments

Comments
 (0)