Skip to content

Commit 0845114

Browse files
authored
[Auto-generated] MCP Annotations Batch 22/65 (#18543)
Automated pull request from mcp-annotations-22
1 parent bab2903 commit 0845114

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/goody/actions/retrieve-orders-for-order-batch/retrieve-orders-for-order-batch.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "goody-retrieve-orders-for-order-batch",
55
name: "Retrieve Orders For Order Batch",
66
description: "Retrieves orders for an order batch in Goody. [See the documentation](https://developer.ongoody.com/api-reference/order-batches/retrieve-orders-for-an-order-batch)",
7-
version: "0.0.1",
7+
version: "0.0.2",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: true,
12+
},
813
type: "action",
914
props: {
1015
goody,

components/google_ad_manager/actions/create-report/create-report.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ export default {
99
key: "google_ad_manager-create-report",
1010
name: "Create Report",
1111
description: "Create a report in Google Ad Manager. [See the documentation](https://developers.google.com/ad-manager/api/beta/reference/rest/v1/networks.reports/create)",
12-
version: "0.0.1",
12+
version: "0.0.2",
13+
annotations: {
14+
destructiveHint: false,
15+
openWorldHint: true,
16+
readOnlyHint: false,
17+
},
1318
type: "action",
1419
props: {
1520
app,

components/google_ads/actions/add-contact-to-list-by-email/add-contact-to-list-by-email.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ export default {
77
key: "google_ads-add-contact-to-list-by-email",
88
name: "Add Contact to Customer List by Email",
99
description: "Adds a contact to a specific customer list in Google Ads. Lists typically update in 6 to 12 hours after operation. [See the documentation](https://developers.google.com/google-ads/api/docs/remarketing/audience-segments/customer-match/get-started)",
10-
version: "0.1.4",
10+
version: "0.1.5",
11+
annotations: {
12+
destructiveHint: true,
13+
openWorldHint: true,
14+
readOnlyHint: false,
15+
},
1116
type: "action",
1217
props: {
1318
...common.props,

components/google_ads/actions/create-customer-list/create-customer-list.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ export default {
1515
key: "google_ads-create-customer-list",
1616
name: "Create Customer List",
1717
description: "Create a new customer list in Google Ads. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/UserList)",
18-
version: "0.0.5",
18+
version: "0.0.6",
19+
annotations: {
20+
destructiveHint: false,
21+
openWorldHint: true,
22+
readOnlyHint: false,
23+
},
1924
type: "action",
2025
props: {
2126
...common.props,

components/google_ads/actions/create-report/create-report.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ export default {
1919
key: "google_ads-create-report",
2020
name: "Create Report",
2121
description: "Generates a report from your Google Ads data. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/GoogleAdsService/Search?transport=rest)",
22-
version: "0.1.3",
22+
version: "0.1.4",
23+
annotations: {
24+
destructiveHint: false,
25+
openWorldHint: true,
26+
readOnlyHint: false,
27+
},
2328
type: "action",
2429
props: {
2530
...common.props,

components/google_ads/actions/send-offline-conversion/send-offline-conversion.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ export default {
88
key: "google_ads-send-offline-conversion",
99
name: "Send Offline Conversion",
1010
description: "Send an event to Google Ads to track offline conversions. [See the documentation](https://developers.google.com/google-ads/api/reference/rpc/v21/ConversionAction)",
11-
version: "0.0.5",
11+
version: "0.0.6",
12+
annotations: {
13+
destructiveHint: false,
14+
openWorldHint: true,
15+
readOnlyHint: false,
16+
},
1217
type: "action",
1318
props: {
1419
...common.props,

components/google_analytics/actions/create-ga4-property/create-ga4-property.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ export default {
55
key: "google_analytics-create-ga4-property",
66
name: "Create GA4 Property",
77
description: "Creates a new GA4 property. [See the documentation](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/properties/create)",
8-
version: "0.1.1",
8+
version: "0.1.2",
9+
annotations: {
10+
destructiveHint: false,
11+
openWorldHint: true,
12+
readOnlyHint: false,
13+
},
914
type: "action",
1015
props: {
1116
googleAnalytics,

components/google_analytics/actions/create-key-event/create-key-event.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ export default {
44
key: "google_analytics-create-key-event",
55
name: "Create Key Event",
66
description: "Creates a new key event. [See the documentation](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/properties.keyEvents/create)",
7-
version: "0.0.2",
7+
version: "0.0.3",
8+
annotations: {
9+
destructiveHint: false,
10+
openWorldHint: true,
11+
readOnlyHint: false,
12+
},
813
type: "action",
914
props: {
1015
app,

components/google_analytics/actions/run-report-in-ga4/run-report-in-ga4.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ import analytics from "../../google_analytics.app.mjs";
22

33
export default {
44
key: "google_analytics-run-report-in-ga4",
5-
version: "0.1.1",
5+
version: "0.1.2",
6+
annotations: {
7+
destructiveHint: false,
8+
openWorldHint: true,
9+
readOnlyHint: false,
10+
},
611
name: "Run Report in GA4",
712
description: "Returns a customized report of your Google Analytics event data. Reports contain statistics derived from data collected by the Google Analytics tracking code. [See the documentation](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runReport)",
813
type: "action",

components/google_analytics/actions/run-report/run-report.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ import analytics from "../../google_analytics.app.mjs";
22

33
export default {
44
key: "google_analytics-run-report",
5-
version: "0.1.1",
5+
version: "0.1.2",
6+
annotations: {
7+
destructiveHint: false,
8+
openWorldHint: true,
9+
readOnlyHint: true,
10+
},
611
name: "Run Report",
712
description: "Return report metrics based on a start and end date. [See the documentation](https://developers.google.com/analytics/devguides/reporting/core/v4/rest?hl=en)",
813
type: "action",

0 commit comments

Comments
 (0)