@zapier/zapier-sdk-cli 0.17.1 → 0.17.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @zapier/zapier-sdk-cli
2
2
 
3
+ ## 0.17.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 7c59b01: - `listAuthentications` now routes through the proxy. It also imports and overrides a shared schema from `zapier-sdk-core`
8
+ - Updated dependencies [7c59b01]
9
+ - @zapier/zapier-sdk@0.18.3
10
+ - @zapier/zapier-sdk-mcp@0.4.9
11
+
12
+ ## 0.17.2
13
+
14
+ ### Patch Changes
15
+
16
+ - 76fb606: - `getAuthentication` plugin now routes through proxy instead of direct Zapier API's
17
+ - Updated dependencies [76fb606]
18
+ - @zapier/zapier-sdk@0.18.2
19
+ - @zapier/zapier-sdk-mcp@0.4.8
20
+
3
21
  ## 0.17.1
4
22
 
5
23
  ### Patch Changes
package/README.md CHANGED
@@ -327,9 +327,9 @@ Get a specific authentication by ID
327
327
 
328
328
  **Options:**
329
329
 
330
- | Option | Type | Required | Default | Possible Values | Description |
331
- | --------------------- | ---------------- | -------- | ------- | --------------- | ----------------------------- |
332
- | `<authentication-id>` | `string, number` | ✅ | — | — | Authentication ID to retrieve |
330
+ | Option | Type | Required | Default | Possible Values | Description |
331
+ | --------------------- | -------- | -------- | ------- | --------------- | ----------------------------- |
332
+ | `<authentication-id>` | `string` | ✅ | — | — | Authentication ID to retrieve |
333
333
 
334
334
  **Usage:**
335
335
 
@@ -343,17 +343,17 @@ List available authentications with optional filtering
343
343
 
344
344
  **Options:**
345
345
 
346
- | Option | Type | Required | Default | Possible Values | Description |
347
- | ---------------------- | ----------------- | -------- | ------- | --------------- | ------------------------------------------------------------------------------ |
348
- | `--app-key` | `string` | ❌ | — | — | App key of authentications to list (e.g., 'SlackCLIAPI' or slug like 'github') |
349
- | `--authentication-ids` | `array` | ❌ | — | — | List of authentication IDs to filter by |
350
- | `--search` | `string` | ❌ | — | — | Search term to filter authentications by title |
351
- | `--title` | `string` | ❌ | — | — | Filter authentications by exact title match |
352
- | `--account-id` | `string` | ❌ | — | — | Filter by account ID |
353
- | `--owner` | `string, literal` | ❌ | — | — | Filter by owner, 'me' for your own authentications or a specific user ID |
354
- | `--page-size` | `number` | ❌ | — | — | Number of authentications per page |
355
- | `--max-items` | `number` | ❌ | — | — | Maximum total items to return across all pages |
356
- | `--cursor` | `string` | ❌ | — | — | Cursor to start from |
346
+ | Option | Type | Required | Default | Possible Values | Description |
347
+ | ---------------------- | -------- | -------- | ------- | --------------- | ---------------------------------------------------------------------------------- |
348
+ | `--app-key` | `string` | ❌ | — | — | App key of authentications to list (e.g., 'SlackCLIAPI' or slug like 'github') |
349
+ | `--authentication-ids` | `array` | ❌ | — | — | List of authentication IDs to filter by |
350
+ | `--search` | `string` | ❌ | — | — | Search term to filter authentications by title |
351
+ | `--title` | `string` | ❌ | — | — | Filter authentications by exact title match (searches first, then filters locally) |
352
+ | `--account-id` | `string` | ❌ | — | — | Filter authentications by account ID |
353
+ | `--owner` | `string` | ❌ | — | — | Filter by owner - 'me' for your own authentications or a specific user ID |
354
+ | `--page-size` | `number` | ❌ | — | — | Number of authentications per page |
355
+ | `--max-items` | `number` | ❌ | — | — | Maximum total items to return across all pages |
356
+ | `--cursor` | `string` | ❌ | — | — | Cursor to start from |
357
357
 
358
358
  **Usage:**
359
359
 
package/dist/cli.cjs CHANGED
@@ -1649,7 +1649,7 @@ var LoginSchema = zod.z.object({
1649
1649
 
1650
1650
  // package.json
1651
1651
  var package_default = {
1652
- version: "0.17.1"};
1652
+ version: "0.17.3"};
1653
1653
 
1654
1654
  // src/telemetry/builders.ts
1655
1655
  function createCliBaseEvent(context = {}) {
@@ -2931,7 +2931,7 @@ function createZapierCliSdk(options = {}) {
2931
2931
  // package.json with { type: 'json' }
2932
2932
  var package_default2 = {
2933
2933
  name: "@zapier/zapier-sdk-cli",
2934
- version: "0.17.1"};
2934
+ version: "0.17.3"};
2935
2935
  function detectPackageManager(cwd = process.cwd()) {
2936
2936
  const ua = process.env.npm_config_user_agent;
2937
2937
  if (ua) {
package/dist/cli.mjs CHANGED
@@ -1613,7 +1613,7 @@ var LoginSchema = z.object({
1613
1613
 
1614
1614
  // package.json
1615
1615
  var package_default = {
1616
- version: "0.17.1"};
1616
+ version: "0.17.3"};
1617
1617
 
1618
1618
  // src/telemetry/builders.ts
1619
1619
  function createCliBaseEvent(context = {}) {
@@ -2895,7 +2895,7 @@ function createZapierCliSdk(options = {}) {
2895
2895
  // package.json with { type: 'json' }
2896
2896
  var package_default2 = {
2897
2897
  name: "@zapier/zapier-sdk-cli",
2898
- version: "0.17.1"};
2898
+ version: "0.17.3"};
2899
2899
  function detectPackageManager(cwd = process.cwd()) {
2900
2900
  const ua = process.env.npm_config_user_agent;
2901
2901
  if (ua) {
package/dist/index.cjs CHANGED
@@ -295,7 +295,7 @@ var LoginSchema = zod.z.object({
295
295
 
296
296
  // package.json
297
297
  var package_default = {
298
- version: "0.17.1"};
298
+ version: "0.17.3"};
299
299
 
300
300
  // src/telemetry/builders.ts
301
301
  function createCliBaseEvent(context = {}) {
package/dist/index.mjs CHANGED
@@ -264,7 +264,7 @@ var LoginSchema = z.object({
264
264
 
265
265
  // package.json
266
266
  var package_default = {
267
- version: "0.17.1"};
267
+ version: "0.17.3"};
268
268
 
269
269
  // src/telemetry/builders.ts
270
270
  function createCliBaseEvent(context = {}) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-cli",
3
- "version": "0.17.1",
3
+ "version": "0.17.3",
4
4
  "description": "Command line interface for Zapier SDK",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",