@sylphx/contract 0.2.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 (571) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/LICENSE +21 -0
  3. package/README.md +164 -0
  4. package/dist/endpoint.d.ts +65 -0
  5. package/dist/endpoint.d.ts.map +1 -0
  6. package/dist/endpoint.js +22 -0
  7. package/dist/endpoints/admin-ai-playground.d.ts +93 -0
  8. package/dist/endpoints/admin-ai-playground.d.ts.map +1 -0
  9. package/dist/endpoints/admin-ai-playground.js +37 -0
  10. package/dist/endpoints/admin-anomalies.d.ts +108 -0
  11. package/dist/endpoints/admin-anomalies.d.ts.map +1 -0
  12. package/dist/endpoints/admin-anomalies.js +72 -0
  13. package/dist/endpoints/admin-apm.d.ts +102 -0
  14. package/dist/endpoints/admin-apm.d.ts.map +1 -0
  15. package/dist/endpoints/admin-apm.js +70 -0
  16. package/dist/endpoints/admin-audit.d.ts +714 -0
  17. package/dist/endpoints/admin-audit.d.ts.map +1 -0
  18. package/dist/endpoints/admin-audit.js +494 -0
  19. package/dist/endpoints/admin-billing.d.ts +82 -0
  20. package/dist/endpoints/admin-billing.d.ts.map +1 -0
  21. package/dist/endpoints/admin-billing.js +190 -0
  22. package/dist/endpoints/admin-bootstrap.d.ts +16 -0
  23. package/dist/endpoints/admin-bootstrap.d.ts.map +1 -0
  24. package/dist/endpoints/admin-bootstrap.js +28 -0
  25. package/dist/endpoints/admin-broadcasts.d.ts +105 -0
  26. package/dist/endpoints/admin-broadcasts.d.ts.map +1 -0
  27. package/dist/endpoints/admin-broadcasts.js +60 -0
  28. package/dist/endpoints/admin-builds.d.ts +33 -0
  29. package/dist/endpoints/admin-builds.d.ts.map +1 -0
  30. package/dist/endpoints/admin-builds.js +36 -0
  31. package/dist/endpoints/admin-config.d.ts +180 -0
  32. package/dist/endpoints/admin-config.d.ts.map +1 -0
  33. package/dist/endpoints/admin-config.js +108 -0
  34. package/dist/endpoints/admin-consent.d.ts +123 -0
  35. package/dist/endpoints/admin-consent.d.ts.map +1 -0
  36. package/dist/endpoints/admin-consent.js +126 -0
  37. package/dist/endpoints/admin-env-services.d.ts +28 -0
  38. package/dist/endpoints/admin-env-services.d.ts.map +1 -0
  39. package/dist/endpoints/admin-env-services.js +35 -0
  40. package/dist/endpoints/admin-impersonation.d.ts +105 -0
  41. package/dist/endpoints/admin-impersonation.d.ts.map +1 -0
  42. package/dist/endpoints/admin-impersonation.js +88 -0
  43. package/dist/endpoints/admin-invitations.d.ts +73 -0
  44. package/dist/endpoints/admin-invitations.d.ts.map +1 -0
  45. package/dist/endpoints/admin-invitations.js +55 -0
  46. package/dist/endpoints/admin-jwt-keys.d.ts +75 -0
  47. package/dist/endpoints/admin-jwt-keys.d.ts.map +1 -0
  48. package/dist/endpoints/admin-jwt-keys.js +63 -0
  49. package/dist/endpoints/admin-logs.d.ts +109 -0
  50. package/dist/endpoints/admin-logs.d.ts.map +1 -0
  51. package/dist/endpoints/admin-logs.js +78 -0
  52. package/dist/endpoints/admin-plans.d.ts +63 -0
  53. package/dist/endpoints/admin-plans.d.ts.map +1 -0
  54. package/dist/endpoints/admin-plans.js +47 -0
  55. package/dist/endpoints/admin-project-users.d.ts +148 -0
  56. package/dist/endpoints/admin-project-users.d.ts.map +1 -0
  57. package/dist/endpoints/admin-project-users.js +89 -0
  58. package/dist/endpoints/admin-projects.d.ts +124 -0
  59. package/dist/endpoints/admin-projects.d.ts.map +1 -0
  60. package/dist/endpoints/admin-projects.js +74 -0
  61. package/dist/endpoints/admin-quotas.d.ts +98 -0
  62. package/dist/endpoints/admin-quotas.d.ts.map +1 -0
  63. package/dist/endpoints/admin-quotas.js +67 -0
  64. package/dist/endpoints/admin-rate-limits.d.ts +50 -0
  65. package/dist/endpoints/admin-rate-limits.d.ts.map +1 -0
  66. package/dist/endpoints/admin-rate-limits.js +53 -0
  67. package/dist/endpoints/admin-reconcile.d.ts +28 -0
  68. package/dist/endpoints/admin-reconcile.d.ts.map +1 -0
  69. package/dist/endpoints/admin-reconcile.js +33 -0
  70. package/dist/endpoints/admin-resources.d.ts +51 -0
  71. package/dist/endpoints/admin-resources.d.ts.map +1 -0
  72. package/dist/endpoints/admin-resources.js +53 -0
  73. package/dist/endpoints/admin-secrets.d.ts +41 -0
  74. package/dist/endpoints/admin-secrets.d.ts.map +1 -0
  75. package/dist/endpoints/admin-secrets.js +33 -0
  76. package/dist/endpoints/admin-services.d.ts +29 -0
  77. package/dist/endpoints/admin-services.d.ts.map +1 -0
  78. package/dist/endpoints/admin-services.js +35 -0
  79. package/dist/endpoints/admin-tasks.d.ts +186 -0
  80. package/dist/endpoints/admin-tasks.d.ts.map +1 -0
  81. package/dist/endpoints/admin-tasks.js +67 -0
  82. package/dist/endpoints/admin-tenants.d.ts +26 -0
  83. package/dist/endpoints/admin-tenants.d.ts.map +1 -0
  84. package/dist/endpoints/admin-tenants.js +30 -0
  85. package/dist/endpoints/admin-traces.d.ts +124 -0
  86. package/dist/endpoints/admin-traces.d.ts.map +1 -0
  87. package/dist/endpoints/admin-traces.js +59 -0
  88. package/dist/endpoints/admin-users.d.ts +106 -0
  89. package/dist/endpoints/admin-users.d.ts.map +1 -0
  90. package/dist/endpoints/admin-users.js +83 -0
  91. package/dist/endpoints/admin-webhook-signature-versions.d.ts +59 -0
  92. package/dist/endpoints/admin-webhook-signature-versions.d.ts.map +1 -0
  93. package/dist/endpoints/admin-webhook-signature-versions.js +57 -0
  94. package/dist/endpoints/ai-admin.d.ts +30 -0
  95. package/dist/endpoints/ai-admin.d.ts.map +1 -0
  96. package/dist/endpoints/ai-admin.js +59 -0
  97. package/dist/endpoints/analytics-admin.d.ts +279 -0
  98. package/dist/endpoints/analytics-admin.d.ts.map +1 -0
  99. package/dist/endpoints/analytics-admin.js +308 -0
  100. package/dist/endpoints/analytics.d.ts +58 -0
  101. package/dist/endpoints/analytics.d.ts.map +1 -0
  102. package/dist/endpoints/analytics.js +43 -0
  103. package/dist/endpoints/audit-chain.d.ts +49 -0
  104. package/dist/endpoints/audit-chain.d.ts.map +1 -0
  105. package/dist/endpoints/audit-chain.js +29 -0
  106. package/dist/endpoints/audit.d.ts +50 -0
  107. package/dist/endpoints/audit.d.ts.map +1 -0
  108. package/dist/endpoints/audit.js +30 -0
  109. package/dist/endpoints/auth-admin.d.ts +65 -0
  110. package/dist/endpoints/auth-admin.d.ts.map +1 -0
  111. package/dist/endpoints/auth-admin.js +55 -0
  112. package/dist/endpoints/auth.d.ts +157 -0
  113. package/dist/endpoints/auth.d.ts.map +1 -0
  114. package/dist/endpoints/auth.js +214 -0
  115. package/dist/endpoints/backups.d.ts +51 -0
  116. package/dist/endpoints/backups.d.ts.map +1 -0
  117. package/dist/endpoints/backups.js +47 -0
  118. package/dist/endpoints/billing-console.d.ts +294 -0
  119. package/dist/endpoints/billing-console.d.ts.map +1 -0
  120. package/dist/endpoints/billing-console.js +167 -0
  121. package/dist/endpoints/billing-settings.d.ts +107 -0
  122. package/dist/endpoints/billing-settings.d.ts.map +1 -0
  123. package/dist/endpoints/billing-settings.js +117 -0
  124. package/dist/endpoints/branch-databases.d.ts +75 -0
  125. package/dist/endpoints/branch-databases.d.ts.map +1 -0
  126. package/dist/endpoints/branch-databases.js +61 -0
  127. package/dist/endpoints/challenge.d.ts +62 -0
  128. package/dist/endpoints/challenge.d.ts.map +1 -0
  129. package/dist/endpoints/challenge.js +52 -0
  130. package/dist/endpoints/ci-settings.d.ts +89 -0
  131. package/dist/endpoints/ci-settings.d.ts.map +1 -0
  132. package/dist/endpoints/ci-settings.js +78 -0
  133. package/dist/endpoints/consent-admin.d.ts +134 -0
  134. package/dist/endpoints/consent-admin.d.ts.map +1 -0
  135. package/dist/endpoints/consent-admin.js +83 -0
  136. package/dist/endpoints/databases.d.ts +251 -0
  137. package/dist/endpoints/databases.d.ts.map +1 -0
  138. package/dist/endpoints/databases.js +150 -0
  139. package/dist/endpoints/deployments.d.ts +280 -0
  140. package/dist/endpoints/deployments.d.ts.map +1 -0
  141. package/dist/endpoints/deployments.js +205 -0
  142. package/dist/endpoints/domains.d.ts +356 -0
  143. package/dist/endpoints/domains.d.ts.map +1 -0
  144. package/dist/endpoints/domains.js +149 -0
  145. package/dist/endpoints/edge-deployments.d.ts +92 -0
  146. package/dist/endpoints/edge-deployments.d.ts.map +1 -0
  147. package/dist/endpoints/edge-deployments.js +58 -0
  148. package/dist/endpoints/email-admin.d.ts +415 -0
  149. package/dist/endpoints/email-admin.d.ts.map +1 -0
  150. package/dist/endpoints/email-admin.js +253 -0
  151. package/dist/endpoints/email.d.ts +37 -0
  152. package/dist/endpoints/email.d.ts.map +1 -0
  153. package/dist/endpoints/email.js +42 -0
  154. package/dist/endpoints/engagement-admin.d.ts +98 -0
  155. package/dist/endpoints/engagement-admin.d.ts.map +1 -0
  156. package/dist/endpoints/engagement-admin.js +64 -0
  157. package/dist/endpoints/env-vars.d.ts +66 -0
  158. package/dist/endpoints/env-vars.d.ts.map +1 -0
  159. package/dist/endpoints/env-vars.js +47 -0
  160. package/dist/endpoints/environments.d.ts +456 -0
  161. package/dist/endpoints/environments.d.ts.map +1 -0
  162. package/dist/endpoints/environments.js +237 -0
  163. package/dist/endpoints/experiments.d.ts +500 -0
  164. package/dist/endpoints/experiments.d.ts.map +1 -0
  165. package/dist/endpoints/experiments.js +93 -0
  166. package/dist/endpoints/flags-admin.d.ts +74 -0
  167. package/dist/endpoints/flags-admin.d.ts.map +1 -0
  168. package/dist/endpoints/flags-admin.js +84 -0
  169. package/dist/endpoints/flags.d.ts +23 -0
  170. package/dist/endpoints/flags.d.ts.map +1 -0
  171. package/dist/endpoints/flags.js +17 -0
  172. package/dist/endpoints/github.d.ts +30 -0
  173. package/dist/endpoints/github.d.ts.map +1 -0
  174. package/dist/endpoints/github.js +37 -0
  175. package/dist/endpoints/image-opt.d.ts +43 -0
  176. package/dist/endpoints/image-opt.d.ts.map +1 -0
  177. package/dist/endpoints/image-opt.js +44 -0
  178. package/dist/endpoints/kv-admin.d.ts +58 -0
  179. package/dist/endpoints/kv-admin.d.ts.map +1 -0
  180. package/dist/endpoints/kv-admin.js +69 -0
  181. package/dist/endpoints/kv.d.ts +63 -0
  182. package/dist/endpoints/kv.d.ts.map +1 -0
  183. package/dist/endpoints/kv.js +82 -0
  184. package/dist/endpoints/monitoring-admin.d.ts +204 -0
  185. package/dist/endpoints/monitoring-admin.d.ts.map +1 -0
  186. package/dist/endpoints/monitoring-admin.js +119 -0
  187. package/dist/endpoints/monitoring.d.ts +63 -0
  188. package/dist/endpoints/monitoring.d.ts.map +1 -0
  189. package/dist/endpoints/monitoring.js +27 -0
  190. package/dist/endpoints/newsletter.d.ts +366 -0
  191. package/dist/endpoints/newsletter.d.ts.map +1 -0
  192. package/dist/endpoints/newsletter.js +232 -0
  193. package/dist/endpoints/notifications-admin.d.ts +268 -0
  194. package/dist/endpoints/notifications-admin.d.ts.map +1 -0
  195. package/dist/endpoints/notifications-admin.js +172 -0
  196. package/dist/endpoints/notifications.d.ts +225 -0
  197. package/dist/endpoints/notifications.d.ts.map +1 -0
  198. package/dist/endpoints/notifications.js +150 -0
  199. package/dist/endpoints/oidc.d.ts +67 -0
  200. package/dist/endpoints/oidc.d.ts.map +1 -0
  201. package/dist/endpoints/oidc.js +49 -0
  202. package/dist/endpoints/organizations.d.ts +702 -0
  203. package/dist/endpoints/organizations.d.ts.map +1 -0
  204. package/dist/endpoints/organizations.js +460 -0
  205. package/dist/endpoints/plans.d.ts +136 -0
  206. package/dist/endpoints/plans.d.ts.map +1 -0
  207. package/dist/endpoints/plans.js +83 -0
  208. package/dist/endpoints/privacy.d.ts +131 -0
  209. package/dist/endpoints/privacy.d.ts.map +1 -0
  210. package/dist/endpoints/privacy.js +98 -0
  211. package/dist/endpoints/project-manifest.d.ts +1044 -0
  212. package/dist/endpoints/project-manifest.d.ts.map +1 -0
  213. package/dist/endpoints/project-manifest.js +59 -0
  214. package/dist/endpoints/projects.d.ts +187 -0
  215. package/dist/endpoints/projects.d.ts.map +1 -0
  216. package/dist/endpoints/projects.js +58 -0
  217. package/dist/endpoints/rate-limits.d.ts +83 -0
  218. package/dist/endpoints/rate-limits.d.ts.map +1 -0
  219. package/dist/endpoints/rate-limits.js +54 -0
  220. package/dist/endpoints/realtime-admin.d.ts +42 -0
  221. package/dist/endpoints/realtime-admin.d.ts.map +1 -0
  222. package/dist/endpoints/realtime-admin.js +50 -0
  223. package/dist/endpoints/realtime.d.ts +35 -0
  224. package/dist/endpoints/realtime.d.ts.map +1 -0
  225. package/dist/endpoints/realtime.js +39 -0
  226. package/dist/endpoints/referrals-admin.d.ts +118 -0
  227. package/dist/endpoints/referrals-admin.d.ts.map +1 -0
  228. package/dist/endpoints/referrals-admin.js +59 -0
  229. package/dist/endpoints/refresh.d.ts +19 -0
  230. package/dist/endpoints/refresh.d.ts.map +1 -0
  231. package/dist/endpoints/refresh.js +25 -0
  232. package/dist/endpoints/regions.d.ts +41 -0
  233. package/dist/endpoints/regions.d.ts.map +1 -0
  234. package/dist/endpoints/regions.js +43 -0
  235. package/dist/endpoints/runners.d.ts +55 -0
  236. package/dist/endpoints/runners.d.ts.map +1 -0
  237. package/dist/endpoints/runners.js +45 -0
  238. package/dist/endpoints/saml.d.ts +147 -0
  239. package/dist/endpoints/saml.d.ts.map +1 -0
  240. package/dist/endpoints/saml.js +106 -0
  241. package/dist/endpoints/search.d.ts +62 -0
  242. package/dist/endpoints/search.d.ts.map +1 -0
  243. package/dist/endpoints/search.js +40 -0
  244. package/dist/endpoints/secrets.d.ts +95 -0
  245. package/dist/endpoints/secrets.d.ts.map +1 -0
  246. package/dist/endpoints/secrets.js +81 -0
  247. package/dist/endpoints/security.d.ts +231 -0
  248. package/dist/endpoints/security.d.ts.map +1 -0
  249. package/dist/endpoints/security.js +291 -0
  250. package/dist/endpoints/service-tokens.d.ts +392 -0
  251. package/dist/endpoints/service-tokens.d.ts.map +1 -0
  252. package/dist/endpoints/service-tokens.js +125 -0
  253. package/dist/endpoints/session-replay.d.ts +142 -0
  254. package/dist/endpoints/session-replay.d.ts.map +1 -0
  255. package/dist/endpoints/session-replay.js +53 -0
  256. package/dist/endpoints/storage-admin.d.ts +96 -0
  257. package/dist/endpoints/storage-admin.d.ts.map +1 -0
  258. package/dist/endpoints/storage-admin.js +113 -0
  259. package/dist/endpoints/storage.d.ts +167 -0
  260. package/dist/endpoints/storage.d.ts.map +1 -0
  261. package/dist/endpoints/storage.js +117 -0
  262. package/dist/endpoints/tasks.d.ts +141 -0
  263. package/dist/endpoints/tasks.d.ts.map +1 -0
  264. package/dist/endpoints/tasks.js +97 -0
  265. package/dist/endpoints/users.d.ts +103 -0
  266. package/dist/endpoints/users.d.ts.map +1 -0
  267. package/dist/endpoints/users.js +98 -0
  268. package/dist/endpoints/webhooks.d.ts +201 -0
  269. package/dist/endpoints/webhooks.d.ts.map +1 -0
  270. package/dist/endpoints/webhooks.js +120 -0
  271. package/dist/errors.d.ts +153 -0
  272. package/dist/errors.d.ts.map +1 -0
  273. package/dist/errors.js +73 -0
  274. package/dist/index.d.ts +12303 -0
  275. package/dist/index.d.ts.map +1 -0
  276. package/dist/index.js +390 -0
  277. package/dist/schemas/_primitives.d.ts +37 -0
  278. package/dist/schemas/_primitives.d.ts.map +1 -0
  279. package/dist/schemas/_primitives.js +38 -0
  280. package/dist/schemas/admin-ai-playground.d.ts +128 -0
  281. package/dist/schemas/admin-ai-playground.d.ts.map +1 -0
  282. package/dist/schemas/admin-ai-playground.js +84 -0
  283. package/dist/schemas/admin-anomalies.d.ts +131 -0
  284. package/dist/schemas/admin-anomalies.d.ts.map +1 -0
  285. package/dist/schemas/admin-anomalies.js +106 -0
  286. package/dist/schemas/admin-apm.d.ts +151 -0
  287. package/dist/schemas/admin-apm.d.ts.map +1 -0
  288. package/dist/schemas/admin-apm.js +96 -0
  289. package/dist/schemas/admin-audit.d.ts +625 -0
  290. package/dist/schemas/admin-audit.d.ts.map +1 -0
  291. package/dist/schemas/admin-audit.js +508 -0
  292. package/dist/schemas/admin-billing.d.ts +73 -0
  293. package/dist/schemas/admin-billing.d.ts.map +1 -0
  294. package/dist/schemas/admin-billing.js +60 -0
  295. package/dist/schemas/admin-bootstrap.d.ts +32 -0
  296. package/dist/schemas/admin-bootstrap.d.ts.map +1 -0
  297. package/dist/schemas/admin-bootstrap.js +37 -0
  298. package/dist/schemas/admin-broadcasts.d.ts +181 -0
  299. package/dist/schemas/admin-broadcasts.d.ts.map +1 -0
  300. package/dist/schemas/admin-broadcasts.js +93 -0
  301. package/dist/schemas/admin-builds.d.ts +108 -0
  302. package/dist/schemas/admin-builds.d.ts.map +1 -0
  303. package/dist/schemas/admin-builds.js +127 -0
  304. package/dist/schemas/admin-config.d.ts +248 -0
  305. package/dist/schemas/admin-config.d.ts.map +1 -0
  306. package/dist/schemas/admin-config.js +145 -0
  307. package/dist/schemas/admin-consent.d.ts +129 -0
  308. package/dist/schemas/admin-consent.d.ts.map +1 -0
  309. package/dist/schemas/admin-consent.js +76 -0
  310. package/dist/schemas/admin-env-services.d.ts +63 -0
  311. package/dist/schemas/admin-env-services.d.ts.map +1 -0
  312. package/dist/schemas/admin-env-services.js +81 -0
  313. package/dist/schemas/admin-impersonation.d.ts +150 -0
  314. package/dist/schemas/admin-impersonation.d.ts.map +1 -0
  315. package/dist/schemas/admin-impersonation.js +114 -0
  316. package/dist/schemas/admin-invitations.d.ts +119 -0
  317. package/dist/schemas/admin-invitations.d.ts.map +1 -0
  318. package/dist/schemas/admin-invitations.js +80 -0
  319. package/dist/schemas/admin-jwt-keys.d.ts +130 -0
  320. package/dist/schemas/admin-jwt-keys.d.ts.map +1 -0
  321. package/dist/schemas/admin-jwt-keys.js +83 -0
  322. package/dist/schemas/admin-logs.d.ts +170 -0
  323. package/dist/schemas/admin-logs.d.ts.map +1 -0
  324. package/dist/schemas/admin-logs.js +108 -0
  325. package/dist/schemas/admin-plans.d.ts +92 -0
  326. package/dist/schemas/admin-plans.d.ts.map +1 -0
  327. package/dist/schemas/admin-plans.js +62 -0
  328. package/dist/schemas/admin-project-users.d.ts +183 -0
  329. package/dist/schemas/admin-project-users.d.ts.map +1 -0
  330. package/dist/schemas/admin-project-users.js +108 -0
  331. package/dist/schemas/admin-projects.d.ts +237 -0
  332. package/dist/schemas/admin-projects.d.ts.map +1 -0
  333. package/dist/schemas/admin-projects.js +129 -0
  334. package/dist/schemas/admin-quotas.d.ts +161 -0
  335. package/dist/schemas/admin-quotas.d.ts.map +1 -0
  336. package/dist/schemas/admin-quotas.js +107 -0
  337. package/dist/schemas/admin-rate-limits.d.ts +90 -0
  338. package/dist/schemas/admin-rate-limits.d.ts.map +1 -0
  339. package/dist/schemas/admin-rate-limits.js +72 -0
  340. package/dist/schemas/admin-reconcile.d.ts +89 -0
  341. package/dist/schemas/admin-reconcile.d.ts.map +1 -0
  342. package/dist/schemas/admin-reconcile.js +86 -0
  343. package/dist/schemas/admin-resources.d.ts +129 -0
  344. package/dist/schemas/admin-resources.d.ts.map +1 -0
  345. package/dist/schemas/admin-resources.js +143 -0
  346. package/dist/schemas/admin-secrets.d.ts +113 -0
  347. package/dist/schemas/admin-secrets.d.ts.map +1 -0
  348. package/dist/schemas/admin-secrets.js +94 -0
  349. package/dist/schemas/admin-services.d.ts +71 -0
  350. package/dist/schemas/admin-services.d.ts.map +1 -0
  351. package/dist/schemas/admin-services.js +61 -0
  352. package/dist/schemas/admin-tasks.d.ts +239 -0
  353. package/dist/schemas/admin-tasks.d.ts.map +1 -0
  354. package/dist/schemas/admin-tasks.js +103 -0
  355. package/dist/schemas/admin-tenants.d.ts +45 -0
  356. package/dist/schemas/admin-tenants.d.ts.map +1 -0
  357. package/dist/schemas/admin-tenants.js +54 -0
  358. package/dist/schemas/admin-traces.d.ts +203 -0
  359. package/dist/schemas/admin-traces.d.ts.map +1 -0
  360. package/dist/schemas/admin-traces.js +128 -0
  361. package/dist/schemas/admin-users.d.ts +158 -0
  362. package/dist/schemas/admin-users.d.ts.map +1 -0
  363. package/dist/schemas/admin-users.js +110 -0
  364. package/dist/schemas/admin-webhook-signature-versions.d.ts +103 -0
  365. package/dist/schemas/admin-webhook-signature-versions.d.ts.map +1 -0
  366. package/dist/schemas/admin-webhook-signature-versions.js +73 -0
  367. package/dist/schemas/ai-admin.d.ts +39 -0
  368. package/dist/schemas/ai-admin.d.ts.map +1 -0
  369. package/dist/schemas/ai-admin.js +29 -0
  370. package/dist/schemas/ai.d.ts +120 -0
  371. package/dist/schemas/ai.d.ts.map +1 -0
  372. package/dist/schemas/ai.js +84 -0
  373. package/dist/schemas/analytics-admin.d.ts +104 -0
  374. package/dist/schemas/analytics-admin.d.ts.map +1 -0
  375. package/dist/schemas/analytics-admin.js +61 -0
  376. package/dist/schemas/analytics.d.ts +118 -0
  377. package/dist/schemas/analytics.d.ts.map +1 -0
  378. package/dist/schemas/analytics.js +80 -0
  379. package/dist/schemas/audit-chain.d.ts +81 -0
  380. package/dist/schemas/audit-chain.d.ts.map +1 -0
  381. package/dist/schemas/audit-chain.js +62 -0
  382. package/dist/schemas/auth-admin.d.ts +55 -0
  383. package/dist/schemas/auth-admin.d.ts.map +1 -0
  384. package/dist/schemas/auth-admin.js +48 -0
  385. package/dist/schemas/auth.d.ts +865 -0
  386. package/dist/schemas/auth.d.ts.map +1 -0
  387. package/dist/schemas/auth.js +815 -0
  388. package/dist/schemas/backups.d.ts +70 -0
  389. package/dist/schemas/backups.d.ts.map +1 -0
  390. package/dist/schemas/backups.js +38 -0
  391. package/dist/schemas/billing-console.d.ts +414 -0
  392. package/dist/schemas/billing-console.d.ts.map +1 -0
  393. package/dist/schemas/billing-console.js +298 -0
  394. package/dist/schemas/billing-settings.d.ts +156 -0
  395. package/dist/schemas/billing-settings.d.ts.map +1 -0
  396. package/dist/schemas/billing-settings.js +119 -0
  397. package/dist/schemas/billing.d.ts +211 -0
  398. package/dist/schemas/billing.d.ts.map +1 -0
  399. package/dist/schemas/billing.js +147 -0
  400. package/dist/schemas/branch-database.d.ts +98 -0
  401. package/dist/schemas/branch-database.d.ts.map +1 -0
  402. package/dist/schemas/branch-database.js +68 -0
  403. package/dist/schemas/challenge.d.ts +104 -0
  404. package/dist/schemas/challenge.d.ts.map +1 -0
  405. package/dist/schemas/challenge.js +74 -0
  406. package/dist/schemas/ci-settings.d.ts +122 -0
  407. package/dist/schemas/ci-settings.d.ts.map +1 -0
  408. package/dist/schemas/ci-settings.js +65 -0
  409. package/dist/schemas/consent-admin.d.ts +187 -0
  410. package/dist/schemas/consent-admin.d.ts.map +1 -0
  411. package/dist/schemas/consent-admin.js +114 -0
  412. package/dist/schemas/consent.d.ts +78 -0
  413. package/dist/schemas/consent.d.ts.map +1 -0
  414. package/dist/schemas/consent.js +68 -0
  415. package/dist/schemas/database.d.ts +104 -0
  416. package/dist/schemas/database.d.ts.map +1 -0
  417. package/dist/schemas/database.js +89 -0
  418. package/dist/schemas/deployment.d.ts +386 -0
  419. package/dist/schemas/deployment.d.ts.map +1 -0
  420. package/dist/schemas/deployment.js +282 -0
  421. package/dist/schemas/domain.d.ts +148 -0
  422. package/dist/schemas/domain.d.ts.map +1 -0
  423. package/dist/schemas/domain.js +86 -0
  424. package/dist/schemas/edge-deployments.d.ts +140 -0
  425. package/dist/schemas/edge-deployments.d.ts.map +1 -0
  426. package/dist/schemas/edge-deployments.js +87 -0
  427. package/dist/schemas/email-admin.d.ts +384 -0
  428. package/dist/schemas/email-admin.d.ts.map +1 -0
  429. package/dist/schemas/email-admin.js +313 -0
  430. package/dist/schemas/email.d.ts +46 -0
  431. package/dist/schemas/email.d.ts.map +1 -0
  432. package/dist/schemas/email.js +34 -0
  433. package/dist/schemas/engagement-admin.d.ts +148 -0
  434. package/dist/schemas/engagement-admin.d.ts.map +1 -0
  435. package/dist/schemas/engagement-admin.js +107 -0
  436. package/dist/schemas/env-var.d.ts +68 -0
  437. package/dist/schemas/env-var.d.ts.map +1 -0
  438. package/dist/schemas/env-var.js +52 -0
  439. package/dist/schemas/environment.d.ts +392 -0
  440. package/dist/schemas/environment.d.ts.map +1 -0
  441. package/dist/schemas/environment.js +211 -0
  442. package/dist/schemas/experiments.d.ts +540 -0
  443. package/dist/schemas/experiments.d.ts.map +1 -0
  444. package/dist/schemas/experiments.js +150 -0
  445. package/dist/schemas/flags-admin.d.ts +112 -0
  446. package/dist/schemas/flags-admin.d.ts.map +1 -0
  447. package/dist/schemas/flags-admin.js +84 -0
  448. package/dist/schemas/flags.d.ts +43 -0
  449. package/dist/schemas/flags.d.ts.map +1 -0
  450. package/dist/schemas/flags.js +27 -0
  451. package/dist/schemas/github.d.ts +34 -0
  452. package/dist/schemas/github.d.ts.map +1 -0
  453. package/dist/schemas/github.js +24 -0
  454. package/dist/schemas/ids.d.ts +39 -0
  455. package/dist/schemas/ids.d.ts.map +1 -0
  456. package/dist/schemas/ids.js +26 -0
  457. package/dist/schemas/image-opt.d.ts +70 -0
  458. package/dist/schemas/image-opt.d.ts.map +1 -0
  459. package/dist/schemas/image-opt.js +68 -0
  460. package/dist/schemas/kv-admin.d.ts +60 -0
  461. package/dist/schemas/kv-admin.d.ts.map +1 -0
  462. package/dist/schemas/kv-admin.js +43 -0
  463. package/dist/schemas/kv.d.ts +79 -0
  464. package/dist/schemas/kv.d.ts.map +1 -0
  465. package/dist/schemas/kv.js +54 -0
  466. package/dist/schemas/monitoring-admin.d.ts +314 -0
  467. package/dist/schemas/monitoring-admin.d.ts.map +1 -0
  468. package/dist/schemas/monitoring-admin.js +196 -0
  469. package/dist/schemas/monitoring.d.ts +143 -0
  470. package/dist/schemas/monitoring.d.ts.map +1 -0
  471. package/dist/schemas/monitoring.js +96 -0
  472. package/dist/schemas/newsletter.d.ts +366 -0
  473. package/dist/schemas/newsletter.d.ts.map +1 -0
  474. package/dist/schemas/newsletter.js +245 -0
  475. package/dist/schemas/notifications-admin.d.ts +337 -0
  476. package/dist/schemas/notifications-admin.d.ts.map +1 -0
  477. package/dist/schemas/notifications-admin.js +261 -0
  478. package/dist/schemas/notifications.d.ts +312 -0
  479. package/dist/schemas/notifications.d.ts.map +1 -0
  480. package/dist/schemas/notifications.js +235 -0
  481. package/dist/schemas/oidc.d.ts +74 -0
  482. package/dist/schemas/oidc.d.ts.map +1 -0
  483. package/dist/schemas/oidc.js +46 -0
  484. package/dist/schemas/organization-billing.d.ts +165 -0
  485. package/dist/schemas/organization-billing.d.ts.map +1 -0
  486. package/dist/schemas/organization-billing.js +156 -0
  487. package/dist/schemas/organization-project-users.d.ts +126 -0
  488. package/dist/schemas/organization-project-users.d.ts.map +1 -0
  489. package/dist/schemas/organization-project-users.js +88 -0
  490. package/dist/schemas/organization-projects.d.ts +129 -0
  491. package/dist/schemas/organization-projects.d.ts.map +1 -0
  492. package/dist/schemas/organization-projects.js +119 -0
  493. package/dist/schemas/organization-referrals.d.ts +129 -0
  494. package/dist/schemas/organization-referrals.d.ts.map +1 -0
  495. package/dist/schemas/organization-referrals.js +126 -0
  496. package/dist/schemas/organization-team.d.ts +123 -0
  497. package/dist/schemas/organization-team.d.ts.map +1 -0
  498. package/dist/schemas/organization-team.js +119 -0
  499. package/dist/schemas/organization.d.ts +210 -0
  500. package/dist/schemas/organization.d.ts.map +1 -0
  501. package/dist/schemas/organization.js +169 -0
  502. package/dist/schemas/plans.d.ts +211 -0
  503. package/dist/schemas/plans.d.ts.map +1 -0
  504. package/dist/schemas/plans.js +131 -0
  505. package/dist/schemas/privacy.d.ts +174 -0
  506. package/dist/schemas/privacy.d.ts.map +1 -0
  507. package/dist/schemas/privacy.js +132 -0
  508. package/dist/schemas/project-manifest.d.ts +1421 -0
  509. package/dist/schemas/project-manifest.d.ts.map +1 -0
  510. package/dist/schemas/project-manifest.js +318 -0
  511. package/dist/schemas/project.d.ts +132 -0
  512. package/dist/schemas/project.d.ts.map +1 -0
  513. package/dist/schemas/project.js +76 -0
  514. package/dist/schemas/realtime-admin.d.ts +51 -0
  515. package/dist/schemas/realtime-admin.d.ts.map +1 -0
  516. package/dist/schemas/realtime-admin.js +29 -0
  517. package/dist/schemas/realtime.d.ts +46 -0
  518. package/dist/schemas/realtime.d.ts.map +1 -0
  519. package/dist/schemas/realtime.js +32 -0
  520. package/dist/schemas/referrals-admin.d.ts +166 -0
  521. package/dist/schemas/referrals-admin.d.ts.map +1 -0
  522. package/dist/schemas/referrals-admin.js +123 -0
  523. package/dist/schemas/referrals.d.ts +148 -0
  524. package/dist/schemas/referrals.d.ts.map +1 -0
  525. package/dist/schemas/referrals.js +102 -0
  526. package/dist/schemas/refresh.d.ts +29 -0
  527. package/dist/schemas/refresh.d.ts.map +1 -0
  528. package/dist/schemas/refresh.js +18 -0
  529. package/dist/schemas/region.d.ts +118 -0
  530. package/dist/schemas/region.d.ts.map +1 -0
  531. package/dist/schemas/region.js +86 -0
  532. package/dist/schemas/resources.d.ts +345 -0
  533. package/dist/schemas/resources.d.ts.map +1 -0
  534. package/dist/schemas/resources.js +220 -0
  535. package/dist/schemas/runners.d.ts +93 -0
  536. package/dist/schemas/runners.d.ts.map +1 -0
  537. package/dist/schemas/runners.js +49 -0
  538. package/dist/schemas/saml.d.ts +254 -0
  539. package/dist/schemas/saml.d.ts.map +1 -0
  540. package/dist/schemas/saml.js +159 -0
  541. package/dist/schemas/search.d.ts +96 -0
  542. package/dist/schemas/search.d.ts.map +1 -0
  543. package/dist/schemas/search.js +57 -0
  544. package/dist/schemas/secret.d.ts +101 -0
  545. package/dist/schemas/secret.d.ts.map +1 -0
  546. package/dist/schemas/secret.js +79 -0
  547. package/dist/schemas/security.d.ts +345 -0
  548. package/dist/schemas/security.d.ts.map +1 -0
  549. package/dist/schemas/security.js +248 -0
  550. package/dist/schemas/service-tokens.d.ts +342 -0
  551. package/dist/schemas/service-tokens.d.ts.map +1 -0
  552. package/dist/schemas/service-tokens.js +101 -0
  553. package/dist/schemas/session-replay.d.ts +285 -0
  554. package/dist/schemas/session-replay.d.ts.map +1 -0
  555. package/dist/schemas/session-replay.js +145 -0
  556. package/dist/schemas/storage-admin.d.ts +351 -0
  557. package/dist/schemas/storage-admin.d.ts.map +1 -0
  558. package/dist/schemas/storage-admin.js +197 -0
  559. package/dist/schemas/storage.d.ts +257 -0
  560. package/dist/schemas/storage.d.ts.map +1 -0
  561. package/dist/schemas/storage.js +173 -0
  562. package/dist/schemas/tasks.d.ts +178 -0
  563. package/dist/schemas/tasks.d.ts.map +1 -0
  564. package/dist/schemas/tasks.js +102 -0
  565. package/dist/schemas/user.d.ts +103 -0
  566. package/dist/schemas/user.d.ts.map +1 -0
  567. package/dist/schemas/user.js +79 -0
  568. package/dist/schemas/webhooks.d.ts +259 -0
  569. package/dist/schemas/webhooks.d.ts.map +1 -0
  570. package/dist/schemas/webhooks.js +198 -0
  571. package/package.json +154 -0
@@ -0,0 +1,1044 @@
1
+ /**
2
+ * Project Manifest endpoints — `sylphx.toml` persistence.
3
+ *
4
+ * Mount point: `/projects/:id/manifest` (Management plane). Paths recorded
5
+ * relative to `/projects`. Every field is typed from the
6
+ * `SylphxManifest` schema in `schemas/project-manifest.ts` — the SSOT per
7
+ * ADR-084 Rule 1.
8
+ *
9
+ * GET returns the *latest* version (or `null` when none has been pushed
10
+ * yet — the caller then synthesises one from live state). PUT creates a
11
+ * brand-new row with an incremented version number so history / rollback
12
+ * / audit come for free.
13
+ */
14
+ import { Schema } from 'effect';
15
+ export declare const projectManifestEndpoints: {
16
+ readonly get: import("../endpoint.js").Endpoint<"GET", "/projects/:id/manifest", Schema.Struct<{
17
+ id: typeof Schema.String;
18
+ }>, Schema.Schema.AnyNoContext | undefined, Schema.Schema.AnyNoContext | undefined, Schema.Struct<{
19
+ manifest: Schema.NullOr<Schema.Struct<{
20
+ version: Schema.Literal<["1"]>;
21
+ project: Schema.Struct<{
22
+ name: Schema.filter<Schema.filter<typeof Schema.String>>;
23
+ slug: Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>;
24
+ org: Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>;
25
+ region: Schema.optional<Schema.Literal<["fsn1", "nbg1", "hel1", "ash1", "hil1"]>>;
26
+ description: Schema.optional<Schema.filter<typeof Schema.String>>;
27
+ }>;
28
+ build: Schema.optional<Schema.Struct<{
29
+ buildpack: Schema.optional<Schema.Literal<["auto", "ruby", "node", "python", "static", "dockerfile"]>>;
30
+ dockerfile: Schema.optional<typeof Schema.String>;
31
+ docker_context: Schema.optional<typeof Schema.String>;
32
+ build_command: Schema.optional<typeof Schema.String>;
33
+ ignore: Schema.optional<Schema.Array$<typeof Schema.String>>;
34
+ machine_type: Schema.optional<Schema.Literal<["standard", "large", "xlarge"]>>;
35
+ reproducible: Schema.optional<typeof Schema.Boolean>;
36
+ }>>;
37
+ deploy: Schema.optional<Schema.Struct<{
38
+ release_command: Schema.optional<typeof Schema.String>;
39
+ health_check_path: Schema.optional<typeof Schema.String>;
40
+ health_check_timeout: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
41
+ strategy: Schema.optional<Schema.Literal<["rolling", "blue-green", "immediate"]>>;
42
+ graceful_shutdown: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
43
+ }>>;
44
+ services: Schema.optional<Schema.Array$<Schema.Struct<{
45
+ name: Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>;
46
+ type: Schema.Literal<["web", "worker", "cron", "function"]>;
47
+ command: Schema.optional<typeof Schema.String>;
48
+ port: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
49
+ internal_port: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
50
+ replicas: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
51
+ instance_type: Schema.optional<Schema.Literal<["nano", "micro", "small", "standard", "large", "xlarge"]>>;
52
+ cron_schedule: Schema.optional<typeof Schema.String>;
53
+ regions: Schema.optional<Schema.Array$<Schema.Literal<["fsn1", "nbg1", "hel1", "ash1", "hil1"]>>>;
54
+ scale_to_zero: Schema.optional<typeof Schema.Boolean>;
55
+ idle_timeout_seconds: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
56
+ min_replicas: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
57
+ env: Schema.optional<Schema.Array$<typeof Schema.String>>;
58
+ resources: Schema.optional<Schema.Array$<Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>>>;
59
+ }>>>;
60
+ env: Schema.optional<Schema.Record$<typeof Schema.String, Schema.Union<[Schema.Struct<{
61
+ value: typeof Schema.String;
62
+ }>, Schema.Struct<{
63
+ from_secret: typeof Schema.String;
64
+ }>, Schema.Struct<{
65
+ from_resource: typeof Schema.String;
66
+ attr: typeof Schema.String;
67
+ }>]>>>;
68
+ domains: Schema.optional<Schema.Array$<Schema.Struct<{
69
+ hostname: Schema.filter<typeof Schema.String>;
70
+ service: Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>;
71
+ redirect_https: Schema.optional<typeof Schema.Boolean>;
72
+ www_redirect: Schema.optional<Schema.Literal<["apex", "www", "none"]>>;
73
+ aliases: Schema.optional<Schema.Array$<typeof Schema.String>>;
74
+ }>>>;
75
+ environments: Schema.optional<Schema.SchemaClass<{
76
+ readonly development?: {
77
+ readonly domains?: readonly {
78
+ readonly service: string;
79
+ readonly hostname: string;
80
+ readonly redirect_https?: boolean | undefined;
81
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
82
+ readonly aliases?: readonly string[] | undefined;
83
+ }[] | undefined;
84
+ readonly services?: readonly {
85
+ readonly name: string;
86
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
87
+ readonly port?: number | undefined;
88
+ readonly env?: readonly string[] | undefined;
89
+ readonly replicas?: number | undefined;
90
+ readonly command?: string | undefined;
91
+ readonly internal_port?: number | undefined;
92
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
93
+ readonly cron_schedule?: string | undefined;
94
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
95
+ readonly scale_to_zero?: boolean | undefined;
96
+ readonly idle_timeout_seconds?: number | undefined;
97
+ readonly min_replicas?: number | undefined;
98
+ readonly resources?: readonly string[] | undefined;
99
+ }[] | undefined;
100
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
101
+ readonly env?: {
102
+ readonly [x: string]: {
103
+ readonly value: string;
104
+ } | {
105
+ readonly from_secret: string;
106
+ } | {
107
+ readonly from_resource: string;
108
+ readonly attr: string;
109
+ };
110
+ } | undefined;
111
+ readonly build?: {
112
+ readonly dockerfile?: string | undefined;
113
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
114
+ readonly docker_context?: string | undefined;
115
+ readonly build_command?: string | undefined;
116
+ readonly ignore?: readonly string[] | undefined;
117
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
118
+ readonly reproducible?: boolean | undefined;
119
+ } | undefined;
120
+ readonly deploy?: {
121
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
122
+ readonly release_command?: string | undefined;
123
+ readonly health_check_path?: string | undefined;
124
+ readonly health_check_timeout?: number | undefined;
125
+ readonly graceful_shutdown?: number | undefined;
126
+ } | undefined;
127
+ };
128
+ readonly staging?: {
129
+ readonly domains?: readonly {
130
+ readonly service: string;
131
+ readonly hostname: string;
132
+ readonly redirect_https?: boolean | undefined;
133
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
134
+ readonly aliases?: readonly string[] | undefined;
135
+ }[] | undefined;
136
+ readonly services?: readonly {
137
+ readonly name: string;
138
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
139
+ readonly port?: number | undefined;
140
+ readonly env?: readonly string[] | undefined;
141
+ readonly replicas?: number | undefined;
142
+ readonly command?: string | undefined;
143
+ readonly internal_port?: number | undefined;
144
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
145
+ readonly cron_schedule?: string | undefined;
146
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
147
+ readonly scale_to_zero?: boolean | undefined;
148
+ readonly idle_timeout_seconds?: number | undefined;
149
+ readonly min_replicas?: number | undefined;
150
+ readonly resources?: readonly string[] | undefined;
151
+ }[] | undefined;
152
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
153
+ readonly env?: {
154
+ readonly [x: string]: {
155
+ readonly value: string;
156
+ } | {
157
+ readonly from_secret: string;
158
+ } | {
159
+ readonly from_resource: string;
160
+ readonly attr: string;
161
+ };
162
+ } | undefined;
163
+ readonly build?: {
164
+ readonly dockerfile?: string | undefined;
165
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
166
+ readonly docker_context?: string | undefined;
167
+ readonly build_command?: string | undefined;
168
+ readonly ignore?: readonly string[] | undefined;
169
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
170
+ readonly reproducible?: boolean | undefined;
171
+ } | undefined;
172
+ readonly deploy?: {
173
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
174
+ readonly release_command?: string | undefined;
175
+ readonly health_check_path?: string | undefined;
176
+ readonly health_check_timeout?: number | undefined;
177
+ readonly graceful_shutdown?: number | undefined;
178
+ } | undefined;
179
+ };
180
+ readonly production?: {
181
+ readonly domains?: readonly {
182
+ readonly service: string;
183
+ readonly hostname: string;
184
+ readonly redirect_https?: boolean | undefined;
185
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
186
+ readonly aliases?: readonly string[] | undefined;
187
+ }[] | undefined;
188
+ readonly services?: readonly {
189
+ readonly name: string;
190
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
191
+ readonly port?: number | undefined;
192
+ readonly env?: readonly string[] | undefined;
193
+ readonly replicas?: number | undefined;
194
+ readonly command?: string | undefined;
195
+ readonly internal_port?: number | undefined;
196
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
197
+ readonly cron_schedule?: string | undefined;
198
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
199
+ readonly scale_to_zero?: boolean | undefined;
200
+ readonly idle_timeout_seconds?: number | undefined;
201
+ readonly min_replicas?: number | undefined;
202
+ readonly resources?: readonly string[] | undefined;
203
+ }[] | undefined;
204
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
205
+ readonly env?: {
206
+ readonly [x: string]: {
207
+ readonly value: string;
208
+ } | {
209
+ readonly from_secret: string;
210
+ } | {
211
+ readonly from_resource: string;
212
+ readonly attr: string;
213
+ };
214
+ } | undefined;
215
+ readonly build?: {
216
+ readonly dockerfile?: string | undefined;
217
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
218
+ readonly docker_context?: string | undefined;
219
+ readonly build_command?: string | undefined;
220
+ readonly ignore?: readonly string[] | undefined;
221
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
222
+ readonly reproducible?: boolean | undefined;
223
+ } | undefined;
224
+ readonly deploy?: {
225
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
226
+ readonly release_command?: string | undefined;
227
+ readonly health_check_path?: string | undefined;
228
+ readonly health_check_timeout?: number | undefined;
229
+ readonly graceful_shutdown?: number | undefined;
230
+ } | undefined;
231
+ };
232
+ readonly preview?: {
233
+ readonly domains?: readonly {
234
+ readonly service: string;
235
+ readonly hostname: string;
236
+ readonly redirect_https?: boolean | undefined;
237
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
238
+ readonly aliases?: readonly string[] | undefined;
239
+ }[] | undefined;
240
+ readonly services?: readonly {
241
+ readonly name: string;
242
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
243
+ readonly port?: number | undefined;
244
+ readonly env?: readonly string[] | undefined;
245
+ readonly replicas?: number | undefined;
246
+ readonly command?: string | undefined;
247
+ readonly internal_port?: number | undefined;
248
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
249
+ readonly cron_schedule?: string | undefined;
250
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
251
+ readonly scale_to_zero?: boolean | undefined;
252
+ readonly idle_timeout_seconds?: number | undefined;
253
+ readonly min_replicas?: number | undefined;
254
+ readonly resources?: readonly string[] | undefined;
255
+ }[] | undefined;
256
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
257
+ readonly env?: {
258
+ readonly [x: string]: {
259
+ readonly value: string;
260
+ } | {
261
+ readonly from_secret: string;
262
+ } | {
263
+ readonly from_resource: string;
264
+ readonly attr: string;
265
+ };
266
+ } | undefined;
267
+ readonly build?: {
268
+ readonly dockerfile?: string | undefined;
269
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
270
+ readonly docker_context?: string | undefined;
271
+ readonly build_command?: string | undefined;
272
+ readonly ignore?: readonly string[] | undefined;
273
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
274
+ readonly reproducible?: boolean | undefined;
275
+ } | undefined;
276
+ readonly deploy?: {
277
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
278
+ readonly release_command?: string | undefined;
279
+ readonly health_check_path?: string | undefined;
280
+ readonly health_check_timeout?: number | undefined;
281
+ readonly graceful_shutdown?: number | undefined;
282
+ } | undefined;
283
+ };
284
+ }, {
285
+ readonly development?: {
286
+ readonly domains?: readonly {
287
+ readonly service: string;
288
+ readonly hostname: string;
289
+ readonly redirect_https?: boolean | undefined;
290
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
291
+ readonly aliases?: readonly string[] | undefined;
292
+ }[] | undefined;
293
+ readonly services?: readonly {
294
+ readonly name: string;
295
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
296
+ readonly port?: number | undefined;
297
+ readonly env?: readonly string[] | undefined;
298
+ readonly replicas?: number | undefined;
299
+ readonly command?: string | undefined;
300
+ readonly internal_port?: number | undefined;
301
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
302
+ readonly cron_schedule?: string | undefined;
303
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
304
+ readonly scale_to_zero?: boolean | undefined;
305
+ readonly idle_timeout_seconds?: number | undefined;
306
+ readonly min_replicas?: number | undefined;
307
+ readonly resources?: readonly string[] | undefined;
308
+ }[] | undefined;
309
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
310
+ readonly env?: {
311
+ readonly [x: string]: {
312
+ readonly value: string;
313
+ } | {
314
+ readonly from_secret: string;
315
+ } | {
316
+ readonly from_resource: string;
317
+ readonly attr: string;
318
+ };
319
+ } | undefined;
320
+ readonly build?: {
321
+ readonly dockerfile?: string | undefined;
322
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
323
+ readonly docker_context?: string | undefined;
324
+ readonly build_command?: string | undefined;
325
+ readonly ignore?: readonly string[] | undefined;
326
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
327
+ readonly reproducible?: boolean | undefined;
328
+ } | undefined;
329
+ readonly deploy?: {
330
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
331
+ readonly release_command?: string | undefined;
332
+ readonly health_check_path?: string | undefined;
333
+ readonly health_check_timeout?: number | undefined;
334
+ readonly graceful_shutdown?: number | undefined;
335
+ } | undefined;
336
+ };
337
+ readonly staging?: {
338
+ readonly domains?: readonly {
339
+ readonly service: string;
340
+ readonly hostname: string;
341
+ readonly redirect_https?: boolean | undefined;
342
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
343
+ readonly aliases?: readonly string[] | undefined;
344
+ }[] | undefined;
345
+ readonly services?: readonly {
346
+ readonly name: string;
347
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
348
+ readonly port?: number | undefined;
349
+ readonly env?: readonly string[] | undefined;
350
+ readonly replicas?: number | undefined;
351
+ readonly command?: string | undefined;
352
+ readonly internal_port?: number | undefined;
353
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
354
+ readonly cron_schedule?: string | undefined;
355
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
356
+ readonly scale_to_zero?: boolean | undefined;
357
+ readonly idle_timeout_seconds?: number | undefined;
358
+ readonly min_replicas?: number | undefined;
359
+ readonly resources?: readonly string[] | undefined;
360
+ }[] | undefined;
361
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
362
+ readonly env?: {
363
+ readonly [x: string]: {
364
+ readonly value: string;
365
+ } | {
366
+ readonly from_secret: string;
367
+ } | {
368
+ readonly from_resource: string;
369
+ readonly attr: string;
370
+ };
371
+ } | undefined;
372
+ readonly build?: {
373
+ readonly dockerfile?: string | undefined;
374
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
375
+ readonly docker_context?: string | undefined;
376
+ readonly build_command?: string | undefined;
377
+ readonly ignore?: readonly string[] | undefined;
378
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
379
+ readonly reproducible?: boolean | undefined;
380
+ } | undefined;
381
+ readonly deploy?: {
382
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
383
+ readonly release_command?: string | undefined;
384
+ readonly health_check_path?: string | undefined;
385
+ readonly health_check_timeout?: number | undefined;
386
+ readonly graceful_shutdown?: number | undefined;
387
+ } | undefined;
388
+ };
389
+ readonly production?: {
390
+ readonly domains?: readonly {
391
+ readonly service: string;
392
+ readonly hostname: string;
393
+ readonly redirect_https?: boolean | undefined;
394
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
395
+ readonly aliases?: readonly string[] | undefined;
396
+ }[] | undefined;
397
+ readonly services?: readonly {
398
+ readonly name: string;
399
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
400
+ readonly port?: number | undefined;
401
+ readonly env?: readonly string[] | undefined;
402
+ readonly replicas?: number | undefined;
403
+ readonly command?: string | undefined;
404
+ readonly internal_port?: number | undefined;
405
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
406
+ readonly cron_schedule?: string | undefined;
407
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
408
+ readonly scale_to_zero?: boolean | undefined;
409
+ readonly idle_timeout_seconds?: number | undefined;
410
+ readonly min_replicas?: number | undefined;
411
+ readonly resources?: readonly string[] | undefined;
412
+ }[] | undefined;
413
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
414
+ readonly env?: {
415
+ readonly [x: string]: {
416
+ readonly value: string;
417
+ } | {
418
+ readonly from_secret: string;
419
+ } | {
420
+ readonly from_resource: string;
421
+ readonly attr: string;
422
+ };
423
+ } | undefined;
424
+ readonly build?: {
425
+ readonly dockerfile?: string | undefined;
426
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
427
+ readonly docker_context?: string | undefined;
428
+ readonly build_command?: string | undefined;
429
+ readonly ignore?: readonly string[] | undefined;
430
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
431
+ readonly reproducible?: boolean | undefined;
432
+ } | undefined;
433
+ readonly deploy?: {
434
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
435
+ readonly release_command?: string | undefined;
436
+ readonly health_check_path?: string | undefined;
437
+ readonly health_check_timeout?: number | undefined;
438
+ readonly graceful_shutdown?: number | undefined;
439
+ } | undefined;
440
+ };
441
+ readonly preview?: {
442
+ readonly domains?: readonly {
443
+ readonly service: string;
444
+ readonly hostname: string;
445
+ readonly redirect_https?: boolean | undefined;
446
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
447
+ readonly aliases?: readonly string[] | undefined;
448
+ }[] | undefined;
449
+ readonly services?: readonly {
450
+ readonly name: string;
451
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
452
+ readonly port?: number | undefined;
453
+ readonly env?: readonly string[] | undefined;
454
+ readonly replicas?: number | undefined;
455
+ readonly command?: string | undefined;
456
+ readonly internal_port?: number | undefined;
457
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
458
+ readonly cron_schedule?: string | undefined;
459
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
460
+ readonly scale_to_zero?: boolean | undefined;
461
+ readonly idle_timeout_seconds?: number | undefined;
462
+ readonly min_replicas?: number | undefined;
463
+ readonly resources?: readonly string[] | undefined;
464
+ }[] | undefined;
465
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
466
+ readonly env?: {
467
+ readonly [x: string]: {
468
+ readonly value: string;
469
+ } | {
470
+ readonly from_secret: string;
471
+ } | {
472
+ readonly from_resource: string;
473
+ readonly attr: string;
474
+ };
475
+ } | undefined;
476
+ readonly build?: {
477
+ readonly dockerfile?: string | undefined;
478
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
479
+ readonly docker_context?: string | undefined;
480
+ readonly build_command?: string | undefined;
481
+ readonly ignore?: readonly string[] | undefined;
482
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
483
+ readonly reproducible?: boolean | undefined;
484
+ } | undefined;
485
+ readonly deploy?: {
486
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
487
+ readonly release_command?: string | undefined;
488
+ readonly health_check_path?: string | undefined;
489
+ readonly health_check_timeout?: number | undefined;
490
+ readonly graceful_shutdown?: number | undefined;
491
+ } | undefined;
492
+ };
493
+ }, never>>;
494
+ resources: Schema.optional<Schema.Struct<{
495
+ postgres: Schema.optional<Schema.Struct<{
496
+ tier: Schema.Literal<["nano", "micro", "standard", "large", "xl"]>;
497
+ storage_gb: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
498
+ version: Schema.optional<Schema.Literal<["15", "16", "17"]>>;
499
+ replicas: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
500
+ branch_on_preview: Schema.optional<typeof Schema.Boolean>;
501
+ }>>;
502
+ redis: Schema.optional<Schema.Struct<{
503
+ tier: Schema.Literal<["micro", "standard", "large"]>;
504
+ }>>;
505
+ blob: Schema.optional<Schema.Struct<{
506
+ visibility: Schema.Literal<["private", "public"]>;
507
+ }>>;
508
+ volume: Schema.optional<Schema.Array$<Schema.Struct<{
509
+ name: Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>;
510
+ size_gb: Schema.filter<Schema.filter<typeof Schema.Number>>;
511
+ access: Schema.Literal<["ReadWriteOnce", "ReadWriteMany"]>;
512
+ mount: typeof Schema.String;
513
+ }>>>;
514
+ search: Schema.optional<Schema.Struct<{
515
+ tier: Schema.Literal<["micro", "standard"]>;
516
+ }>>;
517
+ }>>;
518
+ ci: Schema.optional<Schema.Struct<{
519
+ on_push: Schema.optional<typeof Schema.Boolean>;
520
+ preview_deploys: Schema.optional<typeof Schema.Boolean>;
521
+ pr_comment: Schema.optional<typeof Schema.Boolean>;
522
+ production_branches: Schema.optional<Schema.Array$<typeof Schema.String>>;
523
+ runner: Schema.optional<Schema.Literal<["standard", "large", "xlarge"]>>;
524
+ ignore_paths: Schema.optional<Schema.Array$<typeof Schema.String>>;
525
+ }>>;
526
+ }>>;
527
+ version: Schema.NullOr<typeof Schema.Number>;
528
+ updatedAt: Schema.NullOr<typeof Schema.String>;
529
+ }>>;
530
+ readonly put: import("../endpoint.js").Endpoint<"PUT", "/projects/:id/manifest", Schema.Struct<{
531
+ id: typeof Schema.String;
532
+ }>, Schema.Schema.AnyNoContext | undefined, Schema.Struct<{
533
+ version: Schema.Literal<["1"]>;
534
+ project: Schema.Struct<{
535
+ name: Schema.filter<Schema.filter<typeof Schema.String>>;
536
+ slug: Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>;
537
+ org: Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>;
538
+ region: Schema.optional<Schema.Literal<["fsn1", "nbg1", "hel1", "ash1", "hil1"]>>;
539
+ description: Schema.optional<Schema.filter<typeof Schema.String>>;
540
+ }>;
541
+ build: Schema.optional<Schema.Struct<{
542
+ buildpack: Schema.optional<Schema.Literal<["auto", "ruby", "node", "python", "static", "dockerfile"]>>;
543
+ dockerfile: Schema.optional<typeof Schema.String>;
544
+ docker_context: Schema.optional<typeof Schema.String>;
545
+ build_command: Schema.optional<typeof Schema.String>;
546
+ ignore: Schema.optional<Schema.Array$<typeof Schema.String>>;
547
+ machine_type: Schema.optional<Schema.Literal<["standard", "large", "xlarge"]>>;
548
+ reproducible: Schema.optional<typeof Schema.Boolean>;
549
+ }>>;
550
+ deploy: Schema.optional<Schema.Struct<{
551
+ release_command: Schema.optional<typeof Schema.String>;
552
+ health_check_path: Schema.optional<typeof Schema.String>;
553
+ health_check_timeout: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
554
+ strategy: Schema.optional<Schema.Literal<["rolling", "blue-green", "immediate"]>>;
555
+ graceful_shutdown: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
556
+ }>>;
557
+ services: Schema.optional<Schema.Array$<Schema.Struct<{
558
+ name: Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>;
559
+ type: Schema.Literal<["web", "worker", "cron", "function"]>;
560
+ command: Schema.optional<typeof Schema.String>;
561
+ port: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
562
+ internal_port: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
563
+ replicas: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
564
+ instance_type: Schema.optional<Schema.Literal<["nano", "micro", "small", "standard", "large", "xlarge"]>>;
565
+ cron_schedule: Schema.optional<typeof Schema.String>;
566
+ regions: Schema.optional<Schema.Array$<Schema.Literal<["fsn1", "nbg1", "hel1", "ash1", "hil1"]>>>;
567
+ scale_to_zero: Schema.optional<typeof Schema.Boolean>;
568
+ idle_timeout_seconds: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
569
+ min_replicas: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
570
+ env: Schema.optional<Schema.Array$<typeof Schema.String>>;
571
+ resources: Schema.optional<Schema.Array$<Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>>>;
572
+ }>>>;
573
+ env: Schema.optional<Schema.Record$<typeof Schema.String, Schema.Union<[Schema.Struct<{
574
+ value: typeof Schema.String;
575
+ }>, Schema.Struct<{
576
+ from_secret: typeof Schema.String;
577
+ }>, Schema.Struct<{
578
+ from_resource: typeof Schema.String;
579
+ attr: typeof Schema.String;
580
+ }>]>>>;
581
+ domains: Schema.optional<Schema.Array$<Schema.Struct<{
582
+ hostname: Schema.filter<typeof Schema.String>;
583
+ service: Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>;
584
+ redirect_https: Schema.optional<typeof Schema.Boolean>;
585
+ www_redirect: Schema.optional<Schema.Literal<["apex", "www", "none"]>>;
586
+ aliases: Schema.optional<Schema.Array$<typeof Schema.String>>;
587
+ }>>>;
588
+ environments: Schema.optional<Schema.SchemaClass<{
589
+ readonly development?: {
590
+ readonly domains?: readonly {
591
+ readonly service: string;
592
+ readonly hostname: string;
593
+ readonly redirect_https?: boolean | undefined;
594
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
595
+ readonly aliases?: readonly string[] | undefined;
596
+ }[] | undefined;
597
+ readonly services?: readonly {
598
+ readonly name: string;
599
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
600
+ readonly port?: number | undefined;
601
+ readonly env?: readonly string[] | undefined;
602
+ readonly replicas?: number | undefined;
603
+ readonly command?: string | undefined;
604
+ readonly internal_port?: number | undefined;
605
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
606
+ readonly cron_schedule?: string | undefined;
607
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
608
+ readonly scale_to_zero?: boolean | undefined;
609
+ readonly idle_timeout_seconds?: number | undefined;
610
+ readonly min_replicas?: number | undefined;
611
+ readonly resources?: readonly string[] | undefined;
612
+ }[] | undefined;
613
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
614
+ readonly env?: {
615
+ readonly [x: string]: {
616
+ readonly value: string;
617
+ } | {
618
+ readonly from_secret: string;
619
+ } | {
620
+ readonly from_resource: string;
621
+ readonly attr: string;
622
+ };
623
+ } | undefined;
624
+ readonly build?: {
625
+ readonly dockerfile?: string | undefined;
626
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
627
+ readonly docker_context?: string | undefined;
628
+ readonly build_command?: string | undefined;
629
+ readonly ignore?: readonly string[] | undefined;
630
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
631
+ readonly reproducible?: boolean | undefined;
632
+ } | undefined;
633
+ readonly deploy?: {
634
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
635
+ readonly release_command?: string | undefined;
636
+ readonly health_check_path?: string | undefined;
637
+ readonly health_check_timeout?: number | undefined;
638
+ readonly graceful_shutdown?: number | undefined;
639
+ } | undefined;
640
+ };
641
+ readonly staging?: {
642
+ readonly domains?: readonly {
643
+ readonly service: string;
644
+ readonly hostname: string;
645
+ readonly redirect_https?: boolean | undefined;
646
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
647
+ readonly aliases?: readonly string[] | undefined;
648
+ }[] | undefined;
649
+ readonly services?: readonly {
650
+ readonly name: string;
651
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
652
+ readonly port?: number | undefined;
653
+ readonly env?: readonly string[] | undefined;
654
+ readonly replicas?: number | undefined;
655
+ readonly command?: string | undefined;
656
+ readonly internal_port?: number | undefined;
657
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
658
+ readonly cron_schedule?: string | undefined;
659
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
660
+ readonly scale_to_zero?: boolean | undefined;
661
+ readonly idle_timeout_seconds?: number | undefined;
662
+ readonly min_replicas?: number | undefined;
663
+ readonly resources?: readonly string[] | undefined;
664
+ }[] | undefined;
665
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
666
+ readonly env?: {
667
+ readonly [x: string]: {
668
+ readonly value: string;
669
+ } | {
670
+ readonly from_secret: string;
671
+ } | {
672
+ readonly from_resource: string;
673
+ readonly attr: string;
674
+ };
675
+ } | undefined;
676
+ readonly build?: {
677
+ readonly dockerfile?: string | undefined;
678
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
679
+ readonly docker_context?: string | undefined;
680
+ readonly build_command?: string | undefined;
681
+ readonly ignore?: readonly string[] | undefined;
682
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
683
+ readonly reproducible?: boolean | undefined;
684
+ } | undefined;
685
+ readonly deploy?: {
686
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
687
+ readonly release_command?: string | undefined;
688
+ readonly health_check_path?: string | undefined;
689
+ readonly health_check_timeout?: number | undefined;
690
+ readonly graceful_shutdown?: number | undefined;
691
+ } | undefined;
692
+ };
693
+ readonly production?: {
694
+ readonly domains?: readonly {
695
+ readonly service: string;
696
+ readonly hostname: string;
697
+ readonly redirect_https?: boolean | undefined;
698
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
699
+ readonly aliases?: readonly string[] | undefined;
700
+ }[] | undefined;
701
+ readonly services?: readonly {
702
+ readonly name: string;
703
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
704
+ readonly port?: number | undefined;
705
+ readonly env?: readonly string[] | undefined;
706
+ readonly replicas?: number | undefined;
707
+ readonly command?: string | undefined;
708
+ readonly internal_port?: number | undefined;
709
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
710
+ readonly cron_schedule?: string | undefined;
711
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
712
+ readonly scale_to_zero?: boolean | undefined;
713
+ readonly idle_timeout_seconds?: number | undefined;
714
+ readonly min_replicas?: number | undefined;
715
+ readonly resources?: readonly string[] | undefined;
716
+ }[] | undefined;
717
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
718
+ readonly env?: {
719
+ readonly [x: string]: {
720
+ readonly value: string;
721
+ } | {
722
+ readonly from_secret: string;
723
+ } | {
724
+ readonly from_resource: string;
725
+ readonly attr: string;
726
+ };
727
+ } | undefined;
728
+ readonly build?: {
729
+ readonly dockerfile?: string | undefined;
730
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
731
+ readonly docker_context?: string | undefined;
732
+ readonly build_command?: string | undefined;
733
+ readonly ignore?: readonly string[] | undefined;
734
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
735
+ readonly reproducible?: boolean | undefined;
736
+ } | undefined;
737
+ readonly deploy?: {
738
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
739
+ readonly release_command?: string | undefined;
740
+ readonly health_check_path?: string | undefined;
741
+ readonly health_check_timeout?: number | undefined;
742
+ readonly graceful_shutdown?: number | undefined;
743
+ } | undefined;
744
+ };
745
+ readonly preview?: {
746
+ readonly domains?: readonly {
747
+ readonly service: string;
748
+ readonly hostname: string;
749
+ readonly redirect_https?: boolean | undefined;
750
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
751
+ readonly aliases?: readonly string[] | undefined;
752
+ }[] | undefined;
753
+ readonly services?: readonly {
754
+ readonly name: string;
755
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
756
+ readonly port?: number | undefined;
757
+ readonly env?: readonly string[] | undefined;
758
+ readonly replicas?: number | undefined;
759
+ readonly command?: string | undefined;
760
+ readonly internal_port?: number | undefined;
761
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
762
+ readonly cron_schedule?: string | undefined;
763
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
764
+ readonly scale_to_zero?: boolean | undefined;
765
+ readonly idle_timeout_seconds?: number | undefined;
766
+ readonly min_replicas?: number | undefined;
767
+ readonly resources?: readonly string[] | undefined;
768
+ }[] | undefined;
769
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
770
+ readonly env?: {
771
+ readonly [x: string]: {
772
+ readonly value: string;
773
+ } | {
774
+ readonly from_secret: string;
775
+ } | {
776
+ readonly from_resource: string;
777
+ readonly attr: string;
778
+ };
779
+ } | undefined;
780
+ readonly build?: {
781
+ readonly dockerfile?: string | undefined;
782
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
783
+ readonly docker_context?: string | undefined;
784
+ readonly build_command?: string | undefined;
785
+ readonly ignore?: readonly string[] | undefined;
786
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
787
+ readonly reproducible?: boolean | undefined;
788
+ } | undefined;
789
+ readonly deploy?: {
790
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
791
+ readonly release_command?: string | undefined;
792
+ readonly health_check_path?: string | undefined;
793
+ readonly health_check_timeout?: number | undefined;
794
+ readonly graceful_shutdown?: number | undefined;
795
+ } | undefined;
796
+ };
797
+ }, {
798
+ readonly development?: {
799
+ readonly domains?: readonly {
800
+ readonly service: string;
801
+ readonly hostname: string;
802
+ readonly redirect_https?: boolean | undefined;
803
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
804
+ readonly aliases?: readonly string[] | undefined;
805
+ }[] | undefined;
806
+ readonly services?: readonly {
807
+ readonly name: string;
808
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
809
+ readonly port?: number | undefined;
810
+ readonly env?: readonly string[] | undefined;
811
+ readonly replicas?: number | undefined;
812
+ readonly command?: string | undefined;
813
+ readonly internal_port?: number | undefined;
814
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
815
+ readonly cron_schedule?: string | undefined;
816
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
817
+ readonly scale_to_zero?: boolean | undefined;
818
+ readonly idle_timeout_seconds?: number | undefined;
819
+ readonly min_replicas?: number | undefined;
820
+ readonly resources?: readonly string[] | undefined;
821
+ }[] | undefined;
822
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
823
+ readonly env?: {
824
+ readonly [x: string]: {
825
+ readonly value: string;
826
+ } | {
827
+ readonly from_secret: string;
828
+ } | {
829
+ readonly from_resource: string;
830
+ readonly attr: string;
831
+ };
832
+ } | undefined;
833
+ readonly build?: {
834
+ readonly dockerfile?: string | undefined;
835
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
836
+ readonly docker_context?: string | undefined;
837
+ readonly build_command?: string | undefined;
838
+ readonly ignore?: readonly string[] | undefined;
839
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
840
+ readonly reproducible?: boolean | undefined;
841
+ } | undefined;
842
+ readonly deploy?: {
843
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
844
+ readonly release_command?: string | undefined;
845
+ readonly health_check_path?: string | undefined;
846
+ readonly health_check_timeout?: number | undefined;
847
+ readonly graceful_shutdown?: number | undefined;
848
+ } | undefined;
849
+ };
850
+ readonly staging?: {
851
+ readonly domains?: readonly {
852
+ readonly service: string;
853
+ readonly hostname: string;
854
+ readonly redirect_https?: boolean | undefined;
855
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
856
+ readonly aliases?: readonly string[] | undefined;
857
+ }[] | undefined;
858
+ readonly services?: readonly {
859
+ readonly name: string;
860
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
861
+ readonly port?: number | undefined;
862
+ readonly env?: readonly string[] | undefined;
863
+ readonly replicas?: number | undefined;
864
+ readonly command?: string | undefined;
865
+ readonly internal_port?: number | undefined;
866
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
867
+ readonly cron_schedule?: string | undefined;
868
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
869
+ readonly scale_to_zero?: boolean | undefined;
870
+ readonly idle_timeout_seconds?: number | undefined;
871
+ readonly min_replicas?: number | undefined;
872
+ readonly resources?: readonly string[] | undefined;
873
+ }[] | undefined;
874
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
875
+ readonly env?: {
876
+ readonly [x: string]: {
877
+ readonly value: string;
878
+ } | {
879
+ readonly from_secret: string;
880
+ } | {
881
+ readonly from_resource: string;
882
+ readonly attr: string;
883
+ };
884
+ } | undefined;
885
+ readonly build?: {
886
+ readonly dockerfile?: string | undefined;
887
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
888
+ readonly docker_context?: string | undefined;
889
+ readonly build_command?: string | undefined;
890
+ readonly ignore?: readonly string[] | undefined;
891
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
892
+ readonly reproducible?: boolean | undefined;
893
+ } | undefined;
894
+ readonly deploy?: {
895
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
896
+ readonly release_command?: string | undefined;
897
+ readonly health_check_path?: string | undefined;
898
+ readonly health_check_timeout?: number | undefined;
899
+ readonly graceful_shutdown?: number | undefined;
900
+ } | undefined;
901
+ };
902
+ readonly production?: {
903
+ readonly domains?: readonly {
904
+ readonly service: string;
905
+ readonly hostname: string;
906
+ readonly redirect_https?: boolean | undefined;
907
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
908
+ readonly aliases?: readonly string[] | undefined;
909
+ }[] | undefined;
910
+ readonly services?: readonly {
911
+ readonly name: string;
912
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
913
+ readonly port?: number | undefined;
914
+ readonly env?: readonly string[] | undefined;
915
+ readonly replicas?: number | undefined;
916
+ readonly command?: string | undefined;
917
+ readonly internal_port?: number | undefined;
918
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
919
+ readonly cron_schedule?: string | undefined;
920
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
921
+ readonly scale_to_zero?: boolean | undefined;
922
+ readonly idle_timeout_seconds?: number | undefined;
923
+ readonly min_replicas?: number | undefined;
924
+ readonly resources?: readonly string[] | undefined;
925
+ }[] | undefined;
926
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
927
+ readonly env?: {
928
+ readonly [x: string]: {
929
+ readonly value: string;
930
+ } | {
931
+ readonly from_secret: string;
932
+ } | {
933
+ readonly from_resource: string;
934
+ readonly attr: string;
935
+ };
936
+ } | undefined;
937
+ readonly build?: {
938
+ readonly dockerfile?: string | undefined;
939
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
940
+ readonly docker_context?: string | undefined;
941
+ readonly build_command?: string | undefined;
942
+ readonly ignore?: readonly string[] | undefined;
943
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
944
+ readonly reproducible?: boolean | undefined;
945
+ } | undefined;
946
+ readonly deploy?: {
947
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
948
+ readonly release_command?: string | undefined;
949
+ readonly health_check_path?: string | undefined;
950
+ readonly health_check_timeout?: number | undefined;
951
+ readonly graceful_shutdown?: number | undefined;
952
+ } | undefined;
953
+ };
954
+ readonly preview?: {
955
+ readonly domains?: readonly {
956
+ readonly service: string;
957
+ readonly hostname: string;
958
+ readonly redirect_https?: boolean | undefined;
959
+ readonly www_redirect?: "none" | "apex" | "www" | undefined;
960
+ readonly aliases?: readonly string[] | undefined;
961
+ }[] | undefined;
962
+ readonly services?: readonly {
963
+ readonly name: string;
964
+ readonly type?: "function" | "web" | "cron" | "worker" | undefined;
965
+ readonly port?: number | undefined;
966
+ readonly env?: readonly string[] | undefined;
967
+ readonly replicas?: number | undefined;
968
+ readonly command?: string | undefined;
969
+ readonly internal_port?: number | undefined;
970
+ readonly instance_type?: "standard" | "large" | "xlarge" | "nano" | "micro" | "small" | undefined;
971
+ readonly cron_schedule?: string | undefined;
972
+ readonly regions?: readonly ("fsn1" | "nbg1" | "hel1" | "ash1" | "hil1")[] | undefined;
973
+ readonly scale_to_zero?: boolean | undefined;
974
+ readonly idle_timeout_seconds?: number | undefined;
975
+ readonly min_replicas?: number | undefined;
976
+ readonly resources?: readonly string[] | undefined;
977
+ }[] | undefined;
978
+ readonly region?: "fsn1" | "nbg1" | "hel1" | "ash1" | "hil1" | undefined;
979
+ readonly env?: {
980
+ readonly [x: string]: {
981
+ readonly value: string;
982
+ } | {
983
+ readonly from_secret: string;
984
+ } | {
985
+ readonly from_resource: string;
986
+ readonly attr: string;
987
+ };
988
+ } | undefined;
989
+ readonly build?: {
990
+ readonly dockerfile?: string | undefined;
991
+ readonly buildpack?: "auto" | "ruby" | "node" | "python" | "static" | "dockerfile" | undefined;
992
+ readonly docker_context?: string | undefined;
993
+ readonly build_command?: string | undefined;
994
+ readonly ignore?: readonly string[] | undefined;
995
+ readonly machine_type?: "standard" | "large" | "xlarge" | undefined;
996
+ readonly reproducible?: boolean | undefined;
997
+ } | undefined;
998
+ readonly deploy?: {
999
+ readonly strategy?: "immediate" | "rolling" | "blue-green" | undefined;
1000
+ readonly release_command?: string | undefined;
1001
+ readonly health_check_path?: string | undefined;
1002
+ readonly health_check_timeout?: number | undefined;
1003
+ readonly graceful_shutdown?: number | undefined;
1004
+ } | undefined;
1005
+ };
1006
+ }, never>>;
1007
+ resources: Schema.optional<Schema.Struct<{
1008
+ postgres: Schema.optional<Schema.Struct<{
1009
+ tier: Schema.Literal<["nano", "micro", "standard", "large", "xl"]>;
1010
+ storage_gb: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
1011
+ version: Schema.optional<Schema.Literal<["15", "16", "17"]>>;
1012
+ replicas: Schema.optional<Schema.filter<Schema.filter<typeof Schema.Number>>>;
1013
+ branch_on_preview: Schema.optional<typeof Schema.Boolean>;
1014
+ }>>;
1015
+ redis: Schema.optional<Schema.Struct<{
1016
+ tier: Schema.Literal<["micro", "standard", "large"]>;
1017
+ }>>;
1018
+ blob: Schema.optional<Schema.Struct<{
1019
+ visibility: Schema.Literal<["private", "public"]>;
1020
+ }>>;
1021
+ volume: Schema.optional<Schema.Array$<Schema.Struct<{
1022
+ name: Schema.filter<Schema.filter<Schema.filter<typeof Schema.String>>>;
1023
+ size_gb: Schema.filter<Schema.filter<typeof Schema.Number>>;
1024
+ access: Schema.Literal<["ReadWriteOnce", "ReadWriteMany"]>;
1025
+ mount: typeof Schema.String;
1026
+ }>>>;
1027
+ search: Schema.optional<Schema.Struct<{
1028
+ tier: Schema.Literal<["micro", "standard"]>;
1029
+ }>>;
1030
+ }>>;
1031
+ ci: Schema.optional<Schema.Struct<{
1032
+ on_push: Schema.optional<typeof Schema.Boolean>;
1033
+ preview_deploys: Schema.optional<typeof Schema.Boolean>;
1034
+ pr_comment: Schema.optional<typeof Schema.Boolean>;
1035
+ production_branches: Schema.optional<Schema.Array$<typeof Schema.String>>;
1036
+ runner: Schema.optional<Schema.Literal<["standard", "large", "xlarge"]>>;
1037
+ ignore_paths: Schema.optional<Schema.Array$<typeof Schema.String>>;
1038
+ }>>;
1039
+ }>, Schema.Struct<{
1040
+ version: typeof Schema.Number;
1041
+ updatedAt: typeof Schema.String;
1042
+ }>>;
1043
+ };
1044
+ //# sourceMappingURL=project-manifest.d.ts.map