@vercel/sdk 1.17.7 → 1.18.0

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 (243) hide show
  1. package/bin/mcp-server.js +1735 -4032
  2. package/bin/mcp-server.js.map +47 -47
  3. package/esm/__tests__/checks.test.js +1 -1
  4. package/esm/__tests__/checks.test.js.map +1 -1
  5. package/esm/__tests__/domains.test.js +3 -4
  6. package/esm/__tests__/domains.test.js.map +1 -1
  7. package/esm/__tests__/edgeconfig.test.js +6 -6
  8. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  9. package/esm/__tests__/rollingrelease.test.js +2 -1
  10. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  11. package/esm/__tests__/security.test.js +1 -11
  12. package/esm/__tests__/security.test.js.map +1 -1
  13. package/esm/lib/config.d.ts +3 -3
  14. package/esm/lib/config.js +3 -3
  15. package/esm/lib/encodings.d.ts +1 -0
  16. package/esm/lib/encodings.d.ts.map +1 -1
  17. package/esm/lib/encodings.js +12 -1
  18. package/esm/lib/encodings.js.map +1 -1
  19. package/esm/mcp-server/mcp-server.js +1 -1
  20. package/esm/mcp-server/server.js +1 -1
  21. package/esm/models/authtoken.d.ts +8 -24
  22. package/esm/models/authtoken.d.ts.map +1 -1
  23. package/esm/models/authtoken.js +8 -23
  24. package/esm/models/authtoken.js.map +1 -1
  25. package/esm/models/buydomainsop.d.ts +6 -2
  26. package/esm/models/buydomainsop.d.ts.map +1 -1
  27. package/esm/models/buydomainsop.js +8 -2
  28. package/esm/models/buydomainsop.js.map +1 -1
  29. package/esm/models/buysingledomainop.d.ts +6 -2
  30. package/esm/models/buysingledomainop.d.ts.map +1 -1
  31. package/esm/models/buysingledomainop.js +8 -2
  32. package/esm/models/buysingledomainop.js.map +1 -1
  33. package/esm/models/canceldeploymentop.d.ts +70 -62
  34. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  35. package/esm/models/canceldeploymentop.js +38 -58
  36. package/esm/models/canceldeploymentop.js.map +1 -1
  37. package/esm/models/createdeploymentop.d.ts +70 -62
  38. package/esm/models/createdeploymentop.d.ts.map +1 -1
  39. package/esm/models/createdeploymentop.js +38 -59
  40. package/esm/models/createdeploymentop.js.map +1 -1
  41. package/esm/models/createdrainop.d.ts +72 -248
  42. package/esm/models/createdrainop.d.ts.map +1 -1
  43. package/esm/models/createdrainop.js +72 -229
  44. package/esm/models/createdrainop.js.map +1 -1
  45. package/esm/models/createedgeconfigop.d.ts +4 -21
  46. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  47. package/esm/models/createedgeconfigop.js +4 -19
  48. package/esm/models/createedgeconfigop.js.map +1 -1
  49. package/esm/models/createeventop.d.ts +8 -25
  50. package/esm/models/createeventop.d.ts.map +1 -1
  51. package/esm/models/createeventop.js +8 -23
  52. package/esm/models/createeventop.js.map +1 -1
  53. package/esm/models/createlogdrainop.d.ts +8 -24
  54. package/esm/models/createlogdrainop.d.ts.map +1 -1
  55. package/esm/models/createlogdrainop.js +8 -22
  56. package/esm/models/createlogdrainop.js.map +1 -1
  57. package/esm/models/createprojectenvop.d.ts +68 -308
  58. package/esm/models/createprojectenvop.d.ts.map +1 -1
  59. package/esm/models/createprojectenvop.js +68 -281
  60. package/esm/models/createprojectenvop.js.map +1 -1
  61. package/esm/models/createprojectop.d.ts +76 -332
  62. package/esm/models/createprojectop.d.ts.map +1 -1
  63. package/esm/models/createprojectop.js +84 -316
  64. package/esm/models/createprojectop.js.map +1 -1
  65. package/esm/models/editprojectenvop.d.ts +34 -154
  66. package/esm/models/editprojectenvop.d.ts.map +1 -1
  67. package/esm/models/editprojectenvop.js +34 -141
  68. package/esm/models/editprojectenvop.js.map +1 -1
  69. package/esm/models/filterprojectenvsop.d.ts +102 -462
  70. package/esm/models/filterprojectenvsop.d.ts.map +1 -1
  71. package/esm/models/filterprojectenvsop.js +102 -419
  72. package/esm/models/filterprojectenvsop.js.map +1 -1
  73. package/esm/models/forbidden.d.ts +3 -12
  74. package/esm/models/forbidden.d.ts.map +1 -1
  75. package/esm/models/forbidden.js +2 -9
  76. package/esm/models/forbidden.js.map +1 -1
  77. package/esm/models/getaliasop.d.ts +12 -44
  78. package/esm/models/getaliasop.d.ts.map +1 -1
  79. package/esm/models/getaliasop.js +16 -46
  80. package/esm/models/getaliasop.js.map +1 -1
  81. package/esm/models/getalllogdrainsop.d.ts +72 -248
  82. package/esm/models/getalllogdrainsop.d.ts.map +1 -1
  83. package/esm/models/getalllogdrainsop.js +72 -236
  84. package/esm/models/getalllogdrainsop.js.map +1 -1
  85. package/esm/models/getconfigurationop.d.ts +4 -20
  86. package/esm/models/getconfigurationop.d.ts.map +1 -1
  87. package/esm/models/getconfigurationop.js +4 -18
  88. package/esm/models/getconfigurationop.js.map +1 -1
  89. package/esm/models/getdeploymentop.d.ts +70 -62
  90. package/esm/models/getdeploymentop.d.ts.map +1 -1
  91. package/esm/models/getdeploymentop.js +38 -58
  92. package/esm/models/getdeploymentop.js.map +1 -1
  93. package/esm/models/getdomainauthcodeop.d.ts +6 -2
  94. package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
  95. package/esm/models/getdomainauthcodeop.js +8 -2
  96. package/esm/models/getdomainauthcodeop.js.map +1 -1
  97. package/esm/models/getdomaintransferinop.d.ts +6 -2
  98. package/esm/models/getdomaintransferinop.d.ts.map +1 -1
  99. package/esm/models/getdomaintransferinop.js +8 -2
  100. package/esm/models/getdomaintransferinop.js.map +1 -1
  101. package/esm/models/getdrainop.d.ts +72 -248
  102. package/esm/models/getdrainop.d.ts.map +1 -1
  103. package/esm/models/getdrainop.js +72 -227
  104. package/esm/models/getdrainop.js.map +1 -1
  105. package/esm/models/getdrainsop.d.ts +72 -248
  106. package/esm/models/getdrainsop.d.ts.map +1 -1
  107. package/esm/models/getdrainsop.js +72 -227
  108. package/esm/models/getdrainsop.js.map +1 -1
  109. package/esm/models/getedgeconfigop.d.ts +4 -21
  110. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  111. package/esm/models/getedgeconfigop.js +4 -18
  112. package/esm/models/getedgeconfigop.js.map +1 -1
  113. package/esm/models/getintegrationlogdrainsop.d.ts +8 -24
  114. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  115. package/esm/models/getintegrationlogdrainsop.js +8 -23
  116. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  117. package/esm/models/getorderop.d.ts +48 -172
  118. package/esm/models/getorderop.d.ts.map +1 -1
  119. package/esm/models/getorderop.js +50 -159
  120. package/esm/models/getorderop.js.map +1 -1
  121. package/esm/models/getprojectenvop.d.ts +102 -462
  122. package/esm/models/getprojectenvop.d.ts.map +1 -1
  123. package/esm/models/getprojectenvop.js +102 -419
  124. package/esm/models/getprojectenvop.js.map +1 -1
  125. package/esm/models/getprojectsop.d.ts +76 -332
  126. package/esm/models/getprojectsop.d.ts.map +1 -1
  127. package/esm/models/getprojectsop.js +84 -313
  128. package/esm/models/getprojectsop.js.map +1 -1
  129. package/esm/models/getrollingreleasebillingstatusop.d.ts +10 -42
  130. package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -1
  131. package/esm/models/getrollingreleasebillingstatusop.js +10 -39
  132. package/esm/models/getrollingreleasebillingstatusop.js.map +1 -1
  133. package/esm/models/listaliasesop.d.ts +12 -44
  134. package/esm/models/listaliasesop.d.ts.map +1 -1
  135. package/esm/models/listaliasesop.js +16 -47
  136. package/esm/models/listaliasesop.js.map +1 -1
  137. package/esm/models/listdeploymentaliasesop.d.ts +12 -44
  138. package/esm/models/listdeploymentaliasesop.d.ts.map +1 -1
  139. package/esm/models/listdeploymentaliasesop.js +16 -46
  140. package/esm/models/listdeploymentaliasesop.js.map +1 -1
  141. package/esm/models/removeprojectenvop.d.ts +102 -462
  142. package/esm/models/removeprojectenvop.d.ts.map +1 -1
  143. package/esm/models/removeprojectenvop.js +102 -420
  144. package/esm/models/removeprojectenvop.js.map +1 -1
  145. package/esm/models/renewdomainop.d.ts +6 -2
  146. package/esm/models/renewdomainop.d.ts.map +1 -1
  147. package/esm/models/renewdomainop.js +8 -2
  148. package/esm/models/renewdomainop.js.map +1 -1
  149. package/esm/models/transferindomainop.d.ts +6 -2
  150. package/esm/models/transferindomainop.d.ts.map +1 -1
  151. package/esm/models/transferindomainop.js +8 -2
  152. package/esm/models/transferindomainop.js.map +1 -1
  153. package/esm/models/updatedomainautorenewop.d.ts +6 -2
  154. package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
  155. package/esm/models/updatedomainautorenewop.js +8 -2
  156. package/esm/models/updatedomainautorenewop.js.map +1 -1
  157. package/esm/models/updatedomainnameserversop.d.ts +6 -2
  158. package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
  159. package/esm/models/updatedomainnameserversop.js +8 -2
  160. package/esm/models/updatedomainnameserversop.js.map +1 -1
  161. package/esm/models/updatedrainop.d.ts +72 -248
  162. package/esm/models/updatedrainop.d.ts.map +1 -1
  163. package/esm/models/updatedrainop.js +72 -229
  164. package/esm/models/updatedrainop.js.map +1 -1
  165. package/esm/models/updateedgeconfigop.d.ts +4 -21
  166. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  167. package/esm/models/updateedgeconfigop.js +4 -18
  168. package/esm/models/updateedgeconfigop.js.map +1 -1
  169. package/esm/models/updateprojectdatacacheop.d.ts +76 -332
  170. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  171. package/esm/models/updateprojectdatacacheop.js +84 -318
  172. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  173. package/esm/models/updateprojectop.d.ts +76 -332
  174. package/esm/models/updateprojectop.d.ts.map +1 -1
  175. package/esm/models/updateprojectop.js +84 -316
  176. package/esm/models/updateprojectop.js.map +1 -1
  177. package/esm/models/updateprojectprotectionbypassop.d.ts +4 -21
  178. package/esm/models/updateprojectprotectionbypassop.d.ts.map +1 -1
  179. package/esm/models/updateprojectprotectionbypassop.js +4 -19
  180. package/esm/models/updateprojectprotectionbypassop.js.map +1 -1
  181. package/esm/models/userevent.d.ts +54 -14
  182. package/esm/models/userevent.d.ts.map +1 -1
  183. package/esm/models/userevent.js +26 -13
  184. package/esm/models/userevent.js.map +1 -1
  185. package/esm/types/unrecognized.d.ts +7 -1
  186. package/esm/types/unrecognized.d.ts.map +1 -1
  187. package/esm/types/unrecognized.js +9 -1
  188. package/esm/types/unrecognized.js.map +1 -1
  189. package/examples/package-lock.json +1 -1
  190. package/jsr.json +1 -1
  191. package/package.json +1 -1
  192. package/src/__tests__/checks.test.ts +1 -1
  193. package/src/__tests__/domains.test.ts +3 -4
  194. package/src/__tests__/edgeconfig.test.ts +6 -6
  195. package/src/__tests__/rollingrelease.test.ts +2 -1
  196. package/src/__tests__/security.test.ts +1 -11
  197. package/src/lib/config.ts +3 -3
  198. package/src/lib/encodings.ts +17 -3
  199. package/src/mcp-server/mcp-server.ts +1 -1
  200. package/src/mcp-server/server.ts +1 -1
  201. package/src/models/authtoken.ts +16 -42
  202. package/src/models/buydomainsop.ts +14 -4
  203. package/src/models/buysingledomainop.ts +14 -4
  204. package/src/models/canceldeploymentop.ts +140 -127
  205. package/src/models/createdeploymentop.ts +149 -118
  206. package/src/models/createdrainop.ts +154 -511
  207. package/src/models/createedgeconfigop.ts +8 -37
  208. package/src/models/createeventop.ts +16 -43
  209. package/src/models/createlogdrainop.ts +18 -50
  210. package/src/models/createprojectenvop.ts +136 -875
  211. package/src/models/createprojectop.ts +172 -803
  212. package/src/models/editprojectenvop.ts +68 -417
  213. package/src/models/filterprojectenvsop.ts +210 -1337
  214. package/src/models/forbidden.ts +5 -20
  215. package/src/models/getaliasop.ts +36 -101
  216. package/src/models/getalllogdrainsop.ts +160 -551
  217. package/src/models/getconfigurationop.ts +8 -38
  218. package/src/models/getdeploymentop.ts +144 -124
  219. package/src/models/getdomainauthcodeop.ts +14 -4
  220. package/src/models/getdomaintransferinop.ts +14 -4
  221. package/src/models/getdrainop.ts +156 -531
  222. package/src/models/getdrainsop.ts +155 -535
  223. package/src/models/getedgeconfigop.ts +8 -41
  224. package/src/models/getintegrationlogdrainsop.ts +19 -44
  225. package/src/models/getorderop.ts +99 -408
  226. package/src/models/getprojectenvop.ts +208 -1337
  227. package/src/models/getprojectsop.ts +172 -802
  228. package/src/models/getrollingreleasebillingstatusop.ts +20 -100
  229. package/src/models/listaliasesop.ts +36 -100
  230. package/src/models/listdeploymentaliasesop.ts +36 -111
  231. package/src/models/removeprojectenvop.ts +208 -1335
  232. package/src/models/renewdomainop.ts +14 -4
  233. package/src/models/transferindomainop.ts +14 -4
  234. package/src/models/updatedomainautorenewop.ts +14 -4
  235. package/src/models/updatedomainnameserversop.ts +14 -4
  236. package/src/models/updatedrainop.ts +162 -542
  237. package/src/models/updateedgeconfigop.ts +8 -42
  238. package/src/models/updateprojectdatacacheop.ts +167 -781
  239. package/src/models/updateprojectop.ts +172 -803
  240. package/src/models/updateprojectprotectionbypassop.ts +8 -44
  241. package/src/models/userevent.ts +111 -29
  242. package/src/types/unrecognized.ts +9 -1
  243. package/tsconfig.json +0 -1
@@ -152,51 +152,6 @@ export const UpdateProjectType = {
152
152
  Sensitive: "sensitive",
153
153
  Secret: "secret",
154
154
  };
155
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = {
156
- FlagsConnectionString: "flags-connection-string",
157
- };
158
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type = {
159
- IntegrationStoreSecret: "integration-store-secret",
160
- };
161
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type = {
162
- PostgresUrlNoSsl: "postgres-url-no-ssl",
163
- };
164
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type = {
165
- PostgresDatabase: "postgres-database",
166
- };
167
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type = {
168
- PostgresPassword: "postgres-password",
169
- };
170
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type = {
171
- PostgresHost: "postgres-host",
172
- };
173
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type = {
174
- PostgresUser: "postgres-user",
175
- };
176
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type = {
177
- PostgresPrismaUrl: "postgres-prisma-url",
178
- };
179
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType = {
180
- PostgresUrlNonPooling: "postgres-url-non-pooling",
181
- };
182
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType = {
183
- PostgresUrl: "postgres-url",
184
- };
185
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONType = {
186
- BlobReadWriteToken: "blob-read-write-token",
187
- };
188
- export const UpdateProjectContentHintProjectsResponse200Type = {
189
- RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
190
- };
191
- export const UpdateProjectContentHintProjectsResponseType = {
192
- RedisRestApiToken: "redis-rest-api-token",
193
- };
194
- export const UpdateProjectContentHintProjectsType = {
195
- RedisRestApiUrl: "redis-rest-api-url",
196
- };
197
- export const UpdateProjectContentHintType = {
198
- RedisUrl: "redis-url",
199
- };
200
155
  export const UpdateProjectProjectsResponse200ApplicationJSONResponseBodyType = {
201
156
  FlagsSecret: "flags-secret",
202
157
  };
@@ -315,21 +270,6 @@ export const UpdateProjectReadySubstate = {
315
270
  export const UpdateProjectProjectsResponseType = {
316
271
  Lambdas: "LAMBDAS",
317
272
  };
318
- export const UpdateProjectLinkProjectsResponse200ApplicationJSONType = {
319
- Bitbucket: "bitbucket",
320
- };
321
- export const UpdateProjectLinkProjectsResponse200Type = {
322
- Gitlab: "gitlab",
323
- };
324
- export const UpdateProjectLinkProjectsResponseType = {
325
- GithubCustomHost: "github-custom-host",
326
- };
327
- export const UpdateProjectLinkProjectsType = {
328
- GithubLimited: "github-limited",
329
- };
330
- export const UpdateProjectLinkType = {
331
- Github: "github",
332
- };
333
273
  export const UpdateProjectProjectsNodeVersion = {
334
274
  TwentyFourDotX: "24.x",
335
275
  TwentyTwoDotX: "22.x",
@@ -416,12 +356,6 @@ export const UpdateProjectProjectsResponse200ApplicationJSONType = {
416
356
  Promote: "promote",
417
357
  Rollback: "rollback",
418
358
  };
419
- export const UpdateProjectProtectionBypassProjectsScope = {
420
- AutomationBypass: "automation-bypass",
421
- };
422
- export const UpdateProjectProtectionBypassScope = {
423
- IntegrationAutomationBypass: "integration-automation-bypass",
424
- };
425
359
  export const UpdateProjectTrustedIpsProjectsDeploymentType = {
426
360
  Preview: "preview",
427
361
  Production: "production",
@@ -477,48 +411,18 @@ export const UpdateProjectTier = {
477
411
  export const UpdateProjectProjectsResponseAction = {
478
412
  Blocked: "blocked",
479
413
  };
480
- export const UpdateProjectBlockHistoryProjectsResponse200Action = {
481
- RouteUnblocked: "route-unblocked",
482
- };
483
- export const UpdateProjectHasProjectsResponse200Type = {
484
- Host: "host",
485
- };
486
- export const UpdateProjectHasProjectsResponseType = {
487
- Header: "header",
488
- };
489
414
  export const UpdateProjectHasProjectsKey = {
490
415
  XVercelIpCountry: "x-vercel-ip-country",
491
416
  };
492
417
  export const UpdateProjectRouteProjectsAction = {
493
418
  BlockLegalCwc: "block_legal_cwc",
494
419
  };
495
- export const UpdateProjectBlockHistoryProjectsResponseAction = {
496
- RouteBlocked: "route-blocked",
497
- };
498
- export const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType = {
499
- Host: "host",
500
- };
501
- export const UpdateProjectHasProjectsResponse200ApplicationJSONType = {
502
- Header: "header",
503
- };
504
420
  export const UpdateProjectHasProjectsResponseKey = {
505
421
  XVercelIpCountry: "x-vercel-ip-country",
506
422
  };
507
423
  export const UpdateProjectRouteAction = {
508
424
  BlockLegalCwc: "block_legal_cwc",
509
425
  };
510
- export const UpdateProjectBlockHistoryProjectsAction = {
511
- Unblocked: "unblocked",
512
- };
513
- export const UpdateProjectBlockHistoryAction = {
514
- Blocked: "blocked",
515
- };
516
- export const UpdateProjectHasProjectsType = {
517
- Host: "host",
518
- };
519
- export const UpdateProjectHasType = {
520
- Header: "header",
521
- };
522
426
  export const UpdateProjectHasKey = {
523
427
  XVercelIpCountry: "x-vercel-ip-country",
524
428
  };
@@ -1135,17 +1039,13 @@ export const UpdateProjectType$inboundSchema = z.nativeEnum(UpdateProjectType);
1135
1039
  /** @internal */
1136
1040
  export const UpdateProjectType$outboundSchema = UpdateProjectType$inboundSchema;
1137
1041
  /** @internal */
1138
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema = z.nativeEnum(UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type);
1139
- /** @internal */
1140
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema = UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema;
1141
- /** @internal */
1142
1042
  export const UpdateProjectContentHint15$inboundSchema = z.object({
1143
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$inboundSchema,
1043
+ type: z.literal("flags-connection-string"),
1144
1044
  projectId: z.string(),
1145
1045
  });
1146
1046
  /** @internal */
1147
1047
  export const UpdateProjectContentHint15$outboundSchema = z.object({
1148
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type$outboundSchema,
1048
+ type: z.literal("flags-connection-string"),
1149
1049
  projectId: z.string(),
1150
1050
  });
1151
1051
  export function updateProjectContentHint15ToJSON(updateProjectContentHint15) {
@@ -1155,12 +1055,8 @@ export function updateProjectContentHint15FromJSON(jsonString) {
1155
1055
  return safeParse(jsonString, (x) => UpdateProjectContentHint15$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectContentHint15' from JSON`);
1156
1056
  }
1157
1057
  /** @internal */
1158
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema = z.nativeEnum(UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type);
1159
- /** @internal */
1160
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema = UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema;
1161
- /** @internal */
1162
1058
  export const UpdateProjectContentHint14$inboundSchema = z.object({
1163
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$inboundSchema,
1059
+ type: z.literal("integration-store-secret"),
1164
1060
  storeId: z.string(),
1165
1061
  integrationId: z.string(),
1166
1062
  integrationProductId: z.string(),
@@ -1168,7 +1064,7 @@ export const UpdateProjectContentHint14$inboundSchema = z.object({
1168
1064
  });
1169
1065
  /** @internal */
1170
1066
  export const UpdateProjectContentHint14$outboundSchema = z.object({
1171
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv14Type$outboundSchema,
1067
+ type: z.literal("integration-store-secret"),
1172
1068
  storeId: z.string(),
1173
1069
  integrationId: z.string(),
1174
1070
  integrationProductId: z.string(),
@@ -1181,17 +1077,13 @@ export function updateProjectContentHint14FromJSON(jsonString) {
1181
1077
  return safeParse(jsonString, (x) => UpdateProjectContentHint14$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectContentHint14' from JSON`);
1182
1078
  }
1183
1079
  /** @internal */
1184
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema = z.nativeEnum(UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type);
1185
- /** @internal */
1186
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema = UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema;
1187
- /** @internal */
1188
1080
  export const UpdateProjectContentHint13$inboundSchema = z.object({
1189
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$inboundSchema,
1081
+ type: z.literal("postgres-url-no-ssl"),
1190
1082
  storeId: z.string(),
1191
1083
  });
1192
1084
  /** @internal */
1193
1085
  export const UpdateProjectContentHint13$outboundSchema = z.object({
1194
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv13Type$outboundSchema,
1086
+ type: z.literal("postgres-url-no-ssl"),
1195
1087
  storeId: z.string(),
1196
1088
  });
1197
1089
  export function updateProjectContentHint13ToJSON(updateProjectContentHint13) {
@@ -1201,17 +1093,13 @@ export function updateProjectContentHint13FromJSON(jsonString) {
1201
1093
  return safeParse(jsonString, (x) => UpdateProjectContentHint13$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectContentHint13' from JSON`);
1202
1094
  }
1203
1095
  /** @internal */
1204
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema = z.nativeEnum(UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type);
1205
- /** @internal */
1206
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema = UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema;
1207
- /** @internal */
1208
1096
  export const UpdateProjectContentHint12$inboundSchema = z.object({
1209
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$inboundSchema,
1097
+ type: z.literal("postgres-database"),
1210
1098
  storeId: z.string(),
1211
1099
  });
1212
1100
  /** @internal */
1213
1101
  export const UpdateProjectContentHint12$outboundSchema = z.object({
1214
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv12Type$outboundSchema,
1102
+ type: z.literal("postgres-database"),
1215
1103
  storeId: z.string(),
1216
1104
  });
1217
1105
  export function updateProjectContentHint12ToJSON(updateProjectContentHint12) {
@@ -1221,17 +1109,13 @@ export function updateProjectContentHint12FromJSON(jsonString) {
1221
1109
  return safeParse(jsonString, (x) => UpdateProjectContentHint12$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectContentHint12' from JSON`);
1222
1110
  }
1223
1111
  /** @internal */
1224
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema = z.nativeEnum(UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type);
1225
- /** @internal */
1226
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema = UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema;
1227
- /** @internal */
1228
1112
  export const UpdateProjectContentHint11$inboundSchema = z.object({
1229
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$inboundSchema,
1113
+ type: z.literal("postgres-password"),
1230
1114
  storeId: z.string(),
1231
1115
  });
1232
1116
  /** @internal */
1233
1117
  export const UpdateProjectContentHint11$outboundSchema = z.object({
1234
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv11Type$outboundSchema,
1118
+ type: z.literal("postgres-password"),
1235
1119
  storeId: z.string(),
1236
1120
  });
1237
1121
  export function updateProjectContentHint11ToJSON(updateProjectContentHint11) {
@@ -1241,17 +1125,13 @@ export function updateProjectContentHint11FromJSON(jsonString) {
1241
1125
  return safeParse(jsonString, (x) => UpdateProjectContentHint11$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectContentHint11' from JSON`);
1242
1126
  }
1243
1127
  /** @internal */
1244
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema = z.nativeEnum(UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type);
1245
- /** @internal */
1246
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema = UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema;
1247
- /** @internal */
1248
1128
  export const UpdateProjectContentHint10$inboundSchema = z.object({
1249
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$inboundSchema,
1129
+ type: z.literal("postgres-host"),
1250
1130
  storeId: z.string(),
1251
1131
  });
1252
1132
  /** @internal */
1253
1133
  export const UpdateProjectContentHint10$outboundSchema = z.object({
1254
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv10Type$outboundSchema,
1134
+ type: z.literal("postgres-host"),
1255
1135
  storeId: z.string(),
1256
1136
  });
1257
1137
  export function updateProjectContentHint10ToJSON(updateProjectContentHint10) {
@@ -1261,17 +1141,13 @@ export function updateProjectContentHint10FromJSON(jsonString) {
1261
1141
  return safeParse(jsonString, (x) => UpdateProjectContentHint10$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectContentHint10' from JSON`);
1262
1142
  }
1263
1143
  /** @internal */
1264
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema = z.nativeEnum(UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type);
1265
- /** @internal */
1266
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema = UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema;
1267
- /** @internal */
1268
1144
  export const UpdateProjectContentHint9$inboundSchema = z.object({
1269
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$inboundSchema,
1145
+ type: z.literal("postgres-user"),
1270
1146
  storeId: z.string(),
1271
1147
  });
1272
1148
  /** @internal */
1273
1149
  export const UpdateProjectContentHint9$outboundSchema = z.object({
1274
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv9Type$outboundSchema,
1150
+ type: z.literal("postgres-user"),
1275
1151
  storeId: z.string(),
1276
1152
  });
1277
1153
  export function updateProjectContentHint9ToJSON(updateProjectContentHint9) {
@@ -1281,17 +1157,13 @@ export function updateProjectContentHint9FromJSON(jsonString) {
1281
1157
  return safeParse(jsonString, (x) => UpdateProjectContentHint9$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectContentHint9' from JSON`);
1282
1158
  }
1283
1159
  /** @internal */
1284
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema = z.nativeEnum(UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type);
1285
- /** @internal */
1286
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema = UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema;
1287
- /** @internal */
1288
1160
  export const UpdateProjectContentHint8$inboundSchema = z.object({
1289
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$inboundSchema,
1161
+ type: z.literal("postgres-prisma-url"),
1290
1162
  storeId: z.string(),
1291
1163
  });
1292
1164
  /** @internal */
1293
1165
  export const UpdateProjectContentHint8$outboundSchema = z.object({
1294
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv8Type$outboundSchema,
1166
+ type: z.literal("postgres-prisma-url"),
1295
1167
  storeId: z.string(),
1296
1168
  });
1297
1169
  export function updateProjectContentHint8ToJSON(updateProjectContentHint8) {
@@ -1301,17 +1173,13 @@ export function updateProjectContentHint8FromJSON(jsonString) {
1301
1173
  return safeParse(jsonString, (x) => UpdateProjectContentHint8$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectContentHint8' from JSON`);
1302
1174
  }
1303
1175
  /** @internal */
1304
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema = z.nativeEnum(UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType);
1305
- /** @internal */
1306
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema = UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema;
1307
- /** @internal */
1308
1176
  export const UpdateProjectContentHint7$inboundSchema = z.object({
1309
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$inboundSchema,
1177
+ type: z.literal("postgres-url-non-pooling"),
1310
1178
  storeId: z.string(),
1311
1179
  });
1312
1180
  /** @internal */
1313
1181
  export const UpdateProjectContentHint7$outboundSchema = z.object({
1314
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnvType$outboundSchema,
1182
+ type: z.literal("postgres-url-non-pooling"),
1315
1183
  storeId: z.string(),
1316
1184
  });
1317
1185
  export function updateProjectContentHint7ToJSON(updateProjectContentHint7) {
@@ -1321,17 +1189,13 @@ export function updateProjectContentHint7FromJSON(jsonString) {
1321
1189
  return safeParse(jsonString, (x) => UpdateProjectContentHint7$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectContentHint7' from JSON`);
1322
1190
  }
1323
1191
  /** @internal */
1324
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType);
1325
- /** @internal */
1326
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema = UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
1327
- /** @internal */
1328
1192
  export const UpdateProjectContentHint6$inboundSchema = z.object({
1329
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
1193
+ type: z.literal("postgres-url"),
1330
1194
  storeId: z.string(),
1331
1195
  });
1332
1196
  /** @internal */
1333
1197
  export const UpdateProjectContentHint6$outboundSchema = z.object({
1334
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
1198
+ type: z.literal("postgres-url"),
1335
1199
  storeId: z.string(),
1336
1200
  });
1337
1201
  export function updateProjectContentHint6ToJSON(updateProjectContentHint6) {
@@ -1341,17 +1205,13 @@ export function updateProjectContentHint6FromJSON(jsonString) {
1341
1205
  return safeParse(jsonString, (x) => UpdateProjectContentHint6$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectContentHint6' from JSON`);
1342
1206
  }
1343
1207
  /** @internal */
1344
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(UpdateProjectContentHintProjectsResponse200ApplicationJSONType);
1345
- /** @internal */
1346
- export const UpdateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema = UpdateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
1347
- /** @internal */
1348
1208
  export const UpdateProjectContentHint5$inboundSchema = z.object({
1349
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONType$inboundSchema,
1209
+ type: z.literal("blob-read-write-token"),
1350
1210
  storeId: z.string(),
1351
1211
  });
1352
1212
  /** @internal */
1353
1213
  export const UpdateProjectContentHint5$outboundSchema = z.object({
1354
- type: UpdateProjectContentHintProjectsResponse200ApplicationJSONType$outboundSchema,
1214
+ type: z.literal("blob-read-write-token"),
1355
1215
  storeId: z.string(),
1356
1216
  });
1357
1217
  export function updateProjectContentHint5ToJSON(updateProjectContentHint5) {
@@ -1361,18 +1221,13 @@ export function updateProjectContentHint5FromJSON(jsonString) {
1361
1221
  return safeParse(jsonString, (x) => UpdateProjectContentHint5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectContentHint5' from JSON`);
1362
1222
  }
1363
1223
  /** @internal */
1364
- export const UpdateProjectContentHintProjectsResponse200Type$inboundSchema = z
1365
- .nativeEnum(UpdateProjectContentHintProjectsResponse200Type);
1366
- /** @internal */
1367
- export const UpdateProjectContentHintProjectsResponse200Type$outboundSchema = UpdateProjectContentHintProjectsResponse200Type$inboundSchema;
1368
- /** @internal */
1369
1224
  export const UpdateProjectContentHint4$inboundSchema = z.object({
1370
- type: UpdateProjectContentHintProjectsResponse200Type$inboundSchema,
1225
+ type: z.literal("redis-rest-api-read-only-token"),
1371
1226
  storeId: z.string(),
1372
1227
  });
1373
1228
  /** @internal */
1374
1229
  export const UpdateProjectContentHint4$outboundSchema = z.object({
1375
- type: UpdateProjectContentHintProjectsResponse200Type$outboundSchema,
1230
+ type: z.literal("redis-rest-api-read-only-token"),
1376
1231
  storeId: z.string(),
1377
1232
  });
1378
1233
  export function updateProjectContentHint4ToJSON(updateProjectContentHint4) {
@@ -1382,18 +1237,13 @@ export function updateProjectContentHint4FromJSON(jsonString) {
1382
1237
  return safeParse(jsonString, (x) => UpdateProjectContentHint4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectContentHint4' from JSON`);
1383
1238
  }
1384
1239
  /** @internal */
1385
- export const UpdateProjectContentHintProjectsResponseType$inboundSchema = z
1386
- .nativeEnum(UpdateProjectContentHintProjectsResponseType);
1387
- /** @internal */
1388
- export const UpdateProjectContentHintProjectsResponseType$outboundSchema = UpdateProjectContentHintProjectsResponseType$inboundSchema;
1389
- /** @internal */
1390
1240
  export const UpdateProjectContentHint3$inboundSchema = z.object({
1391
- type: UpdateProjectContentHintProjectsResponseType$inboundSchema,
1241
+ type: z.literal("redis-rest-api-token"),
1392
1242
  storeId: z.string(),
1393
1243
  });
1394
1244
  /** @internal */
1395
1245
  export const UpdateProjectContentHint3$outboundSchema = z.object({
1396
- type: UpdateProjectContentHintProjectsResponseType$outboundSchema,
1246
+ type: z.literal("redis-rest-api-token"),
1397
1247
  storeId: z.string(),
1398
1248
  });
1399
1249
  export function updateProjectContentHint3ToJSON(updateProjectContentHint3) {
@@ -1403,17 +1253,13 @@ export function updateProjectContentHint3FromJSON(jsonString) {
1403
1253
  return safeParse(jsonString, (x) => UpdateProjectContentHint3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectContentHint3' from JSON`);
1404
1254
  }
1405
1255
  /** @internal */
1406
- export const UpdateProjectContentHintProjectsType$inboundSchema = z.nativeEnum(UpdateProjectContentHintProjectsType);
1407
- /** @internal */
1408
- export const UpdateProjectContentHintProjectsType$outboundSchema = UpdateProjectContentHintProjectsType$inboundSchema;
1409
- /** @internal */
1410
1256
  export const UpdateProjectContentHint2$inboundSchema = z.object({
1411
- type: UpdateProjectContentHintProjectsType$inboundSchema,
1257
+ type: z.literal("redis-rest-api-url"),
1412
1258
  storeId: z.string(),
1413
1259
  });
1414
1260
  /** @internal */
1415
1261
  export const UpdateProjectContentHint2$outboundSchema = z.object({
1416
- type: UpdateProjectContentHintProjectsType$outboundSchema,
1262
+ type: z.literal("redis-rest-api-url"),
1417
1263
  storeId: z.string(),
1418
1264
  });
1419
1265
  export function updateProjectContentHint2ToJSON(updateProjectContentHint2) {
@@ -1423,17 +1269,13 @@ export function updateProjectContentHint2FromJSON(jsonString) {
1423
1269
  return safeParse(jsonString, (x) => UpdateProjectContentHint2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectContentHint2' from JSON`);
1424
1270
  }
1425
1271
  /** @internal */
1426
- export const UpdateProjectContentHintType$inboundSchema = z.nativeEnum(UpdateProjectContentHintType);
1427
- /** @internal */
1428
- export const UpdateProjectContentHintType$outboundSchema = UpdateProjectContentHintType$inboundSchema;
1429
- /** @internal */
1430
1272
  export const UpdateProjectContentHint1$inboundSchema = z.object({
1431
- type: UpdateProjectContentHintType$inboundSchema,
1273
+ type: z.literal("redis-url"),
1432
1274
  storeId: z.string(),
1433
1275
  });
1434
1276
  /** @internal */
1435
1277
  export const UpdateProjectContentHint1$outboundSchema = z.object({
1436
- type: UpdateProjectContentHintType$outboundSchema,
1278
+ type: z.literal("redis-url"),
1437
1279
  storeId: z.string(),
1438
1280
  });
1439
1281
  export function updateProjectContentHint1ToJSON(updateProjectContentHint1) {
@@ -1444,7 +1286,6 @@ export function updateProjectContentHint1FromJSON(jsonString) {
1444
1286
  }
1445
1287
  /** @internal */
1446
1288
  export const UpdateProjectContentHint$inboundSchema = z.union([
1447
- z.lazy(() => UpdateProjectContentHint14$inboundSchema),
1448
1289
  z.lazy(() => UpdateProjectContentHint1$inboundSchema),
1449
1290
  z.lazy(() => UpdateProjectContentHint2$inboundSchema),
1450
1291
  z.lazy(() => UpdateProjectContentHint3$inboundSchema),
@@ -1458,11 +1299,11 @@ export const UpdateProjectContentHint$inboundSchema = z.union([
1458
1299
  z.lazy(() => UpdateProjectContentHint11$inboundSchema),
1459
1300
  z.lazy(() => UpdateProjectContentHint12$inboundSchema),
1460
1301
  z.lazy(() => UpdateProjectContentHint13$inboundSchema),
1302
+ z.lazy(() => UpdateProjectContentHint14$inboundSchema),
1461
1303
  z.lazy(() => UpdateProjectContentHint15$inboundSchema),
1462
1304
  ]);
1463
1305
  /** @internal */
1464
1306
  export const UpdateProjectContentHint$outboundSchema = z.union([
1465
- z.lazy(() => UpdateProjectContentHint14$outboundSchema),
1466
1307
  z.lazy(() => UpdateProjectContentHint1$outboundSchema),
1467
1308
  z.lazy(() => UpdateProjectContentHint2$outboundSchema),
1468
1309
  z.lazy(() => UpdateProjectContentHint3$outboundSchema),
@@ -1476,6 +1317,7 @@ export const UpdateProjectContentHint$outboundSchema = z.union([
1476
1317
  z.lazy(() => UpdateProjectContentHint11$outboundSchema),
1477
1318
  z.lazy(() => UpdateProjectContentHint12$outboundSchema),
1478
1319
  z.lazy(() => UpdateProjectContentHint13$outboundSchema),
1320
+ z.lazy(() => UpdateProjectContentHint14$outboundSchema),
1479
1321
  z.lazy(() => UpdateProjectContentHint15$outboundSchema),
1480
1322
  ]);
1481
1323
  export function updateProjectContentHintToJSON(updateProjectContentHint) {
@@ -1524,7 +1366,6 @@ export const UpdateProjectEnv$inboundSchema = z.object({
1524
1366
  edgeConfigId: z.nullable(z.string()).optional(),
1525
1367
  edgeConfigTokenId: z.nullable(z.string()).optional(),
1526
1368
  contentHint: z.nullable(z.union([
1527
- z.lazy(() => UpdateProjectContentHint14$inboundSchema),
1528
1369
  z.lazy(() => UpdateProjectContentHint1$inboundSchema),
1529
1370
  z.lazy(() => UpdateProjectContentHint2$inboundSchema),
1530
1371
  z.lazy(() => UpdateProjectContentHint3$inboundSchema),
@@ -1538,6 +1379,7 @@ export const UpdateProjectEnv$inboundSchema = z.object({
1538
1379
  z.lazy(() => UpdateProjectContentHint11$inboundSchema),
1539
1380
  z.lazy(() => UpdateProjectContentHint12$inboundSchema),
1540
1381
  z.lazy(() => UpdateProjectContentHint13$inboundSchema),
1382
+ z.lazy(() => UpdateProjectContentHint14$inboundSchema),
1541
1383
  z.lazy(() => UpdateProjectContentHint15$inboundSchema),
1542
1384
  ])).optional(),
1543
1385
  internalContentHint: z.nullable(z.lazy(() => UpdateProjectInternalContentHint$inboundSchema)).optional(),
@@ -1564,7 +1406,6 @@ export const UpdateProjectEnv$outboundSchema = z.object({
1564
1406
  edgeConfigId: z.nullable(z.string()).optional(),
1565
1407
  edgeConfigTokenId: z.nullable(z.string()).optional(),
1566
1408
  contentHint: z.nullable(z.union([
1567
- z.lazy(() => UpdateProjectContentHint14$outboundSchema),
1568
1409
  z.lazy(() => UpdateProjectContentHint1$outboundSchema),
1569
1410
  z.lazy(() => UpdateProjectContentHint2$outboundSchema),
1570
1411
  z.lazy(() => UpdateProjectContentHint3$outboundSchema),
@@ -1578,6 +1419,7 @@ export const UpdateProjectEnv$outboundSchema = z.object({
1578
1419
  z.lazy(() => UpdateProjectContentHint11$outboundSchema),
1579
1420
  z.lazy(() => UpdateProjectContentHint12$outboundSchema),
1580
1421
  z.lazy(() => UpdateProjectContentHint13$outboundSchema),
1422
+ z.lazy(() => UpdateProjectContentHint14$outboundSchema),
1581
1423
  z.lazy(() => UpdateProjectContentHint15$outboundSchema),
1582
1424
  ])).optional(),
1583
1425
  internalContentHint: z.nullable(z.lazy(() => UpdateProjectInternalContentHint$outboundSchema)).optional(),
@@ -1966,10 +1808,6 @@ export function updateProjectLatestDeploymentsFromJSON(jsonString) {
1966
1808
  return safeParse(jsonString, (x) => UpdateProjectLatestDeployments$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectLatestDeployments' from JSON`);
1967
1809
  }
1968
1810
  /** @internal */
1969
- export const UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(UpdateProjectLinkProjectsResponse200ApplicationJSONType);
1970
- /** @internal */
1971
- export const UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema = UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema;
1972
- /** @internal */
1973
1811
  export const UpdateProjectLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema = z.object({
1974
1812
  createdAt: z.number().optional(),
1975
1813
  id: z.string(),
@@ -1998,7 +1836,7 @@ export const UpdateProjectLink5$inboundSchema = z.object({
1998
1836
  name: z.string(),
1999
1837
  slug: z.string(),
2000
1838
  owner: z.string(),
2001
- type: UpdateProjectLinkProjectsResponse200ApplicationJSONType$inboundSchema,
1839
+ type: z.literal("bitbucket"),
2002
1840
  uuid: z.string(),
2003
1841
  workspaceUuid: z.string(),
2004
1842
  createdAt: z.number().optional(),
@@ -2013,7 +1851,7 @@ export const UpdateProjectLink5$outboundSchema = z.object({
2013
1851
  name: z.string(),
2014
1852
  slug: z.string(),
2015
1853
  owner: z.string(),
2016
- type: UpdateProjectLinkProjectsResponse200ApplicationJSONType$outboundSchema,
1854
+ type: z.literal("bitbucket"),
2017
1855
  uuid: z.string(),
2018
1856
  workspaceUuid: z.string(),
2019
1857
  createdAt: z.number().optional(),
@@ -2030,11 +1868,6 @@ export function updateProjectLink5FromJSON(jsonString) {
2030
1868
  return safeParse(jsonString, (x) => UpdateProjectLink5$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectLink5' from JSON`);
2031
1869
  }
2032
1870
  /** @internal */
2033
- export const UpdateProjectLinkProjectsResponse200Type$inboundSchema = z
2034
- .nativeEnum(UpdateProjectLinkProjectsResponse200Type);
2035
- /** @internal */
2036
- export const UpdateProjectLinkProjectsResponse200Type$outboundSchema = UpdateProjectLinkProjectsResponse200Type$inboundSchema;
2037
- /** @internal */
2038
1871
  export const UpdateProjectLinkProjectsResponse200DeployHooks$inboundSchema = z.object({
2039
1872
  createdAt: z.number().optional(),
2040
1873
  id: z.string(),
@@ -2064,7 +1897,7 @@ export const UpdateProjectLink4$inboundSchema = z.object({
2064
1897
  projectNamespace: z.string(),
2065
1898
  projectOwnerId: z.number().optional(),
2066
1899
  projectUrl: z.string(),
2067
- type: UpdateProjectLinkProjectsResponse200Type$inboundSchema,
1900
+ type: z.literal("gitlab"),
2068
1901
  createdAt: z.number().optional(),
2069
1902
  deployHooks: z.array(z.lazy(() => UpdateProjectLinkProjectsResponse200DeployHooks$inboundSchema)),
2070
1903
  gitCredentialId: z.string(),
@@ -2080,7 +1913,7 @@ export const UpdateProjectLink4$outboundSchema = z.object({
2080
1913
  projectNamespace: z.string(),
2081
1914
  projectOwnerId: z.number().optional(),
2082
1915
  projectUrl: z.string(),
2083
- type: UpdateProjectLinkProjectsResponse200Type$outboundSchema,
1916
+ type: z.literal("gitlab"),
2084
1917
  createdAt: z.number().optional(),
2085
1918
  deployHooks: z.array(z.lazy(() => UpdateProjectLinkProjectsResponse200DeployHooks$outboundSchema)),
2086
1919
  gitCredentialId: z.string(),
@@ -2095,10 +1928,6 @@ export function updateProjectLink4FromJSON(jsonString) {
2095
1928
  return safeParse(jsonString, (x) => UpdateProjectLink4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectLink4' from JSON`);
2096
1929
  }
2097
1930
  /** @internal */
2098
- export const UpdateProjectLinkProjectsResponseType$inboundSchema = z.nativeEnum(UpdateProjectLinkProjectsResponseType);
2099
- /** @internal */
2100
- export const UpdateProjectLinkProjectsResponseType$outboundSchema = UpdateProjectLinkProjectsResponseType$inboundSchema;
2101
- /** @internal */
2102
1931
  export const UpdateProjectLinkProjectsResponseDeployHooks$inboundSchema = z.object({
2103
1932
  createdAt: z.number().optional(),
2104
1933
  id: z.string(),
@@ -2126,7 +1955,7 @@ export const UpdateProjectLink3$inboundSchema = z.object({
2126
1955
  repoOwnerId: z.number().optional(),
2127
1956
  repo: z.string().optional(),
2128
1957
  repoId: z.number().optional(),
2129
- type: UpdateProjectLinkProjectsResponseType$inboundSchema,
1958
+ type: z.literal("github-custom-host"),
2130
1959
  host: z.string(),
2131
1960
  createdAt: z.number().optional(),
2132
1961
  deployHooks: z.array(z.lazy(() => UpdateProjectLinkProjectsResponseDeployHooks$inboundSchema)),
@@ -2141,7 +1970,7 @@ export const UpdateProjectLink3$outboundSchema = z.object({
2141
1970
  repoOwnerId: z.number().optional(),
2142
1971
  repo: z.string().optional(),
2143
1972
  repoId: z.number().optional(),
2144
- type: UpdateProjectLinkProjectsResponseType$outboundSchema,
1973
+ type: z.literal("github-custom-host"),
2145
1974
  host: z.string(),
2146
1975
  createdAt: z.number().optional(),
2147
1976
  deployHooks: z.array(z.lazy(() => UpdateProjectLinkProjectsResponseDeployHooks$outboundSchema)),
@@ -2157,10 +1986,6 @@ export function updateProjectLink3FromJSON(jsonString) {
2157
1986
  return safeParse(jsonString, (x) => UpdateProjectLink3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectLink3' from JSON`);
2158
1987
  }
2159
1988
  /** @internal */
2160
- export const UpdateProjectLinkProjectsType$inboundSchema = z.nativeEnum(UpdateProjectLinkProjectsType);
2161
- /** @internal */
2162
- export const UpdateProjectLinkProjectsType$outboundSchema = UpdateProjectLinkProjectsType$inboundSchema;
2163
- /** @internal */
2164
1989
  export const UpdateProjectLinkProjectsDeployHooks$inboundSchema = z.object({
2165
1990
  createdAt: z.number().optional(),
2166
1991
  id: z.string(),
@@ -2184,7 +2009,7 @@ export function updateProjectLinkProjectsDeployHooksFromJSON(jsonString) {
2184
2009
  }
2185
2010
  /** @internal */
2186
2011
  export const UpdateProjectLink2$inboundSchema = z.object({
2187
- type: UpdateProjectLinkProjectsType$inboundSchema,
2012
+ type: z.literal("github-limited"),
2188
2013
  repo: z.string().optional(),
2189
2014
  repoId: z.number().optional(),
2190
2015
  createdAt: z.number().optional(),
@@ -2198,7 +2023,7 @@ export const UpdateProjectLink2$inboundSchema = z.object({
2198
2023
  });
2199
2024
  /** @internal */
2200
2025
  export const UpdateProjectLink2$outboundSchema = z.object({
2201
- type: UpdateProjectLinkProjectsType$outboundSchema,
2026
+ type: z.literal("github-limited"),
2202
2027
  repo: z.string().optional(),
2203
2028
  repoId: z.number().optional(),
2204
2029
  createdAt: z.number().optional(),
@@ -2217,10 +2042,6 @@ export function updateProjectLink2FromJSON(jsonString) {
2217
2042
  return safeParse(jsonString, (x) => UpdateProjectLink2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectLink2' from JSON`);
2218
2043
  }
2219
2044
  /** @internal */
2220
- export const UpdateProjectLinkType$inboundSchema = z.nativeEnum(UpdateProjectLinkType);
2221
- /** @internal */
2222
- export const UpdateProjectLinkType$outboundSchema = UpdateProjectLinkType$inboundSchema;
2223
- /** @internal */
2224
2045
  export const UpdateProjectLinkDeployHooks$inboundSchema = z.object({
2225
2046
  createdAt: z.number().optional(),
2226
2047
  id: z.string(),
@@ -2248,7 +2069,7 @@ export const UpdateProjectLink1$inboundSchema = z.object({
2248
2069
  repoOwnerId: z.number().optional(),
2249
2070
  repo: z.string().optional(),
2250
2071
  repoId: z.number().optional(),
2251
- type: UpdateProjectLinkType$inboundSchema,
2072
+ type: z.literal("github"),
2252
2073
  createdAt: z.number().optional(),
2253
2074
  deployHooks: z.array(z.lazy(() => UpdateProjectLinkDeployHooks$inboundSchema)),
2254
2075
  gitCredentialId: z.string(),
@@ -2262,7 +2083,7 @@ export const UpdateProjectLink1$outboundSchema = z.object({
2262
2083
  repoOwnerId: z.number().optional(),
2263
2084
  repo: z.string().optional(),
2264
2085
  repoId: z.number().optional(),
2265
- type: UpdateProjectLinkType$outboundSchema,
2086
+ type: z.literal("github"),
2266
2087
  createdAt: z.number().optional(),
2267
2088
  deployHooks: z.array(z.lazy(() => UpdateProjectLinkDeployHooks$outboundSchema)),
2268
2089
  gitCredentialId: z.string(),
@@ -2278,19 +2099,19 @@ export function updateProjectLink1FromJSON(jsonString) {
2278
2099
  }
2279
2100
  /** @internal */
2280
2101
  export const UpdateProjectLink$inboundSchema = z.union([
2281
- z.lazy(() => UpdateProjectLink4$inboundSchema),
2282
- z.lazy(() => UpdateProjectLink5$inboundSchema),
2283
- z.lazy(() => UpdateProjectLink3$inboundSchema),
2284
2102
  z.lazy(() => UpdateProjectLink1$inboundSchema),
2285
2103
  z.lazy(() => UpdateProjectLink2$inboundSchema),
2104
+ z.lazy(() => UpdateProjectLink3$inboundSchema),
2105
+ z.lazy(() => UpdateProjectLink4$inboundSchema),
2106
+ z.lazy(() => UpdateProjectLink5$inboundSchema),
2286
2107
  ]);
2287
2108
  /** @internal */
2288
2109
  export const UpdateProjectLink$outboundSchema = z.union([
2289
- z.lazy(() => UpdateProjectLink4$outboundSchema),
2290
- z.lazy(() => UpdateProjectLink5$outboundSchema),
2291
- z.lazy(() => UpdateProjectLink3$outboundSchema),
2292
2110
  z.lazy(() => UpdateProjectLink1$outboundSchema),
2293
2111
  z.lazy(() => UpdateProjectLink2$outboundSchema),
2112
+ z.lazy(() => UpdateProjectLink3$outboundSchema),
2113
+ z.lazy(() => UpdateProjectLink4$outboundSchema),
2114
+ z.lazy(() => UpdateProjectLink5$outboundSchema),
2294
2115
  ]);
2295
2116
  export function updateProjectLinkToJSON(updateProjectLink) {
2296
2117
  return JSON.stringify(UpdateProjectLink$outboundSchema.parse(updateProjectLink));
@@ -3364,21 +3185,16 @@ export function updateProjectLastAliasRequestFromJSON(jsonString) {
3364
3185
  return safeParse(jsonString, (x) => UpdateProjectLastAliasRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectLastAliasRequest' from JSON`);
3365
3186
  }
3366
3187
  /** @internal */
3367
- export const UpdateProjectProtectionBypassProjectsScope$inboundSchema = z
3368
- .nativeEnum(UpdateProjectProtectionBypassProjectsScope);
3369
- /** @internal */
3370
- export const UpdateProjectProtectionBypassProjectsScope$outboundSchema = UpdateProjectProtectionBypassProjectsScope$inboundSchema;
3371
- /** @internal */
3372
3188
  export const UpdateProjectProtectionBypass2$inboundSchema = z.object({
3373
3189
  createdAt: z.number(),
3374
3190
  createdBy: z.string(),
3375
- scope: UpdateProjectProtectionBypassProjectsScope$inboundSchema,
3191
+ scope: z.literal("automation-bypass"),
3376
3192
  });
3377
3193
  /** @internal */
3378
3194
  export const UpdateProjectProtectionBypass2$outboundSchema = z.object({
3379
3195
  createdAt: z.number(),
3380
3196
  createdBy: z.string(),
3381
- scope: UpdateProjectProtectionBypassProjectsScope$outboundSchema,
3197
+ scope: z.literal("automation-bypass"),
3382
3198
  });
3383
3199
  export function updateProjectProtectionBypass2ToJSON(updateProjectProtectionBypass2) {
3384
3200
  return JSON.stringify(UpdateProjectProtectionBypass2$outboundSchema.parse(updateProjectProtectionBypass2));
@@ -3387,14 +3203,10 @@ export function updateProjectProtectionBypass2FromJSON(jsonString) {
3387
3203
  return safeParse(jsonString, (x) => UpdateProjectProtectionBypass2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectProtectionBypass2' from JSON`);
3388
3204
  }
3389
3205
  /** @internal */
3390
- export const UpdateProjectProtectionBypassScope$inboundSchema = z.nativeEnum(UpdateProjectProtectionBypassScope);
3391
- /** @internal */
3392
- export const UpdateProjectProtectionBypassScope$outboundSchema = UpdateProjectProtectionBypassScope$inboundSchema;
3393
- /** @internal */
3394
3206
  export const UpdateProjectProtectionBypass1$inboundSchema = z.object({
3395
3207
  createdAt: z.number(),
3396
3208
  createdBy: z.string(),
3397
- scope: UpdateProjectProtectionBypassScope$inboundSchema,
3209
+ scope: z.literal("integration-automation-bypass"),
3398
3210
  integrationId: z.string(),
3399
3211
  configurationId: z.string(),
3400
3212
  });
@@ -3402,7 +3214,7 @@ export const UpdateProjectProtectionBypass1$inboundSchema = z.object({
3402
3214
  export const UpdateProjectProtectionBypass1$outboundSchema = z.object({
3403
3215
  createdAt: z.number(),
3404
3216
  createdBy: z.string(),
3405
- scope: UpdateProjectProtectionBypassScope$outboundSchema,
3217
+ scope: z.literal("integration-automation-bypass"),
3406
3218
  integrationId: z.string(),
3407
3219
  configurationId: z.string(),
3408
3220
  });
@@ -3786,16 +3598,6 @@ export function updateProjectBlockFromJSON(jsonString) {
3786
3598
  return safeParse(jsonString, (x) => UpdateProjectBlock$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectBlock' from JSON`);
3787
3599
  }
3788
3600
  /** @internal */
3789
- export const UpdateProjectBlockHistoryProjectsResponse200Action$inboundSchema = z
3790
- .nativeEnum(UpdateProjectBlockHistoryProjectsResponse200Action);
3791
- /** @internal */
3792
- export const UpdateProjectBlockHistoryProjectsResponse200Action$outboundSchema = UpdateProjectBlockHistoryProjectsResponse200Action$inboundSchema;
3793
- /** @internal */
3794
- export const UpdateProjectHasProjectsResponse200Type$inboundSchema = z
3795
- .nativeEnum(UpdateProjectHasProjectsResponse200Type);
3796
- /** @internal */
3797
- export const UpdateProjectHasProjectsResponse200Type$outboundSchema = UpdateProjectHasProjectsResponse200Type$inboundSchema;
3798
- /** @internal */
3799
3601
  export const UpdateProjectHasProjectsResponse200Value$inboundSchema = z.object({
3800
3602
  eq: z.string(),
3801
3603
  });
@@ -3811,12 +3613,12 @@ export function updateProjectHasProjectsResponse200ValueFromJSON(jsonString) {
3811
3613
  }
3812
3614
  /** @internal */
3813
3615
  export const UpdateProjectHasProjects2$inboundSchema = z.object({
3814
- type: UpdateProjectHasProjectsResponse200Type$inboundSchema,
3616
+ type: z.literal("host"),
3815
3617
  value: z.lazy(() => UpdateProjectHasProjectsResponse200Value$inboundSchema),
3816
3618
  });
3817
3619
  /** @internal */
3818
3620
  export const UpdateProjectHasProjects2$outboundSchema = z.object({
3819
- type: UpdateProjectHasProjectsResponse200Type$outboundSchema,
3621
+ type: z.literal("host"),
3820
3622
  value: z.lazy(() => UpdateProjectHasProjectsResponse200Value$outboundSchema),
3821
3623
  });
3822
3624
  export function updateProjectHasProjects2ToJSON(updateProjectHasProjects2) {
@@ -3826,10 +3628,6 @@ export function updateProjectHasProjects2FromJSON(jsonString) {
3826
3628
  return safeParse(jsonString, (x) => UpdateProjectHasProjects2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectHasProjects2' from JSON`);
3827
3629
  }
3828
3630
  /** @internal */
3829
- export const UpdateProjectHasProjectsResponseType$inboundSchema = z.nativeEnum(UpdateProjectHasProjectsResponseType);
3830
- /** @internal */
3831
- export const UpdateProjectHasProjectsResponseType$outboundSchema = UpdateProjectHasProjectsResponseType$inboundSchema;
3832
- /** @internal */
3833
3631
  export const UpdateProjectHasProjectsKey$inboundSchema = z.nativeEnum(UpdateProjectHasProjectsKey);
3834
3632
  /** @internal */
3835
3633
  export const UpdateProjectHasProjectsKey$outboundSchema = UpdateProjectHasProjectsKey$inboundSchema;
@@ -3849,13 +3647,13 @@ export function updateProjectHasProjectsResponseValueFromJSON(jsonString) {
3849
3647
  }
3850
3648
  /** @internal */
3851
3649
  export const UpdateProjectHasProjects1$inboundSchema = z.object({
3852
- type: UpdateProjectHasProjectsResponseType$inboundSchema,
3650
+ type: z.literal("header"),
3853
3651
  key: UpdateProjectHasProjectsKey$inboundSchema,
3854
3652
  value: z.lazy(() => UpdateProjectHasProjectsResponseValue$inboundSchema),
3855
3653
  });
3856
3654
  /** @internal */
3857
3655
  export const UpdateProjectHasProjects1$outboundSchema = z.object({
3858
- type: UpdateProjectHasProjectsResponseType$outboundSchema,
3656
+ type: z.literal("header"),
3859
3657
  key: UpdateProjectHasProjectsKey$outboundSchema,
3860
3658
  value: z.lazy(() => UpdateProjectHasProjectsResponseValue$outboundSchema),
3861
3659
  });
@@ -3957,7 +3755,7 @@ export function updateProjectBlockHistoryProjectsRouteFromJSON(jsonString) {
3957
3755
  }
3958
3756
  /** @internal */
3959
3757
  export const UpdateProjectBlockHistory4$inboundSchema = z.object({
3960
- action: UpdateProjectBlockHistoryProjectsResponse200Action$inboundSchema,
3758
+ action: z.literal("route-unblocked"),
3961
3759
  route: z.union([
3962
3760
  z.lazy(() => UpdateProjectRouteProjects1$inboundSchema),
3963
3761
  z.lazy(() => UpdateProjectRouteProjects2$inboundSchema),
@@ -3971,7 +3769,7 @@ export const UpdateProjectBlockHistory4$inboundSchema = z.object({
3971
3769
  });
3972
3770
  /** @internal */
3973
3771
  export const UpdateProjectBlockHistory4$outboundSchema = z.object({
3974
- action: UpdateProjectBlockHistoryProjectsResponse200Action$outboundSchema,
3772
+ action: z.literal("route-unblocked"),
3975
3773
  route: z.union([
3976
3774
  z.lazy(() => UpdateProjectRouteProjects1$outboundSchema),
3977
3775
  z.lazy(() => UpdateProjectRouteProjects2$outboundSchema),
@@ -3990,15 +3788,6 @@ export function updateProjectBlockHistory4FromJSON(jsonString) {
3990
3788
  return safeParse(jsonString, (x) => UpdateProjectBlockHistory4$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectBlockHistory4' from JSON`);
3991
3789
  }
3992
3790
  /** @internal */
3993
- export const UpdateProjectBlockHistoryProjectsResponseAction$inboundSchema = z
3994
- .nativeEnum(UpdateProjectBlockHistoryProjectsResponseAction);
3995
- /** @internal */
3996
- export const UpdateProjectBlockHistoryProjectsResponseAction$outboundSchema = UpdateProjectBlockHistoryProjectsResponseAction$inboundSchema;
3997
- /** @internal */
3998
- export const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType);
3999
- /** @internal */
4000
- export const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema = UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
4001
- /** @internal */
4002
3791
  export const UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema = z.object({
4003
3792
  eq: z.string(),
4004
3793
  });
@@ -4016,12 +3805,12 @@ export function updateProjectHasProjectsResponse200ApplicationJSONResponseBodyVa
4016
3805
  }
4017
3806
  /** @internal */
4018
3807
  export const UpdateProjectHasProjectsResponse2$inboundSchema = z.object({
4019
- type: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
3808
+ type: z.literal("host"),
4020
3809
  value: z.lazy(() => UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema),
4021
3810
  });
4022
3811
  /** @internal */
4023
3812
  export const UpdateProjectHasProjectsResponse2$outboundSchema = z.object({
4024
- type: UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
3813
+ type: z.literal("host"),
4025
3814
  value: z.lazy(() => UpdateProjectHasProjectsResponse200ApplicationJSONResponseBodyValue$outboundSchema),
4026
3815
  });
4027
3816
  export function updateProjectHasProjectsResponse2ToJSON(updateProjectHasProjectsResponse2) {
@@ -4031,10 +3820,6 @@ export function updateProjectHasProjectsResponse2FromJSON(jsonString) {
4031
3820
  return safeParse(jsonString, (x) => UpdateProjectHasProjectsResponse2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectHasProjectsResponse2' from JSON`);
4032
3821
  }
4033
3822
  /** @internal */
4034
- export const UpdateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(UpdateProjectHasProjectsResponse200ApplicationJSONType);
4035
- /** @internal */
4036
- export const UpdateProjectHasProjectsResponse200ApplicationJSONType$outboundSchema = UpdateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema;
4037
- /** @internal */
4038
3823
  export const UpdateProjectHasProjectsResponseKey$inboundSchema = z.nativeEnum(UpdateProjectHasProjectsResponseKey);
4039
3824
  /** @internal */
4040
3825
  export const UpdateProjectHasProjectsResponseKey$outboundSchema = UpdateProjectHasProjectsResponseKey$inboundSchema;
@@ -4056,13 +3841,13 @@ export function updateProjectHasProjectsResponse200ApplicationJSONValueFromJSON(
4056
3841
  }
4057
3842
  /** @internal */
4058
3843
  export const UpdateProjectHasProjectsResponse1$inboundSchema = z.object({
4059
- type: UpdateProjectHasProjectsResponse200ApplicationJSONType$inboundSchema,
3844
+ type: z.literal("header"),
4060
3845
  key: UpdateProjectHasProjectsResponseKey$inboundSchema,
4061
3846
  value: z.lazy(() => UpdateProjectHasProjectsResponse200ApplicationJSONValue$inboundSchema),
4062
3847
  });
4063
3848
  /** @internal */
4064
3849
  export const UpdateProjectHasProjectsResponse1$outboundSchema = z.object({
4065
- type: UpdateProjectHasProjectsResponse200ApplicationJSONType$outboundSchema,
3850
+ type: z.literal("header"),
4066
3851
  key: UpdateProjectHasProjectsResponseKey$outboundSchema,
4067
3852
  value: z.lazy(() => UpdateProjectHasProjectsResponse200ApplicationJSONValue$outboundSchema),
4068
3853
  });
@@ -4164,7 +3949,7 @@ export function updateProjectBlockHistoryRouteFromJSON(jsonString) {
4164
3949
  }
4165
3950
  /** @internal */
4166
3951
  export const UpdateProjectBlockHistory3$inboundSchema = z.object({
4167
- action: UpdateProjectBlockHistoryProjectsResponseAction$inboundSchema,
3952
+ action: z.literal("route-blocked"),
4168
3953
  route: z.union([
4169
3954
  z.lazy(() => UpdateProjectRoute1$inboundSchema),
4170
3955
  z.lazy(() => UpdateProjectRoute2$inboundSchema),
@@ -4178,7 +3963,7 @@ export const UpdateProjectBlockHistory3$inboundSchema = z.object({
4178
3963
  });
4179
3964
  /** @internal */
4180
3965
  export const UpdateProjectBlockHistory3$outboundSchema = z.object({
4181
- action: UpdateProjectBlockHistoryProjectsResponseAction$outboundSchema,
3966
+ action: z.literal("route-blocked"),
4182
3967
  route: z.union([
4183
3968
  z.lazy(() => UpdateProjectRoute1$outboundSchema),
4184
3969
  z.lazy(() => UpdateProjectRoute2$outboundSchema),
@@ -4197,13 +3982,8 @@ export function updateProjectBlockHistory3FromJSON(jsonString) {
4197
3982
  return safeParse(jsonString, (x) => UpdateProjectBlockHistory3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectBlockHistory3' from JSON`);
4198
3983
  }
4199
3984
  /** @internal */
4200
- export const UpdateProjectBlockHistoryProjectsAction$inboundSchema = z
4201
- .nativeEnum(UpdateProjectBlockHistoryProjectsAction);
4202
- /** @internal */
4203
- export const UpdateProjectBlockHistoryProjectsAction$outboundSchema = UpdateProjectBlockHistoryProjectsAction$inboundSchema;
4204
- /** @internal */
4205
3985
  export const UpdateProjectBlockHistory2$inboundSchema = z.object({
4206
- action: UpdateProjectBlockHistoryProjectsAction$inboundSchema,
3986
+ action: z.literal("unblocked"),
4207
3987
  createdAt: z.number(),
4208
3988
  caseId: z.string().optional(),
4209
3989
  actor: z.string().optional(),
@@ -4212,7 +3992,7 @@ export const UpdateProjectBlockHistory2$inboundSchema = z.object({
4212
3992
  });
4213
3993
  /** @internal */
4214
3994
  export const UpdateProjectBlockHistory2$outboundSchema = z.object({
4215
- action: UpdateProjectBlockHistoryProjectsAction$outboundSchema,
3995
+ action: z.literal("unblocked"),
4216
3996
  createdAt: z.number(),
4217
3997
  caseId: z.string().optional(),
4218
3998
  actor: z.string().optional(),
@@ -4226,12 +4006,8 @@ export function updateProjectBlockHistory2FromJSON(jsonString) {
4226
4006
  return safeParse(jsonString, (x) => UpdateProjectBlockHistory2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectBlockHistory2' from JSON`);
4227
4007
  }
4228
4008
  /** @internal */
4229
- export const UpdateProjectBlockHistoryAction$inboundSchema = z.nativeEnum(UpdateProjectBlockHistoryAction);
4230
- /** @internal */
4231
- export const UpdateProjectBlockHistoryAction$outboundSchema = UpdateProjectBlockHistoryAction$inboundSchema;
4232
- /** @internal */
4233
4009
  export const UpdateProjectBlockHistory1$inboundSchema = z.object({
4234
- action: UpdateProjectBlockHistoryAction$inboundSchema,
4010
+ action: z.literal("blocked"),
4235
4011
  reason: z.string(),
4236
4012
  statusCode: z.number(),
4237
4013
  createdAt: z.number(),
@@ -4242,7 +4018,7 @@ export const UpdateProjectBlockHistory1$inboundSchema = z.object({
4242
4018
  });
4243
4019
  /** @internal */
4244
4020
  export const UpdateProjectBlockHistory1$outboundSchema = z.object({
4245
- action: UpdateProjectBlockHistoryAction$outboundSchema,
4021
+ action: z.literal("blocked"),
4246
4022
  reason: z.string(),
4247
4023
  statusCode: z.number(),
4248
4024
  createdAt: z.number(),
@@ -4260,16 +4036,16 @@ export function updateProjectBlockHistory1FromJSON(jsonString) {
4260
4036
  /** @internal */
4261
4037
  export const UpdateProjectBlockHistory$inboundSchema = z.union([
4262
4038
  z.lazy(() => UpdateProjectBlockHistory1$inboundSchema),
4039
+ z.lazy(() => UpdateProjectBlockHistory2$inboundSchema),
4263
4040
  z.lazy(() => UpdateProjectBlockHistory3$inboundSchema),
4264
4041
  z.lazy(() => UpdateProjectBlockHistory4$inboundSchema),
4265
- z.lazy(() => UpdateProjectBlockHistory2$inboundSchema),
4266
4042
  ]);
4267
4043
  /** @internal */
4268
4044
  export const UpdateProjectBlockHistory$outboundSchema = z.union([
4269
4045
  z.lazy(() => UpdateProjectBlockHistory1$outboundSchema),
4046
+ z.lazy(() => UpdateProjectBlockHistory2$outboundSchema),
4270
4047
  z.lazy(() => UpdateProjectBlockHistory3$outboundSchema),
4271
4048
  z.lazy(() => UpdateProjectBlockHistory4$outboundSchema),
4272
- z.lazy(() => UpdateProjectBlockHistory2$outboundSchema),
4273
4049
  ]);
4274
4050
  export function updateProjectBlockHistoryToJSON(updateProjectBlockHistory) {
4275
4051
  return JSON.stringify(UpdateProjectBlockHistory$outboundSchema.parse(updateProjectBlockHistory));
@@ -4285,9 +4061,9 @@ export const UpdateProjectAbuse$inboundSchema = z.object({
4285
4061
  block: z.lazy(() => UpdateProjectBlock$inboundSchema).optional(),
4286
4062
  blockHistory: z.array(z.union([
4287
4063
  z.lazy(() => UpdateProjectBlockHistory1$inboundSchema),
4064
+ z.lazy(() => UpdateProjectBlockHistory2$inboundSchema),
4288
4065
  z.lazy(() => UpdateProjectBlockHistory3$inboundSchema),
4289
4066
  z.lazy(() => UpdateProjectBlockHistory4$inboundSchema),
4290
- z.lazy(() => UpdateProjectBlockHistory2$inboundSchema),
4291
4067
  ])).optional(),
4292
4068
  interstitial: z.boolean().optional(),
4293
4069
  });
@@ -4299,9 +4075,9 @@ export const UpdateProjectAbuse$outboundSchema = z.object({
4299
4075
  block: z.lazy(() => UpdateProjectBlock$outboundSchema).optional(),
4300
4076
  blockHistory: z.array(z.union([
4301
4077
  z.lazy(() => UpdateProjectBlockHistory1$outboundSchema),
4078
+ z.lazy(() => UpdateProjectBlockHistory2$outboundSchema),
4302
4079
  z.lazy(() => UpdateProjectBlockHistory3$outboundSchema),
4303
4080
  z.lazy(() => UpdateProjectBlockHistory4$outboundSchema),
4304
- z.lazy(() => UpdateProjectBlockHistory2$outboundSchema),
4305
4081
  ])).optional(),
4306
4082
  interstitial: z.boolean().optional(),
4307
4083
  });
@@ -4312,10 +4088,6 @@ export function updateProjectAbuseFromJSON(jsonString) {
4312
4088
  return safeParse(jsonString, (x) => UpdateProjectAbuse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectAbuse' from JSON`);
4313
4089
  }
4314
4090
  /** @internal */
4315
- export const UpdateProjectHasProjectsType$inboundSchema = z.nativeEnum(UpdateProjectHasProjectsType);
4316
- /** @internal */
4317
- export const UpdateProjectHasProjectsType$outboundSchema = UpdateProjectHasProjectsType$inboundSchema;
4318
- /** @internal */
4319
4091
  export const UpdateProjectHasProjectsValue$inboundSchema = z.object({
4320
4092
  eq: z.string(),
4321
4093
  });
@@ -4331,12 +4103,12 @@ export function updateProjectHasProjectsValueFromJSON(jsonString) {
4331
4103
  }
4332
4104
  /** @internal */
4333
4105
  export const UpdateProjectHas2$inboundSchema = z.object({
4334
- type: UpdateProjectHasProjectsType$inboundSchema,
4106
+ type: z.literal("host"),
4335
4107
  value: z.lazy(() => UpdateProjectHasProjectsValue$inboundSchema),
4336
4108
  });
4337
4109
  /** @internal */
4338
4110
  export const UpdateProjectHas2$outboundSchema = z.object({
4339
- type: UpdateProjectHasProjectsType$outboundSchema,
4111
+ type: z.literal("host"),
4340
4112
  value: z.lazy(() => UpdateProjectHasProjectsValue$outboundSchema),
4341
4113
  });
4342
4114
  export function updateProjectHas2ToJSON(updateProjectHas2) {
@@ -4346,10 +4118,6 @@ export function updateProjectHas2FromJSON(jsonString) {
4346
4118
  return safeParse(jsonString, (x) => UpdateProjectHas2$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateProjectHas2' from JSON`);
4347
4119
  }
4348
4120
  /** @internal */
4349
- export const UpdateProjectHasType$inboundSchema = z.nativeEnum(UpdateProjectHasType);
4350
- /** @internal */
4351
- export const UpdateProjectHasType$outboundSchema = UpdateProjectHasType$inboundSchema;
4352
- /** @internal */
4353
4121
  export const UpdateProjectHasKey$inboundSchema = z.nativeEnum(UpdateProjectHasKey);
4354
4122
  /** @internal */
4355
4123
  export const UpdateProjectHasKey$outboundSchema = UpdateProjectHasKey$inboundSchema;
@@ -4369,13 +4137,13 @@ export function updateProjectHasValueFromJSON(jsonString) {
4369
4137
  }
4370
4138
  /** @internal */
4371
4139
  export const UpdateProjectHas1$inboundSchema = z.object({
4372
- type: UpdateProjectHasType$inboundSchema,
4140
+ type: z.literal("header"),
4373
4141
  key: UpdateProjectHasKey$inboundSchema,
4374
4142
  value: z.lazy(() => UpdateProjectHasValue$inboundSchema),
4375
4143
  });
4376
4144
  /** @internal */
4377
4145
  export const UpdateProjectHas1$outboundSchema = z.object({
4378
- type: UpdateProjectHasType$outboundSchema,
4146
+ type: z.literal("header"),
4379
4147
  key: UpdateProjectHasKey$outboundSchema,
4380
4148
  value: z.lazy(() => UpdateProjectHasValue$outboundSchema),
4381
4149
  });
@@ -4599,11 +4367,11 @@ export const UpdateProjectResponseBody$inboundSchema = z.object({
4599
4367
  .optional(),
4600
4368
  latestDeployments: z.array(z.lazy(() => UpdateProjectLatestDeployments$inboundSchema)).optional(),
4601
4369
  link: z.union([
4602
- z.lazy(() => UpdateProjectLink4$inboundSchema),
4603
- z.lazy(() => UpdateProjectLink5$inboundSchema),
4604
- z.lazy(() => UpdateProjectLink3$inboundSchema),
4605
4370
  z.lazy(() => UpdateProjectLink1$inboundSchema),
4606
4371
  z.lazy(() => UpdateProjectLink2$inboundSchema),
4372
+ z.lazy(() => UpdateProjectLink3$inboundSchema),
4373
+ z.lazy(() => UpdateProjectLink4$inboundSchema),
4374
+ z.lazy(() => UpdateProjectLink5$inboundSchema),
4607
4375
  ]).optional(),
4608
4376
  microfrontends: z.union([
4609
4377
  z.lazy(() => UpdateProjectMicrofrontends1$inboundSchema),
@@ -4705,11 +4473,11 @@ export const UpdateProjectResponseBody$outboundSchema = z.object({
4705
4473
  .optional(),
4706
4474
  latestDeployments: z.array(z.lazy(() => UpdateProjectLatestDeployments$outboundSchema)).optional(),
4707
4475
  link: z.union([
4708
- z.lazy(() => UpdateProjectLink4$outboundSchema),
4709
- z.lazy(() => UpdateProjectLink5$outboundSchema),
4710
- z.lazy(() => UpdateProjectLink3$outboundSchema),
4711
4476
  z.lazy(() => UpdateProjectLink1$outboundSchema),
4712
4477
  z.lazy(() => UpdateProjectLink2$outboundSchema),
4478
+ z.lazy(() => UpdateProjectLink3$outboundSchema),
4479
+ z.lazy(() => UpdateProjectLink4$outboundSchema),
4480
+ z.lazy(() => UpdateProjectLink5$outboundSchema),
4713
4481
  ]).optional(),
4714
4482
  microfrontends: z.union([
4715
4483
  z.lazy(() => UpdateProjectMicrofrontends1$outboundSchema),