Skip to content

Commit 47013e5

Browse files
PrajwalLokhande2003michelle0927coderabbitai[bot]
authored
Send a ticket message action in trengo (#19087)
* Added 6 new actions to support advanced cell formatting, data validation, and protection * resolve PR comment * Update components/google_sheets/actions/add-conditional-format-rule/add-conditional-format-rule.mjs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update components/google_sheets/actions/set-data-validation/set-data-validation.mjs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * add-conditional-format-rule updates * add-protected-range updates * delete-conditional-format-rule update * merge-cells update * set-data-validation update * update-conditional-format-rule updates * send a ticket message action added in trengo * Revert "send a ticket message action added in trengo" This reverts commit 7c93828. * send a ticket message action added in trengo * updates * versions * fix key --------- Co-authored-by: michelle0927 <michelle0927@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Michelle Bergeron <michelle.bergeron@gmail.com>
1 parent 31c547e commit 47013e5

File tree

26 files changed

+98
-24
lines changed

26 files changed

+98
-24
lines changed

components/trengo/actions/attach-label/attach-label.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "trengo-attach-label",
55
name: "Attach Label",
66
description: "Attach a label to a ticket. [See the documentation](https://developers.trengo.com/reference/apply-a-label)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
annotations: {
1010
destructiveHint: false,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import app from "../../trengo.app.mjs";
33
export default {
44
type: "action",
55
key: "trengo-create-contact",
6-
version: "0.0.6",
6+
version: "0.0.7",
77
annotations: {
88
destructiveHint: false,
99
openWorldHint: true,

components/trengo/actions/find-contacts/find-contacts.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import app from "../../trengo.app.mjs";
44
export default {
55
type: "action",
66
key: "trengo-find-contacts",
7-
version: "0.0.6",
7+
version: "0.0.7",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/trengo/actions/get-label/get-label.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "trengo-get-label",
55
name: "Get Label",
66
description: "Get a label by ID. [See the documentation](https://developers.trengo.com/reference/get-a-label)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
annotations: {
1010
destructiveHint: false,

components/trengo/actions/get-message/get-message.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "trengo-get-message",
55
name: "Get Message",
66
description: "Get a message by ID. [See the documentation](https://developers.trengo.com/reference/fetch-a-message)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
annotations: {
1010
destructiveHint: false,

components/trengo/actions/list-articles/list-articles.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import app from "../../trengo.app.mjs";
44
export default {
55
type: "action",
66
key: "trengo-list-articles",
7-
version: "0.0.4",
7+
version: "0.0.5",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/trengo/actions/list-labels/list-labels.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "trengo-list-labels",
66
name: "List Labels",
77
description: "List all labels. [See the documentation](https://developers.trengo.com/reference/list-all-labels)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
annotations: {
1111
destructiveHint: false,

components/trengo/actions/list-messages/list-messages.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "trengo-list-messages",
66
name: "List Messages",
77
description: "List messages from a ticket. [See the documentation](https://developers.trengo.com/reference/list-all-messages)",
8-
version: "0.0.3",
8+
version: "0.0.4",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "trengo-list-tickets",
66
name: "List Tickets",
77
description: "List tickets according to the specified criteria. [See the documentation](https://developers.trengo.com/reference/list-all-tickets)",
8-
version: "0.0.3",
8+
version: "0.0.4",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/trengo/actions/log-a-voice-call/log-a-voice-call.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import app from "../../trengo.app.mjs";
33
export default {
44
type: "action",
55
key: "trengo-log-a-voice-call",
6-
version: "0.0.6",
6+
version: "0.0.7",
77
annotations: {
88
destructiveHint: false,
99
openWorldHint: true,

0 commit comments

Comments
 (0)