@zapier/zapier-sdk-cli 0.81.2 → 0.81.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,14 @@
1
1
  # @zapier/zapier-sdk-cli
2
2
 
3
+ ## 0.81.3
4
+
5
+ ### Patch Changes
6
+
7
+ - c970d16: Corrected the draft `slug` descriptions: slugs are no longer unique among a workflow's open drafts, and the `listWorkflowDrafts` `slug` filter can return more than one draft. Documentation only — no behaviour change. These descriptions surface as MCP tool schemas, so agents were previously told the filter returns at most one match.
8
+ - Updated dependencies [c970d16]
9
+ - @zapier/zapier-sdk@0.109.1
10
+ - @zapier/zapier-sdk-mcp@0.23.3
11
+
3
12
  ## 0.81.2
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -591,10 +591,10 @@ Fork a new draft from the workflow's current live version (or a blank stub befor
591
591
 
592
592
  **Options:**
593
593
 
594
- | Option | Type | Required | Default | Possible Values | Description |
595
- | ------------ | -------- | -------- | ------- | --------------- | ---------------------------------------------------------------------- |
596
- | `<workflow>` | `string` | ✅ | — | — | Durable workflow ID |
597
- | `--slug` | `string` | ❌ | — | — | Optional slug for URL routing. When omitted, the server generates one. |
594
+ | Option | Type | Required | Default | Possible Values | Description |
595
+ | ------------ | -------- | -------- | ------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------- |
596
+ | `<workflow>` | `string` | ✅ | — | — | Durable workflow ID |
597
+ | `--slug` | `string` | ❌ | — | — | Optional display name for the draft. When omitted, the server generates one. Need not be unique among the workflow's open drafts. |
598
598
 
599
599
  **Usage:**
600
600
 
@@ -875,14 +875,14 @@ List drafts for a workflow, most recently edited first (open drafts by default)
875
875
 
876
876
  **Options:**
877
877
 
878
- | Option | Type | Required | Default | Possible Values | Description |
879
- | ------------- | -------- | -------- | ------- | ------------------- | ----------------------------------------------------- |
880
- | `<workflow>` | `string` | ✅ | — | — | Durable workflow ID |
881
- | `--status` | `string` | ❌ | — | `open`, `discarded` | Filter by draft status (server default: open) |
882
- | `--slug` | `string` | ❌ | — | — | Filter by exact slug match; returns at most one draft |
883
- | `--page-size` | `number` | ❌ | — | — | Number of drafts per page (max 100) |
884
- | `--cursor` | `string` | ❌ | — | — | Pagination cursor |
885
- | `--max-items` | `number` | ❌ | — | — | Maximum total drafts to return across all pages |
878
+ | Option | Type | Required | Default | Possible Values | Description |
879
+ | ------------- | -------- | -------- | ------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
880
+ | `<workflow>` | `string` | ✅ | — | — | Durable workflow ID |
881
+ | `--status` | `string` | ❌ | — | `open`, `discarded` | Filter by draft status (server default: open) |
882
+ | `--slug` | `string` | ❌ | — | — | Filter by exact slug match. Slugs are not unique, so this returns every draft with this slug matching the selected status, ordered by most recent activity and paginated |
883
+ | `--page-size` | `number` | ❌ | — | — | Number of drafts per page (max 100) |
884
+ | `--cursor` | `string` | ❌ | — | — | Pagination cursor |
885
+ | `--max-items` | `number` | ❌ | — | — | Maximum total drafts to return across all pages |
886
886
 
887
887
  **Usage:**
888
888
 
package/dist/cli.cjs CHANGED
@@ -602,7 +602,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
602
602
 
603
603
  // package.json
604
604
  var package_default = {
605
- version: "0.81.2"};
605
+ version: "0.81.3"};
606
606
  var PACKAGE_MANAGERS = ["npm", "pnpm", "yarn", "bun"];
607
607
  var LOCKFILES = [
608
608
  ["pnpm-lock.yaml", "pnpm"],
@@ -8699,7 +8699,7 @@ function buildBoxLines(message) {
8699
8699
  // package.json with { type: 'json' }
8700
8700
  var package_default2 = {
8701
8701
  name: "@zapier/zapier-sdk-cli",
8702
- version: "0.81.2"};
8702
+ version: "0.81.3"};
8703
8703
 
8704
8704
  // src/sdk.ts
8705
8705
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
package/dist/cli.mjs CHANGED
@@ -558,7 +558,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
558
558
 
559
559
  // package.json
560
560
  var package_default = {
561
- version: "0.81.2"};
561
+ version: "0.81.3"};
562
562
  var PACKAGE_MANAGERS = ["npm", "pnpm", "yarn", "bun"];
563
563
  var LOCKFILES = [
564
564
  ["pnpm-lock.yaml", "pnpm"],
@@ -8655,7 +8655,7 @@ function buildBoxLines(message) {
8655
8655
  // package.json with { type: 'json' }
8656
8656
  var package_default2 = {
8657
8657
  name: "@zapier/zapier-sdk-cli",
8658
- version: "0.81.2"};
8658
+ version: "0.81.3"};
8659
8659
 
8660
8660
  // src/sdk.ts
8661
8661
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -7192,7 +7192,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
7192
7192
  // package.json with { type: 'json' }
7193
7193
  var package_default = {
7194
7194
  name: "@zapier/zapier-sdk-cli",
7195
- version: "0.81.2"};
7195
+ version: "0.81.3"};
7196
7196
 
7197
7197
  // src/sdk.ts
7198
7198
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -7151,7 +7151,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
7151
7151
  // package.json with { type: 'json' }
7152
7152
  var package_default = {
7153
7153
  name: "@zapier/zapier-sdk-cli",
7154
- version: "0.81.2"};
7154
+ version: "0.81.3"};
7155
7155
 
7156
7156
  // src/sdk.ts
7157
7157
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
package/dist/index.cjs CHANGED
@@ -7193,7 +7193,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
7193
7193
  // package.json with { type: 'json' }
7194
7194
  var package_default = {
7195
7195
  name: "@zapier/zapier-sdk-cli",
7196
- version: "0.81.2"};
7196
+ version: "0.81.3"};
7197
7197
 
7198
7198
  // src/sdk.ts
7199
7199
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -7277,7 +7277,7 @@ function createZapierCliSdk(options = {}) {
7277
7277
 
7278
7278
  // package.json
7279
7279
  var package_default2 = {
7280
- version: "0.81.2"};
7280
+ version: "0.81.3"};
7281
7281
 
7282
7282
  // src/telemetry/builders.ts
7283
7283
  function createCliBaseEvent(context = {}) {
package/dist/index.mjs CHANGED
@@ -7152,7 +7152,7 @@ function collectDeprecationNoticeAndForward(event, onEvent) {
7152
7152
  // package.json with { type: 'json' }
7153
7153
  var package_default = {
7154
7154
  name: "@zapier/zapier-sdk-cli",
7155
- version: "0.81.2"};
7155
+ version: "0.81.3"};
7156
7156
 
7157
7157
  // src/sdk.ts
7158
7158
  var warnedDeprecatedMethods = /* @__PURE__ */ new Set();
@@ -7236,7 +7236,7 @@ function createZapierCliSdk(options = {}) {
7236
7236
 
7237
7237
  // package.json
7238
7238
  var package_default2 = {
7239
- version: "0.81.2"};
7239
+ version: "0.81.3"};
7240
7240
 
7241
7241
  // src/telemetry/builders.ts
7242
7242
  function createCliBaseEvent(context = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-cli",
3
- "version": "0.81.2",
3
+ "version": "0.81.3",
4
4
  "description": "Command line interface for Zapier SDK",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -95,9 +95,9 @@
95
95
  "typescript": "^5.8.3",
96
96
  "wrap-ansi": "^10.0.0",
97
97
  "zod": "4.3.6",
98
- "@zapier/zapier-sdk": "0.109.0",
99
- "@zapier/zapier-sdk-mcp": "0.23.2",
100
- "@zapier/kitcore": "0.20.0"
98
+ "@zapier/kitcore": "0.20.0",
99
+ "@zapier/zapier-sdk-mcp": "0.23.3",
100
+ "@zapier/zapier-sdk": "0.109.1"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@types/cross-spawn": "^6.0.6",