@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
@@ -3,1300 +3,1302 @@
3
3
  * @generated by @constructive-io/graphql-codegen
4
4
  * DO NOT EDIT - changes will be overwritten
5
5
  */
6
- export interface DefaultIdsModule {
7
- id: string | null;
6
+ export interface AgentModule {
7
+ agentTableId: string | null;
8
+ agentTableName: string | null;
9
+ apiName: string | null;
8
10
  databaseId: string | null;
9
- }
10
- export interface MembershipTypesModule {
11
+ defaultPermissions: string[] | null;
12
+ entityField: string | null;
13
+ entityTableId: string | null;
14
+ hasAgents: boolean | null;
15
+ hasPlans: boolean | null;
16
+ hasResources: boolean | null;
11
17
  id: string | null;
12
- databaseId: string | null;
18
+ messageTableId: string | null;
19
+ messageTableName: string | null;
20
+ personaTableId: string | null;
21
+ personaTableName: string | null;
22
+ planTableId: string | null;
23
+ planTableName: string | null;
24
+ policies: unknown | null;
25
+ prefix: string | null;
26
+ privateApiName: string | null;
27
+ privateSchemaId: string | null;
28
+ privateSchemaName: string | null;
29
+ promptsTableId: string | null;
30
+ promptsTableName: string | null;
31
+ provisions: unknown | null;
32
+ publicSchemaName: string | null;
33
+ resourceTableId: string | null;
34
+ resourceTableName: string | null;
35
+ resources: unknown | null;
13
36
  schemaId: string | null;
14
- tableId: string | null;
15
- tableName: string | null;
37
+ scope: string | null;
38
+ shared: boolean | null;
39
+ taskTableId: string | null;
40
+ taskTableName: string | null;
41
+ threadTableId: string | null;
42
+ threadTableName: string | null;
16
43
  }
17
- export interface SessionSecretsModule {
18
- id: string | null;
44
+ export interface BillingModule {
45
+ apiName: string | null;
46
+ balancesTableId: string | null;
47
+ balancesTableName: string | null;
19
48
  databaseId: string | null;
20
- schemaId: string | null;
21
- tableId: string | null;
22
- tableName: string | null;
23
- sessionsTableId: string | null;
24
- }
25
- export interface DevicesModule {
49
+ defaultPermissions: string[] | null;
26
50
  id: string | null;
27
- databaseId: string | null;
51
+ ledgerTableId: string | null;
52
+ ledgerTableName: string | null;
53
+ meterCreditsTableId: string | null;
54
+ meterCreditsTableName: string | null;
55
+ meterDefaultsTableId: string | null;
56
+ meterDefaultsTableName: string | null;
57
+ meterSourcesTableId: string | null;
58
+ meterSourcesTableName: string | null;
59
+ metersTableId: string | null;
60
+ metersTableName: string | null;
61
+ planSubscriptionsTableId: string | null;
62
+ planSubscriptionsTableName: string | null;
63
+ prefix: string | null;
64
+ privateApiName: string | null;
65
+ privateSchemaId: string | null;
66
+ privateSchemaName: string | null;
67
+ publicSchemaName: string | null;
68
+ recordUsageFunction: string | null;
69
+ rollupUsageSummaryFunction: string | null;
28
70
  schemaId: string | null;
29
- userDevicesTableId: string | null;
30
- deviceSettingsTableId: string | null;
31
- userDevicesTable: string | null;
32
- deviceSettingsTable: string | null;
71
+ sweepExpiredSubscriptionsFunction: string | null;
33
72
  }
34
- export interface I18NModule {
35
- id: string | null;
36
- databaseId: string | null;
37
- schemaId: string | null;
38
- privateSchemaId: string | null;
39
- settingsTableId: string | null;
73
+ export interface BillingProviderModule {
40
74
  apiName: string | null;
75
+ billingCustomersTableId: string | null;
76
+ billingCustomersTableName: string | null;
77
+ billingPricesTableId: string | null;
78
+ billingPricesTableName: string | null;
79
+ billingProductsTableId: string | null;
80
+ billingProductsTableName: string | null;
81
+ billingSubscriptionsTableId: string | null;
82
+ billingSubscriptionsTableName: string | null;
83
+ billingWebhookEventsTableId: string | null;
84
+ billingWebhookEventsTableName: string | null;
85
+ databaseId: string | null;
86
+ id: string | null;
87
+ prefix: string | null;
88
+ pricesTableId: string | null;
41
89
  privateApiName: string | null;
90
+ privateSchemaId: string | null;
91
+ processBillingEventFunction: string | null;
92
+ productsTableId: string | null;
93
+ provider: string | null;
94
+ schemaId: string | null;
95
+ subscriptionsTableId: string | null;
42
96
  }
43
- export interface UserSettingsModule {
97
+ export interface Blueprint {
98
+ createdAt: string | null;
99
+ databaseId: string | null;
100
+ definition: unknown | null;
101
+ definitionHash: string | null;
102
+ description: string | null;
103
+ displayName: string | null;
44
104
  id: string | null;
105
+ name: string | null;
106
+ ownerId: string | null;
107
+ tableHashes: unknown | null;
108
+ templateId: string | null;
109
+ updatedAt: string | null;
110
+ }
111
+ export interface BlueprintConstruction {
112
+ blueprintId: string | null;
113
+ constructedAt: string | null;
114
+ constructedDefinition: unknown | null;
115
+ createdAt: string | null;
45
116
  databaseId: string | null;
117
+ errorDetails: string | null;
118
+ id: string | null;
46
119
  schemaId: string | null;
47
- tableId: string | null;
48
- ownerTableId: string | null;
49
- tableName: string | null;
50
- apiName: string | null;
120
+ status: string | null;
121
+ tableMap: unknown | null;
122
+ updatedAt: string | null;
51
123
  }
52
- export interface UserStateModule {
124
+ export interface BlueprintTemplate {
125
+ categories: string[] | null;
126
+ complexity: string | null;
127
+ copyCount: number | null;
128
+ createdAt: string | null;
129
+ definition: unknown | null;
130
+ definitionHash: string | null;
131
+ definitionSchemaVersion: string | null;
132
+ description: string | null;
133
+ displayName: string | null;
134
+ forkCount: number | null;
135
+ forkedFromId: string | null;
53
136
  id: string | null;
137
+ name: string | null;
138
+ ownerId: string | null;
139
+ source: string | null;
140
+ tableHashes: unknown | null;
141
+ tags: string[] | null;
142
+ updatedAt: string | null;
143
+ version: string | null;
144
+ visibility: string | null;
145
+ }
146
+ export interface ComputeLogModule {
147
+ actorFkTableId: string | null;
148
+ apiName: string | null;
149
+ computeLogTableId: string | null;
150
+ computeLogTableName: string | null;
54
151
  databaseId: string | null;
55
152
  entityField: string | null;
153
+ entityFkTableId: string | null;
154
+ id: string | null;
155
+ interval: string | null;
156
+ prefix: string | null;
157
+ premake: number | null;
158
+ privateApiName: string | null;
159
+ privateSchemaId: string | null;
160
+ privateSchemaName: string | null;
161
+ publicSchemaName: string | null;
162
+ retention: string | null;
56
163
  schemaId: string | null;
57
- tableId: string | null;
58
- tableName: string | null;
164
+ scope: string | null;
165
+ usageDailyTableId: string | null;
166
+ usageDailyTableName: string | null;
59
167
  }
60
- export interface UserCredentialsModule {
61
- id: string | null;
168
+ export interface ConfigSecretsUserModule {
169
+ apiName: string | null;
62
170
  databaseId: string | null;
63
171
  entityField: string | null;
172
+ id: string | null;
173
+ privateApiName: string | null;
64
174
  schemaId: string | null;
65
175
  tableId: string | null;
66
176
  tableName: string | null;
67
- privateApiName: string | null;
68
177
  }
69
178
  export interface ConnectedAccountsModule {
70
- id: string | null;
71
- databaseId: string | null;
72
- schemaId: string | null;
73
- privateSchemaId: string | null;
74
- tableId: string | null;
75
- ownerTableId: string | null;
76
- tableName: string | null;
77
179
  apiName: string | null;
78
- privateApiName: string | null;
79
- }
80
- export interface EmailsModule {
81
- id: string | null;
82
180
  databaseId: string | null;
83
- schemaId: string | null;
84
- privateSchemaId: string | null;
85
- tableId: string | null;
86
- ownerTableId: string | null;
87
- tableName: string | null;
88
- apiName: string | null;
89
- privateApiName: string | null;
90
- }
91
- export interface PhoneNumbersModule {
92
181
  id: string | null;
93
- databaseId: string | null;
94
- schemaId: string | null;
95
- privateSchemaId: string | null;
96
- tableId: string | null;
97
182
  ownerTableId: string | null;
98
- tableName: string | null;
99
- apiName: string | null;
100
183
  privateApiName: string | null;
101
- }
102
- export interface RateLimitsModule {
103
- id: string | null;
104
- databaseId: string | null;
105
- schemaId: string | null;
106
- rateLimitSettingsTableId: string | null;
107
- ipRateLimitsTableId: string | null;
108
- rateLimitsTableId: string | null;
109
- rateLimitSettingsTable: string | null;
110
- ipRateLimitsTable: string | null;
111
- rateLimitsTable: string | null;
112
- }
113
- export interface UsersModule {
114
- id: string | null;
115
- databaseId: string | null;
184
+ privateSchemaId: string | null;
116
185
  schemaId: string | null;
117
186
  tableId: string | null;
118
187
  tableName: string | null;
119
- typeTableId: string | null;
120
- typeTableName: string | null;
121
- apiName: string | null;
122
- privateApiName: string | null;
123
188
  }
124
- export interface WebauthnCredentialsModule {
125
- id: string | null;
189
+ export interface CryptoAddressesModule {
190
+ apiName: string | null;
191
+ cryptoNetwork: string | null;
126
192
  databaseId: string | null;
127
- schemaId: string | null;
128
- privateSchemaId: string | null;
129
- tableId: string | null;
193
+ id: string | null;
130
194
  ownerTableId: string | null;
131
- tableName: string | null;
132
- apiName: string | null;
133
195
  privateApiName: string | null;
134
- }
135
- export interface ConfigSecretsUserModule {
136
- id: string | null;
137
- databaseId: string | null;
138
- entityField: string | null;
196
+ privateSchemaId: string | null;
139
197
  schemaId: string | null;
140
198
  tableId: string | null;
141
199
  tableName: string | null;
142
- apiName: string | null;
143
- privateApiName: string | null;
144
200
  }
145
- export interface CryptoAddressesModule {
146
- id: string | null;
201
+ export interface CryptoAuthModule {
202
+ addressesTableId: string | null;
203
+ cryptoNetwork: string | null;
147
204
  databaseId: string | null;
205
+ id: string | null;
148
206
  schemaId: string | null;
149
- privateSchemaId: string | null;
150
- tableId: string | null;
151
- ownerTableId: string | null;
152
- tableName: string | null;
153
- cryptoNetwork: string | null;
154
- apiName: string | null;
155
- privateApiName: string | null;
156
- }
157
- export interface DenormalizedTableField {
158
- id: string | null;
159
- databaseId: string | null;
160
- tableId: string | null;
161
- fieldId: string | null;
162
- setIds: string[] | null;
163
- refTableId: string | null;
164
- refFieldId: string | null;
165
- refIds: string[] | null;
166
- useUpdates: boolean | null;
167
- updateDefaults: boolean | null;
168
- funcName: string | null;
169
- funcOrder: number | null;
170
- }
171
- export interface RlsModule {
172
- id: string | null;
173
- databaseId: string | null;
174
- schemaId: string | null;
175
- privateSchemaId: string | null;
207
+ secretsTableId: string | null;
176
208
  sessionCredentialsTableId: string | null;
177
209
  sessionsTableId: string | null;
210
+ signInRecordFailure: string | null;
211
+ signInRequestChallenge: string | null;
212
+ signInWithChallenge: string | null;
213
+ signUpWithKey: string | null;
214
+ userField: string | null;
178
215
  usersTableId: string | null;
179
- authenticate: string | null;
180
- authenticateStrict: string | null;
181
- currentRole: string | null;
182
- currentRoleId: string | null;
183
- apiName: string | null;
184
- privateApiName: string | null;
185
216
  }
186
- export interface Blueprint {
217
+ export interface DatabaseProvisionModule {
218
+ bootstrapError: string | null;
219
+ bootstrapStatus: string | null;
220
+ bootstrapUser: boolean | null;
221
+ completedAt: string | null;
222
+ createdAt: string | null;
223
+ databaseId: string | null;
224
+ databaseName: string | null;
225
+ domain: string | null;
226
+ errorMessage: string | null;
227
+ fulfilledAt: string | null;
187
228
  id: string | null;
229
+ modules: unknown | null;
230
+ options: unknown | null;
188
231
  ownerId: string | null;
189
- databaseId: string | null;
190
- name: string | null;
191
- displayName: string | null;
192
- description: string | null;
193
- definition: unknown | null;
194
- templateId: string | null;
195
- definitionHash: string | null;
196
- tableHashes: unknown | null;
197
- createdAt: string | null;
232
+ sourceDatabaseId: string | null;
233
+ status: string | null;
234
+ subdomain: string | null;
198
235
  updatedAt: string | null;
199
236
  }
200
- export interface BlueprintTemplate {
201
- id: string | null;
202
- name: string | null;
203
- version: string | null;
204
- displayName: string | null;
205
- description: string | null;
206
- ownerId: string | null;
207
- visibility: string | null;
208
- categories: string[] | null;
209
- tags: string[] | null;
210
- definition: unknown | null;
211
- definitionSchemaVersion: string | null;
212
- source: string | null;
213
- complexity: string | null;
214
- copyCount: number | null;
215
- forkCount: number | null;
216
- forkedFromId: string | null;
217
- definitionHash: string | null;
218
- tableHashes: unknown | null;
237
+ export interface DbPoolConfig {
219
238
  createdAt: string | null;
239
+ domain: string | null;
240
+ enabled: boolean | null;
241
+ id: string | null;
242
+ max: number | null;
243
+ min: number | null;
244
+ poolOwnerId: string | null;
245
+ presetSlug: string | null;
220
246
  updatedAt: string | null;
247
+ warmTtl: string | null;
221
248
  }
222
- export interface BlueprintConstruction {
223
- id: string | null;
224
- blueprintId: string | null;
249
+ export interface DbPool {
250
+ bootstrapError: string | null;
251
+ bootstrapStatus: string | null;
252
+ claimedAt: string | null;
253
+ claimedBy: string | null;
254
+ createdAt: string | null;
225
255
  databaseId: string | null;
226
- schemaId: string | null;
256
+ errorMessage: string | null;
257
+ expiresAt: string | null;
258
+ id: string | null;
259
+ presetCommitId: string | null;
260
+ presetSlug: string | null;
227
261
  status: string | null;
228
- errorDetails: string | null;
229
- tableMap: unknown | null;
230
- constructedDefinition: unknown | null;
231
- constructedAt: string | null;
232
- createdAt: string | null;
233
262
  updatedAt: string | null;
234
263
  }
235
- export interface CryptoAuthModule {
236
- id: string | null;
237
- databaseId: string | null;
238
- schemaId: string | null;
239
- usersTableId: string | null;
240
- secretsTableId: string | null;
241
- sessionsTableId: string | null;
242
- sessionCredentialsTableId: string | null;
243
- addressesTableId: string | null;
244
- userField: string | null;
245
- cryptoNetwork: string | null;
246
- signInRequestChallenge: string | null;
247
- signInRecordFailure: string | null;
248
- signUpWithKey: string | null;
249
- signInWithChallenge: string | null;
250
- }
251
- export interface SessionsModule {
252
- id: string | null;
264
+ export interface DbPresetModule {
265
+ apiName: string | null;
266
+ createdAt: string | null;
253
267
  databaseId: string | null;
254
- schemaId: string | null;
255
- sessionsTableId: string | null;
256
- sessionCredentialsTableId: string | null;
257
- authSettingsTableId: string | null;
258
- usersTableId: string | null;
259
- sessionsDefaultExpiration: string | null;
260
- sessionsTable: string | null;
261
- sessionCredentialsTable: string | null;
262
- authSettingsTable: string | null;
263
- }
264
- export interface SecureTableProvision {
268
+ dbPresetsTableId: string | null;
269
+ entityTableId: string | null;
265
270
  id: string | null;
266
- databaseId: string | null;
267
- schemaId: string | null;
268
- tableId: string | null;
269
- tableName: string | null;
270
- nodes: unknown | null;
271
- useRls: boolean | null;
272
- fields: unknown[] | null;
273
- grants: unknown | null;
271
+ merkleStoreModuleId: string | null;
274
272
  policies: unknown | null;
275
- outFields: string[] | null;
276
- }
277
- export interface IdentityProvidersModule {
278
- id: string | null;
279
- databaseId: string | null;
280
- entityField: string | null;
281
- schemaId: string | null;
273
+ prefix: string | null;
274
+ privateApiName: string | null;
282
275
  privateSchemaId: string | null;
283
- publicSchemaName: string | null;
284
276
  privateSchemaName: string | null;
285
- tableId: string | null;
286
- tableName: string | null;
287
- apiName: string | null;
288
- privateApiName: string | null;
277
+ provisions: unknown | null;
278
+ publicSchemaId: string | null;
279
+ publicSchemaName: string | null;
289
280
  scope: string | null;
290
- prefix: string | null;
291
- entityTableId: string | null;
281
+ storeName: string | null;
292
282
  }
293
- export interface IntegrationProvidersModule {
294
- id: string | null;
283
+ export interface DbUsageModule {
284
+ apiName: string | null;
285
+ collectDbQueryStatsFunction: string | null;
286
+ collectDbTableStatsFunction: string | null;
295
287
  databaseId: string | null;
288
+ defaultPermissions: string[] | null;
296
289
  entityField: string | null;
297
- schemaId: string | null;
290
+ id: string | null;
291
+ interval: string | null;
292
+ prefix: string | null;
293
+ premake: number | null;
294
+ privateApiName: string | null;
298
295
  privateSchemaId: string | null;
299
- publicSchemaName: string | null;
300
296
  privateSchemaName: string | null;
301
- tableId: string | null;
302
- tableName: string | null;
303
- apiName: string | null;
304
- privateApiName: string | null;
297
+ publicSchemaName: string | null;
298
+ queryStatsDailyTableId: string | null;
299
+ queryStatsDailyTableName: string | null;
300
+ queryStatsLogTableId: string | null;
301
+ queryStatsLogTableName: string | null;
302
+ retention: string | null;
303
+ rollupDbQueryStatsDailyFunction: string | null;
304
+ rollupDbTableStatsDailyFunction: string | null;
305
+ schemaId: string | null;
305
306
  scope: string | null;
306
- prefix: string | null;
307
- entityTableId: string | null;
307
+ tableStatsDailyTableId: string | null;
308
+ tableStatsDailyTableName: string | null;
309
+ tableStatsLogTableId: string | null;
310
+ tableStatsLogTableName: string | null;
308
311
  }
309
- export interface DbPoolConfig {
312
+ export interface DefaultIdsModule {
313
+ databaseId: string | null;
310
314
  id: string | null;
311
- presetSlug: string | null;
312
- domain: string | null;
313
- poolOwnerId: string | null;
314
- min: number | null;
315
- max: number | null;
316
- warmTtl: string | null;
317
- enabled: boolean | null;
318
- createdAt: string | null;
319
- updatedAt: string | null;
320
315
  }
321
- export interface RealtimeModule {
316
+ export interface DenormalizedTableField {
317
+ databaseId: string | null;
318
+ fieldId: string | null;
319
+ funcName: string | null;
320
+ funcOrder: number | null;
322
321
  id: string | null;
322
+ refFieldId: string | null;
323
+ refIds: string[] | null;
324
+ refTableId: string | null;
325
+ setIds: string[] | null;
326
+ tableId: string | null;
327
+ updateDefaults: boolean | null;
328
+ useUpdates: boolean | null;
329
+ }
330
+ export interface DevicesModule {
323
331
  databaseId: string | null;
332
+ deviceSettingsTable: string | null;
333
+ deviceSettingsTableId: string | null;
334
+ id: string | null;
324
335
  schemaId: string | null;
325
- privateSchemaId: string | null;
326
- subscriptionsSchemaId: string | null;
327
- changeLogTableId: string | null;
328
- listenerNodeTableId: string | null;
329
- sourceRegistryTableId: string | null;
330
- retentionHours: number | null;
331
- premake: number | null;
332
- interval: string | null;
333
- notifyChannel: string | null;
334
- apiName: string | null;
335
- privateApiName: string | null;
336
+ userDevicesTable: string | null;
337
+ userDevicesTableId: string | null;
336
338
  }
337
- export interface InfraSecretsModule {
338
- id: string | null;
339
+ export interface EmailsModule {
340
+ apiName: string | null;
339
341
  databaseId: string | null;
340
- schemaId: string | null;
341
- privateSchemaId: string | null;
342
- publicSchemaName: string | null;
343
- privateSchemaName: string | null;
344
- secretsTableId: string | null;
345
- secretsTableName: string | null;
346
- apiName: string | null;
342
+ id: string | null;
343
+ ownerTableId: string | null;
347
344
  privateApiName: string | null;
348
- scope: string | null;
349
- prefix: string | null;
350
- entityTableId: string | null;
351
- entityField: string | null;
352
- policies: unknown | null;
353
- provisions: unknown | null;
345
+ privateSchemaId: string | null;
346
+ schemaId: string | null;
347
+ tableId: string | null;
348
+ tableName: string | null;
354
349
  }
355
- export interface InternalSecretsModule {
350
+ export interface EntityTypeProvision {
351
+ agents: unknown | null;
352
+ databaseId: string | null;
353
+ description: string | null;
354
+ functions: unknown | null;
355
+ graphs: unknown | null;
356
+ hasInviteAchievements: boolean | null;
357
+ hasInvites: boolean | null;
358
+ hasLevels: boolean | null;
359
+ hasLimits: boolean | null;
360
+ hasProfiles: boolean | null;
356
361
  id: string | null;
362
+ isVisible: boolean | null;
363
+ name: string | null;
364
+ namespaces: unknown | null;
365
+ outAgentModuleId: string | null;
366
+ outBucketsTableId: string | null;
367
+ outDefinitionsTableId: string | null;
368
+ outEntityTableId: string | null;
369
+ outEntityTableName: string | null;
370
+ outExecutionLogsTableId: string | null;
371
+ outFilesTableId: string | null;
372
+ outFunctionModuleId: string | null;
373
+ outGraphModuleId: string | null;
374
+ outGraphsTableId: string | null;
375
+ outInstalledModules: string[] | null;
376
+ outInvitesModuleId: string | null;
377
+ outInvocationsTableId: string | null;
378
+ outMembershipType: number | null;
379
+ outNamespaceEventsTableId: string | null;
380
+ outNamespaceModuleId: string | null;
381
+ outNamespacesTableId: string | null;
382
+ outPathSharesTableId: string | null;
383
+ outStorageModuleId: string | null;
384
+ parentEntity: string | null;
385
+ prefix: string | null;
386
+ skipEntityPolicies: boolean | null;
387
+ storage: unknown | null;
388
+ tableName: string | null;
389
+ tableProvision: unknown | null;
390
+ }
391
+ export interface EventsModule {
392
+ achievementRewardsTableId: string | null;
393
+ achievementRewardsTableName: string | null;
394
+ actorTableId: string | null;
395
+ apiName: string | null;
357
396
  databaseId: string | null;
358
- schemaId: string | null;
397
+ defaultPermissions: string[] | null;
398
+ entityField: string | null;
399
+ entityTableId: string | null;
400
+ eventAggregatesTableId: string | null;
401
+ eventAggregatesTableName: string | null;
402
+ eventTypesTableId: string | null;
403
+ eventTypesTableName: string | null;
404
+ eventsTableId: string | null;
405
+ eventsTableName: string | null;
406
+ grantAchievement: string | null;
407
+ id: string | null;
408
+ interval: string | null;
409
+ levelAchieved: string | null;
410
+ levelGrantsTableId: string | null;
411
+ levelGrantsTableName: string | null;
412
+ levelRequirementsTableId: string | null;
413
+ levelRequirementsTableName: string | null;
414
+ levelsTableId: string | null;
415
+ levelsTableName: string | null;
416
+ prefix: string | null;
417
+ premake: number | null;
418
+ privateApiName: string | null;
359
419
  privateSchemaId: string | null;
360
- publicSchemaName: string | null;
361
420
  privateSchemaName: string | null;
362
- internalSecretsTableId: string | null;
363
- internalSecretsTableName: string | null;
364
- apiName: string | null;
365
- privateApiName: string | null;
421
+ publicSchemaName: string | null;
422
+ recordEvent: string | null;
423
+ removeEvent: string | null;
424
+ retention: string | null;
425
+ schemaId: string | null;
366
426
  scope: string | null;
367
- prefix: string | null;
368
- entityTableId: string | null;
369
- entityField: string | null;
370
- policies: unknown | null;
371
- provisions: unknown | null;
427
+ stepsRequired: string | null;
428
+ tgAchievementReward: string | null;
429
+ tgCheckAchievements: string | null;
430
+ tgEvent: string | null;
431
+ tgEventBool: string | null;
432
+ tgEventToggle: string | null;
433
+ tgEventToggleBool: string | null;
434
+ tgUpdateAggregates: string | null;
435
+ upsertAggregate: string | null;
372
436
  }
373
- export interface DbPresetModule {
374
- id: string | null;
437
+ export interface FunctionDeploymentModule {
438
+ apiName: string | null;
375
439
  databaseId: string | null;
376
- publicSchemaId: string | null;
440
+ defaultPermissions: string[] | null;
441
+ deploymentEventsTableId: string | null;
442
+ deploymentEventsTableName: string | null;
443
+ deploymentsTableId: string | null;
444
+ deploymentsTableName: string | null;
445
+ entityField: string | null;
446
+ entityTableId: string | null;
447
+ functionModuleId: string | null;
448
+ id: string | null;
449
+ namespaceModuleId: string | null;
450
+ policies: unknown | null;
451
+ prefix: string | null;
452
+ privateApiName: string | null;
377
453
  privateSchemaId: string | null;
378
- publicSchemaName: string | null;
379
454
  privateSchemaName: string | null;
455
+ provisions: unknown | null;
456
+ publicSchemaName: string | null;
457
+ schemaId: string | null;
380
458
  scope: string | null;
381
- prefix: string | null;
382
- merkleStoreModuleId: string | null;
383
- dbPresetsTableId: string | null;
384
- storeName: string | null;
459
+ }
460
+ export interface FunctionInvocationModule {
385
461
  apiName: string | null;
386
- privateApiName: string | null;
462
+ databaseId: string | null;
463
+ defaultPermissions: string[] | null;
464
+ entityField: string | null;
387
465
  entityTableId: string | null;
466
+ executionLogsTableId: string | null;
467
+ executionLogsTableName: string | null;
468
+ id: string | null;
469
+ invocationsTableId: string | null;
470
+ invocationsTableName: string | null;
388
471
  policies: unknown | null;
472
+ prefix: string | null;
473
+ privateApiName: string | null;
474
+ privateSchemaId: string | null;
475
+ privateSchemaName: string | null;
389
476
  provisions: unknown | null;
390
- createdAt: string | null;
477
+ publicSchemaName: string | null;
478
+ schemaId: string | null;
479
+ scope: string | null;
391
480
  }
392
- export interface GraphModule {
393
- id: string | null;
481
+ export interface FunctionModule {
482
+ apiName: string | null;
483
+ bindingsTableId: string | null;
484
+ bindingsTableName: string | null;
394
485
  databaseId: string | null;
486
+ defaultPermissions: string[] | null;
487
+ definitionsTableId: string | null;
488
+ definitionsTableName: string | null;
395
489
  entityField: string | null;
396
- publicSchemaId: string | null;
490
+ entityTableId: string | null;
491
+ id: string | null;
492
+ policies: unknown | null;
493
+ prefix: string | null;
494
+ privateApiName: string | null;
397
495
  privateSchemaId: string | null;
398
- publicSchemaName: string | null;
399
496
  privateSchemaName: string | null;
497
+ provisions: unknown | null;
498
+ publicSchemaName: string | null;
499
+ schemaId: string | null;
400
500
  scope: string | null;
401
- prefix: string | null;
402
- merkleStoreModuleId: string | null;
403
- graphsTableId: string | null;
501
+ }
502
+ export interface GraphExecutionModule {
404
503
  apiName: string | null;
405
- privateApiName: string | null;
504
+ createdAt: string | null;
505
+ databaseId: string | null;
506
+ defaultPermissions: string[] | null;
507
+ entityField: string | null;
406
508
  entityTableId: string | null;
509
+ executionsTableId: string | null;
510
+ executionsTableName: string | null;
511
+ graphModuleId: string | null;
512
+ id: string | null;
513
+ nodeStatesTableId: string | null;
514
+ nodeStatesTableName: string | null;
515
+ outputsTableId: string | null;
516
+ outputsTableName: string | null;
407
517
  policies: unknown | null;
518
+ prefix: string | null;
519
+ privateApiName: string | null;
520
+ privateSchemaId: string | null;
521
+ privateSchemaName: string | null;
408
522
  provisions: unknown | null;
409
- defaultPermissions: string[] | null;
410
- createdAt: string | null;
523
+ publicSchemaName: string | null;
524
+ schemaId: string | null;
525
+ scope: string | null;
411
526
  }
412
- export interface RateLimitMetersModule {
413
- id: string | null;
527
+ export interface GraphModule {
528
+ apiName: string | null;
529
+ createdAt: string | null;
414
530
  databaseId: string | null;
415
- schemaId: string | null;
416
- privateSchemaId: string | null;
417
- publicSchemaName: string | null;
418
- privateSchemaName: string | null;
419
- rateLimitStateTableId: string | null;
420
- rateLimitStateTableName: string | null;
421
- rateLimitOverridesTableId: string | null;
422
- rateLimitOverridesTableName: string | null;
423
- rateWindowLimitsTableId: string | null;
424
- rateWindowLimitsTableName: string | null;
425
- checkRateLimitFunction: string | null;
426
- prefix: string | null;
427
531
  defaultPermissions: string[] | null;
428
- apiName: string | null;
532
+ entityField: string | null;
533
+ entityTableId: string | null;
534
+ graphsTableId: string | null;
535
+ id: string | null;
536
+ merkleStoreModuleId: string | null;
537
+ policies: unknown | null;
538
+ prefix: string | null;
429
539
  privateApiName: string | null;
540
+ privateSchemaId: string | null;
541
+ privateSchemaName: string | null;
542
+ provisions: unknown | null;
543
+ publicSchemaId: string | null;
544
+ publicSchemaName: string | null;
545
+ scope: string | null;
430
546
  }
431
- export interface InfraConfigModule {
432
- id: string | null;
547
+ export interface HierarchyModule {
548
+ chartEdgeGrantsTableId: string | null;
549
+ chartEdgeGrantsTableName: string | null;
550
+ chartEdgesTableId: string | null;
551
+ chartEdgesTableName: string | null;
552
+ createdAt: string | null;
433
553
  databaseId: string | null;
554
+ defaultPermissions: string[] | null;
434
555
  entityField: string | null;
435
- schemaId: string | null;
556
+ entityTableId: string | null;
557
+ getManagersFunction: string | null;
558
+ getSubordinatesFunction: string | null;
559
+ hierarchySprtTableId: string | null;
560
+ hierarchySprtTableName: string | null;
561
+ id: string | null;
562
+ isManagerOfFunction: string | null;
563
+ prefix: string | null;
436
564
  privateSchemaId: string | null;
437
- publicSchemaName: string | null;
438
565
  privateSchemaName: string | null;
439
- configTableId: string | null;
440
- configTableName: string | null;
441
- apiName: string | null;
442
- privateApiName: string | null;
566
+ rebuildHierarchyFunction: string | null;
567
+ schemaId: string | null;
443
568
  scope: string | null;
444
- prefix: string | null;
445
- entityTableId: string | null;
446
- policies: unknown | null;
447
- provisions: unknown | null;
448
- }
449
- export interface WebauthnAuthModule {
450
- id: string | null;
451
- databaseId: string | null;
452
- schemaId: string | null;
569
+ sprtTableName: string | null;
453
570
  usersTableId: string | null;
454
- credentialsTableId: string | null;
455
- sessionsTableId: string | null;
456
- sessionCredentialsTableId: string | null;
457
- sessionSecretsTableId: string | null;
458
- authSettingsTableId: string | null;
459
- rpId: string | null;
460
- rpName: string | null;
461
- originAllowlist: string[] | null;
462
- attestationType: string | null;
463
- requireUserVerification: boolean | null;
464
- residentKey: string | null;
465
- challengeExpiry: string | null;
466
571
  }
467
- export interface PrincipalAuthModule {
468
- id: string | null;
469
- databaseId: string | null;
470
- schemaId: string | null;
471
- principalsTableId: string | null;
472
- principalEntitiesTableId: string | null;
473
- principalScopeOverridesTableId: string | null;
474
- usersTableId: string | null;
475
- sessionsTableId: string | null;
476
- sessionCredentialsTableId: string | null;
477
- auditsTableId: string | null;
478
- principalsTableName: string | null;
479
- createPrincipalFunction: string | null;
480
- deletePrincipalFunction: string | null;
481
- createOrgPrincipalFunction: string | null;
482
- deleteOrgPrincipalFunction: string | null;
483
- createOrgApiKeyFunction: string | null;
484
- revokeOrgApiKeyFunction: string | null;
572
+ export interface I18NModule {
485
573
  apiName: string | null;
486
- }
487
- export interface DbPool {
488
- id: string | null;
489
- presetSlug: string | null;
490
- presetCommitId: string | null;
491
574
  databaseId: string | null;
492
- status: string | null;
493
- errorMessage: string | null;
494
- expiresAt: string | null;
495
- claimedBy: string | null;
496
- claimedAt: string | null;
497
- bootstrapStatus: string | null;
498
- bootstrapError: string | null;
499
- createdAt: string | null;
500
- updatedAt: string | null;
501
- }
502
- export interface FunctionModule {
503
575
  id: string | null;
576
+ privateApiName: string | null;
577
+ privateSchemaId: string | null;
578
+ schemaId: string | null;
579
+ settingsTableId: string | null;
580
+ }
581
+ export interface IdentityProvidersModule {
582
+ apiName: string | null;
504
583
  databaseId: string | null;
505
584
  entityField: string | null;
506
- schemaId: string | null;
585
+ entityTableId: string | null;
586
+ id: string | null;
587
+ prefix: string | null;
588
+ privateApiName: string | null;
507
589
  privateSchemaId: string | null;
508
- publicSchemaName: string | null;
509
590
  privateSchemaName: string | null;
510
- definitionsTableId: string | null;
511
- definitionsTableName: string | null;
591
+ publicSchemaName: string | null;
592
+ schemaId: string | null;
593
+ scope: string | null;
594
+ tableId: string | null;
595
+ tableName: string | null;
596
+ }
597
+ export interface InferenceLogModule {
598
+ actorFkTableId: string | null;
512
599
  apiName: string | null;
600
+ databaseId: string | null;
601
+ entityField: string | null;
602
+ entityFkTableId: string | null;
603
+ id: string | null;
604
+ inferenceLogTableId: string | null;
605
+ inferenceLogTableName: string | null;
606
+ interval: string | null;
607
+ prefix: string | null;
608
+ premake: number | null;
513
609
  privateApiName: string | null;
610
+ privateSchemaId: string | null;
611
+ privateSchemaName: string | null;
612
+ publicSchemaName: string | null;
613
+ retention: string | null;
614
+ schemaId: string | null;
514
615
  scope: string | null;
515
- prefix: string | null;
616
+ usageDailyTableId: string | null;
617
+ usageDailyTableName: string | null;
618
+ }
619
+ export interface InfraConfigModule {
620
+ apiName: string | null;
621
+ configTableId: string | null;
622
+ configTableName: string | null;
623
+ databaseId: string | null;
624
+ entityField: string | null;
516
625
  entityTableId: string | null;
626
+ id: string | null;
517
627
  policies: unknown | null;
628
+ prefix: string | null;
629
+ privateApiName: string | null;
630
+ privateSchemaId: string | null;
631
+ privateSchemaName: string | null;
518
632
  provisions: unknown | null;
519
- defaultPermissions: string[] | null;
633
+ publicSchemaName: string | null;
634
+ schemaId: string | null;
635
+ scope: string | null;
520
636
  }
521
- export interface MerkleStoreModule {
522
- id: string | null;
637
+ export interface InfraSecretsModule {
638
+ apiName: string | null;
523
639
  databaseId: string | null;
524
640
  entityField: string | null;
525
- schemaId: string | null;
526
- privateSchemaId: string | null;
527
- publicSchemaName: string | null;
528
- privateSchemaName: string | null;
529
- objectTableId: string | null;
530
- storeTableId: string | null;
531
- commitTableId: string | null;
532
- refTableId: string | null;
641
+ entityTableId: string | null;
642
+ id: string | null;
643
+ policies: unknown | null;
533
644
  prefix: string | null;
534
- apiName: string | null;
535
645
  privateApiName: string | null;
646
+ privateSchemaId: string | null;
647
+ privateSchemaName: string | null;
648
+ provisions: unknown | null;
649
+ publicSchemaName: string | null;
650
+ schemaId: string | null;
536
651
  scope: string | null;
537
- functionPrefix: string | null;
538
- permissionKey: string | null;
539
- createdAt: string | null;
540
- }
541
- export interface DatabaseProvisionModule {
542
- id: string | null;
543
- databaseName: string | null;
544
- ownerId: string | null;
545
- subdomain: string | null;
546
- domain: string | null;
547
- modules: unknown | null;
548
- options: unknown | null;
549
- bootstrapUser: boolean | null;
550
- status: string | null;
551
- errorMessage: string | null;
552
- sourceDatabaseId: string | null;
553
- bootstrapStatus: string | null;
554
- bootstrapError: string | null;
555
- databaseId: string | null;
556
- createdAt: string | null;
557
- updatedAt: string | null;
558
- completedAt: string | null;
559
- fulfilledAt: string | null;
652
+ secretsTableId: string | null;
653
+ secretsTableName: string | null;
560
654
  }
561
- export interface FunctionInvocationModule {
562
- id: string | null;
655
+ export interface IntegrationProvidersModule {
656
+ apiName: string | null;
563
657
  databaseId: string | null;
564
658
  entityField: string | null;
565
- schemaId: string | null;
659
+ entityTableId: string | null;
660
+ id: string | null;
661
+ prefix: string | null;
662
+ privateApiName: string | null;
566
663
  privateSchemaId: string | null;
567
- publicSchemaName: string | null;
568
664
  privateSchemaName: string | null;
569
- invocationsTableId: string | null;
570
- executionLogsTableId: string | null;
571
- invocationsTableName: string | null;
572
- executionLogsTableName: string | null;
573
- apiName: string | null;
574
- privateApiName: string | null;
665
+ publicSchemaName: string | null;
666
+ schemaId: string | null;
575
667
  scope: string | null;
576
- prefix: string | null;
668
+ tableId: string | null;
669
+ tableName: string | null;
670
+ }
671
+ export interface InternalSecretsModule {
672
+ apiName: string | null;
673
+ databaseId: string | null;
674
+ entityField: string | null;
577
675
  entityTableId: string | null;
676
+ id: string | null;
677
+ internalSecretsTableId: string | null;
678
+ internalSecretsTableName: string | null;
578
679
  policies: unknown | null;
680
+ prefix: string | null;
681
+ privateApiName: string | null;
682
+ privateSchemaId: string | null;
683
+ privateSchemaName: string | null;
579
684
  provisions: unknown | null;
580
- defaultPermissions: string[] | null;
685
+ publicSchemaName: string | null;
686
+ schemaId: string | null;
687
+ scope: string | null;
581
688
  }
582
689
  export interface InvitesModule {
583
- id: string | null;
690
+ apiName: string | null;
691
+ claimedInvitesTableId: string | null;
692
+ claimedInvitesTableName: string | null;
584
693
  databaseId: string | null;
585
- entityField: string | null;
586
- schemaId: string | null;
587
- privateSchemaId: string | null;
588
- publicSchemaName: string | null;
589
- privateSchemaName: string | null;
590
694
  emailsTableId: string | null;
591
- usersTableId: string | null;
695
+ entityField: string | null;
696
+ entityTableId: string | null;
697
+ id: string | null;
592
698
  invitesTableId: string | null;
593
- claimedInvitesTableId: string | null;
594
699
  invitesTableName: string | null;
595
- claimedInvitesTableName: string | null;
596
- submitInviteCodeFunction: string | null;
597
- scope: string | null;
598
700
  prefix: string | null;
599
- entityTableId: string | null;
600
- apiName: string | null;
601
701
  privateApiName: string | null;
602
- }
603
- export interface NamespaceModule {
604
- id: string | null;
605
- databaseId: string | null;
606
- entityField: string | null;
607
- schemaId: string | null;
608
702
  privateSchemaId: string | null;
609
- publicSchemaName: string | null;
610
703
  privateSchemaName: string | null;
611
- namespacesTableId: string | null;
612
- namespaceEventsTableId: string | null;
613
- namespacesTableName: string | null;
614
- namespaceEventsTableName: string | null;
615
- apiName: string | null;
616
- privateApiName: string | null;
704
+ publicSchemaName: string | null;
705
+ schemaId: string | null;
617
706
  scope: string | null;
618
- prefix: string | null;
619
- entityTableId: string | null;
620
- policies: unknown | null;
621
- provisions: unknown | null;
622
- defaultPermissions: string[] | null;
707
+ submitInviteCodeFunction: string | null;
708
+ usersTableId: string | null;
623
709
  }
624
- export interface PlansModule {
625
- id: string | null;
710
+ export interface LimitsModule {
711
+ actorTableId: string | null;
712
+ aggregateTableId: string | null;
713
+ apiName: string | null;
714
+ capCheckTrigger: string | null;
715
+ creditCodeItemsTableId: string | null;
716
+ creditCodesTableId: string | null;
717
+ creditRedemptionsTableId: string | null;
626
718
  databaseId: string | null;
627
- schemaId: string | null;
628
- privateSchemaId: string | null;
629
- publicSchemaName: string | null;
630
- privateSchemaName: string | null;
631
- plansTableId: string | null;
632
- plansTableName: string | null;
633
- planLimitsTableId: string | null;
634
- planLimitsTableName: string | null;
635
- planPricingTableId: string | null;
636
- planOverridesTableId: string | null;
637
- planMeterLimitsTableId: string | null;
638
- planCapsTableId: string | null;
639
- applyPlanFunction: string | null;
640
- applyPlanAggregateFunction: string | null;
641
- applyBillingPlanFunction: string | null;
642
- applyPlanCapsFunction: string | null;
719
+ defaultTableId: string | null;
720
+ defaultTableName: string | null;
721
+ entityField: string | null;
722
+ entityTableId: string | null;
723
+ eventsTableId: string | null;
724
+ id: string | null;
725
+ limitAggregateCheckSoftFunction: string | null;
726
+ limitCapsDefaultsTableId: string | null;
727
+ limitCapsTableId: string | null;
728
+ limitCheckFunction: string | null;
729
+ limitCheckSoftFunction: string | null;
730
+ limitCreditsTableId: string | null;
731
+ limitDecrementFunction: string | null;
732
+ limitDecrementTrigger: string | null;
733
+ limitIncrementFunction: string | null;
734
+ limitIncrementTrigger: string | null;
735
+ limitUpdateTrigger: string | null;
736
+ limitWarningStateTableId: string | null;
737
+ limitWarningsTableId: string | null;
643
738
  prefix: string | null;
644
- apiName: string | null;
645
739
  privateApiName: string | null;
646
- }
647
- export interface ComputeLogModule {
648
- id: string | null;
649
- databaseId: string | null;
650
- entityField: string | null;
651
- schemaId: string | null;
652
740
  privateSchemaId: string | null;
653
- publicSchemaName: string | null;
654
741
  privateSchemaName: string | null;
655
- computeLogTableId: string | null;
656
- computeLogTableName: string | null;
657
- usageDailyTableId: string | null;
658
- usageDailyTableName: string | null;
659
- interval: string | null;
660
- retention: string | null;
661
- premake: number | null;
742
+ publicSchemaName: string | null;
743
+ resolveCapFunction: string | null;
744
+ schemaId: string | null;
662
745
  scope: string | null;
663
- actorFkTableId: string | null;
664
- entityFkTableId: string | null;
665
- prefix: string | null;
666
- apiName: string | null;
667
- privateApiName: string | null;
746
+ tableId: string | null;
747
+ tableName: string | null;
668
748
  }
669
- export interface InferenceLogModule {
749
+ export interface MembershipTypesModule {
750
+ databaseId: string | null;
670
751
  id: string | null;
752
+ schemaId: string | null;
753
+ tableId: string | null;
754
+ tableName: string | null;
755
+ }
756
+ export interface MembershipsModule {
757
+ actorMaskCheck: string | null;
758
+ actorPermCheck: string | null;
759
+ actorTableId: string | null;
760
+ adminGrantsTableId: string | null;
761
+ adminGrantsTableName: string | null;
762
+ apiName: string | null;
671
763
  databaseId: string | null;
764
+ defaultLimitsTableId: string | null;
765
+ defaultPermissionsTableId: string | null;
672
766
  entityField: string | null;
673
- schemaId: string | null;
767
+ entityIdsByMask: string | null;
768
+ entityIdsByPerm: string | null;
769
+ entityIdsFunction: string | null;
770
+ entityTableId: string | null;
771
+ entityTableOwnerId: string | null;
772
+ getOrgFn: string | null;
773
+ grantsTableId: string | null;
774
+ grantsTableName: string | null;
775
+ id: string | null;
776
+ limitsTableId: string | null;
777
+ memberProfilesTableId: string | null;
778
+ membersTableId: string | null;
779
+ membersTableName: string | null;
780
+ membershipDefaultsTableId: string | null;
781
+ membershipDefaultsTableName: string | null;
782
+ membershipSettingsTableId: string | null;
783
+ membershipSettingsTableName: string | null;
784
+ membershipsTableId: string | null;
785
+ membershipsTableName: string | null;
786
+ ownerGrantsTableId: string | null;
787
+ ownerGrantsTableName: string | null;
788
+ permissionDefaultGrantsTableId: string | null;
789
+ permissionDefaultPermissionsTableId: string | null;
790
+ permissionsTableId: string | null;
791
+ prefix: string | null;
792
+ privateApiName: string | null;
674
793
  privateSchemaId: string | null;
675
- publicSchemaName: string | null;
676
794
  privateSchemaName: string | null;
677
- inferenceLogTableId: string | null;
678
- inferenceLogTableName: string | null;
679
- usageDailyTableId: string | null;
680
- usageDailyTableName: string | null;
681
- interval: string | null;
682
- retention: string | null;
683
- premake: number | null;
795
+ publicSchemaName: string | null;
796
+ schemaId: string | null;
684
797
  scope: string | null;
685
- actorFkTableId: string | null;
686
- entityFkTableId: string | null;
687
- prefix: string | null;
688
- apiName: string | null;
689
- privateApiName: string | null;
798
+ sprtTableId: string | null;
690
799
  }
691
- export interface StorageLogModule {
692
- id: string | null;
800
+ export interface MerkleStoreModule {
801
+ apiName: string | null;
802
+ commitTableId: string | null;
803
+ createdAt: string | null;
693
804
  databaseId: string | null;
694
805
  entityField: string | null;
695
- schemaId: string | null;
806
+ functionPrefix: string | null;
807
+ id: string | null;
808
+ objectTableId: string | null;
809
+ permissionKey: string | null;
810
+ prefix: string | null;
811
+ privateApiName: string | null;
696
812
  privateSchemaId: string | null;
697
- publicSchemaName: string | null;
698
813
  privateSchemaName: string | null;
699
- storageLogTableId: string | null;
700
- storageLogTableName: string | null;
701
- usageDailyTableId: string | null;
702
- usageDailyTableName: string | null;
703
- interval: string | null;
704
- retention: string | null;
705
- premake: number | null;
814
+ publicSchemaName: string | null;
815
+ refTableId: string | null;
816
+ schemaId: string | null;
706
817
  scope: string | null;
707
- actorFkTableId: string | null;
708
- entityFkTableId: string | null;
709
- prefix: string | null;
710
- apiName: string | null;
711
- privateApiName: string | null;
818
+ storeTableId: string | null;
712
819
  }
713
- export interface TransferLogModule {
714
- id: string | null;
820
+ export interface NamespaceModule {
821
+ apiName: string | null;
715
822
  databaseId: string | null;
823
+ defaultPermissions: string[] | null;
716
824
  entityField: string | null;
717
- schemaId: string | null;
825
+ entityTableId: string | null;
826
+ id: string | null;
827
+ namespaceEventsTableId: string | null;
828
+ namespaceEventsTableName: string | null;
829
+ namespacesTableId: string | null;
830
+ namespacesTableName: string | null;
831
+ policies: unknown | null;
832
+ prefix: string | null;
833
+ privateApiName: string | null;
718
834
  privateSchemaId: string | null;
719
- publicSchemaName: string | null;
720
835
  privateSchemaName: string | null;
721
- transferLogTableId: string | null;
722
- transferLogTableName: string | null;
723
- usageDailyTableId: string | null;
724
- usageDailyTableName: string | null;
725
- interval: string | null;
726
- retention: string | null;
727
- premake: number | null;
836
+ provisions: unknown | null;
837
+ publicSchemaName: string | null;
838
+ schemaId: string | null;
728
839
  scope: string | null;
729
- actorFkTableId: string | null;
730
- entityFkTableId: string | null;
731
- prefix: string | null;
732
- apiName: string | null;
733
- privateApiName: string | null;
734
840
  }
735
- export interface BillingProviderModule {
736
- id: string | null;
737
- databaseId: string | null;
738
- schemaId: string | null;
739
- privateSchemaId: string | null;
740
- provider: string | null;
741
- productsTableId: string | null;
742
- pricesTableId: string | null;
743
- subscriptionsTableId: string | null;
744
- billingCustomersTableId: string | null;
745
- billingCustomersTableName: string | null;
746
- billingProductsTableId: string | null;
747
- billingProductsTableName: string | null;
748
- billingPricesTableId: string | null;
749
- billingPricesTableName: string | null;
750
- billingSubscriptionsTableId: string | null;
751
- billingSubscriptionsTableName: string | null;
752
- billingWebhookEventsTableId: string | null;
753
- billingWebhookEventsTableName: string | null;
754
- processBillingEventFunction: string | null;
755
- prefix: string | null;
841
+ export interface NotificationsModule {
756
842
  apiName: string | null;
757
- privateApiName: string | null;
758
- }
759
- export interface FunctionDeploymentModule {
760
- id: string | null;
843
+ channelsTableId: string | null;
761
844
  databaseId: string | null;
845
+ defaultPermissions: string[] | null;
846
+ deliveryLogTableId: string | null;
762
847
  entityField: string | null;
763
- schemaId: string | null;
848
+ hasChannels: boolean | null;
849
+ hasDigestMetadata: boolean | null;
850
+ hasPreferences: boolean | null;
851
+ hasSettingsExtension: boolean | null;
852
+ hasSubscriptions: boolean | null;
853
+ id: string | null;
854
+ notificationsTableId: string | null;
855
+ organizationSettingsTableId: string | null;
856
+ ownerTableId: string | null;
857
+ preferencesTableId: string | null;
858
+ privateApiName: string | null;
764
859
  privateSchemaId: string | null;
765
- publicSchemaName: string | null;
766
860
  privateSchemaName: string | null;
767
- deploymentsTableId: string | null;
768
- deploymentEventsTableId: string | null;
769
- deploymentsTableName: string | null;
770
- deploymentEventsTableName: string | null;
771
- apiName: string | null;
772
- privateApiName: string | null;
773
- scope: string | null;
774
- prefix: string | null;
775
- entityTableId: string | null;
776
- functionModuleId: string | null;
777
- namespaceModuleId: string | null;
778
- policies: unknown | null;
779
- provisions: unknown | null;
780
- defaultPermissions: string[] | null;
861
+ publicSchemaName: string | null;
862
+ readStateTableId: string | null;
863
+ schemaId: string | null;
864
+ suppressionsTableId: string | null;
865
+ userSettingsTableId: string | null;
781
866
  }
782
867
  export interface PermissionsModule {
783
- id: string | null;
868
+ actorTableId: string | null;
869
+ apiName: string | null;
870
+ bitlen: number | null;
784
871
  databaseId: string | null;
785
- entityField: string | null;
786
- schemaId: string | null;
787
- privateSchemaId: string | null;
788
- publicSchemaName: string | null;
789
- privateSchemaName: string | null;
790
- tableId: string | null;
791
- tableName: string | null;
792
872
  defaultTableId: string | null;
793
873
  defaultTableName: string | null;
794
- bitlen: number | null;
795
- scope: string | null;
796
- prefix: string | null;
874
+ entityField: string | null;
797
875
  entityTableId: string | null;
798
- actorTableId: string | null;
799
- getPaddedMask: string | null;
800
- getMask: string | null;
801
876
  getByMask: string | null;
877
+ getMask: string | null;
802
878
  getMaskByName: string | null;
803
- apiName: string | null;
804
- privateApiName: string | null;
805
- }
806
- export interface GraphExecutionModule {
879
+ getPaddedMask: string | null;
807
880
  id: string | null;
808
- databaseId: string | null;
809
- entityField: string | null;
810
- schemaId: string | null;
881
+ prefix: string | null;
882
+ privateApiName: string | null;
811
883
  privateSchemaId: string | null;
812
- publicSchemaName: string | null;
813
884
  privateSchemaName: string | null;
814
- graphModuleId: string | null;
885
+ publicSchemaName: string | null;
886
+ schemaId: string | null;
815
887
  scope: string | null;
816
- prefix: string | null;
817
- executionsTableId: string | null;
818
- outputsTableId: string | null;
819
- nodeStatesTableId: string | null;
820
- executionsTableName: string | null;
821
- outputsTableName: string | null;
822
- nodeStatesTableName: string | null;
888
+ tableId: string | null;
889
+ tableName: string | null;
890
+ }
891
+ export interface PhoneNumbersModule {
823
892
  apiName: string | null;
893
+ databaseId: string | null;
894
+ id: string | null;
895
+ ownerTableId: string | null;
824
896
  privateApiName: string | null;
825
- entityTableId: string | null;
826
- policies: unknown | null;
827
- provisions: unknown | null;
828
- defaultPermissions: string[] | null;
829
- createdAt: string | null;
897
+ privateSchemaId: string | null;
898
+ schemaId: string | null;
899
+ tableId: string | null;
900
+ tableName: string | null;
830
901
  }
831
- export interface HierarchyModule {
832
- id: string | null;
902
+ export interface PlansModule {
903
+ apiName: string | null;
904
+ applyBillingPlanFunction: string | null;
905
+ applyPlanAggregateFunction: string | null;
906
+ applyPlanCapsFunction: string | null;
907
+ applyPlanFunction: string | null;
833
908
  databaseId: string | null;
834
- entityField: string | null;
835
- schemaId: string | null;
836
- privateSchemaId: string | null;
837
- chartEdgesTableId: string | null;
838
- chartEdgesTableName: string | null;
839
- hierarchySprtTableId: string | null;
840
- hierarchySprtTableName: string | null;
841
- chartEdgeGrantsTableId: string | null;
842
- chartEdgeGrantsTableName: string | null;
843
- entityTableId: string | null;
844
- usersTableId: string | null;
845
- scope: string | null;
909
+ id: string | null;
910
+ planCapsTableId: string | null;
911
+ planLimitsTableId: string | null;
912
+ planLimitsTableName: string | null;
913
+ planMeterLimitsTableId: string | null;
914
+ planOverridesTableId: string | null;
915
+ planPricingTableId: string | null;
916
+ plansTableId: string | null;
917
+ plansTableName: string | null;
846
918
  prefix: string | null;
919
+ privateApiName: string | null;
920
+ privateSchemaId: string | null;
847
921
  privateSchemaName: string | null;
848
- sprtTableName: string | null;
849
- rebuildHierarchyFunction: string | null;
850
- getSubordinatesFunction: string | null;
851
- getManagersFunction: string | null;
852
- isManagerOfFunction: string | null;
853
- defaultPermissions: string[] | null;
854
- createdAt: string | null;
922
+ publicSchemaName: string | null;
923
+ schemaId: string | null;
855
924
  }
856
- export interface NotificationsModule {
925
+ export interface PrincipalAuthModule {
926
+ apiName: string | null;
927
+ auditsTableId: string | null;
928
+ createOrgApiKeyFunction: string | null;
929
+ createOrgPrincipalFunction: string | null;
930
+ createPrincipalFunction: string | null;
931
+ databaseId: string | null;
932
+ deleteOrgPrincipalFunction: string | null;
933
+ deletePrincipalFunction: string | null;
857
934
  id: string | null;
935
+ principalEntitiesTableId: string | null;
936
+ principalScopeOverridesTableId: string | null;
937
+ principalsTableId: string | null;
938
+ principalsTableName: string | null;
939
+ revokeOrgApiKeyFunction: string | null;
940
+ schemaId: string | null;
941
+ sessionCredentialsTableId: string | null;
942
+ sessionsTableId: string | null;
943
+ usersTableId: string | null;
944
+ }
945
+ export interface ProfilesModule {
946
+ actorTableId: string | null;
947
+ apiName: string | null;
858
948
  databaseId: string | null;
859
949
  entityField: string | null;
860
- schemaId: string | null;
950
+ entityTableId: string | null;
951
+ id: string | null;
952
+ membershipsTableId: string | null;
953
+ permissionsTableId: string | null;
954
+ prefix: string | null;
955
+ privateApiName: string | null;
861
956
  privateSchemaId: string | null;
862
- publicSchemaName: string | null;
863
957
  privateSchemaName: string | null;
864
- notificationsTableId: string | null;
865
- readStateTableId: string | null;
866
- preferencesTableId: string | null;
867
- channelsTableId: string | null;
868
- deliveryLogTableId: string | null;
869
- suppressionsTableId: string | null;
870
- ownerTableId: string | null;
871
- userSettingsTableId: string | null;
872
- organizationSettingsTableId: string | null;
873
- hasChannels: boolean | null;
874
- hasPreferences: boolean | null;
875
- hasSettingsExtension: boolean | null;
876
- hasDigestMetadata: boolean | null;
877
- hasSubscriptions: boolean | null;
958
+ profileDefinitionGrantsTableId: string | null;
959
+ profileDefinitionGrantsTableName: string | null;
960
+ profileGrantsTableId: string | null;
961
+ profileGrantsTableName: string | null;
962
+ profilePermissionsTableId: string | null;
963
+ profilePermissionsTableName: string | null;
964
+ profileTemplatesTableId: string | null;
965
+ profileTemplatesTableName: string | null;
966
+ publicSchemaName: string | null;
967
+ schemaId: string | null;
968
+ scope: string | null;
969
+ tableId: string | null;
970
+ tableName: string | null;
971
+ }
972
+ export interface RateLimitMetersModule {
973
+ apiName: string | null;
974
+ checkRateLimitFunction: string | null;
975
+ databaseId: string | null;
878
976
  defaultPermissions: string[] | null;
977
+ id: string | null;
978
+ prefix: string | null;
979
+ privateApiName: string | null;
980
+ privateSchemaId: string | null;
981
+ privateSchemaName: string | null;
982
+ publicSchemaName: string | null;
983
+ rateLimitOverridesTableId: string | null;
984
+ rateLimitOverridesTableName: string | null;
985
+ rateLimitStateTableId: string | null;
986
+ rateLimitStateTableName: string | null;
987
+ rateWindowLimitsTableId: string | null;
988
+ rateWindowLimitsTableName: string | null;
989
+ schemaId: string | null;
990
+ }
991
+ export interface RateLimitsModule {
992
+ databaseId: string | null;
993
+ id: string | null;
994
+ ipRateLimitsTable: string | null;
995
+ ipRateLimitsTableId: string | null;
996
+ rateLimitSettingsTable: string | null;
997
+ rateLimitSettingsTableId: string | null;
998
+ rateLimitsTable: string | null;
999
+ rateLimitsTableId: string | null;
1000
+ schemaId: string | null;
1001
+ }
1002
+ export interface RealtimeModule {
879
1003
  apiName: string | null;
1004
+ changeLogTableId: string | null;
1005
+ databaseId: string | null;
1006
+ id: string | null;
1007
+ interval: string | null;
1008
+ listenerNodeTableId: string | null;
1009
+ notifyChannel: string | null;
1010
+ premake: number | null;
880
1011
  privateApiName: string | null;
1012
+ privateSchemaId: string | null;
1013
+ retentionHours: number | null;
1014
+ schemaId: string | null;
1015
+ sourceRegistryTableId: string | null;
1016
+ subscriptionsSchemaId: string | null;
881
1017
  }
882
1018
  export interface RelationProvision {
883
- id: string | null;
1019
+ apiRequired: boolean | null;
1020
+ createIndex: boolean | null;
884
1021
  databaseId: string | null;
885
- relationType: string | null;
886
- sourceTableId: string | null;
887
- targetTableId: string | null;
888
- fieldName: string | null;
889
1022
  deleteAction: string | null;
1023
+ exposeInApi: boolean | null;
1024
+ fieldName: string | null;
1025
+ grants: unknown | null;
1026
+ id: string | null;
890
1027
  isRequired: boolean | null;
891
- apiRequired: boolean | null;
1028
+ junctionSchemaId: string | null;
892
1029
  junctionTableId: string | null;
893
1030
  junctionTableName: string | null;
894
- junctionSchemaId: string | null;
895
- sourceFieldName: string | null;
896
- targetFieldName: string | null;
897
- useCompositeKey: boolean | null;
898
- createIndex: boolean | null;
899
- exposeInApi: boolean | null;
900
1031
  nodes: unknown | null;
901
- grants: unknown | null;
902
- policies: unknown | null;
903
1032
  outFieldId: string | null;
904
1033
  outJunctionTableId: string | null;
905
1034
  outSourceFieldId: string | null;
906
1035
  outTargetFieldId: string | null;
1036
+ policies: unknown | null;
1037
+ relationType: string | null;
1038
+ sourceFieldName: string | null;
1039
+ sourceTableId: string | null;
1040
+ targetFieldName: string | null;
1041
+ targetTableId: string | null;
1042
+ useCompositeKey: boolean | null;
907
1043
  }
908
- export interface ProfilesModule {
909
- id: string | null;
1044
+ export interface ResourceModule {
1045
+ apiName: string | null;
910
1046
  databaseId: string | null;
1047
+ defaultPermissions: string[] | null;
911
1048
  entityField: string | null;
912
- schemaId: string | null;
1049
+ entityTableId: string | null;
1050
+ id: string | null;
1051
+ namespaceModuleId: string | null;
1052
+ policies: unknown | null;
1053
+ prefix: string | null;
1054
+ privateApiName: string | null;
913
1055
  privateSchemaId: string | null;
914
- publicSchemaName: string | null;
915
1056
  privateSchemaName: string | null;
916
- tableId: string | null;
917
- tableName: string | null;
918
- profilePermissionsTableId: string | null;
919
- profilePermissionsTableName: string | null;
920
- profileGrantsTableId: string | null;
921
- profileGrantsTableName: string | null;
922
- profileDefinitionGrantsTableId: string | null;
923
- profileDefinitionGrantsTableName: string | null;
924
- profileTemplatesTableId: string | null;
925
- profileTemplatesTableName: string | null;
1057
+ provisions: unknown | null;
1058
+ publicSchemaName: string | null;
1059
+ requirementsStateViewName: string | null;
1060
+ resolvedRequirementsViewName: string | null;
1061
+ resourceDefinitionsTableId: string | null;
1062
+ resourceDefinitionsTableName: string | null;
1063
+ resourceEventsTableId: string | null;
1064
+ resourceEventsTableName: string | null;
1065
+ resourceStatusChecksTableId: string | null;
1066
+ resourceStatusChecksTableName: string | null;
1067
+ resourcesTableId: string | null;
1068
+ resourcesTableName: string | null;
1069
+ schemaId: string | null;
926
1070
  scope: string | null;
927
- prefix: string | null;
928
- entityTableId: string | null;
929
- actorTableId: string | null;
930
- permissionsTableId: string | null;
931
- membershipsTableId: string | null;
932
- apiName: string | null;
933
- privateApiName: string | null;
934
1071
  }
935
- export interface BillingModule {
936
- id: string | null;
1072
+ export interface RlsModule {
1073
+ apiName: string | null;
1074
+ authenticate: string | null;
1075
+ authenticateStrict: string | null;
1076
+ currentRole: string | null;
1077
+ currentRoleId: string | null;
937
1078
  databaseId: string | null;
938
- schemaId: string | null;
1079
+ id: string | null;
1080
+ privateApiName: string | null;
939
1081
  privateSchemaId: string | null;
940
- publicSchemaName: string | null;
941
- privateSchemaName: string | null;
942
- metersTableId: string | null;
943
- metersTableName: string | null;
944
- planSubscriptionsTableId: string | null;
945
- planSubscriptionsTableName: string | null;
946
- ledgerTableId: string | null;
947
- ledgerTableName: string | null;
948
- balancesTableId: string | null;
949
- balancesTableName: string | null;
950
- meterCreditsTableId: string | null;
951
- meterCreditsTableName: string | null;
952
- meterSourcesTableId: string | null;
953
- meterSourcesTableName: string | null;
954
- meterDefaultsTableId: string | null;
955
- meterDefaultsTableName: string | null;
956
- recordUsageFunction: string | null;
957
- sweepExpiredSubscriptionsFunction: string | null;
958
- rollupUsageSummaryFunction: string | null;
959
- prefix: string | null;
960
- defaultPermissions: string[] | null;
961
- apiName: string | null;
962
- privateApiName: string | null;
1082
+ schemaId: string | null;
1083
+ sessionCredentialsTableId: string | null;
1084
+ sessionsTableId: string | null;
1085
+ usersTableId: string | null;
963
1086
  }
964
- export interface ResourceModule {
965
- id: string | null;
1087
+ export interface SecureTableProvision {
966
1088
  databaseId: string | null;
967
- entityField: string | null;
968
- schemaId: string | null;
969
- privateSchemaId: string | null;
970
- publicSchemaName: string | null;
971
- privateSchemaName: string | null;
972
- resourcesTableId: string | null;
973
- resourceEventsTableId: string | null;
974
- resourceStatusChecksTableId: string | null;
975
- resourceDefinitionsTableId: string | null;
976
- resourcesTableName: string | null;
977
- resourceEventsTableName: string | null;
978
- resourceStatusChecksTableName: string | null;
979
- resourceDefinitionsTableName: string | null;
980
- resolvedRequirementsViewName: string | null;
981
- requirementsStateViewName: string | null;
982
- apiName: string | null;
983
- privateApiName: string | null;
984
- scope: string | null;
985
- prefix: string | null;
986
- entityTableId: string | null;
987
- namespaceModuleId: string | null;
1089
+ fields: unknown[] | null;
1090
+ grants: unknown | null;
1091
+ id: string | null;
1092
+ nodes: unknown | null;
1093
+ outFields: string[] | null;
988
1094
  policies: unknown | null;
989
- provisions: unknown | null;
990
- defaultPermissions: string[] | null;
1095
+ schemaId: string | null;
1096
+ tableId: string | null;
1097
+ tableName: string | null;
1098
+ useRls: boolean | null;
991
1099
  }
992
- export interface UserAuthModule {
993
- id: string | null;
1100
+ export interface SessionSecretsModule {
994
1101
  databaseId: string | null;
1102
+ id: string | null;
995
1103
  schemaId: string | null;
996
- emailsTableId: string | null;
997
- usersTableId: string | null;
998
- secretsTableId: string | null;
999
- encryptedTableId: string | null;
1000
1104
  sessionsTableId: string | null;
1001
- sessionCredentialsTableId: string | null;
1002
- auditsTableId: string | null;
1003
- auditsTableName: string | null;
1004
- signInFunction: string | null;
1005
- signUpFunction: string | null;
1006
- signOutFunction: string | null;
1007
- setPasswordFunction: string | null;
1008
- resetPasswordFunction: string | null;
1009
- forgotPasswordFunction: string | null;
1010
- sendVerificationEmailFunction: string | null;
1011
- verifyEmailFunction: string | null;
1012
- verifyPasswordFunction: string | null;
1013
- checkPasswordFunction: string | null;
1014
- sendAccountDeletionEmailFunction: string | null;
1015
- deleteAccountFunction: string | null;
1016
- signInCrossOriginFunction: string | null;
1017
- requestCrossOriginTokenFunction: string | null;
1018
- extendTokenExpires: string | null;
1019
- apiName: string | null;
1020
- privateApiName: string | null;
1105
+ tableId: string | null;
1106
+ tableName: string | null;
1021
1107
  }
1022
- export interface DbUsageModule {
1108
+ export interface SessionsModule {
1109
+ authSettingsTable: string | null;
1110
+ authSettingsTableId: string | null;
1111
+ databaseId: string | null;
1023
1112
  id: string | null;
1113
+ schemaId: string | null;
1114
+ sessionCredentialsTable: string | null;
1115
+ sessionCredentialsTableId: string | null;
1116
+ sessionsDefaultExpiration: string | null;
1117
+ sessionsTable: string | null;
1118
+ sessionsTableId: string | null;
1119
+ usersTableId: string | null;
1120
+ }
1121
+ export interface StorageLogModule {
1122
+ actorFkTableId: string | null;
1123
+ apiName: string | null;
1024
1124
  databaseId: string | null;
1025
1125
  entityField: string | null;
1026
- schemaId: string | null;
1126
+ entityFkTableId: string | null;
1127
+ id: string | null;
1128
+ interval: string | null;
1129
+ prefix: string | null;
1130
+ premake: number | null;
1131
+ privateApiName: string | null;
1027
1132
  privateSchemaId: string | null;
1028
- publicSchemaName: string | null;
1029
1133
  privateSchemaName: string | null;
1030
- tableStatsLogTableId: string | null;
1031
- tableStatsLogTableName: string | null;
1032
- tableStatsDailyTableId: string | null;
1033
- tableStatsDailyTableName: string | null;
1034
- queryStatsLogTableId: string | null;
1035
- queryStatsLogTableName: string | null;
1036
- queryStatsDailyTableId: string | null;
1037
- queryStatsDailyTableName: string | null;
1038
- collectDbTableStatsFunction: string | null;
1039
- collectDbQueryStatsFunction: string | null;
1040
- rollupDbTableStatsDailyFunction: string | null;
1041
- rollupDbQueryStatsDailyFunction: string | null;
1042
- interval: string | null;
1134
+ publicSchemaName: string | null;
1043
1135
  retention: string | null;
1044
- premake: number | null;
1136
+ schemaId: string | null;
1045
1137
  scope: string | null;
1046
- prefix: string | null;
1047
- defaultPermissions: string[] | null;
1048
- apiName: string | null;
1049
- privateApiName: string | null;
1138
+ storageLogTableId: string | null;
1139
+ storageLogTableName: string | null;
1140
+ usageDailyTableId: string | null;
1141
+ usageDailyTableName: string | null;
1050
1142
  }
1051
- export interface AgentModule {
1052
- id: string | null;
1143
+ export interface StorageModule {
1144
+ allowedOrigins: string[] | null;
1145
+ apiName: string | null;
1146
+ bucketsTableId: string | null;
1147
+ bucketsTableName: string | null;
1148
+ cacheTtlSeconds: number | null;
1149
+ confirmUploadDelay: string | null;
1053
1150
  databaseId: string | null;
1151
+ defaultMaxFileSize: string | null;
1152
+ defaultPermissions: string[] | null;
1153
+ downloadUrlExpirySeconds: number | null;
1154
+ endpoint: string | null;
1054
1155
  entityField: string | null;
1055
- schemaId: string | null;
1056
- privateSchemaId: string | null;
1057
- publicSchemaName: string | null;
1058
- privateSchemaName: string | null;
1059
- threadTableId: string | null;
1060
- messageTableId: string | null;
1061
- taskTableId: string | null;
1062
- promptsTableId: string | null;
1063
- planTableId: string | null;
1064
- agentTableId: string | null;
1065
- personaTableId: string | null;
1066
- resourceTableId: string | null;
1067
- threadTableName: string | null;
1068
- messageTableName: string | null;
1069
- taskTableName: string | null;
1070
- promptsTableName: string | null;
1071
- planTableName: string | null;
1072
- agentTableName: string | null;
1073
- personaTableName: string | null;
1074
- resourceTableName: string | null;
1075
- hasPlans: boolean | null;
1076
- hasResources: boolean | null;
1077
- hasAgents: boolean | null;
1078
- shared: boolean | null;
1079
- apiName: string | null;
1080
- privateApiName: string | null;
1081
- scope: string | null;
1082
- prefix: string | null;
1083
1156
  entityTableId: string | null;
1157
+ fileEventsTableId: string | null;
1158
+ filesTableId: string | null;
1159
+ filesTableName: string | null;
1160
+ hasAuditLog: boolean | null;
1161
+ hasConfirmUpload: boolean | null;
1162
+ hasContentHash: boolean | null;
1163
+ hasCustomKeys: boolean | null;
1164
+ hasPathShares: boolean | null;
1165
+ hasVersioning: boolean | null;
1166
+ id: string | null;
1167
+ maxBulkFiles: number | null;
1168
+ maxBulkTotalSize: string | null;
1169
+ maxFilenameLength: number | null;
1170
+ pathSharesTableId: string | null;
1084
1171
  policies: unknown | null;
1085
- resources: unknown | null;
1172
+ prefix: string | null;
1173
+ privateApiName: string | null;
1174
+ privateSchemaId: string | null;
1175
+ privateSchemaName: string | null;
1176
+ provider: string | null;
1086
1177
  provisions: unknown | null;
1087
- defaultPermissions: string[] | null;
1178
+ publicSchemaName: string | null;
1179
+ publicUrlPrefix: string | null;
1180
+ restrictReads: boolean | null;
1181
+ schemaId: string | null;
1182
+ scope: string | null;
1183
+ uploadUrlExpirySeconds: number | null;
1088
1184
  }
1089
- export interface LimitsModule {
1090
- id: string | null;
1185
+ export interface TransferLogModule {
1186
+ actorFkTableId: string | null;
1187
+ apiName: string | null;
1091
1188
  databaseId: string | null;
1092
1189
  entityField: string | null;
1093
- schemaId: string | null;
1190
+ entityFkTableId: string | null;
1191
+ id: string | null;
1192
+ interval: string | null;
1193
+ prefix: string | null;
1194
+ premake: number | null;
1195
+ privateApiName: string | null;
1094
1196
  privateSchemaId: string | null;
1095
- publicSchemaName: string | null;
1096
1197
  privateSchemaName: string | null;
1097
- tableId: string | null;
1098
- tableName: string | null;
1099
- defaultTableId: string | null;
1100
- defaultTableName: string | null;
1101
- limitIncrementFunction: string | null;
1102
- limitDecrementFunction: string | null;
1103
- limitIncrementTrigger: string | null;
1104
- limitDecrementTrigger: string | null;
1105
- limitUpdateTrigger: string | null;
1106
- limitCheckFunction: string | null;
1107
- limitCreditsTableId: string | null;
1108
- eventsTableId: string | null;
1109
- creditCodesTableId: string | null;
1110
- creditCodeItemsTableId: string | null;
1111
- creditRedemptionsTableId: string | null;
1112
- aggregateTableId: string | null;
1113
- limitCapsTableId: string | null;
1114
- limitCapsDefaultsTableId: string | null;
1115
- capCheckTrigger: string | null;
1116
- resolveCapFunction: string | null;
1117
- limitWarningsTableId: string | null;
1118
- limitWarningStateTableId: string | null;
1119
- limitCheckSoftFunction: string | null;
1120
- limitAggregateCheckSoftFunction: string | null;
1198
+ publicSchemaName: string | null;
1199
+ retention: string | null;
1200
+ schemaId: string | null;
1121
1201
  scope: string | null;
1122
- prefix: string | null;
1123
- entityTableId: string | null;
1124
- actorTableId: string | null;
1202
+ transferLogTableId: string | null;
1203
+ transferLogTableName: string | null;
1204
+ usageDailyTableId: string | null;
1205
+ usageDailyTableName: string | null;
1206
+ }
1207
+ export interface UserAuthModule {
1125
1208
  apiName: string | null;
1209
+ auditsTableId: string | null;
1210
+ auditsTableName: string | null;
1211
+ checkPasswordFunction: string | null;
1212
+ databaseId: string | null;
1213
+ deleteAccountFunction: string | null;
1214
+ emailsTableId: string | null;
1215
+ encryptedTableId: string | null;
1216
+ extendTokenExpires: string | null;
1217
+ forgotPasswordFunction: string | null;
1218
+ id: string | null;
1126
1219
  privateApiName: string | null;
1220
+ requestCrossOriginTokenFunction: string | null;
1221
+ resetPasswordFunction: string | null;
1222
+ schemaId: string | null;
1223
+ secretsTableId: string | null;
1224
+ sendAccountDeletionEmailFunction: string | null;
1225
+ sendVerificationEmailFunction: string | null;
1226
+ sessionCredentialsTableId: string | null;
1227
+ sessionsTableId: string | null;
1228
+ setPasswordFunction: string | null;
1229
+ signInCrossOriginFunction: string | null;
1230
+ signInFunction: string | null;
1231
+ signOutFunction: string | null;
1232
+ signUpFunction: string | null;
1233
+ usersTableId: string | null;
1234
+ verifyEmailFunction: string | null;
1235
+ verifyPasswordFunction: string | null;
1127
1236
  }
1128
- export interface EntityTypeProvision {
1129
- id: string | null;
1237
+ export interface UserCredentialsModule {
1130
1238
  databaseId: string | null;
1131
- name: string | null;
1132
- prefix: string | null;
1133
- description: string | null;
1134
- parentEntity: string | null;
1239
+ entityField: string | null;
1240
+ id: string | null;
1241
+ privateApiName: string | null;
1242
+ schemaId: string | null;
1243
+ tableId: string | null;
1135
1244
  tableName: string | null;
1136
- isVisible: boolean | null;
1137
- hasLimits: boolean | null;
1138
- hasProfiles: boolean | null;
1139
- hasLevels: boolean | null;
1140
- hasInvites: boolean | null;
1141
- hasInviteAchievements: boolean | null;
1142
- storage: unknown | null;
1143
- namespaces: unknown | null;
1144
- functions: unknown | null;
1145
- graphs: unknown | null;
1146
- agents: unknown | null;
1147
- skipEntityPolicies: boolean | null;
1148
- tableProvision: unknown | null;
1149
- outMembershipType: number | null;
1150
- outEntityTableId: string | null;
1151
- outEntityTableName: string | null;
1152
- outInstalledModules: string[] | null;
1153
- outStorageModuleId: string | null;
1154
- outBucketsTableId: string | null;
1155
- outFilesTableId: string | null;
1156
- outPathSharesTableId: string | null;
1157
- outInvitesModuleId: string | null;
1158
- outNamespaceModuleId: string | null;
1159
- outNamespacesTableId: string | null;
1160
- outNamespaceEventsTableId: string | null;
1161
- outFunctionModuleId: string | null;
1162
- outDefinitionsTableId: string | null;
1163
- outInvocationsTableId: string | null;
1164
- outExecutionLogsTableId: string | null;
1165
- outGraphModuleId: string | null;
1166
- outGraphsTableId: string | null;
1167
- outAgentModuleId: string | null;
1168
1245
  }
1169
- export interface StorageModule {
1170
- id: string | null;
1246
+ export interface UserSettingsModule {
1247
+ apiName: string | null;
1171
1248
  databaseId: string | null;
1249
+ id: string | null;
1250
+ ownerTableId: string | null;
1172
1251
  schemaId: string | null;
1173
- privateSchemaId: string | null;
1174
- publicSchemaName: string | null;
1175
- privateSchemaName: string | null;
1176
- bucketsTableId: string | null;
1177
- filesTableId: string | null;
1178
- bucketsTableName: string | null;
1179
- filesTableName: string | null;
1180
- scope: string | null;
1181
- prefix: string | null;
1182
- policies: unknown | null;
1183
- provisions: unknown | null;
1184
- entityTableId: string | null;
1185
- entityField: string | null;
1186
- endpoint: string | null;
1187
- publicUrlPrefix: string | null;
1188
- provider: string | null;
1189
- allowedOrigins: string[] | null;
1190
- restrictReads: boolean | null;
1191
- hasPathShares: boolean | null;
1192
- pathSharesTableId: string | null;
1193
- uploadUrlExpirySeconds: number | null;
1194
- downloadUrlExpirySeconds: number | null;
1195
- defaultMaxFileSize: string | null;
1196
- maxFilenameLength: number | null;
1197
- cacheTtlSeconds: number | null;
1198
- maxBulkFiles: number | null;
1199
- maxBulkTotalSize: string | null;
1200
- hasVersioning: boolean | null;
1201
- hasContentHash: boolean | null;
1202
- hasCustomKeys: boolean | null;
1203
- hasAuditLog: boolean | null;
1204
- hasConfirmUpload: boolean | null;
1205
- confirmUploadDelay: string | null;
1206
- fileEventsTableId: string | null;
1207
- defaultPermissions: string[] | null;
1208
- apiName: string | null;
1209
- privateApiName: string | null;
1252
+ tableId: string | null;
1253
+ tableName: string | null;
1210
1254
  }
1211
- export interface MembershipsModule {
1212
- id: string | null;
1255
+ export interface UserStateModule {
1213
1256
  databaseId: string | null;
1214
1257
  entityField: string | null;
1258
+ id: string | null;
1215
1259
  schemaId: string | null;
1216
- privateSchemaId: string | null;
1217
- publicSchemaName: string | null;
1218
- privateSchemaName: string | null;
1219
- membershipsTableId: string | null;
1220
- membershipsTableName: string | null;
1221
- membersTableId: string | null;
1222
- membersTableName: string | null;
1223
- membershipDefaultsTableId: string | null;
1224
- membershipDefaultsTableName: string | null;
1225
- membershipSettingsTableId: string | null;
1226
- membershipSettingsTableName: string | null;
1227
- grantsTableId: string | null;
1228
- grantsTableName: string | null;
1229
- actorTableId: string | null;
1230
- limitsTableId: string | null;
1231
- defaultLimitsTableId: string | null;
1232
- permissionsTableId: string | null;
1233
- defaultPermissionsTableId: string | null;
1234
- sprtTableId: string | null;
1235
- adminGrantsTableId: string | null;
1236
- adminGrantsTableName: string | null;
1237
- ownerGrantsTableId: string | null;
1238
- ownerGrantsTableName: string | null;
1239
- scope: string | null;
1240
- prefix: string | null;
1241
- entityTableId: string | null;
1242
- entityTableOwnerId: string | null;
1243
- getOrgFn: string | null;
1244
- actorMaskCheck: string | null;
1245
- actorPermCheck: string | null;
1246
- entityIdsByMask: string | null;
1247
- entityIdsByPerm: string | null;
1248
- entityIdsFunction: string | null;
1249
- memberProfilesTableId: string | null;
1250
- permissionDefaultPermissionsTableId: string | null;
1251
- permissionDefaultGrantsTableId: string | null;
1260
+ tableId: string | null;
1261
+ tableName: string | null;
1262
+ }
1263
+ export interface UsersModule {
1252
1264
  apiName: string | null;
1265
+ databaseId: string | null;
1266
+ id: string | null;
1253
1267
  privateApiName: string | null;
1268
+ schemaId: string | null;
1269
+ tableId: string | null;
1270
+ tableName: string | null;
1271
+ typeTableId: string | null;
1272
+ typeTableName: string | null;
1254
1273
  }
1255
- export interface EventsModule {
1256
- id: string | null;
1274
+ export interface WebauthnAuthModule {
1275
+ attestationType: string | null;
1276
+ authSettingsTableId: string | null;
1277
+ challengeExpiry: string | null;
1278
+ credentialsTableId: string | null;
1257
1279
  databaseId: string | null;
1258
- entityField: string | null;
1280
+ id: string | null;
1281
+ originAllowlist: string[] | null;
1282
+ requireUserVerification: boolean | null;
1283
+ residentKey: string | null;
1284
+ rpId: string | null;
1285
+ rpName: string | null;
1259
1286
  schemaId: string | null;
1260
- privateSchemaId: string | null;
1261
- publicSchemaName: string | null;
1262
- privateSchemaName: string | null;
1263
- eventsTableId: string | null;
1264
- eventsTableName: string | null;
1265
- eventAggregatesTableId: string | null;
1266
- eventAggregatesTableName: string | null;
1267
- eventTypesTableId: string | null;
1268
- eventTypesTableName: string | null;
1269
- levelsTableId: string | null;
1270
- levelsTableName: string | null;
1271
- levelRequirementsTableId: string | null;
1272
- levelRequirementsTableName: string | null;
1273
- levelGrantsTableId: string | null;
1274
- levelGrantsTableName: string | null;
1275
- achievementRewardsTableId: string | null;
1276
- achievementRewardsTableName: string | null;
1277
- recordEvent: string | null;
1278
- removeEvent: string | null;
1279
- tgEvent: string | null;
1280
- tgEventToggle: string | null;
1281
- tgEventToggleBool: string | null;
1282
- tgEventBool: string | null;
1283
- upsertAggregate: string | null;
1284
- tgUpdateAggregates: string | null;
1285
- stepsRequired: string | null;
1286
- levelAchieved: string | null;
1287
- tgCheckAchievements: string | null;
1288
- grantAchievement: string | null;
1289
- tgAchievementReward: string | null;
1290
- interval: string | null;
1291
- retention: string | null;
1292
- premake: number | null;
1293
- scope: string | null;
1294
- prefix: string | null;
1295
- entityTableId: string | null;
1296
- actorTableId: string | null;
1297
- defaultPermissions: string[] | null;
1287
+ sessionCredentialsTableId: string | null;
1288
+ sessionSecretsTableId: string | null;
1289
+ sessionsTableId: string | null;
1290
+ usersTableId: string | null;
1291
+ }
1292
+ export interface WebauthnCredentialsModule {
1298
1293
  apiName: string | null;
1294
+ databaseId: string | null;
1295
+ id: string | null;
1296
+ ownerTableId: string | null;
1299
1297
  privateApiName: string | null;
1298
+ privateSchemaId: string | null;
1299
+ schemaId: string | null;
1300
+ tableId: string | null;
1301
+ tableName: string | null;
1300
1302
  }
1301
1303
  export interface StringFilter {
1302
1304
  isNull?: boolean;