vercel-api-js 1.22.5 → 1.23.0
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/index.cjs +1 -2
- package/dist/index.d.ts +20 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{schemas-d18hcxop.cjs → schemas-b217bkcw.cjs} +13 -4
- package/dist/{schemas-jgujt0tx.js → schemas-h4cvz6o7.js} +14 -4
- package/dist/schemas.cjs +1 -2
- package/dist/schemas.d.mts +10 -3
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +6 -0
- package/dist/types.d.mts +10 -4
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +6 -0
- package/package.json +1 -1
package/dist/types.cjs
CHANGED
|
@@ -2046,6 +2046,8 @@ const userEventTypeEnum = {
|
|
|
2046
2046
|
"login-connection-linked": "login-connection-linked",
|
|
2047
2047
|
"login-connection-unlinked": "login-connection-unlinked",
|
|
2048
2048
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created",
|
|
2049
|
+
"marketplace-auto-card-collection-updated": "marketplace-auto-card-collection-updated",
|
|
2050
|
+
"marketplace-billing-collection-updated": "marketplace-billing-collection-updated",
|
|
2049
2051
|
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
|
|
2050
2052
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
|
|
2051
2053
|
"microfrontend-group-added": "microfrontend-group-added",
|
|
@@ -2761,6 +2763,8 @@ const listEventTypeNameEnum = {
|
|
|
2761
2763
|
"login-connection-linked": "login-connection-linked",
|
|
2762
2764
|
"login-connection-unlinked": "login-connection-unlinked",
|
|
2763
2765
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created",
|
|
2766
|
+
"marketplace-auto-card-collection-updated": "marketplace-auto-card-collection-updated",
|
|
2767
|
+
"marketplace-billing-collection-updated": "marketplace-billing-collection-updated",
|
|
2764
2768
|
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
|
|
2765
2769
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
|
|
2766
2770
|
"microfrontend-group-added": "microfrontend-group-added",
|
|
@@ -3451,6 +3455,8 @@ const listEventTypeReplacedByEnum = {
|
|
|
3451
3455
|
"login-connection-linked": "login-connection-linked",
|
|
3452
3456
|
"login-connection-unlinked": "login-connection-unlinked",
|
|
3453
3457
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created",
|
|
3458
|
+
"marketplace-auto-card-collection-updated": "marketplace-auto-card-collection-updated",
|
|
3459
|
+
"marketplace-billing-collection-updated": "marketplace-billing-collection-updated",
|
|
3454
3460
|
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
|
|
3455
3461
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
|
|
3456
3462
|
"microfrontend-group-added": "microfrontend-group-added",
|