Skip to content

Commit badcc63

Browse files
authored
[Auto-generated] MCP Annotations Batch 26/65 (#18547)
Automated pull request from mcp-annotations-26
1 parent f877e34 commit badcc63

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/hubspot/actions/batch-update-companies/batch-update-companies.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ export default {
88
name: "Batch Update Companies",
99
description:
1010
"Update a batch of companies in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/objects/companies#post-%2Fcrm%2Fv3%2Fobjects%2Fcompanies%2Fbatch%2Fupdate)",
11-
version: "0.0.8",
11+
version: "0.0.9",
12+
annotations: {
13+
destructiveHint: true,
14+
openWorldHint: true,
15+
readOnlyHint: false,
16+
},
1217
type: "action",
1318
props: {
1419
hubspot,

components/hubspot/actions/batch-upsert-companies/batch-upsert-companies.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
key: "hubspot-batch-upsert-companies",
88
name: "Batch Upsert Companies",
99
description: "Upsert a batch of companies in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/objects/companies#post-%2Fcrm%2Fv3%2Fobjects%2Fcompanies%2Fbatch%2Fupsert)",
10-
version: "0.0.7",
10+
version: "0.0.8",
11+
annotations: {
12+
destructiveHint: true,
13+
openWorldHint: true,
14+
readOnlyHint: false,
15+
},
1116
type: "action",
1217
props: {
1318
hubspot,

components/hubspot/actions/clone-email/clone-email.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
name: "Clone Marketing Email",
77
description:
88
"Clone a marketing email in HubSpot. [See the documentation](https://developers.hubspot.com/docs/reference/api/marketing/emails/marketing-emails#post-%2Fmarketing%2Fv3%2Femails%2Fclone)",
9-
version: "0.0.6",
9+
version: "0.0.7",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
type: "action",
1116
props: {
1217
hubspot,

components/hubspot/actions/clone-site-page/clone-site-page.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
name: "Clone Site Page",
66
description:
77
"Clone a site page in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/cms/pages#post-%2Fcms%2Fv3%2Fpages%2Fsite-pages%2Fclone)",
8-
version: "0.0.6",
8+
version: "0.0.7",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
hubspot,

components/hubspot/actions/create-associations/create-associations.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
name: "Create Associations",
77
description:
88
"Create associations between objects. [See the documentation](https://developers.hubspot.com/docs/api/crm/associations#endpoint?spec=POST-/crm/v3/associations/{fromObjectType}/{toObjectType}/batch/create)",
9-
version: "1.0.11",
9+
version: "1.0.12",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
type: "action",
1116
props: {
1217
hubspot,

components/hubspot/actions/create-communication/create-communication.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ export default {
99
name: "Create Communication",
1010
description:
1111
"Create a WhatsApp, LinkedIn, or SMS message. [See the documentation](https://developers.hubspot.com/beta-docs/reference/api/crm/engagements/communications/v3#post-%2Fcrm%2Fv3%2Fobjects%2Fcommunications)",
12-
version: "0.0.18",
12+
version: "0.0.19",
13+
annotations: {
14+
destructiveHint: false,
15+
openWorldHint: true,
16+
readOnlyHint: false,
17+
},
1318
type: "action",
1419
props: {
1520
...appProp.props,

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
name: "Create Company",
88
description:
99
"Create a company in Hubspot. [See the documentation](https://developers.hubspot.com/docs/api/crm/companies#endpoint?spec=POST-/crm/v3/objects/companies)",
10-
version: "0.0.30",
10+
version: "0.0.31",
11+
annotations: {
12+
destructiveHint: false,
13+
openWorldHint: true,
14+
readOnlyHint: false,
15+
},
1116
type: "action",
1217
methods: {
1318
...common.methods,

components/hubspot/actions/create-contact-workflow/create-contact-workflow.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ export default {
66
name: "Create Contact Workflow",
77
description:
88
"Create a contact workflow in Hubspot. [See the documentation](https://developers.hubspot.com/docs/reference/api/automation/create-manage-workflows#post-%2Fautomation%2Fv4%2Fflows)",
9-
version: "0.0.7",
9+
version: "0.0.8",
10+
annotations: {
11+
destructiveHint: false,
12+
openWorldHint: true,
13+
readOnlyHint: false,
14+
},
1015
type: "action",
1116
props: {
1217
hubspot,

components/hubspot/actions/create-custom-object/create-custom-object.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ export default {
1010
name: "Create Custom Object",
1111
description:
1212
"Create a new custom object in Hubspot. [See the documentation](https://developers.hubspot.com/beta-docs/guides/api/crm/objects/custom-objects#create-a-custom-object)",
13-
version: "1.0.12",
13+
version: "1.0.13",
14+
annotations: {
15+
destructiveHint: false,
16+
openWorldHint: true,
17+
readOnlyHint: false,
18+
},
1419
type: "action",
1520
props: {
1621
hubspot,

components/hubspot/actions/create-deal/create-deal.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
name: "Create Deal",
88
description:
99
"Create a deal in Hubspot. [See the documentation](https://developers.hubspot.com/docs/api/crm/deals#endpoint?spec=POST-/crm/v3/objects/deals)",
10-
version: "0.0.30",
10+
version: "0.0.31",
11+
annotations: {
12+
destructiveHint: false,
13+
openWorldHint: true,
14+
readOnlyHint: false,
15+
},
1116
type: "action",
1217
props: {
1318
...common.props,

0 commit comments

Comments
 (0)