@zapier/zapier-sdk 0.102.2 → 0.102.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 +6 -0
- package/README.md +5 -0
- package/dist/{chunk-WWJRIDEW.mjs → chunk-AQJZPUFM.mjs} +1 -1
- package/dist/{chunk-J5ELTMEQ.cjs → chunk-GQP5NSYD.cjs} +1 -1
- package/dist/experimental.cjs +361 -355
- package/dist/experimental.d.mts +10 -0
- package/dist/experimental.d.ts +10 -0
- package/dist/experimental.mjs +8 -2
- package/dist/index.cjs +277 -277
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1250,6 +1250,7 @@ Create a durable workflow container. Starts disabled with no version; publish a
|
|
|
1250
1250
|
| ↳ `name` | `string` | ✅ | — | Workflow name |
|
|
1251
1251
|
| ↳ `description` | `string` | ✅ | — | Workflow description (null if unset) |
|
|
1252
1252
|
| ↳ `trigger_url` | `string` | ✅ | — | Public URL that fires this workflow when POSTed to. Embeds a trigger token in the path — treat as sensitive. Requests must also be authenticated as the account. |
|
|
1253
|
+
| ↳ `editor_url` | `string` | ✅ | — | URL to the Zapier workflow editor for this workflow |
|
|
1253
1254
|
| ↳ `enabled` | `boolean` | ✅ | — | Whether the workflow currently accepts triggers. Always false on a new workflow until enabled. |
|
|
1254
1255
|
| ↳ `is_private` | `boolean` | ✅ | — | Whether the workflow is private to the creating user. False means account-visible. |
|
|
1255
1256
|
| ↳ `created_by_user_id` | `string` | ✅ | — | User ID of the workflow creator (null in legacy data) |
|
|
@@ -1520,6 +1521,7 @@ Get a durable workflow with its current version details and trigger claim status
|
|
|
1520
1521
|
| ↳ `name` | `string` | ✅ | — | Workflow name |
|
|
1521
1522
|
| ↳ `description` | `string` | ✅ | — | Optional workflow description (null if unset) |
|
|
1522
1523
|
| ↳ `trigger_url` | `string` | ✅ | — | Public URL that fires this workflow when POSTed to. Embeds a trigger token in the path — treat as sensitive. Requests must also be authenticated as the account. |
|
|
1524
|
+
| ↳ `editor_url` | `string` | ✅ | — | URL to the Zapier workflow editor for this workflow |
|
|
1523
1525
|
| ↳ `enabled` | `boolean` | ✅ | — | Whether the workflow currently accepts triggers |
|
|
1524
1526
|
| ↳ `disabled_reason` | `string` | ❌ | `trigger_claim_failed` | Why the workflow is off, when system-disabled. Null when not system-disabled. Independent of per-trigger claim status: an enabled workflow can still have a failed trigger. |
|
|
1525
1527
|
| ↳ `is_private` | `boolean` | ✅ | — | Whether the workflow is private to the creating user. False means account-visible. |
|
|
@@ -1695,6 +1697,7 @@ Convert an existing Zap into a durable workflow. Transforms the Zap's latest pub
|
|
|
1695
1697
|
| ↳ `name` | `string` | ✅ | — | Workflow name |
|
|
1696
1698
|
| ↳ `description` | `string` | ❌ | — | Optional workflow description (null if unset) |
|
|
1697
1699
|
| ↳ `trigger_url` | `string` | ✅ | — | Public URL that fires this workflow when POSTed to. Embeds a trigger token in the path — treat as sensitive. Requests must also be authenticated as the account. |
|
|
1700
|
+
| ↳ `editor_url` | `string` | ✅ | — | URL to the Zapier workflow editor for this workflow |
|
|
1698
1701
|
| ↳ `enabled` | `boolean` | ✅ | — | Whether the workflow accepts triggers. An import always lands disabled. |
|
|
1699
1702
|
| ↳ `disabled_reason` | `string` | ❌ | `trigger_claim_failed` | Why the workflow is off, when system-disabled. |
|
|
1700
1703
|
| ↳ `is_private` | `boolean` | ✅ | — | Whether the workflow is private to the creating user. False means account-visible. |
|
|
@@ -1988,6 +1991,7 @@ List all active durable workflows for the authenticated account
|
|
|
1988
1991
|
| ↳ `name` | `string` | ✅ | — | Workflow name |
|
|
1989
1992
|
| ↳ `description` | `string` | ✅ | — | Optional workflow description (null if unset) |
|
|
1990
1993
|
| ↳ `trigger_url` | `string` | ✅ | — | Public URL that fires this workflow when POSTed to. Embeds a trigger token in the path — treat as sensitive. Requests must also be authenticated as the account. |
|
|
1994
|
+
| ↳ `editor_url` | `string` | ✅ | — | URL to the Zapier workflow editor for this workflow |
|
|
1991
1995
|
| ↳ `enabled` | `boolean` | ✅ | — | Whether the workflow currently accepts triggers |
|
|
1992
1996
|
| ↳ `disabled_reason` | `string` | ❌ | `trigger_claim_failed` | Why the workflow is off, when system-disabled. Null when not system-disabled. |
|
|
1993
1997
|
| ↳ `is_private` | `boolean` | ✅ | — | Whether the workflow is private to the creating user. False means account-visible. |
|
|
@@ -2222,6 +2226,7 @@ Update a durable workflow's name and/or description
|
|
|
2222
2226
|
| ↳ `name` | `string` | ✅ | — | Workflow name (post-update) |
|
|
2223
2227
|
| ↳ `description` | `string` | ✅ | — | Workflow description, post-update (null if unset) |
|
|
2224
2228
|
| ↳ `trigger_url` | `string` | ✅ | — | Public URL that fires this workflow when POSTed to. Embeds a trigger token in the path — treat as sensitive. Requests must also be authenticated as the account. |
|
|
2229
|
+
| ↳ `editor_url` | `string` | ✅ | — | URL to the Zapier workflow editor for this workflow |
|
|
2225
2230
|
| ↳ `enabled` | `boolean` | ✅ | — | Whether the workflow currently accepts triggers |
|
|
2226
2231
|
| ↳ `is_private` | `boolean` | ✅ | — | Whether the workflow is private to the creating user. False means account-visible. |
|
|
2227
2232
|
| ↳ `created_by_user_id` | `string` | ✅ | — | User ID of the workflow creator (null in legacy data) |
|
|
@@ -1987,7 +1987,7 @@ function parseDeprecationDate(value) {
|
|
|
1987
1987
|
}
|
|
1988
1988
|
|
|
1989
1989
|
// src/sdk-version.ts
|
|
1990
|
-
var SDK_VERSION = (typeof process !== "undefined" && process.env ? "0.102.
|
|
1990
|
+
var SDK_VERSION = (typeof process !== "undefined" && process.env ? "0.102.3" : void 0) || "unknown";
|
|
1991
1991
|
|
|
1992
1992
|
// src/utils/open-url.ts
|
|
1993
1993
|
var nodePrefix = "node:";
|
|
@@ -1988,7 +1988,7 @@ function parseDeprecationDate(value) {
|
|
|
1988
1988
|
}
|
|
1989
1989
|
|
|
1990
1990
|
// src/sdk-version.ts
|
|
1991
|
-
var SDK_VERSION = (typeof process !== "undefined" && process.env ? "0.102.
|
|
1991
|
+
var SDK_VERSION = (typeof process !== "undefined" && process.env ? "0.102.3" : void 0) || "unknown";
|
|
1992
1992
|
|
|
1993
1993
|
// src/utils/open-url.ts
|
|
1994
1994
|
var nodePrefix = "node:";
|