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/types.mjs CHANGED
@@ -2044,6 +2044,8 @@ const userEventTypeEnum = {
2044
2044
  "login-connection-linked": "login-connection-linked",
2045
2045
  "login-connection-unlinked": "login-connection-unlinked",
2046
2046
  "manual-deployment-promotion-created": "manual-deployment-promotion-created",
2047
+ "marketplace-auto-card-collection-updated": "marketplace-auto-card-collection-updated",
2048
+ "marketplace-billing-collection-updated": "marketplace-billing-collection-updated",
2047
2049
  "marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
2048
2050
  "marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
2049
2051
  "microfrontend-group-added": "microfrontend-group-added",
@@ -2759,6 +2761,8 @@ const listEventTypeNameEnum = {
2759
2761
  "login-connection-linked": "login-connection-linked",
2760
2762
  "login-connection-unlinked": "login-connection-unlinked",
2761
2763
  "manual-deployment-promotion-created": "manual-deployment-promotion-created",
2764
+ "marketplace-auto-card-collection-updated": "marketplace-auto-card-collection-updated",
2765
+ "marketplace-billing-collection-updated": "marketplace-billing-collection-updated",
2762
2766
  "marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
2763
2767
  "marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
2764
2768
  "microfrontend-group-added": "microfrontend-group-added",
@@ -3449,6 +3453,8 @@ const listEventTypeReplacedByEnum = {
3449
3453
  "login-connection-linked": "login-connection-linked",
3450
3454
  "login-connection-unlinked": "login-connection-unlinked",
3451
3455
  "manual-deployment-promotion-created": "manual-deployment-promotion-created",
3456
+ "marketplace-auto-card-collection-updated": "marketplace-auto-card-collection-updated",
3457
+ "marketplace-billing-collection-updated": "marketplace-billing-collection-updated",
3452
3458
  "marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in",
3453
3459
  "marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated",
3454
3460
  "microfrontend-group-added": "microfrontend-group-added",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vercel-api-js",
3
- "version": "1.22.5",
3
+ "version": "1.23.0",
4
4
  "description": "Vercel auto-generated type-safe API client",
5
5
  "type": "module",
6
6
  "author": "SferaDev",