@vercel/sdk 1.11.0 → 1.11.1

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.
Files changed (124) hide show
  1. package/bin/mcp-server.js +721 -586
  2. package/bin/mcp-server.js.map +24 -24
  3. package/esm/__tests__/checks.test.js +1 -0
  4. package/esm/__tests__/checks.test.js.map +1 -1
  5. package/esm/__tests__/domains.test.js +4 -11
  6. package/esm/__tests__/domains.test.js.map +1 -1
  7. package/esm/__tests__/edgeconfig.test.js +6 -6
  8. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  9. package/esm/__tests__/integrations.test.js +1 -1
  10. package/esm/__tests__/rollingrelease.test.js +1 -1
  11. package/esm/__tests__/security.test.js +1 -11
  12. package/esm/__tests__/security.test.js.map +1 -1
  13. package/esm/__tests__/teams.test.js +2 -2
  14. package/esm/__tests__/teams.test.js.map +1 -1
  15. package/esm/lib/config.d.ts +3 -3
  16. package/esm/lib/config.js +3 -3
  17. package/esm/mcp-server/mcp-server.js +1 -1
  18. package/esm/mcp-server/server.js +1 -1
  19. package/esm/models/canceldeploymentop.d.ts +3 -0
  20. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  21. package/esm/models/canceldeploymentop.js +1 -0
  22. package/esm/models/canceldeploymentop.js.map +1 -1
  23. package/esm/models/createdeploymentop.d.ts +6 -0
  24. package/esm/models/createdeploymentop.d.ts.map +1 -1
  25. package/esm/models/createdeploymentop.js +2 -0
  26. package/esm/models/createdeploymentop.js.map +1 -1
  27. package/esm/models/createedgeconfigop.d.ts +2 -0
  28. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  29. package/esm/models/createedgeconfigop.js +2 -0
  30. package/esm/models/createedgeconfigop.js.map +1 -1
  31. package/esm/models/createintegrationstoredirectop.d.ts +252 -240
  32. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  33. package/esm/models/createintegrationstoredirectop.js +298 -294
  34. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  35. package/esm/models/createprojectop.d.ts +170 -162
  36. package/esm/models/createprojectop.d.ts.map +1 -1
  37. package/esm/models/createprojectop.js +158 -154
  38. package/esm/models/createprojectop.js.map +1 -1
  39. package/esm/models/getallchecksop.d.ts +2 -0
  40. package/esm/models/getallchecksop.d.ts.map +1 -1
  41. package/esm/models/getallchecksop.js +2 -0
  42. package/esm/models/getallchecksop.js.map +1 -1
  43. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  44. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  45. package/esm/models/getconfigurationproductsop.js +482 -410
  46. package/esm/models/getconfigurationproductsop.js.map +1 -1
  47. package/esm/models/getdeploymentop.d.ts +3 -0
  48. package/esm/models/getdeploymentop.d.ts.map +1 -1
  49. package/esm/models/getdeploymentop.js +1 -0
  50. package/esm/models/getdeploymentop.js.map +1 -1
  51. package/esm/models/getdeploymentsop.d.ts +3 -0
  52. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  53. package/esm/models/getdeploymentsop.js +1 -0
  54. package/esm/models/getdeploymentsop.js.map +1 -1
  55. package/esm/models/getedgeconfigop.d.ts +2 -0
  56. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  57. package/esm/models/getedgeconfigop.js +2 -0
  58. package/esm/models/getedgeconfigop.js.map +1 -1
  59. package/esm/models/getprojectsop.d.ts +5 -0
  60. package/esm/models/getprojectsop.d.ts.map +1 -1
  61. package/esm/models/getprojectsop.js +3 -0
  62. package/esm/models/getprojectsop.js.map +1 -1
  63. package/esm/models/getteammembersop.d.ts +36 -30
  64. package/esm/models/getteammembersop.d.ts.map +1 -1
  65. package/esm/models/getteammembersop.js +12 -10
  66. package/esm/models/getteammembersop.js.map +1 -1
  67. package/esm/models/getwebhooksop.d.ts +3 -0
  68. package/esm/models/getwebhooksop.d.ts.map +1 -1
  69. package/esm/models/getwebhooksop.js +1 -0
  70. package/esm/models/getwebhooksop.js.map +1 -1
  71. package/esm/models/importresourceop.d.ts +36 -0
  72. package/esm/models/importresourceop.d.ts.map +1 -1
  73. package/esm/models/importresourceop.js +25 -0
  74. package/esm/models/importresourceop.js.map +1 -1
  75. package/esm/models/team.d.ts +150 -26
  76. package/esm/models/team.d.ts.map +1 -1
  77. package/esm/models/team.js +110 -30
  78. package/esm/models/team.js.map +1 -1
  79. package/esm/models/updateedgeconfigop.d.ts +2 -0
  80. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  81. package/esm/models/updateedgeconfigop.js +2 -0
  82. package/esm/models/updateedgeconfigop.js.map +1 -1
  83. package/esm/models/updateprojectdatacacheop.d.ts +5 -0
  84. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  85. package/esm/models/updateprojectdatacacheop.js +3 -0
  86. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  87. package/esm/models/updateprojectop.d.ts +8 -0
  88. package/esm/models/updateprojectop.d.ts.map +1 -1
  89. package/esm/models/updateprojectop.js +4 -0
  90. package/esm/models/updateprojectop.js.map +1 -1
  91. package/esm/models/userevent.d.ts +2 -2
  92. package/examples/package-lock.json +1 -1
  93. package/jsr.json +1 -1
  94. package/package.json +1 -1
  95. package/src/__tests__/checks.test.ts +1 -0
  96. package/src/__tests__/domains.test.ts +4 -11
  97. package/src/__tests__/edgeconfig.test.ts +6 -6
  98. package/src/__tests__/integrations.test.ts +1 -1
  99. package/src/__tests__/rollingrelease.test.ts +1 -1
  100. package/src/__tests__/security.test.ts +1 -11
  101. package/src/__tests__/teams.test.ts +2 -2
  102. package/src/lib/config.ts +3 -3
  103. package/src/mcp-server/mcp-server.ts +1 -1
  104. package/src/mcp-server/server.ts +1 -1
  105. package/src/models/canceldeploymentop.ts +1 -0
  106. package/src/models/createdeploymentop.ts +2 -0
  107. package/src/models/createedgeconfigop.ts +4 -0
  108. package/src/models/createintegrationstoredirectop.ts +509 -505
  109. package/src/models/createprojectop.ts +304 -298
  110. package/src/models/getallchecksop.ts +4 -0
  111. package/src/models/getconfigurationproductsop.ts +847 -706
  112. package/src/models/getdeploymentop.ts +1 -0
  113. package/src/models/getdeploymentsop.ts +1 -0
  114. package/src/models/getedgeconfigop.ts +4 -0
  115. package/src/models/getprojectsop.ts +5 -0
  116. package/src/models/getteammembersop.ts +12 -10
  117. package/src/models/getwebhooksop.ts +1 -0
  118. package/src/models/importresourceop.ts +34 -0
  119. package/src/models/team.ts +177 -42
  120. package/src/models/updateedgeconfigop.ts +4 -0
  121. package/src/models/updateprojectdatacacheop.ts +5 -0
  122. package/src/models/updateprojectop.ts +6 -0
  123. package/src/models/userevent.ts +2 -2
  124. package/vercel-spec.json +781 -634
@@ -71,6 +71,7 @@ export const CreateProjectFramework = {
71
71
  Vitepress: "vitepress",
72
72
  Vuepress: "vuepress",
73
73
  Parcel: "parcel",
74
+ Fastapi: "fastapi",
74
75
  Fasthtml: "fasthtml",
75
76
  SanityV3: "sanity-v3",
76
77
  Sanity: "sanity",
@@ -127,10 +128,10 @@ export const CreateProjectTarget1 = {
127
128
  };
128
129
  export const CreateProjectProjectsResponseType = {
129
130
  System: "system",
130
- Secret: "secret",
131
131
  Encrypted: "encrypted",
132
132
  Plain: "plain",
133
133
  Sensitive: "sensitive",
134
+ Secret: "secret",
134
135
  };
135
136
  export const CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = {
136
137
  FlagsConnectionString: "flags-connection-string",
@@ -239,6 +240,7 @@ export const CreateProjectProjectsFramework = {
239
240
  Vitepress: "vitepress",
240
241
  Vuepress: "vuepress",
241
242
  Parcel: "parcel",
243
+ Fastapi: "fastapi",
242
244
  Fasthtml: "fasthtml",
243
245
  SanityV3: "sanity-v3",
244
246
  Sanity: "sanity",
@@ -332,8 +334,8 @@ export const CreateProjectProjectsBuildMachineType = {
332
334
  Turbo: "turbo",
333
335
  };
334
336
  export const CreateProjectProjectsDeploymentType = {
335
- All: "all",
336
337
  Preview: "preview",
338
+ All: "all",
337
339
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
338
340
  AllExceptCustomDomains: "all_except_custom_domains",
339
341
  };
@@ -395,18 +397,18 @@ export const CreateProjectProtectionBypassScope = {
395
397
  IntegrationAutomationBypass: "integration-automation-bypass",
396
398
  };
397
399
  export const CreateProjectTrustedIpsProjectsDeploymentType = {
398
- All: "all",
399
400
  Preview: "preview",
401
+ Production: "production",
402
+ All: "all",
400
403
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
401
404
  AllExceptCustomDomains: "all_except_custom_domains",
402
- Production: "production",
403
405
  };
404
406
  export const CreateProjectTrustedIpsDeploymentType = {
405
- All: "all",
406
407
  Preview: "preview",
408
+ Production: "production",
409
+ All: "all",
407
410
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
408
411
  AllExceptCustomDomains: "all_except_custom_domains",
409
- Production: "production",
410
412
  };
411
413
  export const TrustedIpsProtectionMode = {
412
414
  Additional: "additional",
@@ -3072,29 +3074,29 @@ export function createProjectLinkProjectsDeployHooksFromJSON(jsonString) {
3072
3074
  /** @internal */
3073
3075
  export const CreateProjectLink2$inboundSchema = z.object({
3074
3076
  type: CreateProjectLinkProjectsType$inboundSchema,
3077
+ repo: z.string().optional(),
3078
+ repoId: z.number().optional(),
3075
3079
  updatedAt: z.number().optional(),
3076
3080
  createdAt: z.number().optional(),
3077
- repo: z.string().optional(),
3078
- sourceless: z.boolean().optional(),
3079
3081
  org: z.string(),
3080
3082
  repoOwnerId: z.number().optional(),
3081
- repoId: z.number().optional(),
3082
3083
  deployHooks: z.array(z.lazy(() => CreateProjectLinkProjectsDeployHooks$inboundSchema)),
3083
3084
  gitCredentialId: z.string(),
3085
+ sourceless: z.boolean().optional(),
3084
3086
  productionBranch: z.string(),
3085
3087
  });
3086
3088
  /** @internal */
3087
3089
  export const CreateProjectLink2$outboundSchema = z.object({
3088
3090
  type: CreateProjectLinkProjectsType$outboundSchema,
3091
+ repo: z.string().optional(),
3092
+ repoId: z.number().optional(),
3089
3093
  updatedAt: z.number().optional(),
3090
3094
  createdAt: z.number().optional(),
3091
- repo: z.string().optional(),
3092
- sourceless: z.boolean().optional(),
3093
3095
  org: z.string(),
3094
3096
  repoOwnerId: z.number().optional(),
3095
- repoId: z.number().optional(),
3096
3097
  deployHooks: z.array(z.lazy(() => CreateProjectLinkProjectsDeployHooks$outboundSchema)),
3097
3098
  gitCredentialId: z.string(),
3099
+ sourceless: z.boolean().optional(),
3098
3100
  productionBranch: z.string(),
3099
3101
  });
3100
3102
  /**
@@ -3449,23 +3451,23 @@ export var CreateProjectBuildMachineType$;
3449
3451
  })(CreateProjectBuildMachineType$ || (CreateProjectBuildMachineType$ = {}));
3450
3452
  /** @internal */
3451
3453
  export const CreateProjectProjectsResourceConfig$inboundSchema = z.object({
3454
+ elasticConcurrencyEnabled: z.boolean().optional(),
3452
3455
  fluid: z.boolean().optional(),
3453
3456
  functionDefaultRegions: z.array(z.string()),
3454
3457
  functionDefaultTimeout: z.number().optional(),
3455
3458
  functionDefaultMemoryType: CreateProjectFunctionDefaultMemoryType$inboundSchema.optional(),
3456
3459
  functionZeroConfigFailover: z.boolean().optional(),
3457
- elasticConcurrencyEnabled: z.boolean().optional(),
3458
3460
  buildMachineType: CreateProjectBuildMachineType$inboundSchema.optional(),
3459
3461
  isNSNBDisabled: z.boolean().optional(),
3460
3462
  });
3461
3463
  /** @internal */
3462
3464
  export const CreateProjectProjectsResourceConfig$outboundSchema = z.object({
3465
+ elasticConcurrencyEnabled: z.boolean().optional(),
3463
3466
  fluid: z.boolean().optional(),
3464
3467
  functionDefaultRegions: z.array(z.string()),
3465
3468
  functionDefaultTimeout: z.number().optional(),
3466
3469
  functionDefaultMemoryType: CreateProjectFunctionDefaultMemoryType$outboundSchema.optional(),
3467
3470
  functionZeroConfigFailover: z.boolean().optional(),
3468
- elasticConcurrencyEnabled: z.boolean().optional(),
3469
3471
  buildMachineType: CreateProjectBuildMachineType$outboundSchema.optional(),
3470
3472
  isNSNBDisabled: z.boolean().optional(),
3471
3473
  });
@@ -3610,24 +3612,24 @@ export var CreateProjectProjectsBuildMachineType$;
3610
3612
  })(CreateProjectProjectsBuildMachineType$ || (CreateProjectProjectsBuildMachineType$ = {}));
3611
3613
  /** @internal */
3612
3614
  export const CreateProjectDefaultResourceConfig$inboundSchema = z.object({
3615
+ elasticConcurrencyEnabled: z.boolean().optional(),
3613
3616
  fluid: z.boolean().optional(),
3614
3617
  functionDefaultRegions: z.array(z.string()),
3615
3618
  functionDefaultTimeout: z.number().optional(),
3616
3619
  functionDefaultMemoryType: CreateProjectProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
3617
3620
  functionZeroConfigFailover: z.boolean().optional(),
3618
- elasticConcurrencyEnabled: z.boolean().optional(),
3619
3621
  buildMachineType: CreateProjectProjectsBuildMachineType$inboundSchema
3620
3622
  .optional(),
3621
3623
  isNSNBDisabled: z.boolean().optional(),
3622
3624
  });
3623
3625
  /** @internal */
3624
3626
  export const CreateProjectDefaultResourceConfig$outboundSchema = z.object({
3627
+ elasticConcurrencyEnabled: z.boolean().optional(),
3625
3628
  fluid: z.boolean().optional(),
3626
3629
  functionDefaultRegions: z.array(z.string()),
3627
3630
  functionDefaultTimeout: z.number().optional(),
3628
3631
  functionDefaultMemoryType: CreateProjectProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
3629
3632
  functionZeroConfigFailover: z.boolean().optional(),
3630
- elasticConcurrencyEnabled: z.boolean().optional(),
3631
3633
  buildMachineType: CreateProjectProjectsBuildMachineType$outboundSchema
3632
3634
  .optional(),
3633
3635
  isNSNBDisabled: z.boolean().optional(),
@@ -4083,6 +4085,75 @@ export function createProjectTargetsFromJSON(jsonString) {
4083
4085
  }
4084
4086
  /** @internal */
4085
4087
  export const CreateProjectPermissions$inboundSchema = z.object({
4088
+ aliasProject: z.array(ACLAction$inboundSchema).optional(),
4089
+ aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
4090
+ buildMachine: z.array(ACLAction$inboundSchema).optional(),
4091
+ productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
4092
+ connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
4093
+ dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
4094
+ deployment: z.array(ACLAction$inboundSchema).optional(),
4095
+ deploymentBuildLogs: z.array(ACLAction$inboundSchema).optional(),
4096
+ deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
4097
+ deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
4098
+ deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
4099
+ .optional(),
4100
+ deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
4101
+ deploymentV0: z.array(ACLAction$inboundSchema).optional(),
4102
+ deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
4103
+ deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
4104
+ deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
4105
+ deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
4106
+ edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
4107
+ environments: z.array(ACLAction$inboundSchema).optional(),
4108
+ logs: z.array(ACLAction$inboundSchema).optional(),
4109
+ logsPreset: z.array(ACLAction$inboundSchema).optional(),
4110
+ passwordProtection: z.array(ACLAction$inboundSchema).optional(),
4111
+ optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
4112
+ job: z.array(ACLAction$inboundSchema).optional(),
4113
+ observabilityData: z.array(ACLAction$inboundSchema).optional(),
4114
+ onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
4115
+ onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
4116
+ project: z.array(ACLAction$inboundSchema).optional(),
4117
+ projectFromV0: z.array(ACLAction$inboundSchema).optional(),
4118
+ projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
4119
+ projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
4120
+ projectCheck: z.array(ACLAction$inboundSchema).optional(),
4121
+ projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
4122
+ projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
4123
+ projectDomain: z.array(ACLAction$inboundSchema).optional(),
4124
+ projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
4125
+ projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
4126
+ projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
4127
+ projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
4128
+ projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
4129
+ .optional(),
4130
+ projectFlags: z.array(ACLAction$inboundSchema).optional(),
4131
+ projectId: z.array(ACLAction$inboundSchema).optional(),
4132
+ projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
4133
+ projectLink: z.array(ACLAction$inboundSchema).optional(),
4134
+ projectMember: z.array(ACLAction$inboundSchema).optional(),
4135
+ projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
4136
+ projectPermissions: z.array(ACLAction$inboundSchema).optional(),
4137
+ projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
4138
+ projectTransfer: z.array(ACLAction$inboundSchema).optional(),
4139
+ projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
4140
+ projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
4141
+ projectUsage: z.array(ACLAction$inboundSchema).optional(),
4142
+ projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
4143
+ projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
4144
+ projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
4145
+ projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
4146
+ projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
4147
+ projectTier: z.array(ACLAction$inboundSchema).optional(),
4148
+ projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
4149
+ seawallConfig: z.array(ACLAction$inboundSchema).optional(),
4150
+ skewProtection: z.array(ACLAction$inboundSchema).optional(),
4151
+ analytics: z.array(ACLAction$inboundSchema).optional(),
4152
+ trustedIps: z.array(ACLAction$inboundSchema).optional(),
4153
+ v0Chat: z.array(ACLAction$inboundSchema).optional(),
4154
+ webAnalytics: z.array(ACLAction$inboundSchema).optional(),
4155
+ sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
4156
+ sonar: z.array(ACLAction$inboundSchema).optional(),
4086
4157
  oauth2Connection: z.array(ACLAction$inboundSchema).optional(),
4087
4158
  user: z.array(ACLAction$inboundSchema).optional(),
4088
4159
  userConnection: z.array(ACLAction$inboundSchema).optional(),
@@ -4152,6 +4223,7 @@ export const CreateProjectPermissions$inboundSchema = z.object({
4152
4223
  jobGlobal: z.array(ACLAction$inboundSchema).optional(),
4153
4224
  drain: z.array(ACLAction$inboundSchema).optional(),
4154
4225
  logDrain: z.array(ACLAction$inboundSchema).optional(),
4226
+ traceDrain: z.array(ACLAction$inboundSchema).optional(),
4155
4227
  Monitoring: z.array(ACLAction$inboundSchema).optional(),
4156
4228
  monitoringSettings: z.array(ACLAction$inboundSchema).optional(),
4157
4229
  monitoringQuery: z.array(ACLAction$inboundSchema).optional(),
@@ -4232,75 +4304,6 @@ export const CreateProjectPermissions$inboundSchema = z.object({
4232
4304
  vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
4233
4305
  apiKey: z.array(ACLAction$inboundSchema).optional(),
4234
4306
  apiKeyOwnedBySelf: z.array(ACLAction$inboundSchema).optional(),
4235
- aliasProject: z.array(ACLAction$inboundSchema).optional(),
4236
- aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
4237
- buildMachine: z.array(ACLAction$inboundSchema).optional(),
4238
- productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
4239
- connectConfigurationLink: z.array(ACLAction$inboundSchema).optional(),
4240
- dataCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
4241
- deployment: z.array(ACLAction$inboundSchema).optional(),
4242
- deploymentBuildLogs: z.array(ACLAction$inboundSchema).optional(),
4243
- deploymentCheck: z.array(ACLAction$inboundSchema).optional(),
4244
- deploymentCheckPreview: z.array(ACLAction$inboundSchema).optional(),
4245
- deploymentCheckReRunFromProductionBranch: z.array(ACLAction$inboundSchema)
4246
- .optional(),
4247
- deploymentProductionGit: z.array(ACLAction$inboundSchema).optional(),
4248
- deploymentV0: z.array(ACLAction$inboundSchema).optional(),
4249
- deploymentPreview: z.array(ACLAction$inboundSchema).optional(),
4250
- deploymentPrivate: z.array(ACLAction$inboundSchema).optional(),
4251
- deploymentPromote: z.array(ACLAction$inboundSchema).optional(),
4252
- deploymentRollback: z.array(ACLAction$inboundSchema).optional(),
4253
- edgeCacheNamespace: z.array(ACLAction$inboundSchema).optional(),
4254
- environments: z.array(ACLAction$inboundSchema).optional(),
4255
- logs: z.array(ACLAction$inboundSchema).optional(),
4256
- logsPreset: z.array(ACLAction$inboundSchema).optional(),
4257
- passwordProtection: z.array(ACLAction$inboundSchema).optional(),
4258
- optionsAllowlist: z.array(ACLAction$inboundSchema).optional(),
4259
- job: z.array(ACLAction$inboundSchema).optional(),
4260
- observabilityData: z.array(ACLAction$inboundSchema).optional(),
4261
- onDemandBuild: z.array(ACLAction$inboundSchema).optional(),
4262
- onDemandConcurrency: z.array(ACLAction$inboundSchema).optional(),
4263
- project: z.array(ACLAction$inboundSchema).optional(),
4264
- projectFromV0: z.array(ACLAction$inboundSchema).optional(),
4265
- projectAccessGroup: z.array(ACLAction$inboundSchema).optional(),
4266
- projectAnalyticsSampling: z.array(ACLAction$inboundSchema).optional(),
4267
- projectCheck: z.array(ACLAction$inboundSchema).optional(),
4268
- projectCheckRun: z.array(ACLAction$inboundSchema).optional(),
4269
- projectDeploymentHook: z.array(ACLAction$inboundSchema).optional(),
4270
- projectDomain: z.array(ACLAction$inboundSchema).optional(),
4271
- projectDomainMove: z.array(ACLAction$inboundSchema).optional(),
4272
- projectDomainCheckConfig: z.array(ACLAction$inboundSchema).optional(),
4273
- projectEnvVars: z.array(ACLAction$inboundSchema).optional(),
4274
- projectEnvVarsProduction: z.array(ACLAction$inboundSchema).optional(),
4275
- projectEnvVarsUnownedByIntegration: z.array(ACLAction$inboundSchema)
4276
- .optional(),
4277
- projectFlags: z.array(ACLAction$inboundSchema).optional(),
4278
- projectId: z.array(ACLAction$inboundSchema).optional(),
4279
- projectIntegrationConfiguration: z.array(ACLAction$inboundSchema).optional(),
4280
- projectLink: z.array(ACLAction$inboundSchema).optional(),
4281
- projectMember: z.array(ACLAction$inboundSchema).optional(),
4282
- projectMonitoring: z.array(ACLAction$inboundSchema).optional(),
4283
- projectPermissions: z.array(ACLAction$inboundSchema).optional(),
4284
- projectProductionBranch: z.array(ACLAction$inboundSchema).optional(),
4285
- projectTransfer: z.array(ACLAction$inboundSchema).optional(),
4286
- projectTransferOut: z.array(ACLAction$inboundSchema).optional(),
4287
- projectProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
4288
- projectUsage: z.array(ACLAction$inboundSchema).optional(),
4289
- projectAnalyticsUsage: z.array(ACLAction$inboundSchema).optional(),
4290
- projectSupportCase: z.array(ACLAction$inboundSchema).optional(),
4291
- projectSupportCaseComment: z.array(ACLAction$inboundSchema).optional(),
4292
- projectDeploymentExpiration: z.array(ACLAction$inboundSchema).optional(),
4293
- projectRollingRelease: z.array(ACLAction$inboundSchema).optional(),
4294
- projectTier: z.array(ACLAction$inboundSchema).optional(),
4295
- projectOIDCToken: z.array(ACLAction$inboundSchema).optional(),
4296
- seawallConfig: z.array(ACLAction$inboundSchema).optional(),
4297
- skewProtection: z.array(ACLAction$inboundSchema).optional(),
4298
- analytics: z.array(ACLAction$inboundSchema).optional(),
4299
- trustedIps: z.array(ACLAction$inboundSchema).optional(),
4300
- v0Chat: z.array(ACLAction$inboundSchema).optional(),
4301
- webAnalytics: z.array(ACLAction$inboundSchema).optional(),
4302
- sharedEnvVarConnection: z.array(ACLAction$inboundSchema).optional(),
4303
- sonar: z.array(ACLAction$inboundSchema).optional(),
4304
4307
  }).transform((v) => {
4305
4308
  return remap$(v, {
4306
4309
  "Monitoring": "monitoring",
@@ -4310,6 +4313,75 @@ export const CreateProjectPermissions$inboundSchema = z.object({
4310
4313
  });
4311
4314
  /** @internal */
4312
4315
  export const CreateProjectPermissions$outboundSchema = z.object({
4316
+ aliasProject: z.array(ACLAction$outboundSchema).optional(),
4317
+ aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
4318
+ buildMachine: z.array(ACLAction$outboundSchema).optional(),
4319
+ productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
4320
+ connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
4321
+ dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
4322
+ deployment: z.array(ACLAction$outboundSchema).optional(),
4323
+ deploymentBuildLogs: z.array(ACLAction$outboundSchema).optional(),
4324
+ deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
4325
+ deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
4326
+ deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
4327
+ .optional(),
4328
+ deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
4329
+ deploymentV0: z.array(ACLAction$outboundSchema).optional(),
4330
+ deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
4331
+ deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
4332
+ deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
4333
+ deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
4334
+ edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
4335
+ environments: z.array(ACLAction$outboundSchema).optional(),
4336
+ logs: z.array(ACLAction$outboundSchema).optional(),
4337
+ logsPreset: z.array(ACLAction$outboundSchema).optional(),
4338
+ passwordProtection: z.array(ACLAction$outboundSchema).optional(),
4339
+ optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
4340
+ job: z.array(ACLAction$outboundSchema).optional(),
4341
+ observabilityData: z.array(ACLAction$outboundSchema).optional(),
4342
+ onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
4343
+ onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
4344
+ project: z.array(ACLAction$outboundSchema).optional(),
4345
+ projectFromV0: z.array(ACLAction$outboundSchema).optional(),
4346
+ projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
4347
+ projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
4348
+ projectCheck: z.array(ACLAction$outboundSchema).optional(),
4349
+ projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
4350
+ projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
4351
+ projectDomain: z.array(ACLAction$outboundSchema).optional(),
4352
+ projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
4353
+ projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
4354
+ projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
4355
+ projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
4356
+ projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
4357
+ .optional(),
4358
+ projectFlags: z.array(ACLAction$outboundSchema).optional(),
4359
+ projectId: z.array(ACLAction$outboundSchema).optional(),
4360
+ projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
4361
+ projectLink: z.array(ACLAction$outboundSchema).optional(),
4362
+ projectMember: z.array(ACLAction$outboundSchema).optional(),
4363
+ projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
4364
+ projectPermissions: z.array(ACLAction$outboundSchema).optional(),
4365
+ projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
4366
+ projectTransfer: z.array(ACLAction$outboundSchema).optional(),
4367
+ projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
4368
+ projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
4369
+ projectUsage: z.array(ACLAction$outboundSchema).optional(),
4370
+ projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
4371
+ projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
4372
+ projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
4373
+ projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
4374
+ projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
4375
+ projectTier: z.array(ACLAction$outboundSchema).optional(),
4376
+ projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
4377
+ seawallConfig: z.array(ACLAction$outboundSchema).optional(),
4378
+ skewProtection: z.array(ACLAction$outboundSchema).optional(),
4379
+ analytics: z.array(ACLAction$outboundSchema).optional(),
4380
+ trustedIps: z.array(ACLAction$outboundSchema).optional(),
4381
+ v0Chat: z.array(ACLAction$outboundSchema).optional(),
4382
+ webAnalytics: z.array(ACLAction$outboundSchema).optional(),
4383
+ sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
4384
+ sonar: z.array(ACLAction$outboundSchema).optional(),
4313
4385
  oauth2Connection: z.array(ACLAction$outboundSchema).optional(),
4314
4386
  user: z.array(ACLAction$outboundSchema).optional(),
4315
4387
  userConnection: z.array(ACLAction$outboundSchema).optional(),
@@ -4381,6 +4453,7 @@ export const CreateProjectPermissions$outboundSchema = z.object({
4381
4453
  jobGlobal: z.array(ACLAction$outboundSchema).optional(),
4382
4454
  drain: z.array(ACLAction$outboundSchema).optional(),
4383
4455
  logDrain: z.array(ACLAction$outboundSchema).optional(),
4456
+ traceDrain: z.array(ACLAction$outboundSchema).optional(),
4384
4457
  monitoring: z.array(ACLAction$outboundSchema).optional(),
4385
4458
  monitoringSettings: z.array(ACLAction$outboundSchema).optional(),
4386
4459
  monitoringQuery: z.array(ACLAction$outboundSchema).optional(),
@@ -4461,75 +4534,6 @@ export const CreateProjectPermissions$outboundSchema = z.object({
4461
4534
  vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
4462
4535
  apiKey: z.array(ACLAction$outboundSchema).optional(),
4463
4536
  apiKeyOwnedBySelf: z.array(ACLAction$outboundSchema).optional(),
4464
- aliasProject: z.array(ACLAction$outboundSchema).optional(),
4465
- aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
4466
- buildMachine: z.array(ACLAction$outboundSchema).optional(),
4467
- productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
4468
- connectConfigurationLink: z.array(ACLAction$outboundSchema).optional(),
4469
- dataCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
4470
- deployment: z.array(ACLAction$outboundSchema).optional(),
4471
- deploymentBuildLogs: z.array(ACLAction$outboundSchema).optional(),
4472
- deploymentCheck: z.array(ACLAction$outboundSchema).optional(),
4473
- deploymentCheckPreview: z.array(ACLAction$outboundSchema).optional(),
4474
- deploymentCheckReRunFromProductionBranch: z.array(ACLAction$outboundSchema)
4475
- .optional(),
4476
- deploymentProductionGit: z.array(ACLAction$outboundSchema).optional(),
4477
- deploymentV0: z.array(ACLAction$outboundSchema).optional(),
4478
- deploymentPreview: z.array(ACLAction$outboundSchema).optional(),
4479
- deploymentPrivate: z.array(ACLAction$outboundSchema).optional(),
4480
- deploymentPromote: z.array(ACLAction$outboundSchema).optional(),
4481
- deploymentRollback: z.array(ACLAction$outboundSchema).optional(),
4482
- edgeCacheNamespace: z.array(ACLAction$outboundSchema).optional(),
4483
- environments: z.array(ACLAction$outboundSchema).optional(),
4484
- logs: z.array(ACLAction$outboundSchema).optional(),
4485
- logsPreset: z.array(ACLAction$outboundSchema).optional(),
4486
- passwordProtection: z.array(ACLAction$outboundSchema).optional(),
4487
- optionsAllowlist: z.array(ACLAction$outboundSchema).optional(),
4488
- job: z.array(ACLAction$outboundSchema).optional(),
4489
- observabilityData: z.array(ACLAction$outboundSchema).optional(),
4490
- onDemandBuild: z.array(ACLAction$outboundSchema).optional(),
4491
- onDemandConcurrency: z.array(ACLAction$outboundSchema).optional(),
4492
- project: z.array(ACLAction$outboundSchema).optional(),
4493
- projectFromV0: z.array(ACLAction$outboundSchema).optional(),
4494
- projectAccessGroup: z.array(ACLAction$outboundSchema).optional(),
4495
- projectAnalyticsSampling: z.array(ACLAction$outboundSchema).optional(),
4496
- projectCheck: z.array(ACLAction$outboundSchema).optional(),
4497
- projectCheckRun: z.array(ACLAction$outboundSchema).optional(),
4498
- projectDeploymentHook: z.array(ACLAction$outboundSchema).optional(),
4499
- projectDomain: z.array(ACLAction$outboundSchema).optional(),
4500
- projectDomainMove: z.array(ACLAction$outboundSchema).optional(),
4501
- projectDomainCheckConfig: z.array(ACLAction$outboundSchema).optional(),
4502
- projectEnvVars: z.array(ACLAction$outboundSchema).optional(),
4503
- projectEnvVarsProduction: z.array(ACLAction$outboundSchema).optional(),
4504
- projectEnvVarsUnownedByIntegration: z.array(ACLAction$outboundSchema)
4505
- .optional(),
4506
- projectFlags: z.array(ACLAction$outboundSchema).optional(),
4507
- projectId: z.array(ACLAction$outboundSchema).optional(),
4508
- projectIntegrationConfiguration: z.array(ACLAction$outboundSchema).optional(),
4509
- projectLink: z.array(ACLAction$outboundSchema).optional(),
4510
- projectMember: z.array(ACLAction$outboundSchema).optional(),
4511
- projectMonitoring: z.array(ACLAction$outboundSchema).optional(),
4512
- projectPermissions: z.array(ACLAction$outboundSchema).optional(),
4513
- projectProductionBranch: z.array(ACLAction$outboundSchema).optional(),
4514
- projectTransfer: z.array(ACLAction$outboundSchema).optional(),
4515
- projectTransferOut: z.array(ACLAction$outboundSchema).optional(),
4516
- projectProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
4517
- projectUsage: z.array(ACLAction$outboundSchema).optional(),
4518
- projectAnalyticsUsage: z.array(ACLAction$outboundSchema).optional(),
4519
- projectSupportCase: z.array(ACLAction$outboundSchema).optional(),
4520
- projectSupportCaseComment: z.array(ACLAction$outboundSchema).optional(),
4521
- projectDeploymentExpiration: z.array(ACLAction$outboundSchema).optional(),
4522
- projectRollingRelease: z.array(ACLAction$outboundSchema).optional(),
4523
- projectTier: z.array(ACLAction$outboundSchema).optional(),
4524
- projectOIDCToken: z.array(ACLAction$outboundSchema).optional(),
4525
- seawallConfig: z.array(ACLAction$outboundSchema).optional(),
4526
- skewProtection: z.array(ACLAction$outboundSchema).optional(),
4527
- analytics: z.array(ACLAction$outboundSchema).optional(),
4528
- trustedIps: z.array(ACLAction$outboundSchema).optional(),
4529
- v0Chat: z.array(ACLAction$outboundSchema).optional(),
4530
- webAnalytics: z.array(ACLAction$outboundSchema).optional(),
4531
- sharedEnvVarConnection: z.array(ACLAction$outboundSchema).optional(),
4532
- sonar: z.array(ACLAction$outboundSchema).optional(),
4533
4537
  }).transform((v) => {
4534
4538
  return remap$(v, {
4535
4539
  monitoring: "Monitoring",