@vercel/sdk 1.10.2 → 1.10.3

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 (71) hide show
  1. package/bin/mcp-server.js +214 -201
  2. package/bin/mcp-server.js.map +17 -17
  3. package/esm/__tests__/teams.test.js +0 -2
  4. package/esm/__tests__/teams.test.js.map +1 -1
  5. package/esm/funcs/domainsGetDomainConfig.js +1 -0
  6. package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
  7. package/esm/lib/config.d.ts +3 -3
  8. package/esm/lib/config.js +3 -3
  9. package/esm/mcp-server/mcp-server.js +1 -1
  10. package/esm/mcp-server/server.js +1 -1
  11. package/esm/models/createdeploymentop.d.ts +35 -35
  12. package/esm/models/createdeploymentop.d.ts.map +1 -1
  13. package/esm/models/createdeploymentop.js +13 -13
  14. package/esm/models/createdeploymentop.js.map +1 -1
  15. package/esm/models/createprojectenvop.d.ts +6 -6
  16. package/esm/models/createprojectenvop.js +2 -2
  17. package/esm/models/createprojectenvop.js.map +1 -1
  18. package/esm/models/createprojectop.d.ts +156 -156
  19. package/esm/models/createprojectop.d.ts.map +1 -1
  20. package/esm/models/createprojectop.js +148 -148
  21. package/esm/models/createprojectop.js.map +1 -1
  22. package/esm/models/editprojectenvop.d.ts +3 -3
  23. package/esm/models/editprojectenvop.js +1 -1
  24. package/esm/models/editprojectenvop.js.map +1 -1
  25. package/esm/models/filterprojectenvsop.d.ts +9 -9
  26. package/esm/models/filterprojectenvsop.js +3 -3
  27. package/esm/models/filterprojectenvsop.js.map +1 -1
  28. package/esm/models/getdomainconfigop.d.ts +63 -0
  29. package/esm/models/getdomainconfigop.d.ts.map +1 -1
  30. package/esm/models/getdomainconfigop.js +52 -0
  31. package/esm/models/getdomainconfigop.js.map +1 -1
  32. package/esm/models/getfirewallconfigop.d.ts +0 -3
  33. package/esm/models/getfirewallconfigop.d.ts.map +1 -1
  34. package/esm/models/getfirewallconfigop.js +0 -1
  35. package/esm/models/getfirewallconfigop.js.map +1 -1
  36. package/esm/models/putfirewallconfigop.d.ts +0 -3
  37. package/esm/models/putfirewallconfigop.d.ts.map +1 -1
  38. package/esm/models/putfirewallconfigop.js +0 -1
  39. package/esm/models/putfirewallconfigop.js.map +1 -1
  40. package/esm/models/removeprojectenvop.d.ts +9 -9
  41. package/esm/models/removeprojectenvop.js +3 -3
  42. package/esm/models/removeprojectenvop.js.map +1 -1
  43. package/esm/models/team.d.ts +0 -2
  44. package/esm/models/team.d.ts.map +1 -1
  45. package/esm/models/team.js +0 -2
  46. package/esm/models/team.js.map +1 -1
  47. package/esm/models/teamlimited.d.ts +0 -2
  48. package/esm/models/teamlimited.d.ts.map +1 -1
  49. package/esm/models/teamlimited.js +0 -2
  50. package/esm/models/teamlimited.js.map +1 -1
  51. package/examples/package-lock.json +1 -1
  52. package/examples/projectsUpdateProject.example.ts +1 -1
  53. package/jsr.json +1 -1
  54. package/package.json +1 -1
  55. package/src/__tests__/teams.test.ts +0 -2
  56. package/src/funcs/domainsGetDomainConfig.ts +1 -0
  57. package/src/lib/config.ts +3 -3
  58. package/src/mcp-server/mcp-server.ts +1 -1
  59. package/src/mcp-server/server.ts +1 -1
  60. package/src/models/createdeploymentop.ts +15 -15
  61. package/src/models/createprojectenvop.ts +2 -2
  62. package/src/models/createprojectop.ts +286 -286
  63. package/src/models/editprojectenvop.ts +1 -1
  64. package/src/models/filterprojectenvsop.ts +3 -3
  65. package/src/models/getdomainconfigop.ts +129 -0
  66. package/src/models/getfirewallconfigop.ts +0 -1
  67. package/src/models/putfirewallconfigop.ts +0 -1
  68. package/src/models/removeprojectenvop.ts +3 -3
  69. package/src/models/team.ts +0 -4
  70. package/src/models/teamlimited.ts +0 -4
  71. package/vercel-spec.json +524 -508
package/bin/mcp-server.js CHANGED
@@ -34234,9 +34234,9 @@ var init_config = __esm(() => {
34234
34234
  SDK_METADATA = {
34235
34235
  language: "typescript",
34236
34236
  openapiDocVersion: "0.0.1",
34237
- sdkVersion: "1.10.2",
34238
- genVersion: "2.677.3",
34239
- userAgent: "speakeasy-sdk/typescript 1.10.2 2.677.3 0.0.1 @vercel/sdk"
34237
+ sdkVersion: "1.10.3",
34238
+ genVersion: "2.681.1",
34239
+ userAgent: "speakeasy-sdk/typescript 1.10.3 2.681.1 0.0.1 @vercel/sdk"
34240
34240
  };
34241
34241
  });
34242
34242
 
@@ -46395,11 +46395,11 @@ var init_createdeploymentop = __esm(() => {
46395
46395
  Hono: "hono"
46396
46396
  };
46397
46397
  CreateDeploymentDeploymentsStatus = {
46398
- Error: "error",
46399
- Timeout: "timeout",
46400
46398
  Skipped: "skipped",
46401
46399
  Pending: "pending",
46402
- Ready: "ready"
46400
+ Ready: "ready",
46401
+ Error: "error",
46402
+ Timeout: "timeout"
46403
46403
  };
46404
46404
  Protocol2 = {
46405
46405
  Http: "http",
@@ -46414,8 +46414,8 @@ var init_createdeploymentop = __esm(() => {
46414
46414
  Attachment: "attachment"
46415
46415
  };
46416
46416
  CreateDeploymentReadyState = {
46417
- Error: "ERROR",
46418
46417
  Building: "BUILDING",
46418
+ Error: "ERROR",
46419
46419
  Initializing: "INITIALIZING",
46420
46420
  Ready: "READY"
46421
46421
  };
@@ -46542,12 +46542,12 @@ var init_createdeploymentop = __esm(() => {
46542
46542
  Enterprise: "enterprise"
46543
46543
  };
46544
46544
  FunctionType = {
46545
- Standard: "standard",
46546
- Fluid: "fluid"
46545
+ Fluid: "fluid",
46546
+ Standard: "standard"
46547
46547
  };
46548
46548
  FunctionMemoryType = {
46549
- StandardLegacy: "standard_legacy",
46550
46549
  Standard: "standard",
46550
+ StandardLegacy: "standard_legacy",
46551
46551
  Performance: "performance"
46552
46552
  };
46553
46553
  Architecture = {
@@ -46558,12 +46558,12 @@ var init_createdeploymentop = __esm(() => {
46558
46558
  QueueV1beta: "queue/v1beta"
46559
46559
  };
46560
46560
  Handle = {
46561
- Filesystem: "filesystem",
46562
46561
  Error: "error",
46562
+ Filesystem: "filesystem",
46563
46563
  Hit: "hit",
46564
46564
  Miss: "miss",
46565
- Resource: "resource",
46566
- Rewrite: "rewrite"
46565
+ Rewrite: "rewrite",
46566
+ Resource: "resource"
46567
46567
  };
46568
46568
  CreateDeploymentHasType = {
46569
46569
  Header: "header",
@@ -46591,8 +46591,8 @@ var init_createdeploymentop = __esm(() => {
46591
46591
  ResponseHeaders: "response.headers"
46592
46592
  };
46593
46593
  CreateDeploymentRoutesOp = {
46594
- Set: "set",
46595
46594
  Append: "append",
46595
+ Set: "set",
46596
46596
  Delete: "delete"
46597
46597
  };
46598
46598
  CreateDeploymentState = {
@@ -46604,22 +46604,22 @@ var init_createdeploymentop = __esm(() => {
46604
46604
  Bitbucket: "bitbucket"
46605
46605
  };
46606
46606
  CreateDeploymentGitRepoOwnerType = {
46607
- User: "user",
46608
- Team: "team"
46607
+ Team: "team",
46608
+ User: "user"
46609
46609
  };
46610
46610
  CreateDeploymentGitRepoType = {
46611
46611
  Github: "github"
46612
46612
  };
46613
46613
  GitRepoOwnerType = {
46614
- User: "user",
46615
- Team: "team"
46614
+ Team: "team",
46615
+ User: "user"
46616
46616
  };
46617
46617
  GitRepoType = {
46618
46618
  Gitlab: "gitlab"
46619
46619
  };
46620
46620
  OwnerType = {
46621
- User: "user",
46622
- Team: "team"
46621
+ Team: "team",
46622
+ User: "user"
46623
46623
  };
46624
46624
  ForceNew$inboundSchema = nativeEnumType(ForceNew);
46625
46625
  ForceNew$outboundSchema = ForceNew$inboundSchema;
@@ -47206,16 +47206,16 @@ var init_createdeploymentop = __esm(() => {
47206
47206
  Lambdas$inboundSchema = objectType({
47207
47207
  id: stringType().optional(),
47208
47208
  createdAt: numberType().optional(),
47209
- readyState: CreateDeploymentReadyState$inboundSchema.optional(),
47210
47209
  entrypoint: nullableType(stringType()).optional(),
47210
+ readyState: CreateDeploymentReadyState$inboundSchema.optional(),
47211
47211
  readyStateAt: numberType().optional(),
47212
47212
  output: arrayType(lazyType(() => CreateDeploymentOutput$inboundSchema))
47213
47213
  });
47214
47214
  Lambdas$outboundSchema = objectType({
47215
47215
  id: stringType().optional(),
47216
47216
  createdAt: numberType().optional(),
47217
- readyState: CreateDeploymentReadyState$outboundSchema.optional(),
47218
47217
  entrypoint: nullableType(stringType()).optional(),
47218
+ readyState: CreateDeploymentReadyState$outboundSchema.optional(),
47219
47219
  readyStateAt: numberType().optional(),
47220
47220
  output: arrayType(lazyType(() => CreateDeploymentOutput$outboundSchema))
47221
47221
  });
@@ -57603,7 +57603,7 @@ Get information for a single domain in an account or team.`,
57603
57603
  });
57604
57604
 
57605
57605
  // src/models/getdomainconfigop.ts
57606
- var Strict, ConfiguredBy, AcceptedChallenges, Strict$inboundSchema, Strict$outboundSchema, Strict$, GetDomainConfigRequest$inboundSchema, GetDomainConfigRequest$outboundSchema, GetDomainConfigRequest$, ConfiguredBy$inboundSchema, ConfiguredBy$outboundSchema, ConfiguredBy$, AcceptedChallenges$inboundSchema, AcceptedChallenges$outboundSchema, AcceptedChallenges$, GetDomainConfigResponseBody$inboundSchema, GetDomainConfigResponseBody$outboundSchema, GetDomainConfigResponseBody$;
57606
+ var Strict, ConfiguredBy, AcceptedChallenges, Strict$inboundSchema, Strict$outboundSchema, Strict$, GetDomainConfigRequest$inboundSchema, GetDomainConfigRequest$outboundSchema, GetDomainConfigRequest$, ConfiguredBy$inboundSchema, ConfiguredBy$outboundSchema, ConfiguredBy$, AcceptedChallenges$inboundSchema, AcceptedChallenges$outboundSchema, AcceptedChallenges$, RecommendedIPv4$inboundSchema, RecommendedIPv4$outboundSchema, RecommendedIPv4$, RecommendedCNAME$inboundSchema, RecommendedCNAME$outboundSchema, RecommendedCNAME$, GetDomainConfigResponseBody$inboundSchema, GetDomainConfigResponseBody$outboundSchema, GetDomainConfigResponseBody$;
57607
57607
  var init_getdomainconfigop = __esm(() => {
57608
57608
  init_esm();
57609
57609
  Strict = {
@@ -57628,12 +57628,14 @@ var init_getdomainconfigop = __esm(() => {
57628
57628
  })(Strict$ ||= {});
57629
57629
  GetDomainConfigRequest$inboundSchema = objectType({
57630
57630
  domain: stringType(),
57631
+ projectIdOrName: stringType().optional(),
57631
57632
  strict: Strict$inboundSchema.optional(),
57632
57633
  teamId: stringType().optional(),
57633
57634
  slug: stringType().optional()
57634
57635
  });
57635
57636
  GetDomainConfigRequest$outboundSchema = objectType({
57636
57637
  domain: stringType(),
57638
+ projectIdOrName: stringType().optional(),
57637
57639
  strict: Strict$outboundSchema.optional(),
57638
57640
  teamId: stringType().optional(),
57639
57641
  slug: stringType().optional()
@@ -57654,14 +57656,30 @@ var init_getdomainconfigop = __esm(() => {
57654
57656
  AcceptedChallenges$.inboundSchema = AcceptedChallenges$inboundSchema;
57655
57657
  AcceptedChallenges$.outboundSchema = AcceptedChallenges$outboundSchema;
57656
57658
  })(AcceptedChallenges$ ||= {});
57659
+ RecommendedIPv4$inboundSchema = objectType({});
57660
+ RecommendedIPv4$outboundSchema = objectType({});
57661
+ ((RecommendedIPv4$) => {
57662
+ RecommendedIPv4$.inboundSchema = RecommendedIPv4$inboundSchema;
57663
+ RecommendedIPv4$.outboundSchema = RecommendedIPv4$outboundSchema;
57664
+ })(RecommendedIPv4$ ||= {});
57665
+ RecommendedCNAME$inboundSchema = objectType({});
57666
+ RecommendedCNAME$outboundSchema = objectType({});
57667
+ ((RecommendedCNAME$) => {
57668
+ RecommendedCNAME$.inboundSchema = RecommendedCNAME$inboundSchema;
57669
+ RecommendedCNAME$.outboundSchema = RecommendedCNAME$outboundSchema;
57670
+ })(RecommendedCNAME$ ||= {});
57657
57671
  GetDomainConfigResponseBody$inboundSchema = objectType({
57658
57672
  configuredBy: nullableType(ConfiguredBy$inboundSchema).optional(),
57659
57673
  acceptedChallenges: arrayType(AcceptedChallenges$inboundSchema).optional(),
57674
+ recommendedIPv4: arrayType(lazyType(() => RecommendedIPv4$inboundSchema)).optional(),
57675
+ recommendedCNAME: arrayType(lazyType(() => RecommendedCNAME$inboundSchema)).optional(),
57660
57676
  misconfigured: booleanType()
57661
57677
  });
57662
57678
  GetDomainConfigResponseBody$outboundSchema = objectType({
57663
57679
  configuredBy: nullableType(ConfiguredBy$outboundSchema).optional(),
57664
57680
  acceptedChallenges: arrayType(AcceptedChallenges$outboundSchema).optional(),
57681
+ recommendedIPv4: arrayType(lazyType(() => RecommendedIPv4$outboundSchema)).optional(),
57682
+ recommendedCNAME: arrayType(lazyType(() => RecommendedCNAME$outboundSchema)).optional(),
57665
57683
  misconfigured: booleanType()
57666
57684
  });
57667
57685
  ((GetDomainConfigResponseBody$) => {
@@ -57689,6 +57707,7 @@ async function $do57(client, request, options) {
57689
57707
  };
57690
57708
  const path = pathToFunc("/v6/domains/{domain}/config")(pathParams);
57691
57709
  const query = encodeFormQuery({
57710
+ projectIdOrName: payload.projectIdOrName,
57692
57711
  slug: payload.slug,
57693
57712
  strict: payload.strict,
57694
57713
  teamId: payload.teamId
@@ -70213,10 +70232,10 @@ var init_createprojectop = __esm(() => {
70213
70232
  };
70214
70233
  CreateProjectProjectsResponseType = {
70215
70234
  System: "system",
70216
- Secret: "secret",
70217
70235
  Encrypted: "encrypted",
70218
70236
  Plain: "plain",
70219
- Sensitive: "sensitive"
70237
+ Sensitive: "sensitive",
70238
+ Secret: "secret"
70220
70239
  };
70221
70240
  CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = {
70222
70241
  FlagsConnectionString: "flags-connection-string"
@@ -70407,8 +70426,8 @@ var init_createprojectop = __esm(() => {
70407
70426
  Turbo: "turbo"
70408
70427
  };
70409
70428
  CreateProjectProjectsDeploymentType = {
70410
- All: "all",
70411
70429
  Preview: "preview",
70430
+ All: "all",
70412
70431
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
70413
70432
  AllExceptCustomDomains: "all_except_custom_domains"
70414
70433
  };
@@ -70467,18 +70486,18 @@ var init_createprojectop = __esm(() => {
70467
70486
  IntegrationAutomationBypass: "integration-automation-bypass"
70468
70487
  };
70469
70488
  CreateProjectTrustedIpsProjectsDeploymentType = {
70470
- All: "all",
70471
70489
  Preview: "preview",
70490
+ Production: "production",
70491
+ All: "all",
70472
70492
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
70473
- AllExceptCustomDomains: "all_except_custom_domains",
70474
- Production: "production"
70493
+ AllExceptCustomDomains: "all_except_custom_domains"
70475
70494
  };
70476
70495
  CreateProjectTrustedIpsDeploymentType = {
70477
- All: "all",
70478
70496
  Preview: "preview",
70497
+ Production: "production",
70498
+ All: "all",
70479
70499
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
70480
- AllExceptCustomDomains: "all_except_custom_domains",
70481
- Production: "production"
70500
+ AllExceptCustomDomains: "all_except_custom_domains"
70482
70501
  };
70483
70502
  TrustedIpsProtectionMode = {
70484
70503
  Additional: "additional",
@@ -71848,28 +71867,28 @@ var init_createprojectop = __esm(() => {
71848
71867
  })(CreateProjectLinkProjectsDeployHooks$ ||= {});
71849
71868
  CreateProjectLink2$inboundSchema = objectType({
71850
71869
  type: CreateProjectLinkProjectsType$inboundSchema.optional(),
71870
+ repo: stringType().optional(),
71871
+ repoId: numberType().optional(),
71851
71872
  updatedAt: numberType().optional(),
71852
71873
  createdAt: numberType().optional(),
71853
- repo: stringType().optional(),
71854
- sourceless: booleanType().optional(),
71855
71874
  org: stringType().optional(),
71856
71875
  repoOwnerId: numberType().optional(),
71857
- repoId: numberType().optional(),
71858
71876
  deployHooks: arrayType(lazyType(() => CreateProjectLinkProjectsDeployHooks$inboundSchema)),
71859
71877
  gitCredentialId: stringType().optional(),
71878
+ sourceless: booleanType().optional(),
71860
71879
  productionBranch: stringType().optional()
71861
71880
  });
71862
71881
  CreateProjectLink2$outboundSchema = objectType({
71863
71882
  type: CreateProjectLinkProjectsType$outboundSchema.optional(),
71883
+ repo: stringType().optional(),
71884
+ repoId: numberType().optional(),
71864
71885
  updatedAt: numberType().optional(),
71865
71886
  createdAt: numberType().optional(),
71866
- repo: stringType().optional(),
71867
- sourceless: booleanType().optional(),
71868
71887
  org: stringType().optional(),
71869
71888
  repoOwnerId: numberType().optional(),
71870
- repoId: numberType().optional(),
71871
71889
  deployHooks: arrayType(lazyType(() => CreateProjectLinkProjectsDeployHooks$outboundSchema)),
71872
71890
  gitCredentialId: stringType().optional(),
71891
+ sourceless: booleanType().optional(),
71873
71892
  productionBranch: stringType().optional()
71874
71893
  });
71875
71894
  ((CreateProjectLink2$) => {
@@ -72375,6 +72394,72 @@ var init_createprojectop = __esm(() => {
72375
72394
  CreateProjectTargets$.outboundSchema = CreateProjectTargets$outboundSchema;
72376
72395
  })(CreateProjectTargets$ ||= {});
72377
72396
  CreateProjectPermissions$inboundSchema = objectType({
72397
+ aliasProject: arrayType(ACLAction$inboundSchema).optional(),
72398
+ aliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
72399
+ buildMachine: arrayType(ACLAction$inboundSchema).optional(),
72400
+ productionAliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
72401
+ connectConfigurationLink: arrayType(ACLAction$inboundSchema).optional(),
72402
+ dataCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
72403
+ deployment: arrayType(ACLAction$inboundSchema).optional(),
72404
+ deploymentBuildLogs: arrayType(ACLAction$inboundSchema).optional(),
72405
+ deploymentCheck: arrayType(ACLAction$inboundSchema).optional(),
72406
+ deploymentCheckPreview: arrayType(ACLAction$inboundSchema).optional(),
72407
+ deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
72408
+ deploymentProductionGit: arrayType(ACLAction$inboundSchema).optional(),
72409
+ deploymentV0: arrayType(ACLAction$inboundSchema).optional(),
72410
+ deploymentPreview: arrayType(ACLAction$inboundSchema).optional(),
72411
+ deploymentPrivate: arrayType(ACLAction$inboundSchema).optional(),
72412
+ deploymentPromote: arrayType(ACLAction$inboundSchema).optional(),
72413
+ deploymentRollback: arrayType(ACLAction$inboundSchema).optional(),
72414
+ edgeCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
72415
+ environments: arrayType(ACLAction$inboundSchema).optional(),
72416
+ logs: arrayType(ACLAction$inboundSchema).optional(),
72417
+ logsPreset: arrayType(ACLAction$inboundSchema).optional(),
72418
+ passwordProtection: arrayType(ACLAction$inboundSchema).optional(),
72419
+ optionsAllowlist: arrayType(ACLAction$inboundSchema).optional(),
72420
+ job: arrayType(ACLAction$inboundSchema).optional(),
72421
+ observabilityData: arrayType(ACLAction$inboundSchema).optional(),
72422
+ onDemandBuild: arrayType(ACLAction$inboundSchema).optional(),
72423
+ onDemandConcurrency: arrayType(ACLAction$inboundSchema).optional(),
72424
+ project: arrayType(ACLAction$inboundSchema).optional(),
72425
+ projectFromV0: arrayType(ACLAction$inboundSchema).optional(),
72426
+ projectAccessGroup: arrayType(ACLAction$inboundSchema).optional(),
72427
+ projectAnalyticsSampling: arrayType(ACLAction$inboundSchema).optional(),
72428
+ projectCheck: arrayType(ACLAction$inboundSchema).optional(),
72429
+ projectCheckRun: arrayType(ACLAction$inboundSchema).optional(),
72430
+ projectDeploymentHook: arrayType(ACLAction$inboundSchema).optional(),
72431
+ projectDomain: arrayType(ACLAction$inboundSchema).optional(),
72432
+ projectDomainMove: arrayType(ACLAction$inboundSchema).optional(),
72433
+ projectDomainCheckConfig: arrayType(ACLAction$inboundSchema).optional(),
72434
+ projectEnvVars: arrayType(ACLAction$inboundSchema).optional(),
72435
+ projectEnvVarsProduction: arrayType(ACLAction$inboundSchema).optional(),
72436
+ projectEnvVarsUnownedByIntegration: arrayType(ACLAction$inboundSchema).optional(),
72437
+ projectFlags: arrayType(ACLAction$inboundSchema).optional(),
72438
+ projectId: arrayType(ACLAction$inboundSchema).optional(),
72439
+ projectIntegrationConfiguration: arrayType(ACLAction$inboundSchema).optional(),
72440
+ projectLink: arrayType(ACLAction$inboundSchema).optional(),
72441
+ projectMember: arrayType(ACLAction$inboundSchema).optional(),
72442
+ projectMonitoring: arrayType(ACLAction$inboundSchema).optional(),
72443
+ projectPermissions: arrayType(ACLAction$inboundSchema).optional(),
72444
+ projectProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
72445
+ projectTransfer: arrayType(ACLAction$inboundSchema).optional(),
72446
+ projectTransferOut: arrayType(ACLAction$inboundSchema).optional(),
72447
+ projectProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
72448
+ projectUsage: arrayType(ACLAction$inboundSchema).optional(),
72449
+ projectAnalyticsUsage: arrayType(ACLAction$inboundSchema).optional(),
72450
+ projectSupportCase: arrayType(ACLAction$inboundSchema).optional(),
72451
+ projectSupportCaseComment: arrayType(ACLAction$inboundSchema).optional(),
72452
+ projectDeploymentExpiration: arrayType(ACLAction$inboundSchema).optional(),
72453
+ projectRollingRelease: arrayType(ACLAction$inboundSchema).optional(),
72454
+ projectTier: arrayType(ACLAction$inboundSchema).optional(),
72455
+ projectOIDCToken: arrayType(ACLAction$inboundSchema).optional(),
72456
+ seawallConfig: arrayType(ACLAction$inboundSchema).optional(),
72457
+ skewProtection: arrayType(ACLAction$inboundSchema).optional(),
72458
+ analytics: arrayType(ACLAction$inboundSchema).optional(),
72459
+ trustedIps: arrayType(ACLAction$inboundSchema).optional(),
72460
+ webAnalytics: arrayType(ACLAction$inboundSchema).optional(),
72461
+ sharedEnvVarConnection: arrayType(ACLAction$inboundSchema).optional(),
72462
+ sonar: arrayType(ACLAction$inboundSchema).optional(),
72378
72463
  oauth2Connection: arrayType(ACLAction$inboundSchema).optional(),
72379
72464
  user: arrayType(ACLAction$inboundSchema).optional(),
72380
72465
  userConnection: arrayType(ACLAction$inboundSchema).optional(),
@@ -72519,73 +72604,7 @@ var init_createprojectop = __esm(() => {
72519
72604
  vercelRun: arrayType(ACLAction$inboundSchema).optional(),
72520
72605
  vercelRunExec: arrayType(ACLAction$inboundSchema).optional(),
72521
72606
  apiKey: arrayType(ACLAction$inboundSchema).optional(),
72522
- apiKeyOwnedBySelf: arrayType(ACLAction$inboundSchema).optional(),
72523
- aliasProject: arrayType(ACLAction$inboundSchema).optional(),
72524
- aliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
72525
- buildMachine: arrayType(ACLAction$inboundSchema).optional(),
72526
- productionAliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
72527
- connectConfigurationLink: arrayType(ACLAction$inboundSchema).optional(),
72528
- dataCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
72529
- deployment: arrayType(ACLAction$inboundSchema).optional(),
72530
- deploymentBuildLogs: arrayType(ACLAction$inboundSchema).optional(),
72531
- deploymentCheck: arrayType(ACLAction$inboundSchema).optional(),
72532
- deploymentCheckPreview: arrayType(ACLAction$inboundSchema).optional(),
72533
- deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
72534
- deploymentProductionGit: arrayType(ACLAction$inboundSchema).optional(),
72535
- deploymentV0: arrayType(ACLAction$inboundSchema).optional(),
72536
- deploymentPreview: arrayType(ACLAction$inboundSchema).optional(),
72537
- deploymentPrivate: arrayType(ACLAction$inboundSchema).optional(),
72538
- deploymentPromote: arrayType(ACLAction$inboundSchema).optional(),
72539
- deploymentRollback: arrayType(ACLAction$inboundSchema).optional(),
72540
- edgeCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
72541
- environments: arrayType(ACLAction$inboundSchema).optional(),
72542
- logs: arrayType(ACLAction$inboundSchema).optional(),
72543
- logsPreset: arrayType(ACLAction$inboundSchema).optional(),
72544
- passwordProtection: arrayType(ACLAction$inboundSchema).optional(),
72545
- optionsAllowlist: arrayType(ACLAction$inboundSchema).optional(),
72546
- job: arrayType(ACLAction$inboundSchema).optional(),
72547
- observabilityData: arrayType(ACLAction$inboundSchema).optional(),
72548
- onDemandBuild: arrayType(ACLAction$inboundSchema).optional(),
72549
- onDemandConcurrency: arrayType(ACLAction$inboundSchema).optional(),
72550
- project: arrayType(ACLAction$inboundSchema).optional(),
72551
- projectFromV0: arrayType(ACLAction$inboundSchema).optional(),
72552
- projectAccessGroup: arrayType(ACLAction$inboundSchema).optional(),
72553
- projectAnalyticsSampling: arrayType(ACLAction$inboundSchema).optional(),
72554
- projectCheck: arrayType(ACLAction$inboundSchema).optional(),
72555
- projectCheckRun: arrayType(ACLAction$inboundSchema).optional(),
72556
- projectDeploymentHook: arrayType(ACLAction$inboundSchema).optional(),
72557
- projectDomain: arrayType(ACLAction$inboundSchema).optional(),
72558
- projectDomainMove: arrayType(ACLAction$inboundSchema).optional(),
72559
- projectDomainCheckConfig: arrayType(ACLAction$inboundSchema).optional(),
72560
- projectEnvVars: arrayType(ACLAction$inboundSchema).optional(),
72561
- projectEnvVarsProduction: arrayType(ACLAction$inboundSchema).optional(),
72562
- projectEnvVarsUnownedByIntegration: arrayType(ACLAction$inboundSchema).optional(),
72563
- projectFlags: arrayType(ACLAction$inboundSchema).optional(),
72564
- projectId: arrayType(ACLAction$inboundSchema).optional(),
72565
- projectIntegrationConfiguration: arrayType(ACLAction$inboundSchema).optional(),
72566
- projectLink: arrayType(ACLAction$inboundSchema).optional(),
72567
- projectMember: arrayType(ACLAction$inboundSchema).optional(),
72568
- projectMonitoring: arrayType(ACLAction$inboundSchema).optional(),
72569
- projectPermissions: arrayType(ACLAction$inboundSchema).optional(),
72570
- projectProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
72571
- projectTransfer: arrayType(ACLAction$inboundSchema).optional(),
72572
- projectTransferOut: arrayType(ACLAction$inboundSchema).optional(),
72573
- projectProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
72574
- projectUsage: arrayType(ACLAction$inboundSchema).optional(),
72575
- projectAnalyticsUsage: arrayType(ACLAction$inboundSchema).optional(),
72576
- projectSupportCase: arrayType(ACLAction$inboundSchema).optional(),
72577
- projectSupportCaseComment: arrayType(ACLAction$inboundSchema).optional(),
72578
- projectDeploymentExpiration: arrayType(ACLAction$inboundSchema).optional(),
72579
- projectRollingRelease: arrayType(ACLAction$inboundSchema).optional(),
72580
- projectTier: arrayType(ACLAction$inboundSchema).optional(),
72581
- projectOIDCToken: arrayType(ACLAction$inboundSchema).optional(),
72582
- seawallConfig: arrayType(ACLAction$inboundSchema).optional(),
72583
- skewProtection: arrayType(ACLAction$inboundSchema).optional(),
72584
- analytics: arrayType(ACLAction$inboundSchema).optional(),
72585
- trustedIps: arrayType(ACLAction$inboundSchema).optional(),
72586
- webAnalytics: arrayType(ACLAction$inboundSchema).optional(),
72587
- sharedEnvVarConnection: arrayType(ACLAction$inboundSchema).optional(),
72588
- sonar: arrayType(ACLAction$inboundSchema).optional()
72607
+ apiKeyOwnedBySelf: arrayType(ACLAction$inboundSchema).optional()
72589
72608
  }).transform((v2) => {
72590
72609
  return remap(v2, {
72591
72610
  Monitoring: "monitoring",
@@ -72594,6 +72613,72 @@ var init_createprojectop = __esm(() => {
72594
72613
  });
72595
72614
  });
72596
72615
  CreateProjectPermissions$outboundSchema = objectType({
72616
+ aliasProject: arrayType(ACLAction$outboundSchema).optional(),
72617
+ aliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
72618
+ buildMachine: arrayType(ACLAction$outboundSchema).optional(),
72619
+ productionAliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
72620
+ connectConfigurationLink: arrayType(ACLAction$outboundSchema).optional(),
72621
+ dataCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
72622
+ deployment: arrayType(ACLAction$outboundSchema).optional(),
72623
+ deploymentBuildLogs: arrayType(ACLAction$outboundSchema).optional(),
72624
+ deploymentCheck: arrayType(ACLAction$outboundSchema).optional(),
72625
+ deploymentCheckPreview: arrayType(ACLAction$outboundSchema).optional(),
72626
+ deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
72627
+ deploymentProductionGit: arrayType(ACLAction$outboundSchema).optional(),
72628
+ deploymentV0: arrayType(ACLAction$outboundSchema).optional(),
72629
+ deploymentPreview: arrayType(ACLAction$outboundSchema).optional(),
72630
+ deploymentPrivate: arrayType(ACLAction$outboundSchema).optional(),
72631
+ deploymentPromote: arrayType(ACLAction$outboundSchema).optional(),
72632
+ deploymentRollback: arrayType(ACLAction$outboundSchema).optional(),
72633
+ edgeCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
72634
+ environments: arrayType(ACLAction$outboundSchema).optional(),
72635
+ logs: arrayType(ACLAction$outboundSchema).optional(),
72636
+ logsPreset: arrayType(ACLAction$outboundSchema).optional(),
72637
+ passwordProtection: arrayType(ACLAction$outboundSchema).optional(),
72638
+ optionsAllowlist: arrayType(ACLAction$outboundSchema).optional(),
72639
+ job: arrayType(ACLAction$outboundSchema).optional(),
72640
+ observabilityData: arrayType(ACLAction$outboundSchema).optional(),
72641
+ onDemandBuild: arrayType(ACLAction$outboundSchema).optional(),
72642
+ onDemandConcurrency: arrayType(ACLAction$outboundSchema).optional(),
72643
+ project: arrayType(ACLAction$outboundSchema).optional(),
72644
+ projectFromV0: arrayType(ACLAction$outboundSchema).optional(),
72645
+ projectAccessGroup: arrayType(ACLAction$outboundSchema).optional(),
72646
+ projectAnalyticsSampling: arrayType(ACLAction$outboundSchema).optional(),
72647
+ projectCheck: arrayType(ACLAction$outboundSchema).optional(),
72648
+ projectCheckRun: arrayType(ACLAction$outboundSchema).optional(),
72649
+ projectDeploymentHook: arrayType(ACLAction$outboundSchema).optional(),
72650
+ projectDomain: arrayType(ACLAction$outboundSchema).optional(),
72651
+ projectDomainMove: arrayType(ACLAction$outboundSchema).optional(),
72652
+ projectDomainCheckConfig: arrayType(ACLAction$outboundSchema).optional(),
72653
+ projectEnvVars: arrayType(ACLAction$outboundSchema).optional(),
72654
+ projectEnvVarsProduction: arrayType(ACLAction$outboundSchema).optional(),
72655
+ projectEnvVarsUnownedByIntegration: arrayType(ACLAction$outboundSchema).optional(),
72656
+ projectFlags: arrayType(ACLAction$outboundSchema).optional(),
72657
+ projectId: arrayType(ACLAction$outboundSchema).optional(),
72658
+ projectIntegrationConfiguration: arrayType(ACLAction$outboundSchema).optional(),
72659
+ projectLink: arrayType(ACLAction$outboundSchema).optional(),
72660
+ projectMember: arrayType(ACLAction$outboundSchema).optional(),
72661
+ projectMonitoring: arrayType(ACLAction$outboundSchema).optional(),
72662
+ projectPermissions: arrayType(ACLAction$outboundSchema).optional(),
72663
+ projectProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
72664
+ projectTransfer: arrayType(ACLAction$outboundSchema).optional(),
72665
+ projectTransferOut: arrayType(ACLAction$outboundSchema).optional(),
72666
+ projectProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
72667
+ projectUsage: arrayType(ACLAction$outboundSchema).optional(),
72668
+ projectAnalyticsUsage: arrayType(ACLAction$outboundSchema).optional(),
72669
+ projectSupportCase: arrayType(ACLAction$outboundSchema).optional(),
72670
+ projectSupportCaseComment: arrayType(ACLAction$outboundSchema).optional(),
72671
+ projectDeploymentExpiration: arrayType(ACLAction$outboundSchema).optional(),
72672
+ projectRollingRelease: arrayType(ACLAction$outboundSchema).optional(),
72673
+ projectTier: arrayType(ACLAction$outboundSchema).optional(),
72674
+ projectOIDCToken: arrayType(ACLAction$outboundSchema).optional(),
72675
+ seawallConfig: arrayType(ACLAction$outboundSchema).optional(),
72676
+ skewProtection: arrayType(ACLAction$outboundSchema).optional(),
72677
+ analytics: arrayType(ACLAction$outboundSchema).optional(),
72678
+ trustedIps: arrayType(ACLAction$outboundSchema).optional(),
72679
+ webAnalytics: arrayType(ACLAction$outboundSchema).optional(),
72680
+ sharedEnvVarConnection: arrayType(ACLAction$outboundSchema).optional(),
72681
+ sonar: arrayType(ACLAction$outboundSchema).optional(),
72597
72682
  oauth2Connection: arrayType(ACLAction$outboundSchema).optional(),
72598
72683
  user: arrayType(ACLAction$outboundSchema).optional(),
72599
72684
  userConnection: arrayType(ACLAction$outboundSchema).optional(),
@@ -72738,73 +72823,7 @@ var init_createprojectop = __esm(() => {
72738
72823
  vercelRun: arrayType(ACLAction$outboundSchema).optional(),
72739
72824
  vercelRunExec: arrayType(ACLAction$outboundSchema).optional(),
72740
72825
  apiKey: arrayType(ACLAction$outboundSchema).optional(),
72741
- apiKeyOwnedBySelf: arrayType(ACLAction$outboundSchema).optional(),
72742
- aliasProject: arrayType(ACLAction$outboundSchema).optional(),
72743
- aliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
72744
- buildMachine: arrayType(ACLAction$outboundSchema).optional(),
72745
- productionAliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
72746
- connectConfigurationLink: arrayType(ACLAction$outboundSchema).optional(),
72747
- dataCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
72748
- deployment: arrayType(ACLAction$outboundSchema).optional(),
72749
- deploymentBuildLogs: arrayType(ACLAction$outboundSchema).optional(),
72750
- deploymentCheck: arrayType(ACLAction$outboundSchema).optional(),
72751
- deploymentCheckPreview: arrayType(ACLAction$outboundSchema).optional(),
72752
- deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
72753
- deploymentProductionGit: arrayType(ACLAction$outboundSchema).optional(),
72754
- deploymentV0: arrayType(ACLAction$outboundSchema).optional(),
72755
- deploymentPreview: arrayType(ACLAction$outboundSchema).optional(),
72756
- deploymentPrivate: arrayType(ACLAction$outboundSchema).optional(),
72757
- deploymentPromote: arrayType(ACLAction$outboundSchema).optional(),
72758
- deploymentRollback: arrayType(ACLAction$outboundSchema).optional(),
72759
- edgeCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
72760
- environments: arrayType(ACLAction$outboundSchema).optional(),
72761
- logs: arrayType(ACLAction$outboundSchema).optional(),
72762
- logsPreset: arrayType(ACLAction$outboundSchema).optional(),
72763
- passwordProtection: arrayType(ACLAction$outboundSchema).optional(),
72764
- optionsAllowlist: arrayType(ACLAction$outboundSchema).optional(),
72765
- job: arrayType(ACLAction$outboundSchema).optional(),
72766
- observabilityData: arrayType(ACLAction$outboundSchema).optional(),
72767
- onDemandBuild: arrayType(ACLAction$outboundSchema).optional(),
72768
- onDemandConcurrency: arrayType(ACLAction$outboundSchema).optional(),
72769
- project: arrayType(ACLAction$outboundSchema).optional(),
72770
- projectFromV0: arrayType(ACLAction$outboundSchema).optional(),
72771
- projectAccessGroup: arrayType(ACLAction$outboundSchema).optional(),
72772
- projectAnalyticsSampling: arrayType(ACLAction$outboundSchema).optional(),
72773
- projectCheck: arrayType(ACLAction$outboundSchema).optional(),
72774
- projectCheckRun: arrayType(ACLAction$outboundSchema).optional(),
72775
- projectDeploymentHook: arrayType(ACLAction$outboundSchema).optional(),
72776
- projectDomain: arrayType(ACLAction$outboundSchema).optional(),
72777
- projectDomainMove: arrayType(ACLAction$outboundSchema).optional(),
72778
- projectDomainCheckConfig: arrayType(ACLAction$outboundSchema).optional(),
72779
- projectEnvVars: arrayType(ACLAction$outboundSchema).optional(),
72780
- projectEnvVarsProduction: arrayType(ACLAction$outboundSchema).optional(),
72781
- projectEnvVarsUnownedByIntegration: arrayType(ACLAction$outboundSchema).optional(),
72782
- projectFlags: arrayType(ACLAction$outboundSchema).optional(),
72783
- projectId: arrayType(ACLAction$outboundSchema).optional(),
72784
- projectIntegrationConfiguration: arrayType(ACLAction$outboundSchema).optional(),
72785
- projectLink: arrayType(ACLAction$outboundSchema).optional(),
72786
- projectMember: arrayType(ACLAction$outboundSchema).optional(),
72787
- projectMonitoring: arrayType(ACLAction$outboundSchema).optional(),
72788
- projectPermissions: arrayType(ACLAction$outboundSchema).optional(),
72789
- projectProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
72790
- projectTransfer: arrayType(ACLAction$outboundSchema).optional(),
72791
- projectTransferOut: arrayType(ACLAction$outboundSchema).optional(),
72792
- projectProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
72793
- projectUsage: arrayType(ACLAction$outboundSchema).optional(),
72794
- projectAnalyticsUsage: arrayType(ACLAction$outboundSchema).optional(),
72795
- projectSupportCase: arrayType(ACLAction$outboundSchema).optional(),
72796
- projectSupportCaseComment: arrayType(ACLAction$outboundSchema).optional(),
72797
- projectDeploymentExpiration: arrayType(ACLAction$outboundSchema).optional(),
72798
- projectRollingRelease: arrayType(ACLAction$outboundSchema).optional(),
72799
- projectTier: arrayType(ACLAction$outboundSchema).optional(),
72800
- projectOIDCToken: arrayType(ACLAction$outboundSchema).optional(),
72801
- seawallConfig: arrayType(ACLAction$outboundSchema).optional(),
72802
- skewProtection: arrayType(ACLAction$outboundSchema).optional(),
72803
- analytics: arrayType(ACLAction$outboundSchema).optional(),
72804
- trustedIps: arrayType(ACLAction$outboundSchema).optional(),
72805
- webAnalytics: arrayType(ACLAction$outboundSchema).optional(),
72806
- sharedEnvVarConnection: arrayType(ACLAction$outboundSchema).optional(),
72807
- sonar: arrayType(ACLAction$outboundSchema).optional()
72826
+ apiKeyOwnedBySelf: arrayType(ACLAction$outboundSchema).optional()
72808
72827
  }).transform((v2) => {
72809
72828
  return remap(v2, {
72810
72829
  monitoring: "Monitoring",
@@ -73525,10 +73544,10 @@ var init_createprojectenvop = __esm(() => {
73525
73544
  };
73526
73545
  CreateProjectEnvCreatedType = {
73527
73546
  System: "system",
73528
- Secret: "secret",
73529
73547
  Encrypted: "encrypted",
73530
73548
  Plain: "plain",
73531
- Sensitive: "sensitive"
73549
+ Sensitive: "sensitive",
73550
+ Secret: "secret"
73532
73551
  };
73533
73552
  CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type = {
73534
73553
  FlagsConnectionString: "flags-connection-string"
@@ -73590,10 +73609,10 @@ var init_createprojectenvop = __esm(() => {
73590
73609
  };
73591
73610
  CreatedType = {
73592
73611
  System: "system",
73593
- Secret: "secret",
73594
73612
  Encrypted: "encrypted",
73595
73613
  Plain: "plain",
73596
- Sensitive: "sensitive"
73614
+ Sensitive: "sensitive",
73615
+ Secret: "secret"
73597
73616
  };
73598
73617
  CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type = {
73599
73618
  FlagsConnectionString: "flags-connection-string"
@@ -75336,10 +75355,10 @@ var init_editprojectenvop = __esm(() => {
75336
75355
  };
75337
75356
  EditProjectEnvResponseBodyType = {
75338
75357
  System: "system",
75339
- Secret: "secret",
75340
75358
  Encrypted: "encrypted",
75341
75359
  Plain: "plain",
75342
- Sensitive: "sensitive"
75360
+ Sensitive: "sensitive",
75361
+ Secret: "secret"
75343
75362
  };
75344
75363
  EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type = {
75345
75364
  FlagsConnectionString: "flags-connection-string"
@@ -76037,10 +76056,10 @@ var init_filterprojectenvsop = __esm(() => {
76037
76056
  };
76038
76057
  FilterProjectEnvsResponseBodyProjectsResponse200Type = {
76039
76058
  System: "system",
76040
- Secret: "secret",
76041
76059
  Encrypted: "encrypted",
76042
76060
  Plain: "plain",
76043
- Sensitive: "sensitive"
76061
+ Sensitive: "sensitive",
76062
+ Secret: "secret"
76044
76063
  };
76045
76064
  FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type = {
76046
76065
  FlagsConnectionString: "flags-connection-string"
@@ -76102,10 +76121,10 @@ var init_filterprojectenvsop = __esm(() => {
76102
76121
  };
76103
76122
  FilterProjectEnvsResponseBodyProjectsResponseType = {
76104
76123
  System: "system",
76105
- Secret: "secret",
76106
76124
  Encrypted: "encrypted",
76107
76125
  Plain: "plain",
76108
- Sensitive: "sensitive"
76126
+ Sensitive: "sensitive",
76127
+ Secret: "secret"
76109
76128
  };
76110
76129
  FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type = {
76111
76130
  FlagsConnectionString: "flags-connection-string"
@@ -76167,10 +76186,10 @@ var init_filterprojectenvsop = __esm(() => {
76167
76186
  };
76168
76187
  FilterProjectEnvsResponseBodyType = {
76169
76188
  System: "system",
76170
- Secret: "secret",
76171
76189
  Encrypted: "encrypted",
76172
76190
  Plain: "plain",
76173
- Sensitive: "sensitive"
76191
+ Sensitive: "sensitive",
76192
+ Secret: "secret"
76174
76193
  };
76175
76194
  FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type = {
76176
76195
  FlagsConnectionString: "flags-connection-string"
@@ -83835,10 +83854,10 @@ var init_removeprojectenvop = __esm(() => {
83835
83854
  };
83836
83855
  RemoveProjectEnvResponseBodyProjectsResponseType = {
83837
83856
  System: "system",
83838
- Secret: "secret",
83839
83857
  Encrypted: "encrypted",
83840
83858
  Plain: "plain",
83841
- Sensitive: "sensitive"
83859
+ Sensitive: "sensitive",
83860
+ Secret: "secret"
83842
83861
  };
83843
83862
  RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type = {
83844
83863
  FlagsConnectionString: "flags-connection-string"
@@ -83900,10 +83919,10 @@ var init_removeprojectenvop = __esm(() => {
83900
83919
  };
83901
83920
  RemoveProjectEnvResponseBodyProjectsType = {
83902
83921
  System: "system",
83903
- Secret: "secret",
83904
83922
  Encrypted: "encrypted",
83905
83923
  Plain: "plain",
83906
- Sensitive: "sensitive"
83924
+ Sensitive: "sensitive",
83925
+ Secret: "secret"
83907
83926
  };
83908
83927
  RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type = {
83909
83928
  FlagsConnectionString: "flags-connection-string"
@@ -83965,10 +83984,10 @@ var init_removeprojectenvop = __esm(() => {
83965
83984
  };
83966
83985
  RemoveProjectEnvResponseBodyType = {
83967
83986
  System: "system",
83968
- Secret: "secret",
83969
83987
  Encrypted: "encrypted",
83970
83988
  Plain: "plain",
83971
- Sensitive: "sensitive"
83989
+ Sensitive: "sensitive",
83990
+ Secret: "secret"
83972
83991
  };
83973
83992
  RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type = {
83974
83993
  FlagsConnectionString: "flags-connection-string"
@@ -95860,8 +95879,7 @@ var init_getfirewallconfigop = __esm(() => {
95860
95879
  GeoAsNumber: "geo_as_number",
95861
95880
  Ja4Digest: "ja4_digest",
95862
95881
  Ja3Digest: "ja3_digest",
95863
- RateLimitApiId: "rate_limit_api_id",
95864
- BotName: "bot_name"
95882
+ RateLimitApiId: "rate_limit_api_id"
95865
95883
  };
95866
95884
  GetFirewallConfigOp = {
95867
95885
  Re: "re",
@@ -96759,8 +96777,7 @@ var init_putfirewallconfigop = __esm(() => {
96759
96777
  GeoAsNumber: "geo_as_number",
96760
96778
  Ja4Digest: "ja4_digest",
96761
96779
  Ja3Digest: "ja3_digest",
96762
- RateLimitApiId: "rate_limit_api_id",
96763
- BotName: "bot_name"
96780
+ RateLimitApiId: "rate_limit_api_id"
96764
96781
  };
96765
96782
  PutFirewallConfigOp = {
96766
96783
  Re: "re",
@@ -100273,7 +100290,6 @@ var init_team = __esm(() => {
100273
100290
  entitlements: arrayType(lazyType(() => Entitlements$inboundSchema)).optional(),
100274
100291
  teamId: stringType().optional(),
100275
100292
  confirmed: booleanType(),
100276
- confirmedAt: numberType(),
100277
100293
  accessRequestedAt: numberType().optional(),
100278
100294
  role: Role$inboundSchema,
100279
100295
  teamRoles: arrayType(TeamRoles$inboundSchema).optional(),
@@ -100287,7 +100303,6 @@ var init_team = __esm(() => {
100287
100303
  entitlements: arrayType(lazyType(() => Entitlements$outboundSchema)).optional(),
100288
100304
  teamId: stringType().optional(),
100289
100305
  confirmed: booleanType(),
100290
- confirmedAt: numberType(),
100291
100306
  accessRequestedAt: numberType().optional(),
100292
100307
  role: Role$outboundSchema,
100293
100308
  teamRoles: arrayType(TeamRoles$outboundSchema).optional(),
@@ -101303,7 +101318,6 @@ var init_teamlimited = __esm(() => {
101303
101318
  entitlements: arrayType(lazyType(() => TeamLimitedEntitlements$inboundSchema)).optional(),
101304
101319
  teamId: stringType().optional(),
101305
101320
  confirmed: booleanType(),
101306
- confirmedAt: numberType(),
101307
101321
  accessRequestedAt: numberType().optional(),
101308
101322
  role: TeamLimitedRole$inboundSchema,
101309
101323
  teamRoles: arrayType(TeamLimitedTeamRoles$inboundSchema).optional(),
@@ -101317,7 +101331,6 @@ var init_teamlimited = __esm(() => {
101317
101331
  entitlements: arrayType(lazyType(() => TeamLimitedEntitlements$outboundSchema)).optional(),
101318
101332
  teamId: stringType().optional(),
101319
101333
  confirmed: booleanType(),
101320
- confirmedAt: numberType(),
101321
101334
  accessRequestedAt: numberType().optional(),
101322
101335
  role: TeamLimitedRole$outboundSchema,
101323
101336
  teamRoles: arrayType(TeamLimitedTeamRoles$outboundSchema).optional(),
@@ -112468,7 +112481,7 @@ Get a list of webhooks`,
112468
112481
  function createMCPServer(deps) {
112469
112482
  const server = new McpServer({
112470
112483
  name: "Vercel",
112471
- version: "1.10.2"
112484
+ version: "1.10.3"
112472
112485
  });
112473
112486
  const client = new VercelCore({
112474
112487
  bearerToken: deps.bearerToken,
@@ -114005,7 +114018,7 @@ var routes = an({
114005
114018
  var app = He(routes, {
114006
114019
  name: "mcp",
114007
114020
  versionInfo: {
114008
- currentVersion: "1.10.2"
114021
+ currentVersion: "1.10.3"
114009
114022
  }
114010
114023
  });
114011
114024
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -114013,5 +114026,5 @@ export {
114013
114026
  app
114014
114027
  };
114015
114028
 
114016
- //# debugId=01E5D2F6135E7AC164756E2164756E21
114029
+ //# debugId=3396B432345AF3A164756E2164756E21
114017
114030
  //# sourceMappingURL=mcp-server.js.map