@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
@@ -280,236 +280,85 @@ export type CreateProjectEnvCreatedType = ClosedEnum<
280
280
  typeof CreateProjectEnvCreatedType
281
281
  >;
282
282
 
283
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type =
284
- {
285
- FlagsConnectionString: "flags-connection-string",
286
- } as const;
287
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type =
288
- ClosedEnum<
289
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type
290
- >;
291
-
292
283
  export type CreateProjectEnvContentHintProjects15 = {
293
- type:
294
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type;
284
+ type: "flags-connection-string";
295
285
  projectId: string;
296
286
  };
297
287
 
298
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated214Type =
299
- {
300
- IntegrationStoreSecret: "integration-store-secret",
301
- } as const;
302
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated214Type =
303
- ClosedEnum<
304
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated214Type
305
- >;
306
-
307
288
  export type CreateProjectEnvContentHintProjects14 = {
308
- type:
309
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated214Type;
289
+ type: "integration-store-secret";
310
290
  storeId: string;
311
291
  integrationId: string;
312
292
  integrationProductId: string;
313
293
  integrationConfigurationId: string;
314
294
  };
315
295
 
316
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated213Type =
317
- {
318
- PostgresUrlNoSsl: "postgres-url-no-ssl",
319
- } as const;
320
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated213Type =
321
- ClosedEnum<
322
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated213Type
323
- >;
324
-
325
296
  export type CreateProjectEnvContentHintProjects13 = {
326
- type:
327
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated213Type;
297
+ type: "postgres-url-no-ssl";
328
298
  storeId: string;
329
299
  };
330
300
 
331
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated212Type =
332
- {
333
- PostgresDatabase: "postgres-database",
334
- } as const;
335
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated212Type =
336
- ClosedEnum<
337
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated212Type
338
- >;
339
-
340
301
  export type CreateProjectEnvContentHintProjects12 = {
341
- type:
342
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated212Type;
302
+ type: "postgres-database";
343
303
  storeId: string;
344
304
  };
345
305
 
346
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated211Type =
347
- {
348
- PostgresPassword: "postgres-password",
349
- } as const;
350
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated211Type =
351
- ClosedEnum<
352
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated211Type
353
- >;
354
-
355
306
  export type CreateProjectEnvContentHintProjects11 = {
356
- type:
357
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated211Type;
307
+ type: "postgres-password";
358
308
  storeId: string;
359
309
  };
360
310
 
361
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated210Type =
362
- {
363
- PostgresHost: "postgres-host",
364
- } as const;
365
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated210Type =
366
- ClosedEnum<
367
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated210Type
368
- >;
369
-
370
311
  export type CreateProjectEnvContentHintProjects10 = {
371
- type:
372
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated210Type;
312
+ type: "postgres-host";
373
313
  storeId: string;
374
314
  };
375
315
 
376
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated29Type =
377
- {
378
- PostgresUser: "postgres-user",
379
- } as const;
380
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated29Type =
381
- ClosedEnum<
382
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated29Type
383
- >;
384
-
385
316
  export type CreateProjectEnvContentHintProjects9 = {
386
- type:
387
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated29Type;
317
+ type: "postgres-user";
388
318
  storeId: string;
389
319
  };
390
320
 
391
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated28Type =
392
- {
393
- PostgresPrismaUrl: "postgres-prisma-url",
394
- } as const;
395
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated28Type =
396
- ClosedEnum<
397
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated28Type
398
- >;
399
-
400
321
  export type CreateProjectEnvContentHintProjects8 = {
401
- type:
402
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated28Type;
322
+ type: "postgres-prisma-url";
403
323
  storeId: string;
404
324
  };
405
325
 
406
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated27Type =
407
- {
408
- PostgresUrlNonPooling: "postgres-url-non-pooling",
409
- } as const;
410
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated27Type =
411
- ClosedEnum<
412
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated27Type
413
- >;
414
-
415
326
  export type CreateProjectEnvContentHintProjects7 = {
416
- type:
417
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated27Type;
327
+ type: "postgres-url-non-pooling";
418
328
  storeId: string;
419
329
  };
420
330
 
421
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated26Type =
422
- {
423
- PostgresUrl: "postgres-url",
424
- } as const;
425
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated26Type =
426
- ClosedEnum<
427
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated26Type
428
- >;
429
-
430
331
  export type CreateProjectEnvContentHintProjects6 = {
431
- type:
432
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated26Type;
332
+ type: "postgres-url";
433
333
  storeId: string;
434
334
  };
435
335
 
436
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated25Type =
437
- {
438
- BlobReadWriteToken: "blob-read-write-token",
439
- } as const;
440
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated25Type =
441
- ClosedEnum<
442
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated25Type
443
- >;
444
-
445
336
  export type CreateProjectEnvContentHintProjects5 = {
446
- type:
447
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated25Type;
337
+ type: "blob-read-write-token";
448
338
  storeId: string;
449
339
  };
450
340
 
451
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated24Type =
452
- {
453
- RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
454
- } as const;
455
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated24Type =
456
- ClosedEnum<
457
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated24Type
458
- >;
459
-
460
341
  export type CreateProjectEnvContentHintProjects4 = {
461
- type:
462
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated24Type;
342
+ type: "redis-rest-api-read-only-token";
463
343
  storeId: string;
464
344
  };
465
345
 
466
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated23Type =
467
- {
468
- RedisRestApiToken: "redis-rest-api-token",
469
- } as const;
470
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated23Type =
471
- ClosedEnum<
472
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated23Type
473
- >;
474
-
475
346
  export type CreateProjectEnvContentHintProjects3 = {
476
- type:
477
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated23Type;
347
+ type: "redis-rest-api-token";
478
348
  storeId: string;
479
349
  };
480
350
 
481
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated22Type =
482
- {
483
- RedisRestApiUrl: "redis-rest-api-url",
484
- } as const;
485
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated22Type =
486
- ClosedEnum<
487
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated22Type
488
- >;
489
-
490
351
  export type CreateProjectEnvContentHintProjects2 = {
491
- type:
492
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated22Type;
352
+ type: "redis-rest-api-url";
493
353
  storeId: string;
494
354
  };
495
355
 
496
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated2Type =
497
- {
498
- RedisUrl: "redis-url",
499
- } as const;
500
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated2Type =
501
- ClosedEnum<
502
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated2Type
503
- >;
504
-
505
356
  export type CreateProjectEnvContentHintProjects1 = {
506
- type:
507
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated2Type;
357
+ type: "redis-url";
508
358
  storeId: string;
509
359
  };
510
360
 
511
361
  export type CreateProjectEnvCreatedContentHint =
512
- | CreateProjectEnvContentHintProjects14
513
362
  | CreateProjectEnvContentHintProjects1
514
363
  | CreateProjectEnvContentHintProjects2
515
364
  | CreateProjectEnvContentHintProjects3
@@ -523,6 +372,7 @@ export type CreateProjectEnvCreatedContentHint =
523
372
  | CreateProjectEnvContentHintProjects11
524
373
  | CreateProjectEnvContentHintProjects12
525
374
  | CreateProjectEnvContentHintProjects13
375
+ | CreateProjectEnvContentHintProjects14
526
376
  | CreateProjectEnvContentHintProjects15;
527
377
 
528
378
  export const CreateProjectEnvCreatedProjectsResponseType = {
@@ -564,7 +414,6 @@ export type Created2 = {
564
414
  edgeConfigId?: string | null | undefined;
565
415
  edgeConfigTokenId?: string | null | undefined;
566
416
  contentHint?:
567
- | CreateProjectEnvContentHintProjects14
568
417
  | CreateProjectEnvContentHintProjects1
569
418
  | CreateProjectEnvContentHintProjects2
570
419
  | CreateProjectEnvContentHintProjects3
@@ -578,6 +427,7 @@ export type Created2 = {
578
427
  | CreateProjectEnvContentHintProjects11
579
428
  | CreateProjectEnvContentHintProjects12
580
429
  | CreateProjectEnvContentHintProjects13
430
+ | CreateProjectEnvContentHintProjects14
581
431
  | CreateProjectEnvContentHintProjects15
582
432
  | null
583
433
  | undefined;
@@ -624,223 +474,85 @@ export const CreatedType = {
624
474
  } as const;
625
475
  export type CreatedType = ClosedEnum<typeof CreatedType>;
626
476
 
627
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type =
628
- {
629
- FlagsConnectionString: "flags-connection-string",
630
- } as const;
631
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type =
632
- ClosedEnum<
633
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type
634
- >;
635
-
636
477
  export type CreateProjectEnvContentHint15 = {
637
- type:
638
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type;
478
+ type: "flags-connection-string";
639
479
  projectId: string;
640
480
  };
641
481
 
642
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated114Type =
643
- {
644
- IntegrationStoreSecret: "integration-store-secret",
645
- } as const;
646
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated114Type =
647
- ClosedEnum<
648
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated114Type
649
- >;
650
-
651
482
  export type CreateProjectEnvContentHint14 = {
652
- type:
653
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated114Type;
483
+ type: "integration-store-secret";
654
484
  storeId: string;
655
485
  integrationId: string;
656
486
  integrationProductId: string;
657
487
  integrationConfigurationId: string;
658
488
  };
659
489
 
660
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated113Type =
661
- {
662
- PostgresUrlNoSsl: "postgres-url-no-ssl",
663
- } as const;
664
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated113Type =
665
- ClosedEnum<
666
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated113Type
667
- >;
668
-
669
490
  export type CreateProjectEnvContentHint13 = {
670
- type:
671
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated113Type;
491
+ type: "postgres-url-no-ssl";
672
492
  storeId: string;
673
493
  };
674
494
 
675
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated112Type =
676
- {
677
- PostgresDatabase: "postgres-database",
678
- } as const;
679
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated112Type =
680
- ClosedEnum<
681
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated112Type
682
- >;
683
-
684
495
  export type CreateProjectEnvContentHint12 = {
685
- type:
686
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated112Type;
496
+ type: "postgres-database";
687
497
  storeId: string;
688
498
  };
689
499
 
690
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated111Type =
691
- {
692
- PostgresPassword: "postgres-password",
693
- } as const;
694
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated111Type =
695
- ClosedEnum<
696
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated111Type
697
- >;
698
-
699
500
  export type CreateProjectEnvContentHint11 = {
700
- type:
701
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated111Type;
501
+ type: "postgres-password";
702
502
  storeId: string;
703
503
  };
704
504
 
705
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated110Type =
706
- {
707
- PostgresHost: "postgres-host",
708
- } as const;
709
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated110Type =
710
- ClosedEnum<
711
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated110Type
712
- >;
713
-
714
505
  export type CreateProjectEnvContentHint10 = {
715
- type:
716
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated110Type;
506
+ type: "postgres-host";
717
507
  storeId: string;
718
508
  };
719
509
 
720
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated19Type =
721
- {
722
- PostgresUser: "postgres-user",
723
- } as const;
724
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated19Type =
725
- ClosedEnum<
726
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated19Type
727
- >;
728
-
729
510
  export type CreateProjectEnvContentHint9 = {
730
- type:
731
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated19Type;
511
+ type: "postgres-user";
732
512
  storeId: string;
733
513
  };
734
514
 
735
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated1Type =
736
- {
737
- PostgresPrismaUrl: "postgres-prisma-url",
738
- } as const;
739
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated1Type =
740
- ClosedEnum<
741
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated1Type
742
- >;
743
-
744
515
  export type CreateProjectEnvContentHint8 = {
745
- type:
746
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated1Type;
516
+ type: "postgres-prisma-url";
747
517
  storeId: string;
748
518
  };
749
519
 
750
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreatedType =
751
- {
752
- PostgresUrlNonPooling: "postgres-url-non-pooling",
753
- } as const;
754
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreatedType =
755
- ClosedEnum<
756
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreatedType
757
- >;
758
-
759
520
  export type CreateProjectEnvContentHint7 = {
760
- type:
761
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreatedType;
521
+ type: "postgres-url-non-pooling";
762
522
  storeId: string;
763
523
  };
764
524
 
765
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyType =
766
- {
767
- PostgresUrl: "postgres-url",
768
- } as const;
769
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyType =
770
- ClosedEnum<
771
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyType
772
- >;
773
-
774
525
  export type CreateProjectEnvContentHint6 = {
775
- type:
776
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyType;
526
+ type: "postgres-url";
777
527
  storeId: string;
778
528
  };
779
529
 
780
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONType =
781
- {
782
- BlobReadWriteToken: "blob-read-write-token",
783
- } as const;
784
- export type CreateProjectEnvContentHintProjectsResponse201ApplicationJSONType =
785
- ClosedEnum<
786
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONType
787
- >;
788
-
789
530
  export type CreateProjectEnvContentHint5 = {
790
- type: CreateProjectEnvContentHintProjectsResponse201ApplicationJSONType;
531
+ type: "blob-read-write-token";
791
532
  storeId: string;
792
533
  };
793
534
 
794
- export const CreateProjectEnvContentHintProjectsResponse201Type = {
795
- RedisRestApiReadOnlyToken: "redis-rest-api-read-only-token",
796
- } as const;
797
- export type CreateProjectEnvContentHintProjectsResponse201Type = ClosedEnum<
798
- typeof CreateProjectEnvContentHintProjectsResponse201Type
799
- >;
800
-
801
535
  export type CreateProjectEnvContentHint4 = {
802
- type: CreateProjectEnvContentHintProjectsResponse201Type;
536
+ type: "redis-rest-api-read-only-token";
803
537
  storeId: string;
804
538
  };
805
539
 
806
- export const CreateProjectEnvContentHintProjectsResponseType = {
807
- RedisRestApiToken: "redis-rest-api-token",
808
- } as const;
809
- export type CreateProjectEnvContentHintProjectsResponseType = ClosedEnum<
810
- typeof CreateProjectEnvContentHintProjectsResponseType
811
- >;
812
-
813
540
  export type CreateProjectEnvContentHint3 = {
814
- type: CreateProjectEnvContentHintProjectsResponseType;
541
+ type: "redis-rest-api-token";
815
542
  storeId: string;
816
543
  };
817
544
 
818
- export const CreateProjectEnvContentHintProjectsType = {
819
- RedisRestApiUrl: "redis-rest-api-url",
820
- } as const;
821
- export type CreateProjectEnvContentHintProjectsType = ClosedEnum<
822
- typeof CreateProjectEnvContentHintProjectsType
823
- >;
824
-
825
545
  export type CreateProjectEnvContentHint2 = {
826
- type: CreateProjectEnvContentHintProjectsType;
546
+ type: "redis-rest-api-url";
827
547
  storeId: string;
828
548
  };
829
549
 
830
- export const CreateProjectEnvContentHintType = {
831
- RedisUrl: "redis-url",
832
- } as const;
833
- export type CreateProjectEnvContentHintType = ClosedEnum<
834
- typeof CreateProjectEnvContentHintType
835
- >;
836
-
837
550
  export type CreateProjectEnvContentHint1 = {
838
- type: CreateProjectEnvContentHintType;
551
+ type: "redis-url";
839
552
  storeId: string;
840
553
  };
841
554
 
842
555
  export type CreatedContentHint =
843
- | CreateProjectEnvContentHint14
844
556
  | CreateProjectEnvContentHint1
845
557
  | CreateProjectEnvContentHint2
846
558
  | CreateProjectEnvContentHint3
@@ -854,6 +566,7 @@ export type CreatedContentHint =
854
566
  | CreateProjectEnvContentHint11
855
567
  | CreateProjectEnvContentHint12
856
568
  | CreateProjectEnvContentHint13
569
+ | CreateProjectEnvContentHint14
857
570
  | CreateProjectEnvContentHint15;
858
571
 
859
572
  export const CreateProjectEnvCreatedProjectsType = {
@@ -895,7 +608,6 @@ export type Created1 = {
895
608
  edgeConfigId?: string | null | undefined;
896
609
  edgeConfigTokenId?: string | null | undefined;
897
610
  contentHint?:
898
- | CreateProjectEnvContentHint14
899
611
  | CreateProjectEnvContentHint1
900
612
  | CreateProjectEnvContentHint2
901
613
  | CreateProjectEnvContentHint3
@@ -909,6 +621,7 @@ export type Created1 = {
909
621
  | CreateProjectEnvContentHint11
910
622
  | CreateProjectEnvContentHint12
911
623
  | CreateProjectEnvContentHint13
624
+ | CreateProjectEnvContentHint14
912
625
  | CreateProjectEnvContentHint15
913
626
  | null
914
627
  | undefined;
@@ -1544,33 +1257,18 @@ export const CreateProjectEnvCreatedType$outboundSchema: z.ZodNativeEnum<
1544
1257
  typeof CreateProjectEnvCreatedType
1545
1258
  > = CreateProjectEnvCreatedType$inboundSchema;
1546
1259
 
1547
- /** @internal */
1548
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type$inboundSchema:
1549
- z.ZodNativeEnum<
1550
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type
1551
- > = z.nativeEnum(
1552
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type,
1553
- );
1554
- /** @internal */
1555
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type$outboundSchema:
1556
- z.ZodNativeEnum<
1557
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type
1558
- > =
1559
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type$inboundSchema;
1560
-
1561
1260
  /** @internal */
1562
1261
  export const CreateProjectEnvContentHintProjects15$inboundSchema: z.ZodType<
1563
1262
  CreateProjectEnvContentHintProjects15,
1564
1263
  z.ZodTypeDef,
1565
1264
  unknown
1566
1265
  > = z.object({
1567
- type:
1568
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type$inboundSchema,
1266
+ type: z.literal("flags-connection-string"),
1569
1267
  projectId: z.string(),
1570
1268
  });
1571
1269
  /** @internal */
1572
1270
  export type CreateProjectEnvContentHintProjects15$Outbound = {
1573
- type: string;
1271
+ type: "flags-connection-string";
1574
1272
  projectId: string;
1575
1273
  };
1576
1274
 
@@ -1580,8 +1278,7 @@ export const CreateProjectEnvContentHintProjects15$outboundSchema: z.ZodType<
1580
1278
  z.ZodTypeDef,
1581
1279
  CreateProjectEnvContentHintProjects15
1582
1280
  > = z.object({
1583
- type:
1584
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type$outboundSchema,
1281
+ type: z.literal("flags-connection-string"),
1585
1282
  projectId: z.string(),
1586
1283
  });
1587
1284
 
@@ -1605,28 +1302,13 @@ export function createProjectEnvContentHintProjects15FromJSON(
1605
1302
  );
1606
1303
  }
1607
1304
 
1608
- /** @internal */
1609
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated214Type$inboundSchema:
1610
- z.ZodNativeEnum<
1611
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated214Type
1612
- > = z.nativeEnum(
1613
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated214Type,
1614
- );
1615
- /** @internal */
1616
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated214Type$outboundSchema:
1617
- z.ZodNativeEnum<
1618
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated214Type
1619
- > =
1620
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated214Type$inboundSchema;
1621
-
1622
1305
  /** @internal */
1623
1306
  export const CreateProjectEnvContentHintProjects14$inboundSchema: z.ZodType<
1624
1307
  CreateProjectEnvContentHintProjects14,
1625
1308
  z.ZodTypeDef,
1626
1309
  unknown
1627
1310
  > = z.object({
1628
- type:
1629
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated214Type$inboundSchema,
1311
+ type: z.literal("integration-store-secret"),
1630
1312
  storeId: z.string(),
1631
1313
  integrationId: z.string(),
1632
1314
  integrationProductId: z.string(),
@@ -1634,7 +1316,7 @@ export const CreateProjectEnvContentHintProjects14$inboundSchema: z.ZodType<
1634
1316
  });
1635
1317
  /** @internal */
1636
1318
  export type CreateProjectEnvContentHintProjects14$Outbound = {
1637
- type: string;
1319
+ type: "integration-store-secret";
1638
1320
  storeId: string;
1639
1321
  integrationId: string;
1640
1322
  integrationProductId: string;
@@ -1647,8 +1329,7 @@ export const CreateProjectEnvContentHintProjects14$outboundSchema: z.ZodType<
1647
1329
  z.ZodTypeDef,
1648
1330
  CreateProjectEnvContentHintProjects14
1649
1331
  > = z.object({
1650
- type:
1651
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated214Type$outboundSchema,
1332
+ type: z.literal("integration-store-secret"),
1652
1333
  storeId: z.string(),
1653
1334
  integrationId: z.string(),
1654
1335
  integrationProductId: z.string(),
@@ -1675,33 +1356,18 @@ export function createProjectEnvContentHintProjects14FromJSON(
1675
1356
  );
1676
1357
  }
1677
1358
 
1678
- /** @internal */
1679
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated213Type$inboundSchema:
1680
- z.ZodNativeEnum<
1681
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated213Type
1682
- > = z.nativeEnum(
1683
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated213Type,
1684
- );
1685
- /** @internal */
1686
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated213Type$outboundSchema:
1687
- z.ZodNativeEnum<
1688
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated213Type
1689
- > =
1690
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated213Type$inboundSchema;
1691
-
1692
1359
  /** @internal */
1693
1360
  export const CreateProjectEnvContentHintProjects13$inboundSchema: z.ZodType<
1694
1361
  CreateProjectEnvContentHintProjects13,
1695
1362
  z.ZodTypeDef,
1696
1363
  unknown
1697
1364
  > = z.object({
1698
- type:
1699
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated213Type$inboundSchema,
1365
+ type: z.literal("postgres-url-no-ssl"),
1700
1366
  storeId: z.string(),
1701
1367
  });
1702
1368
  /** @internal */
1703
1369
  export type CreateProjectEnvContentHintProjects13$Outbound = {
1704
- type: string;
1370
+ type: "postgres-url-no-ssl";
1705
1371
  storeId: string;
1706
1372
  };
1707
1373
 
@@ -1711,8 +1377,7 @@ export const CreateProjectEnvContentHintProjects13$outboundSchema: z.ZodType<
1711
1377
  z.ZodTypeDef,
1712
1378
  CreateProjectEnvContentHintProjects13
1713
1379
  > = z.object({
1714
- type:
1715
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated213Type$outboundSchema,
1380
+ type: z.literal("postgres-url-no-ssl"),
1716
1381
  storeId: z.string(),
1717
1382
  });
1718
1383
 
@@ -1736,33 +1401,18 @@ export function createProjectEnvContentHintProjects13FromJSON(
1736
1401
  );
1737
1402
  }
1738
1403
 
1739
- /** @internal */
1740
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated212Type$inboundSchema:
1741
- z.ZodNativeEnum<
1742
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated212Type
1743
- > = z.nativeEnum(
1744
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated212Type,
1745
- );
1746
- /** @internal */
1747
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated212Type$outboundSchema:
1748
- z.ZodNativeEnum<
1749
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated212Type
1750
- > =
1751
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated212Type$inboundSchema;
1752
-
1753
1404
  /** @internal */
1754
1405
  export const CreateProjectEnvContentHintProjects12$inboundSchema: z.ZodType<
1755
1406
  CreateProjectEnvContentHintProjects12,
1756
1407
  z.ZodTypeDef,
1757
1408
  unknown
1758
1409
  > = z.object({
1759
- type:
1760
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated212Type$inboundSchema,
1410
+ type: z.literal("postgres-database"),
1761
1411
  storeId: z.string(),
1762
1412
  });
1763
1413
  /** @internal */
1764
1414
  export type CreateProjectEnvContentHintProjects12$Outbound = {
1765
- type: string;
1415
+ type: "postgres-database";
1766
1416
  storeId: string;
1767
1417
  };
1768
1418
 
@@ -1772,8 +1422,7 @@ export const CreateProjectEnvContentHintProjects12$outboundSchema: z.ZodType<
1772
1422
  z.ZodTypeDef,
1773
1423
  CreateProjectEnvContentHintProjects12
1774
1424
  > = z.object({
1775
- type:
1776
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated212Type$outboundSchema,
1425
+ type: z.literal("postgres-database"),
1777
1426
  storeId: z.string(),
1778
1427
  });
1779
1428
 
@@ -1797,33 +1446,18 @@ export function createProjectEnvContentHintProjects12FromJSON(
1797
1446
  );
1798
1447
  }
1799
1448
 
1800
- /** @internal */
1801
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated211Type$inboundSchema:
1802
- z.ZodNativeEnum<
1803
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated211Type
1804
- > = z.nativeEnum(
1805
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated211Type,
1806
- );
1807
- /** @internal */
1808
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated211Type$outboundSchema:
1809
- z.ZodNativeEnum<
1810
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated211Type
1811
- > =
1812
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated211Type$inboundSchema;
1813
-
1814
1449
  /** @internal */
1815
1450
  export const CreateProjectEnvContentHintProjects11$inboundSchema: z.ZodType<
1816
1451
  CreateProjectEnvContentHintProjects11,
1817
1452
  z.ZodTypeDef,
1818
1453
  unknown
1819
1454
  > = z.object({
1820
- type:
1821
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated211Type$inboundSchema,
1455
+ type: z.literal("postgres-password"),
1822
1456
  storeId: z.string(),
1823
1457
  });
1824
1458
  /** @internal */
1825
1459
  export type CreateProjectEnvContentHintProjects11$Outbound = {
1826
- type: string;
1460
+ type: "postgres-password";
1827
1461
  storeId: string;
1828
1462
  };
1829
1463
 
@@ -1833,8 +1467,7 @@ export const CreateProjectEnvContentHintProjects11$outboundSchema: z.ZodType<
1833
1467
  z.ZodTypeDef,
1834
1468
  CreateProjectEnvContentHintProjects11
1835
1469
  > = z.object({
1836
- type:
1837
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated211Type$outboundSchema,
1470
+ type: z.literal("postgres-password"),
1838
1471
  storeId: z.string(),
1839
1472
  });
1840
1473
 
@@ -1858,33 +1491,18 @@ export function createProjectEnvContentHintProjects11FromJSON(
1858
1491
  );
1859
1492
  }
1860
1493
 
1861
- /** @internal */
1862
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated210Type$inboundSchema:
1863
- z.ZodNativeEnum<
1864
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated210Type
1865
- > = z.nativeEnum(
1866
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated210Type,
1867
- );
1868
- /** @internal */
1869
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated210Type$outboundSchema:
1870
- z.ZodNativeEnum<
1871
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated210Type
1872
- > =
1873
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated210Type$inboundSchema;
1874
-
1875
1494
  /** @internal */
1876
1495
  export const CreateProjectEnvContentHintProjects10$inboundSchema: z.ZodType<
1877
1496
  CreateProjectEnvContentHintProjects10,
1878
1497
  z.ZodTypeDef,
1879
1498
  unknown
1880
1499
  > = z.object({
1881
- type:
1882
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated210Type$inboundSchema,
1500
+ type: z.literal("postgres-host"),
1883
1501
  storeId: z.string(),
1884
1502
  });
1885
1503
  /** @internal */
1886
1504
  export type CreateProjectEnvContentHintProjects10$Outbound = {
1887
- type: string;
1505
+ type: "postgres-host";
1888
1506
  storeId: string;
1889
1507
  };
1890
1508
 
@@ -1894,8 +1512,7 @@ export const CreateProjectEnvContentHintProjects10$outboundSchema: z.ZodType<
1894
1512
  z.ZodTypeDef,
1895
1513
  CreateProjectEnvContentHintProjects10
1896
1514
  > = z.object({
1897
- type:
1898
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated210Type$outboundSchema,
1515
+ type: z.literal("postgres-host"),
1899
1516
  storeId: z.string(),
1900
1517
  });
1901
1518
 
@@ -1919,33 +1536,18 @@ export function createProjectEnvContentHintProjects10FromJSON(
1919
1536
  );
1920
1537
  }
1921
1538
 
1922
- /** @internal */
1923
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated29Type$inboundSchema:
1924
- z.ZodNativeEnum<
1925
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated29Type
1926
- > = z.nativeEnum(
1927
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated29Type,
1928
- );
1929
- /** @internal */
1930
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated29Type$outboundSchema:
1931
- z.ZodNativeEnum<
1932
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated29Type
1933
- > =
1934
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated29Type$inboundSchema;
1935
-
1936
1539
  /** @internal */
1937
1540
  export const CreateProjectEnvContentHintProjects9$inboundSchema: z.ZodType<
1938
1541
  CreateProjectEnvContentHintProjects9,
1939
1542
  z.ZodTypeDef,
1940
1543
  unknown
1941
1544
  > = z.object({
1942
- type:
1943
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated29Type$inboundSchema,
1545
+ type: z.literal("postgres-user"),
1944
1546
  storeId: z.string(),
1945
1547
  });
1946
1548
  /** @internal */
1947
1549
  export type CreateProjectEnvContentHintProjects9$Outbound = {
1948
- type: string;
1550
+ type: "postgres-user";
1949
1551
  storeId: string;
1950
1552
  };
1951
1553
 
@@ -1955,8 +1557,7 @@ export const CreateProjectEnvContentHintProjects9$outboundSchema: z.ZodType<
1955
1557
  z.ZodTypeDef,
1956
1558
  CreateProjectEnvContentHintProjects9
1957
1559
  > = z.object({
1958
- type:
1959
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated29Type$outboundSchema,
1560
+ type: z.literal("postgres-user"),
1960
1561
  storeId: z.string(),
1961
1562
  });
1962
1563
 
@@ -1980,33 +1581,18 @@ export function createProjectEnvContentHintProjects9FromJSON(
1980
1581
  );
1981
1582
  }
1982
1583
 
1983
- /** @internal */
1984
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated28Type$inboundSchema:
1985
- z.ZodNativeEnum<
1986
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated28Type
1987
- > = z.nativeEnum(
1988
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated28Type,
1989
- );
1990
- /** @internal */
1991
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated28Type$outboundSchema:
1992
- z.ZodNativeEnum<
1993
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated28Type
1994
- > =
1995
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated28Type$inboundSchema;
1996
-
1997
1584
  /** @internal */
1998
1585
  export const CreateProjectEnvContentHintProjects8$inboundSchema: z.ZodType<
1999
1586
  CreateProjectEnvContentHintProjects8,
2000
1587
  z.ZodTypeDef,
2001
1588
  unknown
2002
1589
  > = z.object({
2003
- type:
2004
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated28Type$inboundSchema,
1590
+ type: z.literal("postgres-prisma-url"),
2005
1591
  storeId: z.string(),
2006
1592
  });
2007
1593
  /** @internal */
2008
1594
  export type CreateProjectEnvContentHintProjects8$Outbound = {
2009
- type: string;
1595
+ type: "postgres-prisma-url";
2010
1596
  storeId: string;
2011
1597
  };
2012
1598
 
@@ -2016,8 +1602,7 @@ export const CreateProjectEnvContentHintProjects8$outboundSchema: z.ZodType<
2016
1602
  z.ZodTypeDef,
2017
1603
  CreateProjectEnvContentHintProjects8
2018
1604
  > = z.object({
2019
- type:
2020
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated28Type$outboundSchema,
1605
+ type: z.literal("postgres-prisma-url"),
2021
1606
  storeId: z.string(),
2022
1607
  });
2023
1608
 
@@ -2041,33 +1626,18 @@ export function createProjectEnvContentHintProjects8FromJSON(
2041
1626
  );
2042
1627
  }
2043
1628
 
2044
- /** @internal */
2045
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated27Type$inboundSchema:
2046
- z.ZodNativeEnum<
2047
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated27Type
2048
- > = z.nativeEnum(
2049
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated27Type,
2050
- );
2051
- /** @internal */
2052
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated27Type$outboundSchema:
2053
- z.ZodNativeEnum<
2054
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated27Type
2055
- > =
2056
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated27Type$inboundSchema;
2057
-
2058
1629
  /** @internal */
2059
1630
  export const CreateProjectEnvContentHintProjects7$inboundSchema: z.ZodType<
2060
1631
  CreateProjectEnvContentHintProjects7,
2061
1632
  z.ZodTypeDef,
2062
1633
  unknown
2063
1634
  > = z.object({
2064
- type:
2065
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated27Type$inboundSchema,
1635
+ type: z.literal("postgres-url-non-pooling"),
2066
1636
  storeId: z.string(),
2067
1637
  });
2068
1638
  /** @internal */
2069
1639
  export type CreateProjectEnvContentHintProjects7$Outbound = {
2070
- type: string;
1640
+ type: "postgres-url-non-pooling";
2071
1641
  storeId: string;
2072
1642
  };
2073
1643
 
@@ -2077,8 +1647,7 @@ export const CreateProjectEnvContentHintProjects7$outboundSchema: z.ZodType<
2077
1647
  z.ZodTypeDef,
2078
1648
  CreateProjectEnvContentHintProjects7
2079
1649
  > = z.object({
2080
- type:
2081
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated27Type$outboundSchema,
1650
+ type: z.literal("postgres-url-non-pooling"),
2082
1651
  storeId: z.string(),
2083
1652
  });
2084
1653
 
@@ -2102,33 +1671,18 @@ export function createProjectEnvContentHintProjects7FromJSON(
2102
1671
  );
2103
1672
  }
2104
1673
 
2105
- /** @internal */
2106
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated26Type$inboundSchema:
2107
- z.ZodNativeEnum<
2108
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated26Type
2109
- > = z.nativeEnum(
2110
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated26Type,
2111
- );
2112
- /** @internal */
2113
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated26Type$outboundSchema:
2114
- z.ZodNativeEnum<
2115
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated26Type
2116
- > =
2117
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated26Type$inboundSchema;
2118
-
2119
1674
  /** @internal */
2120
1675
  export const CreateProjectEnvContentHintProjects6$inboundSchema: z.ZodType<
2121
1676
  CreateProjectEnvContentHintProjects6,
2122
1677
  z.ZodTypeDef,
2123
1678
  unknown
2124
1679
  > = z.object({
2125
- type:
2126
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated26Type$inboundSchema,
1680
+ type: z.literal("postgres-url"),
2127
1681
  storeId: z.string(),
2128
1682
  });
2129
1683
  /** @internal */
2130
1684
  export type CreateProjectEnvContentHintProjects6$Outbound = {
2131
- type: string;
1685
+ type: "postgres-url";
2132
1686
  storeId: string;
2133
1687
  };
2134
1688
 
@@ -2138,8 +1692,7 @@ export const CreateProjectEnvContentHintProjects6$outboundSchema: z.ZodType<
2138
1692
  z.ZodTypeDef,
2139
1693
  CreateProjectEnvContentHintProjects6
2140
1694
  > = z.object({
2141
- type:
2142
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated26Type$outboundSchema,
1695
+ type: z.literal("postgres-url"),
2143
1696
  storeId: z.string(),
2144
1697
  });
2145
1698
 
@@ -2163,33 +1716,18 @@ export function createProjectEnvContentHintProjects6FromJSON(
2163
1716
  );
2164
1717
  }
2165
1718
 
2166
- /** @internal */
2167
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated25Type$inboundSchema:
2168
- z.ZodNativeEnum<
2169
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated25Type
2170
- > = z.nativeEnum(
2171
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated25Type,
2172
- );
2173
- /** @internal */
2174
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated25Type$outboundSchema:
2175
- z.ZodNativeEnum<
2176
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated25Type
2177
- > =
2178
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated25Type$inboundSchema;
2179
-
2180
1719
  /** @internal */
2181
1720
  export const CreateProjectEnvContentHintProjects5$inboundSchema: z.ZodType<
2182
1721
  CreateProjectEnvContentHintProjects5,
2183
1722
  z.ZodTypeDef,
2184
1723
  unknown
2185
1724
  > = z.object({
2186
- type:
2187
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated25Type$inboundSchema,
1725
+ type: z.literal("blob-read-write-token"),
2188
1726
  storeId: z.string(),
2189
1727
  });
2190
1728
  /** @internal */
2191
1729
  export type CreateProjectEnvContentHintProjects5$Outbound = {
2192
- type: string;
1730
+ type: "blob-read-write-token";
2193
1731
  storeId: string;
2194
1732
  };
2195
1733
 
@@ -2199,8 +1737,7 @@ export const CreateProjectEnvContentHintProjects5$outboundSchema: z.ZodType<
2199
1737
  z.ZodTypeDef,
2200
1738
  CreateProjectEnvContentHintProjects5
2201
1739
  > = z.object({
2202
- type:
2203
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated25Type$outboundSchema,
1740
+ type: z.literal("blob-read-write-token"),
2204
1741
  storeId: z.string(),
2205
1742
  });
2206
1743
 
@@ -2224,33 +1761,18 @@ export function createProjectEnvContentHintProjects5FromJSON(
2224
1761
  );
2225
1762
  }
2226
1763
 
2227
- /** @internal */
2228
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated24Type$inboundSchema:
2229
- z.ZodNativeEnum<
2230
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated24Type
2231
- > = z.nativeEnum(
2232
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated24Type,
2233
- );
2234
- /** @internal */
2235
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated24Type$outboundSchema:
2236
- z.ZodNativeEnum<
2237
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated24Type
2238
- > =
2239
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated24Type$inboundSchema;
2240
-
2241
1764
  /** @internal */
2242
1765
  export const CreateProjectEnvContentHintProjects4$inboundSchema: z.ZodType<
2243
1766
  CreateProjectEnvContentHintProjects4,
2244
1767
  z.ZodTypeDef,
2245
1768
  unknown
2246
1769
  > = z.object({
2247
- type:
2248
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated24Type$inboundSchema,
1770
+ type: z.literal("redis-rest-api-read-only-token"),
2249
1771
  storeId: z.string(),
2250
1772
  });
2251
1773
  /** @internal */
2252
1774
  export type CreateProjectEnvContentHintProjects4$Outbound = {
2253
- type: string;
1775
+ type: "redis-rest-api-read-only-token";
2254
1776
  storeId: string;
2255
1777
  };
2256
1778
 
@@ -2260,8 +1782,7 @@ export const CreateProjectEnvContentHintProjects4$outboundSchema: z.ZodType<
2260
1782
  z.ZodTypeDef,
2261
1783
  CreateProjectEnvContentHintProjects4
2262
1784
  > = z.object({
2263
- type:
2264
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated24Type$outboundSchema,
1785
+ type: z.literal("redis-rest-api-read-only-token"),
2265
1786
  storeId: z.string(),
2266
1787
  });
2267
1788
 
@@ -2285,33 +1806,18 @@ export function createProjectEnvContentHintProjects4FromJSON(
2285
1806
  );
2286
1807
  }
2287
1808
 
2288
- /** @internal */
2289
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated23Type$inboundSchema:
2290
- z.ZodNativeEnum<
2291
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated23Type
2292
- > = z.nativeEnum(
2293
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated23Type,
2294
- );
2295
- /** @internal */
2296
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated23Type$outboundSchema:
2297
- z.ZodNativeEnum<
2298
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated23Type
2299
- > =
2300
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated23Type$inboundSchema;
2301
-
2302
1809
  /** @internal */
2303
1810
  export const CreateProjectEnvContentHintProjects3$inboundSchema: z.ZodType<
2304
1811
  CreateProjectEnvContentHintProjects3,
2305
1812
  z.ZodTypeDef,
2306
1813
  unknown
2307
1814
  > = z.object({
2308
- type:
2309
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated23Type$inboundSchema,
1815
+ type: z.literal("redis-rest-api-token"),
2310
1816
  storeId: z.string(),
2311
1817
  });
2312
1818
  /** @internal */
2313
1819
  export type CreateProjectEnvContentHintProjects3$Outbound = {
2314
- type: string;
1820
+ type: "redis-rest-api-token";
2315
1821
  storeId: string;
2316
1822
  };
2317
1823
 
@@ -2321,8 +1827,7 @@ export const CreateProjectEnvContentHintProjects3$outboundSchema: z.ZodType<
2321
1827
  z.ZodTypeDef,
2322
1828
  CreateProjectEnvContentHintProjects3
2323
1829
  > = z.object({
2324
- type:
2325
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated23Type$outboundSchema,
1830
+ type: z.literal("redis-rest-api-token"),
2326
1831
  storeId: z.string(),
2327
1832
  });
2328
1833
 
@@ -2346,33 +1851,18 @@ export function createProjectEnvContentHintProjects3FromJSON(
2346
1851
  );
2347
1852
  }
2348
1853
 
2349
- /** @internal */
2350
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated22Type$inboundSchema:
2351
- z.ZodNativeEnum<
2352
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated22Type
2353
- > = z.nativeEnum(
2354
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated22Type,
2355
- );
2356
- /** @internal */
2357
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated22Type$outboundSchema:
2358
- z.ZodNativeEnum<
2359
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated22Type
2360
- > =
2361
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated22Type$inboundSchema;
2362
-
2363
1854
  /** @internal */
2364
1855
  export const CreateProjectEnvContentHintProjects2$inboundSchema: z.ZodType<
2365
1856
  CreateProjectEnvContentHintProjects2,
2366
1857
  z.ZodTypeDef,
2367
1858
  unknown
2368
1859
  > = z.object({
2369
- type:
2370
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated22Type$inboundSchema,
1860
+ type: z.literal("redis-rest-api-url"),
2371
1861
  storeId: z.string(),
2372
1862
  });
2373
1863
  /** @internal */
2374
1864
  export type CreateProjectEnvContentHintProjects2$Outbound = {
2375
- type: string;
1865
+ type: "redis-rest-api-url";
2376
1866
  storeId: string;
2377
1867
  };
2378
1868
 
@@ -2382,8 +1872,7 @@ export const CreateProjectEnvContentHintProjects2$outboundSchema: z.ZodType<
2382
1872
  z.ZodTypeDef,
2383
1873
  CreateProjectEnvContentHintProjects2
2384
1874
  > = z.object({
2385
- type:
2386
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated22Type$outboundSchema,
1875
+ type: z.literal("redis-rest-api-url"),
2387
1876
  storeId: z.string(),
2388
1877
  });
2389
1878
 
@@ -2407,33 +1896,18 @@ export function createProjectEnvContentHintProjects2FromJSON(
2407
1896
  );
2408
1897
  }
2409
1898
 
2410
- /** @internal */
2411
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated2Type$inboundSchema:
2412
- z.ZodNativeEnum<
2413
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated2Type
2414
- > = z.nativeEnum(
2415
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated2Type,
2416
- );
2417
- /** @internal */
2418
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated2Type$outboundSchema:
2419
- z.ZodNativeEnum<
2420
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated2Type
2421
- > =
2422
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated2Type$inboundSchema;
2423
-
2424
1899
  /** @internal */
2425
1900
  export const CreateProjectEnvContentHintProjects1$inboundSchema: z.ZodType<
2426
1901
  CreateProjectEnvContentHintProjects1,
2427
1902
  z.ZodTypeDef,
2428
1903
  unknown
2429
1904
  > = z.object({
2430
- type:
2431
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated2Type$inboundSchema,
1905
+ type: z.literal("redis-url"),
2432
1906
  storeId: z.string(),
2433
1907
  });
2434
1908
  /** @internal */
2435
1909
  export type CreateProjectEnvContentHintProjects1$Outbound = {
2436
- type: string;
1910
+ type: "redis-url";
2437
1911
  storeId: string;
2438
1912
  };
2439
1913
 
@@ -2443,8 +1917,7 @@ export const CreateProjectEnvContentHintProjects1$outboundSchema: z.ZodType<
2443
1917
  z.ZodTypeDef,
2444
1918
  CreateProjectEnvContentHintProjects1
2445
1919
  > = z.object({
2446
- type:
2447
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated2Type$outboundSchema,
1920
+ type: z.literal("redis-url"),
2448
1921
  storeId: z.string(),
2449
1922
  });
2450
1923
 
@@ -2474,7 +1947,6 @@ export const CreateProjectEnvCreatedContentHint$inboundSchema: z.ZodType<
2474
1947
  z.ZodTypeDef,
2475
1948
  unknown
2476
1949
  > = z.union([
2477
- z.lazy(() => CreateProjectEnvContentHintProjects14$inboundSchema),
2478
1950
  z.lazy(() => CreateProjectEnvContentHintProjects1$inboundSchema),
2479
1951
  z.lazy(() => CreateProjectEnvContentHintProjects2$inboundSchema),
2480
1952
  z.lazy(() => CreateProjectEnvContentHintProjects3$inboundSchema),
@@ -2488,11 +1960,11 @@ export const CreateProjectEnvCreatedContentHint$inboundSchema: z.ZodType<
2488
1960
  z.lazy(() => CreateProjectEnvContentHintProjects11$inboundSchema),
2489
1961
  z.lazy(() => CreateProjectEnvContentHintProjects12$inboundSchema),
2490
1962
  z.lazy(() => CreateProjectEnvContentHintProjects13$inboundSchema),
1963
+ z.lazy(() => CreateProjectEnvContentHintProjects14$inboundSchema),
2491
1964
  z.lazy(() => CreateProjectEnvContentHintProjects15$inboundSchema),
2492
1965
  ]);
2493
1966
  /** @internal */
2494
1967
  export type CreateProjectEnvCreatedContentHint$Outbound =
2495
- | CreateProjectEnvContentHintProjects14$Outbound
2496
1968
  | CreateProjectEnvContentHintProjects1$Outbound
2497
1969
  | CreateProjectEnvContentHintProjects2$Outbound
2498
1970
  | CreateProjectEnvContentHintProjects3$Outbound
@@ -2506,6 +1978,7 @@ export type CreateProjectEnvCreatedContentHint$Outbound =
2506
1978
  | CreateProjectEnvContentHintProjects11$Outbound
2507
1979
  | CreateProjectEnvContentHintProjects12$Outbound
2508
1980
  | CreateProjectEnvContentHintProjects13$Outbound
1981
+ | CreateProjectEnvContentHintProjects14$Outbound
2509
1982
  | CreateProjectEnvContentHintProjects15$Outbound;
2510
1983
 
2511
1984
  /** @internal */
@@ -2514,7 +1987,6 @@ export const CreateProjectEnvCreatedContentHint$outboundSchema: z.ZodType<
2514
1987
  z.ZodTypeDef,
2515
1988
  CreateProjectEnvCreatedContentHint
2516
1989
  > = z.union([
2517
- z.lazy(() => CreateProjectEnvContentHintProjects14$outboundSchema),
2518
1990
  z.lazy(() => CreateProjectEnvContentHintProjects1$outboundSchema),
2519
1991
  z.lazy(() => CreateProjectEnvContentHintProjects2$outboundSchema),
2520
1992
  z.lazy(() => CreateProjectEnvContentHintProjects3$outboundSchema),
@@ -2528,6 +2000,7 @@ export const CreateProjectEnvCreatedContentHint$outboundSchema: z.ZodType<
2528
2000
  z.lazy(() => CreateProjectEnvContentHintProjects11$outboundSchema),
2529
2001
  z.lazy(() => CreateProjectEnvContentHintProjects12$outboundSchema),
2530
2002
  z.lazy(() => CreateProjectEnvContentHintProjects13$outboundSchema),
2003
+ z.lazy(() => CreateProjectEnvContentHintProjects14$outboundSchema),
2531
2004
  z.lazy(() => CreateProjectEnvContentHintProjects15$outboundSchema),
2532
2005
  ]);
2533
2006
 
@@ -2637,7 +2110,6 @@ export const Created2$inboundSchema: z.ZodType<
2637
2110
  edgeConfigTokenId: z.nullable(z.string()).optional(),
2638
2111
  contentHint: z.nullable(
2639
2112
  z.union([
2640
- z.lazy(() => CreateProjectEnvContentHintProjects14$inboundSchema),
2641
2113
  z.lazy(() => CreateProjectEnvContentHintProjects1$inboundSchema),
2642
2114
  z.lazy(() => CreateProjectEnvContentHintProjects2$inboundSchema),
2643
2115
  z.lazy(() => CreateProjectEnvContentHintProjects3$inboundSchema),
@@ -2651,6 +2123,7 @@ export const Created2$inboundSchema: z.ZodType<
2651
2123
  z.lazy(() => CreateProjectEnvContentHintProjects11$inboundSchema),
2652
2124
  z.lazy(() => CreateProjectEnvContentHintProjects12$inboundSchema),
2653
2125
  z.lazy(() => CreateProjectEnvContentHintProjects13$inboundSchema),
2126
+ z.lazy(() => CreateProjectEnvContentHintProjects14$inboundSchema),
2654
2127
  z.lazy(() => CreateProjectEnvContentHintProjects15$inboundSchema),
2655
2128
  ]),
2656
2129
  ).optional(),
@@ -2680,7 +2153,6 @@ export type Created2$Outbound = {
2680
2153
  edgeConfigId?: string | null | undefined;
2681
2154
  edgeConfigTokenId?: string | null | undefined;
2682
2155
  contentHint?:
2683
- | CreateProjectEnvContentHintProjects14$Outbound
2684
2156
  | CreateProjectEnvContentHintProjects1$Outbound
2685
2157
  | CreateProjectEnvContentHintProjects2$Outbound
2686
2158
  | CreateProjectEnvContentHintProjects3$Outbound
@@ -2694,6 +2166,7 @@ export type Created2$Outbound = {
2694
2166
  | CreateProjectEnvContentHintProjects11$Outbound
2695
2167
  | CreateProjectEnvContentHintProjects12$Outbound
2696
2168
  | CreateProjectEnvContentHintProjects13$Outbound
2169
+ | CreateProjectEnvContentHintProjects14$Outbound
2697
2170
  | CreateProjectEnvContentHintProjects15$Outbound
2698
2171
  | null
2699
2172
  | undefined;
@@ -2733,7 +2206,6 @@ export const Created2$outboundSchema: z.ZodType<
2733
2206
  edgeConfigTokenId: z.nullable(z.string()).optional(),
2734
2207
  contentHint: z.nullable(
2735
2208
  z.union([
2736
- z.lazy(() => CreateProjectEnvContentHintProjects14$outboundSchema),
2737
2209
  z.lazy(() => CreateProjectEnvContentHintProjects1$outboundSchema),
2738
2210
  z.lazy(() => CreateProjectEnvContentHintProjects2$outboundSchema),
2739
2211
  z.lazy(() => CreateProjectEnvContentHintProjects3$outboundSchema),
@@ -2747,6 +2219,7 @@ export const Created2$outboundSchema: z.ZodType<
2747
2219
  z.lazy(() => CreateProjectEnvContentHintProjects11$outboundSchema),
2748
2220
  z.lazy(() => CreateProjectEnvContentHintProjects12$outboundSchema),
2749
2221
  z.lazy(() => CreateProjectEnvContentHintProjects13$outboundSchema),
2222
+ z.lazy(() => CreateProjectEnvContentHintProjects14$outboundSchema),
2750
2223
  z.lazy(() => CreateProjectEnvContentHintProjects15$outboundSchema),
2751
2224
  ]),
2752
2225
  ).optional(),
@@ -2831,33 +2304,18 @@ export const CreatedType$inboundSchema: z.ZodNativeEnum<typeof CreatedType> = z
2831
2304
  export const CreatedType$outboundSchema: z.ZodNativeEnum<typeof CreatedType> =
2832
2305
  CreatedType$inboundSchema;
2833
2306
 
2834
- /** @internal */
2835
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type$inboundSchema:
2836
- z.ZodNativeEnum<
2837
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type
2838
- > = z.nativeEnum(
2839
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type,
2840
- );
2841
- /** @internal */
2842
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type$outboundSchema:
2843
- z.ZodNativeEnum<
2844
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type
2845
- > =
2846
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type$inboundSchema;
2847
-
2848
2307
  /** @internal */
2849
2308
  export const CreateProjectEnvContentHint15$inboundSchema: z.ZodType<
2850
2309
  CreateProjectEnvContentHint15,
2851
2310
  z.ZodTypeDef,
2852
2311
  unknown
2853
2312
  > = z.object({
2854
- type:
2855
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type$inboundSchema,
2313
+ type: z.literal("flags-connection-string"),
2856
2314
  projectId: z.string(),
2857
2315
  });
2858
2316
  /** @internal */
2859
2317
  export type CreateProjectEnvContentHint15$Outbound = {
2860
- type: string;
2318
+ type: "flags-connection-string";
2861
2319
  projectId: string;
2862
2320
  };
2863
2321
 
@@ -2867,8 +2325,7 @@ export const CreateProjectEnvContentHint15$outboundSchema: z.ZodType<
2867
2325
  z.ZodTypeDef,
2868
2326
  CreateProjectEnvContentHint15
2869
2327
  > = z.object({
2870
- type:
2871
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type$outboundSchema,
2328
+ type: z.literal("flags-connection-string"),
2872
2329
  projectId: z.string(),
2873
2330
  });
2874
2331
 
@@ -2891,28 +2348,13 @@ export function createProjectEnvContentHint15FromJSON(
2891
2348
  );
2892
2349
  }
2893
2350
 
2894
- /** @internal */
2895
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated114Type$inboundSchema:
2896
- z.ZodNativeEnum<
2897
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated114Type
2898
- > = z.nativeEnum(
2899
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated114Type,
2900
- );
2901
- /** @internal */
2902
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated114Type$outboundSchema:
2903
- z.ZodNativeEnum<
2904
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated114Type
2905
- > =
2906
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated114Type$inboundSchema;
2907
-
2908
2351
  /** @internal */
2909
2352
  export const CreateProjectEnvContentHint14$inboundSchema: z.ZodType<
2910
2353
  CreateProjectEnvContentHint14,
2911
2354
  z.ZodTypeDef,
2912
2355
  unknown
2913
2356
  > = z.object({
2914
- type:
2915
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated114Type$inboundSchema,
2357
+ type: z.literal("integration-store-secret"),
2916
2358
  storeId: z.string(),
2917
2359
  integrationId: z.string(),
2918
2360
  integrationProductId: z.string(),
@@ -2920,7 +2362,7 @@ export const CreateProjectEnvContentHint14$inboundSchema: z.ZodType<
2920
2362
  });
2921
2363
  /** @internal */
2922
2364
  export type CreateProjectEnvContentHint14$Outbound = {
2923
- type: string;
2365
+ type: "integration-store-secret";
2924
2366
  storeId: string;
2925
2367
  integrationId: string;
2926
2368
  integrationProductId: string;
@@ -2933,8 +2375,7 @@ export const CreateProjectEnvContentHint14$outboundSchema: z.ZodType<
2933
2375
  z.ZodTypeDef,
2934
2376
  CreateProjectEnvContentHint14
2935
2377
  > = z.object({
2936
- type:
2937
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated114Type$outboundSchema,
2378
+ type: z.literal("integration-store-secret"),
2938
2379
  storeId: z.string(),
2939
2380
  integrationId: z.string(),
2940
2381
  integrationProductId: z.string(),
@@ -2960,33 +2401,18 @@ export function createProjectEnvContentHint14FromJSON(
2960
2401
  );
2961
2402
  }
2962
2403
 
2963
- /** @internal */
2964
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated113Type$inboundSchema:
2965
- z.ZodNativeEnum<
2966
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated113Type
2967
- > = z.nativeEnum(
2968
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated113Type,
2969
- );
2970
- /** @internal */
2971
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated113Type$outboundSchema:
2972
- z.ZodNativeEnum<
2973
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated113Type
2974
- > =
2975
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated113Type$inboundSchema;
2976
-
2977
2404
  /** @internal */
2978
2405
  export const CreateProjectEnvContentHint13$inboundSchema: z.ZodType<
2979
2406
  CreateProjectEnvContentHint13,
2980
2407
  z.ZodTypeDef,
2981
2408
  unknown
2982
2409
  > = z.object({
2983
- type:
2984
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated113Type$inboundSchema,
2410
+ type: z.literal("postgres-url-no-ssl"),
2985
2411
  storeId: z.string(),
2986
2412
  });
2987
2413
  /** @internal */
2988
2414
  export type CreateProjectEnvContentHint13$Outbound = {
2989
- type: string;
2415
+ type: "postgres-url-no-ssl";
2990
2416
  storeId: string;
2991
2417
  };
2992
2418
 
@@ -2996,8 +2422,7 @@ export const CreateProjectEnvContentHint13$outboundSchema: z.ZodType<
2996
2422
  z.ZodTypeDef,
2997
2423
  CreateProjectEnvContentHint13
2998
2424
  > = z.object({
2999
- type:
3000
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated113Type$outboundSchema,
2425
+ type: z.literal("postgres-url-no-ssl"),
3001
2426
  storeId: z.string(),
3002
2427
  });
3003
2428
 
@@ -3020,33 +2445,18 @@ export function createProjectEnvContentHint13FromJSON(
3020
2445
  );
3021
2446
  }
3022
2447
 
3023
- /** @internal */
3024
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated112Type$inboundSchema:
3025
- z.ZodNativeEnum<
3026
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated112Type
3027
- > = z.nativeEnum(
3028
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated112Type,
3029
- );
3030
- /** @internal */
3031
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated112Type$outboundSchema:
3032
- z.ZodNativeEnum<
3033
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated112Type
3034
- > =
3035
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated112Type$inboundSchema;
3036
-
3037
2448
  /** @internal */
3038
2449
  export const CreateProjectEnvContentHint12$inboundSchema: z.ZodType<
3039
2450
  CreateProjectEnvContentHint12,
3040
2451
  z.ZodTypeDef,
3041
2452
  unknown
3042
2453
  > = z.object({
3043
- type:
3044
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated112Type$inboundSchema,
2454
+ type: z.literal("postgres-database"),
3045
2455
  storeId: z.string(),
3046
2456
  });
3047
2457
  /** @internal */
3048
2458
  export type CreateProjectEnvContentHint12$Outbound = {
3049
- type: string;
2459
+ type: "postgres-database";
3050
2460
  storeId: string;
3051
2461
  };
3052
2462
 
@@ -3056,8 +2466,7 @@ export const CreateProjectEnvContentHint12$outboundSchema: z.ZodType<
3056
2466
  z.ZodTypeDef,
3057
2467
  CreateProjectEnvContentHint12
3058
2468
  > = z.object({
3059
- type:
3060
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated112Type$outboundSchema,
2469
+ type: z.literal("postgres-database"),
3061
2470
  storeId: z.string(),
3062
2471
  });
3063
2472
 
@@ -3080,33 +2489,18 @@ export function createProjectEnvContentHint12FromJSON(
3080
2489
  );
3081
2490
  }
3082
2491
 
3083
- /** @internal */
3084
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated111Type$inboundSchema:
3085
- z.ZodNativeEnum<
3086
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated111Type
3087
- > = z.nativeEnum(
3088
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated111Type,
3089
- );
3090
- /** @internal */
3091
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated111Type$outboundSchema:
3092
- z.ZodNativeEnum<
3093
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated111Type
3094
- > =
3095
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated111Type$inboundSchema;
3096
-
3097
2492
  /** @internal */
3098
2493
  export const CreateProjectEnvContentHint11$inboundSchema: z.ZodType<
3099
2494
  CreateProjectEnvContentHint11,
3100
2495
  z.ZodTypeDef,
3101
2496
  unknown
3102
2497
  > = z.object({
3103
- type:
3104
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated111Type$inboundSchema,
2498
+ type: z.literal("postgres-password"),
3105
2499
  storeId: z.string(),
3106
2500
  });
3107
2501
  /** @internal */
3108
2502
  export type CreateProjectEnvContentHint11$Outbound = {
3109
- type: string;
2503
+ type: "postgres-password";
3110
2504
  storeId: string;
3111
2505
  };
3112
2506
 
@@ -3116,8 +2510,7 @@ export const CreateProjectEnvContentHint11$outboundSchema: z.ZodType<
3116
2510
  z.ZodTypeDef,
3117
2511
  CreateProjectEnvContentHint11
3118
2512
  > = z.object({
3119
- type:
3120
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated111Type$outboundSchema,
2513
+ type: z.literal("postgres-password"),
3121
2514
  storeId: z.string(),
3122
2515
  });
3123
2516
 
@@ -3140,33 +2533,18 @@ export function createProjectEnvContentHint11FromJSON(
3140
2533
  );
3141
2534
  }
3142
2535
 
3143
- /** @internal */
3144
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated110Type$inboundSchema:
3145
- z.ZodNativeEnum<
3146
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated110Type
3147
- > = z.nativeEnum(
3148
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated110Type,
3149
- );
3150
- /** @internal */
3151
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated110Type$outboundSchema:
3152
- z.ZodNativeEnum<
3153
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated110Type
3154
- > =
3155
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated110Type$inboundSchema;
3156
-
3157
2536
  /** @internal */
3158
2537
  export const CreateProjectEnvContentHint10$inboundSchema: z.ZodType<
3159
2538
  CreateProjectEnvContentHint10,
3160
2539
  z.ZodTypeDef,
3161
2540
  unknown
3162
2541
  > = z.object({
3163
- type:
3164
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated110Type$inboundSchema,
2542
+ type: z.literal("postgres-host"),
3165
2543
  storeId: z.string(),
3166
2544
  });
3167
2545
  /** @internal */
3168
2546
  export type CreateProjectEnvContentHint10$Outbound = {
3169
- type: string;
2547
+ type: "postgres-host";
3170
2548
  storeId: string;
3171
2549
  };
3172
2550
 
@@ -3176,8 +2554,7 @@ export const CreateProjectEnvContentHint10$outboundSchema: z.ZodType<
3176
2554
  z.ZodTypeDef,
3177
2555
  CreateProjectEnvContentHint10
3178
2556
  > = z.object({
3179
- type:
3180
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated110Type$outboundSchema,
2557
+ type: z.literal("postgres-host"),
3181
2558
  storeId: z.string(),
3182
2559
  });
3183
2560
 
@@ -3200,33 +2577,18 @@ export function createProjectEnvContentHint10FromJSON(
3200
2577
  );
3201
2578
  }
3202
2579
 
3203
- /** @internal */
3204
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated19Type$inboundSchema:
3205
- z.ZodNativeEnum<
3206
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated19Type
3207
- > = z.nativeEnum(
3208
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated19Type,
3209
- );
3210
- /** @internal */
3211
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated19Type$outboundSchema:
3212
- z.ZodNativeEnum<
3213
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated19Type
3214
- > =
3215
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated19Type$inboundSchema;
3216
-
3217
2580
  /** @internal */
3218
2581
  export const CreateProjectEnvContentHint9$inboundSchema: z.ZodType<
3219
2582
  CreateProjectEnvContentHint9,
3220
2583
  z.ZodTypeDef,
3221
2584
  unknown
3222
2585
  > = z.object({
3223
- type:
3224
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated19Type$inboundSchema,
2586
+ type: z.literal("postgres-user"),
3225
2587
  storeId: z.string(),
3226
2588
  });
3227
2589
  /** @internal */
3228
2590
  export type CreateProjectEnvContentHint9$Outbound = {
3229
- type: string;
2591
+ type: "postgres-user";
3230
2592
  storeId: string;
3231
2593
  };
3232
2594
 
@@ -3236,8 +2598,7 @@ export const CreateProjectEnvContentHint9$outboundSchema: z.ZodType<
3236
2598
  z.ZodTypeDef,
3237
2599
  CreateProjectEnvContentHint9
3238
2600
  > = z.object({
3239
- type:
3240
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated19Type$outboundSchema,
2601
+ type: z.literal("postgres-user"),
3241
2602
  storeId: z.string(),
3242
2603
  });
3243
2604
 
@@ -3260,33 +2621,18 @@ export function createProjectEnvContentHint9FromJSON(
3260
2621
  );
3261
2622
  }
3262
2623
 
3263
- /** @internal */
3264
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated1Type$inboundSchema:
3265
- z.ZodNativeEnum<
3266
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated1Type
3267
- > = z.nativeEnum(
3268
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated1Type,
3269
- );
3270
- /** @internal */
3271
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated1Type$outboundSchema:
3272
- z.ZodNativeEnum<
3273
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated1Type
3274
- > =
3275
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated1Type$inboundSchema;
3276
-
3277
2624
  /** @internal */
3278
2625
  export const CreateProjectEnvContentHint8$inboundSchema: z.ZodType<
3279
2626
  CreateProjectEnvContentHint8,
3280
2627
  z.ZodTypeDef,
3281
2628
  unknown
3282
2629
  > = z.object({
3283
- type:
3284
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated1Type$inboundSchema,
2630
+ type: z.literal("postgres-prisma-url"),
3285
2631
  storeId: z.string(),
3286
2632
  });
3287
2633
  /** @internal */
3288
2634
  export type CreateProjectEnvContentHint8$Outbound = {
3289
- type: string;
2635
+ type: "postgres-prisma-url";
3290
2636
  storeId: string;
3291
2637
  };
3292
2638
 
@@ -3296,8 +2642,7 @@ export const CreateProjectEnvContentHint8$outboundSchema: z.ZodType<
3296
2642
  z.ZodTypeDef,
3297
2643
  CreateProjectEnvContentHint8
3298
2644
  > = z.object({
3299
- type:
3300
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated1Type$outboundSchema,
2645
+ type: z.literal("postgres-prisma-url"),
3301
2646
  storeId: z.string(),
3302
2647
  });
3303
2648
 
@@ -3320,33 +2665,18 @@ export function createProjectEnvContentHint8FromJSON(
3320
2665
  );
3321
2666
  }
3322
2667
 
3323
- /** @internal */
3324
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreatedType$inboundSchema:
3325
- z.ZodNativeEnum<
3326
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreatedType
3327
- > = z.nativeEnum(
3328
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreatedType,
3329
- );
3330
- /** @internal */
3331
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreatedType$outboundSchema:
3332
- z.ZodNativeEnum<
3333
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreatedType
3334
- > =
3335
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreatedType$inboundSchema;
3336
-
3337
2668
  /** @internal */
3338
2669
  export const CreateProjectEnvContentHint7$inboundSchema: z.ZodType<
3339
2670
  CreateProjectEnvContentHint7,
3340
2671
  z.ZodTypeDef,
3341
2672
  unknown
3342
2673
  > = z.object({
3343
- type:
3344
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreatedType$inboundSchema,
2674
+ type: z.literal("postgres-url-non-pooling"),
3345
2675
  storeId: z.string(),
3346
2676
  });
3347
2677
  /** @internal */
3348
2678
  export type CreateProjectEnvContentHint7$Outbound = {
3349
- type: string;
2679
+ type: "postgres-url-non-pooling";
3350
2680
  storeId: string;
3351
2681
  };
3352
2682
 
@@ -3356,8 +2686,7 @@ export const CreateProjectEnvContentHint7$outboundSchema: z.ZodType<
3356
2686
  z.ZodTypeDef,
3357
2687
  CreateProjectEnvContentHint7
3358
2688
  > = z.object({
3359
- type:
3360
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreatedType$outboundSchema,
2689
+ type: z.literal("postgres-url-non-pooling"),
3361
2690
  storeId: z.string(),
3362
2691
  });
3363
2692
 
@@ -3380,33 +2709,18 @@ export function createProjectEnvContentHint7FromJSON(
3380
2709
  );
3381
2710
  }
3382
2711
 
3383
- /** @internal */
3384
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyType$inboundSchema:
3385
- z.ZodNativeEnum<
3386
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyType
3387
- > = z.nativeEnum(
3388
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyType,
3389
- );
3390
- /** @internal */
3391
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyType$outboundSchema:
3392
- z.ZodNativeEnum<
3393
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyType
3394
- > =
3395
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyType$inboundSchema;
3396
-
3397
2712
  /** @internal */
3398
2713
  export const CreateProjectEnvContentHint6$inboundSchema: z.ZodType<
3399
2714
  CreateProjectEnvContentHint6,
3400
2715
  z.ZodTypeDef,
3401
2716
  unknown
3402
2717
  > = z.object({
3403
- type:
3404
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyType$inboundSchema,
2718
+ type: z.literal("postgres-url"),
3405
2719
  storeId: z.string(),
3406
2720
  });
3407
2721
  /** @internal */
3408
2722
  export type CreateProjectEnvContentHint6$Outbound = {
3409
- type: string;
2723
+ type: "postgres-url";
3410
2724
  storeId: string;
3411
2725
  };
3412
2726
 
@@ -3416,8 +2730,7 @@ export const CreateProjectEnvContentHint6$outboundSchema: z.ZodType<
3416
2730
  z.ZodTypeDef,
3417
2731
  CreateProjectEnvContentHint6
3418
2732
  > = z.object({
3419
- type:
3420
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyType$outboundSchema,
2733
+ type: z.literal("postgres-url"),
3421
2734
  storeId: z.string(),
3422
2735
  });
3423
2736
 
@@ -3440,33 +2753,18 @@ export function createProjectEnvContentHint6FromJSON(
3440
2753
  );
3441
2754
  }
3442
2755
 
3443
- /** @internal */
3444
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONType$inboundSchema:
3445
- z.ZodNativeEnum<
3446
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONType
3447
- > = z.nativeEnum(
3448
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONType,
3449
- );
3450
- /** @internal */
3451
- export const CreateProjectEnvContentHintProjectsResponse201ApplicationJSONType$outboundSchema:
3452
- z.ZodNativeEnum<
3453
- typeof CreateProjectEnvContentHintProjectsResponse201ApplicationJSONType
3454
- > =
3455
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONType$inboundSchema;
3456
-
3457
2756
  /** @internal */
3458
2757
  export const CreateProjectEnvContentHint5$inboundSchema: z.ZodType<
3459
2758
  CreateProjectEnvContentHint5,
3460
2759
  z.ZodTypeDef,
3461
2760
  unknown
3462
2761
  > = z.object({
3463
- type:
3464
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONType$inboundSchema,
2762
+ type: z.literal("blob-read-write-token"),
3465
2763
  storeId: z.string(),
3466
2764
  });
3467
2765
  /** @internal */
3468
2766
  export type CreateProjectEnvContentHint5$Outbound = {
3469
- type: string;
2767
+ type: "blob-read-write-token";
3470
2768
  storeId: string;
3471
2769
  };
3472
2770
 
@@ -3476,8 +2774,7 @@ export const CreateProjectEnvContentHint5$outboundSchema: z.ZodType<
3476
2774
  z.ZodTypeDef,
3477
2775
  CreateProjectEnvContentHint5
3478
2776
  > = z.object({
3479
- type:
3480
- CreateProjectEnvContentHintProjectsResponse201ApplicationJSONType$outboundSchema,
2777
+ type: z.literal("blob-read-write-token"),
3481
2778
  storeId: z.string(),
3482
2779
  });
3483
2780
 
@@ -3500,27 +2797,18 @@ export function createProjectEnvContentHint5FromJSON(
3500
2797
  );
3501
2798
  }
3502
2799
 
3503
- /** @internal */
3504
- export const CreateProjectEnvContentHintProjectsResponse201Type$inboundSchema:
3505
- z.ZodNativeEnum<typeof CreateProjectEnvContentHintProjectsResponse201Type> = z
3506
- .nativeEnum(CreateProjectEnvContentHintProjectsResponse201Type);
3507
- /** @internal */
3508
- export const CreateProjectEnvContentHintProjectsResponse201Type$outboundSchema:
3509
- z.ZodNativeEnum<typeof CreateProjectEnvContentHintProjectsResponse201Type> =
3510
- CreateProjectEnvContentHintProjectsResponse201Type$inboundSchema;
3511
-
3512
2800
  /** @internal */
3513
2801
  export const CreateProjectEnvContentHint4$inboundSchema: z.ZodType<
3514
2802
  CreateProjectEnvContentHint4,
3515
2803
  z.ZodTypeDef,
3516
2804
  unknown
3517
2805
  > = z.object({
3518
- type: CreateProjectEnvContentHintProjectsResponse201Type$inboundSchema,
2806
+ type: z.literal("redis-rest-api-read-only-token"),
3519
2807
  storeId: z.string(),
3520
2808
  });
3521
2809
  /** @internal */
3522
2810
  export type CreateProjectEnvContentHint4$Outbound = {
3523
- type: string;
2811
+ type: "redis-rest-api-read-only-token";
3524
2812
  storeId: string;
3525
2813
  };
3526
2814
 
@@ -3530,7 +2818,7 @@ export const CreateProjectEnvContentHint4$outboundSchema: z.ZodType<
3530
2818
  z.ZodTypeDef,
3531
2819
  CreateProjectEnvContentHint4
3532
2820
  > = z.object({
3533
- type: CreateProjectEnvContentHintProjectsResponse201Type$outboundSchema,
2821
+ type: z.literal("redis-rest-api-read-only-token"),
3534
2822
  storeId: z.string(),
3535
2823
  });
3536
2824
 
@@ -3553,27 +2841,18 @@ export function createProjectEnvContentHint4FromJSON(
3553
2841
  );
3554
2842
  }
3555
2843
 
3556
- /** @internal */
3557
- export const CreateProjectEnvContentHintProjectsResponseType$inboundSchema:
3558
- z.ZodNativeEnum<typeof CreateProjectEnvContentHintProjectsResponseType> = z
3559
- .nativeEnum(CreateProjectEnvContentHintProjectsResponseType);
3560
- /** @internal */
3561
- export const CreateProjectEnvContentHintProjectsResponseType$outboundSchema:
3562
- z.ZodNativeEnum<typeof CreateProjectEnvContentHintProjectsResponseType> =
3563
- CreateProjectEnvContentHintProjectsResponseType$inboundSchema;
3564
-
3565
2844
  /** @internal */
3566
2845
  export const CreateProjectEnvContentHint3$inboundSchema: z.ZodType<
3567
2846
  CreateProjectEnvContentHint3,
3568
2847
  z.ZodTypeDef,
3569
2848
  unknown
3570
2849
  > = z.object({
3571
- type: CreateProjectEnvContentHintProjectsResponseType$inboundSchema,
2850
+ type: z.literal("redis-rest-api-token"),
3572
2851
  storeId: z.string(),
3573
2852
  });
3574
2853
  /** @internal */
3575
2854
  export type CreateProjectEnvContentHint3$Outbound = {
3576
- type: string;
2855
+ type: "redis-rest-api-token";
3577
2856
  storeId: string;
3578
2857
  };
3579
2858
 
@@ -3583,7 +2862,7 @@ export const CreateProjectEnvContentHint3$outboundSchema: z.ZodType<
3583
2862
  z.ZodTypeDef,
3584
2863
  CreateProjectEnvContentHint3
3585
2864
  > = z.object({
3586
- type: CreateProjectEnvContentHintProjectsResponseType$outboundSchema,
2865
+ type: z.literal("redis-rest-api-token"),
3587
2866
  storeId: z.string(),
3588
2867
  });
3589
2868
 
@@ -3606,27 +2885,18 @@ export function createProjectEnvContentHint3FromJSON(
3606
2885
  );
3607
2886
  }
3608
2887
 
3609
- /** @internal */
3610
- export const CreateProjectEnvContentHintProjectsType$inboundSchema:
3611
- z.ZodNativeEnum<typeof CreateProjectEnvContentHintProjectsType> = z
3612
- .nativeEnum(CreateProjectEnvContentHintProjectsType);
3613
- /** @internal */
3614
- export const CreateProjectEnvContentHintProjectsType$outboundSchema:
3615
- z.ZodNativeEnum<typeof CreateProjectEnvContentHintProjectsType> =
3616
- CreateProjectEnvContentHintProjectsType$inboundSchema;
3617
-
3618
2888
  /** @internal */
3619
2889
  export const CreateProjectEnvContentHint2$inboundSchema: z.ZodType<
3620
2890
  CreateProjectEnvContentHint2,
3621
2891
  z.ZodTypeDef,
3622
2892
  unknown
3623
2893
  > = z.object({
3624
- type: CreateProjectEnvContentHintProjectsType$inboundSchema,
2894
+ type: z.literal("redis-rest-api-url"),
3625
2895
  storeId: z.string(),
3626
2896
  });
3627
2897
  /** @internal */
3628
2898
  export type CreateProjectEnvContentHint2$Outbound = {
3629
- type: string;
2899
+ type: "redis-rest-api-url";
3630
2900
  storeId: string;
3631
2901
  };
3632
2902
 
@@ -3636,7 +2906,7 @@ export const CreateProjectEnvContentHint2$outboundSchema: z.ZodType<
3636
2906
  z.ZodTypeDef,
3637
2907
  CreateProjectEnvContentHint2
3638
2908
  > = z.object({
3639
- type: CreateProjectEnvContentHintProjectsType$outboundSchema,
2909
+ type: z.literal("redis-rest-api-url"),
3640
2910
  storeId: z.string(),
3641
2911
  });
3642
2912
 
@@ -3659,27 +2929,18 @@ export function createProjectEnvContentHint2FromJSON(
3659
2929
  );
3660
2930
  }
3661
2931
 
3662
- /** @internal */
3663
- export const CreateProjectEnvContentHintType$inboundSchema: z.ZodNativeEnum<
3664
- typeof CreateProjectEnvContentHintType
3665
- > = z.nativeEnum(CreateProjectEnvContentHintType);
3666
- /** @internal */
3667
- export const CreateProjectEnvContentHintType$outboundSchema: z.ZodNativeEnum<
3668
- typeof CreateProjectEnvContentHintType
3669
- > = CreateProjectEnvContentHintType$inboundSchema;
3670
-
3671
2932
  /** @internal */
3672
2933
  export const CreateProjectEnvContentHint1$inboundSchema: z.ZodType<
3673
2934
  CreateProjectEnvContentHint1,
3674
2935
  z.ZodTypeDef,
3675
2936
  unknown
3676
2937
  > = z.object({
3677
- type: CreateProjectEnvContentHintType$inboundSchema,
2938
+ type: z.literal("redis-url"),
3678
2939
  storeId: z.string(),
3679
2940
  });
3680
2941
  /** @internal */
3681
2942
  export type CreateProjectEnvContentHint1$Outbound = {
3682
- type: string;
2943
+ type: "redis-url";
3683
2944
  storeId: string;
3684
2945
  };
3685
2946
 
@@ -3689,7 +2950,7 @@ export const CreateProjectEnvContentHint1$outboundSchema: z.ZodType<
3689
2950
  z.ZodTypeDef,
3690
2951
  CreateProjectEnvContentHint1
3691
2952
  > = z.object({
3692
- type: CreateProjectEnvContentHintType$outboundSchema,
2953
+ type: z.literal("redis-url"),
3693
2954
  storeId: z.string(),
3694
2955
  });
3695
2956
 
@@ -3718,7 +2979,6 @@ export const CreatedContentHint$inboundSchema: z.ZodType<
3718
2979
  z.ZodTypeDef,
3719
2980
  unknown
3720
2981
  > = z.union([
3721
- z.lazy(() => CreateProjectEnvContentHint14$inboundSchema),
3722
2982
  z.lazy(() => CreateProjectEnvContentHint1$inboundSchema),
3723
2983
  z.lazy(() => CreateProjectEnvContentHint2$inboundSchema),
3724
2984
  z.lazy(() => CreateProjectEnvContentHint3$inboundSchema),
@@ -3732,11 +2992,11 @@ export const CreatedContentHint$inboundSchema: z.ZodType<
3732
2992
  z.lazy(() => CreateProjectEnvContentHint11$inboundSchema),
3733
2993
  z.lazy(() => CreateProjectEnvContentHint12$inboundSchema),
3734
2994
  z.lazy(() => CreateProjectEnvContentHint13$inboundSchema),
2995
+ z.lazy(() => CreateProjectEnvContentHint14$inboundSchema),
3735
2996
  z.lazy(() => CreateProjectEnvContentHint15$inboundSchema),
3736
2997
  ]);
3737
2998
  /** @internal */
3738
2999
  export type CreatedContentHint$Outbound =
3739
- | CreateProjectEnvContentHint14$Outbound
3740
3000
  | CreateProjectEnvContentHint1$Outbound
3741
3001
  | CreateProjectEnvContentHint2$Outbound
3742
3002
  | CreateProjectEnvContentHint3$Outbound
@@ -3750,6 +3010,7 @@ export type CreatedContentHint$Outbound =
3750
3010
  | CreateProjectEnvContentHint11$Outbound
3751
3011
  | CreateProjectEnvContentHint12$Outbound
3752
3012
  | CreateProjectEnvContentHint13$Outbound
3013
+ | CreateProjectEnvContentHint14$Outbound
3753
3014
  | CreateProjectEnvContentHint15$Outbound;
3754
3015
 
3755
3016
  /** @internal */
@@ -3758,7 +3019,6 @@ export const CreatedContentHint$outboundSchema: z.ZodType<
3758
3019
  z.ZodTypeDef,
3759
3020
  CreatedContentHint
3760
3021
  > = z.union([
3761
- z.lazy(() => CreateProjectEnvContentHint14$outboundSchema),
3762
3022
  z.lazy(() => CreateProjectEnvContentHint1$outboundSchema),
3763
3023
  z.lazy(() => CreateProjectEnvContentHint2$outboundSchema),
3764
3024
  z.lazy(() => CreateProjectEnvContentHint3$outboundSchema),
@@ -3772,6 +3032,7 @@ export const CreatedContentHint$outboundSchema: z.ZodType<
3772
3032
  z.lazy(() => CreateProjectEnvContentHint11$outboundSchema),
3773
3033
  z.lazy(() => CreateProjectEnvContentHint12$outboundSchema),
3774
3034
  z.lazy(() => CreateProjectEnvContentHint13$outboundSchema),
3035
+ z.lazy(() => CreateProjectEnvContentHint14$outboundSchema),
3775
3036
  z.lazy(() => CreateProjectEnvContentHint15$outboundSchema),
3776
3037
  ]);
3777
3038
 
@@ -3870,7 +3131,6 @@ export const Created1$inboundSchema: z.ZodType<
3870
3131
  edgeConfigTokenId: z.nullable(z.string()).optional(),
3871
3132
  contentHint: z.nullable(
3872
3133
  z.union([
3873
- z.lazy(() => CreateProjectEnvContentHint14$inboundSchema),
3874
3134
  z.lazy(() => CreateProjectEnvContentHint1$inboundSchema),
3875
3135
  z.lazy(() => CreateProjectEnvContentHint2$inboundSchema),
3876
3136
  z.lazy(() => CreateProjectEnvContentHint3$inboundSchema),
@@ -3884,6 +3144,7 @@ export const Created1$inboundSchema: z.ZodType<
3884
3144
  z.lazy(() => CreateProjectEnvContentHint11$inboundSchema),
3885
3145
  z.lazy(() => CreateProjectEnvContentHint12$inboundSchema),
3886
3146
  z.lazy(() => CreateProjectEnvContentHint13$inboundSchema),
3147
+ z.lazy(() => CreateProjectEnvContentHint14$inboundSchema),
3887
3148
  z.lazy(() => CreateProjectEnvContentHint15$inboundSchema),
3888
3149
  ]),
3889
3150
  ).optional(),
@@ -3913,7 +3174,6 @@ export type Created1$Outbound = {
3913
3174
  edgeConfigId?: string | null | undefined;
3914
3175
  edgeConfigTokenId?: string | null | undefined;
3915
3176
  contentHint?:
3916
- | CreateProjectEnvContentHint14$Outbound
3917
3177
  | CreateProjectEnvContentHint1$Outbound
3918
3178
  | CreateProjectEnvContentHint2$Outbound
3919
3179
  | CreateProjectEnvContentHint3$Outbound
@@ -3927,6 +3187,7 @@ export type Created1$Outbound = {
3927
3187
  | CreateProjectEnvContentHint11$Outbound
3928
3188
  | CreateProjectEnvContentHint12$Outbound
3929
3189
  | CreateProjectEnvContentHint13$Outbound
3190
+ | CreateProjectEnvContentHint14$Outbound
3930
3191
  | CreateProjectEnvContentHint15$Outbound
3931
3192
  | null
3932
3193
  | undefined;
@@ -3963,7 +3224,6 @@ export const Created1$outboundSchema: z.ZodType<
3963
3224
  edgeConfigTokenId: z.nullable(z.string()).optional(),
3964
3225
  contentHint: z.nullable(
3965
3226
  z.union([
3966
- z.lazy(() => CreateProjectEnvContentHint14$outboundSchema),
3967
3227
  z.lazy(() => CreateProjectEnvContentHint1$outboundSchema),
3968
3228
  z.lazy(() => CreateProjectEnvContentHint2$outboundSchema),
3969
3229
  z.lazy(() => CreateProjectEnvContentHint3$outboundSchema),
@@ -3977,6 +3237,7 @@ export const Created1$outboundSchema: z.ZodType<
3977
3237
  z.lazy(() => CreateProjectEnvContentHint11$outboundSchema),
3978
3238
  z.lazy(() => CreateProjectEnvContentHint12$outboundSchema),
3979
3239
  z.lazy(() => CreateProjectEnvContentHint13$outboundSchema),
3240
+ z.lazy(() => CreateProjectEnvContentHint14$outboundSchema),
3980
3241
  z.lazy(() => CreateProjectEnvContentHint15$outboundSchema),
3981
3242
  ]),
3982
3243
  ).optional(),