@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
@@ -12,7 +12,7 @@ import { SDKValidationError } from "./sdkvalidationerror.js";
12
12
  /**
13
13
  * The delivery log format
14
14
  */
15
- export const CreateLogDrainDeliveryFormat = {
15
+ export const DeliveryFormat = {
16
16
  Json: "json",
17
17
  Ndjson: "ndjson",
18
18
  Syslog: "syslog",
@@ -20,11 +20,9 @@ export const CreateLogDrainDeliveryFormat = {
20
20
  /**
21
21
  * The delivery log format
22
22
  */
23
- export type CreateLogDrainDeliveryFormat = ClosedEnum<
24
- typeof CreateLogDrainDeliveryFormat
25
- >;
23
+ export type DeliveryFormat = ClosedEnum<typeof DeliveryFormat>;
26
24
 
27
- export const CreateLogDrainSources = {
25
+ export const Sources = {
28
26
  Static: "static",
29
27
  Lambda: "lambda",
30
28
  Build: "build",
@@ -32,15 +30,13 @@ export const CreateLogDrainSources = {
32
30
  External: "external",
33
31
  Firewall: "firewall",
34
32
  } as const;
35
- export type CreateLogDrainSources = ClosedEnum<typeof CreateLogDrainSources>;
33
+ export type Sources = ClosedEnum<typeof Sources>;
36
34
 
37
- export const CreateLogDrainEnvironments = {
35
+ export const Environments = {
38
36
  Preview: "preview",
39
37
  Production: "production",
40
38
  } as const;
41
- export type CreateLogDrainEnvironments = ClosedEnum<
42
- typeof CreateLogDrainEnvironments
43
- >;
39
+ export type Environments = ClosedEnum<typeof Environments>;
44
40
 
45
41
  export type CreateLogDrainRequestBody = {
46
42
  /**
@@ -55,17 +51,17 @@ export type CreateLogDrainRequestBody = {
55
51
  /**
56
52
  * The delivery log format
57
53
  */
58
- deliveryFormat?: CreateLogDrainDeliveryFormat | undefined;
54
+ deliveryFormat?: DeliveryFormat | undefined;
59
55
  /**
60
56
  * The url where you will receive logs. The protocol must be `https://` or `http://` when type is `json` and `ndjson`, and `syslog+tls:` or `syslog:` when the type is `syslog`.
61
57
  */
62
58
  url: string;
63
- sources?: Array<CreateLogDrainSources> | undefined;
59
+ sources?: Array<Sources> | undefined;
64
60
  /**
65
61
  * Headers to be sent together with the request
66
62
  */
67
63
  headers?: { [k: string]: string } | undefined;
68
- environments?: Array<CreateLogDrainEnvironments> | undefined;
64
+ environments?: Array<Environments> | undefined;
69
65
  };
70
66
 
71
67
  export type CreateLogDrainRequest = {
@@ -83,7 +79,7 @@ export type CreateLogDrainRequest = {
83
79
  /**
84
80
  * The delivery log format
85
81
  */
86
- export const CreateLogDrainLogDrainsDeliveryFormat = {
82
+ export const CreateLogDrainDeliveryFormat = {
87
83
  Json: "json",
88
84
  Ndjson: "ndjson",
89
85
  Syslog: "syslog",
@@ -92,14 +88,14 @@ export const CreateLogDrainLogDrainsDeliveryFormat = {
92
88
  /**
93
89
  * The delivery log format
94
90
  */
95
- export type CreateLogDrainLogDrainsDeliveryFormat = ClosedEnum<
96
- typeof CreateLogDrainLogDrainsDeliveryFormat
91
+ export type CreateLogDrainDeliveryFormat = ClosedEnum<
92
+ typeof CreateLogDrainDeliveryFormat
97
93
  >;
98
94
 
99
95
  /**
100
96
  * The sources from which logs are currently being delivered to this log drain.
101
97
  */
102
- export const CreateLogDrainLogDrainsSources = {
98
+ export const CreateLogDrainSources = {
103
99
  Build: "build",
104
100
  Edge: "edge",
105
101
  Lambda: "lambda",
@@ -110,16 +106,14 @@ export const CreateLogDrainLogDrainsSources = {
110
106
  /**
111
107
  * The sources from which logs are currently being delivered to this log drain.
112
108
  */
113
- export type CreateLogDrainLogDrainsSources = ClosedEnum<
114
- typeof CreateLogDrainLogDrainsSources
115
- >;
109
+ export type CreateLogDrainSources = ClosedEnum<typeof CreateLogDrainSources>;
116
110
 
117
111
  /**
118
112
  * Whether the log drain was created by an integration or by a user
119
113
  */
120
114
  export const CreateLogDrainCreatedFrom = {
121
- SelfServed: "self-served",
122
115
  Integration: "integration",
116
+ SelfServed: "self-served",
123
117
  } as const;
124
118
  /**
125
119
  * Whether the log drain was created by an integration or by a user
@@ -131,15 +125,15 @@ export type CreateLogDrainCreatedFrom = ClosedEnum<
131
125
  /**
132
126
  * The environment of log drain
133
127
  */
134
- export const CreateLogDrainLogDrainsEnvironments = {
128
+ export const CreateLogDrainEnvironments = {
135
129
  Production: "production",
136
130
  Preview: "preview",
137
131
  } as const;
138
132
  /**
139
133
  * The environment of log drain
140
134
  */
141
- export type CreateLogDrainLogDrainsEnvironments = ClosedEnum<
142
- typeof CreateLogDrainLogDrainsEnvironments
135
+ export type CreateLogDrainEnvironments = ClosedEnum<
136
+ typeof CreateLogDrainEnvironments
143
137
  >;
144
138
 
145
139
  /**
@@ -165,7 +159,7 @@ export type CreateLogDrainResponseBody = {
165
159
  /**
166
160
  * The delivery log format
167
161
  */
168
- deliveryFormat?: CreateLogDrainLogDrainsDeliveryFormat | undefined;
162
+ deliveryFormat?: CreateLogDrainDeliveryFormat | undefined;
169
163
  /**
170
164
  * The name of the log drain
171
165
  */
@@ -186,7 +180,7 @@ export type CreateLogDrainResponseBody = {
186
180
  /**
187
181
  * The sources from which logs are currently being delivered to this log drain.
188
182
  */
189
- sources?: Array<CreateLogDrainLogDrainsSources> | undefined;
183
+ sources?: Array<CreateLogDrainSources> | undefined;
190
184
  /**
191
185
  * Whether the log drain was created by an integration or by a user
192
186
  */
@@ -198,7 +192,7 @@ export type CreateLogDrainResponseBody = {
198
192
  /**
199
193
  * The environment of log drain
200
194
  */
201
- environments: Array<CreateLogDrainLogDrainsEnvironments>;
195
+ environments: Array<CreateLogDrainEnvironments>;
202
196
  /**
203
197
  * The branch regexp of log drain
204
198
  */
@@ -210,66 +204,62 @@ export type CreateLogDrainResponseBody = {
210
204
  };
211
205
 
212
206
  /** @internal */
213
- export const CreateLogDrainDeliveryFormat$inboundSchema: z.ZodNativeEnum<
214
- typeof CreateLogDrainDeliveryFormat
215
- > = z.nativeEnum(CreateLogDrainDeliveryFormat);
207
+ export const DeliveryFormat$inboundSchema: z.ZodNativeEnum<
208
+ typeof DeliveryFormat
209
+ > = z.nativeEnum(DeliveryFormat);
216
210
 
217
211
  /** @internal */
218
- export const CreateLogDrainDeliveryFormat$outboundSchema: z.ZodNativeEnum<
219
- typeof CreateLogDrainDeliveryFormat
220
- > = CreateLogDrainDeliveryFormat$inboundSchema;
212
+ export const DeliveryFormat$outboundSchema: z.ZodNativeEnum<
213
+ typeof DeliveryFormat
214
+ > = DeliveryFormat$inboundSchema;
221
215
 
222
216
  /**
223
217
  * @internal
224
218
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
225
219
  */
226
- export namespace CreateLogDrainDeliveryFormat$ {
227
- /** @deprecated use `CreateLogDrainDeliveryFormat$inboundSchema` instead. */
228
- export const inboundSchema = CreateLogDrainDeliveryFormat$inboundSchema;
229
- /** @deprecated use `CreateLogDrainDeliveryFormat$outboundSchema` instead. */
230
- export const outboundSchema = CreateLogDrainDeliveryFormat$outboundSchema;
220
+ export namespace DeliveryFormat$ {
221
+ /** @deprecated use `DeliveryFormat$inboundSchema` instead. */
222
+ export const inboundSchema = DeliveryFormat$inboundSchema;
223
+ /** @deprecated use `DeliveryFormat$outboundSchema` instead. */
224
+ export const outboundSchema = DeliveryFormat$outboundSchema;
231
225
  }
232
226
 
233
227
  /** @internal */
234
- export const CreateLogDrainSources$inboundSchema: z.ZodNativeEnum<
235
- typeof CreateLogDrainSources
236
- > = z.nativeEnum(CreateLogDrainSources);
228
+ export const Sources$inboundSchema: z.ZodNativeEnum<typeof Sources> = z
229
+ .nativeEnum(Sources);
237
230
 
238
231
  /** @internal */
239
- export const CreateLogDrainSources$outboundSchema: z.ZodNativeEnum<
240
- typeof CreateLogDrainSources
241
- > = CreateLogDrainSources$inboundSchema;
232
+ export const Sources$outboundSchema: z.ZodNativeEnum<typeof Sources> =
233
+ Sources$inboundSchema;
242
234
 
243
235
  /**
244
236
  * @internal
245
237
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
246
238
  */
247
- export namespace CreateLogDrainSources$ {
248
- /** @deprecated use `CreateLogDrainSources$inboundSchema` instead. */
249
- export const inboundSchema = CreateLogDrainSources$inboundSchema;
250
- /** @deprecated use `CreateLogDrainSources$outboundSchema` instead. */
251
- export const outboundSchema = CreateLogDrainSources$outboundSchema;
239
+ export namespace Sources$ {
240
+ /** @deprecated use `Sources$inboundSchema` instead. */
241
+ export const inboundSchema = Sources$inboundSchema;
242
+ /** @deprecated use `Sources$outboundSchema` instead. */
243
+ export const outboundSchema = Sources$outboundSchema;
252
244
  }
253
245
 
254
246
  /** @internal */
255
- export const CreateLogDrainEnvironments$inboundSchema: z.ZodNativeEnum<
256
- typeof CreateLogDrainEnvironments
257
- > = z.nativeEnum(CreateLogDrainEnvironments);
247
+ export const Environments$inboundSchema: z.ZodNativeEnum<typeof Environments> =
248
+ z.nativeEnum(Environments);
258
249
 
259
250
  /** @internal */
260
- export const CreateLogDrainEnvironments$outboundSchema: z.ZodNativeEnum<
261
- typeof CreateLogDrainEnvironments
262
- > = CreateLogDrainEnvironments$inboundSchema;
251
+ export const Environments$outboundSchema: z.ZodNativeEnum<typeof Environments> =
252
+ Environments$inboundSchema;
263
253
 
264
254
  /**
265
255
  * @internal
266
256
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
267
257
  */
268
- export namespace CreateLogDrainEnvironments$ {
269
- /** @deprecated use `CreateLogDrainEnvironments$inboundSchema` instead. */
270
- export const inboundSchema = CreateLogDrainEnvironments$inboundSchema;
271
- /** @deprecated use `CreateLogDrainEnvironments$outboundSchema` instead. */
272
- export const outboundSchema = CreateLogDrainEnvironments$outboundSchema;
258
+ export namespace Environments$ {
259
+ /** @deprecated use `Environments$inboundSchema` instead. */
260
+ export const inboundSchema = Environments$inboundSchema;
261
+ /** @deprecated use `Environments$outboundSchema` instead. */
262
+ export const outboundSchema = Environments$outboundSchema;
273
263
  }
274
264
 
275
265
  /** @internal */
@@ -281,11 +271,11 @@ export const CreateLogDrainRequestBody$inboundSchema: z.ZodType<
281
271
  name: z.string(),
282
272
  projectIds: z.array(z.string()).optional(),
283
273
  secret: z.string().optional(),
284
- deliveryFormat: CreateLogDrainDeliveryFormat$inboundSchema.optional(),
274
+ deliveryFormat: DeliveryFormat$inboundSchema.optional(),
285
275
  url: z.string(),
286
- sources: z.array(CreateLogDrainSources$inboundSchema).optional(),
276
+ sources: z.array(Sources$inboundSchema).optional(),
287
277
  headers: z.record(z.string()).optional(),
288
- environments: z.array(CreateLogDrainEnvironments$inboundSchema).optional(),
278
+ environments: z.array(Environments$inboundSchema).optional(),
289
279
  });
290
280
 
291
281
  /** @internal */
@@ -309,11 +299,11 @@ export const CreateLogDrainRequestBody$outboundSchema: z.ZodType<
309
299
  name: z.string(),
310
300
  projectIds: z.array(z.string()).optional(),
311
301
  secret: z.string().optional(),
312
- deliveryFormat: CreateLogDrainDeliveryFormat$outboundSchema.optional(),
302
+ deliveryFormat: DeliveryFormat$outboundSchema.optional(),
313
303
  url: z.string(),
314
- sources: z.array(CreateLogDrainSources$outboundSchema).optional(),
304
+ sources: z.array(Sources$outboundSchema).optional(),
315
305
  headers: z.record(z.string()).optional(),
316
- environments: z.array(CreateLogDrainEnvironments$outboundSchema).optional(),
306
+ environments: z.array(Environments$outboundSchema).optional(),
317
307
  });
318
308
 
319
309
  /**
@@ -416,48 +406,45 @@ export function createLogDrainRequestFromJSON(
416
406
  }
417
407
 
418
408
  /** @internal */
419
- export const CreateLogDrainLogDrainsDeliveryFormat$inboundSchema:
420
- z.ZodNativeEnum<typeof CreateLogDrainLogDrainsDeliveryFormat> = z.nativeEnum(
421
- CreateLogDrainLogDrainsDeliveryFormat,
422
- );
409
+ export const CreateLogDrainDeliveryFormat$inboundSchema: z.ZodNativeEnum<
410
+ typeof CreateLogDrainDeliveryFormat
411
+ > = z.nativeEnum(CreateLogDrainDeliveryFormat);
423
412
 
424
413
  /** @internal */
425
- export const CreateLogDrainLogDrainsDeliveryFormat$outboundSchema:
426
- z.ZodNativeEnum<typeof CreateLogDrainLogDrainsDeliveryFormat> =
427
- CreateLogDrainLogDrainsDeliveryFormat$inboundSchema;
414
+ export const CreateLogDrainDeliveryFormat$outboundSchema: z.ZodNativeEnum<
415
+ typeof CreateLogDrainDeliveryFormat
416
+ > = CreateLogDrainDeliveryFormat$inboundSchema;
428
417
 
429
418
  /**
430
419
  * @internal
431
420
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
432
421
  */
433
- export namespace CreateLogDrainLogDrainsDeliveryFormat$ {
434
- /** @deprecated use `CreateLogDrainLogDrainsDeliveryFormat$inboundSchema` instead. */
435
- export const inboundSchema =
436
- CreateLogDrainLogDrainsDeliveryFormat$inboundSchema;
437
- /** @deprecated use `CreateLogDrainLogDrainsDeliveryFormat$outboundSchema` instead. */
438
- export const outboundSchema =
439
- CreateLogDrainLogDrainsDeliveryFormat$outboundSchema;
422
+ export namespace CreateLogDrainDeliveryFormat$ {
423
+ /** @deprecated use `CreateLogDrainDeliveryFormat$inboundSchema` instead. */
424
+ export const inboundSchema = CreateLogDrainDeliveryFormat$inboundSchema;
425
+ /** @deprecated use `CreateLogDrainDeliveryFormat$outboundSchema` instead. */
426
+ export const outboundSchema = CreateLogDrainDeliveryFormat$outboundSchema;
440
427
  }
441
428
 
442
429
  /** @internal */
443
- export const CreateLogDrainLogDrainsSources$inboundSchema: z.ZodNativeEnum<
444
- typeof CreateLogDrainLogDrainsSources
445
- > = z.nativeEnum(CreateLogDrainLogDrainsSources);
430
+ export const CreateLogDrainSources$inboundSchema: z.ZodNativeEnum<
431
+ typeof CreateLogDrainSources
432
+ > = z.nativeEnum(CreateLogDrainSources);
446
433
 
447
434
  /** @internal */
448
- export const CreateLogDrainLogDrainsSources$outboundSchema: z.ZodNativeEnum<
449
- typeof CreateLogDrainLogDrainsSources
450
- > = CreateLogDrainLogDrainsSources$inboundSchema;
435
+ export const CreateLogDrainSources$outboundSchema: z.ZodNativeEnum<
436
+ typeof CreateLogDrainSources
437
+ > = CreateLogDrainSources$inboundSchema;
451
438
 
452
439
  /**
453
440
  * @internal
454
441
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
455
442
  */
456
- export namespace CreateLogDrainLogDrainsSources$ {
457
- /** @deprecated use `CreateLogDrainLogDrainsSources$inboundSchema` instead. */
458
- export const inboundSchema = CreateLogDrainLogDrainsSources$inboundSchema;
459
- /** @deprecated use `CreateLogDrainLogDrainsSources$outboundSchema` instead. */
460
- export const outboundSchema = CreateLogDrainLogDrainsSources$outboundSchema;
443
+ export namespace CreateLogDrainSources$ {
444
+ /** @deprecated use `CreateLogDrainSources$inboundSchema` instead. */
445
+ export const inboundSchema = CreateLogDrainSources$inboundSchema;
446
+ /** @deprecated use `CreateLogDrainSources$outboundSchema` instead. */
447
+ export const outboundSchema = CreateLogDrainSources$outboundSchema;
461
448
  }
462
449
 
463
450
  /** @internal */
@@ -482,26 +469,24 @@ export namespace CreateLogDrainCreatedFrom$ {
482
469
  }
483
470
 
484
471
  /** @internal */
485
- export const CreateLogDrainLogDrainsEnvironments$inboundSchema: z.ZodNativeEnum<
486
- typeof CreateLogDrainLogDrainsEnvironments
487
- > = z.nativeEnum(CreateLogDrainLogDrainsEnvironments);
472
+ export const CreateLogDrainEnvironments$inboundSchema: z.ZodNativeEnum<
473
+ typeof CreateLogDrainEnvironments
474
+ > = z.nativeEnum(CreateLogDrainEnvironments);
488
475
 
489
476
  /** @internal */
490
- export const CreateLogDrainLogDrainsEnvironments$outboundSchema:
491
- z.ZodNativeEnum<typeof CreateLogDrainLogDrainsEnvironments> =
492
- CreateLogDrainLogDrainsEnvironments$inboundSchema;
477
+ export const CreateLogDrainEnvironments$outboundSchema: z.ZodNativeEnum<
478
+ typeof CreateLogDrainEnvironments
479
+ > = CreateLogDrainEnvironments$inboundSchema;
493
480
 
494
481
  /**
495
482
  * @internal
496
483
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
497
484
  */
498
- export namespace CreateLogDrainLogDrainsEnvironments$ {
499
- /** @deprecated use `CreateLogDrainLogDrainsEnvironments$inboundSchema` instead. */
500
- export const inboundSchema =
501
- CreateLogDrainLogDrainsEnvironments$inboundSchema;
502
- /** @deprecated use `CreateLogDrainLogDrainsEnvironments$outboundSchema` instead. */
503
- export const outboundSchema =
504
- CreateLogDrainLogDrainsEnvironments$outboundSchema;
485
+ export namespace CreateLogDrainEnvironments$ {
486
+ /** @deprecated use `CreateLogDrainEnvironments$inboundSchema` instead. */
487
+ export const inboundSchema = CreateLogDrainEnvironments$inboundSchema;
488
+ /** @deprecated use `CreateLogDrainEnvironments$outboundSchema` instead. */
489
+ export const outboundSchema = CreateLogDrainEnvironments$outboundSchema;
505
490
  }
506
491
 
507
492
  /** @internal */
@@ -514,17 +499,16 @@ export const CreateLogDrainResponseBody$inboundSchema: z.ZodType<
514
499
  configurationId: z.string().optional(),
515
500
  createdAt: z.number(),
516
501
  id: z.string(),
517
- deliveryFormat: CreateLogDrainLogDrainsDeliveryFormat$inboundSchema
518
- .optional(),
502
+ deliveryFormat: CreateLogDrainDeliveryFormat$inboundSchema.optional(),
519
503
  name: z.string(),
520
504
  ownerId: z.string(),
521
505
  projectId: z.nullable(z.string()).optional(),
522
506
  projectIds: z.array(z.string()).optional(),
523
507
  url: z.string(),
524
- sources: z.array(CreateLogDrainLogDrainsSources$inboundSchema).optional(),
508
+ sources: z.array(CreateLogDrainSources$inboundSchema).optional(),
525
509
  createdFrom: CreateLogDrainCreatedFrom$inboundSchema.optional(),
526
510
  headers: z.record(z.string()).optional(),
527
- environments: z.array(CreateLogDrainLogDrainsEnvironments$inboundSchema),
511
+ environments: z.array(CreateLogDrainEnvironments$inboundSchema),
528
512
  branch: z.string().optional(),
529
513
  samplingRate: z.number().optional(),
530
514
  });
@@ -559,17 +543,16 @@ export const CreateLogDrainResponseBody$outboundSchema: z.ZodType<
559
543
  configurationId: z.string().optional(),
560
544
  createdAt: z.number(),
561
545
  id: z.string(),
562
- deliveryFormat: CreateLogDrainLogDrainsDeliveryFormat$outboundSchema
563
- .optional(),
546
+ deliveryFormat: CreateLogDrainDeliveryFormat$outboundSchema.optional(),
564
547
  name: z.string(),
565
548
  ownerId: z.string(),
566
549
  projectId: z.nullable(z.string()).optional(),
567
550
  projectIds: z.array(z.string()).optional(),
568
551
  url: z.string(),
569
- sources: z.array(CreateLogDrainLogDrainsSources$outboundSchema).optional(),
552
+ sources: z.array(CreateLogDrainSources$outboundSchema).optional(),
570
553
  createdFrom: CreateLogDrainCreatedFrom$outboundSchema.optional(),
571
554
  headers: z.record(z.string()).optional(),
572
- environments: z.array(CreateLogDrainLogDrainsEnvironments$outboundSchema),
555
+ environments: z.array(CreateLogDrainEnvironments$outboundSchema),
573
556
  branch: z.string().optional(),
574
557
  samplingRate: z.number().optional(),
575
558
  });
@@ -720,20 +720,32 @@ export type CreateProjectAliasError = {
720
720
  message: string;
721
721
  };
722
722
 
723
+ /**
724
+ * The type of matching to perform
725
+ */
723
726
  export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType =
724
727
  {
725
728
  EndsWith: "endsWith",
726
729
  StartsWith: "startsWith",
727
730
  Equals: "equals",
728
731
  } as const;
732
+ /**
733
+ * The type of matching to perform
734
+ */
729
735
  export type CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType =
730
736
  ClosedEnum<
731
737
  typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType
732
738
  >;
733
739
 
734
740
  export type CreateProjectBranchMatcher = {
741
+ /**
742
+ * The type of matching to perform
743
+ */
735
744
  type:
736
745
  CreateProjectProjectsResponse200ApplicationJSONResponseBodyLatestDeploymentsType;
746
+ /**
747
+ * The pattern to match against branch names
748
+ */
737
749
  pattern: string;
738
750
  };
739
751
 
@@ -982,7 +994,7 @@ export type CreateProjectMicrofrontends1 = {
982
994
  */
983
995
  isDefaultApp?: boolean | undefined;
984
996
  /**
985
- * 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.
997
+ * 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`
986
998
  */
987
999
  defaultRoute?: string | undefined;
988
1000
  /**
@@ -1085,8 +1097,8 @@ export type CreateProjectDefaultResourceConfig = {
1085
1097
  };
1086
1098
 
1087
1099
  export const CreateProjectDeploymentType = {
1088
- Preview: "preview",
1089
1100
  All: "all",
1101
+ Preview: "preview",
1090
1102
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1091
1103
  } as const;
1092
1104
  export type CreateProjectDeploymentType = ClosedEnum<
@@ -1104,19 +1116,31 @@ export type CreateProjectProjectsAliasError = {
1104
1116
  message: string;
1105
1117
  };
1106
1118
 
1119
+ /**
1120
+ * The type of matching to perform
1121
+ */
1107
1122
  export const CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType =
1108
1123
  {
1109
1124
  EndsWith: "endsWith",
1110
1125
  StartsWith: "startsWith",
1111
1126
  Equals: "equals",
1112
1127
  } as const;
1128
+ /**
1129
+ * The type of matching to perform
1130
+ */
1113
1131
  export type CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType =
1114
1132
  ClosedEnum<
1115
1133
  typeof CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType
1116
1134
  >;
1117
1135
 
1118
1136
  export type CreateProjectProjectsBranchMatcher = {
1137
+ /**
1138
+ * The type of matching to perform
1139
+ */
1119
1140
  type: CreateProjectProjectsResponse200ApplicationJSONResponseBodyTargetsType;
1141
+ /**
1142
+ * The pattern to match against branch names
1143
+ */
1120
1144
  pattern: string;
1121
1145
  };
1122
1146
 
@@ -1360,6 +1384,7 @@ export type CreateProjectPermissions = {
1360
1384
  teamInvite?: Array<ACLAction> | undefined;
1361
1385
  teamInviteCode?: Array<ACLAction> | undefined;
1362
1386
  teamJoin?: Array<ACLAction> | undefined;
1387
+ teamMemberMfaStatus?: Array<ACLAction> | undefined;
1363
1388
  teamMicrofrontends?: Array<ACLAction> | undefined;
1364
1389
  teamOwnMembership?: Array<ACLAction> | undefined;
1365
1390
  teamOwnMembershipDisconnectSAML?: Array<ACLAction> | undefined;
@@ -1377,6 +1402,8 @@ export type CreateProjectPermissions = {
1377
1402
  endpointVerification?: Array<ACLAction> | undefined;
1378
1403
  projectTransferIn?: Array<ACLAction> | undefined;
1379
1404
  oauth2Application?: Array<ACLAction> | undefined;
1405
+ vercelRun?: Array<ACLAction> | undefined;
1406
+ vercelRunExec?: Array<ACLAction> | undefined;
1380
1407
  aliasProject?: Array<ACLAction> | undefined;
1381
1408
  aliasProtectionBypass?: Array<ACLAction> | undefined;
1382
1409
  productionAliasProtectionBypass?: Array<ACLAction> | undefined;
@@ -1477,10 +1504,10 @@ export type CreateProjectProtectionBypass = {
1477
1504
  };
1478
1505
 
1479
1506
  export const CreateProjectTrustedIpsProjectsDeploymentType = {
1480
- Production: "production",
1481
- Preview: "preview",
1482
1507
  All: "all",
1508
+ Preview: "preview",
1483
1509
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1510
+ Production: "production",
1484
1511
  } as const;
1485
1512
  export type CreateProjectTrustedIpsProjectsDeploymentType = ClosedEnum<
1486
1513
  typeof CreateProjectTrustedIpsProjectsDeploymentType
@@ -1491,10 +1518,10 @@ export type CreateProjectTrustedIps2 = {
1491
1518
  };
1492
1519
 
1493
1520
  export const CreateProjectTrustedIpsDeploymentType = {
1494
- Production: "production",
1495
- Preview: "preview",
1496
1521
  All: "all",
1522
+ Preview: "preview",
1497
1523
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
1524
+ Production: "production",
1498
1525
  } as const;
1499
1526
  export type CreateProjectTrustedIpsDeploymentType = ClosedEnum<
1500
1527
  typeof CreateProjectTrustedIpsDeploymentType
@@ -7595,6 +7622,7 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
7595
7622
  teamInvite: z.array(ACLAction$inboundSchema).optional(),
7596
7623
  teamInviteCode: z.array(ACLAction$inboundSchema).optional(),
7597
7624
  teamJoin: z.array(ACLAction$inboundSchema).optional(),
7625
+ teamMemberMfaStatus: z.array(ACLAction$inboundSchema).optional(),
7598
7626
  teamMicrofrontends: z.array(ACLAction$inboundSchema).optional(),
7599
7627
  teamOwnMembership: z.array(ACLAction$inboundSchema).optional(),
7600
7628
  teamOwnMembershipDisconnectSAML: z.array(ACLAction$inboundSchema).optional(),
@@ -7612,6 +7640,8 @@ export const CreateProjectPermissions$inboundSchema: z.ZodType<
7612
7640
  endpointVerification: z.array(ACLAction$inboundSchema).optional(),
7613
7641
  projectTransferIn: z.array(ACLAction$inboundSchema).optional(),
7614
7642
  oauth2Application: z.array(ACLAction$inboundSchema).optional(),
7643
+ vercelRun: z.array(ACLAction$inboundSchema).optional(),
7644
+ vercelRunExec: z.array(ACLAction$inboundSchema).optional(),
7615
7645
  aliasProject: z.array(ACLAction$inboundSchema).optional(),
7616
7646
  aliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
7617
7647
  productionAliasProtectionBypass: z.array(ACLAction$inboundSchema).optional(),
@@ -7797,6 +7827,7 @@ export type CreateProjectPermissions$Outbound = {
7797
7827
  teamInvite?: Array<string> | undefined;
7798
7828
  teamInviteCode?: Array<string> | undefined;
7799
7829
  teamJoin?: Array<string> | undefined;
7830
+ teamMemberMfaStatus?: Array<string> | undefined;
7800
7831
  teamMicrofrontends?: Array<string> | undefined;
7801
7832
  teamOwnMembership?: Array<string> | undefined;
7802
7833
  teamOwnMembershipDisconnectSAML?: Array<string> | undefined;
@@ -7814,6 +7845,8 @@ export type CreateProjectPermissions$Outbound = {
7814
7845
  endpointVerification?: Array<string> | undefined;
7815
7846
  projectTransferIn?: Array<string> | undefined;
7816
7847
  oauth2Application?: Array<string> | undefined;
7848
+ vercelRun?: Array<string> | undefined;
7849
+ vercelRunExec?: Array<string> | undefined;
7817
7850
  aliasProject?: Array<string> | undefined;
7818
7851
  aliasProtectionBypass?: Array<string> | undefined;
7819
7852
  productionAliasProtectionBypass?: Array<string> | undefined;
@@ -8000,6 +8033,7 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
8000
8033
  teamInvite: z.array(ACLAction$outboundSchema).optional(),
8001
8034
  teamInviteCode: z.array(ACLAction$outboundSchema).optional(),
8002
8035
  teamJoin: z.array(ACLAction$outboundSchema).optional(),
8036
+ teamMemberMfaStatus: z.array(ACLAction$outboundSchema).optional(),
8003
8037
  teamMicrofrontends: z.array(ACLAction$outboundSchema).optional(),
8004
8038
  teamOwnMembership: z.array(ACLAction$outboundSchema).optional(),
8005
8039
  teamOwnMembershipDisconnectSAML: z.array(ACLAction$outboundSchema).optional(),
@@ -8017,6 +8051,8 @@ export const CreateProjectPermissions$outboundSchema: z.ZodType<
8017
8051
  endpointVerification: z.array(ACLAction$outboundSchema).optional(),
8018
8052
  projectTransferIn: z.array(ACLAction$outboundSchema).optional(),
8019
8053
  oauth2Application: z.array(ACLAction$outboundSchema).optional(),
8054
+ vercelRun: z.array(ACLAction$outboundSchema).optional(),
8055
+ vercelRunExec: z.array(ACLAction$outboundSchema).optional(),
8020
8056
  aliasProject: z.array(ACLAction$outboundSchema).optional(),
8021
8057
  aliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),
8022
8058
  productionAliasProtectionBypass: z.array(ACLAction$outboundSchema).optional(),