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.mjs
CHANGED
|
@@ -419,6 +419,7 @@ const userEventTypeEnum = {
|
|
|
419
419
|
"log-drain-enabled": "log-drain-enabled",
|
|
420
420
|
login: "login",
|
|
421
421
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created",
|
|
422
|
+
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
|
|
422
423
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
|
|
423
424
|
"microfrontend-group-added": "microfrontend-group-added",
|
|
424
425
|
"microfrontend-group-deleted": "microfrontend-group-deleted",
|
|
@@ -703,6 +704,7 @@ const userEventTypeEnum = {
|
|
|
703
704
|
"tracing-configured": "tracing-configured",
|
|
704
705
|
"tracing-disabled": "tracing-disabled",
|
|
705
706
|
"unlink-login-connection": "unlink-login-connection",
|
|
707
|
+
"update-account-flow-triggered": "update-account-flow-triggered",
|
|
706
708
|
"user-delete": "user-delete",
|
|
707
709
|
"user-emu-account-archived": "user-emu-account-archived",
|
|
708
710
|
"user-emu-account-deleted": "user-emu-account-deleted",
|
|
@@ -1577,6 +1579,7 @@ const listEventTypeNameEnum = {
|
|
|
1577
1579
|
"log-drain-enabled": "log-drain-enabled",
|
|
1578
1580
|
login: "login",
|
|
1579
1581
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created",
|
|
1582
|
+
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
|
|
1580
1583
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
|
|
1581
1584
|
"microfrontend-group-added": "microfrontend-group-added",
|
|
1582
1585
|
"microfrontend-group-deleted": "microfrontend-group-deleted",
|
|
@@ -1861,6 +1864,7 @@ const listEventTypeNameEnum = {
|
|
|
1861
1864
|
"tracing-configured": "tracing-configured",
|
|
1862
1865
|
"tracing-disabled": "tracing-disabled",
|
|
1863
1866
|
"unlink-login-connection": "unlink-login-connection",
|
|
1867
|
+
"update-account-flow-triggered": "update-account-flow-triggered",
|
|
1864
1868
|
"user-delete": "user-delete",
|
|
1865
1869
|
"user-emu-account-archived": "user-emu-account-archived",
|
|
1866
1870
|
"user-emu-account-deleted": "user-emu-account-deleted",
|
|
@@ -2187,6 +2191,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
2187
2191
|
"log-drain-enabled": "log-drain-enabled",
|
|
2188
2192
|
login: "login",
|
|
2189
2193
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created",
|
|
2194
|
+
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
|
|
2190
2195
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
|
|
2191
2196
|
"microfrontend-group-added": "microfrontend-group-added",
|
|
2192
2197
|
"microfrontend-group-deleted": "microfrontend-group-deleted",
|
|
@@ -2471,6 +2476,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
2471
2476
|
"tracing-configured": "tracing-configured",
|
|
2472
2477
|
"tracing-disabled": "tracing-disabled",
|
|
2473
2478
|
"unlink-login-connection": "unlink-login-connection",
|
|
2479
|
+
"update-account-flow-triggered": "update-account-flow-triggered",
|
|
2474
2480
|
"user-delete": "user-delete",
|
|
2475
2481
|
"user-emu-account-archived": "user-emu-account-archived",
|
|
2476
2482
|
"user-emu-account-deleted": "user-emu-account-deleted",
|