@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
@@ -254,222 +254,85 @@ export const GetProjectsType = {
254
254
  } as const;
255
255
  export type GetProjectsType = ClosedEnum<typeof GetProjectsType>;
256
256
 
257
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type =
258
- {
259
- FlagsConnectionString: "flags-connection-string",
260
- } as const;
261
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type =
262
- ClosedEnum<
263
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type
264
- >;
265
-
266
257
  export type GetProjectsContentHint15 = {
267
- type:
268
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type;
258
+ type: "flags-connection-string";
269
259
  projectId: string;
270
260
  };
271
261
 
272
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type =
273
- {
274
- IntegrationStoreSecret: "integration-store-secret",
275
- } as const;
276
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type =
277
- ClosedEnum<
278
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type
279
- >;
280
-
281
262
  export type GetProjectsContentHint14 = {
282
- type:
283
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type;
263
+ type: "integration-store-secret";
284
264
  storeId: string;
285
265
  integrationId: string;
286
266
  integrationProductId: string;
287
267
  integrationConfigurationId: string;
288
268
  };
289
269
 
290
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type =
291
- {
292
- PostgresUrlNoSsl: "postgres-url-no-ssl",
293
- } as const;
294
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type =
295
- ClosedEnum<
296
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type
297
- >;
298
-
299
270
  export type GetProjectsContentHint13 = {
300
- type:
301
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type;
271
+ type: "postgres-url-no-ssl";
302
272
  storeId: string;
303
273
  };
304
274
 
305
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type =
306
- {
307
- PostgresDatabase: "postgres-database",
308
- } as const;
309
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type =
310
- ClosedEnum<
311
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type
312
- >;
313
-
314
275
  export type GetProjectsContentHint12 = {
315
- type:
316
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type;
276
+ type: "postgres-database";
317
277
  storeId: string;
318
278
  };
319
279
 
320
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type =
321
- {
322
- PostgresPassword: "postgres-password",
323
- } as const;
324
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type =
325
- ClosedEnum<
326
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type
327
- >;
328
-
329
280
  export type GetProjectsContentHint11 = {
330
- type:
331
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type;
281
+ type: "postgres-password";
332
282
  storeId: string;
333
283
  };
334
284
 
335
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type =
336
- {
337
- PostgresHost: "postgres-host",
338
- } as const;
339
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type =
340
- ClosedEnum<
341
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type
342
- >;
343
-
344
285
  export type GetProjectsContentHint10 = {
345
- type:
346
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type;
286
+ type: "postgres-host";
347
287
  storeId: string;
348
288
  };
349
289
 
350
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type =
351
- {
352
- PostgresUser: "postgres-user",
353
- } as const;
354
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type =
355
- ClosedEnum<
356
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type
357
- >;
358
-
359
290
  export type GetProjectsContentHint9 = {
360
- type:
361
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type;
291
+ type: "postgres-user";
362
292
  storeId: string;
363
293
  };
364
294
 
365
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType =
366
- {
367
- PostgresPrismaUrl: "postgres-prisma-url",
368
- } as const;
369
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType =
370
- ClosedEnum<
371
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType
372
- >;
373
-
374
295
  export type GetProjectsContentHint8 = {
375
- type:
376
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType;
296
+ type: "postgres-prisma-url";
377
297
  storeId: string;
378
298
  };
379
299
 
380
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType =
381
- {
382
- PostgresUrlNonPooling: "postgres-url-non-pooling",
383
- } as const;
384
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType =
385
- ClosedEnum<
386
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType
387
- >;
388
-
389
300
  export type GetProjectsContentHint7 = {
390
- type:
391
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType;
301
+ type: "postgres-url-non-pooling";
392
302
  storeId: string;
393
303
  };
394
304
 
395
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType =
396
- {
397
- PostgresUrl: "postgres-url",
398
- } as const;
399
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType =
400
- ClosedEnum<
401
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType
402
- >;
403
-
404
305
  export type GetProjectsContentHint6 = {
405
- type:
406
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType;
306
+ type: "postgres-url";
407
307
  storeId: string;
408
308
  };
409
309
 
410
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONType = {
411
- BlobReadWriteToken: "blob-read-write-token",
412
- } as const;
413
- export type GetProjectsContentHintProjectsResponse200ApplicationJSONType =
414
- ClosedEnum<
415
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONType
416
- >;
417
-
418
310
  export type GetProjectsContentHint5 = {
419
- type: GetProjectsContentHintProjectsResponse200ApplicationJSONType;
311
+ type: "blob-read-write-token";
420
312
  storeId: string;
421
313
  };
422
314
 
423
- export const GetProjectsContentHintProjectsResponse200Type = {
424
- RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
425
- } as const;
426
- export type GetProjectsContentHintProjectsResponse200Type = ClosedEnum<
427
- typeof GetProjectsContentHintProjectsResponse200Type
428
- >;
429
-
430
315
  export type GetProjectsContentHint4 = {
431
- type: GetProjectsContentHintProjectsResponse200Type;
316
+ type: "redis-rest-api-read-only-token";
432
317
  storeId: string;
433
318
  };
434
319
 
435
- export const GetProjectsContentHintProjectsResponseType = {
436
- RedisRestApiToken: "redis-rest-api-token",
437
- } as const;
438
- export type GetProjectsContentHintProjectsResponseType = ClosedEnum<
439
- typeof GetProjectsContentHintProjectsResponseType
440
- >;
441
-
442
320
  export type GetProjectsContentHint3 = {
443
- type: GetProjectsContentHintProjectsResponseType;
321
+ type: "redis-rest-api-token";
444
322
  storeId: string;
445
323
  };
446
324
 
447
- export const GetProjectsContentHintProjectsType = {
448
- RedisRestApiUrl: "redis-rest-api-url",
449
- } as const;
450
- export type GetProjectsContentHintProjectsType = ClosedEnum<
451
- typeof GetProjectsContentHintProjectsType
452
- >;
453
-
454
325
  export type GetProjectsContentHint2 = {
455
- type: GetProjectsContentHintProjectsType;
326
+ type: "redis-rest-api-url";
456
327
  storeId: string;
457
328
  };
458
329
 
459
- export const GetProjectsContentHintType = {
460
- RedisUrl: "redis-url",
461
- } as const;
462
- export type GetProjectsContentHintType = ClosedEnum<
463
- typeof GetProjectsContentHintType
464
- >;
465
-
466
330
  export type GetProjectsContentHint1 = {
467
- type: GetProjectsContentHintType;
331
+ type: "redis-url";
468
332
  storeId: string;
469
333
  };
470
334
 
471
335
  export type GetProjectsContentHint =
472
- | GetProjectsContentHint14
473
336
  | GetProjectsContentHint1
474
337
  | GetProjectsContentHint2
475
338
  | GetProjectsContentHint3
@@ -483,6 +346,7 @@ export type GetProjectsContentHint =
483
346
  | GetProjectsContentHint11
484
347
  | GetProjectsContentHint12
485
348
  | GetProjectsContentHint13
349
+ | GetProjectsContentHint14
486
350
  | GetProjectsContentHint15;
487
351
 
488
352
  export const GetProjectsProjectsResponse200ApplicationJSONResponseBodyType = {
@@ -525,7 +389,6 @@ export type GetProjectsEnv = {
525
389
  edgeConfigId?: string | null | undefined;
526
390
  edgeConfigTokenId?: string | null | undefined;
527
391
  contentHint?:
528
- | GetProjectsContentHint14
529
392
  | GetProjectsContentHint1
530
393
  | GetProjectsContentHint2
531
394
  | GetProjectsContentHint3
@@ -539,6 +402,7 @@ export type GetProjectsEnv = {
539
402
  | GetProjectsContentHint11
540
403
  | GetProjectsContentHint12
541
404
  | GetProjectsContentHint13
405
+ | GetProjectsContentHint14
542
406
  | GetProjectsContentHint15
543
407
  | null
544
408
  | undefined;
@@ -893,13 +757,6 @@ export type GetProjectsLatestDeployments = {
893
757
  withCache?: boolean | undefined;
894
758
  };
895
759
 
896
- export const GetProjectsLinkProjectsResponse200ApplicationJSONType = {
897
- Bitbucket: "bitbucket",
898
- } as const;
899
- export type GetProjectsLinkProjectsResponse200ApplicationJSONType = ClosedEnum<
900
- typeof GetProjectsLinkProjectsResponse200ApplicationJSONType
901
- >;
902
-
903
760
  export type GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks = {
904
761
  createdAt?: number | undefined;
905
762
  id: string;
@@ -912,7 +769,7 @@ export type GetProjectsLink5 = {
912
769
  name: string;
913
770
  slug: string;
914
771
  owner: string;
915
- type: GetProjectsLinkProjectsResponse200ApplicationJSONType;
772
+ type: "bitbucket";
916
773
  uuid: string;
917
774
  workspaceUuid: string;
918
775
  createdAt?: number | undefined;
@@ -925,13 +782,6 @@ export type GetProjectsLink5 = {
925
782
  productionBranch: string;
926
783
  };
927
784
 
928
- export const GetProjectsLinkProjectsResponse200Type = {
929
- Gitlab: "gitlab",
930
- } as const;
931
- export type GetProjectsLinkProjectsResponse200Type = ClosedEnum<
932
- typeof GetProjectsLinkProjectsResponse200Type
933
- >;
934
-
935
785
  export type GetProjectsLinkProjectsResponse200DeployHooks = {
936
786
  createdAt?: number | undefined;
937
787
  id: string;
@@ -950,7 +800,7 @@ export type GetProjectsLink4 = {
950
800
  */
951
801
  projectOwnerId?: number | undefined;
952
802
  projectUrl: string;
953
- type: GetProjectsLinkProjectsResponse200Type;
803
+ type: "gitlab";
954
804
  createdAt?: number | undefined;
955
805
  deployHooks: Array<GetProjectsLinkProjectsResponse200DeployHooks>;
956
806
  gitCredentialId: string;
@@ -959,13 +809,6 @@ export type GetProjectsLink4 = {
959
809
  productionBranch: string;
960
810
  };
961
811
 
962
- export const GetProjectsLinkProjectsResponseType = {
963
- GithubCustomHost: "github-custom-host",
964
- } as const;
965
- export type GetProjectsLinkProjectsResponseType = ClosedEnum<
966
- typeof GetProjectsLinkProjectsResponseType
967
- >;
968
-
969
812
  export type GetProjectsLinkProjectsResponseDeployHooks = {
970
813
  createdAt?: number | undefined;
971
814
  id: string;
@@ -982,7 +825,7 @@ export type GetProjectsLink3 = {
982
825
  repoOwnerId?: number | undefined;
983
826
  repo?: string | undefined;
984
827
  repoId?: number | undefined;
985
- type: GetProjectsLinkProjectsResponseType;
828
+ type: "github-custom-host";
986
829
  host: string;
987
830
  createdAt?: number | undefined;
988
831
  deployHooks: Array<GetProjectsLinkProjectsResponseDeployHooks>;
@@ -992,13 +835,6 @@ export type GetProjectsLink3 = {
992
835
  productionBranch: string;
993
836
  };
994
837
 
995
- export const GetProjectsLinkProjectsType = {
996
- GithubLimited: "github-limited",
997
- } as const;
998
- export type GetProjectsLinkProjectsType = ClosedEnum<
999
- typeof GetProjectsLinkProjectsType
1000
- >;
1001
-
1002
838
  export type GetProjectsLinkProjectsDeployHooks = {
1003
839
  createdAt?: number | undefined;
1004
840
  id: string;
@@ -1008,7 +844,7 @@ export type GetProjectsLinkProjectsDeployHooks = {
1008
844
  };
1009
845
 
1010
846
  export type GetProjectsLink2 = {
1011
- type: GetProjectsLinkProjectsType;
847
+ type: "github-limited";
1012
848
  repo?: string | undefined;
1013
849
  repoId?: number | undefined;
1014
850
  createdAt?: number | undefined;
@@ -1024,11 +860,6 @@ export type GetProjectsLink2 = {
1024
860
  productionBranch: string;
1025
861
  };
1026
862
 
1027
- export const GetProjectsLinkType = {
1028
- Github: "github",
1029
- } as const;
1030
- export type GetProjectsLinkType = ClosedEnum<typeof GetProjectsLinkType>;
1031
-
1032
863
  export type GetProjectsLinkDeployHooks = {
1033
864
  createdAt?: number | undefined;
1034
865
  id: string;
@@ -1045,7 +876,7 @@ export type GetProjectsLink1 = {
1045
876
  repoOwnerId?: number | undefined;
1046
877
  repo?: string | undefined;
1047
878
  repoId?: number | undefined;
1048
- type: GetProjectsLinkType;
879
+ type: "github";
1049
880
  createdAt?: number | undefined;
1050
881
  deployHooks: Array<GetProjectsLinkDeployHooks>;
1051
882
  gitCredentialId: string;
@@ -1055,11 +886,11 @@ export type GetProjectsLink1 = {
1055
886
  };
1056
887
 
1057
888
  export type GetProjectsLink =
1058
- | GetProjectsLink4
1059
- | GetProjectsLink5
1060
- | GetProjectsLink3
1061
889
  | GetProjectsLink1
1062
- | GetProjectsLink2;
890
+ | GetProjectsLink2
891
+ | GetProjectsLink3
892
+ | GetProjectsLink4
893
+ | GetProjectsLink5;
1063
894
 
1064
895
  export type GetProjectsMicrofrontends3 = {
1065
896
  updatedAt: number;
@@ -1705,30 +1536,16 @@ export type GetProjectsLastAliasRequest = {
1705
1536
  type: GetProjectsProjectsResponse200ApplicationJSONType;
1706
1537
  };
1707
1538
 
1708
- export const GetProjectsProtectionBypassProjectsScope = {
1709
- AutomationBypass: "automation-bypass",
1710
- } as const;
1711
- export type GetProjectsProtectionBypassProjectsScope = ClosedEnum<
1712
- typeof GetProjectsProtectionBypassProjectsScope
1713
- >;
1714
-
1715
1539
  export type GetProjectsProtectionBypass2 = {
1716
1540
  createdAt: number;
1717
1541
  createdBy: string;
1718
- scope: GetProjectsProtectionBypassProjectsScope;
1542
+ scope: "automation-bypass";
1719
1543
  };
1720
1544
 
1721
- export const GetProjectsProtectionBypassScope = {
1722
- IntegrationAutomationBypass: "integration-automation-bypass",
1723
- } as const;
1724
- export type GetProjectsProtectionBypassScope = ClosedEnum<
1725
- typeof GetProjectsProtectionBypassScope
1726
- >;
1727
-
1728
1545
  export type GetProjectsProtectionBypass1 = {
1729
1546
  createdAt: number;
1730
1547
  createdBy: string;
1731
- scope: GetProjectsProtectionBypassScope;
1548
+ scope: "integration-automation-bypass";
1732
1549
  integrationId: string;
1733
1550
  configurationId: string;
1734
1551
  };
@@ -1957,36 +1774,15 @@ export type GetProjectsBlock = {
1957
1774
  isCascading?: boolean | undefined;
1958
1775
  };
1959
1776
 
1960
- export const GetProjectsBlockHistoryProjectsResponse200Action = {
1961
- RouteUnblocked: "route-unblocked",
1962
- } as const;
1963
- export type GetProjectsBlockHistoryProjectsResponse200Action = ClosedEnum<
1964
- typeof GetProjectsBlockHistoryProjectsResponse200Action
1965
- >;
1966
-
1967
- export const GetProjectsHasProjectsResponse200Type = {
1968
- Host: "host",
1969
- } as const;
1970
- export type GetProjectsHasProjectsResponse200Type = ClosedEnum<
1971
- typeof GetProjectsHasProjectsResponse200Type
1972
- >;
1973
-
1974
1777
  export type GetProjectsHasProjectsResponse200Value = {
1975
1778
  eq: string;
1976
1779
  };
1977
1780
 
1978
1781
  export type GetProjectsHasProjects2 = {
1979
- type: GetProjectsHasProjectsResponse200Type;
1782
+ type: "host";
1980
1783
  value: GetProjectsHasProjectsResponse200Value;
1981
1784
  };
1982
1785
 
1983
- export const GetProjectsHasProjectsResponseType = {
1984
- Header: "header",
1985
- } as const;
1986
- export type GetProjectsHasProjectsResponseType = ClosedEnum<
1987
- typeof GetProjectsHasProjectsResponseType
1988
- >;
1989
-
1990
1786
  export const GetProjectsHasProjectsKey = {
1991
1787
  XVercelIpCountry: "x-vercel-ip-country",
1992
1788
  } as const;
@@ -1999,7 +1795,7 @@ export type GetProjectsHasProjectsResponseValue = {
1999
1795
  };
2000
1796
 
2001
1797
  export type GetProjectsHasProjects1 = {
2002
- type: GetProjectsHasProjectsResponseType;
1798
+ type: "header";
2003
1799
  key: GetProjectsHasProjectsKey;
2004
1800
  value: GetProjectsHasProjectsResponseValue;
2005
1801
  };
@@ -2035,7 +1831,7 @@ export type GetProjectsBlockHistoryProjectsRoute =
2035
1831
  | GetProjectsRouteProjects2;
2036
1832
 
2037
1833
  export type GetProjectsBlockHistory4 = {
2038
- action: GetProjectsBlockHistoryProjectsResponse200Action;
1834
+ action: "route-unblocked";
2039
1835
  route: GetProjectsRouteProjects1 | GetProjectsRouteProjects2;
2040
1836
  statusCode?: number | undefined;
2041
1837
  createdAt: number;
@@ -2045,39 +1841,16 @@ export type GetProjectsBlockHistory4 = {
2045
1841
  isCascading?: boolean | undefined;
2046
1842
  };
2047
1843
 
2048
- export const GetProjectsBlockHistoryProjectsResponseAction = {
2049
- RouteBlocked: "route-blocked",
2050
- } as const;
2051
- export type GetProjectsBlockHistoryProjectsResponseAction = ClosedEnum<
2052
- typeof GetProjectsBlockHistoryProjectsResponseAction
2053
- >;
2054
-
2055
- export const GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType =
2056
- {
2057
- Host: "host",
2058
- } as const;
2059
- export type GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType =
2060
- ClosedEnum<
2061
- typeof GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType
2062
- >;
2063
-
2064
1844
  export type GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue =
2065
1845
  {
2066
1846
  eq: string;
2067
1847
  };
2068
1848
 
2069
1849
  export type GetProjectsHasProjectsResponse2 = {
2070
- type: GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType;
1850
+ type: "host";
2071
1851
  value: GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue;
2072
1852
  };
2073
1853
 
2074
- export const GetProjectsHasProjectsResponse200ApplicationJSONType = {
2075
- Header: "header",
2076
- } as const;
2077
- export type GetProjectsHasProjectsResponse200ApplicationJSONType = ClosedEnum<
2078
- typeof GetProjectsHasProjectsResponse200ApplicationJSONType
2079
- >;
2080
-
2081
1854
  export const GetProjectsHasProjectsResponseKey = {
2082
1855
  XVercelIpCountry: "x-vercel-ip-country",
2083
1856
  } as const;
@@ -2090,7 +1863,7 @@ export type GetProjectsHasProjectsResponse200ApplicationJSONValue = {
2090
1863
  };
2091
1864
 
2092
1865
  export type GetProjectsHasProjectsResponse1 = {
2093
- type: GetProjectsHasProjectsResponse200ApplicationJSONType;
1866
+ type: "header";
2094
1867
  key: GetProjectsHasProjectsResponseKey;
2095
1868
  value: GetProjectsHasProjectsResponse200ApplicationJSONValue;
2096
1869
  };
@@ -2124,7 +1897,7 @@ export type GetProjectsBlockHistoryRoute =
2124
1897
  | GetProjectsRoute2;
2125
1898
 
2126
1899
  export type GetProjectsBlockHistory3 = {
2127
- action: GetProjectsBlockHistoryProjectsResponseAction;
1900
+ action: "route-blocked";
2128
1901
  route: GetProjectsRoute1 | GetProjectsRoute2;
2129
1902
  reason: string;
2130
1903
  createdAt: number;
@@ -2134,15 +1907,8 @@ export type GetProjectsBlockHistory3 = {
2134
1907
  isCascading?: boolean | undefined;
2135
1908
  };
2136
1909
 
2137
- export const GetProjectsBlockHistoryProjectsAction = {
2138
- Unblocked: "unblocked",
2139
- } as const;
2140
- export type GetProjectsBlockHistoryProjectsAction = ClosedEnum<
2141
- typeof GetProjectsBlockHistoryProjectsAction
2142
- >;
2143
-
2144
1910
  export type GetProjectsBlockHistory2 = {
2145
- action: GetProjectsBlockHistoryProjectsAction;
1911
+ action: "unblocked";
2146
1912
  createdAt: number;
2147
1913
  caseId?: string | undefined;
2148
1914
  actor?: string | undefined;
@@ -2150,15 +1916,8 @@ export type GetProjectsBlockHistory2 = {
2150
1916
  isCascading?: boolean | undefined;
2151
1917
  };
2152
1918
 
2153
- export const GetProjectsBlockHistoryAction = {
2154
- Blocked: "blocked",
2155
- } as const;
2156
- export type GetProjectsBlockHistoryAction = ClosedEnum<
2157
- typeof GetProjectsBlockHistoryAction
2158
- >;
2159
-
2160
1919
  export type GetProjectsBlockHistory1 = {
2161
- action: GetProjectsBlockHistoryAction;
1920
+ action: "blocked";
2162
1921
  reason: string;
2163
1922
  statusCode: number;
2164
1923
  createdAt: number;
@@ -2170,9 +1929,9 @@ export type GetProjectsBlockHistory1 = {
2170
1929
 
2171
1930
  export type GetProjectsBlockHistory =
2172
1931
  | GetProjectsBlockHistory1
1932
+ | GetProjectsBlockHistory2
2173
1933
  | GetProjectsBlockHistory3
2174
- | GetProjectsBlockHistory4
2175
- | GetProjectsBlockHistory2;
1934
+ | GetProjectsBlockHistory4;
2176
1935
 
2177
1936
  export type GetProjectsAbuse = {
2178
1937
  scanner?: string | undefined;
@@ -2182,35 +1941,23 @@ export type GetProjectsAbuse = {
2182
1941
  blockHistory?:
2183
1942
  | Array<
2184
1943
  | GetProjectsBlockHistory1
1944
+ | GetProjectsBlockHistory2
2185
1945
  | GetProjectsBlockHistory3
2186
1946
  | GetProjectsBlockHistory4
2187
- | GetProjectsBlockHistory2
2188
1947
  >
2189
1948
  | undefined;
2190
1949
  interstitial?: boolean | undefined;
2191
1950
  };
2192
1951
 
2193
- export const GetProjectsHasProjectsType = {
2194
- Host: "host",
2195
- } as const;
2196
- export type GetProjectsHasProjectsType = ClosedEnum<
2197
- typeof GetProjectsHasProjectsType
2198
- >;
2199
-
2200
1952
  export type GetProjectsHasProjectsValue = {
2201
1953
  eq: string;
2202
1954
  };
2203
1955
 
2204
1956
  export type GetProjectsHas2 = {
2205
- type: GetProjectsHasProjectsType;
1957
+ type: "host";
2206
1958
  value: GetProjectsHasProjectsValue;
2207
1959
  };
2208
1960
 
2209
- export const GetProjectsHasType = {
2210
- Header: "header",
2211
- } as const;
2212
- export type GetProjectsHasType = ClosedEnum<typeof GetProjectsHasType>;
2213
-
2214
1961
  export const GetProjectsHasKey = {
2215
1962
  XVercelIpCountry: "x-vercel-ip-country",
2216
1963
  } as const;
@@ -2221,7 +1968,7 @@ export type GetProjectsHasValue = {
2221
1968
  };
2222
1969
 
2223
1970
  export type GetProjectsHas1 = {
2224
- type: GetProjectsHasType;
1971
+ type: "header";
2225
1972
  key: GetProjectsHasKey;
2226
1973
  value: GetProjectsHasValue;
2227
1974
  };
@@ -2315,11 +2062,11 @@ export type GetProjectsProjects = {
2315
2062
  ipBuckets?: Array<GetProjectsIpBuckets> | undefined;
2316
2063
  latestDeployments?: Array<GetProjectsLatestDeployments> | undefined;
2317
2064
  link?:
2318
- | GetProjectsLink4
2319
- | GetProjectsLink5
2320
- | GetProjectsLink3
2321
2065
  | GetProjectsLink1
2322
2066
  | GetProjectsLink2
2067
+ | GetProjectsLink3
2068
+ | GetProjectsLink4
2069
+ | GetProjectsLink5
2323
2070
  | undefined;
2324
2071
  microfrontends?:
2325
2072
  | GetProjectsMicrofrontends1
@@ -3040,33 +2787,18 @@ export const GetProjectsType$outboundSchema: z.ZodNativeEnum<
3040
2787
  typeof GetProjectsType
3041
2788
  > = GetProjectsType$inboundSchema;
3042
2789
 
3043
- /** @internal */
3044
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type$inboundSchema:
3045
- z.ZodNativeEnum<
3046
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type
3047
- > = z.nativeEnum(
3048
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type,
3049
- );
3050
- /** @internal */
3051
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type$outboundSchema:
3052
- z.ZodNativeEnum<
3053
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type
3054
- > =
3055
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type$inboundSchema;
3056
-
3057
2790
  /** @internal */
3058
2791
  export const GetProjectsContentHint15$inboundSchema: z.ZodType<
3059
2792
  GetProjectsContentHint15,
3060
2793
  z.ZodTypeDef,
3061
2794
  unknown
3062
2795
  > = z.object({
3063
- type:
3064
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type$inboundSchema,
2796
+ type: z.literal("flags-connection-string"),
3065
2797
  projectId: z.string(),
3066
2798
  });
3067
2799
  /** @internal */
3068
2800
  export type GetProjectsContentHint15$Outbound = {
3069
- type: string;
2801
+ type: "flags-connection-string";
3070
2802
  projectId: string;
3071
2803
  };
3072
2804
 
@@ -3076,8 +2808,7 @@ export const GetProjectsContentHint15$outboundSchema: z.ZodType<
3076
2808
  z.ZodTypeDef,
3077
2809
  GetProjectsContentHint15
3078
2810
  > = z.object({
3079
- type:
3080
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type$outboundSchema,
2811
+ type: z.literal("flags-connection-string"),
3081
2812
  projectId: z.string(),
3082
2813
  });
3083
2814
 
@@ -3098,28 +2829,13 @@ export function getProjectsContentHint15FromJSON(
3098
2829
  );
3099
2830
  }
3100
2831
 
3101
- /** @internal */
3102
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type$inboundSchema:
3103
- z.ZodNativeEnum<
3104
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type
3105
- > = z.nativeEnum(
3106
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type,
3107
- );
3108
- /** @internal */
3109
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type$outboundSchema:
3110
- z.ZodNativeEnum<
3111
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type
3112
- > =
3113
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type$inboundSchema;
3114
-
3115
2832
  /** @internal */
3116
2833
  export const GetProjectsContentHint14$inboundSchema: z.ZodType<
3117
2834
  GetProjectsContentHint14,
3118
2835
  z.ZodTypeDef,
3119
2836
  unknown
3120
2837
  > = z.object({
3121
- type:
3122
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type$inboundSchema,
2838
+ type: z.literal("integration-store-secret"),
3123
2839
  storeId: z.string(),
3124
2840
  integrationId: z.string(),
3125
2841
  integrationProductId: z.string(),
@@ -3127,7 +2843,7 @@ export const GetProjectsContentHint14$inboundSchema: z.ZodType<
3127
2843
  });
3128
2844
  /** @internal */
3129
2845
  export type GetProjectsContentHint14$Outbound = {
3130
- type: string;
2846
+ type: "integration-store-secret";
3131
2847
  storeId: string;
3132
2848
  integrationId: string;
3133
2849
  integrationProductId: string;
@@ -3140,8 +2856,7 @@ export const GetProjectsContentHint14$outboundSchema: z.ZodType<
3140
2856
  z.ZodTypeDef,
3141
2857
  GetProjectsContentHint14
3142
2858
  > = z.object({
3143
- type:
3144
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type$outboundSchema,
2859
+ type: z.literal("integration-store-secret"),
3145
2860
  storeId: z.string(),
3146
2861
  integrationId: z.string(),
3147
2862
  integrationProductId: z.string(),
@@ -3165,33 +2880,18 @@ export function getProjectsContentHint14FromJSON(
3165
2880
  );
3166
2881
  }
3167
2882
 
3168
- /** @internal */
3169
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type$inboundSchema:
3170
- z.ZodNativeEnum<
3171
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type
3172
- > = z.nativeEnum(
3173
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type,
3174
- );
3175
- /** @internal */
3176
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type$outboundSchema:
3177
- z.ZodNativeEnum<
3178
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type
3179
- > =
3180
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type$inboundSchema;
3181
-
3182
2883
  /** @internal */
3183
2884
  export const GetProjectsContentHint13$inboundSchema: z.ZodType<
3184
2885
  GetProjectsContentHint13,
3185
2886
  z.ZodTypeDef,
3186
2887
  unknown
3187
2888
  > = z.object({
3188
- type:
3189
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type$inboundSchema,
2889
+ type: z.literal("postgres-url-no-ssl"),
3190
2890
  storeId: z.string(),
3191
2891
  });
3192
2892
  /** @internal */
3193
2893
  export type GetProjectsContentHint13$Outbound = {
3194
- type: string;
2894
+ type: "postgres-url-no-ssl";
3195
2895
  storeId: string;
3196
2896
  };
3197
2897
 
@@ -3201,8 +2901,7 @@ export const GetProjectsContentHint13$outboundSchema: z.ZodType<
3201
2901
  z.ZodTypeDef,
3202
2902
  GetProjectsContentHint13
3203
2903
  > = z.object({
3204
- type:
3205
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type$outboundSchema,
2904
+ type: z.literal("postgres-url-no-ssl"),
3206
2905
  storeId: z.string(),
3207
2906
  });
3208
2907
 
@@ -3223,33 +2922,18 @@ export function getProjectsContentHint13FromJSON(
3223
2922
  );
3224
2923
  }
3225
2924
 
3226
- /** @internal */
3227
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type$inboundSchema:
3228
- z.ZodNativeEnum<
3229
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type
3230
- > = z.nativeEnum(
3231
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type,
3232
- );
3233
- /** @internal */
3234
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type$outboundSchema:
3235
- z.ZodNativeEnum<
3236
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type
3237
- > =
3238
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type$inboundSchema;
3239
-
3240
2925
  /** @internal */
3241
2926
  export const GetProjectsContentHint12$inboundSchema: z.ZodType<
3242
2927
  GetProjectsContentHint12,
3243
2928
  z.ZodTypeDef,
3244
2929
  unknown
3245
2930
  > = z.object({
3246
- type:
3247
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type$inboundSchema,
2931
+ type: z.literal("postgres-database"),
3248
2932
  storeId: z.string(),
3249
2933
  });
3250
2934
  /** @internal */
3251
2935
  export type GetProjectsContentHint12$Outbound = {
3252
- type: string;
2936
+ type: "postgres-database";
3253
2937
  storeId: string;
3254
2938
  };
3255
2939
 
@@ -3259,8 +2943,7 @@ export const GetProjectsContentHint12$outboundSchema: z.ZodType<
3259
2943
  z.ZodTypeDef,
3260
2944
  GetProjectsContentHint12
3261
2945
  > = z.object({
3262
- type:
3263
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type$outboundSchema,
2946
+ type: z.literal("postgres-database"),
3264
2947
  storeId: z.string(),
3265
2948
  });
3266
2949
 
@@ -3281,33 +2964,18 @@ export function getProjectsContentHint12FromJSON(
3281
2964
  );
3282
2965
  }
3283
2966
 
3284
- /** @internal */
3285
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type$inboundSchema:
3286
- z.ZodNativeEnum<
3287
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type
3288
- > = z.nativeEnum(
3289
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type,
3290
- );
3291
- /** @internal */
3292
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type$outboundSchema:
3293
- z.ZodNativeEnum<
3294
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type
3295
- > =
3296
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type$inboundSchema;
3297
-
3298
2967
  /** @internal */
3299
2968
  export const GetProjectsContentHint11$inboundSchema: z.ZodType<
3300
2969
  GetProjectsContentHint11,
3301
2970
  z.ZodTypeDef,
3302
2971
  unknown
3303
2972
  > = z.object({
3304
- type:
3305
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type$inboundSchema,
2973
+ type: z.literal("postgres-password"),
3306
2974
  storeId: z.string(),
3307
2975
  });
3308
2976
  /** @internal */
3309
2977
  export type GetProjectsContentHint11$Outbound = {
3310
- type: string;
2978
+ type: "postgres-password";
3311
2979
  storeId: string;
3312
2980
  };
3313
2981
 
@@ -3317,8 +2985,7 @@ export const GetProjectsContentHint11$outboundSchema: z.ZodType<
3317
2985
  z.ZodTypeDef,
3318
2986
  GetProjectsContentHint11
3319
2987
  > = z.object({
3320
- type:
3321
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type$outboundSchema,
2988
+ type: z.literal("postgres-password"),
3322
2989
  storeId: z.string(),
3323
2990
  });
3324
2991
 
@@ -3339,33 +3006,18 @@ export function getProjectsContentHint11FromJSON(
3339
3006
  );
3340
3007
  }
3341
3008
 
3342
- /** @internal */
3343
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type$inboundSchema:
3344
- z.ZodNativeEnum<
3345
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type
3346
- > = z.nativeEnum(
3347
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type,
3348
- );
3349
- /** @internal */
3350
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type$outboundSchema:
3351
- z.ZodNativeEnum<
3352
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type
3353
- > =
3354
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type$inboundSchema;
3355
-
3356
3009
  /** @internal */
3357
3010
  export const GetProjectsContentHint10$inboundSchema: z.ZodType<
3358
3011
  GetProjectsContentHint10,
3359
3012
  z.ZodTypeDef,
3360
3013
  unknown
3361
3014
  > = z.object({
3362
- type:
3363
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type$inboundSchema,
3015
+ type: z.literal("postgres-host"),
3364
3016
  storeId: z.string(),
3365
3017
  });
3366
3018
  /** @internal */
3367
3019
  export type GetProjectsContentHint10$Outbound = {
3368
- type: string;
3020
+ type: "postgres-host";
3369
3021
  storeId: string;
3370
3022
  };
3371
3023
 
@@ -3375,8 +3027,7 @@ export const GetProjectsContentHint10$outboundSchema: z.ZodType<
3375
3027
  z.ZodTypeDef,
3376
3028
  GetProjectsContentHint10
3377
3029
  > = z.object({
3378
- type:
3379
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type$outboundSchema,
3030
+ type: z.literal("postgres-host"),
3380
3031
  storeId: z.string(),
3381
3032
  });
3382
3033
 
@@ -3397,33 +3048,18 @@ export function getProjectsContentHint10FromJSON(
3397
3048
  );
3398
3049
  }
3399
3050
 
3400
- /** @internal */
3401
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type$inboundSchema:
3402
- z.ZodNativeEnum<
3403
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type
3404
- > = z.nativeEnum(
3405
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type,
3406
- );
3407
- /** @internal */
3408
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type$outboundSchema:
3409
- z.ZodNativeEnum<
3410
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type
3411
- > =
3412
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type$inboundSchema;
3413
-
3414
3051
  /** @internal */
3415
3052
  export const GetProjectsContentHint9$inboundSchema: z.ZodType<
3416
3053
  GetProjectsContentHint9,
3417
3054
  z.ZodTypeDef,
3418
3055
  unknown
3419
3056
  > = z.object({
3420
- type:
3421
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type$inboundSchema,
3057
+ type: z.literal("postgres-user"),
3422
3058
  storeId: z.string(),
3423
3059
  });
3424
3060
  /** @internal */
3425
3061
  export type GetProjectsContentHint9$Outbound = {
3426
- type: string;
3062
+ type: "postgres-user";
3427
3063
  storeId: string;
3428
3064
  };
3429
3065
 
@@ -3433,8 +3069,7 @@ export const GetProjectsContentHint9$outboundSchema: z.ZodType<
3433
3069
  z.ZodTypeDef,
3434
3070
  GetProjectsContentHint9
3435
3071
  > = z.object({
3436
- type:
3437
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type$outboundSchema,
3072
+ type: z.literal("postgres-user"),
3438
3073
  storeId: z.string(),
3439
3074
  });
3440
3075
 
@@ -3455,33 +3090,18 @@ export function getProjectsContentHint9FromJSON(
3455
3090
  );
3456
3091
  }
3457
3092
 
3458
- /** @internal */
3459
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType$inboundSchema:
3460
- z.ZodNativeEnum<
3461
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType
3462
- > = z.nativeEnum(
3463
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType,
3464
- );
3465
- /** @internal */
3466
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType$outboundSchema:
3467
- z.ZodNativeEnum<
3468
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType
3469
- > =
3470
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType$inboundSchema;
3471
-
3472
3093
  /** @internal */
3473
3094
  export const GetProjectsContentHint8$inboundSchema: z.ZodType<
3474
3095
  GetProjectsContentHint8,
3475
3096
  z.ZodTypeDef,
3476
3097
  unknown
3477
3098
  > = z.object({
3478
- type:
3479
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType$inboundSchema,
3099
+ type: z.literal("postgres-prisma-url"),
3480
3100
  storeId: z.string(),
3481
3101
  });
3482
3102
  /** @internal */
3483
3103
  export type GetProjectsContentHint8$Outbound = {
3484
- type: string;
3104
+ type: "postgres-prisma-url";
3485
3105
  storeId: string;
3486
3106
  };
3487
3107
 
@@ -3491,8 +3111,7 @@ export const GetProjectsContentHint8$outboundSchema: z.ZodType<
3491
3111
  z.ZodTypeDef,
3492
3112
  GetProjectsContentHint8
3493
3113
  > = z.object({
3494
- type:
3495
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType$outboundSchema,
3114
+ type: z.literal("postgres-prisma-url"),
3496
3115
  storeId: z.string(),
3497
3116
  });
3498
3117
 
@@ -3513,33 +3132,18 @@ export function getProjectsContentHint8FromJSON(
3513
3132
  );
3514
3133
  }
3515
3134
 
3516
- /** @internal */
3517
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType$inboundSchema:
3518
- z.ZodNativeEnum<
3519
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType
3520
- > = z.nativeEnum(
3521
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType,
3522
- );
3523
- /** @internal */
3524
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType$outboundSchema:
3525
- z.ZodNativeEnum<
3526
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType
3527
- > =
3528
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType$inboundSchema;
3529
-
3530
3135
  /** @internal */
3531
3136
  export const GetProjectsContentHint7$inboundSchema: z.ZodType<
3532
3137
  GetProjectsContentHint7,
3533
3138
  z.ZodTypeDef,
3534
3139
  unknown
3535
3140
  > = z.object({
3536
- type:
3537
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType$inboundSchema,
3141
+ type: z.literal("postgres-url-non-pooling"),
3538
3142
  storeId: z.string(),
3539
3143
  });
3540
3144
  /** @internal */
3541
3145
  export type GetProjectsContentHint7$Outbound = {
3542
- type: string;
3146
+ type: "postgres-url-non-pooling";
3543
3147
  storeId: string;
3544
3148
  };
3545
3149
 
@@ -3549,8 +3153,7 @@ export const GetProjectsContentHint7$outboundSchema: z.ZodType<
3549
3153
  z.ZodTypeDef,
3550
3154
  GetProjectsContentHint7
3551
3155
  > = z.object({
3552
- type:
3553
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType$outboundSchema,
3156
+ type: z.literal("postgres-url-non-pooling"),
3554
3157
  storeId: z.string(),
3555
3158
  });
3556
3159
 
@@ -3571,33 +3174,18 @@ export function getProjectsContentHint7FromJSON(
3571
3174
  );
3572
3175
  }
3573
3176
 
3574
- /** @internal */
3575
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
3576
- z.ZodNativeEnum<
3577
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType
3578
- > = z.nativeEnum(
3579
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType,
3580
- );
3581
- /** @internal */
3582
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema:
3583
- z.ZodNativeEnum<
3584
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType
3585
- > =
3586
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
3587
-
3588
3177
  /** @internal */
3589
3178
  export const GetProjectsContentHint6$inboundSchema: z.ZodType<
3590
3179
  GetProjectsContentHint6,
3591
3180
  z.ZodTypeDef,
3592
3181
  unknown
3593
3182
  > = z.object({
3594
- type:
3595
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
3183
+ type: z.literal("postgres-url"),
3596
3184
  storeId: z.string(),
3597
3185
  });
3598
3186
  /** @internal */
3599
3187
  export type GetProjectsContentHint6$Outbound = {
3600
- type: string;
3188
+ type: "postgres-url";
3601
3189
  storeId: string;
3602
3190
  };
3603
3191
 
@@ -3607,8 +3195,7 @@ export const GetProjectsContentHint6$outboundSchema: z.ZodType<
3607
3195
  z.ZodTypeDef,
3608
3196
  GetProjectsContentHint6
3609
3197
  > = z.object({
3610
- type:
3611
- GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
3198
+ type: z.literal("postgres-url"),
3612
3199
  storeId: z.string(),
3613
3200
  });
3614
3201
 
@@ -3629,33 +3216,18 @@ export function getProjectsContentHint6FromJSON(
3629
3216
  );
3630
3217
  }
3631
3218
 
3632
- /** @internal */
3633
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONType$inboundSchema:
3634
- z.ZodNativeEnum<
3635
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONType
3636
- > = z.nativeEnum(
3637
- GetProjectsContentHintProjectsResponse200ApplicationJSONType,
3638
- );
3639
- /** @internal */
3640
- export const GetProjectsContentHintProjectsResponse200ApplicationJSONType$outboundSchema:
3641
- z.ZodNativeEnum<
3642
- typeof GetProjectsContentHintProjectsResponse200ApplicationJSONType
3643
- > =
3644
- GetProjectsContentHintProjectsResponse200ApplicationJSONType$inboundSchema;
3645
-
3646
3219
  /** @internal */
3647
3220
  export const GetProjectsContentHint5$inboundSchema: z.ZodType<
3648
3221
  GetProjectsContentHint5,
3649
3222
  z.ZodTypeDef,
3650
3223
  unknown
3651
3224
  > = z.object({
3652
- type:
3653
- GetProjectsContentHintProjectsResponse200ApplicationJSONType$inboundSchema,
3225
+ type: z.literal("blob-read-write-token"),
3654
3226
  storeId: z.string(),
3655
3227
  });
3656
3228
  /** @internal */
3657
3229
  export type GetProjectsContentHint5$Outbound = {
3658
- type: string;
3230
+ type: "blob-read-write-token";
3659
3231
  storeId: string;
3660
3232
  };
3661
3233
 
@@ -3665,8 +3237,7 @@ export const GetProjectsContentHint5$outboundSchema: z.ZodType<
3665
3237
  z.ZodTypeDef,
3666
3238
  GetProjectsContentHint5
3667
3239
  > = z.object({
3668
- type:
3669
- GetProjectsContentHintProjectsResponse200ApplicationJSONType$outboundSchema,
3240
+ type: z.literal("blob-read-write-token"),
3670
3241
  storeId: z.string(),
3671
3242
  });
3672
3243
 
@@ -3687,27 +3258,18 @@ export function getProjectsContentHint5FromJSON(
3687
3258
  );
3688
3259
  }
3689
3260
 
3690
- /** @internal */
3691
- export const GetProjectsContentHintProjectsResponse200Type$inboundSchema:
3692
- z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200Type> = z
3693
- .nativeEnum(GetProjectsContentHintProjectsResponse200Type);
3694
- /** @internal */
3695
- export const GetProjectsContentHintProjectsResponse200Type$outboundSchema:
3696
- z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponse200Type> =
3697
- GetProjectsContentHintProjectsResponse200Type$inboundSchema;
3698
-
3699
3261
  /** @internal */
3700
3262
  export const GetProjectsContentHint4$inboundSchema: z.ZodType<
3701
3263
  GetProjectsContentHint4,
3702
3264
  z.ZodTypeDef,
3703
3265
  unknown
3704
3266
  > = z.object({
3705
- type: GetProjectsContentHintProjectsResponse200Type$inboundSchema,
3267
+ type: z.literal("redis-rest-api-read-only-token"),
3706
3268
  storeId: z.string(),
3707
3269
  });
3708
3270
  /** @internal */
3709
3271
  export type GetProjectsContentHint4$Outbound = {
3710
- type: string;
3272
+ type: "redis-rest-api-read-only-token";
3711
3273
  storeId: string;
3712
3274
  };
3713
3275
 
@@ -3717,7 +3279,7 @@ export const GetProjectsContentHint4$outboundSchema: z.ZodType<
3717
3279
  z.ZodTypeDef,
3718
3280
  GetProjectsContentHint4
3719
3281
  > = z.object({
3720
- type: GetProjectsContentHintProjectsResponse200Type$outboundSchema,
3282
+ type: z.literal("redis-rest-api-read-only-token"),
3721
3283
  storeId: z.string(),
3722
3284
  });
3723
3285
 
@@ -3738,27 +3300,18 @@ export function getProjectsContentHint4FromJSON(
3738
3300
  );
3739
3301
  }
3740
3302
 
3741
- /** @internal */
3742
- export const GetProjectsContentHintProjectsResponseType$inboundSchema:
3743
- z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponseType> = z
3744
- .nativeEnum(GetProjectsContentHintProjectsResponseType);
3745
- /** @internal */
3746
- export const GetProjectsContentHintProjectsResponseType$outboundSchema:
3747
- z.ZodNativeEnum<typeof GetProjectsContentHintProjectsResponseType> =
3748
- GetProjectsContentHintProjectsResponseType$inboundSchema;
3749
-
3750
3303
  /** @internal */
3751
3304
  export const GetProjectsContentHint3$inboundSchema: z.ZodType<
3752
3305
  GetProjectsContentHint3,
3753
3306
  z.ZodTypeDef,
3754
3307
  unknown
3755
3308
  > = z.object({
3756
- type: GetProjectsContentHintProjectsResponseType$inboundSchema,
3309
+ type: z.literal("redis-rest-api-token"),
3757
3310
  storeId: z.string(),
3758
3311
  });
3759
3312
  /** @internal */
3760
3313
  export type GetProjectsContentHint3$Outbound = {
3761
- type: string;
3314
+ type: "redis-rest-api-token";
3762
3315
  storeId: string;
3763
3316
  };
3764
3317
 
@@ -3768,7 +3321,7 @@ export const GetProjectsContentHint3$outboundSchema: z.ZodType<
3768
3321
  z.ZodTypeDef,
3769
3322
  GetProjectsContentHint3
3770
3323
  > = z.object({
3771
- type: GetProjectsContentHintProjectsResponseType$outboundSchema,
3324
+ type: z.literal("redis-rest-api-token"),
3772
3325
  storeId: z.string(),
3773
3326
  });
3774
3327
 
@@ -3789,27 +3342,18 @@ export function getProjectsContentHint3FromJSON(
3789
3342
  );
3790
3343
  }
3791
3344
 
3792
- /** @internal */
3793
- export const GetProjectsContentHintProjectsType$inboundSchema: z.ZodNativeEnum<
3794
- typeof GetProjectsContentHintProjectsType
3795
- > = z.nativeEnum(GetProjectsContentHintProjectsType);
3796
- /** @internal */
3797
- export const GetProjectsContentHintProjectsType$outboundSchema: z.ZodNativeEnum<
3798
- typeof GetProjectsContentHintProjectsType
3799
- > = GetProjectsContentHintProjectsType$inboundSchema;
3800
-
3801
3345
  /** @internal */
3802
3346
  export const GetProjectsContentHint2$inboundSchema: z.ZodType<
3803
3347
  GetProjectsContentHint2,
3804
3348
  z.ZodTypeDef,
3805
3349
  unknown
3806
3350
  > = z.object({
3807
- type: GetProjectsContentHintProjectsType$inboundSchema,
3351
+ type: z.literal("redis-rest-api-url"),
3808
3352
  storeId: z.string(),
3809
3353
  });
3810
3354
  /** @internal */
3811
3355
  export type GetProjectsContentHint2$Outbound = {
3812
- type: string;
3356
+ type: "redis-rest-api-url";
3813
3357
  storeId: string;
3814
3358
  };
3815
3359
 
@@ -3819,7 +3363,7 @@ export const GetProjectsContentHint2$outboundSchema: z.ZodType<
3819
3363
  z.ZodTypeDef,
3820
3364
  GetProjectsContentHint2
3821
3365
  > = z.object({
3822
- type: GetProjectsContentHintProjectsType$outboundSchema,
3366
+ type: z.literal("redis-rest-api-url"),
3823
3367
  storeId: z.string(),
3824
3368
  });
3825
3369
 
@@ -3840,27 +3384,18 @@ export function getProjectsContentHint2FromJSON(
3840
3384
  );
3841
3385
  }
3842
3386
 
3843
- /** @internal */
3844
- export const GetProjectsContentHintType$inboundSchema: z.ZodNativeEnum<
3845
- typeof GetProjectsContentHintType
3846
- > = z.nativeEnum(GetProjectsContentHintType);
3847
- /** @internal */
3848
- export const GetProjectsContentHintType$outboundSchema: z.ZodNativeEnum<
3849
- typeof GetProjectsContentHintType
3850
- > = GetProjectsContentHintType$inboundSchema;
3851
-
3852
3387
  /** @internal */
3853
3388
  export const GetProjectsContentHint1$inboundSchema: z.ZodType<
3854
3389
  GetProjectsContentHint1,
3855
3390
  z.ZodTypeDef,
3856
3391
  unknown
3857
3392
  > = z.object({
3858
- type: GetProjectsContentHintType$inboundSchema,
3393
+ type: z.literal("redis-url"),
3859
3394
  storeId: z.string(),
3860
3395
  });
3861
3396
  /** @internal */
3862
3397
  export type GetProjectsContentHint1$Outbound = {
3863
- type: string;
3398
+ type: "redis-url";
3864
3399
  storeId: string;
3865
3400
  };
3866
3401
 
@@ -3870,7 +3405,7 @@ export const GetProjectsContentHint1$outboundSchema: z.ZodType<
3870
3405
  z.ZodTypeDef,
3871
3406
  GetProjectsContentHint1
3872
3407
  > = z.object({
3873
- type: GetProjectsContentHintType$outboundSchema,
3408
+ type: z.literal("redis-url"),
3874
3409
  storeId: z.string(),
3875
3410
  });
3876
3411
 
@@ -3897,7 +3432,6 @@ export const GetProjectsContentHint$inboundSchema: z.ZodType<
3897
3432
  z.ZodTypeDef,
3898
3433
  unknown
3899
3434
  > = z.union([
3900
- z.lazy(() => GetProjectsContentHint14$inboundSchema),
3901
3435
  z.lazy(() => GetProjectsContentHint1$inboundSchema),
3902
3436
  z.lazy(() => GetProjectsContentHint2$inboundSchema),
3903
3437
  z.lazy(() => GetProjectsContentHint3$inboundSchema),
@@ -3911,11 +3445,11 @@ export const GetProjectsContentHint$inboundSchema: z.ZodType<
3911
3445
  z.lazy(() => GetProjectsContentHint11$inboundSchema),
3912
3446
  z.lazy(() => GetProjectsContentHint12$inboundSchema),
3913
3447
  z.lazy(() => GetProjectsContentHint13$inboundSchema),
3448
+ z.lazy(() => GetProjectsContentHint14$inboundSchema),
3914
3449
  z.lazy(() => GetProjectsContentHint15$inboundSchema),
3915
3450
  ]);
3916
3451
  /** @internal */
3917
3452
  export type GetProjectsContentHint$Outbound =
3918
- | GetProjectsContentHint14$Outbound
3919
3453
  | GetProjectsContentHint1$Outbound
3920
3454
  | GetProjectsContentHint2$Outbound
3921
3455
  | GetProjectsContentHint3$Outbound
@@ -3929,6 +3463,7 @@ export type GetProjectsContentHint$Outbound =
3929
3463
  | GetProjectsContentHint11$Outbound
3930
3464
  | GetProjectsContentHint12$Outbound
3931
3465
  | GetProjectsContentHint13$Outbound
3466
+ | GetProjectsContentHint14$Outbound
3932
3467
  | GetProjectsContentHint15$Outbound;
3933
3468
 
3934
3469
  /** @internal */
@@ -3937,7 +3472,6 @@ export const GetProjectsContentHint$outboundSchema: z.ZodType<
3937
3472
  z.ZodTypeDef,
3938
3473
  GetProjectsContentHint
3939
3474
  > = z.union([
3940
- z.lazy(() => GetProjectsContentHint14$outboundSchema),
3941
3475
  z.lazy(() => GetProjectsContentHint1$outboundSchema),
3942
3476
  z.lazy(() => GetProjectsContentHint2$outboundSchema),
3943
3477
  z.lazy(() => GetProjectsContentHint3$outboundSchema),
@@ -3951,6 +3485,7 @@ export const GetProjectsContentHint$outboundSchema: z.ZodType<
3951
3485
  z.lazy(() => GetProjectsContentHint11$outboundSchema),
3952
3486
  z.lazy(() => GetProjectsContentHint12$outboundSchema),
3953
3487
  z.lazy(() => GetProjectsContentHint13$outboundSchema),
3488
+ z.lazy(() => GetProjectsContentHint14$outboundSchema),
3954
3489
  z.lazy(() => GetProjectsContentHint15$outboundSchema),
3955
3490
  ]);
3956
3491
 
@@ -4058,7 +3593,6 @@ export const GetProjectsEnv$inboundSchema: z.ZodType<
4058
3593
  edgeConfigTokenId: z.nullable(z.string()).optional(),
4059
3594
  contentHint: z.nullable(
4060
3595
  z.union([
4061
- z.lazy(() => GetProjectsContentHint14$inboundSchema),
4062
3596
  z.lazy(() => GetProjectsContentHint1$inboundSchema),
4063
3597
  z.lazy(() => GetProjectsContentHint2$inboundSchema),
4064
3598
  z.lazy(() => GetProjectsContentHint3$inboundSchema),
@@ -4072,6 +3606,7 @@ export const GetProjectsEnv$inboundSchema: z.ZodType<
4072
3606
  z.lazy(() => GetProjectsContentHint11$inboundSchema),
4073
3607
  z.lazy(() => GetProjectsContentHint12$inboundSchema),
4074
3608
  z.lazy(() => GetProjectsContentHint13$inboundSchema),
3609
+ z.lazy(() => GetProjectsContentHint14$inboundSchema),
4075
3610
  z.lazy(() => GetProjectsContentHint15$inboundSchema),
4076
3611
  ]),
4077
3612
  ).optional(),
@@ -4100,7 +3635,6 @@ export type GetProjectsEnv$Outbound = {
4100
3635
  edgeConfigId?: string | null | undefined;
4101
3636
  edgeConfigTokenId?: string | null | undefined;
4102
3637
  contentHint?:
4103
- | GetProjectsContentHint14$Outbound
4104
3638
  | GetProjectsContentHint1$Outbound
4105
3639
  | GetProjectsContentHint2$Outbound
4106
3640
  | GetProjectsContentHint3$Outbound
@@ -4114,6 +3648,7 @@ export type GetProjectsEnv$Outbound = {
4114
3648
  | GetProjectsContentHint11$Outbound
4115
3649
  | GetProjectsContentHint12$Outbound
4116
3650
  | GetProjectsContentHint13$Outbound
3651
+ | GetProjectsContentHint14$Outbound
4117
3652
  | GetProjectsContentHint15$Outbound
4118
3653
  | null
4119
3654
  | undefined;
@@ -4152,7 +3687,6 @@ export const GetProjectsEnv$outboundSchema: z.ZodType<
4152
3687
  edgeConfigTokenId: z.nullable(z.string()).optional(),
4153
3688
  contentHint: z.nullable(
4154
3689
  z.union([
4155
- z.lazy(() => GetProjectsContentHint14$outboundSchema),
4156
3690
  z.lazy(() => GetProjectsContentHint1$outboundSchema),
4157
3691
  z.lazy(() => GetProjectsContentHint2$outboundSchema),
4158
3692
  z.lazy(() => GetProjectsContentHint3$outboundSchema),
@@ -4166,6 +3700,7 @@ export const GetProjectsEnv$outboundSchema: z.ZodType<
4166
3700
  z.lazy(() => GetProjectsContentHint11$outboundSchema),
4167
3701
  z.lazy(() => GetProjectsContentHint12$outboundSchema),
4168
3702
  z.lazy(() => GetProjectsContentHint13$outboundSchema),
3703
+ z.lazy(() => GetProjectsContentHint14$outboundSchema),
4169
3704
  z.lazy(() => GetProjectsContentHint15$outboundSchema),
4170
3705
  ]),
4171
3706
  ).optional(),
@@ -5006,17 +4541,6 @@ export function getProjectsLatestDeploymentsFromJSON(
5006
4541
  );
5007
4542
  }
5008
4543
 
5009
- /** @internal */
5010
- export const GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema:
5011
- z.ZodNativeEnum<
5012
- typeof GetProjectsLinkProjectsResponse200ApplicationJSONType
5013
- > = z.nativeEnum(GetProjectsLinkProjectsResponse200ApplicationJSONType);
5014
- /** @internal */
5015
- export const GetProjectsLinkProjectsResponse200ApplicationJSONType$outboundSchema:
5016
- z.ZodNativeEnum<
5017
- typeof GetProjectsLinkProjectsResponse200ApplicationJSONType
5018
- > = GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema;
5019
-
5020
4544
  /** @internal */
5021
4545
  export const GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema:
5022
4546
  z.ZodType<
@@ -5087,7 +4611,7 @@ export const GetProjectsLink5$inboundSchema: z.ZodType<
5087
4611
  name: z.string(),
5088
4612
  slug: z.string(),
5089
4613
  owner: z.string(),
5090
- type: GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema,
4614
+ type: z.literal("bitbucket"),
5091
4615
  uuid: z.string(),
5092
4616
  workspaceUuid: z.string(),
5093
4617
  createdAt: z.number().optional(),
@@ -5106,7 +4630,7 @@ export type GetProjectsLink5$Outbound = {
5106
4630
  name: string;
5107
4631
  slug: string;
5108
4632
  owner: string;
5109
- type: string;
4633
+ type: "bitbucket";
5110
4634
  uuid: string;
5111
4635
  workspaceUuid: string;
5112
4636
  createdAt?: number | undefined;
@@ -5128,7 +4652,7 @@ export const GetProjectsLink5$outboundSchema: z.ZodType<
5128
4652
  name: z.string(),
5129
4653
  slug: z.string(),
5130
4654
  owner: z.string(),
5131
- type: GetProjectsLinkProjectsResponse200ApplicationJSONType$outboundSchema,
4655
+ type: z.literal("bitbucket"),
5132
4656
  uuid: z.string(),
5133
4657
  workspaceUuid: z.string(),
5134
4658
  createdAt: z.number().optional(),
@@ -5160,16 +4684,6 @@ export function getProjectsLink5FromJSON(
5160
4684
  );
5161
4685
  }
5162
4686
 
5163
- /** @internal */
5164
- export const GetProjectsLinkProjectsResponse200Type$inboundSchema:
5165
- z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponse200Type> = z.nativeEnum(
5166
- GetProjectsLinkProjectsResponse200Type,
5167
- );
5168
- /** @internal */
5169
- export const GetProjectsLinkProjectsResponse200Type$outboundSchema:
5170
- z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponse200Type> =
5171
- GetProjectsLinkProjectsResponse200Type$inboundSchema;
5172
-
5173
4687
  /** @internal */
5174
4688
  export const GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema:
5175
4689
  z.ZodType<
@@ -5244,7 +4758,7 @@ export const GetProjectsLink4$inboundSchema: z.ZodType<
5244
4758
  projectNamespace: z.string(),
5245
4759
  projectOwnerId: z.number().optional(),
5246
4760
  projectUrl: z.string(),
5247
- type: GetProjectsLinkProjectsResponse200Type$inboundSchema,
4761
+ type: z.literal("gitlab"),
5248
4762
  createdAt: z.number().optional(),
5249
4763
  deployHooks: z.array(
5250
4764
  z.lazy(() => GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema),
@@ -5262,7 +4776,7 @@ export type GetProjectsLink4$Outbound = {
5262
4776
  projectNamespace: string;
5263
4777
  projectOwnerId?: number | undefined;
5264
4778
  projectUrl: string;
5265
- type: string;
4779
+ type: "gitlab";
5266
4780
  createdAt?: number | undefined;
5267
4781
  deployHooks: Array<GetProjectsLinkProjectsResponse200DeployHooks$Outbound>;
5268
4782
  gitCredentialId: string;
@@ -5283,7 +4797,7 @@ export const GetProjectsLink4$outboundSchema: z.ZodType<
5283
4797
  projectNamespace: z.string(),
5284
4798
  projectOwnerId: z.number().optional(),
5285
4799
  projectUrl: z.string(),
5286
- type: GetProjectsLinkProjectsResponse200Type$outboundSchema,
4800
+ type: z.literal("gitlab"),
5287
4801
  createdAt: z.number().optional(),
5288
4802
  deployHooks: z.array(
5289
4803
  z.lazy(() => GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema),
@@ -5311,15 +4825,6 @@ export function getProjectsLink4FromJSON(
5311
4825
  );
5312
4826
  }
5313
4827
 
5314
- /** @internal */
5315
- export const GetProjectsLinkProjectsResponseType$inboundSchema: z.ZodNativeEnum<
5316
- typeof GetProjectsLinkProjectsResponseType
5317
- > = z.nativeEnum(GetProjectsLinkProjectsResponseType);
5318
- /** @internal */
5319
- export const GetProjectsLinkProjectsResponseType$outboundSchema:
5320
- z.ZodNativeEnum<typeof GetProjectsLinkProjectsResponseType> =
5321
- GetProjectsLinkProjectsResponseType$inboundSchema;
5322
-
5323
4828
  /** @internal */
5324
4829
  export const GetProjectsLinkProjectsResponseDeployHooks$inboundSchema:
5325
4830
  z.ZodType<GetProjectsLinkProjectsResponseDeployHooks, z.ZodTypeDef, unknown> =
@@ -5389,7 +4894,7 @@ export const GetProjectsLink3$inboundSchema: z.ZodType<
5389
4894
  repoOwnerId: z.number().optional(),
5390
4895
  repo: z.string().optional(),
5391
4896
  repoId: z.number().optional(),
5392
- type: GetProjectsLinkProjectsResponseType$inboundSchema,
4897
+ type: z.literal("github-custom-host"),
5393
4898
  host: z.string(),
5394
4899
  createdAt: z.number().optional(),
5395
4900
  deployHooks: z.array(
@@ -5406,7 +4911,7 @@ export type GetProjectsLink3$Outbound = {
5406
4911
  repoOwnerId?: number | undefined;
5407
4912
  repo?: string | undefined;
5408
4913
  repoId?: number | undefined;
5409
- type: string;
4914
+ type: "github-custom-host";
5410
4915
  host: string;
5411
4916
  createdAt?: number | undefined;
5412
4917
  deployHooks: Array<GetProjectsLinkProjectsResponseDeployHooks$Outbound>;
@@ -5426,7 +4931,7 @@ export const GetProjectsLink3$outboundSchema: z.ZodType<
5426
4931
  repoOwnerId: z.number().optional(),
5427
4932
  repo: z.string().optional(),
5428
4933
  repoId: z.number().optional(),
5429
- type: GetProjectsLinkProjectsResponseType$outboundSchema,
4934
+ type: z.literal("github-custom-host"),
5430
4935
  host: z.string(),
5431
4936
  createdAt: z.number().optional(),
5432
4937
  deployHooks: z.array(
@@ -5455,15 +4960,6 @@ export function getProjectsLink3FromJSON(
5455
4960
  );
5456
4961
  }
5457
4962
 
5458
- /** @internal */
5459
- export const GetProjectsLinkProjectsType$inboundSchema: z.ZodNativeEnum<
5460
- typeof GetProjectsLinkProjectsType
5461
- > = z.nativeEnum(GetProjectsLinkProjectsType);
5462
- /** @internal */
5463
- export const GetProjectsLinkProjectsType$outboundSchema: z.ZodNativeEnum<
5464
- typeof GetProjectsLinkProjectsType
5465
- > = GetProjectsLinkProjectsType$inboundSchema;
5466
-
5467
4963
  /** @internal */
5468
4964
  export const GetProjectsLinkProjectsDeployHooks$inboundSchema: z.ZodType<
5469
4965
  GetProjectsLinkProjectsDeployHooks,
@@ -5524,7 +5020,7 @@ export const GetProjectsLink2$inboundSchema: z.ZodType<
5524
5020
  z.ZodTypeDef,
5525
5021
  unknown
5526
5022
  > = z.object({
5527
- type: GetProjectsLinkProjectsType$inboundSchema,
5023
+ type: z.literal("github-limited"),
5528
5024
  repo: z.string().optional(),
5529
5025
  repoId: z.number().optional(),
5530
5026
  createdAt: z.number().optional(),
@@ -5540,7 +5036,7 @@ export const GetProjectsLink2$inboundSchema: z.ZodType<
5540
5036
  });
5541
5037
  /** @internal */
5542
5038
  export type GetProjectsLink2$Outbound = {
5543
- type: string;
5039
+ type: "github-limited";
5544
5040
  repo?: string | undefined;
5545
5041
  repoId?: number | undefined;
5546
5042
  createdAt?: number | undefined;
@@ -5559,7 +5055,7 @@ export const GetProjectsLink2$outboundSchema: z.ZodType<
5559
5055
  z.ZodTypeDef,
5560
5056
  GetProjectsLink2
5561
5057
  > = z.object({
5562
- type: GetProjectsLinkProjectsType$outboundSchema,
5058
+ type: z.literal("github-limited"),
5563
5059
  repo: z.string().optional(),
5564
5060
  repoId: z.number().optional(),
5565
5061
  createdAt: z.number().optional(),
@@ -5591,15 +5087,6 @@ export function getProjectsLink2FromJSON(
5591
5087
  );
5592
5088
  }
5593
5089
 
5594
- /** @internal */
5595
- export const GetProjectsLinkType$inboundSchema: z.ZodNativeEnum<
5596
- typeof GetProjectsLinkType
5597
- > = z.nativeEnum(GetProjectsLinkType);
5598
- /** @internal */
5599
- export const GetProjectsLinkType$outboundSchema: z.ZodNativeEnum<
5600
- typeof GetProjectsLinkType
5601
- > = GetProjectsLinkType$inboundSchema;
5602
-
5603
5090
  /** @internal */
5604
5091
  export const GetProjectsLinkDeployHooks$inboundSchema: z.ZodType<
5605
5092
  GetProjectsLinkDeployHooks,
@@ -5661,7 +5148,7 @@ export const GetProjectsLink1$inboundSchema: z.ZodType<
5661
5148
  repoOwnerId: z.number().optional(),
5662
5149
  repo: z.string().optional(),
5663
5150
  repoId: z.number().optional(),
5664
- type: GetProjectsLinkType$inboundSchema,
5151
+ type: z.literal("github"),
5665
5152
  createdAt: z.number().optional(),
5666
5153
  deployHooks: z.array(z.lazy(() => GetProjectsLinkDeployHooks$inboundSchema)),
5667
5154
  gitCredentialId: z.string(),
@@ -5675,7 +5162,7 @@ export type GetProjectsLink1$Outbound = {
5675
5162
  repoOwnerId?: number | undefined;
5676
5163
  repo?: string | undefined;
5677
5164
  repoId?: number | undefined;
5678
- type: string;
5165
+ type: "github";
5679
5166
  createdAt?: number | undefined;
5680
5167
  deployHooks: Array<GetProjectsLinkDeployHooks$Outbound>;
5681
5168
  gitCredentialId: string;
@@ -5694,7 +5181,7 @@ export const GetProjectsLink1$outboundSchema: z.ZodType<
5694
5181
  repoOwnerId: z.number().optional(),
5695
5182
  repo: z.string().optional(),
5696
5183
  repoId: z.number().optional(),
5697
- type: GetProjectsLinkType$outboundSchema,
5184
+ type: z.literal("github"),
5698
5185
  createdAt: z.number().optional(),
5699
5186
  deployHooks: z.array(z.lazy(() => GetProjectsLinkDeployHooks$outboundSchema)),
5700
5187
  gitCredentialId: z.string(),
@@ -5726,19 +5213,19 @@ export const GetProjectsLink$inboundSchema: z.ZodType<
5726
5213
  z.ZodTypeDef,
5727
5214
  unknown
5728
5215
  > = z.union([
5729
- z.lazy(() => GetProjectsLink4$inboundSchema),
5730
- z.lazy(() => GetProjectsLink5$inboundSchema),
5731
- z.lazy(() => GetProjectsLink3$inboundSchema),
5732
5216
  z.lazy(() => GetProjectsLink1$inboundSchema),
5733
5217
  z.lazy(() => GetProjectsLink2$inboundSchema),
5218
+ z.lazy(() => GetProjectsLink3$inboundSchema),
5219
+ z.lazy(() => GetProjectsLink4$inboundSchema),
5220
+ z.lazy(() => GetProjectsLink5$inboundSchema),
5734
5221
  ]);
5735
5222
  /** @internal */
5736
5223
  export type GetProjectsLink$Outbound =
5737
- | GetProjectsLink4$Outbound
5738
- | GetProjectsLink5$Outbound
5739
- | GetProjectsLink3$Outbound
5740
5224
  | GetProjectsLink1$Outbound
5741
- | GetProjectsLink2$Outbound;
5225
+ | GetProjectsLink2$Outbound
5226
+ | GetProjectsLink3$Outbound
5227
+ | GetProjectsLink4$Outbound
5228
+ | GetProjectsLink5$Outbound;
5742
5229
 
5743
5230
  /** @internal */
5744
5231
  export const GetProjectsLink$outboundSchema: z.ZodType<
@@ -5746,11 +5233,11 @@ export const GetProjectsLink$outboundSchema: z.ZodType<
5746
5233
  z.ZodTypeDef,
5747
5234
  GetProjectsLink
5748
5235
  > = z.union([
5749
- z.lazy(() => GetProjectsLink4$outboundSchema),
5750
- z.lazy(() => GetProjectsLink5$outboundSchema),
5751
- z.lazy(() => GetProjectsLink3$outboundSchema),
5752
5236
  z.lazy(() => GetProjectsLink1$outboundSchema),
5753
5237
  z.lazy(() => GetProjectsLink2$outboundSchema),
5238
+ z.lazy(() => GetProjectsLink3$outboundSchema),
5239
+ z.lazy(() => GetProjectsLink4$outboundSchema),
5240
+ z.lazy(() => GetProjectsLink5$outboundSchema),
5754
5241
  ]);
5755
5242
 
5756
5243
  export function getProjectsLinkToJSON(
@@ -7862,15 +7349,6 @@ export function getProjectsLastAliasRequestFromJSON(
7862
7349
  );
7863
7350
  }
7864
7351
 
7865
- /** @internal */
7866
- export const GetProjectsProtectionBypassProjectsScope$inboundSchema:
7867
- z.ZodNativeEnum<typeof GetProjectsProtectionBypassProjectsScope> = z
7868
- .nativeEnum(GetProjectsProtectionBypassProjectsScope);
7869
- /** @internal */
7870
- export const GetProjectsProtectionBypassProjectsScope$outboundSchema:
7871
- z.ZodNativeEnum<typeof GetProjectsProtectionBypassProjectsScope> =
7872
- GetProjectsProtectionBypassProjectsScope$inboundSchema;
7873
-
7874
7352
  /** @internal */
7875
7353
  export const GetProjectsProtectionBypass2$inboundSchema: z.ZodType<
7876
7354
  GetProjectsProtectionBypass2,
@@ -7879,13 +7357,13 @@ export const GetProjectsProtectionBypass2$inboundSchema: z.ZodType<
7879
7357
  > = z.object({
7880
7358
  createdAt: z.number(),
7881
7359
  createdBy: z.string(),
7882
- scope: GetProjectsProtectionBypassProjectsScope$inboundSchema,
7360
+ scope: z.literal("automation-bypass"),
7883
7361
  });
7884
7362
  /** @internal */
7885
7363
  export type GetProjectsProtectionBypass2$Outbound = {
7886
7364
  createdAt: number;
7887
7365
  createdBy: string;
7888
- scope: string;
7366
+ scope: "automation-bypass";
7889
7367
  };
7890
7368
 
7891
7369
  /** @internal */
@@ -7896,7 +7374,7 @@ export const GetProjectsProtectionBypass2$outboundSchema: z.ZodType<
7896
7374
  > = z.object({
7897
7375
  createdAt: z.number(),
7898
7376
  createdBy: z.string(),
7899
- scope: GetProjectsProtectionBypassProjectsScope$outboundSchema,
7377
+ scope: z.literal("automation-bypass"),
7900
7378
  });
7901
7379
 
7902
7380
  export function getProjectsProtectionBypass2ToJSON(
@@ -7918,15 +7396,6 @@ export function getProjectsProtectionBypass2FromJSON(
7918
7396
  );
7919
7397
  }
7920
7398
 
7921
- /** @internal */
7922
- export const GetProjectsProtectionBypassScope$inboundSchema: z.ZodNativeEnum<
7923
- typeof GetProjectsProtectionBypassScope
7924
- > = z.nativeEnum(GetProjectsProtectionBypassScope);
7925
- /** @internal */
7926
- export const GetProjectsProtectionBypassScope$outboundSchema: z.ZodNativeEnum<
7927
- typeof GetProjectsProtectionBypassScope
7928
- > = GetProjectsProtectionBypassScope$inboundSchema;
7929
-
7930
7399
  /** @internal */
7931
7400
  export const GetProjectsProtectionBypass1$inboundSchema: z.ZodType<
7932
7401
  GetProjectsProtectionBypass1,
@@ -7935,7 +7404,7 @@ export const GetProjectsProtectionBypass1$inboundSchema: z.ZodType<
7935
7404
  > = z.object({
7936
7405
  createdAt: z.number(),
7937
7406
  createdBy: z.string(),
7938
- scope: GetProjectsProtectionBypassScope$inboundSchema,
7407
+ scope: z.literal("integration-automation-bypass"),
7939
7408
  integrationId: z.string(),
7940
7409
  configurationId: z.string(),
7941
7410
  });
@@ -7943,7 +7412,7 @@ export const GetProjectsProtectionBypass1$inboundSchema: z.ZodType<
7943
7412
  export type GetProjectsProtectionBypass1$Outbound = {
7944
7413
  createdAt: number;
7945
7414
  createdBy: string;
7946
- scope: string;
7415
+ scope: "integration-automation-bypass";
7947
7416
  integrationId: string;
7948
7417
  configurationId: string;
7949
7418
  };
@@ -7956,7 +7425,7 @@ export const GetProjectsProtectionBypass1$outboundSchema: z.ZodType<
7956
7425
  > = z.object({
7957
7426
  createdAt: z.number(),
7958
7427
  createdBy: z.string(),
7959
- scope: GetProjectsProtectionBypassScope$outboundSchema,
7428
+ scope: z.literal("integration-automation-bypass"),
7960
7429
  integrationId: z.string(),
7961
7430
  configurationId: z.string(),
7962
7431
  });
@@ -8876,25 +8345,6 @@ export function getProjectsBlockFromJSON(
8876
8345
  );
8877
8346
  }
8878
8347
 
8879
- /** @internal */
8880
- export const GetProjectsBlockHistoryProjectsResponse200Action$inboundSchema:
8881
- z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsResponse200Action> = z
8882
- .nativeEnum(GetProjectsBlockHistoryProjectsResponse200Action);
8883
- /** @internal */
8884
- export const GetProjectsBlockHistoryProjectsResponse200Action$outboundSchema:
8885
- z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsResponse200Action> =
8886
- GetProjectsBlockHistoryProjectsResponse200Action$inboundSchema;
8887
-
8888
- /** @internal */
8889
- export const GetProjectsHasProjectsResponse200Type$inboundSchema:
8890
- z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200Type> = z.nativeEnum(
8891
- GetProjectsHasProjectsResponse200Type,
8892
- );
8893
- /** @internal */
8894
- export const GetProjectsHasProjectsResponse200Type$outboundSchema:
8895
- z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200Type> =
8896
- GetProjectsHasProjectsResponse200Type$inboundSchema;
8897
-
8898
8348
  /** @internal */
8899
8349
  export const GetProjectsHasProjectsResponse200Value$inboundSchema: z.ZodType<
8900
8350
  GetProjectsHasProjectsResponse200Value,
@@ -8944,12 +8394,12 @@ export const GetProjectsHasProjects2$inboundSchema: z.ZodType<
8944
8394
  z.ZodTypeDef,
8945
8395
  unknown
8946
8396
  > = z.object({
8947
- type: GetProjectsHasProjectsResponse200Type$inboundSchema,
8397
+ type: z.literal("host"),
8948
8398
  value: z.lazy(() => GetProjectsHasProjectsResponse200Value$inboundSchema),
8949
8399
  });
8950
8400
  /** @internal */
8951
8401
  export type GetProjectsHasProjects2$Outbound = {
8952
- type: string;
8402
+ type: "host";
8953
8403
  value: GetProjectsHasProjectsResponse200Value$Outbound;
8954
8404
  };
8955
8405
 
@@ -8959,7 +8409,7 @@ export const GetProjectsHasProjects2$outboundSchema: z.ZodType<
8959
8409
  z.ZodTypeDef,
8960
8410
  GetProjectsHasProjects2
8961
8411
  > = z.object({
8962
- type: GetProjectsHasProjectsResponse200Type$outboundSchema,
8412
+ type: z.literal("host"),
8963
8413
  value: z.lazy(() => GetProjectsHasProjectsResponse200Value$outboundSchema),
8964
8414
  });
8965
8415
 
@@ -8980,15 +8430,6 @@ export function getProjectsHasProjects2FromJSON(
8980
8430
  );
8981
8431
  }
8982
8432
 
8983
- /** @internal */
8984
- export const GetProjectsHasProjectsResponseType$inboundSchema: z.ZodNativeEnum<
8985
- typeof GetProjectsHasProjectsResponseType
8986
- > = z.nativeEnum(GetProjectsHasProjectsResponseType);
8987
- /** @internal */
8988
- export const GetProjectsHasProjectsResponseType$outboundSchema: z.ZodNativeEnum<
8989
- typeof GetProjectsHasProjectsResponseType
8990
- > = GetProjectsHasProjectsResponseType$inboundSchema;
8991
-
8992
8433
  /** @internal */
8993
8434
  export const GetProjectsHasProjectsKey$inboundSchema: z.ZodNativeEnum<
8994
8435
  typeof GetProjectsHasProjectsKey
@@ -9046,13 +8487,13 @@ export const GetProjectsHasProjects1$inboundSchema: z.ZodType<
9046
8487
  z.ZodTypeDef,
9047
8488
  unknown
9048
8489
  > = z.object({
9049
- type: GetProjectsHasProjectsResponseType$inboundSchema,
8490
+ type: z.literal("header"),
9050
8491
  key: GetProjectsHasProjectsKey$inboundSchema,
9051
8492
  value: z.lazy(() => GetProjectsHasProjectsResponseValue$inboundSchema),
9052
8493
  });
9053
8494
  /** @internal */
9054
8495
  export type GetProjectsHasProjects1$Outbound = {
9055
- type: string;
8496
+ type: "header";
9056
8497
  key: string;
9057
8498
  value: GetProjectsHasProjectsResponseValue$Outbound;
9058
8499
  };
@@ -9063,7 +8504,7 @@ export const GetProjectsHasProjects1$outboundSchema: z.ZodType<
9063
8504
  z.ZodTypeDef,
9064
8505
  GetProjectsHasProjects1
9065
8506
  > = z.object({
9066
- type: GetProjectsHasProjectsResponseType$outboundSchema,
8507
+ type: z.literal("header"),
9067
8508
  key: GetProjectsHasProjectsKey$outboundSchema,
9068
8509
  value: z.lazy(() => GetProjectsHasProjectsResponseValue$outboundSchema),
9069
8510
  });
@@ -9327,7 +8768,7 @@ export const GetProjectsBlockHistory4$inboundSchema: z.ZodType<
9327
8768
  z.ZodTypeDef,
9328
8769
  unknown
9329
8770
  > = z.object({
9330
- action: GetProjectsBlockHistoryProjectsResponse200Action$inboundSchema,
8771
+ action: z.literal("route-unblocked"),
9331
8772
  route: z.union([
9332
8773
  z.lazy(() => GetProjectsRouteProjects1$inboundSchema),
9333
8774
  z.lazy(() => GetProjectsRouteProjects2$inboundSchema),
@@ -9341,7 +8782,7 @@ export const GetProjectsBlockHistory4$inboundSchema: z.ZodType<
9341
8782
  });
9342
8783
  /** @internal */
9343
8784
  export type GetProjectsBlockHistory4$Outbound = {
9344
- action: string;
8785
+ action: "route-unblocked";
9345
8786
  route:
9346
8787
  | GetProjectsRouteProjects1$Outbound
9347
8788
  | GetProjectsRouteProjects2$Outbound;
@@ -9359,7 +8800,7 @@ export const GetProjectsBlockHistory4$outboundSchema: z.ZodType<
9359
8800
  z.ZodTypeDef,
9360
8801
  GetProjectsBlockHistory4
9361
8802
  > = z.object({
9362
- action: GetProjectsBlockHistoryProjectsResponse200Action$outboundSchema,
8803
+ action: z.literal("route-unblocked"),
9363
8804
  route: z.union([
9364
8805
  z.lazy(() => GetProjectsRouteProjects1$outboundSchema),
9365
8806
  z.lazy(() => GetProjectsRouteProjects2$outboundSchema),
@@ -9389,29 +8830,6 @@ export function getProjectsBlockHistory4FromJSON(
9389
8830
  );
9390
8831
  }
9391
8832
 
9392
- /** @internal */
9393
- export const GetProjectsBlockHistoryProjectsResponseAction$inboundSchema:
9394
- z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsResponseAction> = z
9395
- .nativeEnum(GetProjectsBlockHistoryProjectsResponseAction);
9396
- /** @internal */
9397
- export const GetProjectsBlockHistoryProjectsResponseAction$outboundSchema:
9398
- z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsResponseAction> =
9399
- GetProjectsBlockHistoryProjectsResponseAction$inboundSchema;
9400
-
9401
- /** @internal */
9402
- export const GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema:
9403
- z.ZodNativeEnum<
9404
- typeof GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType
9405
- > = z.nativeEnum(
9406
- GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType,
9407
- );
9408
- /** @internal */
9409
- export const GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema:
9410
- z.ZodNativeEnum<
9411
- typeof GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType
9412
- > =
9413
- GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema;
9414
-
9415
8833
  /** @internal */
9416
8834
  export const GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema:
9417
8835
  z.ZodType<
@@ -9467,15 +8885,14 @@ export const GetProjectsHasProjectsResponse2$inboundSchema: z.ZodType<
9467
8885
  z.ZodTypeDef,
9468
8886
  unknown
9469
8887
  > = z.object({
9470
- type:
9471
- GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema,
8888
+ type: z.literal("host"),
9472
8889
  value: z.lazy(() =>
9473
8890
  GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$inboundSchema
9474
8891
  ),
9475
8892
  });
9476
8893
  /** @internal */
9477
8894
  export type GetProjectsHasProjectsResponse2$Outbound = {
9478
- type: string;
8895
+ type: "host";
9479
8896
  value:
9480
8897
  GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$Outbound;
9481
8898
  };
@@ -9486,8 +8903,7 @@ export const GetProjectsHasProjectsResponse2$outboundSchema: z.ZodType<
9486
8903
  z.ZodTypeDef,
9487
8904
  GetProjectsHasProjectsResponse2
9488
8905
  > = z.object({
9489
- type:
9490
- GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema,
8906
+ type: z.literal("host"),
9491
8907
  value: z.lazy(() =>
9492
8908
  GetProjectsHasProjectsResponse200ApplicationJSONResponseBodyValue$outboundSchema
9493
8909
  ),
@@ -9512,15 +8928,6 @@ export function getProjectsHasProjectsResponse2FromJSON(
9512
8928
  );
9513
8929
  }
9514
8930
 
9515
- /** @internal */
9516
- export const GetProjectsHasProjectsResponse200ApplicationJSONType$inboundSchema:
9517
- z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200ApplicationJSONType> =
9518
- z.nativeEnum(GetProjectsHasProjectsResponse200ApplicationJSONType);
9519
- /** @internal */
9520
- export const GetProjectsHasProjectsResponse200ApplicationJSONType$outboundSchema:
9521
- z.ZodNativeEnum<typeof GetProjectsHasProjectsResponse200ApplicationJSONType> =
9522
- GetProjectsHasProjectsResponse200ApplicationJSONType$inboundSchema;
9523
-
9524
8931
  /** @internal */
9525
8932
  export const GetProjectsHasProjectsResponseKey$inboundSchema: z.ZodNativeEnum<
9526
8933
  typeof GetProjectsHasProjectsResponseKey
@@ -9586,7 +8993,7 @@ export const GetProjectsHasProjectsResponse1$inboundSchema: z.ZodType<
9586
8993
  z.ZodTypeDef,
9587
8994
  unknown
9588
8995
  > = z.object({
9589
- type: GetProjectsHasProjectsResponse200ApplicationJSONType$inboundSchema,
8996
+ type: z.literal("header"),
9590
8997
  key: GetProjectsHasProjectsResponseKey$inboundSchema,
9591
8998
  value: z.lazy(() =>
9592
8999
  GetProjectsHasProjectsResponse200ApplicationJSONValue$inboundSchema
@@ -9594,7 +9001,7 @@ export const GetProjectsHasProjectsResponse1$inboundSchema: z.ZodType<
9594
9001
  });
9595
9002
  /** @internal */
9596
9003
  export type GetProjectsHasProjectsResponse1$Outbound = {
9597
- type: string;
9004
+ type: "header";
9598
9005
  key: string;
9599
9006
  value: GetProjectsHasProjectsResponse200ApplicationJSONValue$Outbound;
9600
9007
  };
@@ -9605,7 +9012,7 @@ export const GetProjectsHasProjectsResponse1$outboundSchema: z.ZodType<
9605
9012
  z.ZodTypeDef,
9606
9013
  GetProjectsHasProjectsResponse1
9607
9014
  > = z.object({
9608
- type: GetProjectsHasProjectsResponse200ApplicationJSONType$outboundSchema,
9015
+ type: z.literal("header"),
9609
9016
  key: GetProjectsHasProjectsResponseKey$outboundSchema,
9610
9017
  value: z.lazy(() =>
9611
9018
  GetProjectsHasProjectsResponse200ApplicationJSONValue$outboundSchema
@@ -9869,7 +9276,7 @@ export const GetProjectsBlockHistory3$inboundSchema: z.ZodType<
9869
9276
  z.ZodTypeDef,
9870
9277
  unknown
9871
9278
  > = z.object({
9872
- action: GetProjectsBlockHistoryProjectsResponseAction$inboundSchema,
9279
+ action: z.literal("route-blocked"),
9873
9280
  route: z.union([
9874
9281
  z.lazy(() => GetProjectsRoute1$inboundSchema),
9875
9282
  z.lazy(() => GetProjectsRoute2$inboundSchema),
@@ -9883,7 +9290,7 @@ export const GetProjectsBlockHistory3$inboundSchema: z.ZodType<
9883
9290
  });
9884
9291
  /** @internal */
9885
9292
  export type GetProjectsBlockHistory3$Outbound = {
9886
- action: string;
9293
+ action: "route-blocked";
9887
9294
  route: GetProjectsRoute1$Outbound | GetProjectsRoute2$Outbound;
9888
9295
  reason: string;
9889
9296
  createdAt: number;
@@ -9899,7 +9306,7 @@ export const GetProjectsBlockHistory3$outboundSchema: z.ZodType<
9899
9306
  z.ZodTypeDef,
9900
9307
  GetProjectsBlockHistory3
9901
9308
  > = z.object({
9902
- action: GetProjectsBlockHistoryProjectsResponseAction$outboundSchema,
9309
+ action: z.literal("route-blocked"),
9903
9310
  route: z.union([
9904
9311
  z.lazy(() => GetProjectsRoute1$outboundSchema),
9905
9312
  z.lazy(() => GetProjectsRoute2$outboundSchema),
@@ -9929,23 +9336,13 @@ export function getProjectsBlockHistory3FromJSON(
9929
9336
  );
9930
9337
  }
9931
9338
 
9932
- /** @internal */
9933
- export const GetProjectsBlockHistoryProjectsAction$inboundSchema:
9934
- z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsAction> = z.nativeEnum(
9935
- GetProjectsBlockHistoryProjectsAction,
9936
- );
9937
- /** @internal */
9938
- export const GetProjectsBlockHistoryProjectsAction$outboundSchema:
9939
- z.ZodNativeEnum<typeof GetProjectsBlockHistoryProjectsAction> =
9940
- GetProjectsBlockHistoryProjectsAction$inboundSchema;
9941
-
9942
9339
  /** @internal */
9943
9340
  export const GetProjectsBlockHistory2$inboundSchema: z.ZodType<
9944
9341
  GetProjectsBlockHistory2,
9945
9342
  z.ZodTypeDef,
9946
9343
  unknown
9947
9344
  > = z.object({
9948
- action: GetProjectsBlockHistoryProjectsAction$inboundSchema,
9345
+ action: z.literal("unblocked"),
9949
9346
  createdAt: z.number(),
9950
9347
  caseId: z.string().optional(),
9951
9348
  actor: z.string().optional(),
@@ -9954,7 +9351,7 @@ export const GetProjectsBlockHistory2$inboundSchema: z.ZodType<
9954
9351
  });
9955
9352
  /** @internal */
9956
9353
  export type GetProjectsBlockHistory2$Outbound = {
9957
- action: string;
9354
+ action: "unblocked";
9958
9355
  createdAt: number;
9959
9356
  caseId?: string | undefined;
9960
9357
  actor?: string | undefined;
@@ -9968,7 +9365,7 @@ export const GetProjectsBlockHistory2$outboundSchema: z.ZodType<
9968
9365
  z.ZodTypeDef,
9969
9366
  GetProjectsBlockHistory2
9970
9367
  > = z.object({
9971
- action: GetProjectsBlockHistoryProjectsAction$outboundSchema,
9368
+ action: z.literal("unblocked"),
9972
9369
  createdAt: z.number(),
9973
9370
  caseId: z.string().optional(),
9974
9371
  actor: z.string().optional(),
@@ -9993,22 +9390,13 @@ export function getProjectsBlockHistory2FromJSON(
9993
9390
  );
9994
9391
  }
9995
9392
 
9996
- /** @internal */
9997
- export const GetProjectsBlockHistoryAction$inboundSchema: z.ZodNativeEnum<
9998
- typeof GetProjectsBlockHistoryAction
9999
- > = z.nativeEnum(GetProjectsBlockHistoryAction);
10000
- /** @internal */
10001
- export const GetProjectsBlockHistoryAction$outboundSchema: z.ZodNativeEnum<
10002
- typeof GetProjectsBlockHistoryAction
10003
- > = GetProjectsBlockHistoryAction$inboundSchema;
10004
-
10005
9393
  /** @internal */
10006
9394
  export const GetProjectsBlockHistory1$inboundSchema: z.ZodType<
10007
9395
  GetProjectsBlockHistory1,
10008
9396
  z.ZodTypeDef,
10009
9397
  unknown
10010
9398
  > = z.object({
10011
- action: GetProjectsBlockHistoryAction$inboundSchema,
9399
+ action: z.literal("blocked"),
10012
9400
  reason: z.string(),
10013
9401
  statusCode: z.number(),
10014
9402
  createdAt: z.number(),
@@ -10019,7 +9407,7 @@ export const GetProjectsBlockHistory1$inboundSchema: z.ZodType<
10019
9407
  });
10020
9408
  /** @internal */
10021
9409
  export type GetProjectsBlockHistory1$Outbound = {
10022
- action: string;
9410
+ action: "blocked";
10023
9411
  reason: string;
10024
9412
  statusCode: number;
10025
9413
  createdAt: number;
@@ -10035,7 +9423,7 @@ export const GetProjectsBlockHistory1$outboundSchema: z.ZodType<
10035
9423
  z.ZodTypeDef,
10036
9424
  GetProjectsBlockHistory1
10037
9425
  > = z.object({
10038
- action: GetProjectsBlockHistoryAction$outboundSchema,
9426
+ action: z.literal("blocked"),
10039
9427
  reason: z.string(),
10040
9428
  statusCode: z.number(),
10041
9429
  createdAt: z.number(),
@@ -10069,16 +9457,16 @@ export const GetProjectsBlockHistory$inboundSchema: z.ZodType<
10069
9457
  unknown
10070
9458
  > = z.union([
10071
9459
  z.lazy(() => GetProjectsBlockHistory1$inboundSchema),
9460
+ z.lazy(() => GetProjectsBlockHistory2$inboundSchema),
10072
9461
  z.lazy(() => GetProjectsBlockHistory3$inboundSchema),
10073
9462
  z.lazy(() => GetProjectsBlockHistory4$inboundSchema),
10074
- z.lazy(() => GetProjectsBlockHistory2$inboundSchema),
10075
9463
  ]);
10076
9464
  /** @internal */
10077
9465
  export type GetProjectsBlockHistory$Outbound =
10078
9466
  | GetProjectsBlockHistory1$Outbound
9467
+ | GetProjectsBlockHistory2$Outbound
10079
9468
  | GetProjectsBlockHistory3$Outbound
10080
- | GetProjectsBlockHistory4$Outbound
10081
- | GetProjectsBlockHistory2$Outbound;
9469
+ | GetProjectsBlockHistory4$Outbound;
10082
9470
 
10083
9471
  /** @internal */
10084
9472
  export const GetProjectsBlockHistory$outboundSchema: z.ZodType<
@@ -10087,9 +9475,9 @@ export const GetProjectsBlockHistory$outboundSchema: z.ZodType<
10087
9475
  GetProjectsBlockHistory
10088
9476
  > = z.union([
10089
9477
  z.lazy(() => GetProjectsBlockHistory1$outboundSchema),
9478
+ z.lazy(() => GetProjectsBlockHistory2$outboundSchema),
10090
9479
  z.lazy(() => GetProjectsBlockHistory3$outboundSchema),
10091
9480
  z.lazy(() => GetProjectsBlockHistory4$outboundSchema),
10092
- z.lazy(() => GetProjectsBlockHistory2$outboundSchema),
10093
9481
  ]);
10094
9482
 
10095
9483
  export function getProjectsBlockHistoryToJSON(
@@ -10122,9 +9510,9 @@ export const GetProjectsAbuse$inboundSchema: z.ZodType<
10122
9510
  blockHistory: z.array(
10123
9511
  z.union([
10124
9512
  z.lazy(() => GetProjectsBlockHistory1$inboundSchema),
9513
+ z.lazy(() => GetProjectsBlockHistory2$inboundSchema),
10125
9514
  z.lazy(() => GetProjectsBlockHistory3$inboundSchema),
10126
9515
  z.lazy(() => GetProjectsBlockHistory4$inboundSchema),
10127
- z.lazy(() => GetProjectsBlockHistory2$inboundSchema),
10128
9516
  ]),
10129
9517
  ).optional(),
10130
9518
  interstitial: z.boolean().optional(),
@@ -10138,9 +9526,9 @@ export type GetProjectsAbuse$Outbound = {
10138
9526
  blockHistory?:
10139
9527
  | Array<
10140
9528
  | GetProjectsBlockHistory1$Outbound
9529
+ | GetProjectsBlockHistory2$Outbound
10141
9530
  | GetProjectsBlockHistory3$Outbound
10142
9531
  | GetProjectsBlockHistory4$Outbound
10143
- | GetProjectsBlockHistory2$Outbound
10144
9532
  >
10145
9533
  | undefined;
10146
9534
  interstitial?: boolean | undefined;
@@ -10159,9 +9547,9 @@ export const GetProjectsAbuse$outboundSchema: z.ZodType<
10159
9547
  blockHistory: z.array(
10160
9548
  z.union([
10161
9549
  z.lazy(() => GetProjectsBlockHistory1$outboundSchema),
9550
+ z.lazy(() => GetProjectsBlockHistory2$outboundSchema),
10162
9551
  z.lazy(() => GetProjectsBlockHistory3$outboundSchema),
10163
9552
  z.lazy(() => GetProjectsBlockHistory4$outboundSchema),
10164
- z.lazy(() => GetProjectsBlockHistory2$outboundSchema),
10165
9553
  ]),
10166
9554
  ).optional(),
10167
9555
  interstitial: z.boolean().optional(),
@@ -10184,15 +9572,6 @@ export function getProjectsAbuseFromJSON(
10184
9572
  );
10185
9573
  }
10186
9574
 
10187
- /** @internal */
10188
- export const GetProjectsHasProjectsType$inboundSchema: z.ZodNativeEnum<
10189
- typeof GetProjectsHasProjectsType
10190
- > = z.nativeEnum(GetProjectsHasProjectsType);
10191
- /** @internal */
10192
- export const GetProjectsHasProjectsType$outboundSchema: z.ZodNativeEnum<
10193
- typeof GetProjectsHasProjectsType
10194
- > = GetProjectsHasProjectsType$inboundSchema;
10195
-
10196
9575
  /** @internal */
10197
9576
  export const GetProjectsHasProjectsValue$inboundSchema: z.ZodType<
10198
9577
  GetProjectsHasProjectsValue,
@@ -10240,12 +9619,12 @@ export const GetProjectsHas2$inboundSchema: z.ZodType<
10240
9619
  z.ZodTypeDef,
10241
9620
  unknown
10242
9621
  > = z.object({
10243
- type: GetProjectsHasProjectsType$inboundSchema,
9622
+ type: z.literal("host"),
10244
9623
  value: z.lazy(() => GetProjectsHasProjectsValue$inboundSchema),
10245
9624
  });
10246
9625
  /** @internal */
10247
9626
  export type GetProjectsHas2$Outbound = {
10248
- type: string;
9627
+ type: "host";
10249
9628
  value: GetProjectsHasProjectsValue$Outbound;
10250
9629
  };
10251
9630
 
@@ -10255,7 +9634,7 @@ export const GetProjectsHas2$outboundSchema: z.ZodType<
10255
9634
  z.ZodTypeDef,
10256
9635
  GetProjectsHas2
10257
9636
  > = z.object({
10258
- type: GetProjectsHasProjectsType$outboundSchema,
9637
+ type: z.literal("host"),
10259
9638
  value: z.lazy(() => GetProjectsHasProjectsValue$outboundSchema),
10260
9639
  });
10261
9640
 
@@ -10274,15 +9653,6 @@ export function getProjectsHas2FromJSON(
10274
9653
  );
10275
9654
  }
10276
9655
 
10277
- /** @internal */
10278
- export const GetProjectsHasType$inboundSchema: z.ZodNativeEnum<
10279
- typeof GetProjectsHasType
10280
- > = z.nativeEnum(GetProjectsHasType);
10281
- /** @internal */
10282
- export const GetProjectsHasType$outboundSchema: z.ZodNativeEnum<
10283
- typeof GetProjectsHasType
10284
- > = GetProjectsHasType$inboundSchema;
10285
-
10286
9656
  /** @internal */
10287
9657
  export const GetProjectsHasKey$inboundSchema: z.ZodNativeEnum<
10288
9658
  typeof GetProjectsHasKey
@@ -10337,13 +9707,13 @@ export const GetProjectsHas1$inboundSchema: z.ZodType<
10337
9707
  z.ZodTypeDef,
10338
9708
  unknown
10339
9709
  > = z.object({
10340
- type: GetProjectsHasType$inboundSchema,
9710
+ type: z.literal("header"),
10341
9711
  key: GetProjectsHasKey$inboundSchema,
10342
9712
  value: z.lazy(() => GetProjectsHasValue$inboundSchema),
10343
9713
  });
10344
9714
  /** @internal */
10345
9715
  export type GetProjectsHas1$Outbound = {
10346
- type: string;
9716
+ type: "header";
10347
9717
  key: string;
10348
9718
  value: GetProjectsHasValue$Outbound;
10349
9719
  };
@@ -10354,7 +9724,7 @@ export const GetProjectsHas1$outboundSchema: z.ZodType<
10354
9724
  z.ZodTypeDef,
10355
9725
  GetProjectsHas1
10356
9726
  > = z.object({
10357
- type: GetProjectsHasType$outboundSchema,
9727
+ type: z.literal("header"),
10358
9728
  key: GetProjectsHasKey$outboundSchema,
10359
9729
  value: z.lazy(() => GetProjectsHasValue$outboundSchema),
10360
9730
  });
@@ -10880,11 +10250,11 @@ export const GetProjectsProjects$inboundSchema: z.ZodType<
10880
10250
  z.lazy(() => GetProjectsLatestDeployments$inboundSchema),
10881
10251
  ).optional(),
10882
10252
  link: z.union([
10883
- z.lazy(() => GetProjectsLink4$inboundSchema),
10884
- z.lazy(() => GetProjectsLink5$inboundSchema),
10885
- z.lazy(() => GetProjectsLink3$inboundSchema),
10886
10253
  z.lazy(() => GetProjectsLink1$inboundSchema),
10887
10254
  z.lazy(() => GetProjectsLink2$inboundSchema),
10255
+ z.lazy(() => GetProjectsLink3$inboundSchema),
10256
+ z.lazy(() => GetProjectsLink4$inboundSchema),
10257
+ z.lazy(() => GetProjectsLink5$inboundSchema),
10888
10258
  ]).optional(),
10889
10259
  microfrontends: z.union([
10890
10260
  z.lazy(() => GetProjectsMicrofrontends1$inboundSchema),
@@ -11016,11 +10386,11 @@ export type GetProjectsProjects$Outbound = {
11016
10386
  ipBuckets?: Array<GetProjectsIpBuckets$Outbound> | undefined;
11017
10387
  latestDeployments?: Array<GetProjectsLatestDeployments$Outbound> | undefined;
11018
10388
  link?:
11019
- | GetProjectsLink4$Outbound
11020
- | GetProjectsLink5$Outbound
11021
- | GetProjectsLink3$Outbound
11022
10389
  | GetProjectsLink1$Outbound
11023
10390
  | GetProjectsLink2$Outbound
10391
+ | GetProjectsLink3$Outbound
10392
+ | GetProjectsLink4$Outbound
10393
+ | GetProjectsLink5$Outbound
11024
10394
  | undefined;
11025
10395
  microfrontends?:
11026
10396
  | GetProjectsMicrofrontends1$Outbound
@@ -11141,11 +10511,11 @@ export const GetProjectsProjects$outboundSchema: z.ZodType<
11141
10511
  z.lazy(() => GetProjectsLatestDeployments$outboundSchema),
11142
10512
  ).optional(),
11143
10513
  link: z.union([
11144
- z.lazy(() => GetProjectsLink4$outboundSchema),
11145
- z.lazy(() => GetProjectsLink5$outboundSchema),
11146
- z.lazy(() => GetProjectsLink3$outboundSchema),
11147
10514
  z.lazy(() => GetProjectsLink1$outboundSchema),
11148
10515
  z.lazy(() => GetProjectsLink2$outboundSchema),
10516
+ z.lazy(() => GetProjectsLink3$outboundSchema),
10517
+ z.lazy(() => GetProjectsLink4$outboundSchema),
10518
+ z.lazy(() => GetProjectsLink5$outboundSchema),
11149
10519
  ]).optional(),
11150
10520
  microfrontends: z.union([
11151
10521
  z.lazy(() => GetProjectsMicrofrontends1$outboundSchema),