vercel-api-js 1.8.1 → 1.8.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/dist/components.d.mts.map +1 -1
- package/dist/effect.d.mts.map +1 -1
- package/dist/index.cjs +37 -1
- package/dist/index.d.ts +80 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +37 -2
- package/dist/schemas.cjs +31 -1
- package/dist/schemas.d.mts +22 -2
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +31 -2
- package/dist/types.cjs +6 -0
- package/dist/types.d.mts +58 -3
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +6 -0
- package/package.json +1 -1
package/dist/types.cjs
CHANGED
|
@@ -421,6 +421,7 @@ const userEventTypeEnum = {
|
|
|
421
421
|
"log-drain-enabled": "log-drain-enabled",
|
|
422
422
|
login: "login",
|
|
423
423
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created",
|
|
424
|
+
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
|
|
424
425
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
|
|
425
426
|
"microfrontend-group-added": "microfrontend-group-added",
|
|
426
427
|
"microfrontend-group-deleted": "microfrontend-group-deleted",
|
|
@@ -705,6 +706,7 @@ const userEventTypeEnum = {
|
|
|
705
706
|
"tracing-configured": "tracing-configured",
|
|
706
707
|
"tracing-disabled": "tracing-disabled",
|
|
707
708
|
"unlink-login-connection": "unlink-login-connection",
|
|
709
|
+
"update-account-flow-triggered": "update-account-flow-triggered",
|
|
708
710
|
"user-delete": "user-delete",
|
|
709
711
|
"user-emu-account-archived": "user-emu-account-archived",
|
|
710
712
|
"user-emu-account-deleted": "user-emu-account-deleted",
|
|
@@ -1579,6 +1581,7 @@ const listEventTypeNameEnum = {
|
|
|
1579
1581
|
"log-drain-enabled": "log-drain-enabled",
|
|
1580
1582
|
login: "login",
|
|
1581
1583
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created",
|
|
1584
|
+
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
|
|
1582
1585
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
|
|
1583
1586
|
"microfrontend-group-added": "microfrontend-group-added",
|
|
1584
1587
|
"microfrontend-group-deleted": "microfrontend-group-deleted",
|
|
@@ -1863,6 +1866,7 @@ const listEventTypeNameEnum = {
|
|
|
1863
1866
|
"tracing-configured": "tracing-configured",
|
|
1864
1867
|
"tracing-disabled": "tracing-disabled",
|
|
1865
1868
|
"unlink-login-connection": "unlink-login-connection",
|
|
1869
|
+
"update-account-flow-triggered": "update-account-flow-triggered",
|
|
1866
1870
|
"user-delete": "user-delete",
|
|
1867
1871
|
"user-emu-account-archived": "user-emu-account-archived",
|
|
1868
1872
|
"user-emu-account-deleted": "user-emu-account-deleted",
|
|
@@ -2189,6 +2193,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
2189
2193
|
"log-drain-enabled": "log-drain-enabled",
|
|
2190
2194
|
login: "login",
|
|
2191
2195
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created",
|
|
2196
|
+
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
|
|
2192
2197
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
|
|
2193
2198
|
"microfrontend-group-added": "microfrontend-group-added",
|
|
2194
2199
|
"microfrontend-group-deleted": "microfrontend-group-deleted",
|
|
@@ -2473,6 +2478,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
2473
2478
|
"tracing-configured": "tracing-configured",
|
|
2474
2479
|
"tracing-disabled": "tracing-disabled",
|
|
2475
2480
|
"unlink-login-connection": "unlink-login-connection",
|
|
2481
|
+
"update-account-flow-triggered": "update-account-flow-triggered",
|
|
2476
2482
|
"user-delete": "user-delete",
|
|
2477
2483
|
"user-emu-account-archived": "user-emu-account-archived",
|
|
2478
2484
|
"user-emu-account-deleted": "user-emu-account-deleted",
|