Skip to content

Commit 0fbbdb9

Browse files
authored
[Auto-generated] MCP Annotations Batch 62/65 (PipedreamHQ#18582)
Automated pull request from mcp-annotations-62
1 parent 344efed commit 0fbbdb9

File tree

100 files changed

+600
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+600
-100
lines changed

components/workamajig/actions/create-activity/create-activity.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "workamajig-create-activity",
55
name: "Create Activity",
66
description: "Initiates the creation of a fresh activity in Workamajig. [See the documentation](https://app6.workamajig.com/platinum/?aid=common.apidocs)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
workamajig,

components/workamajig/actions/create-company/create-company.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "workamajig-create-company",
55
name: "Create a Company",
66
description: "Creates a new company in Workamajig. [See the documentation](https://app6.workamajig.com/platinum/?aid=common.apidocs)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
workamajig,

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
key: "workamajig-update-contact",
77
name: "Update Contact",
88
description: "This component updates a specific contact in Workamajig. [See the documentation](https://app6.workamajig.com/platinum/?aid=common.apidocs)",
9-
version: "0.0.1",
9+
version: "0.0.2",
10+
annotations: {
11+
destructiveHint: true,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
type: "action",
1116
props: {
1217
workamajig,

components/workbooks_crm/actions/create-customer-order/create-customer-order.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
name: "Create Customer Order",
77
description: "Creates an order from your customers for your goods or services.",
88
type: "action",
9-
version: "0.0.1",
9+
version: "0.0.2",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
props: {
1116
app,
1217
assignedTo: {

components/workbooks_crm/actions/create-organisation/create-organisation.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Create Organisation",
66
description: "Creates an organisation. Organisations are recorded on your database, e.g Customers, Suppliers, Partners, Competition.",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
props: {
1015
app,
1116
assignedTo: {

components/workbooks_crm/actions/create-person/create-person.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Create Person",
66
description: "Creates a person. People are recorded in your database, e.g a contact, an employee.",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
props: {
1015
app,
1116
assignedTo: {

components/workbooks_crm/actions/find-or-create-order/find-or-create-order.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
name: "Find or Create an Order",
77
description: "Returns and order if exists otherwise creates a new one.",
88
type: "action",
9-
version: "0.0.1",
9+
version: "0.0.2",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
props: {
1116
app,
1217
description: {

components/workbooks_crm/actions/update-person/update-person.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Update Person",
66
description: "Updates a person.",
77
type: "action",
8-
version: "0.0.1",
8+
version: "0.0.2",
9+
annotations: {
10+
destructiveHint: true,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
props: {
1015
app,
1116
personId: {

components/workday/actions/change-business-title/change-business-title.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "workday-change-business-title",
55
name: "Change Business Title",
66
description: "Change the business title of a worker. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/post-/workers/-ID-/businessTitleChanges)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
workday,

components/workday/actions/create-job-change/create-job-change.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "workday-create-job-change",
55
name: "Create Job Change",
66
description: "Create a job change for a worker. [See the documentation](https://community.workday.com/sites/default/files/file-hosting/restapi/#common/v1/post-/workers/-ID-/jobChanges)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
workday,

0 commit comments

Comments
 (0)