@constructive-sdk/cli 0.30.2 → 0.31.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 (707) hide show
  1. package/admin/cli/commands/app-admin-grant.js +34 -34
  2. package/admin/cli/commands/app-claimed-invite.js +28 -28
  3. package/admin/cli/commands/app-grant.js +48 -48
  4. package/admin/cli/commands/app-invite.js +104 -104
  5. package/admin/cli/commands/app-membership-default.js +34 -34
  6. package/admin/cli/commands/app-membership.js +108 -108
  7. package/admin/cli/commands/app-owner-grant.js +34 -34
  8. package/admin/cli/commands/app-permission-default-grant.js +34 -34
  9. package/admin/cli/commands/app-permission-default-permission.js +6 -6
  10. package/admin/cli/commands/app-permission.js +28 -28
  11. package/admin/cli/commands/app-permissions-get-by-mask.js +6 -6
  12. package/admin/cli/commands/membership-type.js +48 -48
  13. package/admin/cli/commands/org-admin-grant.js +34 -34
  14. package/admin/cli/commands/org-chart-edge-grant.js +59 -59
  15. package/admin/cli/commands/org-chart-edge.js +44 -44
  16. package/admin/cli/commands/org-claimed-invite.js +40 -40
  17. package/admin/cli/commands/org-get-managers-record.js +9 -9
  18. package/admin/cli/commands/org-get-subordinates-record.js +9 -9
  19. package/admin/cli/commands/org-grant.js +55 -55
  20. package/admin/cli/commands/org-invite.js +144 -144
  21. package/admin/cli/commands/org-is-manager-of.js +4 -4
  22. package/admin/cli/commands/org-member-profile.js +85 -85
  23. package/admin/cli/commands/org-member.js +28 -28
  24. package/admin/cli/commands/org-membership-default.js +40 -40
  25. package/admin/cli/commands/org-membership-setting.js +119 -119
  26. package/admin/cli/commands/org-membership.js +136 -136
  27. package/admin/cli/commands/org-owner-grant.js +34 -34
  28. package/admin/cli/commands/org-permission-default-grant.js +50 -50
  29. package/admin/cli/commands/org-permission-default-permission.js +22 -22
  30. package/admin/cli/commands/org-permission-default.js +19 -19
  31. package/admin/cli/commands/org-permission.js +28 -28
  32. package/admin/cli/commands/org-permissions-get-by-mask.js +6 -6
  33. package/admin/cli/commands.js +57 -57
  34. package/admin/cli/executor.d.ts +45 -45
  35. package/admin/orm/index.d.ts +67 -67
  36. package/admin/orm/index.js +44 -44
  37. package/admin/orm/input-types.d.ts +3168 -3168
  38. package/admin/orm/input-types.js +1 -1
  39. package/admin/orm/models/index.d.ts +22 -22
  40. package/admin/orm/models/index.js +45 -45
  41. package/admin/orm/mutation/index.d.ts +12 -12
  42. package/admin/orm/mutation/index.js +12 -12
  43. package/admin/orm/query/index.d.ts +47 -47
  44. package/admin/orm/query/index.js +68 -68
  45. package/agent/cli/commands/agent-message.js +77 -77
  46. package/agent/cli/commands/agent-persona.js +110 -110
  47. package/agent/cli/commands/agent-plan.js +69 -69
  48. package/agent/cli/commands/agent-prompt.js +71 -71
  49. package/agent/cli/commands/agent-resource-chunk.js +16 -16
  50. package/agent/cli/commands/agent-resource.js +189 -189
  51. package/agent/cli/commands/agent-task.js +132 -132
  52. package/agent/cli/commands/agent-thread.js +120 -120
  53. package/agent/cli/commands/agent.js +100 -100
  54. package/agent/cli/commands.js +9 -9
  55. package/agent/cli/executor.d.ts +4 -4
  56. package/agent/orm/index.d.ts +8 -8
  57. package/agent/orm/index.js +8 -8
  58. package/agent/orm/input-types.d.ts +1788 -1788
  59. package/agent/orm/input-types.js +9 -9
  60. package/agent/orm/models/index.d.ts +4 -4
  61. package/agent/orm/models/index.js +9 -9
  62. package/api/cli/commands/api-module.js +42 -42
  63. package/api/cli/commands/api-schema.js +26 -26
  64. package/api/cli/commands/api-setting.js +126 -126
  65. package/api/cli/commands/api.js +78 -78
  66. package/api/cli/commands/app.js +82 -82
  67. package/api/cli/commands/apply-registry-defaults.js +4 -4
  68. package/api/cli/commands/ast-migration.js +66 -66
  69. package/api/cli/commands/check-constraint.js +91 -91
  70. package/api/cli/commands/composite-type.js +90 -90
  71. package/api/cli/commands/cors-setting.js +34 -34
  72. package/api/cli/commands/database-setting.js +142 -142
  73. package/api/cli/commands/database-transfer.js +125 -125
  74. package/api/cli/commands/database.js +62 -62
  75. package/api/cli/commands/default-privilege.js +52 -52
  76. package/api/cli/commands/domain.js +86 -86
  77. package/api/cli/commands/embedding-chunk.js +178 -178
  78. package/api/cli/commands/enum.js +82 -82
  79. package/api/cli/commands/field.js +231 -231
  80. package/api/cli/commands/foreign-key-constraint.js +132 -132
  81. package/api/cli/commands/full-text-search.js +60 -60
  82. package/api/cli/commands/function.js +22 -22
  83. package/api/cli/commands/index.js +118 -118
  84. package/api/cli/commands/migrate-file.js +4 -4
  85. package/api/cli/commands/node-type-registry.js +48 -48
  86. package/api/cli/commands/partition.js +102 -102
  87. package/api/cli/commands/policy.js +128 -128
  88. package/api/cli/commands/primary-key-constraint.js +80 -80
  89. package/api/cli/commands/pubkey-setting.js +72 -72
  90. package/api/cli/commands/rls-setting.js +69 -69
  91. package/api/cli/commands/schema-grant.js +28 -28
  92. package/api/cli/commands/schema.js +106 -106
  93. package/api/cli/commands/site-metadatum.js +42 -42
  94. package/api/cli/commands/site-module.js +38 -38
  95. package/api/cli/commands/site-theme.js +6 -6
  96. package/api/cli/commands/site.js +102 -102
  97. package/api/cli/commands/spatial-relation.js +83 -83
  98. package/api/cli/commands/sql-action.js +57 -57
  99. package/api/cli/commands/table-grant.js +66 -66
  100. package/api/cli/commands/table.js +203 -203
  101. package/api/cli/commands/trigger-function.js +34 -34
  102. package/api/cli/commands/trigger.js +64 -64
  103. package/api/cli/commands/unique-constraint.js +94 -94
  104. package/api/cli/commands/view-grant.js +46 -46
  105. package/api/cli/commands/view-rule.js +52 -52
  106. package/api/cli/commands/view-table.js +34 -34
  107. package/api/cli/commands/view.js +135 -135
  108. package/api/cli/commands/webauthn-setting.js +174 -174
  109. package/api/cli/commands.js +71 -71
  110. package/api/cli/executor.d.ts +45 -45
  111. package/api/orm/index.d.ts +77 -77
  112. package/api/orm/index.js +64 -64
  113. package/api/orm/input-types.d.ts +8781 -8781
  114. package/api/orm/input-types.js +48 -48
  115. package/api/orm/models/index.d.ts +32 -32
  116. package/api/orm/models/index.js +65 -65
  117. package/api/orm/mutation/index.d.ts +29 -29
  118. package/api/orm/mutation/index.js +30 -30
  119. package/api/orm/query/index.d.ts +1 -1
  120. package/api/orm/query/index.js +4 -4
  121. package/auth/cli/commands/audit-log-auth.js +57 -57
  122. package/auth/cli/commands/crypto-address.js +50 -50
  123. package/auth/cli/commands/email.js +50 -50
  124. package/auth/cli/commands/identity-provider.js +20 -32
  125. package/auth/cli/commands/org-api-key-list.js +47 -47
  126. package/auth/cli/commands/phone-number.js +67 -67
  127. package/auth/cli/commands/principal-entity.js +32 -32
  128. package/auth/cli/commands/principal-scope-override.js +43 -43
  129. package/auth/cli/commands/principal.js +42 -42
  130. package/auth/cli/commands/user-connected-account.js +33 -33
  131. package/auth/cli/commands/user.js +43 -43
  132. package/auth/cli/commands/webauthn-credential.js +123 -123
  133. package/auth/cli/commands.js +59 -59
  134. package/auth/cli/executor.d.ts +96 -96
  135. package/auth/orm/index.d.ts +103 -103
  136. package/auth/orm/index.js +14 -14
  137. package/auth/orm/input-types.d.ts +2102 -2109
  138. package/auth/orm/input-types.js +5 -5
  139. package/auth/orm/models/index.d.ts +7 -7
  140. package/auth/orm/models/index.js +15 -15
  141. package/auth/orm/mutation/index.d.ts +138 -138
  142. package/auth/orm/mutation/index.js +168 -168
  143. package/auth/orm/query/index.d.ts +10 -10
  144. package/auth/orm/query/index.js +14 -14
  145. package/compute/cli/commands/db-preset.js +96 -96
  146. package/compute/cli/commands/function-api-binding.js +41 -41
  147. package/compute/cli/commands/function-definition.js +375 -397
  148. package/compute/cli/commands/function-deployment-event.js +48 -48
  149. package/compute/cli/commands/function-deployment.js +220 -220
  150. package/compute/cli/commands/function-execution-log.js +48 -48
  151. package/compute/cli/commands/function-graph-commit.js +69 -69
  152. package/compute/cli/commands/function-graph-execution-node-state.js +106 -106
  153. package/compute/cli/commands/function-graph-execution-output.js +28 -28
  154. package/compute/cli/commands/function-graph-execution.js +233 -233
  155. package/compute/cli/commands/function-graph-object.js +37 -37
  156. package/compute/cli/commands/function-graph-ref.js +22 -22
  157. package/compute/cli/commands/function-graph-store.js +28 -28
  158. package/compute/cli/commands/function-graph.js +100 -100
  159. package/compute/cli/commands/function-invocation.js +175 -131
  160. package/compute/cli/commands/get-all-record.js +11 -11
  161. package/compute/cli/commands/infra-commit.js +69 -69
  162. package/compute/cli/commands/infra-get-all-record.js +11 -11
  163. package/compute/cli/commands/infra-object.js +37 -37
  164. package/compute/cli/commands/infra-ref.js +22 -22
  165. package/compute/cli/commands/infra-store.js +28 -28
  166. package/compute/cli/commands/integration-provider.js +91 -91
  167. package/compute/cli/commands/namespace-event.js +127 -127
  168. package/compute/cli/commands/namespace.js +115 -115
  169. package/compute/cli/commands/platform-function-api-binding.js +41 -41
  170. package/compute/cli/commands/platform-function-definition.js +357 -379
  171. package/compute/cli/commands/platform-function-deployment-event.js +28 -28
  172. package/compute/cli/commands/platform-function-deployment.js +206 -206
  173. package/compute/cli/commands/platform-function-execution-log.js +28 -28
  174. package/compute/cli/commands/platform-function-invocation.js +161 -117
  175. package/compute/cli/commands/platform-namespace-event.js +108 -108
  176. package/compute/cli/commands/platform-namespace.js +109 -109
  177. package/compute/cli/commands/platform-resource-definition.js +157 -157
  178. package/compute/cli/commands/platform-resource-event.js +41 -41
  179. package/compute/cli/commands/platform-resource-status-check.js +59 -59
  180. package/compute/cli/commands/platform-resource.js +182 -182
  181. package/compute/cli/commands/platform-resources-requirements-state.js +32 -32
  182. package/compute/cli/commands/platform-resources-resolved-requirement.js +53 -53
  183. package/compute/cli/commands/resource-definition.js +172 -172
  184. package/compute/cli/commands/resource-event.js +50 -50
  185. package/compute/cli/commands/resource-status-check.js +68 -68
  186. package/compute/cli/commands/resource.js +192 -192
  187. package/compute/cli/commands/resources-requirements-state.js +32 -32
  188. package/compute/cli/commands/resources-resolved-requirement.js +53 -53
  189. package/compute/cli/commands.js +87 -87
  190. package/compute/cli/executor.d.ts +78 -78
  191. package/compute/orm/index.d.ts +110 -110
  192. package/compute/orm/index.js +64 -64
  193. package/compute/orm/input-types.d.ts +7256 -7037
  194. package/compute/orm/input-types.js +15 -13
  195. package/compute/orm/models/index.d.ts +32 -32
  196. package/compute/orm/models/index.js +65 -65
  197. package/compute/orm/mutation/index.d.ts +77 -77
  198. package/compute/orm/mutation/index.js +96 -96
  199. package/config/cli/commands/config.js +102 -102
  200. package/config/cli/commands/platform-config.js +96 -96
  201. package/config/cli/commands/platform-internal-secret.js +43 -43
  202. package/config/cli/commands/platform-secret.js +53 -53
  203. package/config/cli/commands/secret.js +55 -55
  204. package/config/cli/commands.js +15 -15
  205. package/config/cli/executor.d.ts +29 -29
  206. package/config/orm/index.d.ts +30 -30
  207. package/config/orm/index.js +2 -2
  208. package/config/orm/input-types.d.ts +416 -416
  209. package/config/orm/models/index.d.ts +1 -1
  210. package/config/orm/models/index.js +3 -3
  211. package/config/orm/mutation/index.d.ts +47 -47
  212. package/config/orm/mutation/index.js +60 -60
  213. package/esm/admin/cli/commands/app-admin-grant.js +34 -34
  214. package/esm/admin/cli/commands/app-claimed-invite.js +28 -28
  215. package/esm/admin/cli/commands/app-grant.js +48 -48
  216. package/esm/admin/cli/commands/app-invite.js +104 -104
  217. package/esm/admin/cli/commands/app-membership-default.js +34 -34
  218. package/esm/admin/cli/commands/app-membership.js +108 -108
  219. package/esm/admin/cli/commands/app-owner-grant.js +34 -34
  220. package/esm/admin/cli/commands/app-permission-default-grant.js +34 -34
  221. package/esm/admin/cli/commands/app-permission-default-permission.js +6 -6
  222. package/esm/admin/cli/commands/app-permission.js +28 -28
  223. package/esm/admin/cli/commands/app-permissions-get-by-mask.js +6 -6
  224. package/esm/admin/cli/commands/membership-type.js +48 -48
  225. package/esm/admin/cli/commands/org-admin-grant.js +34 -34
  226. package/esm/admin/cli/commands/org-chart-edge-grant.js +59 -59
  227. package/esm/admin/cli/commands/org-chart-edge.js +44 -44
  228. package/esm/admin/cli/commands/org-claimed-invite.js +40 -40
  229. package/esm/admin/cli/commands/org-get-managers-record.js +9 -9
  230. package/esm/admin/cli/commands/org-get-subordinates-record.js +9 -9
  231. package/esm/admin/cli/commands/org-grant.js +55 -55
  232. package/esm/admin/cli/commands/org-invite.js +144 -144
  233. package/esm/admin/cli/commands/org-is-manager-of.js +4 -4
  234. package/esm/admin/cli/commands/org-member-profile.js +85 -85
  235. package/esm/admin/cli/commands/org-member.js +28 -28
  236. package/esm/admin/cli/commands/org-membership-default.js +40 -40
  237. package/esm/admin/cli/commands/org-membership-setting.js +119 -119
  238. package/esm/admin/cli/commands/org-membership.js +136 -136
  239. package/esm/admin/cli/commands/org-owner-grant.js +34 -34
  240. package/esm/admin/cli/commands/org-permission-default-grant.js +50 -50
  241. package/esm/admin/cli/commands/org-permission-default-permission.js +22 -22
  242. package/esm/admin/cli/commands/org-permission-default.js +19 -19
  243. package/esm/admin/cli/commands/org-permission.js +28 -28
  244. package/esm/admin/cli/commands/org-permissions-get-by-mask.js +6 -6
  245. package/esm/admin/cli/commands.js +57 -57
  246. package/esm/admin/cli/executor.d.ts +45 -45
  247. package/esm/admin/orm/index.d.ts +67 -67
  248. package/esm/admin/orm/index.js +44 -44
  249. package/esm/admin/orm/input-types.d.ts +3168 -3168
  250. package/esm/admin/orm/input-types.js +1 -1
  251. package/esm/admin/orm/models/index.d.ts +22 -22
  252. package/esm/admin/orm/models/index.js +22 -22
  253. package/esm/admin/orm/mutation/index.d.ts +12 -12
  254. package/esm/admin/orm/mutation/index.js +12 -12
  255. package/esm/admin/orm/query/index.d.ts +47 -47
  256. package/esm/admin/orm/query/index.js +68 -68
  257. package/esm/agent/cli/commands/agent-message.js +77 -77
  258. package/esm/agent/cli/commands/agent-persona.js +110 -110
  259. package/esm/agent/cli/commands/agent-plan.js +69 -69
  260. package/esm/agent/cli/commands/agent-prompt.js +71 -71
  261. package/esm/agent/cli/commands/agent-resource-chunk.js +16 -16
  262. package/esm/agent/cli/commands/agent-resource.js +189 -189
  263. package/esm/agent/cli/commands/agent-task.js +132 -132
  264. package/esm/agent/cli/commands/agent-thread.js +120 -120
  265. package/esm/agent/cli/commands/agent.js +100 -100
  266. package/esm/agent/cli/commands.js +9 -9
  267. package/esm/agent/cli/executor.d.ts +4 -4
  268. package/esm/agent/orm/index.d.ts +8 -8
  269. package/esm/agent/orm/index.js +8 -8
  270. package/esm/agent/orm/input-types.d.ts +1788 -1788
  271. package/esm/agent/orm/input-types.js +9 -9
  272. package/esm/agent/orm/models/index.d.ts +4 -4
  273. package/esm/agent/orm/models/index.js +4 -4
  274. package/esm/api/cli/commands/api-module.js +42 -42
  275. package/esm/api/cli/commands/api-schema.js +26 -26
  276. package/esm/api/cli/commands/api-setting.js +126 -126
  277. package/esm/api/cli/commands/api.js +78 -78
  278. package/esm/api/cli/commands/app.js +82 -82
  279. package/esm/api/cli/commands/apply-registry-defaults.js +4 -4
  280. package/esm/api/cli/commands/ast-migration.js +66 -66
  281. package/esm/api/cli/commands/check-constraint.js +91 -91
  282. package/esm/api/cli/commands/composite-type.js +90 -90
  283. package/esm/api/cli/commands/cors-setting.js +34 -34
  284. package/esm/api/cli/commands/database-setting.js +142 -142
  285. package/esm/api/cli/commands/database-transfer.js +125 -125
  286. package/esm/api/cli/commands/database.js +62 -62
  287. package/esm/api/cli/commands/default-privilege.js +52 -52
  288. package/esm/api/cli/commands/domain.js +86 -86
  289. package/esm/api/cli/commands/embedding-chunk.js +178 -178
  290. package/esm/api/cli/commands/enum.js +82 -82
  291. package/esm/api/cli/commands/field.js +231 -231
  292. package/esm/api/cli/commands/foreign-key-constraint.js +132 -132
  293. package/esm/api/cli/commands/full-text-search.js +60 -60
  294. package/esm/api/cli/commands/function.js +22 -22
  295. package/esm/api/cli/commands/index.js +118 -118
  296. package/esm/api/cli/commands/migrate-file.js +4 -4
  297. package/esm/api/cli/commands/node-type-registry.js +48 -48
  298. package/esm/api/cli/commands/partition.js +102 -102
  299. package/esm/api/cli/commands/policy.js +128 -128
  300. package/esm/api/cli/commands/primary-key-constraint.js +80 -80
  301. package/esm/api/cli/commands/pubkey-setting.js +72 -72
  302. package/esm/api/cli/commands/rls-setting.js +69 -69
  303. package/esm/api/cli/commands/schema-grant.js +28 -28
  304. package/esm/api/cli/commands/schema.js +106 -106
  305. package/esm/api/cli/commands/site-metadatum.js +42 -42
  306. package/esm/api/cli/commands/site-module.js +38 -38
  307. package/esm/api/cli/commands/site-theme.js +6 -6
  308. package/esm/api/cli/commands/site.js +102 -102
  309. package/esm/api/cli/commands/spatial-relation.js +83 -83
  310. package/esm/api/cli/commands/sql-action.js +57 -57
  311. package/esm/api/cli/commands/table-grant.js +66 -66
  312. package/esm/api/cli/commands/table.js +203 -203
  313. package/esm/api/cli/commands/trigger-function.js +34 -34
  314. package/esm/api/cli/commands/trigger.js +64 -64
  315. package/esm/api/cli/commands/unique-constraint.js +94 -94
  316. package/esm/api/cli/commands/view-grant.js +46 -46
  317. package/esm/api/cli/commands/view-rule.js +52 -52
  318. package/esm/api/cli/commands/view-table.js +34 -34
  319. package/esm/api/cli/commands/view.js +135 -135
  320. package/esm/api/cli/commands/webauthn-setting.js +174 -174
  321. package/esm/api/cli/commands.js +71 -71
  322. package/esm/api/cli/executor.d.ts +45 -45
  323. package/esm/api/orm/index.d.ts +77 -77
  324. package/esm/api/orm/index.js +64 -64
  325. package/esm/api/orm/input-types.d.ts +8781 -8781
  326. package/esm/api/orm/input-types.js +48 -48
  327. package/esm/api/orm/models/index.d.ts +32 -32
  328. package/esm/api/orm/models/index.js +32 -32
  329. package/esm/api/orm/mutation/index.d.ts +29 -29
  330. package/esm/api/orm/mutation/index.js +30 -30
  331. package/esm/api/orm/query/index.d.ts +1 -1
  332. package/esm/api/orm/query/index.js +4 -4
  333. package/esm/auth/cli/commands/audit-log-auth.js +57 -57
  334. package/esm/auth/cli/commands/crypto-address.js +50 -50
  335. package/esm/auth/cli/commands/email.js +50 -50
  336. package/esm/auth/cli/commands/identity-provider.js +20 -32
  337. package/esm/auth/cli/commands/org-api-key-list.js +47 -47
  338. package/esm/auth/cli/commands/phone-number.js +67 -67
  339. package/esm/auth/cli/commands/principal-entity.js +32 -32
  340. package/esm/auth/cli/commands/principal-scope-override.js +43 -43
  341. package/esm/auth/cli/commands/principal.js +42 -42
  342. package/esm/auth/cli/commands/user-connected-account.js +33 -33
  343. package/esm/auth/cli/commands/user.js +43 -43
  344. package/esm/auth/cli/commands/webauthn-credential.js +123 -123
  345. package/esm/auth/cli/commands.js +59 -59
  346. package/esm/auth/cli/executor.d.ts +96 -96
  347. package/esm/auth/orm/index.d.ts +103 -103
  348. package/esm/auth/orm/index.js +14 -14
  349. package/esm/auth/orm/input-types.d.ts +2102 -2109
  350. package/esm/auth/orm/input-types.js +5 -5
  351. package/esm/auth/orm/models/index.d.ts +7 -7
  352. package/esm/auth/orm/models/index.js +7 -7
  353. package/esm/auth/orm/mutation/index.d.ts +138 -138
  354. package/esm/auth/orm/mutation/index.js +168 -168
  355. package/esm/auth/orm/query/index.d.ts +10 -10
  356. package/esm/auth/orm/query/index.js +14 -14
  357. package/esm/compute/cli/commands/db-preset.js +96 -96
  358. package/esm/compute/cli/commands/function-api-binding.js +41 -41
  359. package/esm/compute/cli/commands/function-definition.js +375 -397
  360. package/esm/compute/cli/commands/function-deployment-event.js +48 -48
  361. package/esm/compute/cli/commands/function-deployment.js +220 -220
  362. package/esm/compute/cli/commands/function-execution-log.js +48 -48
  363. package/esm/compute/cli/commands/function-graph-commit.js +69 -69
  364. package/esm/compute/cli/commands/function-graph-execution-node-state.js +106 -106
  365. package/esm/compute/cli/commands/function-graph-execution-output.js +28 -28
  366. package/esm/compute/cli/commands/function-graph-execution.js +233 -233
  367. package/esm/compute/cli/commands/function-graph-object.js +37 -37
  368. package/esm/compute/cli/commands/function-graph-ref.js +22 -22
  369. package/esm/compute/cli/commands/function-graph-store.js +28 -28
  370. package/esm/compute/cli/commands/function-graph.js +100 -100
  371. package/esm/compute/cli/commands/function-invocation.js +175 -131
  372. package/esm/compute/cli/commands/get-all-record.js +11 -11
  373. package/esm/compute/cli/commands/infra-commit.js +69 -69
  374. package/esm/compute/cli/commands/infra-get-all-record.js +11 -11
  375. package/esm/compute/cli/commands/infra-object.js +37 -37
  376. package/esm/compute/cli/commands/infra-ref.js +22 -22
  377. package/esm/compute/cli/commands/infra-store.js +28 -28
  378. package/esm/compute/cli/commands/integration-provider.js +91 -91
  379. package/esm/compute/cli/commands/namespace-event.js +127 -127
  380. package/esm/compute/cli/commands/namespace.js +115 -115
  381. package/esm/compute/cli/commands/platform-function-api-binding.js +41 -41
  382. package/esm/compute/cli/commands/platform-function-definition.js +357 -379
  383. package/esm/compute/cli/commands/platform-function-deployment-event.js +28 -28
  384. package/esm/compute/cli/commands/platform-function-deployment.js +206 -206
  385. package/esm/compute/cli/commands/platform-function-execution-log.js +28 -28
  386. package/esm/compute/cli/commands/platform-function-invocation.js +161 -117
  387. package/esm/compute/cli/commands/platform-namespace-event.js +108 -108
  388. package/esm/compute/cli/commands/platform-namespace.js +109 -109
  389. package/esm/compute/cli/commands/platform-resource-definition.js +157 -157
  390. package/esm/compute/cli/commands/platform-resource-event.js +41 -41
  391. package/esm/compute/cli/commands/platform-resource-status-check.js +59 -59
  392. package/esm/compute/cli/commands/platform-resource.js +182 -182
  393. package/esm/compute/cli/commands/platform-resources-requirements-state.js +32 -32
  394. package/esm/compute/cli/commands/platform-resources-resolved-requirement.js +53 -53
  395. package/esm/compute/cli/commands/resource-definition.js +172 -172
  396. package/esm/compute/cli/commands/resource-event.js +50 -50
  397. package/esm/compute/cli/commands/resource-status-check.js +68 -68
  398. package/esm/compute/cli/commands/resource.js +192 -192
  399. package/esm/compute/cli/commands/resources-requirements-state.js +32 -32
  400. package/esm/compute/cli/commands/resources-resolved-requirement.js +53 -53
  401. package/esm/compute/cli/commands.js +87 -87
  402. package/esm/compute/cli/executor.d.ts +78 -78
  403. package/esm/compute/orm/index.d.ts +110 -110
  404. package/esm/compute/orm/index.js +64 -64
  405. package/esm/compute/orm/input-types.d.ts +7256 -7037
  406. package/esm/compute/orm/input-types.js +15 -13
  407. package/esm/compute/orm/models/index.d.ts +32 -32
  408. package/esm/compute/orm/models/index.js +32 -32
  409. package/esm/compute/orm/mutation/index.d.ts +77 -77
  410. package/esm/compute/orm/mutation/index.js +96 -96
  411. package/esm/config/cli/commands/config.js +102 -102
  412. package/esm/config/cli/commands/platform-config.js +96 -96
  413. package/esm/config/cli/commands/platform-internal-secret.js +43 -43
  414. package/esm/config/cli/commands/platform-secret.js +53 -53
  415. package/esm/config/cli/commands/secret.js +55 -55
  416. package/esm/config/cli/commands.js +15 -15
  417. package/esm/config/cli/executor.d.ts +29 -29
  418. package/esm/config/orm/index.d.ts +30 -30
  419. package/esm/config/orm/index.js +2 -2
  420. package/esm/config/orm/input-types.d.ts +416 -416
  421. package/esm/config/orm/models/index.d.ts +1 -1
  422. package/esm/config/orm/models/index.js +1 -1
  423. package/esm/config/orm/mutation/index.d.ts +47 -47
  424. package/esm/config/orm/mutation/index.js +60 -60
  425. package/esm/infra/cli/commands/db-preset.js +96 -96
  426. package/esm/infra/cli/commands/infra-commit.js +69 -69
  427. package/esm/infra/cli/commands/infra-get-all-record.js +11 -11
  428. package/esm/infra/cli/commands/infra-object.js +37 -37
  429. package/esm/infra/cli/commands/infra-ref.js +22 -22
  430. package/esm/infra/cli/commands/infra-store.js +28 -28
  431. package/esm/infra/cli/commands/namespace-event.js +127 -127
  432. package/esm/infra/cli/commands/namespace.js +115 -115
  433. package/esm/infra/cli/commands/platform-namespace-event.js +108 -108
  434. package/esm/infra/cli/commands/platform-namespace.js +109 -109
  435. package/esm/infra/cli/commands.js +13 -13
  436. package/esm/infra/cli/executor.d.ts +10 -10
  437. package/esm/infra/orm/index.d.ts +15 -15
  438. package/esm/infra/orm/index.js +10 -10
  439. package/esm/infra/orm/input-types.d.ts +971 -971
  440. package/esm/infra/orm/models/index.d.ts +5 -5
  441. package/esm/infra/orm/models/index.js +5 -5
  442. package/esm/infra/orm/mutation/index.d.ts +9 -9
  443. package/esm/infra/orm/mutation/index.js +12 -12
  444. package/esm/modules/cli/commands/agent-module.js +388 -388
  445. package/esm/modules/cli/commands/billing-module.js +250 -250
  446. package/esm/modules/cli/commands/billing-provider-module.js +182 -182
  447. package/esm/modules/cli/commands/blueprint-construction.js +72 -72
  448. package/esm/modules/cli/commands/blueprint-template.js +187 -187
  449. package/esm/modules/cli/commands/blueprint.js +95 -95
  450. package/esm/modules/cli/commands/compute-log-module.js +190 -190
  451. package/esm/modules/cli/commands/config-secrets-user-module.js +50 -50
  452. package/esm/modules/cli/commands/connected-accounts-module.js +76 -76
  453. package/esm/modules/cli/commands/crypto-addresses-module.js +89 -89
  454. package/esm/modules/cli/commands/crypto-auth-module.js +114 -114
  455. package/esm/modules/cli/commands/database-provision-module.js +174 -174
  456. package/esm/modules/cli/commands/db-pool-config.js +86 -86
  457. package/esm/modules/cli/commands/db-pool.js +112 -112
  458. package/esm/modules/cli/commands/db-preset-module.js +170 -170
  459. package/esm/modules/cli/commands/db-usage-module.js +249 -249
  460. package/esm/modules/cli/commands/default-ids-module.js +6 -6
  461. package/esm/modules/cli/commands/denormalized-table-field.js +100 -100
  462. package/esm/modules/cli/commands/devices-module.js +46 -46
  463. package/esm/modules/cli/commands/emails-module.js +76 -76
  464. package/esm/modules/cli/commands/entity-type-provision.js +405 -405
  465. package/esm/modules/cli/commands/events-module.js +399 -399
  466. package/esm/modules/cli/commands/function-deployment-module.js +189 -189
  467. package/esm/modules/cli/commands/function-invocation-module.js +176 -176
  468. package/esm/modules/cli/commands/function-module.js +193 -149
  469. package/esm/modules/cli/commands/graph-execution-module.js +214 -214
  470. package/esm/modules/cli/commands/graph-module.js +175 -175
  471. package/esm/modules/cli/commands/hierarchy-module.js +212 -212
  472. package/esm/modules/cli/commands/i-18-n-module.js +56 -56
  473. package/esm/modules/cli/commands/identity-providers-module.js +112 -112
  474. package/esm/modules/cli/commands/inference-log-module.js +181 -181
  475. package/esm/modules/cli/commands/infra-config-module.js +158 -158
  476. package/esm/modules/cli/commands/infra-secrets-module.js +157 -157
  477. package/esm/modules/cli/commands/integration-providers-module.js +112 -112
  478. package/esm/modules/cli/commands/internal-secrets-module.js +151 -151
  479. package/esm/modules/cli/commands/invites-module.js +178 -178
  480. package/esm/modules/cli/commands/limits-module.js +362 -362
  481. package/esm/modules/cli/commands/membership-types-module.js +6 -6
  482. package/esm/modules/cli/commands/memberships-module.js +411 -411
  483. package/esm/modules/cli/commands/merkle-store-module.js +160 -160
  484. package/esm/modules/cli/commands/namespace-module.js +176 -176
  485. package/esm/modules/cli/commands/notifications-module.js +250 -250
  486. package/esm/modules/cli/commands/permissions-module.js +202 -202
  487. package/esm/modules/cli/commands/phone-numbers-module.js +76 -76
  488. package/esm/modules/cli/commands/plans-module.js +190 -190
  489. package/esm/modules/cli/commands/principal-auth-module.js +174 -174
  490. package/esm/modules/cli/commands/profiles-module.js +225 -225
  491. package/esm/modules/cli/commands/rate-limit-meters-module.js +146 -146
  492. package/esm/modules/cli/commands/rate-limits-module.js +66 -66
  493. package/esm/modules/cli/commands/realtime-module.js +134 -134
  494. package/esm/modules/cli/commands/relation-provision.js +228 -228
  495. package/esm/modules/cli/commands/resolve-blueprint-field.js +4 -4
  496. package/esm/modules/cli/commands/resolve-blueprint-table.js +4 -4
  497. package/esm/modules/cli/commands/resource-module.js +250 -250
  498. package/esm/modules/cli/commands/rls-module.js +114 -114
  499. package/esm/modules/cli/commands/secure-table-provision.js +98 -98
  500. package/esm/modules/cli/commands/session-secrets-module.js +26 -26
  501. package/esm/modules/cli/commands/sessions-module.js +82 -82
  502. package/esm/modules/cli/commands/storage-log-module.js +173 -173
  503. package/esm/modules/cli/commands/storage-module.js +437 -437
  504. package/esm/modules/cli/commands/transfer-log-module.js +173 -173
  505. package/esm/modules/cli/commands/user-auth-module.js +266 -266
  506. package/esm/modules/cli/commands/user-credentials-module.js +28 -28
  507. package/esm/modules/cli/commands/user-settings-module.js +48 -48
  508. package/esm/modules/cli/commands/user-state-module.js +6 -6
  509. package/esm/modules/cli/commands/users-module.js +50 -50
  510. package/esm/modules/cli/commands/webauthn-auth-module.js +150 -150
  511. package/esm/modules/cli/commands/webauthn-credentials-module.js +74 -74
  512. package/esm/modules/cli/commands.js +117 -117
  513. package/esm/modules/cli/executor.d.ts +73 -73
  514. package/esm/modules/orm/index.d.ts +126 -126
  515. package/esm/modules/orm/index.js +106 -106
  516. package/esm/modules/orm/input-types.d.ts +11482 -11468
  517. package/esm/modules/orm/input-types.js +1 -1
  518. package/esm/modules/orm/models/index.d.ts +53 -53
  519. package/esm/modules/orm/models/index.js +53 -53
  520. package/esm/modules/orm/mutation/index.d.ts +51 -51
  521. package/esm/modules/orm/mutation/index.js +42 -42
  522. package/esm/modules/orm/query/index.d.ts +3 -3
  523. package/esm/modules/orm/query/index.js +8 -8
  524. package/esm/objects/cli/commands/commit.js +73 -73
  525. package/esm/objects/cli/commands/get-all-record.js +11 -11
  526. package/esm/objects/cli/commands/object.js +34 -34
  527. package/esm/objects/cli/commands/ref.js +31 -31
  528. package/esm/objects/cli/commands/store.js +32 -32
  529. package/esm/objects/cli/commands.js +7 -7
  530. package/esm/objects/cli/executor.d.ts +7 -7
  531. package/esm/objects/orm/index.d.ts +9 -9
  532. package/esm/objects/orm/index.js +4 -4
  533. package/esm/objects/orm/input-types.d.ts +384 -384
  534. package/esm/objects/orm/models/index.d.ts +2 -2
  535. package/esm/objects/orm/models/index.js +2 -2
  536. package/esm/objects/orm/mutation/index.d.ts +9 -9
  537. package/esm/objects/orm/mutation/index.js +12 -12
  538. package/esm/usage/cli/commands/app-limit-cap.js +26 -26
  539. package/esm/usage/cli/commands/app-limit-caps-default.js +19 -19
  540. package/esm/usage/cli/commands/app-limit-credit-code-item.js +41 -41
  541. package/esm/usage/cli/commands/app-limit-credit-code.js +26 -26
  542. package/esm/usage/cli/commands/app-limit-credit-redemption.js +22 -22
  543. package/esm/usage/cli/commands/app-limit-credit.js +26 -26
  544. package/esm/usage/cli/commands/app-limit-default.js +19 -19
  545. package/esm/usage/cli/commands/app-limit-event.js +86 -86
  546. package/esm/usage/cli/commands/app-limit-warning.js +24 -24
  547. package/esm/usage/cli/commands/app-limit.js +106 -106
  548. package/esm/usage/cli/commands/org-limit-aggregate.js +110 -110
  549. package/esm/usage/cli/commands/org-limit-cap.js +26 -26
  550. package/esm/usage/cli/commands/org-limit-caps-default.js +19 -19
  551. package/esm/usage/cli/commands/org-limit-credit.js +72 -72
  552. package/esm/usage/cli/commands/org-limit-default.js +19 -19
  553. package/esm/usage/cli/commands/org-limit-event.js +86 -86
  554. package/esm/usage/cli/commands/org-limit-warning.js +46 -46
  555. package/esm/usage/cli/commands/org-limit.js +123 -123
  556. package/esm/usage/cli/commands.js +27 -27
  557. package/esm/usage/cli/executor.d.ts +17 -17
  558. package/esm/usage/orm/index.d.ts +29 -29
  559. package/esm/usage/orm/index.js +24 -24
  560. package/esm/usage/orm/input-types.d.ts +2049 -2049
  561. package/esm/usage/orm/input-types.js +5 -5
  562. package/esm/usage/orm/models/index.d.ts +12 -12
  563. package/esm/usage/orm/models/index.js +12 -12
  564. package/esm/usage/orm/mutation/index.d.ts +16 -16
  565. package/esm/usage/orm/mutation/index.js +12 -12
  566. package/infra/cli/commands/db-preset.js +96 -96
  567. package/infra/cli/commands/infra-commit.js +69 -69
  568. package/infra/cli/commands/infra-get-all-record.js +11 -11
  569. package/infra/cli/commands/infra-object.js +37 -37
  570. package/infra/cli/commands/infra-ref.js +22 -22
  571. package/infra/cli/commands/infra-store.js +28 -28
  572. package/infra/cli/commands/namespace-event.js +127 -127
  573. package/infra/cli/commands/namespace.js +115 -115
  574. package/infra/cli/commands/platform-namespace-event.js +108 -108
  575. package/infra/cli/commands/platform-namespace.js +109 -109
  576. package/infra/cli/commands.js +13 -13
  577. package/infra/cli/executor.d.ts +10 -10
  578. package/infra/orm/index.d.ts +15 -15
  579. package/infra/orm/index.js +10 -10
  580. package/infra/orm/input-types.d.ts +971 -971
  581. package/infra/orm/models/index.d.ts +5 -5
  582. package/infra/orm/models/index.js +11 -11
  583. package/infra/orm/mutation/index.d.ts +9 -9
  584. package/infra/orm/mutation/index.js +12 -12
  585. package/modules/cli/commands/agent-module.js +388 -388
  586. package/modules/cli/commands/billing-module.js +250 -250
  587. package/modules/cli/commands/billing-provider-module.js +182 -182
  588. package/modules/cli/commands/blueprint-construction.js +72 -72
  589. package/modules/cli/commands/blueprint-template.js +187 -187
  590. package/modules/cli/commands/blueprint.js +95 -95
  591. package/modules/cli/commands/compute-log-module.js +190 -190
  592. package/modules/cli/commands/config-secrets-user-module.js +50 -50
  593. package/modules/cli/commands/connected-accounts-module.js +76 -76
  594. package/modules/cli/commands/crypto-addresses-module.js +89 -89
  595. package/modules/cli/commands/crypto-auth-module.js +114 -114
  596. package/modules/cli/commands/database-provision-module.js +174 -174
  597. package/modules/cli/commands/db-pool-config.js +86 -86
  598. package/modules/cli/commands/db-pool.js +112 -112
  599. package/modules/cli/commands/db-preset-module.js +170 -170
  600. package/modules/cli/commands/db-usage-module.js +249 -249
  601. package/modules/cli/commands/default-ids-module.js +6 -6
  602. package/modules/cli/commands/denormalized-table-field.js +100 -100
  603. package/modules/cli/commands/devices-module.js +46 -46
  604. package/modules/cli/commands/emails-module.js +76 -76
  605. package/modules/cli/commands/entity-type-provision.js +405 -405
  606. package/modules/cli/commands/events-module.js +399 -399
  607. package/modules/cli/commands/function-deployment-module.js +189 -189
  608. package/modules/cli/commands/function-invocation-module.js +176 -176
  609. package/modules/cli/commands/function-module.js +193 -149
  610. package/modules/cli/commands/graph-execution-module.js +214 -214
  611. package/modules/cli/commands/graph-module.js +175 -175
  612. package/modules/cli/commands/hierarchy-module.js +212 -212
  613. package/modules/cli/commands/i-18-n-module.js +56 -56
  614. package/modules/cli/commands/identity-providers-module.js +112 -112
  615. package/modules/cli/commands/inference-log-module.js +181 -181
  616. package/modules/cli/commands/infra-config-module.js +158 -158
  617. package/modules/cli/commands/infra-secrets-module.js +157 -157
  618. package/modules/cli/commands/integration-providers-module.js +112 -112
  619. package/modules/cli/commands/internal-secrets-module.js +151 -151
  620. package/modules/cli/commands/invites-module.js +178 -178
  621. package/modules/cli/commands/limits-module.js +362 -362
  622. package/modules/cli/commands/membership-types-module.js +6 -6
  623. package/modules/cli/commands/memberships-module.js +411 -411
  624. package/modules/cli/commands/merkle-store-module.js +160 -160
  625. package/modules/cli/commands/namespace-module.js +176 -176
  626. package/modules/cli/commands/notifications-module.js +250 -250
  627. package/modules/cli/commands/permissions-module.js +202 -202
  628. package/modules/cli/commands/phone-numbers-module.js +76 -76
  629. package/modules/cli/commands/plans-module.js +190 -190
  630. package/modules/cli/commands/principal-auth-module.js +174 -174
  631. package/modules/cli/commands/profiles-module.js +225 -225
  632. package/modules/cli/commands/rate-limit-meters-module.js +146 -146
  633. package/modules/cli/commands/rate-limits-module.js +66 -66
  634. package/modules/cli/commands/realtime-module.js +134 -134
  635. package/modules/cli/commands/relation-provision.js +228 -228
  636. package/modules/cli/commands/resolve-blueprint-field.js +4 -4
  637. package/modules/cli/commands/resolve-blueprint-table.js +4 -4
  638. package/modules/cli/commands/resource-module.js +250 -250
  639. package/modules/cli/commands/rls-module.js +114 -114
  640. package/modules/cli/commands/secure-table-provision.js +98 -98
  641. package/modules/cli/commands/session-secrets-module.js +26 -26
  642. package/modules/cli/commands/sessions-module.js +82 -82
  643. package/modules/cli/commands/storage-log-module.js +173 -173
  644. package/modules/cli/commands/storage-module.js +437 -437
  645. package/modules/cli/commands/transfer-log-module.js +173 -173
  646. package/modules/cli/commands/user-auth-module.js +266 -266
  647. package/modules/cli/commands/user-credentials-module.js +28 -28
  648. package/modules/cli/commands/user-settings-module.js +48 -48
  649. package/modules/cli/commands/user-state-module.js +6 -6
  650. package/modules/cli/commands/users-module.js +50 -50
  651. package/modules/cli/commands/webauthn-auth-module.js +150 -150
  652. package/modules/cli/commands/webauthn-credentials-module.js +74 -74
  653. package/modules/cli/commands.js +117 -117
  654. package/modules/cli/executor.d.ts +73 -73
  655. package/modules/orm/index.d.ts +126 -126
  656. package/modules/orm/index.js +106 -106
  657. package/modules/orm/input-types.d.ts +11482 -11468
  658. package/modules/orm/input-types.js +1 -1
  659. package/modules/orm/models/index.d.ts +53 -53
  660. package/modules/orm/models/index.js +108 -108
  661. package/modules/orm/mutation/index.d.ts +51 -51
  662. package/modules/orm/mutation/index.js +42 -42
  663. package/modules/orm/query/index.d.ts +3 -3
  664. package/modules/orm/query/index.js +8 -8
  665. package/objects/cli/commands/commit.js +73 -73
  666. package/objects/cli/commands/get-all-record.js +11 -11
  667. package/objects/cli/commands/object.js +34 -34
  668. package/objects/cli/commands/ref.js +31 -31
  669. package/objects/cli/commands/store.js +32 -32
  670. package/objects/cli/commands.js +7 -7
  671. package/objects/cli/executor.d.ts +7 -7
  672. package/objects/orm/index.d.ts +9 -9
  673. package/objects/orm/index.js +4 -4
  674. package/objects/orm/input-types.d.ts +384 -384
  675. package/objects/orm/models/index.d.ts +2 -2
  676. package/objects/orm/models/index.js +5 -5
  677. package/objects/orm/mutation/index.d.ts +9 -9
  678. package/objects/orm/mutation/index.js +12 -12
  679. package/package.json +4 -4
  680. package/usage/cli/commands/app-limit-cap.js +26 -26
  681. package/usage/cli/commands/app-limit-caps-default.js +19 -19
  682. package/usage/cli/commands/app-limit-credit-code-item.js +41 -41
  683. package/usage/cli/commands/app-limit-credit-code.js +26 -26
  684. package/usage/cli/commands/app-limit-credit-redemption.js +22 -22
  685. package/usage/cli/commands/app-limit-credit.js +26 -26
  686. package/usage/cli/commands/app-limit-default.js +19 -19
  687. package/usage/cli/commands/app-limit-event.js +86 -86
  688. package/usage/cli/commands/app-limit-warning.js +24 -24
  689. package/usage/cli/commands/app-limit.js +106 -106
  690. package/usage/cli/commands/org-limit-aggregate.js +110 -110
  691. package/usage/cli/commands/org-limit-cap.js +26 -26
  692. package/usage/cli/commands/org-limit-caps-default.js +19 -19
  693. package/usage/cli/commands/org-limit-credit.js +72 -72
  694. package/usage/cli/commands/org-limit-default.js +19 -19
  695. package/usage/cli/commands/org-limit-event.js +86 -86
  696. package/usage/cli/commands/org-limit-warning.js +46 -46
  697. package/usage/cli/commands/org-limit.js +123 -123
  698. package/usage/cli/commands.js +27 -27
  699. package/usage/cli/executor.d.ts +17 -17
  700. package/usage/orm/index.d.ts +29 -29
  701. package/usage/orm/index.js +24 -24
  702. package/usage/orm/input-types.d.ts +2049 -2049
  703. package/usage/orm/input-types.js +5 -5
  704. package/usage/orm/models/index.d.ts +12 -12
  705. package/usage/orm/models/index.js +25 -25
  706. package/usage/orm/mutation/index.d.ts +16 -16
  707. package/usage/orm/mutation/index.js +12 -12
@@ -229,12 +229,75 @@ export interface UUIDListFilter {
229
229
  anyGreaterThan?: string;
230
230
  anyGreaterThanOrEqualTo?: string;
231
231
  }
232
+ /** Database provisioning preset catalog — merkle-versioned head over the infra store */
233
+ export interface DbPreset {
234
+ /** Whether this preset is selectable for new databases */
235
+ active?: boolean | null;
236
+ /** Infra store commit for the current definition (stamped by the versioned trigger on every write) */
237
+ commitId?: string | null;
238
+ /** Timestamp of preset creation */
239
+ createdAt?: string | null;
240
+ /** Preset definition (modules + options) — the readily-cached head; history lives in the infra store */
241
+ definition?: Record<string, unknown> | null;
242
+ /** Human-readable description of the preset */
243
+ description?: string | null;
244
+ /** Unique preset identifier */
245
+ id: string;
246
+ /** Human-readable preset name */
247
+ label?: string | null;
248
+ /** Content-address of definition->modules via metaschema_private.modules_hash (stamped by the versioned trigger); fast exact-match lookup key for provisioning requests */
249
+ modulesHash?: string | null;
250
+ /** Preset slug (unique per scope); the preset's path in the infra tree is [db_preset, slug] */
251
+ slug?: string | null;
252
+ /** Infra Merkle store holding this preset's history (stamped by the versioned trigger) */
253
+ storeId?: string | null;
254
+ /** Timestamp of last modification */
255
+ updatedAt?: string | null;
256
+ }
257
+ /** Commit history — each commit snapshots a tree root for a store */
258
+ export interface InfraCommit {
259
+ /** User who authored the changes */
260
+ authorId?: string | null;
261
+ /** User who committed (may differ from author) */
262
+ committerId?: string | null;
263
+ /** Commit timestamp */
264
+ date?: string | null;
265
+ /** Unique commit identifier */
266
+ id: string;
267
+ /** Optional commit message */
268
+ message?: string | null;
269
+ /** Parent commit IDs (supports merge commits) */
270
+ parentIds?: string[] | null;
271
+ /** Opaque store partition key for the global tier */
272
+ scopeId?: string | null;
273
+ /** Store this commit belongs to */
274
+ storeId?: string | null;
275
+ /** Root object ID of the tree snapshot at this commit */
276
+ treeId?: string | null;
277
+ }
232
278
  export interface InfraGetAllRecord {
279
+ data?: Record<string, unknown> | null;
233
280
  path?: string[] | null;
281
+ }
282
+ /** Content-addressed Merkle tree objects keyed by UUID v5 hash of data + children */
283
+ export interface InfraObject {
284
+ /** Timestamp of object creation */
285
+ createdAt?: string | null;
286
+ /** Payload data for this object node */
234
287
  data?: Record<string, unknown> | null;
288
+ /** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
289
+ id: string;
290
+ /** Ordered array of child object IDs */
291
+ kids?: string[] | null;
292
+ /** Ordered array of child path names (parallel to kids) */
293
+ ktree?: string[] | null;
294
+ /** Opaque store partition key for the global tier */
295
+ scopeId?: string | null;
235
296
  }
236
297
  /** Branch heads — mutable pointers into the commit chain */
237
298
  export interface InfraRef {
299
+ /** Commit this ref points to */
300
+ commitId?: string | null;
238
301
  /** Unique ref identifier */
239
302
  id: string;
240
303
  /** Ref name (e.g. HEAD, main) */
@@ -243,196 +306,133 @@ export interface InfraRef {
243
306
  scopeId?: string | null;
244
307
  /** Store this ref belongs to */
245
308
  storeId?: string | null;
246
- /** Commit this ref points to */
247
- commitId?: string | null;
248
309
  }
249
310
  /** Named stores — one per version-controlled tree (e.g. one graph, one definition set) */
250
311
  export interface InfraStore {
312
+ /** Timestamp of store creation */
313
+ createdAt?: string | null;
314
+ /** Current root object hash of this store */
315
+ hash?: string | null;
251
316
  /** Unique store identifier */
252
317
  id: string;
253
318
  /** Human-readable store name */
254
319
  name?: string | null;
255
320
  /** Opaque store partition key for the global tier */
256
321
  scopeId?: string | null;
257
- /** Current root object hash of this store */
258
- hash?: string | null;
259
- /** Timestamp of store creation */
260
- createdAt?: string | null;
261
- }
262
- /** Content-addressed Merkle tree objects keyed by UUID v5 hash of data + children */
263
- export interface InfraObject {
264
- /** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
265
- id: string;
266
- /** Opaque store partition key for the global tier */
267
- scopeId?: string | null;
268
- /** Ordered array of child object IDs */
269
- kids?: string[] | null;
270
- /** Ordered array of child path names (parallel to kids) */
271
- ktree?: string[] | null;
272
- /** Payload data for this object node */
273
- data?: Record<string, unknown> | null;
274
- /** Timestamp of object creation */
275
- createdAt?: string | null;
276
- }
277
- /** Commit history — each commit snapshots a tree root for a store */
278
- export interface InfraCommit {
279
- /** Unique commit identifier */
280
- id: string;
281
- /** Optional commit message */
282
- message?: string | null;
283
- /** Opaque store partition key for the global tier */
284
- scopeId?: string | null;
285
- /** Store this commit belongs to */
286
- storeId?: string | null;
287
- /** Parent commit IDs (supports merge commits) */
288
- parentIds?: string[] | null;
289
- /** User who authored the changes */
290
- authorId?: string | null;
291
- /** User who committed (may differ from author) */
292
- committerId?: string | null;
293
- /** Root object ID of the tree snapshot at this commit */
294
- treeId?: string | null;
295
- /** Commit timestamp */
296
- date?: string | null;
297
- }
298
- /** Database provisioning preset catalog — merkle-versioned head over the infra store */
299
- export interface DbPreset {
300
- /** Unique preset identifier */
301
- id: string;
302
- /** Infra Merkle store holding this preset's history (stamped by the versioned trigger) */
303
- storeId?: string | null;
304
- /** Preset slug (unique per scope); the preset's path in the infra tree is [db_preset, slug] */
305
- slug?: string | null;
306
- /** Preset definition (modules + options) — the readily-cached head; history lives in the infra store */
307
- definition?: Record<string, unknown> | null;
308
- /** Infra store commit for the current definition (stamped by the versioned trigger on every write) */
309
- commitId?: string | null;
310
- /** Content-address of definition->modules via metaschema_private.modules_hash (stamped by the versioned trigger); fast exact-match lookup key for provisioning requests */
311
- modulesHash?: string | null;
312
- /** Human-readable preset name */
313
- label?: string | null;
314
- /** Human-readable description of the preset */
315
- description?: string | null;
316
- /** Whether this preset is selectable for new databases */
317
- active?: boolean | null;
318
- /** Timestamp of preset creation */
319
- createdAt?: string | null;
320
- /** Timestamp of last modification */
321
- updatedAt?: string | null;
322
322
  }
323
323
  /** Logical namespace containers for grouping secrets, config, functions, and other resources */
324
- export interface PlatformNamespace {
325
- id: string;
324
+ export interface Namespace {
325
+ /** Freeform metadata for tooling and operational notes */
326
+ annotations?: Record<string, unknown> | null;
326
327
  createdAt?: string | null;
327
- updatedAt?: string | null;
328
- /** Human-readable namespace name (e.g. default, production, oauth) */
329
- name?: string | null;
330
- /** Globally unique computed namespace identifier via inflection.underscore */
331
- namespaceName?: string | null;
328
+ /** Database that owns this resource (database-scoped isolation) */
329
+ databaseId?: string | null;
332
330
  /** Optional human-readable description of this namespace */
333
331
  description?: string | null;
332
+ id: string;
334
333
  /** Whether this namespace is active (soft-disable for filtering) */
335
334
  isActive?: boolean | null;
336
- /** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
337
- status?: string | null;
338
- /** Most recent provisioning or reconcile error message */
339
- lastError?: string | null;
340
- /** Key/value pairs for selecting and filtering namespaces */
341
- labels?: Record<string, unknown> | null;
342
- /** Freeform metadata for tooling and operational notes */
343
- annotations?: Record<string, unknown> | null;
344
335
  /** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
345
336
  isManaged?: boolean | null;
346
- }
347
- /** Logical namespace containers for grouping secrets, config, functions, and other resources */
348
- export interface Namespace {
349
- id: string;
350
- createdAt?: string | null;
351
- updatedAt?: string | null;
337
+ /** Key/value pairs for selecting and filtering namespaces */
338
+ labels?: Record<string, unknown> | null;
339
+ /** Most recent provisioning or reconcile error message */
340
+ lastError?: string | null;
352
341
  /** Human-readable namespace name (e.g. default, production, oauth) */
353
342
  name?: string | null;
354
343
  /** Globally unique computed namespace identifier via inflection.underscore */
355
344
  namespaceName?: string | null;
356
- /** Optional human-readable description of this namespace */
357
- description?: string | null;
358
- /** Whether this namespace is active (soft-disable for filtering) */
359
- isActive?: boolean | null;
360
345
  /** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
361
346
  status?: string | null;
362
- /** Most recent provisioning or reconcile error message */
363
- lastError?: string | null;
364
- /** Key/value pairs for selecting and filtering namespaces */
365
- labels?: Record<string, unknown> | null;
366
- /** Freeform metadata for tooling and operational notes */
367
- annotations?: Record<string, unknown> | null;
368
- /** Database that owns this resource (database-scoped isolation) */
369
- databaseId?: string | null;
370
- /** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
371
- isManaged?: boolean | null;
347
+ updatedAt?: string | null;
372
348
  }
373
349
  /** Namespace lifecycle events — audit log of creation, activation, deactivation, label changes */
374
- export interface PlatformNamespaceEvent {
350
+ export interface NamespaceEvent {
351
+ /** User who triggered this event (NULL for system/automated) */
352
+ actorId?: string | null;
353
+ /** CPU usage in millicores at time of event */
354
+ cpuMillicores?: number | null;
375
355
  /** Event timestamp (partition key) */
376
356
  createdAt?: string | null;
377
- /** Unique event identifier */
378
- id: string;
379
- /** Namespace this event belongs to */
380
- namespaceId?: string | null;
357
+ /** Database that owns this resource (database-scoped isolation) */
358
+ databaseId?: string | null;
381
359
  /** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
382
360
  eventType?: string | null;
383
- /** User who triggered this event (NULL for system/automated) */
384
- actorId?: string | null;
361
+ /** Unique event identifier */
362
+ id: string;
363
+ /** Memory usage in bytes at time of event */
364
+ memoryBytes?: string | null;
385
365
  /** Human-readable description of the event */
386
366
  message?: string | null;
387
367
  /** Structured context (old/new values, labels diff, etc.) */
388
368
  metadata?: Record<string, unknown> | null;
389
- /** CPU usage in millicores at time of event */
390
- cpuMillicores?: number | null;
391
- /** Memory usage in bytes at time of event */
392
- memoryBytes?: string | null;
393
- /** Storage usage in bytes at time of event */
394
- storageBytes?: string | null;
395
- /** Network ingress in bytes during event window */
396
- networkIngressBytes?: string | null;
369
+ /** Additional resource metrics (gpu, replicas, quotas, etc.) */
370
+ metrics?: Record<string, unknown> | null;
371
+ /** Namespace this event belongs to */
372
+ namespaceId?: string | null;
397
373
  /** Network egress in bytes during event window */
398
374
  networkEgressBytes?: string | null;
375
+ /** Network ingress in bytes during event window */
376
+ networkIngressBytes?: string | null;
399
377
  /** Number of active pods in the namespace at time of event */
400
378
  podCount?: number | null;
401
- /** Additional resource metrics (gpu, replicas, quotas, etc.) */
402
- metrics?: Record<string, unknown> | null;
379
+ /** Storage usage in bytes at time of event */
380
+ storageBytes?: string | null;
381
+ }
382
+ /** Logical namespace containers for grouping secrets, config, functions, and other resources */
383
+ export interface PlatformNamespace {
384
+ /** Freeform metadata for tooling and operational notes */
385
+ annotations?: Record<string, unknown> | null;
386
+ createdAt?: string | null;
387
+ /** Optional human-readable description of this namespace */
388
+ description?: string | null;
389
+ id: string;
390
+ /** Whether this namespace is active (soft-disable for filtering) */
391
+ isActive?: boolean | null;
392
+ /** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
393
+ isManaged?: boolean | null;
394
+ /** Key/value pairs for selecting and filtering namespaces */
395
+ labels?: Record<string, unknown> | null;
396
+ /** Most recent provisioning or reconcile error message */
397
+ lastError?: string | null;
398
+ /** Human-readable namespace name (e.g. default, production, oauth) */
399
+ name?: string | null;
400
+ /** Globally unique computed namespace identifier via inflection.underscore */
401
+ namespaceName?: string | null;
402
+ /** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
403
+ status?: string | null;
404
+ updatedAt?: string | null;
403
405
  }
404
406
  /** Namespace lifecycle events — audit log of creation, activation, deactivation, label changes */
405
- export interface NamespaceEvent {
407
+ export interface PlatformNamespaceEvent {
408
+ /** User who triggered this event (NULL for system/automated) */
409
+ actorId?: string | null;
410
+ /** CPU usage in millicores at time of event */
411
+ cpuMillicores?: number | null;
406
412
  /** Event timestamp (partition key) */
407
413
  createdAt?: string | null;
408
- /** Unique event identifier */
409
- id: string;
410
- /** Namespace this event belongs to */
411
- namespaceId?: string | null;
412
414
  /** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
413
415
  eventType?: string | null;
414
- /** User who triggered this event (NULL for system/automated) */
415
- actorId?: string | null;
416
+ /** Unique event identifier */
417
+ id: string;
418
+ /** Memory usage in bytes at time of event */
419
+ memoryBytes?: string | null;
416
420
  /** Human-readable description of the event */
417
421
  message?: string | null;
418
422
  /** Structured context (old/new values, labels diff, etc.) */
419
423
  metadata?: Record<string, unknown> | null;
420
- /** CPU usage in millicores at time of event */
421
- cpuMillicores?: number | null;
422
- /** Memory usage in bytes at time of event */
423
- memoryBytes?: string | null;
424
- /** Storage usage in bytes at time of event */
425
- storageBytes?: string | null;
426
- /** Network ingress in bytes during event window */
427
- networkIngressBytes?: string | null;
424
+ /** Additional resource metrics (gpu, replicas, quotas, etc.) */
425
+ metrics?: Record<string, unknown> | null;
426
+ /** Namespace this event belongs to */
427
+ namespaceId?: string | null;
428
428
  /** Network egress in bytes during event window */
429
429
  networkEgressBytes?: string | null;
430
+ /** Network ingress in bytes during event window */
431
+ networkIngressBytes?: string | null;
430
432
  /** Number of active pods in the namespace at time of event */
431
433
  podCount?: number | null;
432
- /** Additional resource metrics (gpu, replicas, quotas, etc.) */
433
- metrics?: Record<string, unknown> | null;
434
- /** Database that owns this resource (database-scoped isolation) */
435
- databaseId?: string | null;
434
+ /** Storage usage in bytes at time of event */
435
+ storageBytes?: string | null;
436
436
  }
437
437
  export interface ConnectionResult<T> {
438
438
  nodes: T[];
@@ -445,497 +445,515 @@ export interface PageInfo {
445
445
  startCursor?: string | null;
446
446
  endCursor?: string | null;
447
447
  }
448
+ export interface DbPresetRelations {
449
+ }
450
+ export interface InfraCommitRelations {
451
+ }
448
452
  export interface InfraGetAllRecordRelations {
449
453
  }
454
+ export interface InfraObjectRelations {
455
+ }
450
456
  export interface InfraRefRelations {
451
457
  }
452
458
  export interface InfraStoreRelations {
453
459
  }
454
- export interface InfraObjectRelations {
455
- }
456
- export interface InfraCommitRelations {
460
+ export interface NamespaceRelations {
457
461
  }
458
- export interface DbPresetRelations {
462
+ export interface NamespaceEventRelations {
459
463
  }
460
464
  export interface PlatformNamespaceRelations {
461
465
  }
462
- export interface NamespaceRelations {
463
- }
464
466
  export interface PlatformNamespaceEventRelations {
465
467
  }
466
- export interface NamespaceEventRelations {
467
- }
468
+ export type DbPresetWithRelations = DbPreset & DbPresetRelations;
469
+ export type InfraCommitWithRelations = InfraCommit & InfraCommitRelations;
468
470
  export type InfraGetAllRecordWithRelations = InfraGetAllRecord & InfraGetAllRecordRelations;
471
+ export type InfraObjectWithRelations = InfraObject & InfraObjectRelations;
469
472
  export type InfraRefWithRelations = InfraRef & InfraRefRelations;
470
473
  export type InfraStoreWithRelations = InfraStore & InfraStoreRelations;
471
- export type InfraObjectWithRelations = InfraObject & InfraObjectRelations;
472
- export type InfraCommitWithRelations = InfraCommit & InfraCommitRelations;
473
- export type DbPresetWithRelations = DbPreset & DbPresetRelations;
474
- export type PlatformNamespaceWithRelations = PlatformNamespace & PlatformNamespaceRelations;
475
474
  export type NamespaceWithRelations = Namespace & NamespaceRelations;
476
- export type PlatformNamespaceEventWithRelations = PlatformNamespaceEvent & PlatformNamespaceEventRelations;
477
475
  export type NamespaceEventWithRelations = NamespaceEvent & NamespaceEventRelations;
478
- export type InfraGetAllRecordSelect = {
479
- path?: boolean;
480
- data?: boolean;
481
- };
482
- export type InfraRefSelect = {
476
+ export type PlatformNamespaceWithRelations = PlatformNamespace & PlatformNamespaceRelations;
477
+ export type PlatformNamespaceEventWithRelations = PlatformNamespaceEvent & PlatformNamespaceEventRelations;
478
+ export type DbPresetSelect = {
479
+ active?: boolean;
480
+ commitId?: boolean;
481
+ createdAt?: boolean;
482
+ definition?: boolean;
483
+ description?: boolean;
483
484
  id?: boolean;
484
- name?: boolean;
485
- scopeId?: boolean;
485
+ label?: boolean;
486
+ modulesHash?: boolean;
487
+ slug?: boolean;
486
488
  storeId?: boolean;
487
- commitId?: boolean;
489
+ updatedAt?: boolean;
488
490
  };
489
- export type InfraStoreSelect = {
491
+ export type InfraCommitSelect = {
492
+ authorId?: boolean;
493
+ committerId?: boolean;
494
+ date?: boolean;
490
495
  id?: boolean;
491
- name?: boolean;
496
+ message?: boolean;
497
+ parentIds?: boolean;
492
498
  scopeId?: boolean;
493
- hash?: boolean;
494
- createdAt?: boolean;
499
+ storeId?: boolean;
500
+ treeId?: boolean;
501
+ };
502
+ export type InfraGetAllRecordSelect = {
503
+ data?: boolean;
504
+ path?: boolean;
495
505
  };
496
506
  export type InfraObjectSelect = {
507
+ createdAt?: boolean;
508
+ data?: boolean;
497
509
  id?: boolean;
498
- scopeId?: boolean;
499
510
  kids?: boolean;
500
511
  ktree?: boolean;
501
- data?: boolean;
502
- createdAt?: boolean;
512
+ scopeId?: boolean;
503
513
  };
504
- export type InfraCommitSelect = {
514
+ export type InfraRefSelect = {
515
+ commitId?: boolean;
505
516
  id?: boolean;
506
- message?: boolean;
517
+ name?: boolean;
507
518
  scopeId?: boolean;
508
519
  storeId?: boolean;
509
- parentIds?: boolean;
510
- authorId?: boolean;
511
- committerId?: boolean;
512
- treeId?: boolean;
513
- date?: boolean;
514
520
  };
515
- export type DbPresetSelect = {
516
- id?: boolean;
517
- storeId?: boolean;
518
- slug?: boolean;
519
- definition?: boolean;
520
- commitId?: boolean;
521
- modulesHash?: boolean;
522
- label?: boolean;
523
- description?: boolean;
524
- active?: boolean;
521
+ export type InfraStoreSelect = {
525
522
  createdAt?: boolean;
526
- updatedAt?: boolean;
527
- };
528
- export type PlatformNamespaceSelect = {
523
+ hash?: boolean;
529
524
  id?: boolean;
530
- createdAt?: boolean;
531
- updatedAt?: boolean;
532
525
  name?: boolean;
533
- namespaceName?: boolean;
534
- description?: boolean;
535
- isActive?: boolean;
536
- status?: boolean;
537
- lastError?: boolean;
538
- labels?: boolean;
539
- annotations?: boolean;
540
- isManaged?: boolean;
526
+ scopeId?: boolean;
541
527
  };
542
528
  export type NamespaceSelect = {
543
- id?: boolean;
529
+ annotations?: boolean;
544
530
  createdAt?: boolean;
545
- updatedAt?: boolean;
546
- name?: boolean;
547
- namespaceName?: boolean;
531
+ databaseId?: boolean;
548
532
  description?: boolean;
533
+ id?: boolean;
549
534
  isActive?: boolean;
550
- status?: boolean;
551
- lastError?: boolean;
552
- labels?: boolean;
553
- annotations?: boolean;
554
- databaseId?: boolean;
555
535
  isManaged?: boolean;
536
+ labels?: boolean;
537
+ lastError?: boolean;
538
+ name?: boolean;
539
+ namespaceName?: boolean;
540
+ status?: boolean;
541
+ updatedAt?: boolean;
556
542
  };
557
- export type PlatformNamespaceEventSelect = {
543
+ export type NamespaceEventSelect = {
544
+ actorId?: boolean;
545
+ cpuMillicores?: boolean;
558
546
  createdAt?: boolean;
559
- id?: boolean;
560
- namespaceId?: boolean;
547
+ databaseId?: boolean;
561
548
  eventType?: boolean;
562
- actorId?: boolean;
549
+ id?: boolean;
550
+ memoryBytes?: boolean;
563
551
  message?: boolean;
564
552
  metadata?: boolean;
565
- cpuMillicores?: boolean;
566
- memoryBytes?: boolean;
567
- storageBytes?: boolean;
568
- networkIngressBytes?: boolean;
553
+ metrics?: boolean;
554
+ namespaceId?: boolean;
569
555
  networkEgressBytes?: boolean;
556
+ networkIngressBytes?: boolean;
570
557
  podCount?: boolean;
571
- metrics?: boolean;
558
+ storageBytes?: boolean;
572
559
  };
573
- export type NamespaceEventSelect = {
560
+ export type PlatformNamespaceSelect = {
561
+ annotations?: boolean;
574
562
  createdAt?: boolean;
563
+ description?: boolean;
575
564
  id?: boolean;
576
- namespaceId?: boolean;
577
- eventType?: boolean;
565
+ isActive?: boolean;
566
+ isManaged?: boolean;
567
+ labels?: boolean;
568
+ lastError?: boolean;
569
+ name?: boolean;
570
+ namespaceName?: boolean;
571
+ status?: boolean;
572
+ updatedAt?: boolean;
573
+ };
574
+ export type PlatformNamespaceEventSelect = {
578
575
  actorId?: boolean;
579
- message?: boolean;
580
- metadata?: boolean;
581
576
  cpuMillicores?: boolean;
577
+ createdAt?: boolean;
578
+ eventType?: boolean;
579
+ id?: boolean;
582
580
  memoryBytes?: boolean;
583
- storageBytes?: boolean;
584
- networkIngressBytes?: boolean;
581
+ message?: boolean;
582
+ metadata?: boolean;
583
+ metrics?: boolean;
584
+ namespaceId?: boolean;
585
585
  networkEgressBytes?: boolean;
586
+ networkIngressBytes?: boolean;
586
587
  podCount?: boolean;
587
- metrics?: boolean;
588
- databaseId?: boolean;
588
+ storageBytes?: boolean;
589
589
  };
590
- export interface InfraGetAllRecordFilter {
591
- path?: StringListFilter;
592
- data?: JSONFilter;
593
- and?: InfraGetAllRecordFilter[];
594
- or?: InfraGetAllRecordFilter[];
595
- not?: InfraGetAllRecordFilter;
596
- }
597
- export interface InfraRefFilter {
590
+ export interface DbPresetFilter {
591
+ /** Filter by the object’s `active` field. */
592
+ active?: BooleanFilter;
593
+ /** Checks for all expressions in this list. */
594
+ and?: DbPresetFilter[];
595
+ /** Filter by the object’s `commitId` field. */
596
+ commitId?: UUIDFilter;
597
+ /** Filter by the object’s `createdAt` field. */
598
+ createdAt?: DatetimeFilter;
599
+ /** Filter by the object’s `definition` field. */
600
+ definition?: JSONFilter;
601
+ /** Filter by the object’s `description` field. */
602
+ description?: StringFilter;
598
603
  /** Filter by the object’s `id` field. */
599
604
  id?: UUIDFilter;
600
- /** Filter by the object’s `name` field. */
601
- name?: StringFilter;
602
- /** Filter by the object’s `scopeId` field. */
603
- scopeId?: UUIDFilter;
605
+ /** Filter by the object’s `label` field. */
606
+ label?: StringFilter;
607
+ /** Filter by the object’s `modulesHash` field. */
608
+ modulesHash?: UUIDFilter;
609
+ /** Negates the expression. */
610
+ not?: DbPresetFilter;
611
+ /** Checks for any expressions in this list. */
612
+ or?: DbPresetFilter[];
613
+ /** Filter by the object’s `slug` field. */
614
+ slug?: StringFilter;
604
615
  /** Filter by the object’s `storeId` field. */
605
616
  storeId?: UUIDFilter;
606
- /** Filter by the object’s `commitId` field. */
607
- commitId?: UUIDFilter;
608
- /** Checks for all expressions in this list. */
609
- and?: InfraRefFilter[];
610
- /** Checks for any expressions in this list. */
611
- or?: InfraRefFilter[];
612
- /** Negates the expression. */
613
- not?: InfraRefFilter;
617
+ /** Filter by the object’s `updatedAt` field. */
618
+ updatedAt?: DatetimeFilter;
614
619
  }
615
- export interface InfraStoreFilter {
620
+ export interface InfraCommitFilter {
621
+ /** Checks for all expressions in this list. */
622
+ and?: InfraCommitFilter[];
623
+ /** Filter by the object’s `authorId` field. */
624
+ authorId?: UUIDFilter;
625
+ /** Filter by the object’s `committerId` field. */
626
+ committerId?: UUIDFilter;
627
+ /** Filter by the object’s `date` field. */
628
+ date?: DatetimeFilter;
616
629
  /** Filter by the object’s `id` field. */
617
630
  id?: UUIDFilter;
618
- /** Filter by the object’s `name` field. */
619
- name?: StringFilter;
631
+ /** Filter by the object’s `message` field. */
632
+ message?: StringFilter;
633
+ /** Negates the expression. */
634
+ not?: InfraCommitFilter;
635
+ /** Checks for any expressions in this list. */
636
+ or?: InfraCommitFilter[];
637
+ /** Filter by the object’s `parentIds` field. */
638
+ parentIds?: UUIDListFilter;
620
639
  /** Filter by the object’s `scopeId` field. */
621
640
  scopeId?: UUIDFilter;
622
- /** Filter by the object’s `hash` field. */
623
- hash?: UUIDFilter;
624
- /** Filter by the object’s `createdAt` field. */
625
- createdAt?: DatetimeFilter;
626
- /** Checks for all expressions in this list. */
627
- and?: InfraStoreFilter[];
628
- /** Checks for any expressions in this list. */
629
- or?: InfraStoreFilter[];
630
- /** Negates the expression. */
631
- not?: InfraStoreFilter;
641
+ /** Filter by the object’s `storeId` field. */
642
+ storeId?: UUIDFilter;
643
+ /** Filter by the object’s `treeId` field. */
644
+ treeId?: UUIDFilter;
645
+ }
646
+ export interface InfraGetAllRecordFilter {
647
+ data?: JSONFilter;
648
+ path?: StringListFilter;
649
+ and?: InfraGetAllRecordFilter[];
650
+ or?: InfraGetAllRecordFilter[];
651
+ not?: InfraGetAllRecordFilter;
632
652
  }
633
653
  export interface InfraObjectFilter {
654
+ /** Checks for all expressions in this list. */
655
+ and?: InfraObjectFilter[];
656
+ /** Filter by the object’s `createdAt` field. */
657
+ createdAt?: DatetimeFilter;
658
+ /** Filter by the object’s `data` field. */
659
+ data?: JSONFilter;
634
660
  /** Filter by the object’s `id` field. */
635
661
  id?: UUIDFilter;
636
- /** Filter by the object’s `scopeId` field. */
637
- scopeId?: UUIDFilter;
638
662
  /** Filter by the object’s `kids` field. */
639
663
  kids?: UUIDListFilter;
640
664
  /** Filter by the object’s `ktree` field. */
641
665
  ktree?: StringListFilter;
642
- /** Filter by the object’s `data` field. */
643
- data?: JSONFilter;
644
- /** Filter by the object’s `createdAt` field. */
645
- createdAt?: DatetimeFilter;
646
- /** Checks for all expressions in this list. */
647
- and?: InfraObjectFilter[];
648
- /** Checks for any expressions in this list. */
649
- or?: InfraObjectFilter[];
650
666
  /** Negates the expression. */
651
667
  not?: InfraObjectFilter;
668
+ /** Checks for any expressions in this list. */
669
+ or?: InfraObjectFilter[];
670
+ /** Filter by the object’s `scopeId` field. */
671
+ scopeId?: UUIDFilter;
652
672
  }
653
- export interface InfraCommitFilter {
673
+ export interface InfraRefFilter {
674
+ /** Checks for all expressions in this list. */
675
+ and?: InfraRefFilter[];
676
+ /** Filter by the object’s `commitId` field. */
677
+ commitId?: UUIDFilter;
654
678
  /** Filter by the object’s `id` field. */
655
679
  id?: UUIDFilter;
656
- /** Filter by the object’s `message` field. */
657
- message?: StringFilter;
680
+ /** Filter by the object’s `name` field. */
681
+ name?: StringFilter;
682
+ /** Negates the expression. */
683
+ not?: InfraRefFilter;
684
+ /** Checks for any expressions in this list. */
685
+ or?: InfraRefFilter[];
658
686
  /** Filter by the object’s `scopeId` field. */
659
687
  scopeId?: UUIDFilter;
660
688
  /** Filter by the object’s `storeId` field. */
661
689
  storeId?: UUIDFilter;
662
- /** Filter by the object’s `parentIds` field. */
663
- parentIds?: UUIDListFilter;
664
- /** Filter by the object’s `authorId` field. */
665
- authorId?: UUIDFilter;
666
- /** Filter by the object’s `committerId` field. */
667
- committerId?: UUIDFilter;
668
- /** Filter by the object’s `treeId` field. */
669
- treeId?: UUIDFilter;
670
- /** Filter by the object’s `date` field. */
671
- date?: DatetimeFilter;
672
- /** Checks for all expressions in this list. */
673
- and?: InfraCommitFilter[];
674
- /** Checks for any expressions in this list. */
675
- or?: InfraCommitFilter[];
676
- /** Negates the expression. */
677
- not?: InfraCommitFilter;
678
690
  }
679
- export interface DbPresetFilter {
680
- /** Filter by the object’s `id` field. */
681
- id?: UUIDFilter;
682
- /** Filter by the object’s `storeId` field. */
683
- storeId?: UUIDFilter;
684
- /** Filter by the object’s `slug` field. */
685
- slug?: StringFilter;
686
- /** Filter by the object’s `definition` field. */
687
- definition?: JSONFilter;
688
- /** Filter by the object’s `commitId` field. */
689
- commitId?: UUIDFilter;
690
- /** Filter by the object’s `modulesHash` field. */
691
- modulesHash?: UUIDFilter;
692
- /** Filter by the object’s `label` field. */
693
- label?: StringFilter;
694
- /** Filter by the object’s `description` field. */
695
- description?: StringFilter;
696
- /** Filter by the object’s `active` field. */
697
- active?: BooleanFilter;
691
+ export interface InfraStoreFilter {
692
+ /** Checks for all expressions in this list. */
693
+ and?: InfraStoreFilter[];
698
694
  /** Filter by the object’s `createdAt` field. */
699
695
  createdAt?: DatetimeFilter;
700
- /** Filter by the object’s `updatedAt` field. */
701
- updatedAt?: DatetimeFilter;
702
- /** Checks for all expressions in this list. */
703
- and?: DbPresetFilter[];
704
- /** Checks for any expressions in this list. */
705
- or?: DbPresetFilter[];
706
- /** Negates the expression. */
707
- not?: DbPresetFilter;
708
- }
709
- export interface PlatformNamespaceFilter {
696
+ /** Filter by the object’s `hash` field. */
697
+ hash?: UUIDFilter;
710
698
  /** Filter by the object’s `id` field. */
711
699
  id?: UUIDFilter;
712
- /** Filter by the object’s `createdAt` field. */
713
- createdAt?: DatetimeFilter;
714
- /** Filter by the object’s `updatedAt` field. */
715
- updatedAt?: DatetimeFilter;
716
700
  /** Filter by the object’s `name` field. */
717
701
  name?: StringFilter;
718
- /** Filter by the object’s `namespaceName` field. */
719
- namespaceName?: StringFilter;
720
- /** Filter by the object’s `description` field. */
721
- description?: StringFilter;
722
- /** Filter by the object’s `isActive` field. */
723
- isActive?: BooleanFilter;
724
- /** Filter by the object’s `status` field. */
725
- status?: StringFilter;
726
- /** Filter by the object’s `lastError` field. */
727
- lastError?: StringFilter;
728
- /** Filter by the object’s `labels` field. */
729
- labels?: JSONFilter;
730
- /** Filter by the object’s `annotations` field. */
731
- annotations?: JSONFilter;
732
- /** Filter by the object’s `isManaged` field. */
733
- isManaged?: BooleanFilter;
734
- /** Checks for all expressions in this list. */
735
- and?: PlatformNamespaceFilter[];
736
- /** Checks for any expressions in this list. */
737
- or?: PlatformNamespaceFilter[];
738
702
  /** Negates the expression. */
739
- not?: PlatformNamespaceFilter;
703
+ not?: InfraStoreFilter;
704
+ /** Checks for any expressions in this list. */
705
+ or?: InfraStoreFilter[];
706
+ /** Filter by the object’s `scopeId` field. */
707
+ scopeId?: UUIDFilter;
740
708
  }
741
709
  export interface NamespaceFilter {
742
- /** Filter by the object’s `id` field. */
743
- id?: UUIDFilter;
710
+ /** Checks for all expressions in this list. */
711
+ and?: NamespaceFilter[];
712
+ /** Filter by the object’s `annotations` field. */
713
+ annotations?: JSONFilter;
744
714
  /** Filter by the object’s `createdAt` field. */
745
715
  createdAt?: DatetimeFilter;
746
- /** Filter by the object’s `updatedAt` field. */
747
- updatedAt?: DatetimeFilter;
748
- /** Filter by the object’s `name` field. */
749
- name?: StringFilter;
750
- /** Filter by the object’s `namespaceName` field. */
751
- namespaceName?: StringFilter;
716
+ /** Filter by the object’s `databaseId` field. */
717
+ databaseId?: UUIDFilter;
752
718
  /** Filter by the object’s `description` field. */
753
719
  description?: StringFilter;
720
+ /** Filter by the object’s `id` field. */
721
+ id?: UUIDFilter;
754
722
  /** Filter by the object’s `isActive` field. */
755
723
  isActive?: BooleanFilter;
756
- /** Filter by the object’s `status` field. */
757
- status?: StringFilter;
758
- /** Filter by the object’s `lastError` field. */
759
- lastError?: StringFilter;
760
- /** Filter by the object’s `labels` field. */
761
- labels?: JSONFilter;
762
- /** Filter by the object’s `annotations` field. */
763
- annotations?: JSONFilter;
764
- /** Filter by the object’s `databaseId` field. */
765
- databaseId?: UUIDFilter;
766
724
  /** Filter by the object’s `isManaged` field. */
767
725
  isManaged?: BooleanFilter;
768
- /** Checks for all expressions in this list. */
769
- and?: NamespaceFilter[];
770
- /** Checks for any expressions in this list. */
771
- or?: NamespaceFilter[];
726
+ /** Filter by the object’s `labels` field. */
727
+ labels?: JSONFilter;
728
+ /** Filter by the object’s `lastError` field. */
729
+ lastError?: StringFilter;
730
+ /** Filter by the object’s `name` field. */
731
+ name?: StringFilter;
732
+ /** Filter by the object’s `namespaceName` field. */
733
+ namespaceName?: StringFilter;
772
734
  /** Negates the expression. */
773
735
  not?: NamespaceFilter;
736
+ /** Checks for any expressions in this list. */
737
+ or?: NamespaceFilter[];
738
+ /** Filter by the object’s `status` field. */
739
+ status?: StringFilter;
740
+ /** Filter by the object’s `updatedAt` field. */
741
+ updatedAt?: DatetimeFilter;
774
742
  }
775
- export interface PlatformNamespaceEventFilter {
743
+ export interface NamespaceEventFilter {
744
+ /** Filter by the object’s `actorId` field. */
745
+ actorId?: UUIDFilter;
746
+ /** Checks for all expressions in this list. */
747
+ and?: NamespaceEventFilter[];
748
+ /** Filter by the object’s `cpuMillicores` field. */
749
+ cpuMillicores?: IntFilter;
776
750
  /** Filter by the object’s `createdAt` field. */
777
751
  createdAt?: DatetimeFilter;
778
- /** Filter by the object’s `id` field. */
779
- id?: UUIDFilter;
780
- /** Filter by the object’s `namespaceId` field. */
781
- namespaceId?: UUIDFilter;
752
+ /** Filter by the object’s `databaseId` field. */
753
+ databaseId?: UUIDFilter;
782
754
  /** Filter by the object’s `eventType` field. */
783
755
  eventType?: StringFilter;
784
- /** Filter by the object’s `actorId` field. */
785
- actorId?: UUIDFilter;
756
+ /** Filter by the object’s `id` field. */
757
+ id?: UUIDFilter;
758
+ /** Filter by the object’s `memoryBytes` field. */
759
+ memoryBytes?: BigIntFilter;
786
760
  /** Filter by the object’s `message` field. */
787
761
  message?: StringFilter;
788
762
  /** Filter by the object’s `metadata` field. */
789
763
  metadata?: JSONFilter;
790
- /** Filter by the object’s `cpuMillicores` field. */
791
- cpuMillicores?: IntFilter;
792
- /** Filter by the object’s `memoryBytes` field. */
793
- memoryBytes?: BigIntFilter;
794
- /** Filter by the object’s `storageBytes` field. */
795
- storageBytes?: BigIntFilter;
796
- /** Filter by the object’s `networkIngressBytes` field. */
797
- networkIngressBytes?: BigIntFilter;
764
+ /** Filter by the object’s `metrics` field. */
765
+ metrics?: JSONFilter;
766
+ /** Filter by the object’s `namespaceId` field. */
767
+ namespaceId?: UUIDFilter;
798
768
  /** Filter by the object’s `networkEgressBytes` field. */
799
769
  networkEgressBytes?: BigIntFilter;
770
+ /** Filter by the object’s `networkIngressBytes` field. */
771
+ networkIngressBytes?: BigIntFilter;
772
+ /** Negates the expression. */
773
+ not?: NamespaceEventFilter;
774
+ /** Checks for any expressions in this list. */
775
+ or?: NamespaceEventFilter[];
800
776
  /** Filter by the object’s `podCount` field. */
801
777
  podCount?: IntFilter;
802
- /** Filter by the object’s `metrics` field. */
803
- metrics?: JSONFilter;
804
- /** Checks for all expressions in this list. */
805
- and?: PlatformNamespaceEventFilter[];
806
- /** Checks for any expressions in this list. */
807
- or?: PlatformNamespaceEventFilter[];
808
- /** Negates the expression. */
809
- not?: PlatformNamespaceEventFilter;
778
+ /** Filter by the object’s `storageBytes` field. */
779
+ storageBytes?: BigIntFilter;
810
780
  }
811
- export interface NamespaceEventFilter {
781
+ export interface PlatformNamespaceFilter {
782
+ /** Checks for all expressions in this list. */
783
+ and?: PlatformNamespaceFilter[];
784
+ /** Filter by the object’s `annotations` field. */
785
+ annotations?: JSONFilter;
812
786
  /** Filter by the object’s `createdAt` field. */
813
787
  createdAt?: DatetimeFilter;
788
+ /** Filter by the object’s `description` field. */
789
+ description?: StringFilter;
814
790
  /** Filter by the object’s `id` field. */
815
791
  id?: UUIDFilter;
816
- /** Filter by the object’s `namespaceId` field. */
817
- namespaceId?: UUIDFilter;
818
- /** Filter by the object’s `eventType` field. */
819
- eventType?: StringFilter;
792
+ /** Filter by the object’s `isActive` field. */
793
+ isActive?: BooleanFilter;
794
+ /** Filter by the object’s `isManaged` field. */
795
+ isManaged?: BooleanFilter;
796
+ /** Filter by the object’s `labels` field. */
797
+ labels?: JSONFilter;
798
+ /** Filter by the object’s `lastError` field. */
799
+ lastError?: StringFilter;
800
+ /** Filter by the object’s `name` field. */
801
+ name?: StringFilter;
802
+ /** Filter by the object’s `namespaceName` field. */
803
+ namespaceName?: StringFilter;
804
+ /** Negates the expression. */
805
+ not?: PlatformNamespaceFilter;
806
+ /** Checks for any expressions in this list. */
807
+ or?: PlatformNamespaceFilter[];
808
+ /** Filter by the object’s `status` field. */
809
+ status?: StringFilter;
810
+ /** Filter by the object’s `updatedAt` field. */
811
+ updatedAt?: DatetimeFilter;
812
+ }
813
+ export interface PlatformNamespaceEventFilter {
820
814
  /** Filter by the object’s `actorId` field. */
821
815
  actorId?: UUIDFilter;
822
- /** Filter by the object’s `message` field. */
823
- message?: StringFilter;
824
- /** Filter by the object’s `metadata` field. */
825
- metadata?: JSONFilter;
816
+ /** Checks for all expressions in this list. */
817
+ and?: PlatformNamespaceEventFilter[];
826
818
  /** Filter by the object’s `cpuMillicores` field. */
827
819
  cpuMillicores?: IntFilter;
820
+ /** Filter by the object’s `createdAt` field. */
821
+ createdAt?: DatetimeFilter;
822
+ /** Filter by the object’s `eventType` field. */
823
+ eventType?: StringFilter;
824
+ /** Filter by the object’s `id` field. */
825
+ id?: UUIDFilter;
828
826
  /** Filter by the object’s `memoryBytes` field. */
829
827
  memoryBytes?: BigIntFilter;
830
- /** Filter by the object’s `storageBytes` field. */
831
- storageBytes?: BigIntFilter;
832
- /** Filter by the object’s `networkIngressBytes` field. */
833
- networkIngressBytes?: BigIntFilter;
828
+ /** Filter by the object’s `message` field. */
829
+ message?: StringFilter;
830
+ /** Filter by the object’s `metadata` field. */
831
+ metadata?: JSONFilter;
832
+ /** Filter by the object’s `metrics` field. */
833
+ metrics?: JSONFilter;
834
+ /** Filter by the object’s `namespaceId` field. */
835
+ namespaceId?: UUIDFilter;
834
836
  /** Filter by the object’s `networkEgressBytes` field. */
835
837
  networkEgressBytes?: BigIntFilter;
838
+ /** Filter by the object’s `networkIngressBytes` field. */
839
+ networkIngressBytes?: BigIntFilter;
840
+ /** Negates the expression. */
841
+ not?: PlatformNamespaceEventFilter;
842
+ /** Checks for any expressions in this list. */
843
+ or?: PlatformNamespaceEventFilter[];
836
844
  /** Filter by the object’s `podCount` field. */
837
845
  podCount?: IntFilter;
838
- /** Filter by the object’s `metrics` field. */
839
- metrics?: JSONFilter;
840
- /** Filter by the object’s `databaseId` field. */
841
- databaseId?: UUIDFilter;
842
- /** Checks for all expressions in this list. */
843
- and?: NamespaceEventFilter[];
844
- /** Checks for any expressions in this list. */
845
- or?: NamespaceEventFilter[];
846
- /** Negates the expression. */
847
- not?: NamespaceEventFilter;
846
+ /** Filter by the object’s `storageBytes` field. */
847
+ storageBytes?: BigIntFilter;
848
848
  }
849
- export type InfraGetAllRecordsOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'PATH_ASC' | 'PATH_DESC' | 'DATA_ASC' | 'DATA_DESC';
850
- export type InfraRefOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC';
851
- export type InfraStoreOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC' | 'HASH_ASC' | 'HASH_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC';
852
- export type InfraObjectOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC' | 'KIDS_ASC' | 'KIDS_DESC' | 'KTREE_ASC' | 'KTREE_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC';
853
- export type InfraCommitOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'PARENT_IDS_ASC' | 'PARENT_IDS_DESC' | 'AUTHOR_ID_ASC' | 'AUTHOR_ID_DESC' | 'COMMITTER_ID_ASC' | 'COMMITTER_ID_DESC' | 'TREE_ID_ASC' | 'TREE_ID_DESC' | 'DATE_ASC' | 'DATE_DESC';
854
- export type DbPresetOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'DEFINITION_ASC' | 'DEFINITION_DESC' | 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC' | 'MODULES_HASH_ASC' | 'MODULES_HASH_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ACTIVE_ASC' | 'ACTIVE_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
855
- export type PlatformNamespaceOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NAMESPACE_NAME_ASC' | 'NAMESPACE_NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'LAST_ERROR_ASC' | 'LAST_ERROR_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'IS_MANAGED_ASC' | 'IS_MANAGED_DESC';
856
- export type NamespaceOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NAMESPACE_NAME_ASC' | 'NAMESPACE_NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'LAST_ERROR_ASC' | 'LAST_ERROR_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'IS_MANAGED_ASC' | 'IS_MANAGED_DESC';
857
- export type PlatformNamespaceEventOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'CPU_MILLICORES_ASC' | 'CPU_MILLICORES_DESC' | 'MEMORY_BYTES_ASC' | 'MEMORY_BYTES_DESC' | 'STORAGE_BYTES_ASC' | 'STORAGE_BYTES_DESC' | 'NETWORK_INGRESS_BYTES_ASC' | 'NETWORK_INGRESS_BYTES_DESC' | 'NETWORK_EGRESS_BYTES_ASC' | 'NETWORK_EGRESS_BYTES_DESC' | 'POD_COUNT_ASC' | 'POD_COUNT_DESC' | 'METRICS_ASC' | 'METRICS_DESC';
858
- export type NamespaceEventOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'CPU_MILLICORES_ASC' | 'CPU_MILLICORES_DESC' | 'MEMORY_BYTES_ASC' | 'MEMORY_BYTES_DESC' | 'STORAGE_BYTES_ASC' | 'STORAGE_BYTES_DESC' | 'NETWORK_INGRESS_BYTES_ASC' | 'NETWORK_INGRESS_BYTES_DESC' | 'NETWORK_EGRESS_BYTES_ASC' | 'NETWORK_EGRESS_BYTES_DESC' | 'POD_COUNT_ASC' | 'POD_COUNT_DESC' | 'METRICS_ASC' | 'METRICS_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC';
859
- export interface CreateInfraGetAllRecordInput {
849
+ export type DbPresetOrderBy = 'ACTIVE_ASC' | 'ACTIVE_DESC' | 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DEFINITION_ASC' | 'DEFINITION_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'MODULES_HASH_ASC' | 'MODULES_HASH_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SLUG_ASC' | 'SLUG_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
850
+ export type InfraCommitOrderBy = 'AUTHOR_ID_ASC' | 'AUTHOR_ID_DESC' | 'COMMITTER_ID_ASC' | 'COMMITTER_ID_DESC' | 'DATE_ASC' | 'DATE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'NATURAL' | 'PARENT_IDS_ASC' | 'PARENT_IDS_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'TREE_ID_ASC' | 'TREE_ID_DESC';
851
+ export type InfraGetAllRecordsOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'DATA_ASC' | 'DATA_DESC' | 'PATH_ASC' | 'PATH_DESC';
852
+ export type InfraObjectOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'ID_ASC' | 'ID_DESC' | 'KIDS_ASC' | 'KIDS_DESC' | 'KTREE_ASC' | 'KTREE_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC';
853
+ export type InfraRefOrderBy = 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC';
854
+ export type InfraStoreOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'HASH_ASC' | 'HASH_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCOPE_ID_ASC' | 'SCOPE_ID_DESC';
855
+ export type NamespaceOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_MANAGED_ASC' | 'IS_MANAGED_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'LAST_ERROR_ASC' | 'LAST_ERROR_DESC' | 'NAMESPACE_NAME_ASC' | 'NAMESPACE_NAME_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
856
+ export type NamespaceEventOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CPU_MILLICORES_ASC' | 'CPU_MILLICORES_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MEMORY_BYTES_ASC' | 'MEMORY_BYTES_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'METRICS_ASC' | 'METRICS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NATURAL' | 'NETWORK_EGRESS_BYTES_ASC' | 'NETWORK_EGRESS_BYTES_DESC' | 'NETWORK_INGRESS_BYTES_ASC' | 'NETWORK_INGRESS_BYTES_DESC' | 'POD_COUNT_ASC' | 'POD_COUNT_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STORAGE_BYTES_ASC' | 'STORAGE_BYTES_DESC';
857
+ export type PlatformNamespaceOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_MANAGED_ASC' | 'IS_MANAGED_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'LAST_ERROR_ASC' | 'LAST_ERROR_DESC' | 'NAMESPACE_NAME_ASC' | 'NAMESPACE_NAME_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
858
+ export type PlatformNamespaceEventOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CPU_MILLICORES_ASC' | 'CPU_MILLICORES_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ID_ASC' | 'ID_DESC' | 'MEMORY_BYTES_ASC' | 'MEMORY_BYTES_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'METRICS_ASC' | 'METRICS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NATURAL' | 'NETWORK_EGRESS_BYTES_ASC' | 'NETWORK_EGRESS_BYTES_DESC' | 'NETWORK_INGRESS_BYTES_ASC' | 'NETWORK_INGRESS_BYTES_DESC' | 'POD_COUNT_ASC' | 'POD_COUNT_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STORAGE_BYTES_ASC' | 'STORAGE_BYTES_DESC';
859
+ export interface CreateDbPresetInput {
860
860
  clientMutationId?: string;
861
- infraGetAllRecord: {
862
- path?: string[];
863
- data?: Record<string, unknown>;
861
+ dbPreset: {
862
+ active?: boolean;
863
+ commitId?: string;
864
+ definition: Record<string, unknown>;
865
+ description?: string;
866
+ label?: string;
867
+ modulesHash?: string;
868
+ slug: string;
869
+ storeId?: string;
864
870
  };
865
871
  }
866
- export interface InfraGetAllRecordPatch {
867
- path?: string[] | null;
868
- data?: Record<string, unknown> | null;
872
+ export interface DbPresetPatch {
873
+ active?: boolean | null;
874
+ commitId?: string | null;
875
+ definition?: Record<string, unknown> | null;
876
+ description?: string | null;
877
+ label?: string | null;
878
+ modulesHash?: string | null;
879
+ slug?: string | null;
880
+ storeId?: string | null;
869
881
  }
870
- export interface UpdateInfraGetAllRecordInput {
882
+ export interface UpdateDbPresetInput {
871
883
  clientMutationId?: string;
872
884
  id: string;
873
- infraGetAllRecordPatch: InfraGetAllRecordPatch;
885
+ dbPresetPatch: DbPresetPatch;
874
886
  }
875
- export interface DeleteInfraGetAllRecordInput {
887
+ export interface DeleteDbPresetInput {
876
888
  clientMutationId?: string;
877
889
  id: string;
878
890
  }
879
- export interface CreateInfraRefInput {
891
+ export interface CreateInfraCommitInput {
880
892
  clientMutationId?: string;
881
- infraRef: {
882
- name: string;
893
+ infraCommit: {
894
+ authorId?: string;
895
+ committerId?: string;
896
+ date?: string;
897
+ message?: string;
898
+ parentIds?: string[];
883
899
  scopeId: string;
884
900
  storeId: string;
885
- commitId?: string;
901
+ treeId?: string;
886
902
  };
887
903
  }
888
- export interface InfraRefPatch {
889
- name?: string | null;
904
+ export interface InfraCommitPatch {
905
+ authorId?: string | null;
906
+ committerId?: string | null;
907
+ date?: string | null;
908
+ message?: string | null;
909
+ parentIds?: string[] | null;
890
910
  scopeId?: string | null;
891
911
  storeId?: string | null;
892
- commitId?: string | null;
912
+ treeId?: string | null;
893
913
  }
894
- export interface UpdateInfraRefInput {
914
+ export interface UpdateInfraCommitInput {
895
915
  clientMutationId?: string;
896
916
  id: string;
897
- infraRefPatch: InfraRefPatch;
917
+ infraCommitPatch: InfraCommitPatch;
898
918
  }
899
- export interface DeleteInfraRefInput {
919
+ export interface DeleteInfraCommitInput {
900
920
  clientMutationId?: string;
901
921
  id: string;
902
922
  }
903
- export interface CreateInfraStoreInput {
923
+ export interface CreateInfraGetAllRecordInput {
904
924
  clientMutationId?: string;
905
- infraStore: {
906
- name: string;
907
- scopeId: string;
908
- hash?: string;
925
+ infraGetAllRecord: {
926
+ data?: Record<string, unknown>;
927
+ path?: string[];
909
928
  };
910
929
  }
911
- export interface InfraStorePatch {
912
- name?: string | null;
913
- scopeId?: string | null;
914
- hash?: string | null;
930
+ export interface InfraGetAllRecordPatch {
931
+ data?: Record<string, unknown> | null;
932
+ path?: string[] | null;
915
933
  }
916
- export interface UpdateInfraStoreInput {
934
+ export interface UpdateInfraGetAllRecordInput {
917
935
  clientMutationId?: string;
918
936
  id: string;
919
- infraStorePatch: InfraStorePatch;
937
+ infraGetAllRecordPatch: InfraGetAllRecordPatch;
920
938
  }
921
- export interface DeleteInfraStoreInput {
939
+ export interface DeleteInfraGetAllRecordInput {
922
940
  clientMutationId?: string;
923
941
  id: string;
924
942
  }
925
943
  export interface CreateInfraObjectInput {
926
944
  clientMutationId?: string;
927
945
  infraObject: {
928
- scopeId: string;
946
+ data?: Record<string, unknown>;
929
947
  kids?: string[];
930
948
  ktree?: string[];
931
- data?: Record<string, unknown>;
949
+ scopeId: string;
932
950
  };
933
951
  }
934
952
  export interface InfraObjectPatch {
935
- scopeId?: string | null;
953
+ data?: Record<string, unknown> | null;
936
954
  kids?: string[] | null;
937
955
  ktree?: string[] | null;
938
- data?: Record<string, unknown> | null;
956
+ scopeId?: string | null;
939
957
  }
940
958
  export interface UpdateInfraObjectInput {
941
959
  clientMutationId?: string;
@@ -946,130 +964,78 @@ export interface DeleteInfraObjectInput {
946
964
  clientMutationId?: string;
947
965
  id: string;
948
966
  }
949
- export interface CreateInfraCommitInput {
967
+ export interface CreateInfraRefInput {
950
968
  clientMutationId?: string;
951
- infraCommit: {
952
- message?: string;
969
+ infraRef: {
970
+ commitId?: string;
971
+ name: string;
953
972
  scopeId: string;
954
973
  storeId: string;
955
- parentIds?: string[];
956
- authorId?: string;
957
- committerId?: string;
958
- treeId?: string;
959
- date?: string;
960
974
  };
961
975
  }
962
- export interface InfraCommitPatch {
963
- message?: string | null;
976
+ export interface InfraRefPatch {
977
+ commitId?: string | null;
978
+ name?: string | null;
964
979
  scopeId?: string | null;
965
980
  storeId?: string | null;
966
- parentIds?: string[] | null;
967
- authorId?: string | null;
968
- committerId?: string | null;
969
- treeId?: string | null;
970
- date?: string | null;
971
- }
972
- export interface UpdateInfraCommitInput {
973
- clientMutationId?: string;
974
- id: string;
975
- infraCommitPatch: InfraCommitPatch;
976
- }
977
- export interface DeleteInfraCommitInput {
978
- clientMutationId?: string;
979
- id: string;
980
- }
981
- export interface CreateDbPresetInput {
982
- clientMutationId?: string;
983
- dbPreset: {
984
- storeId?: string;
985
- slug: string;
986
- definition: Record<string, unknown>;
987
- commitId?: string;
988
- modulesHash?: string;
989
- label?: string;
990
- description?: string;
991
- active?: boolean;
992
- };
993
- }
994
- export interface DbPresetPatch {
995
- storeId?: string | null;
996
- slug?: string | null;
997
- definition?: Record<string, unknown> | null;
998
- commitId?: string | null;
999
- modulesHash?: string | null;
1000
- label?: string | null;
1001
- description?: string | null;
1002
- active?: boolean | null;
1003
981
  }
1004
- export interface UpdateDbPresetInput {
982
+ export interface UpdateInfraRefInput {
1005
983
  clientMutationId?: string;
1006
984
  id: string;
1007
- dbPresetPatch: DbPresetPatch;
985
+ infraRefPatch: InfraRefPatch;
1008
986
  }
1009
- export interface DeleteDbPresetInput {
987
+ export interface DeleteInfraRefInput {
1010
988
  clientMutationId?: string;
1011
989
  id: string;
1012
990
  }
1013
- export interface CreatePlatformNamespaceInput {
991
+ export interface CreateInfraStoreInput {
1014
992
  clientMutationId?: string;
1015
- platformNamespace: {
993
+ infraStore: {
994
+ hash?: string;
1016
995
  name: string;
1017
- namespaceName: string;
1018
- description?: string;
1019
- isActive?: boolean;
1020
- status?: string;
1021
- lastError?: string;
1022
- labels?: Record<string, unknown>;
1023
- annotations?: Record<string, unknown>;
1024
- isManaged?: boolean;
996
+ scopeId: string;
1025
997
  };
1026
998
  }
1027
- export interface PlatformNamespacePatch {
999
+ export interface InfraStorePatch {
1000
+ hash?: string | null;
1028
1001
  name?: string | null;
1029
- namespaceName?: string | null;
1030
- description?: string | null;
1031
- isActive?: boolean | null;
1032
- status?: string | null;
1033
- lastError?: string | null;
1034
- labels?: Record<string, unknown> | null;
1035
- annotations?: Record<string, unknown> | null;
1036
- isManaged?: boolean | null;
1002
+ scopeId?: string | null;
1037
1003
  }
1038
- export interface UpdatePlatformNamespaceInput {
1004
+ export interface UpdateInfraStoreInput {
1039
1005
  clientMutationId?: string;
1040
1006
  id: string;
1041
- platformNamespacePatch: PlatformNamespacePatch;
1007
+ infraStorePatch: InfraStorePatch;
1042
1008
  }
1043
- export interface DeletePlatformNamespaceInput {
1009
+ export interface DeleteInfraStoreInput {
1044
1010
  clientMutationId?: string;
1045
1011
  id: string;
1046
1012
  }
1047
1013
  export interface CreateNamespaceInput {
1048
1014
  clientMutationId?: string;
1049
1015
  namespace: {
1050
- name: string;
1051
- namespaceName: string;
1052
- description?: string;
1053
- isActive?: boolean;
1054
- status?: string;
1055
- lastError?: string;
1056
- labels?: Record<string, unknown>;
1057
1016
  annotations?: Record<string, unknown>;
1058
1017
  databaseId: string;
1018
+ description?: string;
1019
+ isActive?: boolean;
1059
1020
  isManaged?: boolean;
1021
+ labels?: Record<string, unknown>;
1022
+ lastError?: string;
1023
+ name: string;
1024
+ namespaceName: string;
1025
+ status?: string;
1060
1026
  };
1061
1027
  }
1062
1028
  export interface NamespacePatch {
1063
- name?: string | null;
1064
- namespaceName?: string | null;
1065
- description?: string | null;
1066
- isActive?: boolean | null;
1067
- status?: string | null;
1068
- lastError?: string | null;
1069
- labels?: Record<string, unknown> | null;
1070
1029
  annotations?: Record<string, unknown> | null;
1071
1030
  databaseId?: string | null;
1031
+ description?: string | null;
1032
+ isActive?: boolean | null;
1072
1033
  isManaged?: boolean | null;
1034
+ labels?: Record<string, unknown> | null;
1035
+ lastError?: string | null;
1036
+ name?: string | null;
1037
+ namespaceName?: string | null;
1038
+ status?: string | null;
1073
1039
  }
1074
1040
  export interface UpdateNamespaceInput {
1075
1041
  clientMutationId?: string;
@@ -1080,85 +1046,119 @@ export interface DeleteNamespaceInput {
1080
1046
  clientMutationId?: string;
1081
1047
  id: string;
1082
1048
  }
1083
- export interface CreatePlatformNamespaceEventInput {
1049
+ export interface CreateNamespaceEventInput {
1084
1050
  clientMutationId?: string;
1085
- platformNamespaceEvent: {
1086
- namespaceId: string;
1087
- eventType: string;
1051
+ namespaceEvent: {
1088
1052
  actorId?: string;
1089
- message?: string;
1090
- metadata?: Record<string, unknown>;
1091
1053
  cpuMillicores?: number;
1054
+ databaseId: string;
1055
+ eventType: string;
1092
1056
  memoryBytes?: string;
1093
- storageBytes?: string;
1094
- networkIngressBytes?: string;
1057
+ message?: string;
1058
+ metadata?: Record<string, unknown>;
1059
+ metrics?: Record<string, unknown>;
1060
+ namespaceId: string;
1095
1061
  networkEgressBytes?: string;
1062
+ networkIngressBytes?: string;
1096
1063
  podCount?: number;
1097
- metrics?: Record<string, unknown>;
1064
+ storageBytes?: string;
1098
1065
  };
1099
1066
  }
1100
- export interface PlatformNamespaceEventPatch {
1101
- namespaceId?: string | null;
1102
- eventType?: string | null;
1067
+ export interface NamespaceEventPatch {
1103
1068
  actorId?: string | null;
1104
- message?: string | null;
1105
- metadata?: Record<string, unknown> | null;
1106
1069
  cpuMillicores?: number | null;
1070
+ databaseId?: string | null;
1071
+ eventType?: string | null;
1107
1072
  memoryBytes?: string | null;
1108
- storageBytes?: string | null;
1109
- networkIngressBytes?: string | null;
1073
+ message?: string | null;
1074
+ metadata?: Record<string, unknown> | null;
1075
+ metrics?: Record<string, unknown> | null;
1076
+ namespaceId?: string | null;
1110
1077
  networkEgressBytes?: string | null;
1078
+ networkIngressBytes?: string | null;
1111
1079
  podCount?: number | null;
1112
- metrics?: Record<string, unknown> | null;
1080
+ storageBytes?: string | null;
1113
1081
  }
1114
- export interface UpdatePlatformNamespaceEventInput {
1082
+ export interface UpdateNamespaceEventInput {
1115
1083
  clientMutationId?: string;
1116
1084
  id: string;
1117
- platformNamespaceEventPatch: PlatformNamespaceEventPatch;
1085
+ namespaceEventPatch: NamespaceEventPatch;
1118
1086
  }
1119
- export interface DeletePlatformNamespaceEventInput {
1087
+ export interface DeleteNamespaceEventInput {
1120
1088
  clientMutationId?: string;
1121
1089
  id: string;
1122
1090
  }
1123
- export interface CreateNamespaceEventInput {
1091
+ export interface CreatePlatformNamespaceInput {
1124
1092
  clientMutationId?: string;
1125
- namespaceEvent: {
1126
- namespaceId: string;
1127
- eventType: string;
1093
+ platformNamespace: {
1094
+ annotations?: Record<string, unknown>;
1095
+ description?: string;
1096
+ isActive?: boolean;
1097
+ isManaged?: boolean;
1098
+ labels?: Record<string, unknown>;
1099
+ lastError?: string;
1100
+ name: string;
1101
+ namespaceName: string;
1102
+ status?: string;
1103
+ };
1104
+ }
1105
+ export interface PlatformNamespacePatch {
1106
+ annotations?: Record<string, unknown> | null;
1107
+ description?: string | null;
1108
+ isActive?: boolean | null;
1109
+ isManaged?: boolean | null;
1110
+ labels?: Record<string, unknown> | null;
1111
+ lastError?: string | null;
1112
+ name?: string | null;
1113
+ namespaceName?: string | null;
1114
+ status?: string | null;
1115
+ }
1116
+ export interface UpdatePlatformNamespaceInput {
1117
+ clientMutationId?: string;
1118
+ id: string;
1119
+ platformNamespacePatch: PlatformNamespacePatch;
1120
+ }
1121
+ export interface DeletePlatformNamespaceInput {
1122
+ clientMutationId?: string;
1123
+ id: string;
1124
+ }
1125
+ export interface CreatePlatformNamespaceEventInput {
1126
+ clientMutationId?: string;
1127
+ platformNamespaceEvent: {
1128
1128
  actorId?: string;
1129
- message?: string;
1130
- metadata?: Record<string, unknown>;
1131
1129
  cpuMillicores?: number;
1130
+ eventType: string;
1132
1131
  memoryBytes?: string;
1133
- storageBytes?: string;
1134
- networkIngressBytes?: string;
1132
+ message?: string;
1133
+ metadata?: Record<string, unknown>;
1134
+ metrics?: Record<string, unknown>;
1135
+ namespaceId: string;
1135
1136
  networkEgressBytes?: string;
1137
+ networkIngressBytes?: string;
1136
1138
  podCount?: number;
1137
- metrics?: Record<string, unknown>;
1138
- databaseId: string;
1139
+ storageBytes?: string;
1139
1140
  };
1140
1141
  }
1141
- export interface NamespaceEventPatch {
1142
- namespaceId?: string | null;
1143
- eventType?: string | null;
1142
+ export interface PlatformNamespaceEventPatch {
1144
1143
  actorId?: string | null;
1145
- message?: string | null;
1146
- metadata?: Record<string, unknown> | null;
1147
1144
  cpuMillicores?: number | null;
1145
+ eventType?: string | null;
1148
1146
  memoryBytes?: string | null;
1149
- storageBytes?: string | null;
1150
- networkIngressBytes?: string | null;
1147
+ message?: string | null;
1148
+ metadata?: Record<string, unknown> | null;
1149
+ metrics?: Record<string, unknown> | null;
1150
+ namespaceId?: string | null;
1151
1151
  networkEgressBytes?: string | null;
1152
+ networkIngressBytes?: string | null;
1152
1153
  podCount?: number | null;
1153
- metrics?: Record<string, unknown> | null;
1154
- databaseId?: string | null;
1154
+ storageBytes?: string | null;
1155
1155
  }
1156
- export interface UpdateNamespaceEventInput {
1156
+ export interface UpdatePlatformNamespaceEventInput {
1157
1157
  clientMutationId?: string;
1158
1158
  id: string;
1159
- namespaceEventPatch: NamespaceEventPatch;
1159
+ platformNamespaceEventPatch: PlatformNamespaceEventPatch;
1160
1160
  }
1161
- export interface DeleteNamespaceEventInput {
1161
+ export interface DeletePlatformNamespaceEventInput {
1162
1162
  clientMutationId?: string;
1163
1163
  id: string;
1164
1164
  }
@@ -1168,21 +1168,21 @@ export interface InfraInitEmptyRepoInput {
1168
1168
  sId?: string;
1169
1169
  storeId?: string;
1170
1170
  }
1171
- export interface InfraSetDataAtPathInput {
1171
+ export interface InfraInsertNodeAtPathInput {
1172
1172
  clientMutationId?: string;
1173
- sId?: string;
1174
- root?: string;
1175
- path?: string[];
1176
1173
  data?: Record<string, unknown>;
1174
+ kids?: string[];
1175
+ ktree?: string[];
1176
+ path?: string[];
1177
+ root?: string;
1178
+ sId?: string;
1177
1179
  }
1178
- export interface InfraInsertNodeAtPathInput {
1180
+ export interface InfraSetDataAtPathInput {
1179
1181
  clientMutationId?: string;
1180
- sId?: string;
1181
- root?: string;
1182
- path?: string[];
1183
1182
  data?: Record<string, unknown>;
1184
- kids?: string[];
1185
- ktree?: string[];
1183
+ path?: string[];
1184
+ root?: string;
1185
+ sId?: string;
1186
1186
  }
1187
1187
  export interface ProvisionBucketInput {
1188
1188
  /** The logical bucket key (e.g., "public", "private") */
@@ -1193,206 +1193,206 @@ export interface ProvisionBucketInput {
1193
1193
  */
1194
1194
  ownerId?: string;
1195
1195
  }
1196
- /** An input for mutations affecting `InfraRef` */
1197
- export interface InfraRefInput {
1198
- /** Unique ref identifier */
1199
- id?: string;
1200
- /** Ref name (e.g. HEAD, main) */
1201
- name: string;
1202
- /** Opaque store partition key for the global tier */
1203
- scopeId: string;
1204
- /** Store this ref belongs to */
1205
- storeId: string;
1206
- /** Commit this ref points to */
1196
+ /** An input for mutations affecting `DbPreset` */
1197
+ export interface DbPresetInput {
1198
+ /** Whether this preset is selectable for new databases */
1199
+ active?: boolean;
1200
+ /** Infra store commit for the current definition (stamped by the versioned trigger on every write) */
1207
1201
  commitId?: string;
1202
+ /** Timestamp of preset creation */
1203
+ createdAt?: string;
1204
+ /** Preset definition (modules + options) — the readily-cached head; history lives in the infra store */
1205
+ definition: Record<string, unknown>;
1206
+ /** Human-readable description of the preset */
1207
+ description?: string;
1208
+ /** Unique preset identifier */
1209
+ id?: string;
1210
+ /** Human-readable preset name */
1211
+ label?: string;
1212
+ /** Content-address of definition->modules via metaschema_private.modules_hash (stamped by the versioned trigger); fast exact-match lookup key for provisioning requests */
1213
+ modulesHash?: string;
1214
+ /** Preset slug (unique per scope); the preset's path in the infra tree is [db_preset, slug] */
1215
+ slug: string;
1216
+ /** Infra Merkle store holding this preset's history (stamped by the versioned trigger) */
1217
+ storeId?: string;
1218
+ /** Timestamp of last modification */
1219
+ updatedAt?: string;
1208
1220
  }
1209
- /** An input for mutations affecting `InfraStore` */
1210
- export interface InfraStoreInput {
1211
- /** Unique store identifier */
1221
+ /** An input for mutations affecting `InfraCommit` */
1222
+ export interface InfraCommitInput {
1223
+ /** User who authored the changes */
1224
+ authorId?: string;
1225
+ /** User who committed (may differ from author) */
1226
+ committerId?: string;
1227
+ /** Commit timestamp */
1228
+ date?: string;
1229
+ /** Unique commit identifier */
1212
1230
  id?: string;
1213
- /** Human-readable store name */
1214
- name: string;
1231
+ /** Optional commit message */
1232
+ message?: string;
1233
+ /** Parent commit IDs (supports merge commits) */
1234
+ parentIds?: string[];
1215
1235
  /** Opaque store partition key for the global tier */
1216
1236
  scopeId: string;
1217
- /** Current root object hash of this store */
1218
- hash?: string;
1219
- /** Timestamp of store creation */
1220
- createdAt?: string;
1237
+ /** Store this commit belongs to */
1238
+ storeId: string;
1239
+ /** Root object ID of the tree snapshot at this commit */
1240
+ treeId?: string;
1221
1241
  }
1222
1242
  /** An input for mutations affecting `InfraObject` */
1223
1243
  export interface InfraObjectInput {
1244
+ /** Timestamp of object creation */
1245
+ createdAt?: string;
1246
+ /** Payload data for this object node */
1247
+ data?: Record<string, unknown>;
1224
1248
  /** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
1225
1249
  id: string;
1226
- /** Opaque store partition key for the global tier */
1227
- scopeId: string;
1228
1250
  /** Ordered array of child object IDs */
1229
1251
  kids?: string[];
1230
1252
  /** Ordered array of child path names (parallel to kids) */
1231
1253
  ktree?: string[];
1232
- /** Payload data for this object node */
1233
- data?: Record<string, unknown>;
1234
- /** Timestamp of object creation */
1235
- createdAt?: string;
1254
+ /** Opaque store partition key for the global tier */
1255
+ scopeId: string;
1236
1256
  }
1237
- /** An input for mutations affecting `InfraCommit` */
1238
- export interface InfraCommitInput {
1239
- /** Unique commit identifier */
1257
+ /** An input for mutations affecting `InfraRef` */
1258
+ export interface InfraRefInput {
1259
+ /** Commit this ref points to */
1260
+ commitId?: string;
1261
+ /** Unique ref identifier */
1240
1262
  id?: string;
1241
- /** Optional commit message */
1242
- message?: string;
1263
+ /** Ref name (e.g. HEAD, main) */
1264
+ name: string;
1243
1265
  /** Opaque store partition key for the global tier */
1244
1266
  scopeId: string;
1245
- /** Store this commit belongs to */
1267
+ /** Store this ref belongs to */
1246
1268
  storeId: string;
1247
- /** Parent commit IDs (supports merge commits) */
1248
- parentIds?: string[];
1249
- /** User who authored the changes */
1250
- authorId?: string;
1251
- /** User who committed (may differ from author) */
1252
- committerId?: string;
1253
- /** Root object ID of the tree snapshot at this commit */
1254
- treeId?: string;
1255
- /** Commit timestamp */
1256
- date?: string;
1257
1269
  }
1258
- /** An input for mutations affecting `DbPreset` */
1259
- export interface DbPresetInput {
1260
- /** Unique preset identifier */
1261
- id?: string;
1262
- /** Infra Merkle store holding this preset's history (stamped by the versioned trigger) */
1263
- storeId?: string;
1264
- /** Preset slug (unique per scope); the preset's path in the infra tree is [db_preset, slug] */
1265
- slug: string;
1266
- /** Preset definition (modules + options) — the readily-cached head; history lives in the infra store */
1267
- definition: Record<string, unknown>;
1268
- /** Infra store commit for the current definition (stamped by the versioned trigger on every write) */
1269
- commitId?: string;
1270
- /** Content-address of definition->modules via metaschema_private.modules_hash (stamped by the versioned trigger); fast exact-match lookup key for provisioning requests */
1271
- modulesHash?: string;
1272
- /** Human-readable preset name */
1273
- label?: string;
1274
- /** Human-readable description of the preset */
1275
- description?: string;
1276
- /** Whether this preset is selectable for new databases */
1277
- active?: boolean;
1278
- /** Timestamp of preset creation */
1270
+ /** An input for mutations affecting `InfraStore` */
1271
+ export interface InfraStoreInput {
1272
+ /** Timestamp of store creation */
1279
1273
  createdAt?: string;
1280
- /** Timestamp of last modification */
1281
- updatedAt?: string;
1282
- }
1283
- /** An input for mutations affecting `PlatformNamespace` */
1284
- export interface PlatformNamespaceInput {
1274
+ /** Current root object hash of this store */
1275
+ hash?: string;
1276
+ /** Unique store identifier */
1285
1277
  id?: string;
1286
- createdAt?: string;
1287
- updatedAt?: string;
1288
- /** Human-readable namespace name (e.g. default, production, oauth) */
1278
+ /** Human-readable store name */
1289
1279
  name: string;
1290
- /** Globally unique computed namespace identifier via inflection.underscore */
1291
- namespaceName: string;
1280
+ /** Opaque store partition key for the global tier */
1281
+ scopeId: string;
1282
+ }
1283
+ /** An input for mutations affecting `Namespace` */
1284
+ export interface NamespaceInput {
1285
+ /** Freeform metadata for tooling and operational notes */
1286
+ annotations?: Record<string, unknown>;
1287
+ createdAt?: string;
1288
+ /** Database that owns this resource (database-scoped isolation) */
1289
+ databaseId: string;
1292
1290
  /** Optional human-readable description of this namespace */
1293
1291
  description?: string;
1292
+ id?: string;
1294
1293
  /** Whether this namespace is active (soft-disable for filtering) */
1295
1294
  isActive?: boolean;
1296
- /** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
1297
- status?: string;
1298
- /** Most recent provisioning or reconcile error message */
1299
- lastError?: string;
1300
- /** Key/value pairs for selecting and filtering namespaces */
1301
- labels?: Record<string, unknown>;
1302
- /** Freeform metadata for tooling and operational notes */
1303
- annotations?: Record<string, unknown>;
1304
1295
  /** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
1305
1296
  isManaged?: boolean;
1306
- }
1307
- /** An input for mutations affecting `Namespace` */
1308
- export interface NamespaceInput {
1309
- id?: string;
1310
- createdAt?: string;
1311
- updatedAt?: string;
1297
+ /** Key/value pairs for selecting and filtering namespaces */
1298
+ labels?: Record<string, unknown>;
1299
+ /** Most recent provisioning or reconcile error message */
1300
+ lastError?: string;
1312
1301
  /** Human-readable namespace name (e.g. default, production, oauth) */
1313
1302
  name: string;
1314
1303
  /** Globally unique computed namespace identifier via inflection.underscore */
1315
1304
  namespaceName: string;
1316
- /** Optional human-readable description of this namespace */
1317
- description?: string;
1318
- /** Whether this namespace is active (soft-disable for filtering) */
1319
- isActive?: boolean;
1320
1305
  /** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
1321
1306
  status?: string;
1322
- /** Most recent provisioning or reconcile error message */
1323
- lastError?: string;
1324
- /** Key/value pairs for selecting and filtering namespaces */
1325
- labels?: Record<string, unknown>;
1326
- /** Freeform metadata for tooling and operational notes */
1327
- annotations?: Record<string, unknown>;
1328
- /** Database that owns this resource (database-scoped isolation) */
1329
- databaseId: string;
1330
- /** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
1331
- isManaged?: boolean;
1307
+ updatedAt?: string;
1332
1308
  }
1333
- /** An input for mutations affecting `PlatformNamespaceEvent` */
1334
- export interface PlatformNamespaceEventInput {
1309
+ /** An input for mutations affecting `NamespaceEvent` */
1310
+ export interface NamespaceEventInput {
1311
+ /** User who triggered this event (NULL for system/automated) */
1312
+ actorId?: string;
1313
+ /** CPU usage in millicores at time of event */
1314
+ cpuMillicores?: number;
1335
1315
  /** Event timestamp (partition key) */
1336
1316
  createdAt?: string;
1337
- /** Unique event identifier */
1338
- id?: string;
1339
- /** Namespace this event belongs to */
1340
- namespaceId: string;
1317
+ /** Database that owns this resource (database-scoped isolation) */
1318
+ databaseId: string;
1341
1319
  /** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
1342
1320
  eventType: string;
1343
- /** User who triggered this event (NULL for system/automated) */
1344
- actorId?: string;
1321
+ /** Unique event identifier */
1322
+ id?: string;
1323
+ /** Memory usage in bytes at time of event */
1324
+ memoryBytes?: string;
1345
1325
  /** Human-readable description of the event */
1346
1326
  message?: string;
1347
1327
  /** Structured context (old/new values, labels diff, etc.) */
1348
1328
  metadata?: Record<string, unknown>;
1349
- /** CPU usage in millicores at time of event */
1350
- cpuMillicores?: number;
1351
- /** Memory usage in bytes at time of event */
1352
- memoryBytes?: string;
1353
- /** Storage usage in bytes at time of event */
1354
- storageBytes?: string;
1355
- /** Network ingress in bytes during event window */
1356
- networkIngressBytes?: string;
1329
+ /** Additional resource metrics (gpu, replicas, quotas, etc.) */
1330
+ metrics?: Record<string, unknown>;
1331
+ /** Namespace this event belongs to */
1332
+ namespaceId: string;
1357
1333
  /** Network egress in bytes during event window */
1358
1334
  networkEgressBytes?: string;
1335
+ /** Network ingress in bytes during event window */
1336
+ networkIngressBytes?: string;
1359
1337
  /** Number of active pods in the namespace at time of event */
1360
1338
  podCount?: number;
1361
- /** Additional resource metrics (gpu, replicas, quotas, etc.) */
1362
- metrics?: Record<string, unknown>;
1339
+ /** Storage usage in bytes at time of event */
1340
+ storageBytes?: string;
1363
1341
  }
1364
- /** An input for mutations affecting `NamespaceEvent` */
1365
- export interface NamespaceEventInput {
1342
+ /** An input for mutations affecting `PlatformNamespace` */
1343
+ export interface PlatformNamespaceInput {
1344
+ /** Freeform metadata for tooling and operational notes */
1345
+ annotations?: Record<string, unknown>;
1346
+ createdAt?: string;
1347
+ /** Optional human-readable description of this namespace */
1348
+ description?: string;
1349
+ id?: string;
1350
+ /** Whether this namespace is active (soft-disable for filtering) */
1351
+ isActive?: boolean;
1352
+ /** true = provisioned by the platform via jobs, false = unmanaged/platform-native (bootstrapped externally) */
1353
+ isManaged?: boolean;
1354
+ /** Key/value pairs for selecting and filtering namespaces */
1355
+ labels?: Record<string, unknown>;
1356
+ /** Most recent provisioning or reconcile error message */
1357
+ lastError?: string;
1358
+ /** Human-readable namespace name (e.g. default, production, oauth) */
1359
+ name: string;
1360
+ /** Globally unique computed namespace identifier via inflection.underscore */
1361
+ namespaceName: string;
1362
+ /** Namespace provisioning lifecycle status: pending, provisioning, active, failed */
1363
+ status?: string;
1364
+ updatedAt?: string;
1365
+ }
1366
+ /** An input for mutations affecting `PlatformNamespaceEvent` */
1367
+ export interface PlatformNamespaceEventInput {
1368
+ /** User who triggered this event (NULL for system/automated) */
1369
+ actorId?: string;
1370
+ /** CPU usage in millicores at time of event */
1371
+ cpuMillicores?: number;
1366
1372
  /** Event timestamp (partition key) */
1367
1373
  createdAt?: string;
1368
- /** Unique event identifier */
1369
- id?: string;
1370
- /** Namespace this event belongs to */
1371
- namespaceId: string;
1372
1374
  /** Event type: created, activated, deactivated, labels_updated, annotations_updated, renamed */
1373
1375
  eventType: string;
1374
- /** User who triggered this event (NULL for system/automated) */
1375
- actorId?: string;
1376
+ /** Unique event identifier */
1377
+ id?: string;
1378
+ /** Memory usage in bytes at time of event */
1379
+ memoryBytes?: string;
1376
1380
  /** Human-readable description of the event */
1377
1381
  message?: string;
1378
1382
  /** Structured context (old/new values, labels diff, etc.) */
1379
1383
  metadata?: Record<string, unknown>;
1380
- /** CPU usage in millicores at time of event */
1381
- cpuMillicores?: number;
1382
- /** Memory usage in bytes at time of event */
1383
- memoryBytes?: string;
1384
- /** Storage usage in bytes at time of event */
1385
- storageBytes?: string;
1386
- /** Network ingress in bytes during event window */
1387
- networkIngressBytes?: string;
1384
+ /** Additional resource metrics (gpu, replicas, quotas, etc.) */
1385
+ metrics?: Record<string, unknown>;
1386
+ /** Namespace this event belongs to */
1387
+ namespaceId: string;
1388
1388
  /** Network egress in bytes during event window */
1389
1389
  networkEgressBytes?: string;
1390
+ /** Network ingress in bytes during event window */
1391
+ networkIngressBytes?: string;
1390
1392
  /** Number of active pods in the namespace at time of event */
1391
1393
  podCount?: number;
1392
- /** Additional resource metrics (gpu, replicas, quotas, etc.) */
1393
- metrics?: Record<string, unknown>;
1394
- /** Database that owns this resource (database-scoped isolation) */
1395
- databaseId: string;
1394
+ /** Storage usage in bytes at time of event */
1395
+ storageBytes?: string;
1396
1396
  }
1397
1397
  export interface InfraInitEmptyRepoPayload {
1398
1398
  clientMutationId?: string | null;
@@ -1400,43 +1400,178 @@ export interface InfraInitEmptyRepoPayload {
1400
1400
  export type InfraInitEmptyRepoPayloadSelect = {
1401
1401
  clientMutationId?: boolean;
1402
1402
  };
1403
- export interface InfraSetDataAtPathPayload {
1403
+ export interface InfraInsertNodeAtPathPayload {
1404
1404
  clientMutationId?: string | null;
1405
1405
  result?: string | null;
1406
1406
  }
1407
- export type InfraSetDataAtPathPayloadSelect = {
1407
+ export type InfraInsertNodeAtPathPayloadSelect = {
1408
1408
  clientMutationId?: boolean;
1409
1409
  result?: boolean;
1410
1410
  };
1411
- export interface InfraInsertNodeAtPathPayload {
1411
+ export interface InfraSetDataAtPathPayload {
1412
1412
  clientMutationId?: string | null;
1413
1413
  result?: string | null;
1414
1414
  }
1415
- export type InfraInsertNodeAtPathPayloadSelect = {
1415
+ export type InfraSetDataAtPathPayloadSelect = {
1416
1416
  clientMutationId?: boolean;
1417
1417
  result?: boolean;
1418
1418
  };
1419
1419
  export interface ProvisionBucketPayload {
1420
- /** Whether provisioning succeeded */
1421
- success: boolean;
1422
- /** The S3 bucket name that was provisioned */
1423
- bucketName: string;
1424
1420
  /** The access type applied */
1425
1421
  accessType: string;
1426
- /** The storage provider used */
1427
- provider: string;
1422
+ /** The S3 bucket name that was provisioned */
1423
+ bucketName: string;
1428
1424
  /** The S3 endpoint (null for AWS S3 default) */
1429
1425
  endpoint?: string | null;
1430
1426
  /** Error message if provisioning failed */
1431
1427
  error?: string | null;
1428
+ /** The storage provider used */
1429
+ provider: string;
1430
+ /** Whether provisioning succeeded */
1431
+ success: boolean;
1432
1432
  }
1433
1433
  export type ProvisionBucketPayloadSelect = {
1434
- success?: boolean;
1435
- bucketName?: boolean;
1436
1434
  accessType?: boolean;
1437
- provider?: boolean;
1435
+ bucketName?: boolean;
1438
1436
  endpoint?: boolean;
1439
1437
  error?: boolean;
1438
+ provider?: boolean;
1439
+ success?: boolean;
1440
+ };
1441
+ export interface CreateDbPresetPayload {
1442
+ clientMutationId?: string | null;
1443
+ /** The `DbPreset` that was created by this mutation. */
1444
+ dbPreset?: DbPreset | null;
1445
+ dbPresetEdge?: DbPresetEdge | null;
1446
+ }
1447
+ export type CreateDbPresetPayloadSelect = {
1448
+ clientMutationId?: boolean;
1449
+ dbPreset?: {
1450
+ select: DbPresetSelect;
1451
+ };
1452
+ dbPresetEdge?: {
1453
+ select: DbPresetEdgeSelect;
1454
+ };
1455
+ };
1456
+ export interface UpdateDbPresetPayload {
1457
+ clientMutationId?: string | null;
1458
+ /** The `DbPreset` that was updated by this mutation. */
1459
+ dbPreset?: DbPreset | null;
1460
+ dbPresetEdge?: DbPresetEdge | null;
1461
+ }
1462
+ export type UpdateDbPresetPayloadSelect = {
1463
+ clientMutationId?: boolean;
1464
+ dbPreset?: {
1465
+ select: DbPresetSelect;
1466
+ };
1467
+ dbPresetEdge?: {
1468
+ select: DbPresetEdgeSelect;
1469
+ };
1470
+ };
1471
+ export interface DeleteDbPresetPayload {
1472
+ clientMutationId?: string | null;
1473
+ /** The `DbPreset` that was deleted by this mutation. */
1474
+ dbPreset?: DbPreset | null;
1475
+ dbPresetEdge?: DbPresetEdge | null;
1476
+ }
1477
+ export type DeleteDbPresetPayloadSelect = {
1478
+ clientMutationId?: boolean;
1479
+ dbPreset?: {
1480
+ select: DbPresetSelect;
1481
+ };
1482
+ dbPresetEdge?: {
1483
+ select: DbPresetEdgeSelect;
1484
+ };
1485
+ };
1486
+ export interface CreateInfraCommitPayload {
1487
+ clientMutationId?: string | null;
1488
+ /** The `InfraCommit` that was created by this mutation. */
1489
+ infraCommit?: InfraCommit | null;
1490
+ infraCommitEdge?: InfraCommitEdge | null;
1491
+ }
1492
+ export type CreateInfraCommitPayloadSelect = {
1493
+ clientMutationId?: boolean;
1494
+ infraCommit?: {
1495
+ select: InfraCommitSelect;
1496
+ };
1497
+ infraCommitEdge?: {
1498
+ select: InfraCommitEdgeSelect;
1499
+ };
1500
+ };
1501
+ export interface UpdateInfraCommitPayload {
1502
+ clientMutationId?: string | null;
1503
+ /** The `InfraCommit` that was updated by this mutation. */
1504
+ infraCommit?: InfraCommit | null;
1505
+ infraCommitEdge?: InfraCommitEdge | null;
1506
+ }
1507
+ export type UpdateInfraCommitPayloadSelect = {
1508
+ clientMutationId?: boolean;
1509
+ infraCommit?: {
1510
+ select: InfraCommitSelect;
1511
+ };
1512
+ infraCommitEdge?: {
1513
+ select: InfraCommitEdgeSelect;
1514
+ };
1515
+ };
1516
+ export interface DeleteInfraCommitPayload {
1517
+ clientMutationId?: string | null;
1518
+ /** The `InfraCommit` that was deleted by this mutation. */
1519
+ infraCommit?: InfraCommit | null;
1520
+ infraCommitEdge?: InfraCommitEdge | null;
1521
+ }
1522
+ export type DeleteInfraCommitPayloadSelect = {
1523
+ clientMutationId?: boolean;
1524
+ infraCommit?: {
1525
+ select: InfraCommitSelect;
1526
+ };
1527
+ infraCommitEdge?: {
1528
+ select: InfraCommitEdgeSelect;
1529
+ };
1530
+ };
1531
+ export interface CreateInfraObjectPayload {
1532
+ clientMutationId?: string | null;
1533
+ /** The `InfraObject` that was created by this mutation. */
1534
+ infraObject?: InfraObject | null;
1535
+ infraObjectEdge?: InfraObjectEdge | null;
1536
+ }
1537
+ export type CreateInfraObjectPayloadSelect = {
1538
+ clientMutationId?: boolean;
1539
+ infraObject?: {
1540
+ select: InfraObjectSelect;
1541
+ };
1542
+ infraObjectEdge?: {
1543
+ select: InfraObjectEdgeSelect;
1544
+ };
1545
+ };
1546
+ export interface UpdateInfraObjectPayload {
1547
+ clientMutationId?: string | null;
1548
+ /** The `InfraObject` that was updated by this mutation. */
1549
+ infraObject?: InfraObject | null;
1550
+ infraObjectEdge?: InfraObjectEdge | null;
1551
+ }
1552
+ export type UpdateInfraObjectPayloadSelect = {
1553
+ clientMutationId?: boolean;
1554
+ infraObject?: {
1555
+ select: InfraObjectSelect;
1556
+ };
1557
+ infraObjectEdge?: {
1558
+ select: InfraObjectEdgeSelect;
1559
+ };
1560
+ };
1561
+ export interface DeleteInfraObjectPayload {
1562
+ clientMutationId?: string | null;
1563
+ /** The `InfraObject` that was deleted by this mutation. */
1564
+ infraObject?: InfraObject | null;
1565
+ infraObjectEdge?: InfraObjectEdge | null;
1566
+ }
1567
+ export type DeleteInfraObjectPayloadSelect = {
1568
+ clientMutationId?: boolean;
1569
+ infraObject?: {
1570
+ select: InfraObjectSelect;
1571
+ };
1572
+ infraObjectEdge?: {
1573
+ select: InfraObjectEdgeSelect;
1574
+ };
1440
1575
  };
1441
1576
  export interface CreateInfraRefPayload {
1442
1577
  clientMutationId?: string | null;
@@ -1528,139 +1663,94 @@ export type DeleteInfraStorePayloadSelect = {
1528
1663
  select: InfraStoreEdgeSelect;
1529
1664
  };
1530
1665
  };
1531
- export interface CreateInfraObjectPayload {
1532
- clientMutationId?: string | null;
1533
- /** The `InfraObject` that was created by this mutation. */
1534
- infraObject?: InfraObject | null;
1535
- infraObjectEdge?: InfraObjectEdge | null;
1536
- }
1537
- export type CreateInfraObjectPayloadSelect = {
1538
- clientMutationId?: boolean;
1539
- infraObject?: {
1540
- select: InfraObjectSelect;
1541
- };
1542
- infraObjectEdge?: {
1543
- select: InfraObjectEdgeSelect;
1544
- };
1545
- };
1546
- export interface UpdateInfraObjectPayload {
1547
- clientMutationId?: string | null;
1548
- /** The `InfraObject` that was updated by this mutation. */
1549
- infraObject?: InfraObject | null;
1550
- infraObjectEdge?: InfraObjectEdge | null;
1551
- }
1552
- export type UpdateInfraObjectPayloadSelect = {
1553
- clientMutationId?: boolean;
1554
- infraObject?: {
1555
- select: InfraObjectSelect;
1556
- };
1557
- infraObjectEdge?: {
1558
- select: InfraObjectEdgeSelect;
1559
- };
1560
- };
1561
- export interface DeleteInfraObjectPayload {
1562
- clientMutationId?: string | null;
1563
- /** The `InfraObject` that was deleted by this mutation. */
1564
- infraObject?: InfraObject | null;
1565
- infraObjectEdge?: InfraObjectEdge | null;
1566
- }
1567
- export type DeleteInfraObjectPayloadSelect = {
1568
- clientMutationId?: boolean;
1569
- infraObject?: {
1570
- select: InfraObjectSelect;
1571
- };
1572
- infraObjectEdge?: {
1573
- select: InfraObjectEdgeSelect;
1574
- };
1575
- };
1576
- export interface CreateInfraCommitPayload {
1666
+ export interface CreateNamespacePayload {
1577
1667
  clientMutationId?: string | null;
1578
- /** The `InfraCommit` that was created by this mutation. */
1579
- infraCommit?: InfraCommit | null;
1580
- infraCommitEdge?: InfraCommitEdge | null;
1668
+ /** The `Namespace` that was created by this mutation. */
1669
+ namespace?: Namespace | null;
1670
+ namespaceEdge?: NamespaceEdge | null;
1581
1671
  }
1582
- export type CreateInfraCommitPayloadSelect = {
1672
+ export type CreateNamespacePayloadSelect = {
1583
1673
  clientMutationId?: boolean;
1584
- infraCommit?: {
1585
- select: InfraCommitSelect;
1674
+ namespace?: {
1675
+ select: NamespaceSelect;
1586
1676
  };
1587
- infraCommitEdge?: {
1588
- select: InfraCommitEdgeSelect;
1677
+ namespaceEdge?: {
1678
+ select: NamespaceEdgeSelect;
1589
1679
  };
1590
1680
  };
1591
- export interface UpdateInfraCommitPayload {
1681
+ export interface UpdateNamespacePayload {
1592
1682
  clientMutationId?: string | null;
1593
- /** The `InfraCommit` that was updated by this mutation. */
1594
- infraCommit?: InfraCommit | null;
1595
- infraCommitEdge?: InfraCommitEdge | null;
1683
+ /** The `Namespace` that was updated by this mutation. */
1684
+ namespace?: Namespace | null;
1685
+ namespaceEdge?: NamespaceEdge | null;
1596
1686
  }
1597
- export type UpdateInfraCommitPayloadSelect = {
1687
+ export type UpdateNamespacePayloadSelect = {
1598
1688
  clientMutationId?: boolean;
1599
- infraCommit?: {
1600
- select: InfraCommitSelect;
1689
+ namespace?: {
1690
+ select: NamespaceSelect;
1601
1691
  };
1602
- infraCommitEdge?: {
1603
- select: InfraCommitEdgeSelect;
1692
+ namespaceEdge?: {
1693
+ select: NamespaceEdgeSelect;
1604
1694
  };
1605
1695
  };
1606
- export interface DeleteInfraCommitPayload {
1696
+ export interface DeleteNamespacePayload {
1607
1697
  clientMutationId?: string | null;
1608
- /** The `InfraCommit` that was deleted by this mutation. */
1609
- infraCommit?: InfraCommit | null;
1610
- infraCommitEdge?: InfraCommitEdge | null;
1698
+ /** The `Namespace` that was deleted by this mutation. */
1699
+ namespace?: Namespace | null;
1700
+ namespaceEdge?: NamespaceEdge | null;
1611
1701
  }
1612
- export type DeleteInfraCommitPayloadSelect = {
1702
+ export type DeleteNamespacePayloadSelect = {
1613
1703
  clientMutationId?: boolean;
1614
- infraCommit?: {
1615
- select: InfraCommitSelect;
1704
+ namespace?: {
1705
+ select: NamespaceSelect;
1616
1706
  };
1617
- infraCommitEdge?: {
1618
- select: InfraCommitEdgeSelect;
1707
+ namespaceEdge?: {
1708
+ select: NamespaceEdgeSelect;
1619
1709
  };
1620
1710
  };
1621
- export interface CreateDbPresetPayload {
1711
+ export interface CreateNamespaceEventPayload {
1622
1712
  clientMutationId?: string | null;
1623
- /** The `DbPreset` that was created by this mutation. */
1624
- dbPreset?: DbPreset | null;
1625
- dbPresetEdge?: DbPresetEdge | null;
1713
+ /** The `NamespaceEvent` that was created by this mutation. */
1714
+ namespaceEvent?: NamespaceEvent | null;
1715
+ namespaceEventEdge?: NamespaceEventEdge | null;
1626
1716
  }
1627
- export type CreateDbPresetPayloadSelect = {
1717
+ export type CreateNamespaceEventPayloadSelect = {
1628
1718
  clientMutationId?: boolean;
1629
- dbPreset?: {
1630
- select: DbPresetSelect;
1719
+ namespaceEvent?: {
1720
+ select: NamespaceEventSelect;
1631
1721
  };
1632
- dbPresetEdge?: {
1633
- select: DbPresetEdgeSelect;
1722
+ namespaceEventEdge?: {
1723
+ select: NamespaceEventEdgeSelect;
1634
1724
  };
1635
1725
  };
1636
- export interface UpdateDbPresetPayload {
1726
+ export interface UpdateNamespaceEventPayload {
1637
1727
  clientMutationId?: string | null;
1638
- /** The `DbPreset` that was updated by this mutation. */
1639
- dbPreset?: DbPreset | null;
1640
- dbPresetEdge?: DbPresetEdge | null;
1728
+ /** The `NamespaceEvent` that was updated by this mutation. */
1729
+ namespaceEvent?: NamespaceEvent | null;
1730
+ namespaceEventEdge?: NamespaceEventEdge | null;
1641
1731
  }
1642
- export type UpdateDbPresetPayloadSelect = {
1732
+ export type UpdateNamespaceEventPayloadSelect = {
1643
1733
  clientMutationId?: boolean;
1644
- dbPreset?: {
1645
- select: DbPresetSelect;
1734
+ namespaceEvent?: {
1735
+ select: NamespaceEventSelect;
1646
1736
  };
1647
- dbPresetEdge?: {
1648
- select: DbPresetEdgeSelect;
1737
+ namespaceEventEdge?: {
1738
+ select: NamespaceEventEdgeSelect;
1649
1739
  };
1650
1740
  };
1651
- export interface DeleteDbPresetPayload {
1741
+ export interface DeleteNamespaceEventPayload {
1652
1742
  clientMutationId?: string | null;
1653
- /** The `DbPreset` that was deleted by this mutation. */
1654
- dbPreset?: DbPreset | null;
1655
- dbPresetEdge?: DbPresetEdge | null;
1743
+ /** The `NamespaceEvent` that was deleted by this mutation. */
1744
+ namespaceEvent?: NamespaceEvent | null;
1745
+ namespaceEventEdge?: NamespaceEventEdge | null;
1656
1746
  }
1657
- export type DeleteDbPresetPayloadSelect = {
1747
+ export type DeleteNamespaceEventPayloadSelect = {
1658
1748
  clientMutationId?: boolean;
1659
- dbPreset?: {
1660
- select: DbPresetSelect;
1749
+ namespaceEvent?: {
1750
+ select: NamespaceEventSelect;
1661
1751
  };
1662
- dbPresetEdge?: {
1663
- select: DbPresetEdgeSelect;
1752
+ namespaceEventEdge?: {
1753
+ select: NamespaceEventEdgeSelect;
1664
1754
  };
1665
1755
  };
1666
1756
  export interface CreatePlatformNamespacePayload {
@@ -1708,51 +1798,6 @@ export type DeletePlatformNamespacePayloadSelect = {
1708
1798
  select: PlatformNamespaceEdgeSelect;
1709
1799
  };
1710
1800
  };
1711
- export interface CreateNamespacePayload {
1712
- clientMutationId?: string | null;
1713
- /** The `Namespace` that was created by this mutation. */
1714
- namespace?: Namespace | null;
1715
- namespaceEdge?: NamespaceEdge | null;
1716
- }
1717
- export type CreateNamespacePayloadSelect = {
1718
- clientMutationId?: boolean;
1719
- namespace?: {
1720
- select: NamespaceSelect;
1721
- };
1722
- namespaceEdge?: {
1723
- select: NamespaceEdgeSelect;
1724
- };
1725
- };
1726
- export interface UpdateNamespacePayload {
1727
- clientMutationId?: string | null;
1728
- /** The `Namespace` that was updated by this mutation. */
1729
- namespace?: Namespace | null;
1730
- namespaceEdge?: NamespaceEdge | null;
1731
- }
1732
- export type UpdateNamespacePayloadSelect = {
1733
- clientMutationId?: boolean;
1734
- namespace?: {
1735
- select: NamespaceSelect;
1736
- };
1737
- namespaceEdge?: {
1738
- select: NamespaceEdgeSelect;
1739
- };
1740
- };
1741
- export interface DeleteNamespacePayload {
1742
- clientMutationId?: string | null;
1743
- /** The `Namespace` that was deleted by this mutation. */
1744
- namespace?: Namespace | null;
1745
- namespaceEdge?: NamespaceEdge | null;
1746
- }
1747
- export type DeleteNamespacePayloadSelect = {
1748
- clientMutationId?: boolean;
1749
- namespace?: {
1750
- select: NamespaceSelect;
1751
- };
1752
- namespaceEdge?: {
1753
- select: NamespaceEdgeSelect;
1754
- };
1755
- };
1756
1801
  export interface CreatePlatformNamespaceEventPayload {
1757
1802
  clientMutationId?: string | null;
1758
1803
  /** The `PlatformNamespaceEvent` that was created by this mutation. */
@@ -1798,49 +1843,40 @@ export type DeletePlatformNamespaceEventPayloadSelect = {
1798
1843
  select: PlatformNamespaceEventEdgeSelect;
1799
1844
  };
1800
1845
  };
1801
- export interface CreateNamespaceEventPayload {
1802
- clientMutationId?: string | null;
1803
- /** The `NamespaceEvent` that was created by this mutation. */
1804
- namespaceEvent?: NamespaceEvent | null;
1805
- namespaceEventEdge?: NamespaceEventEdge | null;
1846
+ /** A `DbPreset` edge in the connection. */
1847
+ export interface DbPresetEdge {
1848
+ cursor?: string | null;
1849
+ /** The `DbPreset` at the end of the edge. */
1850
+ node?: DbPreset | null;
1806
1851
  }
1807
- export type CreateNamespaceEventPayloadSelect = {
1808
- clientMutationId?: boolean;
1809
- namespaceEvent?: {
1810
- select: NamespaceEventSelect;
1811
- };
1812
- namespaceEventEdge?: {
1813
- select: NamespaceEventEdgeSelect;
1852
+ export type DbPresetEdgeSelect = {
1853
+ cursor?: boolean;
1854
+ node?: {
1855
+ select: DbPresetSelect;
1814
1856
  };
1815
1857
  };
1816
- export interface UpdateNamespaceEventPayload {
1817
- clientMutationId?: string | null;
1818
- /** The `NamespaceEvent` that was updated by this mutation. */
1819
- namespaceEvent?: NamespaceEvent | null;
1820
- namespaceEventEdge?: NamespaceEventEdge | null;
1858
+ /** A `InfraCommit` edge in the connection. */
1859
+ export interface InfraCommitEdge {
1860
+ cursor?: string | null;
1861
+ /** The `InfraCommit` at the end of the edge. */
1862
+ node?: InfraCommit | null;
1821
1863
  }
1822
- export type UpdateNamespaceEventPayloadSelect = {
1823
- clientMutationId?: boolean;
1824
- namespaceEvent?: {
1825
- select: NamespaceEventSelect;
1826
- };
1827
- namespaceEventEdge?: {
1828
- select: NamespaceEventEdgeSelect;
1864
+ export type InfraCommitEdgeSelect = {
1865
+ cursor?: boolean;
1866
+ node?: {
1867
+ select: InfraCommitSelect;
1829
1868
  };
1830
1869
  };
1831
- export interface DeleteNamespaceEventPayload {
1832
- clientMutationId?: string | null;
1833
- /** The `NamespaceEvent` that was deleted by this mutation. */
1834
- namespaceEvent?: NamespaceEvent | null;
1835
- namespaceEventEdge?: NamespaceEventEdge | null;
1870
+ /** A `InfraObject` edge in the connection. */
1871
+ export interface InfraObjectEdge {
1872
+ cursor?: string | null;
1873
+ /** The `InfraObject` at the end of the edge. */
1874
+ node?: InfraObject | null;
1836
1875
  }
1837
- export type DeleteNamespaceEventPayloadSelect = {
1838
- clientMutationId?: boolean;
1839
- namespaceEvent?: {
1840
- select: NamespaceEventSelect;
1841
- };
1842
- namespaceEventEdge?: {
1843
- select: NamespaceEventEdgeSelect;
1876
+ export type InfraObjectEdgeSelect = {
1877
+ cursor?: boolean;
1878
+ node?: {
1879
+ select: InfraObjectSelect;
1844
1880
  };
1845
1881
  };
1846
1882
  /** A `InfraRef` edge in the connection. */
@@ -1867,40 +1903,28 @@ export type InfraStoreEdgeSelect = {
1867
1903
  select: InfraStoreSelect;
1868
1904
  };
1869
1905
  };
1870
- /** A `InfraObject` edge in the connection. */
1871
- export interface InfraObjectEdge {
1872
- cursor?: string | null;
1873
- /** The `InfraObject` at the end of the edge. */
1874
- node?: InfraObject | null;
1875
- }
1876
- export type InfraObjectEdgeSelect = {
1877
- cursor?: boolean;
1878
- node?: {
1879
- select: InfraObjectSelect;
1880
- };
1881
- };
1882
- /** A `InfraCommit` edge in the connection. */
1883
- export interface InfraCommitEdge {
1906
+ /** A `Namespace` edge in the connection. */
1907
+ export interface NamespaceEdge {
1884
1908
  cursor?: string | null;
1885
- /** The `InfraCommit` at the end of the edge. */
1886
- node?: InfraCommit | null;
1909
+ /** The `Namespace` at the end of the edge. */
1910
+ node?: Namespace | null;
1887
1911
  }
1888
- export type InfraCommitEdgeSelect = {
1912
+ export type NamespaceEdgeSelect = {
1889
1913
  cursor?: boolean;
1890
1914
  node?: {
1891
- select: InfraCommitSelect;
1915
+ select: NamespaceSelect;
1892
1916
  };
1893
1917
  };
1894
- /** A `DbPreset` edge in the connection. */
1895
- export interface DbPresetEdge {
1918
+ /** A `NamespaceEvent` edge in the connection. */
1919
+ export interface NamespaceEventEdge {
1896
1920
  cursor?: string | null;
1897
- /** The `DbPreset` at the end of the edge. */
1898
- node?: DbPreset | null;
1921
+ /** The `NamespaceEvent` at the end of the edge. */
1922
+ node?: NamespaceEvent | null;
1899
1923
  }
1900
- export type DbPresetEdgeSelect = {
1924
+ export type NamespaceEventEdgeSelect = {
1901
1925
  cursor?: boolean;
1902
1926
  node?: {
1903
- select: DbPresetSelect;
1927
+ select: NamespaceEventSelect;
1904
1928
  };
1905
1929
  };
1906
1930
  /** A `PlatformNamespace` edge in the connection. */
@@ -1915,18 +1939,6 @@ export type PlatformNamespaceEdgeSelect = {
1915
1939
  select: PlatformNamespaceSelect;
1916
1940
  };
1917
1941
  };
1918
- /** A `Namespace` edge in the connection. */
1919
- export interface NamespaceEdge {
1920
- cursor?: string | null;
1921
- /** The `Namespace` at the end of the edge. */
1922
- node?: Namespace | null;
1923
- }
1924
- export type NamespaceEdgeSelect = {
1925
- cursor?: boolean;
1926
- node?: {
1927
- select: NamespaceSelect;
1928
- };
1929
- };
1930
1942
  /** A `PlatformNamespaceEvent` edge in the connection. */
1931
1943
  export interface PlatformNamespaceEventEdge {
1932
1944
  cursor?: string | null;
@@ -1939,15 +1951,3 @@ export type PlatformNamespaceEventEdgeSelect = {
1939
1951
  select: PlatformNamespaceEventSelect;
1940
1952
  };
1941
1953
  };
1942
- /** A `NamespaceEvent` edge in the connection. */
1943
- export interface NamespaceEventEdge {
1944
- cursor?: string | null;
1945
- /** The `NamespaceEvent` at the end of the edge. */
1946
- node?: NamespaceEvent | null;
1947
- }
1948
- export type NamespaceEventEdgeSelect = {
1949
- cursor?: boolean;
1950
- node?: {
1951
- select: NamespaceEventSelect;
1952
- };
1953
- };