@zapier/zapier-sdk-cli 0.55.5 → 0.55.6

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,29 @@
1
1
  # @zapier/zapier-sdk-cli
2
2
 
3
+ ## 0.55.6
4
+
5
+ ### Patch Changes
6
+
7
+ - a790695: Response-field parity audit for the experimental code-substrate
8
+ plugins. Restores fields the backend returns that were silently
9
+ stripped by the SDK's Zod schemas after the port from
10
+ `@zapier/zapier-sdk-code-substrate`.
11
+ - `updateWorkflow`, `getWorkflow`, `listWorkflows` responses now
12
+ include `is_private`, `created_by_user_id`, and (where applicable)
13
+ `triggers` with live claim status.
14
+ - `publishWorkflowVersion`, `getWorkflowVersion`, `listWorkflowVersions`
15
+ responses now include `trigger`, `connections`, and `app_versions`.
16
+ - `runDurable` input accepts `notifications` (webhook subscribers for
17
+ run lifecycle events).
18
+
19
+ Shared schemas (`ConnectionBindingSchema`, `AppVersionBindingSchema`,
20
+ `WorkflowVersionTriggerConfigSchema`, `WorkflowTriggerSchema`) live in
21
+ a new `shared-schemas.ts` for reuse across the workflow plugins.
22
+
23
+ - Updated dependencies [a790695]
24
+ - @zapier/zapier-sdk@0.70.4
25
+ - @zapier/zapier-sdk-mcp@0.13.32
26
+
3
27
  ## 0.55.5
4
28
 
5
29
  ### Patch Changes
package/README.md CHANGED
@@ -747,11 +747,12 @@ Run a workflow source file as a run-once durable run on sdkdurableapi (no deploy
747
747
  | `--connections` | `object` | ❌ | — | — | Named connection aliases. Maps alias names to Zapier connection IDs. |
748
748
  | `--app_versions` | `object` | ❌ | — | — | Pinned app versions. Maps app keys (slugs) to implementation names and versions. |
749
749
  | `--private` | `boolean` | ❌ | — | — | Only the creating user can see the run (default false) |
750
+ | `--notifications` | `array` | ❌ | — | — | Webhook subscribers for run lifecycle events. Each entry specifies a URL and the events it subscribes to. |
750
751
 
751
752
  **Usage:**
752
753
 
753
754
  ```bash
754
- npx zapier-sdk run-durable <source_files> [--input] [--dependencies] [--zapier_durable_version] [--connections] [--app_versions] [--private]
755
+ npx zapier-sdk run-durable <source_files> [--input] [--dependencies] [--zapier_durable_version] [--connections] [--app_versions] [--private] [--notifications]
755
756
  ```
756
757
 
757
758
  #### `trigger-workflow` 🧪 _experimental_
package/dist/cli.cjs CHANGED
@@ -1573,7 +1573,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
1573
1573
 
1574
1574
  // package.json
1575
1575
  var package_default = {
1576
- version: "0.55.5"};
1576
+ version: "0.55.6"};
1577
1577
 
1578
1578
  // src/telemetry/builders.ts
1579
1579
  function createCliBaseEvent(context = {}) {
@@ -7237,7 +7237,7 @@ var watchTriggerInboxCliPlugin = zapierSdk.definePlugin(
7237
7237
  // package.json with { type: 'json' }
7238
7238
  var package_default2 = {
7239
7239
  name: "@zapier/zapier-sdk-cli",
7240
- version: "0.55.5"};
7240
+ version: "0.55.6"};
7241
7241
 
7242
7242
  // src/sdk.ts
7243
7243
  zapierSdk.injectCliLogin(login_exports);
package/dist/cli.mjs CHANGED
@@ -1531,7 +1531,7 @@ var SHARED_COMMAND_CLI_OPTIONS = [
1531
1531
 
1532
1532
  // package.json
1533
1533
  var package_default = {
1534
- version: "0.55.5"};
1534
+ version: "0.55.6"};
1535
1535
 
1536
1536
  // src/telemetry/builders.ts
1537
1537
  function createCliBaseEvent(context = {}) {
@@ -7195,7 +7195,7 @@ var watchTriggerInboxCliPlugin = definePlugin(
7195
7195
  // package.json with { type: 'json' }
7196
7196
  var package_default2 = {
7197
7197
  name: "@zapier/zapier-sdk-cli",
7198
- version: "0.55.5"};
7198
+ version: "0.55.6"};
7199
7199
 
7200
7200
  // src/sdk.ts
7201
7201
  injectCliLogin(login_exports);
@@ -4590,7 +4590,7 @@ var watchTriggerInboxCliPlugin = zapierSdk.definePlugin(
4590
4590
  // package.json with { type: 'json' }
4591
4591
  var package_default = {
4592
4592
  name: "@zapier/zapier-sdk-cli",
4593
- version: "0.55.5"};
4593
+ version: "0.55.6"};
4594
4594
 
4595
4595
  // src/experimental.ts
4596
4596
  experimental.injectCliLogin(login_exports);
@@ -4554,7 +4554,7 @@ var watchTriggerInboxCliPlugin = definePlugin(
4554
4554
  // package.json with { type: 'json' }
4555
4555
  var package_default = {
4556
4556
  name: "@zapier/zapier-sdk-cli",
4557
- version: "0.55.5"};
4557
+ version: "0.55.6"};
4558
4558
 
4559
4559
  // src/experimental.ts
4560
4560
  injectCliLogin(login_exports);
package/dist/index.cjs CHANGED
@@ -4589,7 +4589,7 @@ zapierSdk.definePlugin(
4589
4589
  // package.json with { type: 'json' }
4590
4590
  var package_default = {
4591
4591
  name: "@zapier/zapier-sdk-cli",
4592
- version: "0.55.5"};
4592
+ version: "0.55.6"};
4593
4593
 
4594
4594
  // src/sdk.ts
4595
4595
  zapierSdk.injectCliLogin(login_exports);
@@ -4617,7 +4617,7 @@ function createZapierCliSdk(options = {}) {
4617
4617
 
4618
4618
  // package.json
4619
4619
  var package_default2 = {
4620
- version: "0.55.5"};
4620
+ version: "0.55.6"};
4621
4621
 
4622
4622
  // src/telemetry/builders.ts
4623
4623
  function createCliBaseEvent(context = {}) {
package/dist/index.mjs CHANGED
@@ -4553,7 +4553,7 @@ definePlugin(
4553
4553
  // package.json with { type: 'json' }
4554
4554
  var package_default = {
4555
4555
  name: "@zapier/zapier-sdk-cli",
4556
- version: "0.55.5"};
4556
+ version: "0.55.6"};
4557
4557
 
4558
4558
  // src/sdk.ts
4559
4559
  injectCliLogin(login_exports);
@@ -4581,7 +4581,7 @@ function createZapierCliSdk(options = {}) {
4581
4581
 
4582
4582
  // package.json
4583
4583
  var package_default2 = {
4584
- version: "0.55.5"};
4584
+ version: "0.55.6"};
4585
4585
 
4586
4586
  // src/telemetry/builders.ts
4587
4587
  function createCliBaseEvent(context = {}) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk-cli",
3
- "version": "0.55.5",
3
+ "version": "0.55.6",
4
4
  "description": "Command line interface for Zapier SDK",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",