vercel-api-js 1.20.2 → 1.22.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.cjs CHANGED
@@ -599,6 +599,14 @@ const userEventPayloadRuleProvenanceEnum = {
599
599
  project: "project",
600
600
  team: "team"
601
601
  };
602
+ const userEventPayloadModeEnum = {
603
+ organization: "organization",
604
+ team: "team"
605
+ };
606
+ const userEventPayloadPreviousModeEnum = {
607
+ organization: "organization",
608
+ team: "team"
609
+ };
602
610
  const userEventPayloadInitiatorEnum = {
603
611
  system: "system",
604
612
  user: "user"
@@ -1179,14 +1187,6 @@ const userEventPayloadBillingPlanEnum = {
1179
1187
  enterprise: "enterprise",
1180
1188
  platform: "platform"
1181
1189
  };
1182
- const userEventPayloadModeEnum = {
1183
- organization: "organization",
1184
- team: "team"
1185
- };
1186
- const userEventPayloadPreviousModeEnum = {
1187
- organization: "organization",
1188
- team: "team"
1189
- };
1190
1190
  const userEventPayloadNextEnforcementScopeEnum = {
1191
1191
  all: "all",
1192
1192
  preview: "preview"
@@ -1896,6 +1896,7 @@ const userEventTypeEnum = {
1896
1896
  "deployment-creation-blocked": "deployment-creation-blocked",
1897
1897
  "deployment-delete": "deployment-delete",
1898
1898
  "deployment-policy-blocked": "deployment-policy-blocked",
1899
+ "deployment-protection-access-requests": "deployment-protection-access-requests",
1899
1900
  "deployment-undeleted": "deployment-undeleted",
1900
1901
  "disabled-integration-installation-removed": "disabled-integration-installation-removed",
1901
1902
  "disconnect-bitbucket-app": "disconnect-bitbucket-app",
@@ -2610,6 +2611,7 @@ const listEventTypeNameEnum = {
2610
2611
  "deployment-creation-blocked": "deployment-creation-blocked",
2611
2612
  "deployment-delete": "deployment-delete",
2612
2613
  "deployment-policy-blocked": "deployment-policy-blocked",
2614
+ "deployment-protection-access-requests": "deployment-protection-access-requests",
2613
2615
  "deployment-undeleted": "deployment-undeleted",
2614
2616
  "disabled-integration-installation-removed": "disabled-integration-installation-removed",
2615
2617
  "disconnect-bitbucket-app": "disconnect-bitbucket-app",
@@ -3299,6 +3301,7 @@ const listEventTypeReplacedByEnum = {
3299
3301
  "deployment-creation-blocked": "deployment-creation-blocked",
3300
3302
  "deployment-delete": "deployment-delete",
3301
3303
  "deployment-policy-blocked": "deployment-policy-blocked",
3304
+ "deployment-protection-access-requests": "deployment-protection-access-requests",
3302
3305
  "deployment-undeleted": "deployment-undeleted",
3303
3306
  "disabled-integration-installation-removed": "disabled-integration-installation-removed",
3304
3307
  "disconnect-bitbucket-app": "disconnect-bitbucket-app",
@@ -4116,6 +4119,16 @@ const teamDeploymentPolicyGitSourcesSourcesProviderEnum = {
4116
4119
  bitbucket: "bitbucket",
4117
4120
  github: "github"
4118
4121
  };
4122
+ const teamDeploymentStorageRolloutCohortEnum = {
4123
+ high: "high",
4124
+ low: "low",
4125
+ medium: "medium"
4126
+ };
4127
+ const teamDeploymentStorageRolloutMeterReasonEnum = {
4128
+ high_retention_opt_in: "high_retention_opt_in",
4129
+ low_scheduled: "low_scheduled",
4130
+ medium_scheduled: "medium_scheduled"
4131
+ };
4119
4132
  const teamDisableHardAutoBlocks = {
4120
4133
  false: false,
4121
4134
  true: true
@@ -4821,6 +4834,8 @@ exports.teamDeploymentPolicyDeploymentSourcesEnvironmentsTargetEnum = teamDeploy
4821
4834
  exports.teamDeploymentPolicyDeploymentSourcesSourcesEnum = teamDeploymentPolicyDeploymentSourcesSourcesEnum;
4822
4835
  exports.teamDeploymentPolicyGitSourcesEnvironmentsTargetEnum = teamDeploymentPolicyGitSourcesEnvironmentsTargetEnum;
4823
4836
  exports.teamDeploymentPolicyGitSourcesSourcesProviderEnum = teamDeploymentPolicyGitSourcesSourcesProviderEnum;
4837
+ exports.teamDeploymentStorageRolloutCohortEnum = teamDeploymentStorageRolloutCohortEnum;
4838
+ exports.teamDeploymentStorageRolloutMeterReasonEnum = teamDeploymentStorageRolloutMeterReasonEnum;
4824
4839
  exports.teamDisableHardAutoBlocks = teamDisableHardAutoBlocks;
4825
4840
  exports.teamDisjunctiveProductionSecretPolicyEnum = teamDisjunctiveProductionSecretPolicyEnum;
4826
4841
  exports.teamDpAccessRequestsModeEnum = teamDpAccessRequestsModeEnum;