@automate.ax/catalog 0.154.0 → 0.155.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/catalog.d.ts CHANGED
@@ -230,14 +230,14 @@ export declare const cloudflareService: {
230
230
  readonly input: "password";
231
231
  readonly label: "API token";
232
232
  readonly name: "apiKey";
233
- readonly placeholder: "Cloudflare API token";
233
+ readonly placeholder: "Token with Account Settings Read";
234
234
  readonly required: true;
235
235
  }];
236
236
  readonly id: "api-token";
237
237
  readonly name: "API token";
238
238
  readonly type: "form";
239
239
  }];
240
- readonly description: "Connect a Cloudflare account with OAuth or an API token.";
240
+ readonly description: "Connect with OAuth or an API token that includes Account Settings Read.";
241
241
  readonly id: "cloudflare";
242
242
  readonly name: "Cloudflare";
243
243
  readonly preferredConnectionMethodId: "oauth";
@@ -1521,14 +1521,14 @@ export declare const integrationCatalog: readonly [{
1521
1521
  readonly input: "password";
1522
1522
  readonly label: "API token";
1523
1523
  readonly name: "apiKey";
1524
- readonly placeholder: "Cloudflare API token";
1524
+ readonly placeholder: "Token with Account Settings Read";
1525
1525
  readonly required: true;
1526
1526
  }];
1527
1527
  readonly id: "api-token";
1528
1528
  readonly name: "API token";
1529
1529
  readonly type: "form";
1530
1530
  }];
1531
- readonly description: "Connect a Cloudflare account with OAuth or an API token.";
1531
+ readonly description: "Connect with OAuth or an API token that includes Account Settings Read.";
1532
1532
  readonly id: "cloudflare";
1533
1533
  readonly name: "Cloudflare";
1534
1534
  readonly preferredConnectionMethodId: "oauth";
package/dist/catalog.js CHANGED
@@ -187,7 +187,7 @@ export const cloudflareService = defineIntegrationService({
187
187
  input: "password",
188
188
  label: "API token",
189
189
  name: "apiKey",
190
- placeholder: "Cloudflare API token",
190
+ placeholder: "Token with Account Settings Read",
191
191
  required: true,
192
192
  },
193
193
  ],
@@ -196,7 +196,7 @@ export const cloudflareService = defineIntegrationService({
196
196
  type: "form",
197
197
  },
198
198
  ],
199
- description: "Connect a Cloudflare account with OAuth or an API token.",
199
+ description: "Connect with OAuth or an API token that includes Account Settings Read.",
200
200
  id: "cloudflare",
201
201
  name: "Cloudflare",
202
202
  preferredConnectionMethodId: "oauth",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automate.ax/catalog",
3
- "version": "0.154.0",
3
+ "version": "0.155.0",
4
4
  "description": "Shared integration service and trigger definitions for Automate.ax.",
5
5
  "license": "MIT",
6
6
  "repository": {
package/src/catalog.ts CHANGED
@@ -207,7 +207,7 @@ export const cloudflareService = defineIntegrationService({
207
207
  input: "password",
208
208
  label: "API token",
209
209
  name: "apiKey",
210
- placeholder: "Cloudflare API token",
210
+ placeholder: "Token with Account Settings Read",
211
211
  required: true,
212
212
  },
213
213
  ],
@@ -216,7 +216,8 @@ export const cloudflareService = defineIntegrationService({
216
216
  type: "form",
217
217
  },
218
218
  ],
219
- description: "Connect a Cloudflare account with OAuth or an API token.",
219
+ description:
220
+ "Connect with OAuth or an API token that includes Account Settings Read.",
220
221
  id: "cloudflare",
221
222
  name: "Cloudflare",
222
223
  preferredConnectionMethodId: "oauth",