@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
@@ -230,91 +230,91 @@ export interface UUIDListFilter {
230
230
  anyGreaterThanOrEqualTo?: string;
231
231
  }
232
232
  /** Namespace-backed plaintext key-value config store (like a k8s ConfigMap); admin-only, fully CRUD-exposed */
233
- export interface PlatformConfig {
233
+ export interface Config {
234
+ /** Freeform metadata for tooling and operational notes */
235
+ annotations?: Record<string, unknown> | null;
236
+ createdAt?: string | null;
237
+ /** Database that owns this resource (database-scoped isolation) */
238
+ databaseId?: string | null;
239
+ /** Human-readable note about this config entry */
240
+ description?: string | null;
241
+ /** Optional expiration timestamp for time-limited config entries */
242
+ expiresAt?: string | null;
234
243
  /** Unique identifier for this config entry */
235
244
  id: string;
236
- /** FK to namespaces logical grouping for config entries */
237
- namespaceId?: string | null;
245
+ /** Key/value pairs for selecting/filtering config entries */
246
+ labels?: Record<string, unknown> | null;
238
247
  /** Key name identifying the config entry */
239
248
  name?: string | null;
249
+ /** FK to namespaces — logical grouping for config entries */
250
+ namespaceId?: string | null;
240
251
  /** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
241
252
  provider?: string | null;
253
+ updatedAt?: string | null;
242
254
  /** Plaintext config value */
243
255
  value?: string | null;
244
- /** Key/value pairs for selecting/filtering config entries */
245
- labels?: Record<string, unknown> | null;
256
+ }
257
+ /** Namespace-backed plaintext key-value config store (like a k8s ConfigMap); admin-only, fully CRUD-exposed */
258
+ export interface PlatformConfig {
246
259
  /** Freeform metadata for tooling and operational notes */
247
260
  annotations?: Record<string, unknown> | null;
261
+ createdAt?: string | null;
248
262
  /** Human-readable note about this config entry */
249
263
  description?: string | null;
250
- createdAt?: string | null;
251
- updatedAt?: string | null;
252
264
  /** Optional expiration timestamp for time-limited config entries */
253
265
  expiresAt?: string | null;
254
- }
255
- /** Namespace-backed plaintext key-value config store (like a k8s ConfigMap); admin-only, fully CRUD-exposed */
256
- export interface Config {
257
266
  /** Unique identifier for this config entry */
258
267
  id: string;
259
- /** FK to namespaces logical grouping for config entries */
260
- namespaceId?: string | null;
261
- /** Database that owns this resource (database-scoped isolation) */
262
- databaseId?: string | null;
268
+ /** Key/value pairs for selecting/filtering config entries */
269
+ labels?: Record<string, unknown> | null;
263
270
  /** Key name identifying the config entry */
264
271
  name?: string | null;
272
+ /** FK to namespaces — logical grouping for config entries */
273
+ namespaceId?: string | null;
265
274
  /** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
266
275
  provider?: string | null;
276
+ updatedAt?: string | null;
267
277
  /** Plaintext config value */
268
278
  value?: string | null;
269
- /** Key/value pairs for selecting/filtering config entries */
270
- labels?: Record<string, unknown> | null;
271
- /** Freeform metadata for tooling and operational notes */
272
- annotations?: Record<string, unknown> | null;
273
- /** Human-readable note about this config entry */
274
- description?: string | null;
275
- createdAt?: string | null;
276
- updatedAt?: string | null;
277
- /** Optional expiration timestamp for time-limited config entries */
278
- expiresAt?: string | null;
279
279
  }
280
280
  export interface PlatformInternalSecret {
281
+ annotations?: Record<string, unknown> | null;
282
+ createdAt?: string | null;
283
+ description?: string | null;
281
284
  id: string;
285
+ labels?: Record<string, unknown> | null;
282
286
  name?: string | null;
283
287
  namespaceId?: string | null;
284
- description?: string | null;
285
- labels?: Record<string, unknown> | null;
286
- annotations?: Record<string, unknown> | null;
287
- createdAt?: string | null;
288
- updatedAt?: string | null;
289
- rotatedAt?: string | null;
290
288
  retiredAt?: string | null;
289
+ rotatedAt?: string | null;
290
+ updatedAt?: string | null;
291
291
  }
292
292
  export interface PlatformSecret {
293
+ annotations?: Record<string, unknown> | null;
294
+ createdAt?: string | null;
295
+ description?: string | null;
293
296
  id: string;
297
+ labels?: Record<string, unknown> | null;
294
298
  name?: string | null;
295
- provider?: string | null;
296
299
  namespaceId?: string | null;
297
- description?: string | null;
298
- labels?: Record<string, unknown> | null;
299
- annotations?: Record<string, unknown> | null;
300
- createdAt?: string | null;
301
- updatedAt?: string | null;
302
- rotatedAt?: string | null;
300
+ provider?: string | null;
303
301
  retiredAt?: string | null;
302
+ rotatedAt?: string | null;
303
+ updatedAt?: string | null;
304
304
  }
305
305
  export interface Secret {
306
+ annotations?: Record<string, unknown> | null;
307
+ createdAt?: string | null;
306
308
  databaseId?: string | null;
309
+ description?: string | null;
307
310
  id: string;
311
+ labels?: Record<string, unknown> | null;
308
312
  name?: string | null;
309
- provider?: string | null;
310
313
  namespaceId?: string | null;
311
- description?: string | null;
312
- labels?: Record<string, unknown> | null;
313
- annotations?: Record<string, unknown> | null;
314
- createdAt?: string | null;
315
- updatedAt?: string | null;
316
- rotatedAt?: string | null;
314
+ provider?: string | null;
317
315
  retiredAt?: string | null;
316
+ rotatedAt?: string | null;
317
+ updatedAt?: string | null;
318
318
  }
319
319
  export interface ConnectionResult<T> {
320
320
  nodes: T[];
@@ -327,330 +327,330 @@ export interface PageInfo {
327
327
  startCursor?: string | null;
328
328
  endCursor?: string | null;
329
329
  }
330
- export interface PlatformConfigRelations {
331
- }
332
330
  export interface ConfigRelations {
333
331
  }
332
+ export interface PlatformConfigRelations {
333
+ }
334
334
  export interface PlatformInternalSecretRelations {
335
335
  }
336
336
  export interface PlatformSecretRelations {
337
337
  }
338
338
  export interface SecretRelations {
339
339
  }
340
- export type PlatformConfigWithRelations = PlatformConfig & PlatformConfigRelations;
341
340
  export type ConfigWithRelations = Config & ConfigRelations;
341
+ export type PlatformConfigWithRelations = PlatformConfig & PlatformConfigRelations;
342
342
  export type PlatformInternalSecretWithRelations = PlatformInternalSecret & PlatformInternalSecretRelations;
343
343
  export type PlatformSecretWithRelations = PlatformSecret & PlatformSecretRelations;
344
344
  export type SecretWithRelations = Secret & SecretRelations;
345
- export type PlatformConfigSelect = {
345
+ export type ConfigSelect = {
346
+ annotations?: boolean;
347
+ createdAt?: boolean;
348
+ databaseId?: boolean;
349
+ description?: boolean;
350
+ expiresAt?: boolean;
346
351
  id?: boolean;
347
- namespaceId?: boolean;
352
+ labels?: boolean;
348
353
  name?: boolean;
354
+ namespaceId?: boolean;
349
355
  provider?: boolean;
356
+ updatedAt?: boolean;
350
357
  value?: boolean;
351
- labels?: boolean;
358
+ };
359
+ export type PlatformConfigSelect = {
352
360
  annotations?: boolean;
353
- description?: boolean;
354
361
  createdAt?: boolean;
355
- updatedAt?: boolean;
362
+ description?: boolean;
356
363
  expiresAt?: boolean;
357
- };
358
- export type ConfigSelect = {
359
364
  id?: boolean;
360
- namespaceId?: boolean;
361
- databaseId?: boolean;
365
+ labels?: boolean;
362
366
  name?: boolean;
367
+ namespaceId?: boolean;
363
368
  provider?: boolean;
364
- value?: boolean;
365
- labels?: boolean;
366
- annotations?: boolean;
367
- description?: boolean;
368
- createdAt?: boolean;
369
369
  updatedAt?: boolean;
370
- expiresAt?: boolean;
370
+ value?: boolean;
371
371
  };
372
372
  export type PlatformInternalSecretSelect = {
373
+ annotations?: boolean;
374
+ createdAt?: boolean;
375
+ description?: boolean;
373
376
  id?: boolean;
377
+ labels?: boolean;
374
378
  name?: boolean;
375
379
  namespaceId?: boolean;
376
- description?: boolean;
377
- labels?: boolean;
378
- annotations?: boolean;
379
- createdAt?: boolean;
380
- updatedAt?: boolean;
381
- rotatedAt?: boolean;
382
380
  retiredAt?: boolean;
381
+ rotatedAt?: boolean;
382
+ updatedAt?: boolean;
383
383
  };
384
384
  export type PlatformSecretSelect = {
385
+ annotations?: boolean;
386
+ createdAt?: boolean;
387
+ description?: boolean;
385
388
  id?: boolean;
389
+ labels?: boolean;
386
390
  name?: boolean;
387
- provider?: boolean;
388
391
  namespaceId?: boolean;
389
- description?: boolean;
390
- labels?: boolean;
391
- annotations?: boolean;
392
- createdAt?: boolean;
393
- updatedAt?: boolean;
394
- rotatedAt?: boolean;
392
+ provider?: boolean;
395
393
  retiredAt?: boolean;
394
+ rotatedAt?: boolean;
395
+ updatedAt?: boolean;
396
396
  };
397
397
  export type SecretSelect = {
398
+ annotations?: boolean;
399
+ createdAt?: boolean;
398
400
  databaseId?: boolean;
401
+ description?: boolean;
399
402
  id?: boolean;
403
+ labels?: boolean;
400
404
  name?: boolean;
401
- provider?: boolean;
402
405
  namespaceId?: boolean;
403
- description?: boolean;
404
- labels?: boolean;
405
- annotations?: boolean;
406
- createdAt?: boolean;
407
- updatedAt?: boolean;
408
- rotatedAt?: boolean;
406
+ provider?: boolean;
409
407
  retiredAt?: boolean;
408
+ rotatedAt?: boolean;
409
+ updatedAt?: boolean;
410
410
  };
411
- export interface PlatformConfigFilter {
411
+ export interface ConfigFilter {
412
+ /** Checks for all expressions in this list. */
413
+ and?: ConfigFilter[];
414
+ /** Filter by the object’s `annotations` field. */
415
+ annotations?: JSONFilter;
416
+ /** Filter by the object’s `createdAt` field. */
417
+ createdAt?: DatetimeFilter;
418
+ /** Filter by the object’s `databaseId` field. */
419
+ databaseId?: UUIDFilter;
420
+ /** Filter by the object’s `description` field. */
421
+ description?: StringFilter;
422
+ /** Filter by the object’s `expiresAt` field. */
423
+ expiresAt?: DatetimeFilter;
412
424
  /** Filter by the object’s `id` field. */
413
425
  id?: UUIDFilter;
414
- /** Filter by the object’s `namespaceId` field. */
415
- namespaceId?: UUIDFilter;
426
+ /** Filter by the object’s `labels` field. */
427
+ labels?: JSONFilter;
416
428
  /** Filter by the object’s `name` field. */
417
429
  name?: StringFilter;
430
+ /** Filter by the object’s `namespaceId` field. */
431
+ namespaceId?: UUIDFilter;
432
+ /** Negates the expression. */
433
+ not?: ConfigFilter;
434
+ /** Checks for any expressions in this list. */
435
+ or?: ConfigFilter[];
418
436
  /** Filter by the object’s `provider` field. */
419
437
  provider?: StringFilter;
438
+ /** Filter by the object’s `updatedAt` field. */
439
+ updatedAt?: DatetimeFilter;
420
440
  /** Filter by the object’s `value` field. */
421
441
  value?: StringFilter;
422
- /** Filter by the object’s `labels` field. */
423
- labels?: JSONFilter;
442
+ }
443
+ export interface PlatformConfigFilter {
444
+ /** Checks for all expressions in this list. */
445
+ and?: PlatformConfigFilter[];
424
446
  /** Filter by the object’s `annotations` field. */
425
447
  annotations?: JSONFilter;
426
- /** Filter by the object’s `description` field. */
427
- description?: StringFilter;
428
448
  /** Filter by the object’s `createdAt` field. */
429
449
  createdAt?: DatetimeFilter;
430
- /** Filter by the object’s `updatedAt` field. */
431
- updatedAt?: DatetimeFilter;
450
+ /** Filter by the object’s `description` field. */
451
+ description?: StringFilter;
432
452
  /** Filter by the object’s `expiresAt` field. */
433
453
  expiresAt?: DatetimeFilter;
434
- /** Checks for all expressions in this list. */
435
- and?: PlatformConfigFilter[];
436
- /** Checks for any expressions in this list. */
437
- or?: PlatformConfigFilter[];
438
- /** Negates the expression. */
439
- not?: PlatformConfigFilter;
440
- }
441
- export interface ConfigFilter {
442
454
  /** Filter by the object’s `id` field. */
443
455
  id?: UUIDFilter;
444
- /** Filter by the object’s `namespaceId` field. */
445
- namespaceId?: UUIDFilter;
446
- /** Filter by the object’s `databaseId` field. */
447
- databaseId?: UUIDFilter;
456
+ /** Filter by the object’s `labels` field. */
457
+ labels?: JSONFilter;
448
458
  /** Filter by the object’s `name` field. */
449
459
  name?: StringFilter;
460
+ /** Filter by the object’s `namespaceId` field. */
461
+ namespaceId?: UUIDFilter;
462
+ /** Negates the expression. */
463
+ not?: PlatformConfigFilter;
464
+ /** Checks for any expressions in this list. */
465
+ or?: PlatformConfigFilter[];
450
466
  /** Filter by the object’s `provider` field. */
451
467
  provider?: StringFilter;
468
+ /** Filter by the object’s `updatedAt` field. */
469
+ updatedAt?: DatetimeFilter;
452
470
  /** Filter by the object’s `value` field. */
453
471
  value?: StringFilter;
454
- /** Filter by the object’s `labels` field. */
455
- labels?: JSONFilter;
472
+ }
473
+ export interface PlatformInternalSecretFilter {
474
+ /** Checks for all expressions in this list. */
475
+ and?: PlatformInternalSecretFilter[];
456
476
  /** Filter by the object’s `annotations` field. */
457
477
  annotations?: JSONFilter;
458
- /** Filter by the object’s `description` field. */
459
- description?: StringFilter;
460
478
  /** Filter by the object’s `createdAt` field. */
461
479
  createdAt?: DatetimeFilter;
462
- /** Filter by the object’s `updatedAt` field. */
463
- updatedAt?: DatetimeFilter;
464
- /** Filter by the object’s `expiresAt` field. */
465
- expiresAt?: DatetimeFilter;
466
- /** Checks for all expressions in this list. */
467
- and?: ConfigFilter[];
468
- /** Checks for any expressions in this list. */
469
- or?: ConfigFilter[];
470
- /** Negates the expression. */
471
- not?: ConfigFilter;
472
- }
473
- export interface PlatformInternalSecretFilter {
480
+ /** Filter by the object’s `description` field. */
481
+ description?: StringFilter;
474
482
  /** Filter by the object’s `id` field. */
475
483
  id?: UUIDFilter;
484
+ /** Filter by the object’s `labels` field. */
485
+ labels?: JSONFilter;
476
486
  /** Filter by the object’s `name` field. */
477
487
  name?: StringFilter;
478
488
  /** Filter by the object’s `namespaceId` field. */
479
489
  namespaceId?: UUIDFilter;
480
- /** Filter by the object’s `description` field. */
481
- description?: StringFilter;
482
- /** Filter by the object’s `labels` field. */
483
- labels?: JSONFilter;
484
- /** Filter by the object’s `annotations` field. */
485
- annotations?: JSONFilter;
486
- /** Filter by the object’s `createdAt` field. */
487
- createdAt?: DatetimeFilter;
488
- /** Filter by the object’s `updatedAt` field. */
489
- updatedAt?: DatetimeFilter;
490
- /** Filter by the object’s `rotatedAt` field. */
491
- rotatedAt?: DatetimeFilter;
492
- /** Filter by the object’s `retiredAt` field. */
493
- retiredAt?: DatetimeFilter;
494
- /** Checks for all expressions in this list. */
495
- and?: PlatformInternalSecretFilter[];
496
- /** Checks for any expressions in this list. */
497
- or?: PlatformInternalSecretFilter[];
498
490
  /** Negates the expression. */
499
491
  not?: PlatformInternalSecretFilter;
492
+ /** Checks for any expressions in this list. */
493
+ or?: PlatformInternalSecretFilter[];
494
+ /** Filter by the object’s `retiredAt` field. */
495
+ retiredAt?: DatetimeFilter;
496
+ /** Filter by the object’s `rotatedAt` field. */
497
+ rotatedAt?: DatetimeFilter;
498
+ /** Filter by the object’s `updatedAt` field. */
499
+ updatedAt?: DatetimeFilter;
500
500
  }
501
501
  export interface PlatformSecretFilter {
502
+ /** Checks for all expressions in this list. */
503
+ and?: PlatformSecretFilter[];
504
+ /** Filter by the object’s `annotations` field. */
505
+ annotations?: JSONFilter;
506
+ /** Filter by the object’s `createdAt` field. */
507
+ createdAt?: DatetimeFilter;
508
+ /** Filter by the object’s `description` field. */
509
+ description?: StringFilter;
502
510
  /** Filter by the object’s `id` field. */
503
511
  id?: UUIDFilter;
512
+ /** Filter by the object’s `labels` field. */
513
+ labels?: JSONFilter;
504
514
  /** Filter by the object’s `name` field. */
505
515
  name?: StringFilter;
506
- /** Filter by the object’s `provider` field. */
507
- provider?: StringFilter;
508
516
  /** Filter by the object’s `namespaceId` field. */
509
517
  namespaceId?: UUIDFilter;
510
- /** Filter by the object’s `description` field. */
511
- description?: StringFilter;
512
- /** Filter by the object’s `labels` field. */
513
- labels?: JSONFilter;
514
- /** Filter by the object’s `annotations` field. */
515
- annotations?: JSONFilter;
516
- /** Filter by the object’s `createdAt` field. */
517
- createdAt?: DatetimeFilter;
518
- /** Filter by the object’s `updatedAt` field. */
519
- updatedAt?: DatetimeFilter;
520
- /** Filter by the object’s `rotatedAt` field. */
521
- rotatedAt?: DatetimeFilter;
522
- /** Filter by the object’s `retiredAt` field. */
523
- retiredAt?: DatetimeFilter;
524
- /** Checks for all expressions in this list. */
525
- and?: PlatformSecretFilter[];
526
- /** Checks for any expressions in this list. */
527
- or?: PlatformSecretFilter[];
528
518
  /** Negates the expression. */
529
519
  not?: PlatformSecretFilter;
520
+ /** Checks for any expressions in this list. */
521
+ or?: PlatformSecretFilter[];
522
+ /** Filter by the object’s `provider` field. */
523
+ provider?: StringFilter;
524
+ /** Filter by the object’s `retiredAt` field. */
525
+ retiredAt?: DatetimeFilter;
526
+ /** Filter by the object’s `rotatedAt` field. */
527
+ rotatedAt?: DatetimeFilter;
528
+ /** Filter by the object’s `updatedAt` field. */
529
+ updatedAt?: DatetimeFilter;
530
530
  }
531
531
  export interface SecretFilter {
532
+ /** Checks for all expressions in this list. */
533
+ and?: SecretFilter[];
534
+ /** Filter by the object’s `annotations` field. */
535
+ annotations?: JSONFilter;
536
+ /** Filter by the object’s `createdAt` field. */
537
+ createdAt?: DatetimeFilter;
532
538
  /** Filter by the object’s `databaseId` field. */
533
539
  databaseId?: UUIDFilter;
540
+ /** Filter by the object’s `description` field. */
541
+ description?: StringFilter;
534
542
  /** Filter by the object’s `id` field. */
535
543
  id?: UUIDFilter;
544
+ /** Filter by the object’s `labels` field. */
545
+ labels?: JSONFilter;
536
546
  /** Filter by the object’s `name` field. */
537
547
  name?: StringFilter;
538
- /** Filter by the object’s `provider` field. */
539
- provider?: StringFilter;
540
548
  /** Filter by the object’s `namespaceId` field. */
541
549
  namespaceId?: UUIDFilter;
542
- /** Filter by the object’s `description` field. */
543
- description?: StringFilter;
544
- /** Filter by the object’s `labels` field. */
545
- labels?: JSONFilter;
546
- /** Filter by the object’s `annotations` field. */
547
- annotations?: JSONFilter;
548
- /** Filter by the object’s `createdAt` field. */
549
- createdAt?: DatetimeFilter;
550
- /** Filter by the object’s `updatedAt` field. */
551
- updatedAt?: DatetimeFilter;
552
- /** Filter by the object’s `rotatedAt` field. */
553
- rotatedAt?: DatetimeFilter;
554
- /** Filter by the object’s `retiredAt` field. */
555
- retiredAt?: DatetimeFilter;
556
- /** Checks for all expressions in this list. */
557
- and?: SecretFilter[];
558
- /** Checks for any expressions in this list. */
559
- or?: SecretFilter[];
560
550
  /** Negates the expression. */
561
551
  not?: SecretFilter;
552
+ /** Checks for any expressions in this list. */
553
+ or?: SecretFilter[];
554
+ /** Filter by the object’s `provider` field. */
555
+ provider?: StringFilter;
556
+ /** Filter by the object’s `retiredAt` field. */
557
+ retiredAt?: DatetimeFilter;
558
+ /** Filter by the object’s `rotatedAt` field. */
559
+ rotatedAt?: DatetimeFilter;
560
+ /** Filter by the object’s `updatedAt` field. */
561
+ updatedAt?: DatetimeFilter;
562
562
  }
563
- 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';
564
- 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';
565
- 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';
566
- 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';
567
- 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';
568
- export interface CreatePlatformConfigInput {
563
+ 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';
564
+ 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';
565
+ 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';
566
+ 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';
567
+ 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';
568
+ export interface CreateConfigInput {
569
569
  clientMutationId?: string;
570
- platformConfig: {
571
- namespaceId: string;
572
- name: string;
573
- provider?: string;
574
- value?: string;
575
- labels?: Record<string, unknown>;
570
+ config: {
576
571
  annotations?: Record<string, unknown>;
572
+ databaseId: string;
577
573
  description?: string;
578
574
  expiresAt?: string;
575
+ labels?: Record<string, unknown>;
576
+ name: string;
577
+ namespaceId: string;
578
+ provider?: string;
579
+ value?: string;
579
580
  };
580
581
  }
581
- export interface PlatformConfigPatch {
582
- namespaceId?: string | null;
583
- name?: string | null;
584
- provider?: string | null;
585
- value?: string | null;
586
- labels?: Record<string, unknown> | null;
582
+ export interface ConfigPatch {
587
583
  annotations?: Record<string, unknown> | null;
584
+ databaseId?: string | null;
588
585
  description?: string | null;
589
586
  expiresAt?: string | null;
587
+ labels?: Record<string, unknown> | null;
588
+ name?: string | null;
589
+ namespaceId?: string | null;
590
+ provider?: string | null;
591
+ value?: string | null;
590
592
  }
591
- export interface UpdatePlatformConfigInput {
593
+ export interface UpdateConfigInput {
592
594
  clientMutationId?: string;
593
595
  id: string;
594
- platformConfigPatch: PlatformConfigPatch;
596
+ configPatch: ConfigPatch;
595
597
  }
596
- export interface DeletePlatformConfigInput {
598
+ export interface DeleteConfigInput {
597
599
  clientMutationId?: string;
598
600
  id: string;
599
601
  }
600
- export interface CreateConfigInput {
602
+ export interface CreatePlatformConfigInput {
601
603
  clientMutationId?: string;
602
- config: {
603
- namespaceId: string;
604
- databaseId: string;
605
- name: string;
606
- provider?: string;
607
- value?: string;
608
- labels?: Record<string, unknown>;
604
+ platformConfig: {
609
605
  annotations?: Record<string, unknown>;
610
606
  description?: string;
611
607
  expiresAt?: string;
608
+ labels?: Record<string, unknown>;
609
+ name: string;
610
+ namespaceId: string;
611
+ provider?: string;
612
+ value?: string;
612
613
  };
613
614
  }
614
- export interface ConfigPatch {
615
- namespaceId?: string | null;
616
- databaseId?: string | null;
617
- name?: string | null;
618
- provider?: string | null;
619
- value?: string | null;
620
- labels?: Record<string, unknown> | null;
615
+ export interface PlatformConfigPatch {
621
616
  annotations?: Record<string, unknown> | null;
622
617
  description?: string | null;
623
618
  expiresAt?: string | null;
619
+ labels?: Record<string, unknown> | null;
620
+ name?: string | null;
621
+ namespaceId?: string | null;
622
+ provider?: string | null;
623
+ value?: string | null;
624
624
  }
625
- export interface UpdateConfigInput {
625
+ export interface UpdatePlatformConfigInput {
626
626
  clientMutationId?: string;
627
627
  id: string;
628
- configPatch: ConfigPatch;
628
+ platformConfigPatch: PlatformConfigPatch;
629
629
  }
630
- export interface DeleteConfigInput {
630
+ export interface DeletePlatformConfigInput {
631
631
  clientMutationId?: string;
632
632
  id: string;
633
633
  }
634
634
  export interface CreatePlatformInternalSecretInput {
635
635
  clientMutationId?: string;
636
636
  platformInternalSecret: {
637
- name?: string;
638
- namespaceId?: string;
637
+ annotations?: Record<string, unknown>;
639
638
  description?: string;
640
639
  labels?: Record<string, unknown>;
641
- annotations?: Record<string, unknown>;
642
- rotatedAt?: string;
640
+ name?: string;
641
+ namespaceId?: string;
643
642
  retiredAt?: string;
643
+ rotatedAt?: string;
644
644
  };
645
645
  }
646
646
  export interface PlatformInternalSecretPatch {
647
- name?: string | null;
648
- namespaceId?: string | null;
647
+ annotations?: Record<string, unknown> | null;
649
648
  description?: string | null;
650
649
  labels?: Record<string, unknown> | null;
651
- annotations?: Record<string, unknown> | null;
652
- rotatedAt?: string | null;
650
+ name?: string | null;
651
+ namespaceId?: string | null;
653
652
  retiredAt?: string | null;
653
+ rotatedAt?: string | null;
654
654
  }
655
655
  export interface UpdatePlatformInternalSecretInput {
656
656
  clientMutationId?: string;
@@ -664,25 +664,25 @@ export interface DeletePlatformInternalSecretInput {
664
664
  export interface CreatePlatformSecretInput {
665
665
  clientMutationId?: string;
666
666
  platformSecret: {
667
- name?: string;
668
- provider?: string;
669
- namespaceId?: string;
667
+ annotations?: Record<string, unknown>;
670
668
  description?: string;
671
669
  labels?: Record<string, unknown>;
672
- annotations?: Record<string, unknown>;
673
- rotatedAt?: string;
670
+ name?: string;
671
+ namespaceId?: string;
672
+ provider?: string;
674
673
  retiredAt?: string;
674
+ rotatedAt?: string;
675
675
  };
676
676
  }
677
677
  export interface PlatformSecretPatch {
678
- name?: string | null;
679
- provider?: string | null;
680
- namespaceId?: string | null;
678
+ annotations?: Record<string, unknown> | null;
681
679
  description?: string | null;
682
680
  labels?: Record<string, unknown> | null;
683
- annotations?: Record<string, unknown> | null;
684
- rotatedAt?: string | null;
681
+ name?: string | null;
682
+ namespaceId?: string | null;
683
+ provider?: string | null;
685
684
  retiredAt?: string | null;
685
+ rotatedAt?: string | null;
686
686
  }
687
687
  export interface UpdatePlatformSecretInput {
688
688
  clientMutationId?: string;
@@ -696,27 +696,27 @@ export interface DeletePlatformSecretInput {
696
696
  export interface CreateSecretInput {
697
697
  clientMutationId?: string;
698
698
  secret: {
699
+ annotations?: Record<string, unknown>;
699
700
  databaseId?: string;
700
- name?: string;
701
- provider?: string;
702
- namespaceId?: string;
703
701
  description?: string;
704
702
  labels?: Record<string, unknown>;
705
- annotations?: Record<string, unknown>;
706
- rotatedAt?: string;
703
+ name?: string;
704
+ namespaceId?: string;
705
+ provider?: string;
707
706
  retiredAt?: string;
707
+ rotatedAt?: string;
708
708
  };
709
709
  }
710
710
  export interface SecretPatch {
711
+ annotations?: Record<string, unknown> | null;
711
712
  databaseId?: string | null;
712
- name?: string | null;
713
- provider?: string | null;
714
- namespaceId?: string | null;
715
713
  description?: string | null;
716
714
  labels?: Record<string, unknown> | null;
717
- annotations?: Record<string, unknown> | null;
718
- rotatedAt?: string | null;
715
+ name?: string | null;
716
+ namespaceId?: string | null;
717
+ provider?: string | null;
719
718
  retiredAt?: string | null;
719
+ rotatedAt?: string | null;
720
720
  }
721
721
  export interface UpdateSecretInput {
722
722
  clientMutationId?: string;
@@ -728,83 +728,83 @@ export interface DeleteSecretInput {
728
728
  id: string;
729
729
  }
730
730
  export declare const connectionFieldsMap: Record<string, Record<string, string>>;
731
- export interface PlatformInternalSecretsDelInput {
731
+ export interface _SecretsDelInput {
732
732
  clientMutationId?: string;
733
- secretName?: string;
733
+ databaseId?: string;
734
734
  namespaceId?: string;
735
+ secretName?: string;
735
736
  }
736
- export interface PlatformSecretsDelInput {
737
+ export interface _SecretsRemoveArrayInput {
737
738
  clientMutationId?: string;
738
- secretName?: string;
739
+ databaseId?: string;
739
740
  namespaceId?: string;
741
+ secretNames?: string[];
740
742
  }
741
- export interface _SecretsDelInput {
743
+ export interface _SecretsRotateInput {
744
+ algo?: string;
742
745
  clientMutationId?: string;
743
746
  databaseId?: string;
744
- secretName?: string;
745
747
  namespaceId?: string;
748
+ secretName?: string;
749
+ secretValue?: string;
746
750
  }
747
- export interface PlatformInternalSecretsRemoveArrayInput {
751
+ export interface _SecretsSetInput {
752
+ algo?: string;
748
753
  clientMutationId?: string;
749
- secretNames?: string[];
750
- namespaceId?: string;
754
+ provider?: string;
755
+ scopeDatabaseId?: string;
756
+ secretName?: string;
757
+ secretNamespaceId?: string;
758
+ secretValue?: string;
751
759
  }
752
- export interface PlatformSecretsRemoveArrayInput {
760
+ export interface PlatformInternalSecretsDelInput {
753
761
  clientMutationId?: string;
754
- secretNames?: string[];
755
762
  namespaceId?: string;
763
+ secretName?: string;
756
764
  }
757
- export interface _SecretsRemoveArrayInput {
765
+ export interface PlatformInternalSecretsRemoveArrayInput {
758
766
  clientMutationId?: string;
759
- databaseId?: string;
760
- secretNames?: string[];
761
767
  namespaceId?: string;
768
+ secretNames?: string[];
762
769
  }
763
770
  export interface PlatformInternalSecretsRotateInput {
771
+ algo?: string;
764
772
  clientMutationId?: string;
773
+ namespaceId?: string;
765
774
  secretName?: string;
766
775
  secretValue?: string;
767
- namespaceId?: string;
768
- algo?: string;
769
776
  }
770
777
  export interface PlatformInternalSecretsSetInput {
778
+ algo?: string;
771
779
  clientMutationId?: string;
772
780
  secretName?: string;
773
- secretValue?: string;
774
781
  secretNamespaceId?: string;
775
- algo?: string;
782
+ secretValue?: string;
776
783
  }
777
- export interface PlatformSecretsRotateInput {
784
+ export interface PlatformSecretsDelInput {
778
785
  clientMutationId?: string;
779
- secretName?: string;
780
- secretValue?: string;
781
786
  namespaceId?: string;
782
- algo?: string;
787
+ secretName?: string;
783
788
  }
784
- export interface _SecretsRotateInput {
789
+ export interface PlatformSecretsRemoveArrayInput {
785
790
  clientMutationId?: string;
786
- databaseId?: string;
787
- secretName?: string;
788
- secretValue?: string;
789
791
  namespaceId?: string;
790
- algo?: string;
792
+ secretNames?: string[];
791
793
  }
792
- export interface PlatformSecretsSetInput {
794
+ export interface PlatformSecretsRotateInput {
795
+ algo?: string;
793
796
  clientMutationId?: string;
797
+ namespaceId?: string;
794
798
  secretName?: string;
795
799
  secretValue?: string;
796
- secretNamespaceId?: string;
797
- algo?: string;
798
- provider?: string;
799
800
  }
800
- export interface _SecretsSetInput {
801
+ export interface PlatformSecretsSetInput {
802
+ algo?: string;
801
803
  clientMutationId?: string;
802
- scopeDatabaseId?: string;
804
+ provider?: string;
803
805
  secretName?: string;
804
- secretValue?: string;
805
806
  secretNamespaceId?: string;
806
- algo?: string;
807
- provider?: string;
807
+ secretValue?: string;
808
808
  }
809
809
  export interface ProvisionBucketInput {
810
810
  /** The logical bucket key (e.g., "public", "private") */
@@ -815,130 +815,134 @@ export interface ProvisionBucketInput {
815
815
  */
816
816
  ownerId?: string;
817
817
  }
818
- /** An input for mutations affecting `PlatformConfig` */
819
- export interface PlatformConfigInput {
818
+ /** An input for mutations affecting `Config` */
819
+ export interface ConfigInput {
820
+ /** Freeform metadata for tooling and operational notes */
821
+ annotations?: Record<string, unknown>;
822
+ createdAt?: string;
823
+ /** Database that owns this resource (database-scoped isolation) */
824
+ databaseId: string;
825
+ /** Human-readable note about this config entry */
826
+ description?: string;
827
+ /** Optional expiration timestamp for time-limited config entries */
828
+ expiresAt?: string;
820
829
  /** Unique identifier for this config entry */
821
- id?: string;
822
- /** FK to namespaces logical grouping for config entries */
823
- namespaceId: string;
830
+ id?: string;
831
+ /** Key/value pairs for selecting/filtering config entries */
832
+ labels?: Record<string, unknown>;
824
833
  /** Key name identifying the config entry */
825
834
  name: string;
835
+ /** FK to namespaces — logical grouping for config entries */
836
+ namespaceId: string;
826
837
  /** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
827
838
  provider?: string;
839
+ updatedAt?: string;
828
840
  /** Plaintext config value */
829
841
  value?: string;
830
- /** Key/value pairs for selecting/filtering config entries */
831
- labels?: Record<string, unknown>;
842
+ }
843
+ /** An input for mutations affecting `PlatformConfig` */
844
+ export interface PlatformConfigInput {
832
845
  /** Freeform metadata for tooling and operational notes */
833
846
  annotations?: Record<string, unknown>;
847
+ createdAt?: string;
834
848
  /** Human-readable note about this config entry */
835
849
  description?: string;
836
- createdAt?: string;
837
- updatedAt?: string;
838
850
  /** Optional expiration timestamp for time-limited config entries */
839
851
  expiresAt?: string;
840
- }
841
- /** An input for mutations affecting `Config` */
842
- export interface ConfigInput {
843
852
  /** Unique identifier for this config entry */
844
853
  id?: string;
845
- /** FK to namespaces logical grouping for config entries */
846
- namespaceId: string;
847
- /** Database that owns this resource (database-scoped isolation) */
848
- databaseId: string;
854
+ /** Key/value pairs for selecting/filtering config entries */
855
+ labels?: Record<string, unknown>;
849
856
  /** Key name identifying the config entry */
850
857
  name: string;
858
+ /** FK to namespaces — logical grouping for config entries */
859
+ namespaceId: string;
851
860
  /** Integration provider slug (e.g. mailgun, postgres). Used by the UI to group config entries by integration. No FK. */
852
861
  provider?: string;
862
+ updatedAt?: string;
853
863
  /** Plaintext config value */
854
864
  value?: string;
855
- /** Key/value pairs for selecting/filtering config entries */
856
- labels?: Record<string, unknown>;
857
- /** Freeform metadata for tooling and operational notes */
858
- annotations?: Record<string, unknown>;
859
- /** Human-readable note about this config entry */
860
- description?: string;
861
- createdAt?: string;
862
- updatedAt?: string;
863
- /** Optional expiration timestamp for time-limited config entries */
864
- expiresAt?: string;
865
865
  }
866
866
  /** An input for mutations affecting `PlatformInternalSecret` */
867
867
  export interface PlatformInternalSecretInput {
868
+ annotations?: Record<string, unknown>;
869
+ createdAt?: string;
870
+ description?: string;
868
871
  id?: string;
872
+ labels?: Record<string, unknown>;
869
873
  name?: string;
870
874
  namespaceId?: string;
871
- description?: string;
872
- labels?: Record<string, unknown>;
873
- annotations?: Record<string, unknown>;
874
- createdAt?: string;
875
- updatedAt?: string;
876
- rotatedAt?: string;
877
875
  retiredAt?: string;
876
+ rotatedAt?: string;
877
+ updatedAt?: string;
878
878
  }
879
879
  /** An input for mutations affecting `PlatformSecret` */
880
880
  export interface PlatformSecretInput {
881
+ annotations?: Record<string, unknown>;
882
+ createdAt?: string;
883
+ description?: string;
881
884
  id?: string;
885
+ labels?: Record<string, unknown>;
882
886
  name?: string;
883
- provider?: string;
884
887
  namespaceId?: string;
885
- description?: string;
886
- labels?: Record<string, unknown>;
887
- annotations?: Record<string, unknown>;
888
- createdAt?: string;
889
- updatedAt?: string;
890
- rotatedAt?: string;
888
+ provider?: string;
891
889
  retiredAt?: string;
890
+ rotatedAt?: string;
891
+ updatedAt?: string;
892
892
  }
893
893
  /** An input for mutations affecting `Secret` */
894
894
  export interface SecretInput {
895
+ annotations?: Record<string, unknown>;
896
+ createdAt?: string;
895
897
  databaseId?: string;
898
+ description?: string;
896
899
  id?: string;
900
+ labels?: Record<string, unknown>;
897
901
  name?: string;
898
- provider?: string;
899
902
  namespaceId?: string;
900
- description?: string;
901
- labels?: Record<string, unknown>;
902
- annotations?: Record<string, unknown>;
903
- createdAt?: string;
904
- updatedAt?: string;
905
- rotatedAt?: string;
903
+ provider?: string;
906
904
  retiredAt?: string;
905
+ rotatedAt?: string;
906
+ updatedAt?: string;
907
907
  }
908
- export interface PlatformInternalSecretsDelPayload {
908
+ export interface _SecretsDelPayload {
909
909
  clientMutationId?: string | null;
910
910
  }
911
- export type PlatformInternalSecretsDelPayloadSelect = {
911
+ export type _SecretsDelPayloadSelect = {
912
912
  clientMutationId?: boolean;
913
913
  };
914
- export interface PlatformSecretsDelPayload {
914
+ export interface _SecretsRemoveArrayPayload {
915
915
  clientMutationId?: string | null;
916
916
  }
917
- export type PlatformSecretsDelPayloadSelect = {
917
+ export type _SecretsRemoveArrayPayloadSelect = {
918
918
  clientMutationId?: boolean;
919
919
  };
920
- export interface _SecretsDelPayload {
920
+ export interface _SecretsRotatePayload {
921
921
  clientMutationId?: string | null;
922
+ result?: boolean | null;
922
923
  }
923
- export type _SecretsDelPayloadSelect = {
924
+ export type _SecretsRotatePayloadSelect = {
924
925
  clientMutationId?: boolean;
926
+ result?: boolean;
925
927
  };
926
- export interface PlatformInternalSecretsRemoveArrayPayload {
928
+ export interface _SecretsSetPayload {
927
929
  clientMutationId?: string | null;
930
+ result?: boolean | null;
928
931
  }
929
- export type PlatformInternalSecretsRemoveArrayPayloadSelect = {
932
+ export type _SecretsSetPayloadSelect = {
930
933
  clientMutationId?: boolean;
934
+ result?: boolean;
931
935
  };
932
- export interface PlatformSecretsRemoveArrayPayload {
936
+ export interface PlatformInternalSecretsDelPayload {
933
937
  clientMutationId?: string | null;
934
938
  }
935
- export type PlatformSecretsRemoveArrayPayloadSelect = {
939
+ export type PlatformInternalSecretsDelPayloadSelect = {
936
940
  clientMutationId?: boolean;
937
941
  };
938
- export interface _SecretsRemoveArrayPayload {
942
+ export interface PlatformInternalSecretsRemoveArrayPayload {
939
943
  clientMutationId?: string | null;
940
944
  }
941
- export type _SecretsRemoveArrayPayloadSelect = {
945
+ export type PlatformInternalSecretsRemoveArrayPayloadSelect = {
942
946
  clientMutationId?: boolean;
943
947
  };
944
948
  export interface PlatformInternalSecretsRotatePayload {
@@ -957,104 +961,55 @@ export type PlatformInternalSecretsSetPayloadSelect = {
957
961
  clientMutationId?: boolean;
958
962
  result?: boolean;
959
963
  };
960
- export interface PlatformSecretsRotatePayload {
964
+ export interface PlatformSecretsDelPayload {
961
965
  clientMutationId?: string | null;
962
- result?: boolean | null;
963
966
  }
964
- export type PlatformSecretsRotatePayloadSelect = {
967
+ export type PlatformSecretsDelPayloadSelect = {
965
968
  clientMutationId?: boolean;
966
- result?: boolean;
967
969
  };
968
- export interface _SecretsRotatePayload {
970
+ export interface PlatformSecretsRemoveArrayPayload {
969
971
  clientMutationId?: string | null;
970
- result?: boolean | null;
971
972
  }
972
- export type _SecretsRotatePayloadSelect = {
973
+ export type PlatformSecretsRemoveArrayPayloadSelect = {
973
974
  clientMutationId?: boolean;
974
- result?: boolean;
975
975
  };
976
- export interface PlatformSecretsSetPayload {
976
+ export interface PlatformSecretsRotatePayload {
977
977
  clientMutationId?: string | null;
978
978
  result?: boolean | null;
979
979
  }
980
- export type PlatformSecretsSetPayloadSelect = {
980
+ export type PlatformSecretsRotatePayloadSelect = {
981
981
  clientMutationId?: boolean;
982
982
  result?: boolean;
983
983
  };
984
- export interface _SecretsSetPayload {
984
+ export interface PlatformSecretsSetPayload {
985
985
  clientMutationId?: string | null;
986
986
  result?: boolean | null;
987
987
  }
988
- export type _SecretsSetPayloadSelect = {
988
+ export type PlatformSecretsSetPayloadSelect = {
989
989
  clientMutationId?: boolean;
990
990
  result?: boolean;
991
991
  };
992
992
  export interface ProvisionBucketPayload {
993
- /** Whether provisioning succeeded */
994
- success: boolean;
995
- /** The S3 bucket name that was provisioned */
996
- bucketName: string;
997
993
  /** The access type applied */
998
994
  accessType: string;
999
- /** The storage provider used */
1000
- provider: string;
995
+ /** The S3 bucket name that was provisioned */
996
+ bucketName: string;
1001
997
  /** The S3 endpoint (null for AWS S3 default) */
1002
998
  endpoint?: string | null;
1003
999
  /** Error message if provisioning failed */
1004
1000
  error?: string | null;
1001
+ /** The storage provider used */
1002
+ provider: string;
1003
+ /** Whether provisioning succeeded */
1004
+ success: boolean;
1005
1005
  }
1006
1006
  export type ProvisionBucketPayloadSelect = {
1007
- success?: boolean;
1008
- bucketName?: boolean;
1009
1007
  accessType?: boolean;
1010
- provider?: boolean;
1008
+ bucketName?: boolean;
1011
1009
  endpoint?: boolean;
1012
1010
  error?: boolean;
1013
- };
1014
- export interface CreatePlatformConfigPayload {
1015
- clientMutationId?: string | null;
1016
- /** The `PlatformConfig` that was created by this mutation. */
1017
- platformConfig?: PlatformConfig | null;
1018
- platformConfigEdge?: PlatformConfigEdge | null;
1019
- }
1020
- export type CreatePlatformConfigPayloadSelect = {
1021
- clientMutationId?: boolean;
1022
- platformConfig?: {
1023
- select: PlatformConfigSelect;
1024
- };
1025
- platformConfigEdge?: {
1026
- select: PlatformConfigEdgeSelect;
1027
- };
1028
- };
1029
- export interface UpdatePlatformConfigPayload {
1030
- clientMutationId?: string | null;
1031
- /** The `PlatformConfig` that was updated by this mutation. */
1032
- platformConfig?: PlatformConfig | null;
1033
- platformConfigEdge?: PlatformConfigEdge | null;
1034
- }
1035
- export type UpdatePlatformConfigPayloadSelect = {
1036
- clientMutationId?: boolean;
1037
- platformConfig?: {
1038
- select: PlatformConfigSelect;
1039
- };
1040
- platformConfigEdge?: {
1041
- select: PlatformConfigEdgeSelect;
1042
- };
1043
- };
1044
- export interface DeletePlatformConfigPayload {
1045
- clientMutationId?: string | null;
1046
- /** The `PlatformConfig` that was deleted by this mutation. */
1047
- platformConfig?: PlatformConfig | null;
1048
- platformConfigEdge?: PlatformConfigEdge | null;
1049
- }
1050
- export type DeletePlatformConfigPayloadSelect = {
1051
- clientMutationId?: boolean;
1052
- platformConfig?: {
1053
- select: PlatformConfigSelect;
1054
- };
1055
- platformConfigEdge?: {
1056
- select: PlatformConfigEdgeSelect;
1057
- };
1011
+ provider?: boolean;
1012
+ success?: boolean;
1058
1013
  };
1059
1014
  export interface CreateConfigPayload {
1060
1015
  clientMutationId?: string | null;
@@ -1101,6 +1056,51 @@ export type DeleteConfigPayloadSelect = {
1101
1056
  select: ConfigEdgeSelect;
1102
1057
  };
1103
1058
  };
1059
+ export interface CreatePlatformConfigPayload {
1060
+ clientMutationId?: string | null;
1061
+ /** The `PlatformConfig` that was created by this mutation. */
1062
+ platformConfig?: PlatformConfig | null;
1063
+ platformConfigEdge?: PlatformConfigEdge | null;
1064
+ }
1065
+ export type CreatePlatformConfigPayloadSelect = {
1066
+ clientMutationId?: boolean;
1067
+ platformConfig?: {
1068
+ select: PlatformConfigSelect;
1069
+ };
1070
+ platformConfigEdge?: {
1071
+ select: PlatformConfigEdgeSelect;
1072
+ };
1073
+ };
1074
+ export interface UpdatePlatformConfigPayload {
1075
+ clientMutationId?: string | null;
1076
+ /** The `PlatformConfig` that was updated by this mutation. */
1077
+ platformConfig?: PlatformConfig | null;
1078
+ platformConfigEdge?: PlatformConfigEdge | null;
1079
+ }
1080
+ export type UpdatePlatformConfigPayloadSelect = {
1081
+ clientMutationId?: boolean;
1082
+ platformConfig?: {
1083
+ select: PlatformConfigSelect;
1084
+ };
1085
+ platformConfigEdge?: {
1086
+ select: PlatformConfigEdgeSelect;
1087
+ };
1088
+ };
1089
+ export interface DeletePlatformConfigPayload {
1090
+ clientMutationId?: string | null;
1091
+ /** The `PlatformConfig` that was deleted by this mutation. */
1092
+ platformConfig?: PlatformConfig | null;
1093
+ platformConfigEdge?: PlatformConfigEdge | null;
1094
+ }
1095
+ export type DeletePlatformConfigPayloadSelect = {
1096
+ clientMutationId?: boolean;
1097
+ platformConfig?: {
1098
+ select: PlatformConfigSelect;
1099
+ };
1100
+ platformConfigEdge?: {
1101
+ select: PlatformConfigEdgeSelect;
1102
+ };
1103
+ };
1104
1104
  export interface CreatePlatformInternalSecretPayload {
1105
1105
  clientMutationId?: string | null;
1106
1106
  /** The `PlatformInternalSecret` that was created by this mutation. */
@@ -1134,18 +1134,6 @@ export type CreateSecretPayloadSelect = {
1134
1134
  select: SecretSelect;
1135
1135
  };
1136
1136
  };
1137
- /** A `PlatformConfig` edge in the connection. */
1138
- export interface PlatformConfigEdge {
1139
- cursor?: string | null;
1140
- /** The `PlatformConfig` at the end of the edge. */
1141
- node?: PlatformConfig | null;
1142
- }
1143
- export type PlatformConfigEdgeSelect = {
1144
- cursor?: boolean;
1145
- node?: {
1146
- select: PlatformConfigSelect;
1147
- };
1148
- };
1149
1137
  /** A `Config` edge in the connection. */
1150
1138
  export interface ConfigEdge {
1151
1139
  cursor?: string | null;
@@ -1158,3 +1146,15 @@ export type ConfigEdgeSelect = {
1158
1146
  select: ConfigSelect;
1159
1147
  };
1160
1148
  };
1149
+ /** A `PlatformConfig` edge in the connection. */
1150
+ export interface PlatformConfigEdge {
1151
+ cursor?: string | null;
1152
+ /** The `PlatformConfig` at the end of the edge. */
1153
+ node?: PlatformConfig | null;
1154
+ }
1155
+ export type PlatformConfigEdgeSelect = {
1156
+ cursor?: boolean;
1157
+ node?: {
1158
+ select: PlatformConfigSelect;
1159
+ };
1160
+ };