Skip to content

Commit c4ef295

Browse files
committed
versions
1 parent 6703b0e commit c4ef295

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

components/gorgias_oauth/actions/create-customer/create-customer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "gorgias_oauth-create-customer",
66
name: "Create Customer",
77
description: "Create a new customer. [See the docs](https://developers.gorgias.com/reference/post_api-customers)",
8-
version: "0.0.8",
8+
version: "0.0.9",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/gorgias_oauth/actions/create-macro/create-macro.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "gorgias_oauth-create-macro",
77
name: "Create Macro",
88
description: "Create a macro. [See the documentation](https://developers.gorgias.com/reference/create-macro)",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
annotations: {
1111
destructiveHint: false,
1212
openWorldHint: true,

components/gorgias_oauth/actions/create-ticket-message/create-ticket-message.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "gorgias_oauth-create-ticket-message",
88
name: "Create Ticket Message",
99
description: "Create a message for a ticket in the Gorgias system. [See the documentation](https://developers.gorgias.com/reference/create-ticket-message)",
10-
version: "0.0.5",
10+
version: "0.0.6",
1111
annotations: {
1212
destructiveHint: false,
1313
openWorldHint: true,

components/gorgias_oauth/actions/create-ticket/create-ticket.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "gorgias_oauth-create-ticket",
55
name: "Create Ticket",
66
description: "Create a new ticket. [See the docs](https://developers.gorgias.com/reference/post_api-tickets)",
7-
version: "0.0.9",
7+
version: "0.0.10",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/gorgias_oauth/actions/delete-macro/delete-macro.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "gorgias_oauth-delete-macro",
55
name: "Delete Macro",
66
description: "Delete a macro. [See the documentation](https://developers.gorgias.com/reference/delete-macro)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
annotations: {
99
destructiveHint: true,
1010
openWorldHint: true,

components/gorgias_oauth/actions/get-ticket/get-ticket.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "gorgias_oauth-get-ticket",
55
name: "Get Ticket",
66
description: "Get a ticket. [See the documentation](https://developers.gorgias.com/reference/get-ticket)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/gorgias_oauth/actions/list-macros/list-macros.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "gorgias_oauth-list-macros",
55
name: "List Macros",
66
description: "List all macros. [See the documentation](https://developers.gorgias.com/reference/list-macros)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/gorgias_oauth/actions/list-tickets/list-tickets.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "gorgias_oauth-list-tickets",
55
name: "List Tickets",
66
description: "List all tickets. [See the docs](https://developers.gorgias.com/reference/get_api-tickets)",
7-
version: "0.0.9",
7+
version: "0.0.10",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/gorgias_oauth/actions/retrieve-customer/retrieve-customer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "gorgias_oauth-retrieve-customer",
55
name: "Retrieve a Customer",
66
description: "Retrieve a customer. [See the docs](https://developers.gorgias.com/reference/get_api-customers-id-)",
7-
version: "0.0.8",
7+
version: "0.0.9",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/gorgias_oauth/actions/update-customer/update-customer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
key: "gorgias_oauth-update-customer",
1111
name: "Update Customer",
1212
description: "Update a customer. [See the docs](https://developers.gorgias.com/reference/put_api-customers-id-)",
13-
version: "0.0.8",
13+
version: "0.0.9",
1414
annotations: {
1515
destructiveHint: true,
1616
openWorldHint: true,

0 commit comments

Comments
 (0)