@constructive-io/react 0.28.3 → 0.29.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 (511) hide show
  1. package/admin/hooks/index.d.ts +1 -1
  2. package/admin/hooks/index.js +1 -1
  3. package/admin/hooks/invalidation.d.ts +120 -120
  4. package/admin/hooks/invalidation.js +232 -232
  5. package/admin/hooks/mutation-keys.d.ts +244 -244
  6. package/admin/hooks/mutation-keys.js +157 -157
  7. package/admin/hooks/mutations/index.d.ts +63 -63
  8. package/admin/hooks/mutations/index.js +63 -63
  9. package/admin/hooks/queries/index.d.ts +47 -47
  10. package/admin/hooks/queries/index.js +47 -47
  11. package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +3 -3
  12. package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +2 -2
  13. package/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +3 -3
  14. package/admin/hooks/queries/useOrgIsManagerOfQuery.js +2 -2
  15. package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +3 -3
  16. package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +2 -2
  17. package/admin/hooks/query-keys.d.ts +296 -296
  18. package/admin/hooks/query-keys.js +173 -173
  19. package/admin/orm/index.d.ts +67 -67
  20. package/admin/orm/index.js +44 -44
  21. package/admin/orm/input-types.d.ts +3168 -3168
  22. package/admin/orm/input-types.js +1 -1
  23. package/admin/orm/models/index.d.ts +22 -22
  24. package/admin/orm/models/index.js +45 -45
  25. package/admin/orm/mutation/index.d.ts +12 -12
  26. package/admin/orm/mutation/index.js +12 -12
  27. package/admin/orm/query/index.d.ts +47 -47
  28. package/admin/orm/query/index.js +68 -68
  29. package/admin/schema-types.d.ts +2497 -2497
  30. package/admin/types.d.ts +193 -193
  31. package/agent/hooks/index.d.ts +1 -1
  32. package/agent/hooks/index.js +1 -1
  33. package/agent/hooks/invalidation.d.ts +23 -23
  34. package/agent/hooks/invalidation.js +55 -55
  35. package/agent/hooks/mutation-keys.d.ts +46 -46
  36. package/agent/hooks/mutation-keys.js +28 -28
  37. package/agent/hooks/mutations/index.d.ts +12 -12
  38. package/agent/hooks/mutations/index.js +12 -12
  39. package/agent/hooks/queries/index.d.ts +8 -8
  40. package/agent/hooks/queries/index.js +8 -8
  41. package/agent/hooks/query-keys.d.ts +54 -54
  42. package/agent/hooks/query-keys.js +32 -32
  43. package/agent/orm/index.d.ts +8 -8
  44. package/agent/orm/index.js +8 -8
  45. package/agent/orm/input-types.d.ts +1788 -1788
  46. package/agent/orm/input-types.js +9 -9
  47. package/agent/orm/models/index.d.ts +4 -4
  48. package/agent/orm/models/index.js +9 -9
  49. package/agent/schema-types.d.ts +1226 -1226
  50. package/agent/types.d.ts +95 -95
  51. package/api/hooks/index.d.ts +1 -1
  52. package/api/hooks/index.js +1 -1
  53. package/api/hooks/invalidation.d.ts +184 -184
  54. package/api/hooks/invalidation.js +392 -392
  55. package/api/hooks/mutation-keys.d.ts +411 -411
  56. package/api/hooks/mutation-keys.js +227 -227
  57. package/api/hooks/mutations/index.d.ts +93 -93
  58. package/api/hooks/mutations/index.js +93 -93
  59. package/api/hooks/queries/index.d.ts +64 -64
  60. package/api/hooks/queries/index.js +64 -64
  61. package/api/hooks/queries/useApplyRegistryDefaultsQuery.d.ts +3 -3
  62. package/api/hooks/queries/useApplyRegistryDefaultsQuery.js +2 -2
  63. package/api/hooks/query-keys.d.ts +466 -466
  64. package/api/hooks/query-keys.js +251 -251
  65. package/api/orm/index.d.ts +77 -77
  66. package/api/orm/index.js +64 -64
  67. package/api/orm/input-types.d.ts +8781 -8781
  68. package/api/orm/input-types.js +48 -48
  69. package/api/orm/models/index.d.ts +32 -32
  70. package/api/orm/models/index.js +65 -65
  71. package/api/orm/mutation/index.d.ts +29 -29
  72. package/api/orm/mutation/index.js +30 -30
  73. package/api/orm/query/index.d.ts +1 -1
  74. package/api/orm/query/index.js +4 -4
  75. package/api/schema-types.d.ts +5628 -5628
  76. package/api/types.d.ts +435 -435
  77. package/auth/hooks/index.d.ts +1 -1
  78. package/auth/hooks/index.js +1 -1
  79. package/auth/hooks/invalidation.d.ts +42 -42
  80. package/auth/hooks/invalidation.js +90 -90
  81. package/auth/hooks/mutation-keys.d.ts +124 -124
  82. package/auth/hooks/mutation-keys.js +106 -106
  83. package/auth/hooks/mutations/index.d.ts +36 -36
  84. package/auth/hooks/mutations/index.js +36 -36
  85. package/auth/hooks/queries/index.d.ts +15 -15
  86. package/auth/hooks/queries/index.js +15 -15
  87. package/auth/hooks/query-keys.d.ts +102 -102
  88. package/auth/hooks/query-keys.js +59 -59
  89. package/auth/orm/index.d.ts +103 -103
  90. package/auth/orm/index.js +14 -14
  91. package/auth/orm/input-types.d.ts +2102 -2109
  92. package/auth/orm/input-types.js +5 -5
  93. package/auth/orm/models/index.d.ts +7 -7
  94. package/auth/orm/models/index.js +15 -15
  95. package/auth/orm/mutation/index.d.ts +138 -138
  96. package/auth/orm/mutation/index.js +168 -168
  97. package/auth/orm/query/index.d.ts +10 -10
  98. package/auth/orm/query/index.js +14 -14
  99. package/auth/schema-types.d.ts +1602 -1605
  100. package/auth/types.d.ts +86 -87
  101. package/compute/hooks/index.d.ts +1 -1
  102. package/compute/hooks/index.js +1 -1
  103. package/compute/hooks/invalidation.d.ts +183 -183
  104. package/compute/hooks/invalidation.js +391 -391
  105. package/compute/hooks/mutation-keys.d.ts +388 -388
  106. package/compute/hooks/mutation-keys.js +300 -300
  107. package/compute/hooks/mutations/index.d.ts +97 -97
  108. package/compute/hooks/mutations/index.js +97 -97
  109. package/compute/hooks/mutations/useCreateFunctionInvocationMutation.d.ts +2 -2
  110. package/compute/hooks/mutations/useCreateFunctionInvocationMutation.js +1 -1
  111. package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +2 -2
  112. package/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +1 -1
  113. package/compute/hooks/mutations/useDeleteFunctionInvocationMutation.d.ts +2 -2
  114. package/compute/hooks/mutations/useDeleteFunctionInvocationMutation.js +1 -1
  115. package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +2 -2
  116. package/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +1 -1
  117. package/compute/hooks/mutations/useUpdateFunctionInvocationMutation.d.ts +2 -2
  118. package/compute/hooks/mutations/useUpdateFunctionInvocationMutation.js +1 -1
  119. package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +2 -2
  120. package/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +1 -1
  121. package/compute/hooks/queries/index.d.ts +59 -59
  122. package/compute/hooks/queries/index.js +59 -59
  123. package/compute/hooks/queries/useFunctionInvocationQuery.d.ts +4 -4
  124. package/compute/hooks/queries/useFunctionInvocationQuery.js +1 -1
  125. package/compute/hooks/queries/useFunctionInvocationsQuery.d.ts +4 -4
  126. package/compute/hooks/queries/useFunctionInvocationsQuery.js +1 -1
  127. package/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +4 -4
  128. package/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +1 -1
  129. package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +4 -4
  130. package/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +1 -1
  131. package/compute/hooks/query-keys.d.ts +438 -438
  132. package/compute/hooks/query-keys.js +256 -256
  133. package/compute/orm/index.d.ts +110 -110
  134. package/compute/orm/index.js +64 -64
  135. package/compute/orm/input-types.d.ts +7256 -7037
  136. package/compute/orm/input-types.js +15 -13
  137. package/compute/orm/models/index.d.ts +32 -32
  138. package/compute/orm/models/index.js +65 -65
  139. package/compute/orm/mutation/index.d.ts +77 -77
  140. package/compute/orm/mutation/index.js +96 -96
  141. package/compute/schema-types.d.ts +4950 -4896
  142. package/compute/types.d.ts +470 -468
  143. package/config/hooks/index.d.ts +1 -1
  144. package/config/hooks/index.js +1 -1
  145. package/config/hooks/invalidation.d.ts +6 -6
  146. package/config/hooks/invalidation.js +15 -15
  147. package/config/hooks/mutation-keys.d.ts +24 -24
  148. package/config/hooks/mutation-keys.js +26 -26
  149. package/config/hooks/mutations/index.d.ts +9 -9
  150. package/config/hooks/mutations/index.js +9 -9
  151. package/config/hooks/queries/index.d.ts +2 -2
  152. package/config/hooks/queries/index.js +2 -2
  153. package/config/hooks/query-keys.d.ts +14 -14
  154. package/config/hooks/query-keys.js +9 -9
  155. package/config/orm/index.d.ts +30 -30
  156. package/config/orm/index.js +2 -2
  157. package/config/orm/input-types.d.ts +416 -416
  158. package/config/orm/models/index.d.ts +1 -1
  159. package/config/orm/models/index.js +3 -3
  160. package/config/orm/mutation/index.d.ts +47 -47
  161. package/config/orm/mutation/index.js +60 -60
  162. package/config/schema-types.d.ts +519 -519
  163. package/config/types.d.ts +35 -35
  164. package/esm/admin/hooks/index.d.ts +1 -1
  165. package/esm/admin/hooks/index.js +1 -1
  166. package/esm/admin/hooks/invalidation.d.ts +120 -120
  167. package/esm/admin/hooks/invalidation.js +233 -233
  168. package/esm/admin/hooks/mutation-keys.d.ts +244 -244
  169. package/esm/admin/hooks/mutation-keys.js +156 -156
  170. package/esm/admin/hooks/mutations/index.d.ts +63 -63
  171. package/esm/admin/hooks/mutations/index.js +63 -63
  172. package/esm/admin/hooks/queries/index.d.ts +47 -47
  173. package/esm/admin/hooks/queries/index.js +47 -47
  174. package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +3 -3
  175. package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +2 -2
  176. package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +3 -3
  177. package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.js +2 -2
  178. package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +3 -3
  179. package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +2 -2
  180. package/esm/admin/hooks/query-keys.d.ts +296 -296
  181. package/esm/admin/hooks/query-keys.js +172 -172
  182. package/esm/admin/orm/index.d.ts +67 -67
  183. package/esm/admin/orm/index.js +44 -44
  184. package/esm/admin/orm/input-types.d.ts +3168 -3168
  185. package/esm/admin/orm/input-types.js +1 -1
  186. package/esm/admin/orm/models/index.d.ts +22 -22
  187. package/esm/admin/orm/models/index.js +22 -22
  188. package/esm/admin/orm/mutation/index.d.ts +12 -12
  189. package/esm/admin/orm/mutation/index.js +12 -12
  190. package/esm/admin/orm/query/index.d.ts +47 -47
  191. package/esm/admin/orm/query/index.js +68 -68
  192. package/esm/admin/schema-types.d.ts +2497 -2497
  193. package/esm/admin/types.d.ts +193 -193
  194. package/esm/agent/hooks/index.d.ts +1 -1
  195. package/esm/agent/hooks/index.js +1 -1
  196. package/esm/agent/hooks/invalidation.d.ts +23 -23
  197. package/esm/agent/hooks/invalidation.js +56 -56
  198. package/esm/agent/hooks/mutation-keys.d.ts +46 -46
  199. package/esm/agent/hooks/mutation-keys.js +27 -27
  200. package/esm/agent/hooks/mutations/index.d.ts +12 -12
  201. package/esm/agent/hooks/mutations/index.js +12 -12
  202. package/esm/agent/hooks/queries/index.d.ts +8 -8
  203. package/esm/agent/hooks/queries/index.js +8 -8
  204. package/esm/agent/hooks/query-keys.d.ts +54 -54
  205. package/esm/agent/hooks/query-keys.js +31 -31
  206. package/esm/agent/orm/index.d.ts +8 -8
  207. package/esm/agent/orm/index.js +8 -8
  208. package/esm/agent/orm/input-types.d.ts +1788 -1788
  209. package/esm/agent/orm/input-types.js +9 -9
  210. package/esm/agent/orm/models/index.d.ts +4 -4
  211. package/esm/agent/orm/models/index.js +4 -4
  212. package/esm/agent/schema-types.d.ts +1226 -1226
  213. package/esm/agent/types.d.ts +95 -95
  214. package/esm/api/hooks/index.d.ts +1 -1
  215. package/esm/api/hooks/index.js +1 -1
  216. package/esm/api/hooks/invalidation.d.ts +184 -184
  217. package/esm/api/hooks/invalidation.js +393 -393
  218. package/esm/api/hooks/mutation-keys.d.ts +411 -411
  219. package/esm/api/hooks/mutation-keys.js +226 -226
  220. package/esm/api/hooks/mutations/index.d.ts +93 -93
  221. package/esm/api/hooks/mutations/index.js +93 -93
  222. package/esm/api/hooks/queries/index.d.ts +64 -64
  223. package/esm/api/hooks/queries/index.js +64 -64
  224. package/esm/api/hooks/queries/useApplyRegistryDefaultsQuery.d.ts +3 -3
  225. package/esm/api/hooks/queries/useApplyRegistryDefaultsQuery.js +2 -2
  226. package/esm/api/hooks/query-keys.d.ts +466 -466
  227. package/esm/api/hooks/query-keys.js +250 -250
  228. package/esm/api/orm/index.d.ts +77 -77
  229. package/esm/api/orm/index.js +64 -64
  230. package/esm/api/orm/input-types.d.ts +8781 -8781
  231. package/esm/api/orm/input-types.js +48 -48
  232. package/esm/api/orm/models/index.d.ts +32 -32
  233. package/esm/api/orm/models/index.js +32 -32
  234. package/esm/api/orm/mutation/index.d.ts +29 -29
  235. package/esm/api/orm/mutation/index.js +30 -30
  236. package/esm/api/orm/query/index.d.ts +1 -1
  237. package/esm/api/orm/query/index.js +4 -4
  238. package/esm/api/schema-types.d.ts +5628 -5628
  239. package/esm/api/types.d.ts +435 -435
  240. package/esm/auth/hooks/index.d.ts +1 -1
  241. package/esm/auth/hooks/index.js +1 -1
  242. package/esm/auth/hooks/invalidation.d.ts +42 -42
  243. package/esm/auth/hooks/invalidation.js +91 -91
  244. package/esm/auth/hooks/mutation-keys.d.ts +124 -124
  245. package/esm/auth/hooks/mutation-keys.js +105 -105
  246. package/esm/auth/hooks/mutations/index.d.ts +36 -36
  247. package/esm/auth/hooks/mutations/index.js +36 -36
  248. package/esm/auth/hooks/queries/index.d.ts +15 -15
  249. package/esm/auth/hooks/queries/index.js +15 -15
  250. package/esm/auth/hooks/query-keys.d.ts +102 -102
  251. package/esm/auth/hooks/query-keys.js +58 -58
  252. package/esm/auth/orm/index.d.ts +103 -103
  253. package/esm/auth/orm/index.js +14 -14
  254. package/esm/auth/orm/input-types.d.ts +2102 -2109
  255. package/esm/auth/orm/input-types.js +5 -5
  256. package/esm/auth/orm/models/index.d.ts +7 -7
  257. package/esm/auth/orm/models/index.js +7 -7
  258. package/esm/auth/orm/mutation/index.d.ts +138 -138
  259. package/esm/auth/orm/mutation/index.js +168 -168
  260. package/esm/auth/orm/query/index.d.ts +10 -10
  261. package/esm/auth/orm/query/index.js +14 -14
  262. package/esm/auth/schema-types.d.ts +1602 -1605
  263. package/esm/auth/types.d.ts +86 -87
  264. package/esm/compute/hooks/index.d.ts +1 -1
  265. package/esm/compute/hooks/index.js +1 -1
  266. package/esm/compute/hooks/invalidation.d.ts +183 -183
  267. package/esm/compute/hooks/invalidation.js +392 -392
  268. package/esm/compute/hooks/mutation-keys.d.ts +388 -388
  269. package/esm/compute/hooks/mutation-keys.js +299 -299
  270. package/esm/compute/hooks/mutations/index.d.ts +97 -97
  271. package/esm/compute/hooks/mutations/index.js +97 -97
  272. package/esm/compute/hooks/mutations/useCreateFunctionInvocationMutation.d.ts +2 -2
  273. package/esm/compute/hooks/mutations/useCreateFunctionInvocationMutation.js +1 -1
  274. package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.d.ts +2 -2
  275. package/esm/compute/hooks/mutations/useCreatePlatformFunctionInvocationMutation.js +1 -1
  276. package/esm/compute/hooks/mutations/useDeleteFunctionInvocationMutation.d.ts +2 -2
  277. package/esm/compute/hooks/mutations/useDeleteFunctionInvocationMutation.js +1 -1
  278. package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.d.ts +2 -2
  279. package/esm/compute/hooks/mutations/useDeletePlatformFunctionInvocationMutation.js +1 -1
  280. package/esm/compute/hooks/mutations/useUpdateFunctionInvocationMutation.d.ts +2 -2
  281. package/esm/compute/hooks/mutations/useUpdateFunctionInvocationMutation.js +1 -1
  282. package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.d.ts +2 -2
  283. package/esm/compute/hooks/mutations/useUpdatePlatformFunctionInvocationMutation.js +1 -1
  284. package/esm/compute/hooks/queries/index.d.ts +59 -59
  285. package/esm/compute/hooks/queries/index.js +59 -59
  286. package/esm/compute/hooks/queries/useFunctionInvocationQuery.d.ts +4 -4
  287. package/esm/compute/hooks/queries/useFunctionInvocationQuery.js +1 -1
  288. package/esm/compute/hooks/queries/useFunctionInvocationsQuery.d.ts +4 -4
  289. package/esm/compute/hooks/queries/useFunctionInvocationsQuery.js +1 -1
  290. package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.d.ts +4 -4
  291. package/esm/compute/hooks/queries/usePlatformFunctionInvocationQuery.js +1 -1
  292. package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.d.ts +4 -4
  293. package/esm/compute/hooks/queries/usePlatformFunctionInvocationsQuery.js +1 -1
  294. package/esm/compute/hooks/query-keys.d.ts +438 -438
  295. package/esm/compute/hooks/query-keys.js +255 -255
  296. package/esm/compute/orm/index.d.ts +110 -110
  297. package/esm/compute/orm/index.js +64 -64
  298. package/esm/compute/orm/input-types.d.ts +7256 -7037
  299. package/esm/compute/orm/input-types.js +15 -13
  300. package/esm/compute/orm/models/index.d.ts +32 -32
  301. package/esm/compute/orm/models/index.js +32 -32
  302. package/esm/compute/orm/mutation/index.d.ts +77 -77
  303. package/esm/compute/orm/mutation/index.js +96 -96
  304. package/esm/compute/schema-types.d.ts +4950 -4896
  305. package/esm/compute/types.d.ts +470 -468
  306. package/esm/config/hooks/index.d.ts +1 -1
  307. package/esm/config/hooks/index.js +1 -1
  308. package/esm/config/hooks/invalidation.d.ts +6 -6
  309. package/esm/config/hooks/invalidation.js +16 -16
  310. package/esm/config/hooks/mutation-keys.d.ts +24 -24
  311. package/esm/config/hooks/mutation-keys.js +25 -25
  312. package/esm/config/hooks/mutations/index.d.ts +9 -9
  313. package/esm/config/hooks/mutations/index.js +9 -9
  314. package/esm/config/hooks/queries/index.d.ts +2 -2
  315. package/esm/config/hooks/queries/index.js +2 -2
  316. package/esm/config/hooks/query-keys.d.ts +14 -14
  317. package/esm/config/hooks/query-keys.js +8 -8
  318. package/esm/config/orm/index.d.ts +30 -30
  319. package/esm/config/orm/index.js +2 -2
  320. package/esm/config/orm/input-types.d.ts +416 -416
  321. package/esm/config/orm/models/index.d.ts +1 -1
  322. package/esm/config/orm/models/index.js +1 -1
  323. package/esm/config/orm/mutation/index.d.ts +47 -47
  324. package/esm/config/orm/mutation/index.js +60 -60
  325. package/esm/config/schema-types.d.ts +519 -519
  326. package/esm/config/types.d.ts +35 -35
  327. package/esm/infra/hooks/index.d.ts +1 -1
  328. package/esm/infra/hooks/index.js +1 -1
  329. package/esm/infra/hooks/invalidation.d.ts +28 -28
  330. package/esm/infra/hooks/invalidation.js +66 -66
  331. package/esm/infra/hooks/mutation-keys.d.ts +58 -58
  332. package/esm/infra/hooks/mutation-keys.js +36 -36
  333. package/esm/infra/hooks/mutations/index.d.ts +16 -16
  334. package/esm/infra/hooks/mutations/index.js +16 -16
  335. package/esm/infra/hooks/queries/index.d.ts +10 -10
  336. package/esm/infra/hooks/queries/index.js +10 -10
  337. package/esm/infra/hooks/query-keys.d.ts +66 -66
  338. package/esm/infra/hooks/query-keys.js +38 -38
  339. package/esm/infra/orm/index.d.ts +15 -15
  340. package/esm/infra/orm/index.js +10 -10
  341. package/esm/infra/orm/input-types.d.ts +971 -971
  342. package/esm/infra/orm/models/index.d.ts +5 -5
  343. package/esm/infra/orm/models/index.js +5 -5
  344. package/esm/infra/orm/mutation/index.d.ts +9 -9
  345. package/esm/infra/orm/mutation/index.js +12 -12
  346. package/esm/infra/schema-types.d.ts +979 -979
  347. package/esm/infra/types.d.ts +72 -72
  348. package/esm/modules/hooks/index.d.ts +1 -1
  349. package/esm/modules/hooks/index.js +1 -1
  350. package/esm/modules/hooks/invalidation.d.ts +291 -291
  351. package/esm/modules/hooks/invalidation.js +563 -563
  352. package/esm/modules/hooks/mutation-keys.d.ts +602 -602
  353. package/esm/modules/hooks/mutation-keys.js +384 -384
  354. package/esm/modules/hooks/mutations/index.d.ts +164 -164
  355. package/esm/modules/hooks/mutations/index.js +164 -164
  356. package/esm/modules/hooks/queries/index.d.ts +106 -106
  357. package/esm/modules/hooks/queries/index.js +106 -106
  358. package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +3 -3
  359. package/esm/modules/hooks/queries/useResolveBlueprintFieldQuery.js +2 -2
  360. package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +3 -3
  361. package/esm/modules/hooks/queries/useResolveBlueprintTableQuery.js +2 -2
  362. package/esm/modules/hooks/query-keys.d.ts +696 -696
  363. package/esm/modules/hooks/query-keys.js +399 -399
  364. package/esm/modules/orm/index.d.ts +126 -126
  365. package/esm/modules/orm/index.js +106 -106
  366. package/esm/modules/orm/input-types.d.ts +11482 -11468
  367. package/esm/modules/orm/input-types.js +1 -1
  368. package/esm/modules/orm/models/index.d.ts +53 -53
  369. package/esm/modules/orm/models/index.js +53 -53
  370. package/esm/modules/orm/mutation/index.d.ts +51 -51
  371. package/esm/modules/orm/mutation/index.js +42 -42
  372. package/esm/modules/orm/query/index.d.ts +3 -3
  373. package/esm/modules/orm/query/index.js +8 -8
  374. package/esm/modules/schema-types.d.ts +8363 -8355
  375. package/esm/modules/types.d.ts +1013 -1011
  376. package/esm/objects/hooks/index.d.ts +1 -1
  377. package/esm/objects/hooks/index.js +1 -1
  378. package/esm/objects/hooks/invalidation.d.ts +12 -12
  379. package/esm/objects/hooks/invalidation.js +33 -33
  380. package/esm/objects/hooks/mutation-keys.d.ts +26 -26
  381. package/esm/objects/hooks/mutation-keys.js +17 -17
  382. package/esm/objects/hooks/mutations/index.d.ts +7 -7
  383. package/esm/objects/hooks/mutations/index.js +7 -7
  384. package/esm/objects/hooks/queries/index.d.ts +4 -4
  385. package/esm/objects/hooks/queries/index.js +4 -4
  386. package/esm/objects/hooks/query-keys.d.ts +28 -28
  387. package/esm/objects/hooks/query-keys.js +16 -16
  388. package/esm/objects/orm/index.d.ts +9 -9
  389. package/esm/objects/orm/index.js +4 -4
  390. package/esm/objects/orm/input-types.d.ts +384 -384
  391. package/esm/objects/orm/models/index.d.ts +2 -2
  392. package/esm/objects/orm/models/index.js +2 -2
  393. package/esm/objects/orm/mutation/index.d.ts +9 -9
  394. package/esm/objects/orm/mutation/index.js +12 -12
  395. package/esm/objects/schema-types.d.ts +438 -438
  396. package/esm/objects/types.d.ts +23 -23
  397. package/esm/usage/hooks/index.d.ts +1 -1
  398. package/esm/usage/hooks/index.js +1 -1
  399. package/esm/usage/hooks/invalidation.d.ts +67 -67
  400. package/esm/usage/hooks/invalidation.js +140 -140
  401. package/esm/usage/hooks/mutation-keys.d.ts +136 -136
  402. package/esm/usage/hooks/mutation-keys.js +82 -82
  403. package/esm/usage/hooks/mutations/index.d.ts +37 -37
  404. package/esm/usage/hooks/mutations/index.js +37 -37
  405. package/esm/usage/hooks/queries/index.d.ts +24 -24
  406. package/esm/usage/hooks/queries/index.js +24 -24
  407. package/esm/usage/hooks/query-keys.d.ts +158 -158
  408. package/esm/usage/hooks/query-keys.js +91 -91
  409. package/esm/usage/orm/index.d.ts +29 -29
  410. package/esm/usage/orm/index.js +24 -24
  411. package/esm/usage/orm/input-types.d.ts +2049 -2049
  412. package/esm/usage/orm/input-types.js +5 -5
  413. package/esm/usage/orm/models/index.d.ts +12 -12
  414. package/esm/usage/orm/models/index.js +12 -12
  415. package/esm/usage/orm/mutation/index.d.ts +16 -16
  416. package/esm/usage/orm/mutation/index.js +12 -12
  417. package/esm/usage/schema-types.d.ts +1591 -1591
  418. package/esm/usage/types.d.ts +99 -99
  419. package/infra/hooks/index.d.ts +1 -1
  420. package/infra/hooks/index.js +1 -1
  421. package/infra/hooks/invalidation.d.ts +28 -28
  422. package/infra/hooks/invalidation.js +65 -65
  423. package/infra/hooks/mutation-keys.d.ts +58 -58
  424. package/infra/hooks/mutation-keys.js +37 -37
  425. package/infra/hooks/mutations/index.d.ts +16 -16
  426. package/infra/hooks/mutations/index.js +16 -16
  427. package/infra/hooks/queries/index.d.ts +10 -10
  428. package/infra/hooks/queries/index.js +10 -10
  429. package/infra/hooks/query-keys.d.ts +66 -66
  430. package/infra/hooks/query-keys.js +39 -39
  431. package/infra/orm/index.d.ts +15 -15
  432. package/infra/orm/index.js +10 -10
  433. package/infra/orm/input-types.d.ts +971 -971
  434. package/infra/orm/models/index.d.ts +5 -5
  435. package/infra/orm/models/index.js +11 -11
  436. package/infra/orm/mutation/index.d.ts +9 -9
  437. package/infra/orm/mutation/index.js +12 -12
  438. package/infra/schema-types.d.ts +979 -979
  439. package/infra/types.d.ts +72 -72
  440. package/modules/hooks/index.d.ts +1 -1
  441. package/modules/hooks/index.js +1 -1
  442. package/modules/hooks/invalidation.d.ts +291 -291
  443. package/modules/hooks/invalidation.js +562 -562
  444. package/modules/hooks/mutation-keys.d.ts +602 -602
  445. package/modules/hooks/mutation-keys.js +386 -386
  446. package/modules/hooks/mutations/index.d.ts +164 -164
  447. package/modules/hooks/mutations/index.js +164 -164
  448. package/modules/hooks/queries/index.d.ts +106 -106
  449. package/modules/hooks/queries/index.js +106 -106
  450. package/modules/hooks/queries/useResolveBlueprintFieldQuery.d.ts +3 -3
  451. package/modules/hooks/queries/useResolveBlueprintFieldQuery.js +2 -2
  452. package/modules/hooks/queries/useResolveBlueprintTableQuery.d.ts +3 -3
  453. package/modules/hooks/queries/useResolveBlueprintTableQuery.js +2 -2
  454. package/modules/hooks/query-keys.d.ts +696 -696
  455. package/modules/hooks/query-keys.js +401 -401
  456. package/modules/orm/index.d.ts +126 -126
  457. package/modules/orm/index.js +106 -106
  458. package/modules/orm/input-types.d.ts +11482 -11468
  459. package/modules/orm/input-types.js +1 -1
  460. package/modules/orm/models/index.d.ts +53 -53
  461. package/modules/orm/models/index.js +108 -108
  462. package/modules/orm/mutation/index.d.ts +51 -51
  463. package/modules/orm/mutation/index.js +42 -42
  464. package/modules/orm/query/index.d.ts +3 -3
  465. package/modules/orm/query/index.js +8 -8
  466. package/modules/schema-types.d.ts +8363 -8355
  467. package/modules/types.d.ts +1013 -1011
  468. package/objects/hooks/index.d.ts +1 -1
  469. package/objects/hooks/index.js +1 -1
  470. package/objects/hooks/invalidation.d.ts +12 -12
  471. package/objects/hooks/invalidation.js +32 -32
  472. package/objects/hooks/mutation-keys.d.ts +26 -26
  473. package/objects/hooks/mutation-keys.js +18 -18
  474. package/objects/hooks/mutations/index.d.ts +7 -7
  475. package/objects/hooks/mutations/index.js +7 -7
  476. package/objects/hooks/queries/index.d.ts +4 -4
  477. package/objects/hooks/queries/index.js +4 -4
  478. package/objects/hooks/query-keys.d.ts +28 -28
  479. package/objects/hooks/query-keys.js +17 -17
  480. package/objects/orm/index.d.ts +9 -9
  481. package/objects/orm/index.js +4 -4
  482. package/objects/orm/input-types.d.ts +384 -384
  483. package/objects/orm/models/index.d.ts +2 -2
  484. package/objects/orm/models/index.js +5 -5
  485. package/objects/orm/mutation/index.d.ts +9 -9
  486. package/objects/orm/mutation/index.js +12 -12
  487. package/objects/schema-types.d.ts +438 -438
  488. package/objects/types.d.ts +23 -23
  489. package/package.json +4 -4
  490. package/usage/hooks/index.d.ts +1 -1
  491. package/usage/hooks/index.js +1 -1
  492. package/usage/hooks/invalidation.d.ts +67 -67
  493. package/usage/hooks/invalidation.js +139 -139
  494. package/usage/hooks/mutation-keys.d.ts +136 -136
  495. package/usage/hooks/mutation-keys.js +83 -83
  496. package/usage/hooks/mutations/index.d.ts +37 -37
  497. package/usage/hooks/mutations/index.js +37 -37
  498. package/usage/hooks/queries/index.d.ts +24 -24
  499. package/usage/hooks/queries/index.js +24 -24
  500. package/usage/hooks/query-keys.d.ts +158 -158
  501. package/usage/hooks/query-keys.js +92 -92
  502. package/usage/orm/index.d.ts +29 -29
  503. package/usage/orm/index.js +24 -24
  504. package/usage/orm/input-types.d.ts +2049 -2049
  505. package/usage/orm/input-types.js +5 -5
  506. package/usage/orm/models/index.d.ts +12 -12
  507. package/usage/orm/models/index.js +25 -25
  508. package/usage/orm/mutation/index.d.ts +16 -16
  509. package/usage/orm/mutation/index.js +12 -12
  510. package/usage/schema-types.d.ts +1591 -1591
  511. package/usage/types.d.ts +99 -99
@@ -4,365 +4,410 @@
4
4
  * DO NOT EDIT - changes will be overwritten
5
5
  */
6
6
  import type { Config, PlatformConfig, PlatformInternalSecret, PlatformSecret, Secret, DatetimeFilter, JSONFilter, StringFilter, UUIDFilter } from './types';
7
- /** Methods to use when ordering `PlatformConfig`. */
8
- export type PlatformConfigOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'VALUE_ASC' | 'VALUE_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC';
9
7
  /** Methods to use when ordering `Config`. */
10
- export type ConfigOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'VALUE_ASC' | 'VALUE_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC';
8
+ export type ConfigOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VALUE_ASC' | 'VALUE_DESC';
9
+ /** Methods to use when ordering `PlatformConfig`. */
10
+ export type PlatformConfigOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'VALUE_ASC' | 'VALUE_DESC';
11
11
  /** Methods to use when ordering `PlatformInternalSecret`. */
12
- export type PlatformInternalSecretOrderBy = 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ROTATED_AT_ASC' | 'ROTATED_AT_DESC' | 'RETIRED_AT_ASC' | 'RETIRED_AT_DESC';
12
+ export type PlatformInternalSecretOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'RETIRED_AT_ASC' | 'RETIRED_AT_DESC' | 'ROTATED_AT_ASC' | 'ROTATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
13
13
  /** Methods to use when ordering `PlatformSecret`. */
14
- export type PlatformSecretOrderBy = 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ROTATED_AT_ASC' | 'ROTATED_AT_DESC' | 'RETIRED_AT_ASC' | 'RETIRED_AT_DESC';
14
+ export type PlatformSecretOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'RETIRED_AT_ASC' | 'RETIRED_AT_DESC' | 'ROTATED_AT_ASC' | 'ROTATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
15
15
  /** Methods to use when ordering `Secret`. */
16
- export type SecretOrderBy = 'NATURAL' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ROTATED_AT_ASC' | 'ROTATED_AT_DESC' | 'RETIRED_AT_ASC' | 'RETIRED_AT_DESC';
17
- /** A filter to be used against `PlatformConfig` object types. All fields are combined with a logical ‘and.’ */
18
- export interface PlatformConfigFilter {
19
- /** Filter by the object’s `id` field. */
20
- id?: UUIDFilter;
21
- /** Filter by the object’s `namespaceId` field. */
22
- namespaceId?: UUIDFilter;
23
- /** Filter by the object’s `name` field. */
24
- name?: StringFilter;
25
- /** Filter by the object’s `provider` field. */
26
- provider?: StringFilter;
27
- /** Filter by the object’s `value` field. */
28
- value?: StringFilter;
29
- /** Filter by the object’s `labels` field. */
30
- labels?: JSONFilter;
16
+ export type SecretOrderBy = 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PROVIDER_ASC' | 'PROVIDER_DESC' | 'RETIRED_AT_ASC' | 'RETIRED_AT_DESC' | 'ROTATED_AT_ASC' | 'ROTATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
17
+ /** A filter to be used against `Config` object types. All fields are combined with a logical ‘and.’ */
18
+ export interface ConfigFilter {
19
+ /** Checks for all expressions in this list. */
20
+ and?: ConfigFilter[];
31
21
  /** Filter by the object’s `annotations` field. */
32
22
  annotations?: JSONFilter;
33
- /** Filter by the object’s `description` field. */
34
- description?: StringFilter;
35
23
  /** Filter by the object’s `createdAt` field. */
36
24
  createdAt?: DatetimeFilter;
37
- /** Filter by the object’s `updatedAt` field. */
38
- updatedAt?: DatetimeFilter;
39
- /** Filter by the object’s `expiresAt` field. */
40
- expiresAt?: DatetimeFilter;
41
- /** Checks for all expressions in this list. */
42
- and?: PlatformConfigFilter[];
43
- /** Checks for any expressions in this list. */
44
- or?: PlatformConfigFilter[];
45
- /** Negates the expression. */
46
- not?: PlatformConfigFilter;
47
- }
48
- /** A filter to be used against `Config` object types. All fields are combined with a logical ‘and.’ */
49
- export interface ConfigFilter {
50
- /** Filter by the object’s `id` field. */
51
- id?: UUIDFilter;
52
- /** Filter by the object’s `namespaceId` field. */
53
- namespaceId?: UUIDFilter;
54
25
  /** Filter by the object’s `databaseId` field. */
55
26
  databaseId?: UUIDFilter;
56
- /** Filter by the object’s `name` field. */
57
- name?: StringFilter;
58
- /** Filter by the object’s `provider` field. */
59
- provider?: StringFilter;
60
- /** Filter by the object’s `value` field. */
61
- value?: StringFilter;
62
- /** Filter by the object’s `labels` field. */
63
- labels?: JSONFilter;
64
- /** Filter by the object’s `annotations` field. */
65
- annotations?: JSONFilter;
66
27
  /** Filter by the object’s `description` field. */
67
28
  description?: StringFilter;
68
- /** Filter by the object’s `createdAt` field. */
69
- createdAt?: DatetimeFilter;
70
- /** Filter by the object’s `updatedAt` field. */
71
- updatedAt?: DatetimeFilter;
72
29
  /** Filter by the object’s `expiresAt` field. */
73
30
  expiresAt?: DatetimeFilter;
74
- /** Checks for all expressions in this list. */
75
- and?: ConfigFilter[];
76
- /** Checks for any expressions in this list. */
77
- or?: ConfigFilter[];
78
- /** Negates the expression. */
79
- not?: ConfigFilter;
80
- }
81
- /** A filter to be used against `PlatformInternalSecret` object types. All fields are combined with a logical ‘and.’ */
82
- export interface PlatformInternalSecretFilter {
83
31
  /** Filter by the object’s `id` field. */
84
32
  id?: UUIDFilter;
85
- /** Filter by the object’s `name` field. */
86
- name?: StringFilter;
87
- /** Filter by the object’s `namespaceId` field. */
88
- namespaceId?: UUIDFilter;
89
- /** Filter by the object’s `description` field. */
90
- description?: StringFilter;
91
33
  /** Filter by the object’s `labels` field. */
92
34
  labels?: JSONFilter;
93
- /** Filter by the object’s `annotations` field. */
94
- annotations?: JSONFilter;
95
- /** Filter by the object’s `createdAt` field. */
96
- createdAt?: DatetimeFilter;
97
- /** Filter by the object’s `updatedAt` field. */
98
- updatedAt?: DatetimeFilter;
99
- /** Filter by the object’s `rotatedAt` field. */
100
- rotatedAt?: DatetimeFilter;
101
- /** Filter by the object’s `retiredAt` field. */
102
- retiredAt?: DatetimeFilter;
103
- /** Checks for all expressions in this list. */
104
- and?: PlatformInternalSecretFilter[];
105
- /** Checks for any expressions in this list. */
106
- or?: PlatformInternalSecretFilter[];
107
- /** Negates the expression. */
108
- not?: PlatformInternalSecretFilter;
109
- }
110
- /** A filter to be used against `PlatformSecret` object types. All fields are combined with a logical ‘and.’ */
111
- export interface PlatformSecretFilter {
112
- /** Filter by the object’s `id` field. */
113
- id?: UUIDFilter;
114
35
  /** Filter by the object’s `name` field. */
115
36
  name?: StringFilter;
116
- /** Filter by the object’s `provider` field. */
117
- provider?: StringFilter;
118
37
  /** Filter by the object’s `namespaceId` field. */
119
38
  namespaceId?: UUIDFilter;
120
- /** Filter by the object’s `description` field. */
121
- description?: StringFilter;
122
- /** Filter by the object’s `labels` field. */
123
- labels?: JSONFilter;
124
- /** Filter by the object’s `annotations` field. */
125
- annotations?: JSONFilter;
126
- /** Filter by the object’s `createdAt` field. */
127
- createdAt?: DatetimeFilter;
128
- /** Filter by the object’s `updatedAt` field. */
129
- updatedAt?: DatetimeFilter;
130
- /** Filter by the object’s `rotatedAt` field. */
131
- rotatedAt?: DatetimeFilter;
132
- /** Filter by the object’s `retiredAt` field. */
133
- retiredAt?: DatetimeFilter;
134
- /** Checks for all expressions in this list. */
135
- and?: PlatformSecretFilter[];
136
- /** Checks for any expressions in this list. */
137
- or?: PlatformSecretFilter[];
138
39
  /** Negates the expression. */
139
- not?: PlatformSecretFilter;
140
- }
141
- /** A filter to be used against `Secret` object types. All fields are combined with a logical ‘and.’ */
142
- export interface SecretFilter {
143
- /** Filter by the object’s `databaseId` field. */
144
- databaseId?: UUIDFilter;
145
- /** Filter by the object’s `id` field. */
146
- id?: UUIDFilter;
147
- /** Filter by the object’s `name` field. */
148
- name?: StringFilter;
40
+ not?: ConfigFilter;
41
+ /** Checks for any expressions in this list. */
42
+ or?: ConfigFilter[];
149
43
  /** Filter by the object’s `provider` field. */
150
44
  provider?: StringFilter;
151
- /** Filter by the object’s `namespaceId` field. */
152
- namespaceId?: UUIDFilter;
153
- /** Filter by the object’s `description` field. */
154
- description?: StringFilter;
155
- /** Filter by the object’s `labels` field. */
156
- labels?: JSONFilter;
157
- /** Filter by the object’s `annotations` field. */
158
- annotations?: JSONFilter;
159
- /** Filter by the object’s `createdAt` field. */
160
- createdAt?: DatetimeFilter;
161
45
  /** Filter by the object’s `updatedAt` field. */
162
46
  updatedAt?: DatetimeFilter;
163
- /** Filter by the object’s `rotatedAt` field. */
164
- rotatedAt?: DatetimeFilter;
165
- /** Filter by the object’s `retiredAt` field. */
166
- retiredAt?: DatetimeFilter;
167
- /** Checks for all expressions in this list. */
168
- and?: SecretFilter[];
169
- /** Checks for any expressions in this list. */
170
- or?: SecretFilter[];
171
- /** Negates the expression. */
172
- not?: SecretFilter;
173
- }
174
- export interface PlatformInternalSecretsDelInput {
175
- clientMutationId?: string;
176
- secretName?: string;
177
- namespaceId?: string;
178
- }
179
- export interface PlatformSecretsDelInput {
180
- clientMutationId?: string;
181
- secretName?: string;
182
- namespaceId?: string;
183
- }
184
- export interface _SecretsDelInput {
185
- clientMutationId?: string;
186
- databaseId?: string;
187
- secretName?: string;
188
- namespaceId?: string;
189
- }
190
- export interface PlatformInternalSecretsRemoveArrayInput {
191
- clientMutationId?: string;
192
- secretNames?: string[];
193
- namespaceId?: string;
47
+ /** Filter by the object’s `value` field. */
48
+ value?: StringFilter;
194
49
  }
195
- export interface PlatformSecretsRemoveArrayInput {
196
- clientMutationId?: string;
197
- secretNames?: string[];
198
- namespaceId?: string;
50
+ /** An input for mutations affecting `Config` */
51
+ export interface ConfigInput {
52
+ /** Freeform metadata for tooling and operational notes */
53
+ annotations?: unknown;
54
+ createdAt?: string;
55
+ /** Database that owns this resource (database-scoped isolation) */
56
+ databaseId: string;
57
+ /** Human-readable note about this config entry */
58
+ description?: string;
59
+ /** Optional expiration timestamp for time-limited config entries */
60
+ expiresAt?: string;
61
+ /** Unique identifier for this config entry */
62
+ id?: string;
63
+ /** Key/value pairs for selecting/filtering config entries */
64
+ labels?: unknown;
65
+ /** Key name identifying the config entry */
66
+ name: string;
67
+ /** FK to namespaces — logical grouping for config entries */
68
+ namespaceId: string;
69
+ /** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
70
+ provider?: string;
71
+ updatedAt?: string;
72
+ /** Plaintext config value */
73
+ value?: string;
199
74
  }
200
- export interface _SecretsRemoveArrayInput {
201
- clientMutationId?: string;
75
+ /** Represents an update to a `Config`. Fields that are set will be updated. */
76
+ export interface ConfigPatch {
77
+ /** Freeform metadata for tooling and operational notes */
78
+ annotations?: unknown;
79
+ createdAt?: string;
80
+ /** Database that owns this resource (database-scoped isolation) */
202
81
  databaseId?: string;
203
- secretNames?: string[];
82
+ /** Human-readable note about this config entry */
83
+ description?: string;
84
+ /** Optional expiration timestamp for time-limited config entries */
85
+ expiresAt?: string;
86
+ /** Unique identifier for this config entry */
87
+ id?: string;
88
+ /** Key/value pairs for selecting/filtering config entries */
89
+ labels?: unknown;
90
+ /** Key name identifying the config entry */
91
+ name?: string;
92
+ /** FK to namespaces — logical grouping for config entries */
204
93
  namespaceId?: string;
94
+ /** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
95
+ provider?: string;
96
+ updatedAt?: string;
97
+ /** Plaintext config value */
98
+ value?: string;
205
99
  }
206
- export interface PlatformInternalSecretsRotateInput {
100
+ export interface CreateConfigInput {
207
101
  clientMutationId?: string;
208
- secretName?: string;
209
- secretValue?: string;
210
- namespaceId?: string;
211
- algo?: string;
102
+ /** The `Config` to be created by this mutation. */
103
+ config: ConfigInput;
212
104
  }
213
- export interface PlatformInternalSecretsSetInput {
105
+ export interface CreatePlatformConfigInput {
214
106
  clientMutationId?: string;
215
- secretName?: string;
216
- secretValue?: string;
217
- secretNamespaceId?: string;
218
- algo?: string;
107
+ /** The `PlatformConfig` to be created by this mutation. */
108
+ platformConfig: PlatformConfigInput;
219
109
  }
220
- export interface PlatformSecretsRotateInput {
110
+ export interface CreatePlatformInternalSecretInput {
221
111
  clientMutationId?: string;
222
- secretName?: string;
223
- secretValue?: string;
224
- namespaceId?: string;
225
- algo?: string;
112
+ /** The `PlatformInternalSecret` to be created by this mutation. */
113
+ platformInternalSecret: PlatformInternalSecretInput;
226
114
  }
227
- export interface _SecretsRotateInput {
115
+ export interface CreatePlatformSecretInput {
228
116
  clientMutationId?: string;
229
- databaseId?: string;
230
- secretName?: string;
231
- secretValue?: string;
232
- namespaceId?: string;
233
- algo?: string;
117
+ /** The `PlatformSecret` to be created by this mutation. */
118
+ platformSecret: PlatformSecretInput;
234
119
  }
235
- export interface PlatformSecretsSetInput {
120
+ export interface CreateSecretInput {
236
121
  clientMutationId?: string;
237
- secretName?: string;
238
- secretValue?: string;
239
- secretNamespaceId?: string;
240
- algo?: string;
241
- provider?: string;
122
+ /** The `Secret` to be created by this mutation. */
123
+ secret: SecretInput;
242
124
  }
243
- export interface _SecretsSetInput {
125
+ export interface DeleteConfigInput {
244
126
  clientMutationId?: string;
245
- scopeDatabaseId?: string;
246
- secretName?: string;
247
- secretValue?: string;
248
- secretNamespaceId?: string;
249
- algo?: string;
250
- provider?: string;
127
+ /** Unique identifier for this config entry */
128
+ id: string;
251
129
  }
252
- export interface CreatePlatformConfigInput {
130
+ export interface DeletePlatformConfigInput {
253
131
  clientMutationId?: string;
254
- /** The `PlatformConfig` to be created by this mutation. */
255
- platformConfig: PlatformConfigInput;
132
+ /** Unique identifier for this config entry */
133
+ id: string;
134
+ }
135
+ /** A filter to be used against `PlatformConfig` object types. All fields are combined with a logical ‘and.’ */
136
+ export interface PlatformConfigFilter {
137
+ /** Checks for all expressions in this list. */
138
+ and?: PlatformConfigFilter[];
139
+ /** Filter by the object’s `annotations` field. */
140
+ annotations?: JSONFilter;
141
+ /** Filter by the object’s `createdAt` field. */
142
+ createdAt?: DatetimeFilter;
143
+ /** Filter by the object’s `description` field. */
144
+ description?: StringFilter;
145
+ /** Filter by the object’s `expiresAt` field. */
146
+ expiresAt?: DatetimeFilter;
147
+ /** Filter by the object’s `id` field. */
148
+ id?: UUIDFilter;
149
+ /** Filter by the object’s `labels` field. */
150
+ labels?: JSONFilter;
151
+ /** Filter by the object’s `name` field. */
152
+ name?: StringFilter;
153
+ /** Filter by the object’s `namespaceId` field. */
154
+ namespaceId?: UUIDFilter;
155
+ /** Negates the expression. */
156
+ not?: PlatformConfigFilter;
157
+ /** Checks for any expressions in this list. */
158
+ or?: PlatformConfigFilter[];
159
+ /** Filter by the object’s `provider` field. */
160
+ provider?: StringFilter;
161
+ /** Filter by the object’s `updatedAt` field. */
162
+ updatedAt?: DatetimeFilter;
163
+ /** Filter by the object’s `value` field. */
164
+ value?: StringFilter;
256
165
  }
257
166
  /** An input for mutations affecting `PlatformConfig` */
258
167
  export interface PlatformConfigInput {
168
+ /** Freeform metadata for tooling and operational notes */
169
+ annotations?: unknown;
170
+ createdAt?: string;
171
+ /** Human-readable note about this config entry */
172
+ description?: string;
173
+ /** Optional expiration timestamp for time-limited config entries */
174
+ expiresAt?: string;
259
175
  /** Unique identifier for this config entry */
260
176
  id?: string;
261
- /** FK to namespaces logical grouping for config entries */
262
- namespaceId: string;
177
+ /** Key/value pairs for selecting/filtering config entries */
178
+ labels?: unknown;
263
179
  /** Key name identifying the config entry */
264
180
  name: string;
181
+ /** FK to namespaces — logical grouping for config entries */
182
+ namespaceId: string;
265
183
  /** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
266
184
  provider?: string;
185
+ updatedAt?: string;
267
186
  /** Plaintext config value */
268
187
  value?: string;
269
- /** Key/value pairs for selecting/filtering config entries */
270
- labels?: unknown;
188
+ }
189
+ /** Represents an update to a `PlatformConfig`. Fields that are set will be updated. */
190
+ export interface PlatformConfigPatch {
271
191
  /** Freeform metadata for tooling and operational notes */
272
192
  annotations?: unknown;
193
+ createdAt?: string;
273
194
  /** Human-readable note about this config entry */
274
195
  description?: string;
275
- createdAt?: string;
276
- updatedAt?: string;
277
196
  /** Optional expiration timestamp for time-limited config entries */
278
197
  expiresAt?: string;
279
- }
280
- export interface CreateConfigInput {
281
- clientMutationId?: string;
282
- /** The `Config` to be created by this mutation. */
283
- config: ConfigInput;
284
- }
285
- /** An input for mutations affecting `Config` */
286
- export interface ConfigInput {
287
198
  /** Unique identifier for this config entry */
288
199
  id?: string;
289
- /** FK to namespaces logical grouping for config entries */
290
- namespaceId: string;
291
- /** Database that owns this resource (database-scoped isolation) */
292
- databaseId: string;
200
+ /** Key/value pairs for selecting/filtering config entries */
201
+ labels?: unknown;
293
202
  /** Key name identifying the config entry */
294
- name: string;
203
+ name?: string;
204
+ /** FK to namespaces — logical grouping for config entries */
205
+ namespaceId?: string;
295
206
  /** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
296
207
  provider?: string;
208
+ updatedAt?: string;
297
209
  /** Plaintext config value */
298
210
  value?: string;
299
- /** Key/value pairs for selecting/filtering config entries */
300
- labels?: unknown;
301
- /** Freeform metadata for tooling and operational notes */
302
- annotations?: unknown;
303
- /** Human-readable note about this config entry */
304
- description?: string;
305
- createdAt?: string;
306
- updatedAt?: string;
307
- /** Optional expiration timestamp for time-limited config entries */
308
- expiresAt?: string;
309
211
  }
310
- export interface CreatePlatformInternalSecretInput {
311
- clientMutationId?: string;
312
- /** The `PlatformInternalSecret` to be created by this mutation. */
313
- platformInternalSecret: PlatformInternalSecretInput;
212
+ /** A filter to be used against `PlatformInternalSecret` object types. All fields are combined with a logical ‘and.’ */
213
+ export interface PlatformInternalSecretFilter {
214
+ /** Checks for all expressions in this list. */
215
+ and?: PlatformInternalSecretFilter[];
216
+ /** Filter by the object’s `annotations` field. */
217
+ annotations?: JSONFilter;
218
+ /** Filter by the object’s `createdAt` field. */
219
+ createdAt?: DatetimeFilter;
220
+ /** Filter by the object’s `description` field. */
221
+ description?: StringFilter;
222
+ /** Filter by the object’s `id` field. */
223
+ id?: UUIDFilter;
224
+ /** Filter by the object’s `labels` field. */
225
+ labels?: JSONFilter;
226
+ /** Filter by the object’s `name` field. */
227
+ name?: StringFilter;
228
+ /** Filter by the object’s `namespaceId` field. */
229
+ namespaceId?: UUIDFilter;
230
+ /** Negates the expression. */
231
+ not?: PlatformInternalSecretFilter;
232
+ /** Checks for any expressions in this list. */
233
+ or?: PlatformInternalSecretFilter[];
234
+ /** Filter by the object’s `retiredAt` field. */
235
+ retiredAt?: DatetimeFilter;
236
+ /** Filter by the object’s `rotatedAt` field. */
237
+ rotatedAt?: DatetimeFilter;
238
+ /** Filter by the object’s `updatedAt` field. */
239
+ updatedAt?: DatetimeFilter;
314
240
  }
315
241
  /** An input for mutations affecting `PlatformInternalSecret` */
316
242
  export interface PlatformInternalSecretInput {
243
+ annotations?: unknown;
244
+ createdAt?: string;
245
+ description?: string;
317
246
  id?: string;
247
+ labels?: unknown;
318
248
  name?: string;
319
249
  namespaceId?: string;
320
- description?: string;
321
- labels?: unknown;
322
- annotations?: unknown;
323
- createdAt?: string;
324
- updatedAt?: string;
325
- rotatedAt?: string;
326
250
  retiredAt?: string;
251
+ rotatedAt?: string;
252
+ updatedAt?: string;
327
253
  }
328
- export interface CreatePlatformSecretInput {
254
+ export interface PlatformInternalSecretsDelInput {
329
255
  clientMutationId?: string;
330
- /** The `PlatformSecret` to be created by this mutation. */
331
- platformSecret: PlatformSecretInput;
256
+ namespaceId?: string;
257
+ secretName?: string;
258
+ }
259
+ export interface PlatformInternalSecretsRemoveArrayInput {
260
+ clientMutationId?: string;
261
+ namespaceId?: string;
262
+ secretNames?: string[];
263
+ }
264
+ export interface PlatformInternalSecretsRotateInput {
265
+ algo?: string;
266
+ clientMutationId?: string;
267
+ namespaceId?: string;
268
+ secretName?: string;
269
+ secretValue?: string;
270
+ }
271
+ export interface PlatformInternalSecretsSetInput {
272
+ algo?: string;
273
+ clientMutationId?: string;
274
+ secretName?: string;
275
+ secretNamespaceId?: string;
276
+ secretValue?: string;
277
+ }
278
+ /** A filter to be used against `PlatformSecret` object types. All fields are combined with a logical ‘and.’ */
279
+ export interface PlatformSecretFilter {
280
+ /** Checks for all expressions in this list. */
281
+ and?: PlatformSecretFilter[];
282
+ /** Filter by the object’s `annotations` field. */
283
+ annotations?: JSONFilter;
284
+ /** Filter by the object’s `createdAt` field. */
285
+ createdAt?: DatetimeFilter;
286
+ /** Filter by the object’s `description` field. */
287
+ description?: StringFilter;
288
+ /** Filter by the object’s `id` field. */
289
+ id?: UUIDFilter;
290
+ /** Filter by the object’s `labels` field. */
291
+ labels?: JSONFilter;
292
+ /** Filter by the object’s `name` field. */
293
+ name?: StringFilter;
294
+ /** Filter by the object’s `namespaceId` field. */
295
+ namespaceId?: UUIDFilter;
296
+ /** Negates the expression. */
297
+ not?: PlatformSecretFilter;
298
+ /** Checks for any expressions in this list. */
299
+ or?: PlatformSecretFilter[];
300
+ /** Filter by the object’s `provider` field. */
301
+ provider?: StringFilter;
302
+ /** Filter by the object’s `retiredAt` field. */
303
+ retiredAt?: DatetimeFilter;
304
+ /** Filter by the object’s `rotatedAt` field. */
305
+ rotatedAt?: DatetimeFilter;
306
+ /** Filter by the object’s `updatedAt` field. */
307
+ updatedAt?: DatetimeFilter;
332
308
  }
333
309
  /** An input for mutations affecting `PlatformSecret` */
334
310
  export interface PlatformSecretInput {
311
+ annotations?: unknown;
312
+ createdAt?: string;
313
+ description?: string;
335
314
  id?: string;
315
+ labels?: unknown;
336
316
  name?: string;
337
- provider?: string;
338
317
  namespaceId?: string;
339
- description?: string;
340
- labels?: unknown;
341
- annotations?: unknown;
342
- createdAt?: string;
343
- updatedAt?: string;
344
- rotatedAt?: string;
318
+ provider?: string;
345
319
  retiredAt?: string;
320
+ rotatedAt?: string;
321
+ updatedAt?: string;
346
322
  }
347
- export interface CreateSecretInput {
323
+ export interface PlatformSecretsDelInput {
348
324
  clientMutationId?: string;
349
- /** The `Secret` to be created by this mutation. */
350
- secret: SecretInput;
325
+ namespaceId?: string;
326
+ secretName?: string;
327
+ }
328
+ export interface PlatformSecretsRemoveArrayInput {
329
+ clientMutationId?: string;
330
+ namespaceId?: string;
331
+ secretNames?: string[];
332
+ }
333
+ export interface PlatformSecretsRotateInput {
334
+ algo?: string;
335
+ clientMutationId?: string;
336
+ namespaceId?: string;
337
+ secretName?: string;
338
+ secretValue?: string;
339
+ }
340
+ export interface PlatformSecretsSetInput {
341
+ algo?: string;
342
+ clientMutationId?: string;
343
+ provider?: string;
344
+ secretName?: string;
345
+ secretNamespaceId?: string;
346
+ secretValue?: string;
347
+ }
348
+ export interface ProvisionBucketInput {
349
+ /** The logical bucket key (e.g., "public", "private") */
350
+ bucketKey: string;
351
+ /**
352
+ * Owner entity ID for entity-scoped bucket provisioning.
353
+ * Omit for app-level (database-wide) storage.
354
+ */
355
+ ownerId?: string;
356
+ }
357
+ /** A filter to be used against `Secret` object types. All fields are combined with a logical ‘and.’ */
358
+ export interface SecretFilter {
359
+ /** Checks for all expressions in this list. */
360
+ and?: SecretFilter[];
361
+ /** Filter by the object’s `annotations` field. */
362
+ annotations?: JSONFilter;
363
+ /** Filter by the object’s `createdAt` field. */
364
+ createdAt?: DatetimeFilter;
365
+ /** Filter by the object’s `databaseId` field. */
366
+ databaseId?: UUIDFilter;
367
+ /** Filter by the object’s `description` field. */
368
+ description?: StringFilter;
369
+ /** Filter by the object’s `id` field. */
370
+ id?: UUIDFilter;
371
+ /** Filter by the object’s `labels` field. */
372
+ labels?: JSONFilter;
373
+ /** Filter by the object’s `name` field. */
374
+ name?: StringFilter;
375
+ /** Filter by the object’s `namespaceId` field. */
376
+ namespaceId?: UUIDFilter;
377
+ /** Negates the expression. */
378
+ not?: SecretFilter;
379
+ /** Checks for any expressions in this list. */
380
+ or?: SecretFilter[];
381
+ /** Filter by the object’s `provider` field. */
382
+ provider?: StringFilter;
383
+ /** Filter by the object’s `retiredAt` field. */
384
+ retiredAt?: DatetimeFilter;
385
+ /** Filter by the object’s `rotatedAt` field. */
386
+ rotatedAt?: DatetimeFilter;
387
+ /** Filter by the object’s `updatedAt` field. */
388
+ updatedAt?: DatetimeFilter;
351
389
  }
352
390
  /** An input for mutations affecting `Secret` */
353
391
  export interface SecretInput {
392
+ annotations?: unknown;
393
+ createdAt?: string;
354
394
  databaseId?: string;
395
+ description?: string;
355
396
  id?: string;
397
+ labels?: unknown;
356
398
  name?: string;
357
- provider?: string;
358
399
  namespaceId?: string;
359
- description?: string;
360
- labels?: unknown;
361
- annotations?: unknown;
362
- createdAt?: string;
363
- updatedAt?: string;
364
- rotatedAt?: string;
400
+ provider?: string;
365
401
  retiredAt?: string;
402
+ rotatedAt?: string;
403
+ updatedAt?: string;
404
+ }
405
+ export interface UpdateConfigInput {
406
+ clientMutationId?: string;
407
+ /** An object where the defined keys will be set on the `Config` being updated. */
408
+ configPatch: ConfigPatch;
409
+ /** Unique identifier for this config entry */
410
+ id: string;
366
411
  }
367
412
  export interface UpdatePlatformConfigInput {
368
413
  clientMutationId?: string;
@@ -371,160 +416,93 @@ export interface UpdatePlatformConfigInput {
371
416
  /** An object where the defined keys will be set on the `PlatformConfig` being updated. */
372
417
  platformConfigPatch: PlatformConfigPatch;
373
418
  }
374
- /** Represents an update to a `PlatformConfig`. Fields that are set will be updated. */
375
- export interface PlatformConfigPatch {
376
- /** Unique identifier for this config entry */
377
- id?: string;
378
- /** FK to namespaces — logical grouping for config entries */
419
+ export interface _SecretsDelInput {
420
+ clientMutationId?: string;
421
+ databaseId?: string;
379
422
  namespaceId?: string;
380
- /** Key name identifying the config entry */
381
- name?: string;
382
- /** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
383
- provider?: string;
384
- /** Plaintext config value */
385
- value?: string;
386
- /** Key/value pairs for selecting/filtering config entries */
387
- labels?: unknown;
388
- /** Freeform metadata for tooling and operational notes */
389
- annotations?: unknown;
390
- /** Human-readable note about this config entry */
391
- description?: string;
392
- createdAt?: string;
393
- updatedAt?: string;
394
- /** Optional expiration timestamp for time-limited config entries */
395
- expiresAt?: string;
423
+ secretName?: string;
396
424
  }
397
- export interface UpdateConfigInput {
425
+ export interface _SecretsRemoveArrayInput {
398
426
  clientMutationId?: string;
399
- /** Unique identifier for this config entry */
400
- id: string;
401
- /** An object where the defined keys will be set on the `Config` being updated. */
402
- configPatch: ConfigPatch;
403
- }
404
- /** Represents an update to a `Config`. Fields that are set will be updated. */
405
- export interface ConfigPatch {
406
- /** Unique identifier for this config entry */
407
- id?: string;
408
- /** FK to namespaces — logical grouping for config entries */
409
- namespaceId?: string;
410
- /** Database that owns this resource (database-scoped isolation) */
411
427
  databaseId?: string;
412
- /** Key name identifying the config entry */
413
- name?: string;
414
- /** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
415
- provider?: string;
416
- /** Plaintext config value */
417
- value?: string;
418
- /** Key/value pairs for selecting/filtering config entries */
419
- labels?: unknown;
420
- /** Freeform metadata for tooling and operational notes */
421
- annotations?: unknown;
422
- /** Human-readable note about this config entry */
423
- description?: string;
424
- createdAt?: string;
425
- updatedAt?: string;
426
- /** Optional expiration timestamp for time-limited config entries */
427
- expiresAt?: string;
428
+ namespaceId?: string;
429
+ secretNames?: string[];
428
430
  }
429
- export interface DeletePlatformConfigInput {
431
+ export interface _SecretsRotateInput {
432
+ algo?: string;
430
433
  clientMutationId?: string;
431
- /** Unique identifier for this config entry */
432
- id: string;
434
+ databaseId?: string;
435
+ namespaceId?: string;
436
+ secretName?: string;
437
+ secretValue?: string;
433
438
  }
434
- export interface DeleteConfigInput {
439
+ export interface _SecretsSetInput {
440
+ algo?: string;
435
441
  clientMutationId?: string;
436
- /** Unique identifier for this config entry */
437
- id: string;
438
- }
439
- export interface ProvisionBucketInput {
440
- /** The logical bucket key (e.g., "public", "private") */
441
- bucketKey: string;
442
- /**
443
- * Owner entity ID for entity-scoped bucket provisioning.
444
- * Omit for app-level (database-wide) storage.
445
- */
446
- ownerId?: string;
442
+ provider?: string;
443
+ scopeDatabaseId?: string;
444
+ secretName?: string;
445
+ secretNamespaceId?: string;
446
+ secretValue?: string;
447
447
  }
448
- /** A connection to a list of `PlatformConfig` values. */
449
- export interface PlatformConfigConnection {
450
- nodes: PlatformConfig[];
451
- edges: PlatformConfigEdge[];
452
- pageInfo: PageInfo;
453
- totalCount: number;
448
+ /** Root meta schema type */
449
+ export interface MetaSchema {
450
+ tables: MetaTable[];
454
451
  }
455
452
  /** A connection to a list of `Config` values. */
456
453
  export interface ConfigConnection {
457
- nodes: Config[];
458
454
  edges: ConfigEdge[];
455
+ nodes: Config[];
456
+ pageInfo: PageInfo;
457
+ totalCount: number;
458
+ }
459
+ /** A connection to a list of `PlatformConfig` values. */
460
+ export interface PlatformConfigConnection {
461
+ edges: PlatformConfigEdge[];
462
+ nodes: PlatformConfig[];
459
463
  pageInfo: PageInfo;
460
464
  totalCount: number;
461
465
  }
462
466
  /** A connection to a list of `PlatformInternalSecret` values. */
463
467
  export interface PlatformInternalSecretConnection {
464
- nodes: PlatformInternalSecret[];
465
468
  edges: PlatformInternalSecretEdge[];
469
+ nodes: PlatformInternalSecret[];
466
470
  pageInfo: PageInfo;
467
471
  totalCount: number;
468
472
  }
469
473
  /** A connection to a list of `PlatformSecret` values. */
470
474
  export interface PlatformSecretConnection {
471
- nodes: PlatformSecret[];
472
475
  edges: PlatformSecretEdge[];
476
+ nodes: PlatformSecret[];
473
477
  pageInfo: PageInfo;
474
478
  totalCount: number;
475
479
  }
476
480
  /** A connection to a list of `Secret` values. */
477
481
  export interface SecretConnection {
478
- nodes: Secret[];
479
482
  edges: SecretEdge[];
483
+ nodes: Secret[];
480
484
  pageInfo: PageInfo;
481
485
  totalCount: number;
482
486
  }
483
- /** Root meta schema type */
484
- export interface MetaSchema {
485
- tables: MetaTable[];
486
- }
487
- export interface PlatformInternalSecretsDelPayload {
488
- clientMutationId?: string | null;
489
- }
490
- export interface PlatformSecretsDelPayload {
491
- clientMutationId?: string | null;
492
- }
493
487
  export interface _SecretsDelPayload {
494
488
  clientMutationId?: string | null;
495
489
  }
496
- export interface PlatformInternalSecretsRemoveArrayPayload {
497
- clientMutationId?: string | null;
498
- }
499
- export interface PlatformSecretsRemoveArrayPayload {
500
- clientMutationId?: string | null;
501
- }
502
490
  export interface _SecretsRemoveArrayPayload {
503
491
  clientMutationId?: string | null;
504
492
  }
505
- export interface PlatformInternalSecretsRotatePayload {
506
- clientMutationId?: string | null;
507
- result?: boolean | null;
508
- }
509
- export interface PlatformInternalSecretsSetPayload {
510
- clientMutationId?: string | null;
511
- result?: boolean | null;
512
- }
513
- export interface PlatformSecretsRotatePayload {
514
- clientMutationId?: string | null;
515
- result?: boolean | null;
516
- }
517
493
  export interface _SecretsRotatePayload {
518
494
  clientMutationId?: string | null;
519
495
  result?: boolean | null;
520
496
  }
521
- export interface PlatformSecretsSetPayload {
497
+ export interface _SecretsSetPayload {
522
498
  clientMutationId?: string | null;
523
499
  result?: boolean | null;
524
500
  }
525
- export interface _SecretsSetPayload {
501
+ export interface CreateConfigPayload {
526
502
  clientMutationId?: string | null;
527
- result?: boolean | null;
503
+ /** The `Config` that was created by this mutation. */
504
+ config?: Config | null;
505
+ configEdge?: ConfigEdge | null;
528
506
  }
529
507
  export interface CreatePlatformConfigPayload {
530
508
  clientMutationId?: string | null;
@@ -532,12 +510,6 @@ export interface CreatePlatformConfigPayload {
532
510
  platformConfig?: PlatformConfig | null;
533
511
  platformConfigEdge?: PlatformConfigEdge | null;
534
512
  }
535
- export interface CreateConfigPayload {
536
- clientMutationId?: string | null;
537
- /** The `Config` that was created by this mutation. */
538
- config?: Config | null;
539
- configEdge?: ConfigEdge | null;
540
- }
541
513
  export interface CreatePlatformInternalSecretPayload {
542
514
  clientMutationId?: string | null;
543
515
  /** The `PlatformInternalSecret` that was created by this mutation. */
@@ -553,15 +525,9 @@ export interface CreateSecretPayload {
553
525
  /** The `Secret` that was created by this mutation. */
554
526
  secret?: Secret | null;
555
527
  }
556
- export interface UpdatePlatformConfigPayload {
557
- clientMutationId?: string | null;
558
- /** The `PlatformConfig` that was updated by this mutation. */
559
- platformConfig?: PlatformConfig | null;
560
- platformConfigEdge?: PlatformConfigEdge | null;
561
- }
562
- export interface UpdateConfigPayload {
528
+ export interface DeleteConfigPayload {
563
529
  clientMutationId?: string | null;
564
- /** The `Config` that was updated by this mutation. */
530
+ /** The `Config` that was deleted by this mutation. */
565
531
  config?: Config | null;
566
532
  configEdge?: ConfigEdge | null;
567
533
  }
@@ -571,48 +537,104 @@ export interface DeletePlatformConfigPayload {
571
537
  platformConfig?: PlatformConfig | null;
572
538
  platformConfigEdge?: PlatformConfigEdge | null;
573
539
  }
574
- export interface DeleteConfigPayload {
540
+ export interface PlatformInternalSecretsDelPayload {
575
541
  clientMutationId?: string | null;
576
- /** The `Config` that was deleted by this mutation. */
542
+ }
543
+ export interface PlatformInternalSecretsRemoveArrayPayload {
544
+ clientMutationId?: string | null;
545
+ }
546
+ export interface PlatformInternalSecretsRotatePayload {
547
+ clientMutationId?: string | null;
548
+ result?: boolean | null;
549
+ }
550
+ export interface PlatformInternalSecretsSetPayload {
551
+ clientMutationId?: string | null;
552
+ result?: boolean | null;
553
+ }
554
+ export interface PlatformSecretsDelPayload {
555
+ clientMutationId?: string | null;
556
+ }
557
+ export interface PlatformSecretsRemoveArrayPayload {
558
+ clientMutationId?: string | null;
559
+ }
560
+ export interface PlatformSecretsRotatePayload {
561
+ clientMutationId?: string | null;
562
+ result?: boolean | null;
563
+ }
564
+ export interface PlatformSecretsSetPayload {
565
+ clientMutationId?: string | null;
566
+ result?: boolean | null;
567
+ }
568
+ export interface ProvisionBucketPayload {
569
+ /** The access type applied */
570
+ accessType: string;
571
+ /** The S3 bucket name that was provisioned */
572
+ bucketName: string;
573
+ /** The S3 endpoint (null for AWS S3 default) */
574
+ endpoint?: string | null;
575
+ /** Error message if provisioning failed */
576
+ error?: string | null;
577
+ /** The storage provider used */
578
+ provider: string;
579
+ /** Whether provisioning succeeded */
580
+ success: boolean;
581
+ }
582
+ export interface UpdateConfigPayload {
583
+ clientMutationId?: string | null;
584
+ /** The `Config` that was updated by this mutation. */
577
585
  config?: Config | null;
578
586
  configEdge?: ConfigEdge | null;
579
587
  }
580
- export interface ProvisionBucketPayload {
581
- /** Whether provisioning succeeded */
582
- success: boolean;
583
- /** The S3 bucket name that was provisioned */
584
- bucketName: string;
585
- /** The access type applied */
586
- accessType: string;
587
- /** The storage provider used */
588
- provider: string;
589
- /** The S3 endpoint (null for AWS S3 default) */
590
- endpoint?: string | null;
591
- /** Error message if provisioning failed */
592
- error?: string | null;
588
+ export interface UpdatePlatformConfigPayload {
589
+ clientMutationId?: string | null;
590
+ /** The `PlatformConfig` that was updated by this mutation. */
591
+ platformConfig?: PlatformConfig | null;
592
+ platformConfigEdge?: PlatformConfigEdge | null;
593
+ }
594
+ /** Information about a database table */
595
+ export interface MetaTable {
596
+ constraints: MetaConstraints;
597
+ fields: MetaField[];
598
+ foreignKeyConstraints: MetaForeignKeyConstraint[];
599
+ /** i18n metadata (null if no @i18n tag) */
600
+ i18n?: MetaI18n | null;
601
+ indexes: MetaIndex[];
602
+ inflection: MetaInflection;
603
+ name: string;
604
+ primaryKeyConstraints: MetaPrimaryKeyConstraint[];
605
+ query: MetaQuery;
606
+ /** Realtime metadata (null if no @realtime tag) */
607
+ realtime?: MetaRealtime | null;
608
+ relations: MetaRelations;
609
+ schemaName: string;
610
+ /** Search metadata (null if no search configured) */
611
+ search?: MetaSearch | null;
612
+ /** Storage metadata (null if not a storage table) */
613
+ storage?: MetaStorage | null;
614
+ uniqueConstraints: MetaUniqueConstraint[];
593
615
  }
594
- /** A `PlatformConfig` edge in the connection. */
595
- export interface PlatformConfigEdge {
616
+ /** A `Config` edge in the connection. */
617
+ export interface ConfigEdge {
596
618
  cursor?: string | null;
597
- /** The `PlatformConfig` at the end of the edge. */
598
- node?: PlatformConfig | null;
619
+ /** The `Config` at the end of the edge. */
620
+ node?: Config | null;
599
621
  }
600
622
  /** Information about pagination in a connection. */
601
623
  export interface PageInfo {
624
+ /** When paginating forwards, the cursor to continue. */
625
+ endCursor?: string | null;
602
626
  /** When paginating forwards, are there more items? */
603
627
  hasNextPage: boolean;
604
628
  /** When paginating backwards, are there more items? */
605
629
  hasPreviousPage: boolean;
606
630
  /** When paginating backwards, the cursor to continue. */
607
631
  startCursor?: string | null;
608
- /** When paginating forwards, the cursor to continue. */
609
- endCursor?: string | null;
610
632
  }
611
- /** A `Config` edge in the connection. */
612
- export interface ConfigEdge {
633
+ /** A `PlatformConfig` edge in the connection. */
634
+ export interface PlatformConfigEdge {
613
635
  cursor?: string | null;
614
- /** The `Config` at the end of the edge. */
615
- node?: Config | null;
636
+ /** The `PlatformConfig` at the end of the edge. */
637
+ node?: PlatformConfig | null;
616
638
  }
617
639
  /** A `PlatformInternalSecret` edge in the connection. */
618
640
  export interface PlatformInternalSecretEdge {
@@ -632,110 +654,88 @@ export interface SecretEdge {
632
654
  /** The `Secret` at the end of the edge. */
633
655
  node?: Secret | null;
634
656
  }
635
- /** Information about a database table */
636
- export interface MetaTable {
637
- name: string;
638
- schemaName: string;
639
- fields: MetaField[];
640
- indexes: MetaIndex[];
641
- constraints: MetaConstraints;
642
- foreignKeyConstraints: MetaForeignKeyConstraint[];
643
- primaryKeyConstraints: MetaPrimaryKeyConstraint[];
644
- uniqueConstraints: MetaUniqueConstraint[];
645
- relations: MetaRelations;
646
- inflection: MetaInflection;
647
- query: MetaQuery;
648
- /** Storage metadata (null if not a storage table) */
649
- storage?: MetaStorage | null;
650
- /** Search metadata (null if no search configured) */
651
- search?: MetaSearch | null;
652
- /** i18n metadata (null if no @i18n tag) */
653
- i18n?: MetaI18n | null;
654
- /** Realtime metadata (null if no @realtime tag) */
655
- realtime?: MetaRealtime | null;
657
+ /** Table constraints */
658
+ export interface MetaConstraints {
659
+ foreignKey: MetaForeignKeyConstraint[];
660
+ primaryKey?: MetaPrimaryKeyConstraint | null;
661
+ unique: MetaUniqueConstraint[];
656
662
  }
657
663
  /** Information about a table field/column */
658
664
  export interface MetaField {
659
- name: string;
660
- type: MetaType;
661
- isNotNull: boolean;
662
- hasDefault: boolean;
663
- isPrimaryKey: boolean;
664
- isForeignKey: boolean;
665
665
  description?: string | null;
666
666
  /** Enum metadata if this field has an enum type */
667
667
  enumValues?: MetaEnum | null;
668
- }
669
- /** Information about a database index */
670
- export interface MetaIndex {
668
+ hasDefault: boolean;
669
+ isForeignKey: boolean;
670
+ isNotNull: boolean;
671
+ isPrimaryKey: boolean;
671
672
  name: string;
672
- isUnique: boolean;
673
- isPrimary: boolean;
674
- columns: string[];
675
- fields?: MetaField[] | null;
676
- }
677
- /** Table constraints */
678
- export interface MetaConstraints {
679
- primaryKey?: MetaPrimaryKeyConstraint | null;
680
- unique: MetaUniqueConstraint[];
681
- foreignKey: MetaForeignKeyConstraint[];
673
+ type: MetaType;
682
674
  }
683
675
  /** Information about a foreign key constraint */
684
676
  export interface MetaForeignKeyConstraint {
685
- name: string;
686
677
  fields: MetaField[];
687
- referencedTable: string;
688
- referencedFields: string[];
678
+ name: string;
689
679
  refFields?: MetaField[] | null;
690
680
  refTable?: MetaRefTable | null;
681
+ referencedFields: string[];
682
+ referencedTable: string;
691
683
  }
692
- /** Information about a primary key constraint */
693
- export interface MetaPrimaryKeyConstraint {
694
- name: string;
695
- fields: MetaField[];
684
+ /** i18n metadata for a table with @i18n tag */
685
+ export interface MetaI18n {
686
+ /** Fields that are translatable */
687
+ translatableFields: MetaI18nField[];
688
+ /** Name of the translation table */
689
+ translationTable: string;
696
690
  }
697
- /** Information about a unique constraint */
698
- export interface MetaUniqueConstraint {
691
+ /** Information about a database index */
692
+ export interface MetaIndex {
693
+ columns: string[];
694
+ fields?: MetaField[] | null;
695
+ isPrimary: boolean;
696
+ isUnique: boolean;
699
697
  name: string;
700
- fields: MetaField[];
701
- }
702
- /** Table relations */
703
- export interface MetaRelations {
704
- belongsTo: MetaBelongsToRelation[];
705
- has: MetaHasRelation[];
706
- hasOne: MetaHasRelation[];
707
- hasMany: MetaHasRelation[];
708
- manyToMany: MetaManyToManyRelation[];
709
698
  }
710
699
  /** Table inflection names */
711
700
  export interface MetaInflection {
712
- tableType: string;
713
701
  allRows: string;
702
+ conditionType: string;
714
703
  connection: string;
704
+ createInputType: string;
705
+ createPayloadType: string;
706
+ deletePayloadType: string;
715
707
  edge: string;
716
708
  filterType?: string | null;
717
709
  orderByType: string;
718
- conditionType: string;
719
710
  patchType?: string | null;
720
- createInputType: string;
721
- createPayloadType: string;
711
+ tableType: string;
722
712
  updatePayloadType?: string | null;
723
- deletePayloadType: string;
713
+ }
714
+ /** Information about a primary key constraint */
715
+ export interface MetaPrimaryKeyConstraint {
716
+ fields: MetaField[];
717
+ name: string;
724
718
  }
725
719
  /** Table query/mutation names */
726
720
  export interface MetaQuery {
727
721
  all: string;
728
- one?: string | null;
729
722
  create?: string | null;
730
- update?: string | null;
731
723
  delete?: string | null;
724
+ one?: string | null;
725
+ update?: string | null;
732
726
  }
733
- /** Storage metadata for a table */
734
- export interface MetaStorage {
735
- /** Whether this table is a storage files table */
736
- isFilesTable: boolean;
737
- /** Whether this table is a storage buckets table */
738
- isBucketsTable: boolean;
727
+ /** Realtime metadata for a table with @realtime tag */
728
+ export interface MetaRealtime {
729
+ /** The generated subscription field name (e.g. onPostChanged) */
730
+ subscriptionFieldName: string;
731
+ }
732
+ /** Table relations */
733
+ export interface MetaRelations {
734
+ belongsTo: MetaBelongsToRelation[];
735
+ has: MetaHasRelation[];
736
+ hasMany: MetaHasRelation[];
737
+ hasOne: MetaHasRelation[];
738
+ manyToMany: MetaManyToManyRelation[];
739
739
  }
740
740
  /** Search metadata for a table */
741
741
  export interface MetaSearch {
@@ -743,31 +743,22 @@ export interface MetaSearch {
743
743
  algorithms: string[];
744
744
  /** Searchable columns with their algorithm */
745
745
  columns: MetaSearchColumn[];
746
- /** Whether unifiedSearch composite filter is available */
747
- hasUnifiedSearch: boolean;
748
746
  /** Per-table search configuration */
749
747
  config?: MetaSearchConfig | null;
748
+ /** Whether unifiedSearch composite filter is available */
749
+ hasUnifiedSearch: boolean;
750
750
  }
751
- /** i18n metadata for a table with @i18n tag */
752
- export interface MetaI18n {
753
- /** Name of the translation table */
754
- translationTable: string;
755
- /** Fields that are translatable */
756
- translatableFields: MetaI18nField[];
757
- }
758
- /** Realtime metadata for a table with @realtime tag */
759
- export interface MetaRealtime {
760
- /** The generated subscription field name (e.g. onPostChanged) */
761
- subscriptionFieldName: string;
751
+ /** Storage metadata for a table */
752
+ export interface MetaStorage {
753
+ /** Whether this table is a storage buckets table */
754
+ isBucketsTable: boolean;
755
+ /** Whether this table is a storage files table */
756
+ isFilesTable: boolean;
762
757
  }
763
- /** Information about a PostgreSQL type */
764
- export interface MetaType {
765
- pgType: string;
766
- gqlType: string;
767
- isArray: boolean;
768
- isNotNull?: boolean | null;
769
- hasDefault?: boolean | null;
770
- subtype?: string | null;
758
+ /** Information about a unique constraint */
759
+ export interface MetaUniqueConstraint {
760
+ fields: MetaField[];
761
+ name: string;
771
762
  }
772
763
  /** Information about a PostgreSQL enum type */
773
764
  export interface MetaEnum {
@@ -776,61 +767,70 @@ export interface MetaEnum {
776
767
  /** Allowed values for this enum */
777
768
  values: string[];
778
769
  }
770
+ /** Information about a PostgreSQL type */
771
+ export interface MetaType {
772
+ gqlType: string;
773
+ hasDefault?: boolean | null;
774
+ isArray: boolean;
775
+ isNotNull?: boolean | null;
776
+ pgType: string;
777
+ subtype?: string | null;
778
+ }
779
779
  /** Reference to a related table */
780
780
  export interface MetaRefTable {
781
781
  name: string;
782
782
  }
783
+ /** A translatable field */
784
+ export interface MetaI18nField {
785
+ /** GraphQL field name */
786
+ name: string;
787
+ /** PostgreSQL column type (text, citext) */
788
+ type: string;
789
+ }
783
790
  /** A belongs-to (forward FK) relation */
784
791
  export interface MetaBelongsToRelation {
785
792
  fieldName?: string | null;
786
793
  isUnique: boolean;
787
- type?: string | null;
788
794
  keys: MetaField[];
789
795
  references: MetaRefTable;
796
+ type?: string | null;
790
797
  }
791
798
  /** A has-one or has-many (reverse FK) relation */
792
799
  export interface MetaHasRelation {
793
800
  fieldName?: string | null;
794
801
  isUnique: boolean;
795
- type?: string | null;
796
802
  keys: MetaField[];
797
803
  referencedBy: MetaRefTable;
804
+ type?: string | null;
798
805
  }
799
806
  /** A many-to-many relation via junction table */
800
807
  export interface MetaManyToManyRelation {
801
808
  fieldName?: string | null;
802
- type?: string | null;
803
- junctionTable: MetaRefTable;
804
809
  junctionLeftConstraint: MetaForeignKeyConstraint;
805
810
  junctionLeftKeyAttributes: MetaField[];
806
811
  junctionRightConstraint: MetaForeignKeyConstraint;
807
812
  junctionRightKeyAttributes: MetaField[];
813
+ junctionTable: MetaRefTable;
808
814
  leftKeyAttributes: MetaField[];
809
815
  rightKeyAttributes: MetaField[];
810
816
  rightTable: MetaRefTable;
817
+ type?: string | null;
811
818
  }
812
819
  /** A searchable column with its algorithm */
813
820
  export interface MetaSearchColumn {
814
- /** Column name (camelCase) */
815
- name: string;
816
821
  /** Search algorithm: tsvector, bm25, trgm, or vector */
817
822
  algorithm: string;
823
+ /** Column name (camelCase) */
824
+ name: string;
818
825
  }
819
826
  /** Per-table search configuration from @searchConfig smart tag */
820
827
  export interface MetaSearchConfig {
821
- /** JSON-encoded per-adapter score weights */
822
- weights?: string | null;
823
- /** Whether recency boosting is enabled */
824
- boostRecent: boolean;
825
- /** Field used for recency decay */
826
- boostRecencyField?: string | null;
827
828
  /** Exponential decay factor per day */
828
829
  boostRecencyDecay?: number | null;
829
- }
830
- /** A translatable field */
831
- export interface MetaI18nField {
832
- /** GraphQL field name */
833
- name: string;
834
- /** PostgreSQL column type (text, citext) */
835
- type: string;
830
+ /** Field used for recency decay */
831
+ boostRecencyField?: string | null;
832
+ /** Whether recency boosting is enabled */
833
+ boostRecent: boolean;
834
+ /** JSON-encoded per-adapter score weights */
835
+ weights?: string | null;
836
836
  }