vercel-api-js 1.9.0 → 1.9.2

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
@@ -287,6 +287,8 @@ const userEventTypeEnum = {
287
287
  "custom-alert-deleted": "custom-alert-deleted",
288
288
  "custom-alert-updated": "custom-alert-updated",
289
289
  "custom-environments-settings-updated": "custom-environments-settings-updated",
290
+ "custom-metric-metadata-deleted": "custom-metric-metadata-deleted",
291
+ "custom-metric-metadata-updated": "custom-metric-metadata-updated",
290
292
  "custom-suffix-clear": "custom-suffix-clear",
291
293
  "custom-suffix-disable": "custom-suffix-disable",
292
294
  "custom-suffix-enable": "custom-suffix-enable",
@@ -360,6 +362,7 @@ const userEventTypeEnum = {
360
362
  "email-notification-rule-removed": "email-notification-rule-removed",
361
363
  "email-notification-rule-updated": "email-notification-rule-updated",
362
364
  "emu-member-removed-unverified-domain": "emu-member-removed-unverified-domain",
365
+ "enforce-disjunctive-production-secrets": "enforce-disjunctive-production-secrets",
363
366
  "enforce-sensitive-environment-variables": "enforce-sensitive-environment-variables",
364
367
  "env-variable-add": "env-variable-add",
365
368
  "env-variable-delete": "env-variable-delete",
@@ -615,6 +618,8 @@ const userEventTypeEnum = {
615
618
  "saml-connection-deleted": "saml-connection-deleted",
616
619
  "sandbox-alias-assigned": "sandbox-alias-assigned",
617
620
  "sandbox-alias-delete": "sandbox-alias-delete",
621
+ "sandbox-drive-created": "sandbox-drive-created",
622
+ "sandbox-drive-deleted": "sandbox-drive-deleted",
618
623
  "sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated",
619
624
  scale: "scale",
620
625
  "scale-auto": "scale-auto",
@@ -1514,6 +1519,8 @@ const listEventTypeNameEnum = {
1514
1519
  "custom-alert-deleted": "custom-alert-deleted",
1515
1520
  "custom-alert-updated": "custom-alert-updated",
1516
1521
  "custom-environments-settings-updated": "custom-environments-settings-updated",
1522
+ "custom-metric-metadata-deleted": "custom-metric-metadata-deleted",
1523
+ "custom-metric-metadata-updated": "custom-metric-metadata-updated",
1517
1524
  "custom-suffix-clear": "custom-suffix-clear",
1518
1525
  "custom-suffix-disable": "custom-suffix-disable",
1519
1526
  "custom-suffix-enable": "custom-suffix-enable",
@@ -1587,6 +1594,7 @@ const listEventTypeNameEnum = {
1587
1594
  "email-notification-rule-removed": "email-notification-rule-removed",
1588
1595
  "email-notification-rule-updated": "email-notification-rule-updated",
1589
1596
  "emu-member-removed-unverified-domain": "emu-member-removed-unverified-domain",
1597
+ "enforce-disjunctive-production-secrets": "enforce-disjunctive-production-secrets",
1590
1598
  "enforce-sensitive-environment-variables": "enforce-sensitive-environment-variables",
1591
1599
  "env-variable-add": "env-variable-add",
1592
1600
  "env-variable-delete": "env-variable-delete",
@@ -1842,6 +1850,8 @@ const listEventTypeNameEnum = {
1842
1850
  "saml-connection-deleted": "saml-connection-deleted",
1843
1851
  "sandbox-alias-assigned": "sandbox-alias-assigned",
1844
1852
  "sandbox-alias-delete": "sandbox-alias-delete",
1853
+ "sandbox-drive-created": "sandbox-drive-created",
1854
+ "sandbox-drive-deleted": "sandbox-drive-deleted",
1845
1855
  "sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated",
1846
1856
  scale: "scale",
1847
1857
  "scale-auto": "scale-auto",
@@ -2157,6 +2167,8 @@ const listEventTypeReplacedByEnum = {
2157
2167
  "custom-alert-deleted": "custom-alert-deleted",
2158
2168
  "custom-alert-updated": "custom-alert-updated",
2159
2169
  "custom-environments-settings-updated": "custom-environments-settings-updated",
2170
+ "custom-metric-metadata-deleted": "custom-metric-metadata-deleted",
2171
+ "custom-metric-metadata-updated": "custom-metric-metadata-updated",
2160
2172
  "custom-suffix-clear": "custom-suffix-clear",
2161
2173
  "custom-suffix-disable": "custom-suffix-disable",
2162
2174
  "custom-suffix-enable": "custom-suffix-enable",
@@ -2230,6 +2242,7 @@ const listEventTypeReplacedByEnum = {
2230
2242
  "email-notification-rule-removed": "email-notification-rule-removed",
2231
2243
  "email-notification-rule-updated": "email-notification-rule-updated",
2232
2244
  "emu-member-removed-unverified-domain": "emu-member-removed-unverified-domain",
2245
+ "enforce-disjunctive-production-secrets": "enforce-disjunctive-production-secrets",
2233
2246
  "enforce-sensitive-environment-variables": "enforce-sensitive-environment-variables",
2234
2247
  "env-variable-add": "env-variable-add",
2235
2248
  "env-variable-delete": "env-variable-delete",
@@ -2485,6 +2498,8 @@ const listEventTypeReplacedByEnum = {
2485
2498
  "saml-connection-deleted": "saml-connection-deleted",
2486
2499
  "sandbox-alias-assigned": "sandbox-alias-assigned",
2487
2500
  "sandbox-alias-delete": "sandbox-alias-delete",
2501
+ "sandbox-drive-created": "sandbox-drive-created",
2502
+ "sandbox-drive-deleted": "sandbox-drive-deleted",
2488
2503
  "sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated",
2489
2504
  scale: "scale",
2490
2505
  "scale-auto": "scale-auto",
@@ -2906,6 +2921,11 @@ const teamSensitiveEnvironmentVariablePolicyEnum = {
2906
2921
  off: "off",
2907
2922
  on: "on"
2908
2923
  };
2924
+ const teamDisjunctiveProductionSecretPolicyEnum = {
2925
+ default: "default",
2926
+ off: "off",
2927
+ on: "on"
2928
+ };
2909
2929
  const teamDpAccessRequestsModeEnum = {
2910
2930
  all: "all",
2911
2931
  "email-domain": "email-domain",
@@ -3336,6 +3356,7 @@ exports.teamBillingPlanEnum = teamBillingPlanEnum;
3336
3356
  exports.teamDefaultPassportDeploymentTypeEnum = teamDefaultPassportDeploymentTypeEnum;
3337
3357
  exports.teamDefaultRolesTeamPermissionsEnum = teamDefaultRolesTeamPermissionsEnum;
3338
3358
  exports.teamDefaultRolesTeamRolesEnum = teamDefaultRolesTeamRolesEnum;
3359
+ exports.teamDisjunctiveProductionSecretPolicyEnum = teamDisjunctiveProductionSecretPolicyEnum;
3339
3360
  exports.teamDpAccessRequestsModeEnum = teamDpAccessRequestsModeEnum;
3340
3361
  exports.teamEnablePreviewFeedbackEnum = teamEnablePreviewFeedbackEnum;
3341
3362
  exports.teamEnableProductionFeedbackEnum = teamEnableProductionFeedbackEnum;