vercel-api-js 1.14.1 → 1.15.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/components.d.mts +20 -20
- package/dist/index.cjs +23 -21
- package/dist/index.d.ts +128 -80
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{schemas-jkpfjygi.js → schemas-f3m4uoi5.js} +117 -53
- package/dist/{schemas-ev1tjsfi.cjs → schemas-k96frmq7.cjs} +136 -72
- package/dist/schemas.cjs +21 -21
- package/dist/schemas.d.mts +49 -25
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +18 -0
- package/dist/types.d.mts +60 -36
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +17 -1
- package/package.json +3 -3
package/dist/types.cjs
CHANGED
|
@@ -209,6 +209,7 @@ const userEventTypeEnum = {
|
|
|
209
209
|
"authorize-git-deployment": "authorize-git-deployment",
|
|
210
210
|
"auto-expose-system-envs": "auto-expose-system-envs",
|
|
211
211
|
avatar: "avatar",
|
|
212
|
+
"billing-settings-updated": "billing-settings-updated",
|
|
212
213
|
"bulk-redirects-settings-updated": "bulk-redirects-settings-updated",
|
|
213
214
|
"bulk-redirects-version-promoted": "bulk-redirects-version-promoted",
|
|
214
215
|
"bulk-redirects-version-restored": "bulk-redirects-version-restored",
|
|
@@ -1138,6 +1139,14 @@ const userEventPayloadSettlementMethodEnum = {
|
|
|
1138
1139
|
"refunded-paid": "refunded-paid",
|
|
1139
1140
|
"refunded-payment-pending": "refunded-payment-pending"
|
|
1140
1141
|
};
|
|
1142
|
+
const userEventPayloadChangedFieldsEnum = {
|
|
1143
|
+
address: "address",
|
|
1144
|
+
email: "email",
|
|
1145
|
+
language: "language",
|
|
1146
|
+
name: "name",
|
|
1147
|
+
purchaseOrder: "purchaseOrder",
|
|
1148
|
+
tax: "tax"
|
|
1149
|
+
};
|
|
1141
1150
|
const userEventPayloadDataPlanSlugEnum = {
|
|
1142
1151
|
v0_business: "v0_business",
|
|
1143
1152
|
v0_teams: "v0_teams"
|
|
@@ -1694,6 +1703,11 @@ const userEventPayloadNewOwnerFeatureBlocksTracingBlockReasonEnum = {
|
|
|
1694
1703
|
hard_blocked: "hard_blocked",
|
|
1695
1704
|
limits_exceeded: "limits_exceeded"
|
|
1696
1705
|
};
|
|
1706
|
+
const userEventPayloadNewOwnerFeatureBlocksSandboxStorageBlockReasonEnum = {
|
|
1707
|
+
admin_override: "admin_override",
|
|
1708
|
+
hard_blocked: "hard_blocked",
|
|
1709
|
+
limits_exceeded: "limits_exceeded"
|
|
1710
|
+
};
|
|
1697
1711
|
const userEventPayloadNewOwnerFeatureBlocksVcrBlockReasonEnum = {
|
|
1698
1712
|
admin_override: "admin_override",
|
|
1699
1713
|
hard_blocked: "hard_blocked",
|
|
@@ -2393,6 +2407,7 @@ const listEventTypeNameEnum = {
|
|
|
2393
2407
|
"authorize-git-deployment": "authorize-git-deployment",
|
|
2394
2408
|
"auto-expose-system-envs": "auto-expose-system-envs",
|
|
2395
2409
|
avatar: "avatar",
|
|
2410
|
+
"billing-settings-updated": "billing-settings-updated",
|
|
2396
2411
|
"bulk-redirects-settings-updated": "bulk-redirects-settings-updated",
|
|
2397
2412
|
"bulk-redirects-version-promoted": "bulk-redirects-version-promoted",
|
|
2398
2413
|
"bulk-redirects-version-restored": "bulk-redirects-version-restored",
|
|
@@ -3078,6 +3093,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
3078
3093
|
"authorize-git-deployment": "authorize-git-deployment",
|
|
3079
3094
|
"auto-expose-system-envs": "auto-expose-system-envs",
|
|
3080
3095
|
avatar: "avatar",
|
|
3096
|
+
"billing-settings-updated": "billing-settings-updated",
|
|
3081
3097
|
"bulk-redirects-settings-updated": "bulk-redirects-settings-updated",
|
|
3082
3098
|
"bulk-redirects-version-promoted": "bulk-redirects-version-promoted",
|
|
3083
3099
|
"bulk-redirects-version-restored": "bulk-redirects-version-restored",
|
|
@@ -4685,6 +4701,7 @@ exports.userEventPayloadBudgetPricingPlanEnum = userEventPayloadBudgetPricingPla
|
|
|
4685
4701
|
exports.userEventPayloadBudgetRefreshPeriodEnum = userEventPayloadBudgetRefreshPeriodEnum;
|
|
4686
4702
|
exports.userEventPayloadBuildQueueConfigurationEnum = userEventPayloadBuildQueueConfigurationEnum;
|
|
4687
4703
|
exports.userEventPayloadChangeEnum = userEventPayloadChangeEnum;
|
|
4704
|
+
exports.userEventPayloadChangedFieldsEnum = userEventPayloadChangedFieldsEnum;
|
|
4688
4705
|
exports.userEventPayloadConsentEnum = userEventPayloadConsentEnum;
|
|
4689
4706
|
exports.userEventPayloadContextEnum = userEventPayloadContextEnum;
|
|
4690
4707
|
exports.userEventPayloadCreateDeploymentsEnum = userEventPayloadCreateDeploymentsEnum;
|
|
@@ -4733,6 +4750,7 @@ exports.userEventPayloadNewOwnerFeatureBlocksPostgresBlockReasonEnum = userEvent
|
|
|
4733
4750
|
exports.userEventPayloadNewOwnerFeatureBlocksPostgresOverageReasonEnum = userEventPayloadNewOwnerFeatureBlocksPostgresOverageReasonEnum;
|
|
4734
4751
|
exports.userEventPayloadNewOwnerFeatureBlocksRedisBlockReasonEnum = userEventPayloadNewOwnerFeatureBlocksRedisBlockReasonEnum;
|
|
4735
4752
|
exports.userEventPayloadNewOwnerFeatureBlocksRedisOverageReasonEnum = userEventPayloadNewOwnerFeatureBlocksRedisOverageReasonEnum;
|
|
4753
|
+
exports.userEventPayloadNewOwnerFeatureBlocksSandboxStorageBlockReasonEnum = userEventPayloadNewOwnerFeatureBlocksSandboxStorageBlockReasonEnum;
|
|
4736
4754
|
exports.userEventPayloadNewOwnerFeatureBlocksSourceImagesBlockReasonEnum = userEventPayloadNewOwnerFeatureBlocksSourceImagesBlockReasonEnum;
|
|
4737
4755
|
exports.userEventPayloadNewOwnerFeatureBlocksSpeedInsightsFreeBlockReasonEnum = userEventPayloadNewOwnerFeatureBlocksSpeedInsightsFreeBlockReasonEnum;
|
|
4738
4756
|
exports.userEventPayloadNewOwnerFeatureBlocksTracingBlockReasonEnum = userEventPayloadNewOwnerFeatureBlocksTracingBlockReasonEnum;
|