@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 +18 -0
- package/README.md +14 -14
- package/dist/cli.cjs +2 -2
- package/dist/cli.mjs +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
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
|
|
331
|
-
| --------------------- |
|
|
332
|
-
| `<authentication-id>` | `string
|
|
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
|
|
347
|
-
| ---------------------- |
|
|
348
|
-
| `--app-key` | `string`
|
|
349
|
-
| `--authentication-ids` | `array`
|
|
350
|
-
| `--search` | `string`
|
|
351
|
-
| `--title` | `string`
|
|
352
|
-
| `--account-id` | `string`
|
|
353
|
-
| `--owner` | `string
|
|
354
|
-
| `--page-size` | `number`
|
|
355
|
-
| `--max-items` | `number`
|
|
356
|
-
| `--cursor` | `string`
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
package/dist/index.mjs
CHANGED