@vercel/sdk 1.6.1 → 1.6.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 (220) hide show
  1. package/README.md +4 -10
  2. package/bin/mcp-server.js +1579 -2527
  3. package/bin/mcp-server.js.map +29 -38
  4. package/docs/sdks/integrations/README.md +0 -161
  5. package/docs/sdks/logdrains/README.md +0 -260
  6. package/docs/sdks/projects/README.md +162 -0
  7. package/esm/__tests__/integrations.test.js +5 -40
  8. package/esm/__tests__/integrations.test.js.map +1 -1
  9. package/esm/__tests__/logdrains.test.js +7 -89
  10. package/esm/__tests__/logdrains.test.js.map +1 -1
  11. package/esm/__tests__/projects.test.js +41 -13
  12. package/esm/__tests__/projects.test.js.map +1 -1
  13. package/esm/funcs/projectsCreateProject.js +2 -2
  14. package/esm/funcs/projectsCreateProject.js.map +1 -1
  15. package/esm/funcs/projectsPauseProject.d.ts +18 -0
  16. package/esm/funcs/projectsPauseProject.d.ts.map +1 -0
  17. package/esm/funcs/{logDrainsGetConfigurableLogDrain.js → projectsPauseProject.js} +13 -13
  18. package/esm/funcs/projectsPauseProject.js.map +1 -0
  19. package/esm/funcs/projectsUnpauseProject.d.ts +18 -0
  20. package/esm/funcs/projectsUnpauseProject.d.ts.map +1 -0
  21. package/esm/funcs/{logDrainsGetAllLogDrains.js → projectsUnpauseProject.js} +18 -14
  22. package/esm/funcs/projectsUnpauseProject.js.map +1 -0
  23. package/esm/lib/config.d.ts +3 -3
  24. package/esm/lib/config.js +3 -3
  25. package/esm/lib/matchers.d.ts +3 -1
  26. package/esm/lib/matchers.d.ts.map +1 -1
  27. package/esm/lib/matchers.js +10 -0
  28. package/esm/lib/matchers.js.map +1 -1
  29. package/esm/lib/sdks.js +7 -2
  30. package/esm/lib/sdks.js.map +1 -1
  31. package/esm/mcp-server/mcp-server.js +1 -1
  32. package/esm/mcp-server/server.d.ts.map +1 -1
  33. package/esm/mcp-server/server.js +5 -11
  34. package/esm/mcp-server/server.js.map +1 -1
  35. package/esm/mcp-server/tools/projectsPauseProject.d.ts +7 -0
  36. package/esm/mcp-server/tools/projectsPauseProject.d.ts.map +1 -0
  37. package/esm/mcp-server/tools/projectsPauseProject.js +27 -0
  38. package/esm/mcp-server/tools/projectsPauseProject.js.map +1 -0
  39. package/esm/mcp-server/tools/projectsUnpauseProject.d.ts +7 -0
  40. package/esm/mcp-server/tools/projectsUnpauseProject.d.ts.map +1 -0
  41. package/esm/mcp-server/tools/projectsUnpauseProject.js +27 -0
  42. package/esm/mcp-server/tools/projectsUnpauseProject.js.map +1 -0
  43. package/esm/models/authuser.d.ts +41 -0
  44. package/esm/models/authuser.d.ts.map +1 -1
  45. package/esm/models/authuser.js +29 -0
  46. package/esm/models/authuser.js.map +1 -1
  47. package/esm/models/canceldeploymentop.d.ts +3 -3
  48. package/esm/models/canceldeploymentop.js +1 -1
  49. package/esm/models/canceldeploymentop.js.map +1 -1
  50. package/esm/models/createlogdrainop.d.ts +51 -51
  51. package/esm/models/createlogdrainop.d.ts.map +1 -1
  52. package/esm/models/createlogdrainop.js +74 -75
  53. package/esm/models/createlogdrainop.js.map +1 -1
  54. package/esm/models/createprojectop.d.ts +46 -16
  55. package/esm/models/createprojectop.d.ts.map +1 -1
  56. package/esm/models/createprojectop.js +17 -5
  57. package/esm/models/createprojectop.js.map +1 -1
  58. package/esm/models/exchangessotokenop.d.ts +34 -0
  59. package/esm/models/exchangessotokenop.d.ts.map +1 -1
  60. package/esm/models/exchangessotokenop.js +25 -0
  61. package/esm/models/exchangessotokenop.js.map +1 -1
  62. package/esm/models/getconfigurationsop.d.ts +19 -16
  63. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  64. package/esm/models/getconfigurationsop.js +25 -27
  65. package/esm/models/getconfigurationsop.js.map +1 -1
  66. package/esm/models/getcustomenvironmentop.d.ts +3 -0
  67. package/esm/models/getcustomenvironmentop.d.ts.map +1 -1
  68. package/esm/models/getcustomenvironmentop.js.map +1 -1
  69. package/esm/models/getintegrationlogdrainsop.d.ts +11 -11
  70. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  71. package/esm/models/getintegrationlogdrainsop.js +14 -13
  72. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  73. package/esm/models/getprojectsop.d.ts +46 -16
  74. package/esm/models/getprojectsop.d.ts.map +1 -1
  75. package/esm/models/getprojectsop.js +17 -5
  76. package/esm/models/getprojectsop.js.map +1 -1
  77. package/esm/models/getteammembersop.d.ts +9 -9
  78. package/esm/models/getteammembersop.js +3 -3
  79. package/esm/models/getteammembersop.js.map +1 -1
  80. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts +3 -0
  81. package/esm/models/getv9projectsidornamecustomenvironmentsop.d.ts.map +1 -1
  82. package/esm/models/getv9projectsidornamecustomenvironmentsop.js.map +1 -1
  83. package/esm/models/pauseprojectop.d.ts +42 -0
  84. package/esm/models/pauseprojectop.d.ts.map +1 -0
  85. package/esm/models/pauseprojectop.js +35 -0
  86. package/esm/models/pauseprojectop.js.map +1 -0
  87. package/esm/models/unpauseprojectop.d.ts +42 -0
  88. package/esm/models/unpauseprojectop.d.ts.map +1 -0
  89. package/esm/models/unpauseprojectop.js +35 -0
  90. package/esm/models/unpauseprojectop.js.map +1 -0
  91. package/esm/models/updateprojectdatacacheop.d.ts +46 -16
  92. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  93. package/esm/models/updateprojectdatacacheop.js +17 -5
  94. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  95. package/esm/models/updateprojectop.d.ts +46 -16
  96. package/esm/models/updateprojectop.d.ts.map +1 -1
  97. package/esm/models/updateprojectop.js +17 -5
  98. package/esm/models/updateprojectop.js.map +1 -1
  99. package/esm/models/userevent.d.ts +569 -512
  100. package/esm/models/userevent.d.ts.map +1 -1
  101. package/esm/models/userevent.js +703 -645
  102. package/esm/models/userevent.js.map +1 -1
  103. package/esm/sdk/integrations.d.ts +0 -16
  104. package/esm/sdk/integrations.d.ts.map +1 -1
  105. package/esm/sdk/integrations.js +0 -20
  106. package/esm/sdk/integrations.js.map +1 -1
  107. package/esm/sdk/logdrains.d.ts +0 -24
  108. package/esm/sdk/logdrains.d.ts.map +1 -1
  109. package/esm/sdk/logdrains.js +0 -30
  110. package/esm/sdk/logdrains.js.map +1 -1
  111. package/esm/sdk/projects.d.ts +16 -0
  112. package/esm/sdk/projects.d.ts.map +1 -1
  113. package/esm/sdk/projects.js +20 -0
  114. package/esm/sdk/projects.js.map +1 -1
  115. package/jsr.json +1 -1
  116. package/package.json +1 -1
  117. package/src/__tests__/integrations.test.ts +9 -44
  118. package/src/__tests__/logdrains.test.ts +13 -95
  119. package/src/__tests__/projects.test.ts +47 -13
  120. package/src/funcs/projectsCreateProject.ts +2 -2
  121. package/src/funcs/{integrationsGitNamespaces.ts → projectsPauseProject.ts} +30 -25
  122. package/src/funcs/{logDrainsGetAllLogDrains.ts → projectsUnpauseProject.ts} +27 -24
  123. package/src/lib/config.ts +3 -3
  124. package/src/lib/matchers.ts +20 -0
  125. package/src/lib/sdks.ts +8 -2
  126. package/src/mcp-server/mcp-server.ts +1 -1
  127. package/src/mcp-server/server.ts +5 -11
  128. package/src/mcp-server/tools/projectsPauseProject.ts +35 -0
  129. package/src/mcp-server/tools/projectsUnpauseProject.ts +35 -0
  130. package/src/models/authuser.ts +74 -0
  131. package/src/models/canceldeploymentop.ts +1 -1
  132. package/src/models/createlogdrainop.ts +95 -112
  133. package/src/models/createprojectop.ts +42 -6
  134. package/src/models/exchangessotokenop.ts +44 -0
  135. package/src/models/getconfigurationsop.ts +34 -39
  136. package/src/models/getcustomenvironmentop.ts +3 -0
  137. package/src/models/getintegrationlogdrainsop.ts +15 -20
  138. package/src/models/getprojectsop.ts +42 -6
  139. package/src/models/getteammembersop.ts +3 -3
  140. package/src/models/getv9projectsidornamecustomenvironmentsop.ts +3 -0
  141. package/src/models/pauseprojectop.ts +83 -0
  142. package/src/models/unpauseprojectop.ts +83 -0
  143. package/src/models/updateprojectdatacacheop.ts +42 -6
  144. package/src/models/updateprojectop.ts +42 -6
  145. package/src/models/userevent.ts +1328 -1193
  146. package/src/sdk/integrations.ts +0 -44
  147. package/src/sdk/logdrains.ts +0 -66
  148. package/src/sdk/projects.ts +38 -0
  149. package/vercel-spec.json +616 -1392
  150. package/esm/funcs/integrationsGitNamespaces.d.ts +0 -18
  151. package/esm/funcs/integrationsGitNamespaces.d.ts.map +0 -1
  152. package/esm/funcs/integrationsGitNamespaces.js +0 -86
  153. package/esm/funcs/integrationsGitNamespaces.js.map +0 -1
  154. package/esm/funcs/integrationsSearchRepo.d.ts +0 -17
  155. package/esm/funcs/integrationsSearchRepo.d.ts.map +0 -1
  156. package/esm/funcs/integrationsSearchRepo.js +0 -89
  157. package/esm/funcs/integrationsSearchRepo.js.map +0 -1
  158. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +0 -18
  159. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  160. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +0 -86
  161. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  162. package/esm/funcs/logDrainsGetAllLogDrains.d.ts +0 -18
  163. package/esm/funcs/logDrainsGetAllLogDrains.d.ts.map +0 -1
  164. package/esm/funcs/logDrainsGetAllLogDrains.js.map +0 -1
  165. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +0 -19
  166. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  167. package/esm/funcs/logDrainsGetConfigurableLogDrain.js.map +0 -1
  168. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts +0 -7
  169. package/esm/mcp-server/tools/integrationsGitNamespaces.d.ts.map +0 -1
  170. package/esm/mcp-server/tools/integrationsGitNamespaces.js +0 -28
  171. package/esm/mcp-server/tools/integrationsGitNamespaces.js.map +0 -1
  172. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts +0 -7
  173. package/esm/mcp-server/tools/integrationsSearchRepo.d.ts.map +0 -1
  174. package/esm/mcp-server/tools/integrationsSearchRepo.js +0 -28
  175. package/esm/mcp-server/tools/integrationsSearchRepo.js.map +0 -1
  176. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts +0 -7
  177. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.d.ts.map +0 -1
  178. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +0 -28
  179. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js.map +0 -1
  180. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts +0 -7
  181. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.d.ts.map +0 -1
  182. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +0 -28
  183. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js.map +0 -1
  184. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts +0 -7
  185. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.d.ts.map +0 -1
  186. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +0 -28
  187. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js.map +0 -1
  188. package/esm/models/createconfigurablelogdrainop.d.ts +0 -451
  189. package/esm/models/createconfigurablelogdrainop.d.ts.map +0 -1
  190. package/esm/models/createconfigurablelogdrainop.js +0 -348
  191. package/esm/models/createconfigurablelogdrainop.js.map +0 -1
  192. package/esm/models/getalllogdrainsop.d.ts +0 -294
  193. package/esm/models/getalllogdrainsop.d.ts.map +0 -1
  194. package/esm/models/getalllogdrainsop.js +0 -231
  195. package/esm/models/getalllogdrainsop.js.map +0 -1
  196. package/esm/models/getconfigurablelogdrainop.d.ts +0 -292
  197. package/esm/models/getconfigurablelogdrainop.d.ts.map +0 -1
  198. package/esm/models/getconfigurablelogdrainop.js +0 -230
  199. package/esm/models/getconfigurablelogdrainop.js.map +0 -1
  200. package/esm/models/gitnamespacesop.d.ts +0 -126
  201. package/esm/models/gitnamespacesop.d.ts.map +0 -1
  202. package/esm/models/gitnamespacesop.js +0 -115
  203. package/esm/models/gitnamespacesop.js.map +0 -1
  204. package/esm/models/searchrepoop.d.ts +0 -421
  205. package/esm/models/searchrepoop.d.ts.map +0 -1
  206. package/esm/models/searchrepoop.js +0 -385
  207. package/esm/models/searchrepoop.js.map +0 -1
  208. package/src/funcs/integrationsSearchRepo.ts +0 -181
  209. package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +0 -185
  210. package/src/funcs/logDrainsGetConfigurableLogDrain.ts +0 -199
  211. package/src/mcp-server/tools/integrationsGitNamespaces.ts +0 -37
  212. package/src/mcp-server/tools/integrationsSearchRepo.ts +0 -37
  213. package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +0 -39
  214. package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +0 -37
  215. package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +0 -39
  216. package/src/models/createconfigurablelogdrainop.ts +0 -652
  217. package/src/models/getalllogdrainsop.ts +0 -416
  218. package/src/models/getconfigurablelogdrainop.ts +0 -420
  219. package/src/models/gitnamespacesop.ts +0 -235
  220. package/src/models/searchrepoop.ts +0 -784
@@ -0,0 +1,83 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+
5
+ import * as z from "zod";
6
+ import { safeParse } from "../lib/schemas.js";
7
+ import { Result as SafeParseResult } from "../types/fp.js";
8
+ import { SDKValidationError } from "./sdkvalidationerror.js";
9
+
10
+ export type UnpauseProjectRequest = {
11
+ /**
12
+ * The unique project identifier
13
+ */
14
+ projectId: string;
15
+ /**
16
+ * The Team identifier to perform the request on behalf of.
17
+ */
18
+ teamId?: string | undefined;
19
+ /**
20
+ * The Team slug to perform the request on behalf of.
21
+ */
22
+ slug?: string | undefined;
23
+ };
24
+
25
+ /** @internal */
26
+ export const UnpauseProjectRequest$inboundSchema: z.ZodType<
27
+ UnpauseProjectRequest,
28
+ z.ZodTypeDef,
29
+ unknown
30
+ > = z.object({
31
+ projectId: z.string(),
32
+ teamId: z.string().optional(),
33
+ slug: z.string().optional(),
34
+ });
35
+
36
+ /** @internal */
37
+ export type UnpauseProjectRequest$Outbound = {
38
+ projectId: string;
39
+ teamId?: string | undefined;
40
+ slug?: string | undefined;
41
+ };
42
+
43
+ /** @internal */
44
+ export const UnpauseProjectRequest$outboundSchema: z.ZodType<
45
+ UnpauseProjectRequest$Outbound,
46
+ z.ZodTypeDef,
47
+ UnpauseProjectRequest
48
+ > = z.object({
49
+ projectId: z.string(),
50
+ teamId: z.string().optional(),
51
+ slug: z.string().optional(),
52
+ });
53
+
54
+ /**
55
+ * @internal
56
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
57
+ */
58
+ export namespace UnpauseProjectRequest$ {
59
+ /** @deprecated use `UnpauseProjectRequest$inboundSchema` instead. */
60
+ export const inboundSchema = UnpauseProjectRequest$inboundSchema;
61
+ /** @deprecated use `UnpauseProjectRequest$outboundSchema` instead. */
62
+ export const outboundSchema = UnpauseProjectRequest$outboundSchema;
63
+ /** @deprecated use `UnpauseProjectRequest$Outbound` instead. */
64
+ export type Outbound = UnpauseProjectRequest$Outbound;
65
+ }
66
+
67
+ export function unpauseProjectRequestToJSON(
68
+ unpauseProjectRequest: UnpauseProjectRequest,
69
+ ): string {
70
+ return JSON.stringify(
71
+ UnpauseProjectRequest$outboundSchema.parse(unpauseProjectRequest),
72
+ );
73
+ }
74
+
75
+ export function unpauseProjectRequestFromJSON(
76
+ jsonString: string,
77
+ ): SafeParseResult<UnpauseProjectRequest, SDKValidationError> {
78
+ return safeParse(
79
+ jsonString,
80
+ (x) => UnpauseProjectRequest$inboundSchema.parse(JSON.parse(x)),
81
+ `Failed to parse 'UnpauseProjectRequest' from JSON`,
82
+ );
83
+ }
@@ -500,18 +500,30 @@ export type UpdateProjectDataCacheProjectsAliasError = {
500
500
  message: string;
501
501
  };
502
502
 
503
+ /**
504
+ * The type of matching to perform
505
+ */
503
506
  export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONType = {
504
507
  EndsWith: "endsWith",
505
508
  StartsWith: "startsWith",
506
509
  Equals: "equals",
507
510
  } as const;
511
+ /**
512
+ * The type of matching to perform
513
+ */
508
514
  export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONType =
509
515
  ClosedEnum<
510
516
  typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONType
511
517
  >;
512
518
 
513
519
  export type UpdateProjectDataCacheProjectsBranchMatcher = {
520
+ /**
521
+ * The type of matching to perform
522
+ */
514
523
  type: UpdateProjectDataCacheProjectsResponse200ApplicationJSONType;
524
+ /**
525
+ * The pattern to match against branch names
526
+ */
515
527
  pattern: string;
516
528
  };
517
529
 
@@ -759,7 +771,7 @@ export type UpdateProjectDataCacheMicrofrontends1 = {
759
771
  */
760
772
  isDefaultApp?: boolean | undefined;
761
773
  /**
762
- * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
774
+ * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
763
775
  */
764
776
  defaultRoute?: string | undefined;
765
777
  /**
@@ -860,8 +872,8 @@ export type DefaultResourceConfig = {
860
872
  };
861
873
 
862
874
  export const UpdateProjectDataCacheDeploymentType = {
863
- Preview: "preview",
864
875
  All: "all",
876
+ Preview: "preview",
865
877
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
866
878
  } as const;
867
879
  export type UpdateProjectDataCacheDeploymentType = ClosedEnum<
@@ -879,20 +891,32 @@ export type UpdateProjectDataCacheAliasError = {
879
891
  message: string;
880
892
  };
881
893
 
894
+ /**
895
+ * The type of matching to perform
896
+ */
882
897
  export const UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType =
883
898
  {
884
899
  EndsWith: "endsWith",
885
900
  StartsWith: "startsWith",
886
901
  Equals: "equals",
887
902
  } as const;
903
+ /**
904
+ * The type of matching to perform
905
+ */
888
906
  export type UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType =
889
907
  ClosedEnum<
890
908
  typeof UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType
891
909
  >;
892
910
 
893
911
  export type UpdateProjectDataCacheBranchMatcher = {
912
+ /**
913
+ * The type of matching to perform
914
+ */
894
915
  type:
895
916
  UpdateProjectDataCacheProjectsResponse200ApplicationJSONResponseBodyTargetsType;
917
+ /**
918
+ * The pattern to match against branch names
919
+ */
896
920
  pattern: string;
897
921
  };
898
922
 
@@ -1136,6 +1160,7 @@ export type Permissions = {
1136
1160
  teamInvite?: Array<ACLAction> | undefined;
1137
1161
  teamInviteCode?: Array<ACLAction> | undefined;
1138
1162
  teamJoin?: Array<ACLAction> | undefined;
1163
+ teamMemberMfaStatus?: Array<ACLAction> | undefined;
1139
1164
  teamMicrofrontends?: Array<ACLAction> | undefined;
1140
1165
  teamOwnMembership?: Array<ACLAction> | undefined;
1141
1166
  teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
@@ -1153,6 +1178,8 @@ export type Permissions = {
1153
1178
  endpointVerification?: Array<ACLAction> | undefined;
1154
1179
  projectTransferIn?: Array<ACLAction> | undefined;
1155
1180
  oauth2Application?: Array<ACLAction> | undefined;
1181
+ vercelRun?: Array<ACLAction> | undefined;
1182
+ vercelRunExec?: Array<ACLAction> | undefined;
1156
1183
  aliasProject?: Array<ACLAction> | undefined;
1157
1184
  aliasProtectionBypass?: Array<ACLAction> | undefined;
1158
1185
  productionAliasProtectionBypass?: Array<ACLAction> | undefined;
@@ -1252,10 +1279,10 @@ export type ProtectionBypass = {
1252
1279
  };
1253
1280
 
1254
1281
  export const UpdateProjectDataCacheTrustedIpsDeploymentType = {
1255
- Production: "production",
1256
- Preview: "preview",
1257
1282
  All: "all",
1283
+ Preview: "preview",
1258
1284
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1285
+ Production: "production",
1259
1286
  } as const;
1260
1287
  export type UpdateProjectDataCacheTrustedIpsDeploymentType = ClosedEnum<
1261
1288
  typeof UpdateProjectDataCacheTrustedIpsDeploymentType
@@ -1266,10 +1293,10 @@ export type TrustedIps2 = {
1266
1293
  };
1267
1294
 
1268
1295
  export const TrustedIpsDeploymentType = {
1269
- Production: "production",
1270
- Preview: "preview",
1271
1296
  All: "all",
1297
+ Preview: "preview",
1272
1298
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1299
+ Production: "production",
1273
1300
  } as const;
1274
1301
  export type TrustedIpsDeploymentType = ClosedEnum<
1275
1302
  typeof TrustedIpsDeploymentType
@@ -6898,6 +6925,7 @@ export const Permissions$inboundSchema: z.ZodType<
6898
6925
  teamInvite: z.array(ACLAction$inboundSchema).optional(),
6899
6926
  teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
6900
6927
  teamJoin: z.array(ACLAction$inboundSchema).optional(),
6928
+ teamMemberMfaStatus: z.array(ACLAction$inboundSchema).optional(),
6901
6929
  teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
6902
6930
  teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
6903
6931
  teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
@@ -6915,6 +6943,8 @@ export const Permissions$inboundSchema: z.ZodType<
6915
6943
  endpointVerification: z.array(ACLAction$inboundSchema).optional(),
6916
6944
  projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
6917
6945
  oauth2Application: z.array(ACLAction$inboundSchema).optional(),
6946
+ vercelRun: z.array(ACLAction$inboundSchema).optional(),
6947
+ vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
6918
6948
  aliasProject: z.array(ACLAction$inboundSchema).optional(),
6919
6949
  aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
6920
6950
  productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
@@ -7100,6 +7130,7 @@ export type Permissions$Outbound = {
7100
7130
  teamInvite?: Array<string> | undefined;
7101
7131
  teamInviteCode?: Array<string> | undefined;
7102
7132
  teamJoin?: Array<string> | undefined;
7133
+ teamMemberMfaStatus?: Array<string> | undefined;
7103
7134
  teamMicrofrontends?: Array<string> | undefined;
7104
7135
  teamOwnMembership?: Array<string> | undefined;
7105
7136
  teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
@@ -7117,6 +7148,8 @@ export type Permissions$Outbound = {
7117
7148
  endpointVerification?: Array<string> | undefined;
7118
7149
  projectTransferIn?: Array<string> | undefined;
7119
7150
  oauth2Application?: Array<string> | undefined;
7151
+ vercelRun?: Array<string> | undefined;
7152
+ vercelRunExec?: Array<string> | undefined;
7120
7153
  aliasProject?: Array<string> | undefined;
7121
7154
  aliasProtectionBypass?: Array<string> | undefined;
7122
7155
  productionAliasProtectionBypass?: Array<string> | undefined;
@@ -7303,6 +7336,7 @@ export const Permissions$outboundSchema: z.ZodType<
7303
7336
  teamInvite: z.array(ACLAction$outboundSchema).optional(),
7304
7337
  teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
7305
7338
  teamJoin: z.array(ACLAction$outboundSchema).optional(),
7339
+ teamMemberMfaStatus: z.array(ACLAction$outboundSchema).optional(),
7306
7340
  teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
7307
7341
  teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
7308
7342
  teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
@@ -7320,6 +7354,8 @@ export const Permissions$outboundSchema: z.ZodType<
7320
7354
  endpointVerification: z.array(ACLAction$outboundSchema).optional(),
7321
7355
  projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
7322
7356
  oauth2Application: z.array(ACLAction$outboundSchema).optional(),
7357
+ vercelRun: z.array(ACLAction$outboundSchema).optional(),
7358
+ vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
7323
7359
  aliasProject: z.array(ACLAction$outboundSchema).optional(),
7324
7360
  aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
7325
7361
  productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
@@ -813,18 +813,30 @@ export type UpdateProjectAliasError = {
813
813
  message: string;
814
814
  };
815
815
 
816
+ /**
817
+ * The type of matching to perform
818
+ */
816
819
  export const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType = {
817
820
  EndsWith: "endsWith",
818
821
  StartsWith: "startsWith",
819
822
  Equals: "equals",
820
823
  } as const;
824
+ /**
825
+ * The type of matching to perform
826
+ */
821
827
  export type UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType =
822
828
  ClosedEnum<
823
829
  typeof UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType
824
830
  >;
825
831
 
826
832
  export type UpdateProjectBranchMatcher = {
833
+ /**
834
+ * The type of matching to perform
835
+ */
827
836
  type: UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType;
837
+ /**
838
+ * The pattern to match against branch names
839
+ */
828
840
  pattern: string;
829
841
  };
830
842
 
@@ -1073,7 +1085,7 @@ export type UpdateProjectMicrofrontends1 = {
1073
1085
  */
1074
1086
  isDefaultApp?: boolean | undefined;
1075
1087
  /**
1076
- * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI.
1088
+ * A path that is used to take screenshots and as the default path in preview links when a domain for this microfrontend is shown in the UI. Includes the leading slash, e.g. `/docs`
1077
1089
  */
1078
1090
  defaultRoute?: string | undefined;
1079
1091
  /**
@@ -1176,8 +1188,8 @@ export type UpdateProjectDefaultResourceConfig = {
1176
1188
  };
1177
1189
 
1178
1190
  export const UpdateProjectProjectsResponseDeploymentType = {
1179
- Preview: "preview",
1180
1191
  All: "all",
1192
+ Preview: "preview",
1181
1193
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1182
1194
  } as const;
1183
1195
  export type UpdateProjectProjectsResponseDeploymentType = ClosedEnum<
@@ -1195,17 +1207,29 @@ export type UpdateProjectProjectsAliasError = {
1195
1207
  message: string;
1196
1208
  };
1197
1209
 
1210
+ /**
1211
+ * The type of matching to perform
1212
+ */
1198
1213
  export const UpdateProjectProjectsResponse200ApplicationJSONType = {
1199
1214
  EndsWith: "endsWith",
1200
1215
  StartsWith: "startsWith",
1201
1216
  Equals: "equals",
1202
1217
  } as const;
1218
+ /**
1219
+ * The type of matching to perform
1220
+ */
1203
1221
  export type UpdateProjectProjectsResponse200ApplicationJSONType = ClosedEnum<
1204
1222
  typeof UpdateProjectProjectsResponse200ApplicationJSONType
1205
1223
  >;
1206
1224
 
1207
1225
  export type UpdateProjectProjectsBranchMatcher = {
1226
+ /**
1227
+ * The type of matching to perform
1228
+ */
1208
1229
  type: UpdateProjectProjectsResponse200ApplicationJSONType;
1230
+ /**
1231
+ * The pattern to match against branch names
1232
+ */
1209
1233
  pattern: string;
1210
1234
  };
1211
1235
 
@@ -1449,6 +1473,7 @@ export type UpdateProjectPermissions = {
1449
1473
  teamInvite?: Array<ACLAction> | undefined;
1450
1474
  teamInviteCode?: Array<ACLAction> | undefined;
1451
1475
  teamJoin?: Array<ACLAction> | undefined;
1476
+ teamMemberMfaStatus?: Array<ACLAction> | undefined;
1452
1477
  teamMicrofrontends?: Array<ACLAction> | undefined;
1453
1478
  teamOwnMembership?: Array<ACLAction> | undefined;
1454
1479
  teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
@@ -1466,6 +1491,8 @@ export type UpdateProjectPermissions = {
1466
1491
  endpointVerification?: Array<ACLAction> | undefined;
1467
1492
  projectTransferIn?: Array<ACLAction> | undefined;
1468
1493
  oauth2Application?: Array<ACLAction> | undefined;
1494
+ vercelRun?: Array<ACLAction> | undefined;
1495
+ vercelRunExec?: Array<ACLAction> | undefined;
1469
1496
  aliasProject?: Array<ACLAction> | undefined;
1470
1497
  aliasProtectionBypass?: Array<ACLAction> | undefined;
1471
1498
  productionAliasProtectionBypass?: Array<ACLAction> | undefined;
@@ -1565,10 +1592,10 @@ export type UpdateProjectProtectionBypass = {
1565
1592
  };
1566
1593
 
1567
1594
  export const UpdateProjectTrustedIpsProjectsDeploymentType = {
1568
- Production: "production",
1569
- Preview: "preview",
1570
1595
  All: "all",
1596
+ Preview: "preview",
1571
1597
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1598
+ Production: "production",
1572
1599
  } as const;
1573
1600
  export type UpdateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<
1574
1601
  typeof UpdateProjectTrustedIpsProjectsDeploymentType
@@ -1579,10 +1606,10 @@ export type UpdateProjectTrustedIps2 = {
1579
1606
  };
1580
1607
 
1581
1608
  export const UpdateProjectTrustedIpsDeploymentType = {
1582
- Production: "production",
1583
- Preview: "preview",
1584
1609
  All: "all",
1610
+ Preview: "preview",
1585
1611
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1612
+ Production: "production",
1586
1613
  } as const;
1587
1614
  export type UpdateProjectTrustedIpsDeploymentType = ClosedEnum<
1588
1615
  typeof UpdateProjectTrustedIpsDeploymentType
@@ -7933,6 +7960,7 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
7933
7960
  teamInvite: z.array(ACLAction$inboundSchema).optional(),
7934
7961
  teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
7935
7962
  teamJoin: z.array(ACLAction$inboundSchema).optional(),
7963
+ teamMemberMfaStatus: z.array(ACLAction$inboundSchema).optional(),
7936
7964
  teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
7937
7965
  teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
7938
7966
  teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
@@ -7950,6 +7978,8 @@ export const UpdateProjectPermissions$inboundSchema: z.ZodType<
7950
7978
  endpointVerification: z.array(ACLAction$inboundSchema).optional(),
7951
7979
  projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
7952
7980
  oauth2Application: z.array(ACLAction$inboundSchema).optional(),
7981
+ vercelRun: z.array(ACLAction$inboundSchema).optional(),
7982
+ vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
7953
7983
  aliasProject: z.array(ACLAction$inboundSchema).optional(),
7954
7984
  aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
7955
7985
  productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
@@ -8135,6 +8165,7 @@ export type UpdateProjectPermissions$Outbound = {
8135
8165
  teamInvite?: Array<string> | undefined;
8136
8166
  teamInviteCode?: Array<string> | undefined;
8137
8167
  teamJoin?: Array<string> | undefined;
8168
+ teamMemberMfaStatus?: Array<string> | undefined;
8138
8169
  teamMicrofrontends?: Array<string> | undefined;
8139
8170
  teamOwnMembership?: Array<string> | undefined;
8140
8171
  teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
@@ -8152,6 +8183,8 @@ export type UpdateProjectPermissions$Outbound = {
8152
8183
  endpointVerification?: Array<string> | undefined;
8153
8184
  projectTransferIn?: Array<string> | undefined;
8154
8185
  oauth2Application?: Array<string> | undefined;
8186
+ vercelRun?: Array<string> | undefined;
8187
+ vercelRunExec?: Array<string> | undefined;
8155
8188
  aliasProject?: Array<string> | undefined;
8156
8189
  aliasProtectionBypass?: Array<string> | undefined;
8157
8190
  productionAliasProtectionBypass?: Array<string> | undefined;
@@ -8338,6 +8371,7 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
8338
8371
  teamInvite: z.array(ACLAction$outboundSchema).optional(),
8339
8372
  teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
8340
8373
  teamJoin: z.array(ACLAction$outboundSchema).optional(),
8374
+ teamMemberMfaStatus: z.array(ACLAction$outboundSchema).optional(),
8341
8375
  teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
8342
8376
  teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
8343
8377
  teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
@@ -8355,6 +8389,8 @@ export const UpdateProjectPermissions$outboundSchema: z.ZodType<
8355
8389
  endpointVerification: z.array(ACLAction$outboundSchema).optional(),
8356
8390
  projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
8357
8391
  oauth2Application: z.array(ACLAction$outboundSchema).optional(),
8392
+ vercelRun: z.array(ACLAction$outboundSchema).optional(),
8393
+ vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
8358
8394
  aliasProject: z.array(ACLAction$outboundSchema).optional(),
8359
8395
  aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
8360
8396
  productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),