Skip to content

Commit 98f25aa

Browse files
committed
versions
1 parent 8ae198a commit 98f25aa

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

components/zoho_desk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/zoho_desk",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Pipedream Zoho_desk Components",
55
"main": "zoho_desk.app.mjs",
66
"keywords": [

components/zoho_desk/sources/changed-ticket-status/changed-ticket-status.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New Ticket Status Change",
77
description: "Emit new event when a status ticket is changed. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Tickets#Tickets_Listalltickets)",
88
type: "source",
9-
version: "0.0.3",
9+
version: "0.0.4",
1010
dedupe: "unique",
1111
props: {
1212
...common.props,

components/zoho_desk/sources/new-account/new-account.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New Account",
77
description: "Emit new event when a new account is created. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Accounts#Accounts_Listaccounts)",
88
type: "source",
9-
version: "0.0.3",
9+
version: "0.0.4",
1010
dedupe: "unique",
1111
props: {
1212
...common.props,

components/zoho_desk/sources/new-agent/new-agent.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New Agent",
77
description: "Emit new event when a new agent is created. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Agents#Agents_Listagents)",
88
type: "source",
9-
version: "0.0.3",
9+
version: "0.0.4",
1010
dedupe: "unique",
1111
props: {
1212
...common.props,

components/zoho_desk/sources/new-contact/new-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New Contact",
77
description: "Emit new event when a new contact is created. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Contacts#Contacts_Listcontacts)",
88
type: "source",
9-
version: "0.0.3",
9+
version: "0.0.4",
1010
dedupe: "unique",
1111
props: {
1212
...common.props,

components/zoho_desk/sources/new-ticket-attachment/new-ticket-attachment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New Ticket Attachment",
77
description: "Emit new event when a new ticket attachment is created. [See the docs here](https://desk.zoho.com/DeskAPIDocument#TicketAttachments#TicketAttachments_Listticketattachments)",
88
type: "source",
9-
version: "0.0.3",
9+
version: "0.0.4",
1010
dedupe: "unique",
1111
props: {
1212
...common.props,

components/zoho_desk/sources/new-ticket-comment/new-ticket-comment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New Ticket Comment",
77
description: "Emit new event when a new ticket comment is created. [See the docs here](https://desk.zoho.com/DeskAPIDocument#TicketsComments#TicketsComments_Listallticketcomments)",
88
type: "source",
9-
version: "0.0.3",
9+
version: "0.0.4",
1010
dedupe: "unique",
1111
props: {
1212
...common.props,

components/zoho_desk/sources/new-ticket-message/new-ticket-message.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New Ticket Message",
77
description: "Emit new event when a message ticket is created. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Threads#Threads_Listallthreads)",
88
type: "source",
9-
version: "0.0.3",
9+
version: "0.0.4",
1010
dedupe: "unique",
1111
props: {
1212
...common.props,

components/zoho_desk/sources/new-ticket/new-ticket.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New Ticket",
77
description: "Emit new event when a new ticket is created. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Tickets#Tickets_Listalltickets)",
88
type: "source",
9-
version: "0.0.3",
9+
version: "0.0.4",
1010
dedupe: "unique",
1111
props: {
1212
...common.props,

components/zoho_desk/sources/updated-ticket/updated-ticket.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
name: "New Updated Ticket",
77
description: "Emit new event when a ticket is updated. [See the docs here](https://desk.zoho.com/DeskAPIDocument#Tickets#Tickets_Listalltickets)",
88
type: "source",
9-
version: "0.0.3",
9+
version: "0.0.4",
1010
dedupe: "unique",
1111
props: {
1212
...common.props,

0 commit comments

Comments
 (0)