Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion components/zerotier/actions/get-status/get-status.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import zerotier from "../../zerotier.app.mjs";
export default {
key: "zerotier-get-status",
type: "action",
version: "0.0.3",
version: "0.0.4",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
name: "Get Account Status",
description: "Get the overall account status. Returns the overall status of the account tied to the API token in use. [See docs here](https://docs.zerotier.com/central/v1/#operation/getStatus)",
props: {
Expand Down
7 changes: 6 additions & 1 deletion components/zerotier/actions/get-user/get-user.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import zerotier from "../../zerotier.app.mjs";
export default {
key: "zerotier-get-user",
type: "action",
version: "0.0.4",
version: "0.0.5",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
name: "Get User",
description: "Get a specific user. Returns a single user. [See docs here](https://docs.zerotier.com/central/v1/#operation/getUserByID)",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import zerotier from "../../zerotier.app.mjs";
export default {
key: "zerotier-update-network-member",
type: "action",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
name: "Update Network Member",
description:
"Update a specific member (node) within a network. Can authorize, rename, hide a member (as well as other updates). [See docs here](https://docs.zerotier.com/central/v1/#operation/updateNetworkMember)",
Expand Down
7 changes: 6 additions & 1 deletion components/zest/actions/send-gift/send-gift.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zest-send-gift",
name: "Send Gift",
description: "Creates a gift within a specified campaign in Zest. [See the documentation](https://gifts.zest.co/admin/integrations/documentation#operation/create)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ export default {
key: "zip_archive_api-compress-files",
name: "Compress Files",
description: "Compress files provided through URLs into a zip folder. [See the documentation](https://archiveapi.com/rest-api/file-compression/)",
version: "1.0.1",
version: "1.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "zixflow-create-activity",
name: "Create Activity",
description: "Creates a new activity or task within Zixflow. [See the documentation](https://docs.zixflow.com/api-reference/activity-list/create)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zixflow-delete-activity",
name: "Delete Activity",
description: "Deletes an existing activity or task from Zixflow. [See the documentation](https://docs.zixflow.com/api-reference/activity-list/delete)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
7 changes: 6 additions & 1 deletion components/zixflow/actions/get-activities/get-activities.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zixflow-get-activities",
name: "Get Activities",
description: "Retrieve a list of activities. [See the documentation](https://docs.zixflow.com/api-reference/activity-list/get#body)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "zixflow-update-activity",
name: "Update Activity",
description: "Updates an existing activity or task in Zixflow. [See the documentation](https://docs.zixflow.com/api-reference/activity-list/edit)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
7 changes: 6 additions & 1 deletion components/zoho_analytics/actions/add-row/add-row.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import zohoAnalytics from "../../zoho_analytics.app.mjs";
export default {
key: "zoho_analytics-add-row",
name: "Add Row",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Add a single row in the specified table. [See the documentation](https://www.zoho.com/analytics/api/v2/#add-row)",
type: "action",
props: {
Expand Down
7 changes: 6 additions & 1 deletion components/zoho_analytics/actions/update-row/update-row.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ import zohoAnalytics from "../../zoho_analytics.app.mjs";
export default {
key: "zoho_analytics-update-row",
name: "Update Row",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
description: "Update rows in the specified table. [See the documentation](https://www.zoho.com/analytics/api/v2/#update-row)",
type: "action",
props: {
Expand Down
7 changes: 6 additions & 1 deletion components/zoho_bigin/actions/create-call/create-call.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import constants from "../common/constansts.mjs";

export default {
name: "Create Call",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
key: "zoho_bigin-create-call",
description: "Creates a call. [See the documentation](https://www.bigin.com/developer/docs/apis/insert-records.html)",
type: "action",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ import app from "../../zoho_bigin.app.mjs";

export default {
name: "Create Contact",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
key: "zoho_bigin-create-contact",
description: "Creates a contact. [See the documentation](https://www.bigin.com/developer/docs/apis/insert-records.html)",
type: "action",
Expand Down
7 changes: 6 additions & 1 deletion components/zoho_bigin/actions/create-event/create-event.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ import app from "../../zoho_bigin.app.mjs";

export default {
name: "Create Event",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
key: "zoho_bigin-create-event",
description: "Creates a event. [See the documentation](https://www.bigin.com/developer/docs/apis/insert-records.html)",
type: "action",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ import app from "../../zoho_bigin.app.mjs";

export default {
name: "Update Contact",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
key: "zoho_bigin-update-contact",
description: "Updates a contact. [See the documentation](https://www.bigin.com/developer/docs/apis/update-records.html)",
type: "action",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ export default {
key: "zoho_bookings-book-appointment",
name: "Book Appointment",
description: "Book an appointment for a customer for a desired service. [See the documentation](https://www.zoho.com/bookings/help/api/v1/book-appointment.html)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zoho_bookings-fetch-availability",
name: "Fetch Availability",
description: "Fetch availability of appointments across services. [See the documentation](https://www.zoho.com/bookings/help/api/v1/fetch-availability.html)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "zoho_bookings-get-appointment",
name: "Get Appointment Details",
description: "Get details of an appointment [See the documentation](https://www.zoho.com/bookings/help/api/v1/get-appointment.html)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
key: "zoho_bookings-reschedule-appointment",
name: "Reschedule Appointment",
description: "Reschedule an appointment to a different time or to a different staff. [See the documentation](https://www.zoho.com/bookings/help/api/v1/reschedule-appointment.html)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ export default {
key: "zoho_books-create-customer-payment",
name: "Create Customer Payment",
description: "Creates a new payment. [See the documentation](https://www.zoho.com/books/api/v3/customer-payments/#create-a-payment)",
version: "0.3.0",
version: "0.3.1",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoBooks,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ export default {
key: "zoho_books-create-customer",
name: "Create Customer",
description: "Creates a new customer. [See the documentation](https://www.zoho.com/books/api/v3/items/#create-an-item)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoBooks,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "zoho_books-create-employee",
name: "Create Employee",
description: "Creates an employee for an expense. [See the documentation](https://www.zoho.com/books/api/v3/expenses/#create-an-employee)",
version: "0.3.0",
version: "0.3.1",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoBooks,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
key: "zoho_books-create-estimate",
name: "Create Estimate",
description: "Creates a new estimate. [See the documentation](https://www.zoho.com/books/api/v3/estimates/#create-an-estimate)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoBooks,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
key: "zoho_books-create-invoice",
name: "Create Invoice",
description: "Creates an invoice for your customer. [See the documentation](https://www.zoho.com/books/api/v3/invoices/#create-an-invoice)",
version: "0.3.0",
version: "0.3.1",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoBooks,
Expand Down Expand Up @@ -212,7 +217,7 @@
],
optional: true,
},
reason: {

Check warning on line 220 in components/zoho_books/actions/create-invoice/create-invoice.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop reason must have a description. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
label: "Reason",
optional: true,
Expand Down
7 changes: 6 additions & 1 deletion components/zoho_books/actions/create-item/create-item.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ export default {
key: "zoho_books-create-item",
name: "Create Item",
description: "Creates a new item. [See the documentation](https://www.zoho.com/books/api/v3/items/#create-an-item)",
version: "0.3.0",
version: "0.3.1",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoBooks,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ export default {
key: "zoho_books-create-salesorder",
name: "Create Sales Order",
description: "Creates a sales order. [See the documentation](https://www.zoho.com/books/api/v3/sales-order/#create-a-sales-order)",
version: "0.3.0",
version: "0.3.1",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoBooks,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "zoho_books-delete-contact",
name: "Delete Contact",
description: "Deletes an existing contact. [See the documentation](https://www.zoho.com/books/api/v3/contacts/#delete-a-contact)",
version: "0.3.0",
version: "0.3.1",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
zohoBooks,
Expand Down
7 changes: 6 additions & 1 deletion components/zoho_books/actions/get-invoice/get-invoice.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
key: "zoho_books-get-invoice",
name: "Get Invoice",
description: "Gets the details of an invoice. [See the documentation](https://www.zoho.com/books/api/v3/invoices/#get-an-invoice)",
version: "0.3.0",
version: "0.3.1",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
zohoBooks,
Expand Down
Loading
Loading