@constructive-io/react 0.23.15 → 0.23.17

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 (1260) hide show
  1. package/README.md +2 -0
  2. package/admin/orm/models/appAdminGrant.js +1 -1
  3. package/admin/orm/models/appClaimedInvite.js +1 -1
  4. package/admin/orm/models/appGrant.js +1 -1
  5. package/admin/orm/models/appInvite.js +1 -1
  6. package/admin/orm/models/appMembership.js +1 -1
  7. package/admin/orm/models/appMembershipDefault.js +1 -1
  8. package/admin/orm/models/appOwnerGrant.js +1 -1
  9. package/admin/orm/models/appPermission.js +1 -1
  10. package/admin/orm/models/appPermissionDefault.js +1 -1
  11. package/admin/orm/models/appPermissionDefaultGrant.js +1 -1
  12. package/admin/orm/models/appPermissionDefaultPermission.js +1 -1
  13. package/admin/orm/models/membershipType.js +1 -1
  14. package/admin/orm/models/orgAdminGrant.js +1 -1
  15. package/admin/orm/models/orgChartEdge.js +1 -1
  16. package/admin/orm/models/orgChartEdgeGrant.js +1 -1
  17. package/admin/orm/models/orgClaimedInvite.js +1 -1
  18. package/admin/orm/models/orgGrant.js +1 -1
  19. package/admin/orm/models/orgInvite.js +1 -1
  20. package/admin/orm/models/orgMember.js +1 -1
  21. package/admin/orm/models/orgMemberProfile.js +1 -1
  22. package/admin/orm/models/orgMembership.js +1 -1
  23. package/admin/orm/models/orgMembershipDefault.js +1 -1
  24. package/admin/orm/models/orgMembershipSetting.js +1 -1
  25. package/admin/orm/models/orgOwnerGrant.js +1 -1
  26. package/admin/orm/models/orgPermission.js +1 -1
  27. package/admin/orm/models/orgPermissionDefault.js +1 -1
  28. package/admin/orm/models/orgPermissionDefaultGrant.js +1 -1
  29. package/admin/orm/models/orgPermissionDefaultPermission.js +1 -1
  30. package/admin/orm/query-builder.d.ts +1 -1
  31. package/admin/orm/query-builder.js +2 -1
  32. package/admin/schema-types.d.ts +72 -0
  33. package/agent/orm/input-types.d.ts +14 -2
  34. package/agent/orm/models/agent.js +1 -1
  35. package/agent/orm/models/agentMessage.js +1 -1
  36. package/agent/orm/models/agentPersona.js +1 -1
  37. package/agent/orm/models/agentPlan.js +1 -1
  38. package/agent/orm/models/agentPrompt.js +1 -1
  39. package/agent/orm/models/agentResource.js +1 -1
  40. package/agent/orm/models/agentResourceChunk.js +1 -1
  41. package/agent/orm/models/agentTask.js +1 -1
  42. package/agent/orm/models/agentThread.js +1 -1
  43. package/agent/orm/query-builder.d.ts +1 -1
  44. package/agent/orm/query-builder.js +2 -1
  45. package/agent/schema-types.d.ts +84 -1
  46. package/api/orm/input-types.d.ts +36 -1
  47. package/api/orm/models/api.js +1 -1
  48. package/api/orm/models/apiModule.js +1 -1
  49. package/api/orm/models/apiSchema.js +1 -1
  50. package/api/orm/models/apiSetting.js +1 -1
  51. package/api/orm/models/app.js +1 -1
  52. package/api/orm/models/checkConstraint.js +1 -1
  53. package/api/orm/models/compositeType.js +1 -1
  54. package/api/orm/models/corsSetting.js +1 -1
  55. package/api/orm/models/database.js +1 -1
  56. package/api/orm/models/databaseSetting.js +1 -1
  57. package/api/orm/models/databaseTransfer.js +1 -1
  58. package/api/orm/models/defaultPrivilege.js +1 -1
  59. package/api/orm/models/domain.js +1 -1
  60. package/api/orm/models/embeddingChunk.js +1 -1
  61. package/api/orm/models/enum.js +1 -1
  62. package/api/orm/models/field.js +1 -1
  63. package/api/orm/models/foreignKeyConstraint.js +1 -1
  64. package/api/orm/models/fullTextSearch.js +1 -1
  65. package/api/orm/models/function.js +1 -1
  66. package/api/orm/models/indexModel.js +1 -1
  67. package/api/orm/models/nodeTypeRegistry.js +1 -1
  68. package/api/orm/models/partition.js +1 -1
  69. package/api/orm/models/policy.js +1 -1
  70. package/api/orm/models/primaryKeyConstraint.js +1 -1
  71. package/api/orm/models/pubkeySetting.js +1 -1
  72. package/api/orm/models/rlsSetting.js +1 -1
  73. package/api/orm/models/schema.js +1 -1
  74. package/api/orm/models/schemaGrant.js +1 -1
  75. package/api/orm/models/site.js +1 -1
  76. package/api/orm/models/siteMetadatum.js +1 -1
  77. package/api/orm/models/siteModule.js +1 -1
  78. package/api/orm/models/siteTheme.js +1 -1
  79. package/api/orm/models/spatialRelation.js +1 -1
  80. package/api/orm/models/table.js +1 -1
  81. package/api/orm/models/tableGrant.js +1 -1
  82. package/api/orm/models/trigger.js +1 -1
  83. package/api/orm/models/triggerFunction.js +1 -1
  84. package/api/orm/models/uniqueConstraint.js +1 -1
  85. package/api/orm/models/view.js +1 -1
  86. package/api/orm/models/viewGrant.js +1 -1
  87. package/api/orm/models/viewRule.js +1 -1
  88. package/api/orm/models/viewTable.js +1 -1
  89. package/api/orm/models/webauthnSetting.js +1 -1
  90. package/api/orm/query-builder.d.ts +1 -1
  91. package/api/orm/query-builder.js +2 -1
  92. package/api/schema-types.d.ts +181 -79
  93. package/api/types.d.ts +2 -1
  94. package/auth/hooks/mutations/useDeleteAuditLogAuthMutation.d.ts +2 -0
  95. package/auth/hooks/mutations/useDeleteAuditLogAuthMutation.js +2 -1
  96. package/auth/hooks/mutations/useUpdateAuditLogAuthMutation.d.ts +2 -0
  97. package/auth/hooks/mutations/useUpdateAuditLogAuthMutation.js +2 -1
  98. package/auth/orm/input-types.d.ts +4 -2
  99. package/auth/orm/models/auditLogAuth.d.ts +2 -0
  100. package/auth/orm/models/auditLogAuth.js +4 -1
  101. package/auth/orm/models/cryptoAddress.js +1 -1
  102. package/auth/orm/models/email.js +1 -1
  103. package/auth/orm/models/phoneNumber.js +1 -1
  104. package/auth/orm/models/roleType.js +1 -1
  105. package/auth/orm/models/user.js +1 -1
  106. package/auth/orm/models/webauthnCredential.js +1 -1
  107. package/auth/orm/query-builder.d.ts +1 -1
  108. package/auth/orm/query-builder.js +2 -1
  109. package/auth/schema-types.d.ts +74 -1
  110. package/compute/hooks/client.d.ts +30 -0
  111. package/compute/hooks/client.js +40 -0
  112. package/compute/hooks/index.d.ts +39 -0
  113. package/compute/hooks/index.js +55 -0
  114. package/compute/hooks/invalidation.d.ts +148 -0
  115. package/compute/hooks/invalidation.js +331 -0
  116. package/compute/hooks/mutation-keys.d.ts +277 -0
  117. package/compute/hooks/mutation-keys.js +236 -0
  118. package/compute/hooks/mutations/index.d.ts +71 -0
  119. package/compute/hooks/mutations/index.js +87 -0
  120. package/compute/hooks/mutations/useAddEdgeAndSaveMutation.d.ts +20 -0
  121. package/compute/hooks/mutations/useAddEdgeAndSaveMutation.js +26 -0
  122. package/compute/hooks/mutations/useAddEdgeMutation.d.ts +20 -0
  123. package/compute/hooks/mutations/useAddEdgeMutation.js +26 -0
  124. package/compute/hooks/mutations/useAddNodeAndSaveMutation.d.ts +20 -0
  125. package/compute/hooks/mutations/useAddNodeAndSaveMutation.js +26 -0
  126. package/compute/hooks/mutations/useAddNodeMutation.d.ts +20 -0
  127. package/compute/hooks/mutations/useAddNodeMutation.js +26 -0
  128. package/compute/hooks/mutations/useCopyGraphMutation.d.ts +20 -0
  129. package/compute/hooks/mutations/useCopyGraphMutation.js +26 -0
  130. package/compute/hooks/mutations/useCreateFunctionApiBindingMutation.d.ts +34 -0
  131. package/compute/hooks/mutations/useCreateFunctionApiBindingMutation.js +34 -0
  132. package/compute/hooks/mutations/useCreateFunctionDefinitionMutation.d.ts +34 -0
  133. package/compute/hooks/mutations/useCreateFunctionDefinitionMutation.js +34 -0
  134. package/compute/hooks/mutations/useCreateFunctionDeploymentEventMutation.d.ts +34 -0
  135. package/compute/hooks/mutations/useCreateFunctionDeploymentEventMutation.js +34 -0
  136. package/compute/hooks/mutations/useCreateFunctionDeploymentMutation.d.ts +34 -0
  137. package/compute/hooks/mutations/useCreateFunctionDeploymentMutation.js +34 -0
  138. package/compute/hooks/mutations/useCreateFunctionExecutionLogMutation.d.ts +34 -0
  139. package/compute/hooks/mutations/useCreateFunctionExecutionLogMutation.js +34 -0
  140. package/compute/hooks/mutations/useCreateFunctionGraphCommitMutation.d.ts +34 -0
  141. package/compute/hooks/mutations/useCreateFunctionGraphCommitMutation.js +34 -0
  142. package/compute/hooks/mutations/useCreateFunctionGraphExecutionMutation.d.ts +34 -0
  143. package/compute/hooks/mutations/useCreateFunctionGraphExecutionMutation.js +34 -0
  144. package/compute/hooks/mutations/useCreateFunctionGraphExecutionNodeStateMutation.d.ts +34 -0
  145. package/compute/hooks/mutations/useCreateFunctionGraphExecutionNodeStateMutation.js +34 -0
  146. package/compute/hooks/mutations/useCreateFunctionGraphExecutionOutputMutation.d.ts +34 -0
  147. package/compute/hooks/mutations/useCreateFunctionGraphExecutionOutputMutation.js +34 -0
  148. package/compute/hooks/mutations/useCreateFunctionGraphMutation.d.ts +34 -0
  149. package/compute/hooks/mutations/useCreateFunctionGraphMutation.js +34 -0
  150. package/compute/hooks/mutations/useCreateFunctionGraphObjectMutation.d.ts +34 -0
  151. package/compute/hooks/mutations/useCreateFunctionGraphObjectMutation.js +34 -0
  152. package/compute/hooks/mutations/useCreateFunctionGraphRefMutation.d.ts +34 -0
  153. package/compute/hooks/mutations/useCreateFunctionGraphRefMutation.js +34 -0
  154. package/compute/hooks/mutations/useCreateFunctionGraphStoreMutation.d.ts +34 -0
  155. package/compute/hooks/mutations/useCreateFunctionGraphStoreMutation.js +34 -0
  156. package/compute/hooks/mutations/useCreateFunctionInvocationMutation.d.ts +34 -0
  157. package/compute/hooks/mutations/useCreateFunctionInvocationMutation.js +34 -0
  158. package/compute/hooks/mutations/useCreateGetAllRecordMutation.d.ts +34 -0
  159. package/compute/hooks/mutations/useCreateGetAllRecordMutation.js +34 -0
  160. package/compute/hooks/mutations/useCreateOrgFunctionExecutionLogMutation.d.ts +34 -0
  161. package/compute/hooks/mutations/useCreateOrgFunctionExecutionLogMutation.js +34 -0
  162. package/compute/hooks/mutations/useCreateOrgFunctionInvocationMutation.d.ts +34 -0
  163. package/compute/hooks/mutations/useCreateOrgFunctionInvocationMutation.js +34 -0
  164. package/compute/hooks/mutations/useCreateSecretDefinitionMutation.d.ts +34 -0
  165. package/compute/hooks/mutations/useCreateSecretDefinitionMutation.js +34 -0
  166. package/compute/hooks/mutations/useDeleteFunctionApiBindingMutation.d.ts +38 -0
  167. package/compute/hooks/mutations/useDeleteFunctionApiBindingMutation.js +39 -0
  168. package/compute/hooks/mutations/useDeleteFunctionDefinitionMutation.d.ts +38 -0
  169. package/compute/hooks/mutations/useDeleteFunctionDefinitionMutation.js +39 -0
  170. package/compute/hooks/mutations/useDeleteFunctionDeploymentEventMutation.d.ts +40 -0
  171. package/compute/hooks/mutations/useDeleteFunctionDeploymentEventMutation.js +40 -0
  172. package/compute/hooks/mutations/useDeleteFunctionDeploymentMutation.d.ts +38 -0
  173. package/compute/hooks/mutations/useDeleteFunctionDeploymentMutation.js +39 -0
  174. package/compute/hooks/mutations/useDeleteFunctionExecutionLogMutation.d.ts +40 -0
  175. package/compute/hooks/mutations/useDeleteFunctionExecutionLogMutation.js +40 -0
  176. package/compute/hooks/mutations/useDeleteFunctionGraphCommitMutation.d.ts +40 -0
  177. package/compute/hooks/mutations/useDeleteFunctionGraphCommitMutation.js +40 -0
  178. package/compute/hooks/mutations/useDeleteFunctionGraphExecutionMutation.d.ts +40 -0
  179. package/compute/hooks/mutations/useDeleteFunctionGraphExecutionMutation.js +40 -0
  180. package/compute/hooks/mutations/useDeleteFunctionGraphExecutionNodeStateMutation.d.ts +40 -0
  181. package/compute/hooks/mutations/useDeleteFunctionGraphExecutionNodeStateMutation.js +40 -0
  182. package/compute/hooks/mutations/useDeleteFunctionGraphExecutionOutputMutation.d.ts +40 -0
  183. package/compute/hooks/mutations/useDeleteFunctionGraphExecutionOutputMutation.js +40 -0
  184. package/compute/hooks/mutations/useDeleteFunctionGraphMutation.d.ts +38 -0
  185. package/compute/hooks/mutations/useDeleteFunctionGraphMutation.js +39 -0
  186. package/compute/hooks/mutations/useDeleteFunctionGraphObjectMutation.d.ts +40 -0
  187. package/compute/hooks/mutations/useDeleteFunctionGraphObjectMutation.js +40 -0
  188. package/compute/hooks/mutations/useDeleteFunctionGraphRefMutation.d.ts +40 -0
  189. package/compute/hooks/mutations/useDeleteFunctionGraphRefMutation.js +40 -0
  190. package/compute/hooks/mutations/useDeleteFunctionGraphStoreMutation.d.ts +38 -0
  191. package/compute/hooks/mutations/useDeleteFunctionGraphStoreMutation.js +39 -0
  192. package/compute/hooks/mutations/useDeleteFunctionInvocationMutation.d.ts +40 -0
  193. package/compute/hooks/mutations/useDeleteFunctionInvocationMutation.js +40 -0
  194. package/compute/hooks/mutations/useDeleteOrgFunctionExecutionLogMutation.d.ts +40 -0
  195. package/compute/hooks/mutations/useDeleteOrgFunctionExecutionLogMutation.js +40 -0
  196. package/compute/hooks/mutations/useDeleteOrgFunctionInvocationMutation.d.ts +40 -0
  197. package/compute/hooks/mutations/useDeleteOrgFunctionInvocationMutation.js +40 -0
  198. package/compute/hooks/mutations/useDeleteSecretDefinitionMutation.d.ts +38 -0
  199. package/compute/hooks/mutations/useDeleteSecretDefinitionMutation.js +39 -0
  200. package/compute/hooks/mutations/useImportDefinitionsMutation.d.ts +20 -0
  201. package/compute/hooks/mutations/useImportDefinitionsMutation.js +26 -0
  202. package/compute/hooks/mutations/useImportGraphJsonMutation.d.ts +20 -0
  203. package/compute/hooks/mutations/useImportGraphJsonMutation.js +26 -0
  204. package/compute/hooks/mutations/useInitEmptyRepoMutation.d.ts +20 -0
  205. package/compute/hooks/mutations/useInitEmptyRepoMutation.js +26 -0
  206. package/compute/hooks/mutations/useInsertNodeAtPathMutation.d.ts +20 -0
  207. package/compute/hooks/mutations/useInsertNodeAtPathMutation.js +26 -0
  208. package/compute/hooks/mutations/useProvisionBucketMutation.d.ts +20 -0
  209. package/compute/hooks/mutations/useProvisionBucketMutation.js +26 -0
  210. package/compute/hooks/mutations/useSaveGraphMutation.d.ts +20 -0
  211. package/compute/hooks/mutations/useSaveGraphMutation.js +26 -0
  212. package/compute/hooks/mutations/useSetDataAtPathMutation.d.ts +20 -0
  213. package/compute/hooks/mutations/useSetDataAtPathMutation.js +26 -0
  214. package/compute/hooks/mutations/useStartExecutionMutation.d.ts +20 -0
  215. package/compute/hooks/mutations/useStartExecutionMutation.js +26 -0
  216. package/compute/hooks/mutations/useUpdateFunctionApiBindingMutation.d.ts +40 -0
  217. package/compute/hooks/mutations/useUpdateFunctionApiBindingMutation.js +40 -0
  218. package/compute/hooks/mutations/useUpdateFunctionDefinitionMutation.d.ts +40 -0
  219. package/compute/hooks/mutations/useUpdateFunctionDefinitionMutation.js +40 -0
  220. package/compute/hooks/mutations/useUpdateFunctionDeploymentEventMutation.d.ts +42 -0
  221. package/compute/hooks/mutations/useUpdateFunctionDeploymentEventMutation.js +41 -0
  222. package/compute/hooks/mutations/useUpdateFunctionDeploymentMutation.d.ts +40 -0
  223. package/compute/hooks/mutations/useUpdateFunctionDeploymentMutation.js +40 -0
  224. package/compute/hooks/mutations/useUpdateFunctionExecutionLogMutation.d.ts +42 -0
  225. package/compute/hooks/mutations/useUpdateFunctionExecutionLogMutation.js +41 -0
  226. package/compute/hooks/mutations/useUpdateFunctionGraphCommitMutation.d.ts +42 -0
  227. package/compute/hooks/mutations/useUpdateFunctionGraphCommitMutation.js +41 -0
  228. package/compute/hooks/mutations/useUpdateFunctionGraphExecutionMutation.d.ts +42 -0
  229. package/compute/hooks/mutations/useUpdateFunctionGraphExecutionMutation.js +41 -0
  230. package/compute/hooks/mutations/useUpdateFunctionGraphExecutionNodeStateMutation.d.ts +42 -0
  231. package/compute/hooks/mutations/useUpdateFunctionGraphExecutionNodeStateMutation.js +41 -0
  232. package/compute/hooks/mutations/useUpdateFunctionGraphExecutionOutputMutation.d.ts +42 -0
  233. package/compute/hooks/mutations/useUpdateFunctionGraphExecutionOutputMutation.js +41 -0
  234. package/compute/hooks/mutations/useUpdateFunctionGraphMutation.d.ts +40 -0
  235. package/compute/hooks/mutations/useUpdateFunctionGraphMutation.js +40 -0
  236. package/compute/hooks/mutations/useUpdateFunctionGraphObjectMutation.d.ts +42 -0
  237. package/compute/hooks/mutations/useUpdateFunctionGraphObjectMutation.js +41 -0
  238. package/compute/hooks/mutations/useUpdateFunctionGraphRefMutation.d.ts +42 -0
  239. package/compute/hooks/mutations/useUpdateFunctionGraphRefMutation.js +41 -0
  240. package/compute/hooks/mutations/useUpdateFunctionGraphStoreMutation.d.ts +40 -0
  241. package/compute/hooks/mutations/useUpdateFunctionGraphStoreMutation.js +40 -0
  242. package/compute/hooks/mutations/useUpdateFunctionInvocationMutation.d.ts +42 -0
  243. package/compute/hooks/mutations/useUpdateFunctionInvocationMutation.js +41 -0
  244. package/compute/hooks/mutations/useUpdateOrgFunctionExecutionLogMutation.d.ts +42 -0
  245. package/compute/hooks/mutations/useUpdateOrgFunctionExecutionLogMutation.js +41 -0
  246. package/compute/hooks/mutations/useUpdateOrgFunctionInvocationMutation.d.ts +42 -0
  247. package/compute/hooks/mutations/useUpdateOrgFunctionInvocationMutation.js +41 -0
  248. package/compute/hooks/mutations/useUpdateSecretDefinitionMutation.d.ts +40 -0
  249. package/compute/hooks/mutations/useUpdateSecretDefinitionMutation.js +40 -0
  250. package/compute/hooks/mutations/useValidateFunctionGraphMutation.d.ts +20 -0
  251. package/compute/hooks/mutations/useValidateFunctionGraphMutation.js +26 -0
  252. package/compute/hooks/queries/index.d.ts +41 -0
  253. package/compute/hooks/queries/index.js +57 -0
  254. package/compute/hooks/queries/useFunctionApiBindingQuery.d.ts +65 -0
  255. package/compute/hooks/queries/useFunctionApiBindingQuery.js +53 -0
  256. package/compute/hooks/queries/useFunctionApiBindingsQuery.d.ts +69 -0
  257. package/compute/hooks/queries/useFunctionApiBindingsQuery.js +38 -0
  258. package/compute/hooks/queries/useFunctionDefinitionQuery.d.ts +65 -0
  259. package/compute/hooks/queries/useFunctionDefinitionQuery.js +53 -0
  260. package/compute/hooks/queries/useFunctionDefinitionsQuery.d.ts +69 -0
  261. package/compute/hooks/queries/useFunctionDefinitionsQuery.js +38 -0
  262. package/compute/hooks/queries/useFunctionDeploymentEventQuery.d.ts +65 -0
  263. package/compute/hooks/queries/useFunctionDeploymentEventQuery.js +53 -0
  264. package/compute/hooks/queries/useFunctionDeploymentEventsQuery.d.ts +69 -0
  265. package/compute/hooks/queries/useFunctionDeploymentEventsQuery.js +38 -0
  266. package/compute/hooks/queries/useFunctionDeploymentQuery.d.ts +65 -0
  267. package/compute/hooks/queries/useFunctionDeploymentQuery.js +53 -0
  268. package/compute/hooks/queries/useFunctionDeploymentsQuery.d.ts +69 -0
  269. package/compute/hooks/queries/useFunctionDeploymentsQuery.js +38 -0
  270. package/compute/hooks/queries/useFunctionExecutionLogQuery.d.ts +65 -0
  271. package/compute/hooks/queries/useFunctionExecutionLogQuery.js +53 -0
  272. package/compute/hooks/queries/useFunctionExecutionLogsQuery.d.ts +69 -0
  273. package/compute/hooks/queries/useFunctionExecutionLogsQuery.js +38 -0
  274. package/compute/hooks/queries/useFunctionGraphCommitQuery.d.ts +65 -0
  275. package/compute/hooks/queries/useFunctionGraphCommitQuery.js +53 -0
  276. package/compute/hooks/queries/useFunctionGraphCommitsQuery.d.ts +69 -0
  277. package/compute/hooks/queries/useFunctionGraphCommitsQuery.js +38 -0
  278. package/compute/hooks/queries/useFunctionGraphExecutionNodeStateQuery.d.ts +65 -0
  279. package/compute/hooks/queries/useFunctionGraphExecutionNodeStateQuery.js +53 -0
  280. package/compute/hooks/queries/useFunctionGraphExecutionNodeStatesQuery.d.ts +69 -0
  281. package/compute/hooks/queries/useFunctionGraphExecutionNodeStatesQuery.js +38 -0
  282. package/compute/hooks/queries/useFunctionGraphExecutionOutputQuery.d.ts +65 -0
  283. package/compute/hooks/queries/useFunctionGraphExecutionOutputQuery.js +53 -0
  284. package/compute/hooks/queries/useFunctionGraphExecutionOutputsQuery.d.ts +69 -0
  285. package/compute/hooks/queries/useFunctionGraphExecutionOutputsQuery.js +38 -0
  286. package/compute/hooks/queries/useFunctionGraphExecutionQuery.d.ts +65 -0
  287. package/compute/hooks/queries/useFunctionGraphExecutionQuery.js +53 -0
  288. package/compute/hooks/queries/useFunctionGraphExecutionsQuery.d.ts +69 -0
  289. package/compute/hooks/queries/useFunctionGraphExecutionsQuery.js +38 -0
  290. package/compute/hooks/queries/useFunctionGraphObjectQuery.d.ts +65 -0
  291. package/compute/hooks/queries/useFunctionGraphObjectQuery.js +53 -0
  292. package/compute/hooks/queries/useFunctionGraphObjectsQuery.d.ts +69 -0
  293. package/compute/hooks/queries/useFunctionGraphObjectsQuery.js +38 -0
  294. package/compute/hooks/queries/useFunctionGraphQuery.d.ts +65 -0
  295. package/compute/hooks/queries/useFunctionGraphQuery.js +53 -0
  296. package/compute/hooks/queries/useFunctionGraphRefQuery.d.ts +65 -0
  297. package/compute/hooks/queries/useFunctionGraphRefQuery.js +53 -0
  298. package/compute/hooks/queries/useFunctionGraphRefsQuery.d.ts +69 -0
  299. package/compute/hooks/queries/useFunctionGraphRefsQuery.js +38 -0
  300. package/compute/hooks/queries/useFunctionGraphStoreQuery.d.ts +65 -0
  301. package/compute/hooks/queries/useFunctionGraphStoreQuery.js +53 -0
  302. package/compute/hooks/queries/useFunctionGraphStoresQuery.d.ts +69 -0
  303. package/compute/hooks/queries/useFunctionGraphStoresQuery.js +38 -0
  304. package/compute/hooks/queries/useFunctionGraphsQuery.d.ts +69 -0
  305. package/compute/hooks/queries/useFunctionGraphsQuery.js +38 -0
  306. package/compute/hooks/queries/useFunctionInvocationQuery.d.ts +65 -0
  307. package/compute/hooks/queries/useFunctionInvocationQuery.js +53 -0
  308. package/compute/hooks/queries/useFunctionInvocationsQuery.d.ts +69 -0
  309. package/compute/hooks/queries/useFunctionInvocationsQuery.js +38 -0
  310. package/compute/hooks/queries/useGetAllQuery.d.ts +69 -0
  311. package/compute/hooks/queries/useGetAllQuery.js +38 -0
  312. package/compute/hooks/queries/useOrgFunctionExecutionLogQuery.d.ts +65 -0
  313. package/compute/hooks/queries/useOrgFunctionExecutionLogQuery.js +53 -0
  314. package/compute/hooks/queries/useOrgFunctionExecutionLogsQuery.d.ts +69 -0
  315. package/compute/hooks/queries/useOrgFunctionExecutionLogsQuery.js +38 -0
  316. package/compute/hooks/queries/useOrgFunctionInvocationQuery.d.ts +65 -0
  317. package/compute/hooks/queries/useOrgFunctionInvocationQuery.js +53 -0
  318. package/compute/hooks/queries/useOrgFunctionInvocationsQuery.d.ts +69 -0
  319. package/compute/hooks/queries/useOrgFunctionInvocationsQuery.js +38 -0
  320. package/compute/hooks/queries/useReadFunctionGraphQuery.d.ts +53 -0
  321. package/compute/hooks/queries/useReadFunctionGraphQuery.js +53 -0
  322. package/compute/hooks/queries/useSecretDefinitionQuery.d.ts +65 -0
  323. package/compute/hooks/queries/useSecretDefinitionQuery.js +53 -0
  324. package/compute/hooks/queries/useSecretDefinitionsQuery.d.ts +69 -0
  325. package/compute/hooks/queries/useSecretDefinitionsQuery.js +38 -0
  326. package/compute/hooks/query-keys.d.ts +289 -0
  327. package/compute/hooks/query-keys.js +198 -0
  328. package/compute/hooks/selection.d.ts +30 -0
  329. package/compute/hooks/selection.js +26 -0
  330. package/compute/index.d.ts +7 -0
  331. package/compute/index.js +23 -0
  332. package/compute/orm/client.d.ts +97 -0
  333. package/compute/orm/client.js +152 -0
  334. package/compute/orm/index.d.ts +148 -0
  335. package/compute/orm/index.js +103 -0
  336. package/compute/orm/input-types.d.ts +4243 -0
  337. package/compute/orm/input-types.js +10 -0
  338. package/compute/orm/models/functionApiBinding.d.ts +54 -0
  339. package/compute/orm/models/functionApiBinding.js +104 -0
  340. package/compute/orm/models/functionDefinition.d.ts +54 -0
  341. package/compute/orm/models/functionDefinition.js +104 -0
  342. package/compute/orm/models/functionDeployment.d.ts +54 -0
  343. package/compute/orm/models/functionDeployment.js +104 -0
  344. package/compute/orm/models/functionDeploymentEvent.d.ts +56 -0
  345. package/compute/orm/models/functionDeploymentEvent.js +107 -0
  346. package/compute/orm/models/functionExecutionLog.d.ts +56 -0
  347. package/compute/orm/models/functionExecutionLog.js +107 -0
  348. package/compute/orm/models/functionGraph.d.ts +54 -0
  349. package/compute/orm/models/functionGraph.js +104 -0
  350. package/compute/orm/models/functionGraphCommit.d.ts +56 -0
  351. package/compute/orm/models/functionGraphCommit.js +107 -0
  352. package/compute/orm/models/functionGraphExecution.d.ts +56 -0
  353. package/compute/orm/models/functionGraphExecution.js +107 -0
  354. package/compute/orm/models/functionGraphExecutionNodeState.d.ts +56 -0
  355. package/compute/orm/models/functionGraphExecutionNodeState.js +107 -0
  356. package/compute/orm/models/functionGraphExecutionOutput.d.ts +56 -0
  357. package/compute/orm/models/functionGraphExecutionOutput.js +107 -0
  358. package/compute/orm/models/functionGraphObject.d.ts +56 -0
  359. package/compute/orm/models/functionGraphObject.js +97 -0
  360. package/compute/orm/models/functionGraphRef.d.ts +56 -0
  361. package/compute/orm/models/functionGraphRef.js +107 -0
  362. package/compute/orm/models/functionGraphStore.d.ts +54 -0
  363. package/compute/orm/models/functionGraphStore.js +104 -0
  364. package/compute/orm/models/functionInvocation.d.ts +56 -0
  365. package/compute/orm/models/functionInvocation.js +107 -0
  366. package/compute/orm/models/getAllRecord.d.ts +30 -0
  367. package/compute/orm/models/getAllRecord.js +59 -0
  368. package/compute/orm/models/index.d.ts +23 -0
  369. package/compute/orm/models/index.js +44 -0
  370. package/compute/orm/models/orgFunctionExecutionLog.d.ts +56 -0
  371. package/compute/orm/models/orgFunctionExecutionLog.js +107 -0
  372. package/compute/orm/models/orgFunctionInvocation.d.ts +56 -0
  373. package/compute/orm/models/orgFunctionInvocation.js +107 -0
  374. package/compute/orm/models/secretDefinition.d.ts +54 -0
  375. package/compute/orm/models/secretDefinition.js +104 -0
  376. package/compute/orm/mutation/index.d.ts +130 -0
  377. package/compute/orm/mutation/index.js +177 -0
  378. package/compute/orm/query/index.d.ts +17 -0
  379. package/compute/orm/query/index.js +21 -0
  380. package/compute/orm/query-builder.d.ts +110 -0
  381. package/compute/orm/query-builder.js +757 -0
  382. package/compute/orm/realtime.d.ts +142 -0
  383. package/compute/orm/realtime.js +104 -0
  384. package/compute/orm/select-types.d.ts +125 -0
  385. package/compute/orm/select-types.js +2 -0
  386. package/compute/orm/types.d.ts +6 -0
  387. package/compute/orm/types.js +23 -0
  388. package/compute/schema-types.d.ts +2763 -0
  389. package/compute/schema-types.js +7 -0
  390. package/compute/types.d.ts +466 -0
  391. package/compute/types.js +2 -0
  392. package/config/hooks/client.d.ts +30 -0
  393. package/config/hooks/client.js +40 -0
  394. package/config/hooks/index.d.ts +39 -0
  395. package/config/hooks/index.js +55 -0
  396. package/config/hooks/invalidation.d.ts +52 -0
  397. package/config/hooks/invalidation.js +75 -0
  398. package/config/hooks/mutation-keys.d.ts +75 -0
  399. package/config/hooks/mutation-keys.js +94 -0
  400. package/config/hooks/mutations/index.d.ts +20 -0
  401. package/config/hooks/mutations/index.js +36 -0
  402. package/config/hooks/mutations/useCreatePlatformConfigDefinitionMutation.d.ts +34 -0
  403. package/config/hooks/mutations/useCreatePlatformConfigDefinitionMutation.js +34 -0
  404. package/config/hooks/mutations/useCreatePlatformConfigMutation.d.ts +34 -0
  405. package/config/hooks/mutations/useCreatePlatformConfigMutation.js +34 -0
  406. package/config/hooks/mutations/useDeletePlatformConfigDefinitionMutation.d.ts +38 -0
  407. package/config/hooks/mutations/useDeletePlatformConfigDefinitionMutation.js +39 -0
  408. package/config/hooks/mutations/useDeletePlatformConfigMutation.d.ts +38 -0
  409. package/config/hooks/mutations/useDeletePlatformConfigMutation.js +39 -0
  410. package/config/hooks/mutations/useOrgSecretsDelMutation.d.ts +20 -0
  411. package/config/hooks/mutations/useOrgSecretsDelMutation.js +26 -0
  412. package/config/hooks/mutations/useOrgSecretsRemoveArrayMutation.d.ts +20 -0
  413. package/config/hooks/mutations/useOrgSecretsRemoveArrayMutation.js +26 -0
  414. package/config/hooks/mutations/useOrgSecretsRotateMutation.d.ts +20 -0
  415. package/config/hooks/mutations/useOrgSecretsRotateMutation.js +26 -0
  416. package/config/hooks/mutations/useOrgSecretsSetMutation.d.ts +20 -0
  417. package/config/hooks/mutations/useOrgSecretsSetMutation.js +26 -0
  418. package/config/hooks/mutations/usePlatformSecretsDelMutation.d.ts +20 -0
  419. package/config/hooks/mutations/usePlatformSecretsDelMutation.js +26 -0
  420. package/config/hooks/mutations/usePlatformSecretsRemoveArrayMutation.d.ts +20 -0
  421. package/config/hooks/mutations/usePlatformSecretsRemoveArrayMutation.js +26 -0
  422. package/config/hooks/mutations/usePlatformSecretsRotateMutation.d.ts +20 -0
  423. package/config/hooks/mutations/usePlatformSecretsRotateMutation.js +26 -0
  424. package/config/hooks/mutations/usePlatformSecretsSetMutation.d.ts +20 -0
  425. package/config/hooks/mutations/usePlatformSecretsSetMutation.js +26 -0
  426. package/config/hooks/mutations/useProvisionBucketMutation.d.ts +20 -0
  427. package/config/hooks/mutations/useProvisionBucketMutation.js +26 -0
  428. package/config/hooks/mutations/useUpdatePlatformConfigDefinitionMutation.d.ts +40 -0
  429. package/config/hooks/mutations/useUpdatePlatformConfigDefinitionMutation.js +40 -0
  430. package/config/hooks/mutations/useUpdatePlatformConfigMutation.d.ts +40 -0
  431. package/config/hooks/mutations/useUpdatePlatformConfigMutation.js +40 -0
  432. package/config/hooks/queries/index.d.ts +9 -0
  433. package/config/hooks/queries/index.js +25 -0
  434. package/config/hooks/queries/usePlatformConfigDefinitionQuery.d.ts +65 -0
  435. package/config/hooks/queries/usePlatformConfigDefinitionQuery.js +53 -0
  436. package/config/hooks/queries/usePlatformConfigDefinitionsQuery.d.ts +69 -0
  437. package/config/hooks/queries/usePlatformConfigDefinitionsQuery.js +38 -0
  438. package/config/hooks/queries/usePlatformConfigQuery.d.ts +65 -0
  439. package/config/hooks/queries/usePlatformConfigQuery.js +53 -0
  440. package/config/hooks/queries/usePlatformConfigsQuery.d.ts +69 -0
  441. package/config/hooks/queries/usePlatformConfigsQuery.js +38 -0
  442. package/config/hooks/query-keys.d.ts +59 -0
  443. package/config/hooks/query-keys.js +61 -0
  444. package/config/hooks/selection.d.ts +30 -0
  445. package/config/hooks/selection.js +26 -0
  446. package/config/index.d.ts +7 -0
  447. package/config/index.js +23 -0
  448. package/config/orm/client.d.ts +97 -0
  449. package/config/orm/client.js +152 -0
  450. package/config/orm/index.d.ts +83 -0
  451. package/config/orm/index.js +67 -0
  452. package/config/orm/input-types.d.ts +719 -0
  453. package/config/orm/input-types.js +5 -0
  454. package/config/orm/models/index.d.ts +7 -0
  455. package/config/orm/models/index.js +12 -0
  456. package/config/orm/models/platformConfig.d.ts +54 -0
  457. package/config/orm/models/platformConfig.js +104 -0
  458. package/config/orm/models/platformConfigDefinition.d.ts +54 -0
  459. package/config/orm/models/platformConfigDefinition.js +104 -0
  460. package/config/orm/mutation/index.d.ts +90 -0
  461. package/config/orm/mutation/index.js +117 -0
  462. package/config/orm/query-builder.d.ts +110 -0
  463. package/config/orm/query-builder.js +757 -0
  464. package/config/orm/realtime.d.ts +142 -0
  465. package/config/orm/realtime.js +104 -0
  466. package/config/orm/select-types.d.ts +125 -0
  467. package/config/orm/select-types.js +2 -0
  468. package/config/orm/types.d.ts +6 -0
  469. package/config/orm/types.js +23 -0
  470. package/config/schema-types.d.ts +562 -0
  471. package/config/schema-types.js +7 -0
  472. package/config/types.d.ts +252 -0
  473. package/config/types.js +2 -0
  474. package/esm/admin/orm/models/appAdminGrant.js +1 -1
  475. package/esm/admin/orm/models/appClaimedInvite.js +1 -1
  476. package/esm/admin/orm/models/appGrant.js +1 -1
  477. package/esm/admin/orm/models/appInvite.js +1 -1
  478. package/esm/admin/orm/models/appMembership.js +1 -1
  479. package/esm/admin/orm/models/appMembershipDefault.js +1 -1
  480. package/esm/admin/orm/models/appOwnerGrant.js +1 -1
  481. package/esm/admin/orm/models/appPermission.js +1 -1
  482. package/esm/admin/orm/models/appPermissionDefault.js +1 -1
  483. package/esm/admin/orm/models/appPermissionDefaultGrant.js +1 -1
  484. package/esm/admin/orm/models/appPermissionDefaultPermission.js +1 -1
  485. package/esm/admin/orm/models/membershipType.js +1 -1
  486. package/esm/admin/orm/models/orgAdminGrant.js +1 -1
  487. package/esm/admin/orm/models/orgChartEdge.js +1 -1
  488. package/esm/admin/orm/models/orgChartEdgeGrant.js +1 -1
  489. package/esm/admin/orm/models/orgClaimedInvite.js +1 -1
  490. package/esm/admin/orm/models/orgGrant.js +1 -1
  491. package/esm/admin/orm/models/orgInvite.js +1 -1
  492. package/esm/admin/orm/models/orgMember.js +1 -1
  493. package/esm/admin/orm/models/orgMemberProfile.js +1 -1
  494. package/esm/admin/orm/models/orgMembership.js +1 -1
  495. package/esm/admin/orm/models/orgMembershipDefault.js +1 -1
  496. package/esm/admin/orm/models/orgMembershipSetting.js +1 -1
  497. package/esm/admin/orm/models/orgOwnerGrant.js +1 -1
  498. package/esm/admin/orm/models/orgPermission.js +1 -1
  499. package/esm/admin/orm/models/orgPermissionDefault.js +1 -1
  500. package/esm/admin/orm/models/orgPermissionDefaultGrant.js +1 -1
  501. package/esm/admin/orm/models/orgPermissionDefaultPermission.js +1 -1
  502. package/esm/admin/orm/query-builder.d.ts +1 -1
  503. package/esm/admin/orm/query-builder.js +2 -1
  504. package/esm/admin/schema-types.d.ts +72 -0
  505. package/esm/agent/orm/input-types.d.ts +14 -2
  506. package/esm/agent/orm/models/agent.js +1 -1
  507. package/esm/agent/orm/models/agentMessage.js +1 -1
  508. package/esm/agent/orm/models/agentPersona.js +1 -1
  509. package/esm/agent/orm/models/agentPlan.js +1 -1
  510. package/esm/agent/orm/models/agentPrompt.js +1 -1
  511. package/esm/agent/orm/models/agentResource.js +1 -1
  512. package/esm/agent/orm/models/agentResourceChunk.js +1 -1
  513. package/esm/agent/orm/models/agentTask.js +1 -1
  514. package/esm/agent/orm/models/agentThread.js +1 -1
  515. package/esm/agent/orm/query-builder.d.ts +1 -1
  516. package/esm/agent/orm/query-builder.js +2 -1
  517. package/esm/agent/schema-types.d.ts +84 -1
  518. package/esm/api/orm/input-types.d.ts +36 -1
  519. package/esm/api/orm/models/api.js +1 -1
  520. package/esm/api/orm/models/apiModule.js +1 -1
  521. package/esm/api/orm/models/apiSchema.js +1 -1
  522. package/esm/api/orm/models/apiSetting.js +1 -1
  523. package/esm/api/orm/models/app.js +1 -1
  524. package/esm/api/orm/models/checkConstraint.js +1 -1
  525. package/esm/api/orm/models/compositeType.js +1 -1
  526. package/esm/api/orm/models/corsSetting.js +1 -1
  527. package/esm/api/orm/models/database.js +1 -1
  528. package/esm/api/orm/models/databaseSetting.js +1 -1
  529. package/esm/api/orm/models/databaseTransfer.js +1 -1
  530. package/esm/api/orm/models/defaultPrivilege.js +1 -1
  531. package/esm/api/orm/models/domain.js +1 -1
  532. package/esm/api/orm/models/embeddingChunk.js +1 -1
  533. package/esm/api/orm/models/enum.js +1 -1
  534. package/esm/api/orm/models/field.js +1 -1
  535. package/esm/api/orm/models/foreignKeyConstraint.js +1 -1
  536. package/esm/api/orm/models/fullTextSearch.js +1 -1
  537. package/esm/api/orm/models/function.js +1 -1
  538. package/esm/api/orm/models/indexModel.js +1 -1
  539. package/esm/api/orm/models/nodeTypeRegistry.js +1 -1
  540. package/esm/api/orm/models/partition.js +1 -1
  541. package/esm/api/orm/models/policy.js +1 -1
  542. package/esm/api/orm/models/primaryKeyConstraint.js +1 -1
  543. package/esm/api/orm/models/pubkeySetting.js +1 -1
  544. package/esm/api/orm/models/rlsSetting.js +1 -1
  545. package/esm/api/orm/models/schema.js +1 -1
  546. package/esm/api/orm/models/schemaGrant.js +1 -1
  547. package/esm/api/orm/models/site.js +1 -1
  548. package/esm/api/orm/models/siteMetadatum.js +1 -1
  549. package/esm/api/orm/models/siteModule.js +1 -1
  550. package/esm/api/orm/models/siteTheme.js +1 -1
  551. package/esm/api/orm/models/spatialRelation.js +1 -1
  552. package/esm/api/orm/models/table.js +1 -1
  553. package/esm/api/orm/models/tableGrant.js +1 -1
  554. package/esm/api/orm/models/trigger.js +1 -1
  555. package/esm/api/orm/models/triggerFunction.js +1 -1
  556. package/esm/api/orm/models/uniqueConstraint.js +1 -1
  557. package/esm/api/orm/models/view.js +1 -1
  558. package/esm/api/orm/models/viewGrant.js +1 -1
  559. package/esm/api/orm/models/viewRule.js +1 -1
  560. package/esm/api/orm/models/viewTable.js +1 -1
  561. package/esm/api/orm/models/webauthnSetting.js +1 -1
  562. package/esm/api/orm/query-builder.d.ts +1 -1
  563. package/esm/api/orm/query-builder.js +2 -1
  564. package/esm/api/schema-types.d.ts +181 -79
  565. package/esm/api/types.d.ts +2 -1
  566. package/esm/auth/hooks/mutations/useDeleteAuditLogAuthMutation.d.ts +2 -0
  567. package/esm/auth/hooks/mutations/useDeleteAuditLogAuthMutation.js +2 -1
  568. package/esm/auth/hooks/mutations/useUpdateAuditLogAuthMutation.d.ts +2 -0
  569. package/esm/auth/hooks/mutations/useUpdateAuditLogAuthMutation.js +2 -1
  570. package/esm/auth/orm/input-types.d.ts +4 -2
  571. package/esm/auth/orm/models/auditLogAuth.d.ts +2 -0
  572. package/esm/auth/orm/models/auditLogAuth.js +4 -1
  573. package/esm/auth/orm/models/cryptoAddress.js +1 -1
  574. package/esm/auth/orm/models/email.js +1 -1
  575. package/esm/auth/orm/models/phoneNumber.js +1 -1
  576. package/esm/auth/orm/models/roleType.js +1 -1
  577. package/esm/auth/orm/models/user.js +1 -1
  578. package/esm/auth/orm/models/webauthnCredential.js +1 -1
  579. package/esm/auth/orm/query-builder.d.ts +1 -1
  580. package/esm/auth/orm/query-builder.js +2 -1
  581. package/esm/auth/schema-types.d.ts +74 -1
  582. package/esm/compute/hooks/client.d.ts +30 -0
  583. package/esm/compute/hooks/client.js +34 -0
  584. package/esm/compute/hooks/index.d.ts +39 -0
  585. package/esm/compute/hooks/index.js +39 -0
  586. package/esm/compute/hooks/invalidation.d.ts +148 -0
  587. package/esm/compute/hooks/invalidation.js +328 -0
  588. package/esm/compute/hooks/mutation-keys.d.ts +277 -0
  589. package/esm/compute/hooks/mutation-keys.js +233 -0
  590. package/esm/compute/hooks/mutations/index.d.ts +71 -0
  591. package/esm/compute/hooks/mutations/index.js +71 -0
  592. package/esm/compute/hooks/mutations/useAddEdgeAndSaveMutation.d.ts +20 -0
  593. package/esm/compute/hooks/mutations/useAddEdgeAndSaveMutation.js +23 -0
  594. package/esm/compute/hooks/mutations/useAddEdgeMutation.d.ts +20 -0
  595. package/esm/compute/hooks/mutations/useAddEdgeMutation.js +23 -0
  596. package/esm/compute/hooks/mutations/useAddNodeAndSaveMutation.d.ts +20 -0
  597. package/esm/compute/hooks/mutations/useAddNodeAndSaveMutation.js +23 -0
  598. package/esm/compute/hooks/mutations/useAddNodeMutation.d.ts +20 -0
  599. package/esm/compute/hooks/mutations/useAddNodeMutation.js +23 -0
  600. package/esm/compute/hooks/mutations/useCopyGraphMutation.d.ts +20 -0
  601. package/esm/compute/hooks/mutations/useCopyGraphMutation.js +23 -0
  602. package/esm/compute/hooks/mutations/useCreateFunctionApiBindingMutation.d.ts +34 -0
  603. package/esm/compute/hooks/mutations/useCreateFunctionApiBindingMutation.js +31 -0
  604. package/esm/compute/hooks/mutations/useCreateFunctionDefinitionMutation.d.ts +34 -0
  605. package/esm/compute/hooks/mutations/useCreateFunctionDefinitionMutation.js +31 -0
  606. package/esm/compute/hooks/mutations/useCreateFunctionDeploymentEventMutation.d.ts +34 -0
  607. package/esm/compute/hooks/mutations/useCreateFunctionDeploymentEventMutation.js +31 -0
  608. package/esm/compute/hooks/mutations/useCreateFunctionDeploymentMutation.d.ts +34 -0
  609. package/esm/compute/hooks/mutations/useCreateFunctionDeploymentMutation.js +31 -0
  610. package/esm/compute/hooks/mutations/useCreateFunctionExecutionLogMutation.d.ts +34 -0
  611. package/esm/compute/hooks/mutations/useCreateFunctionExecutionLogMutation.js +31 -0
  612. package/esm/compute/hooks/mutations/useCreateFunctionGraphCommitMutation.d.ts +34 -0
  613. package/esm/compute/hooks/mutations/useCreateFunctionGraphCommitMutation.js +31 -0
  614. package/esm/compute/hooks/mutations/useCreateFunctionGraphExecutionMutation.d.ts +34 -0
  615. package/esm/compute/hooks/mutations/useCreateFunctionGraphExecutionMutation.js +31 -0
  616. package/esm/compute/hooks/mutations/useCreateFunctionGraphExecutionNodeStateMutation.d.ts +34 -0
  617. package/esm/compute/hooks/mutations/useCreateFunctionGraphExecutionNodeStateMutation.js +31 -0
  618. package/esm/compute/hooks/mutations/useCreateFunctionGraphExecutionOutputMutation.d.ts +34 -0
  619. package/esm/compute/hooks/mutations/useCreateFunctionGraphExecutionOutputMutation.js +31 -0
  620. package/esm/compute/hooks/mutations/useCreateFunctionGraphMutation.d.ts +34 -0
  621. package/esm/compute/hooks/mutations/useCreateFunctionGraphMutation.js +31 -0
  622. package/esm/compute/hooks/mutations/useCreateFunctionGraphObjectMutation.d.ts +34 -0
  623. package/esm/compute/hooks/mutations/useCreateFunctionGraphObjectMutation.js +31 -0
  624. package/esm/compute/hooks/mutations/useCreateFunctionGraphRefMutation.d.ts +34 -0
  625. package/esm/compute/hooks/mutations/useCreateFunctionGraphRefMutation.js +31 -0
  626. package/esm/compute/hooks/mutations/useCreateFunctionGraphStoreMutation.d.ts +34 -0
  627. package/esm/compute/hooks/mutations/useCreateFunctionGraphStoreMutation.js +31 -0
  628. package/esm/compute/hooks/mutations/useCreateFunctionInvocationMutation.d.ts +34 -0
  629. package/esm/compute/hooks/mutations/useCreateFunctionInvocationMutation.js +31 -0
  630. package/esm/compute/hooks/mutations/useCreateGetAllRecordMutation.d.ts +34 -0
  631. package/esm/compute/hooks/mutations/useCreateGetAllRecordMutation.js +31 -0
  632. package/esm/compute/hooks/mutations/useCreateOrgFunctionExecutionLogMutation.d.ts +34 -0
  633. package/esm/compute/hooks/mutations/useCreateOrgFunctionExecutionLogMutation.js +31 -0
  634. package/esm/compute/hooks/mutations/useCreateOrgFunctionInvocationMutation.d.ts +34 -0
  635. package/esm/compute/hooks/mutations/useCreateOrgFunctionInvocationMutation.js +31 -0
  636. package/esm/compute/hooks/mutations/useCreateSecretDefinitionMutation.d.ts +34 -0
  637. package/esm/compute/hooks/mutations/useCreateSecretDefinitionMutation.js +31 -0
  638. package/esm/compute/hooks/mutations/useDeleteFunctionApiBindingMutation.d.ts +38 -0
  639. package/esm/compute/hooks/mutations/useDeleteFunctionApiBindingMutation.js +36 -0
  640. package/esm/compute/hooks/mutations/useDeleteFunctionDefinitionMutation.d.ts +38 -0
  641. package/esm/compute/hooks/mutations/useDeleteFunctionDefinitionMutation.js +36 -0
  642. package/esm/compute/hooks/mutations/useDeleteFunctionDeploymentEventMutation.d.ts +40 -0
  643. package/esm/compute/hooks/mutations/useDeleteFunctionDeploymentEventMutation.js +37 -0
  644. package/esm/compute/hooks/mutations/useDeleteFunctionDeploymentMutation.d.ts +38 -0
  645. package/esm/compute/hooks/mutations/useDeleteFunctionDeploymentMutation.js +36 -0
  646. package/esm/compute/hooks/mutations/useDeleteFunctionExecutionLogMutation.d.ts +40 -0
  647. package/esm/compute/hooks/mutations/useDeleteFunctionExecutionLogMutation.js +37 -0
  648. package/esm/compute/hooks/mutations/useDeleteFunctionGraphCommitMutation.d.ts +40 -0
  649. package/esm/compute/hooks/mutations/useDeleteFunctionGraphCommitMutation.js +37 -0
  650. package/esm/compute/hooks/mutations/useDeleteFunctionGraphExecutionMutation.d.ts +40 -0
  651. package/esm/compute/hooks/mutations/useDeleteFunctionGraphExecutionMutation.js +37 -0
  652. package/esm/compute/hooks/mutations/useDeleteFunctionGraphExecutionNodeStateMutation.d.ts +40 -0
  653. package/esm/compute/hooks/mutations/useDeleteFunctionGraphExecutionNodeStateMutation.js +37 -0
  654. package/esm/compute/hooks/mutations/useDeleteFunctionGraphExecutionOutputMutation.d.ts +40 -0
  655. package/esm/compute/hooks/mutations/useDeleteFunctionGraphExecutionOutputMutation.js +37 -0
  656. package/esm/compute/hooks/mutations/useDeleteFunctionGraphMutation.d.ts +38 -0
  657. package/esm/compute/hooks/mutations/useDeleteFunctionGraphMutation.js +36 -0
  658. package/esm/compute/hooks/mutations/useDeleteFunctionGraphObjectMutation.d.ts +40 -0
  659. package/esm/compute/hooks/mutations/useDeleteFunctionGraphObjectMutation.js +37 -0
  660. package/esm/compute/hooks/mutations/useDeleteFunctionGraphRefMutation.d.ts +40 -0
  661. package/esm/compute/hooks/mutations/useDeleteFunctionGraphRefMutation.js +37 -0
  662. package/esm/compute/hooks/mutations/useDeleteFunctionGraphStoreMutation.d.ts +38 -0
  663. package/esm/compute/hooks/mutations/useDeleteFunctionGraphStoreMutation.js +36 -0
  664. package/esm/compute/hooks/mutations/useDeleteFunctionInvocationMutation.d.ts +40 -0
  665. package/esm/compute/hooks/mutations/useDeleteFunctionInvocationMutation.js +37 -0
  666. package/esm/compute/hooks/mutations/useDeleteOrgFunctionExecutionLogMutation.d.ts +40 -0
  667. package/esm/compute/hooks/mutations/useDeleteOrgFunctionExecutionLogMutation.js +37 -0
  668. package/esm/compute/hooks/mutations/useDeleteOrgFunctionInvocationMutation.d.ts +40 -0
  669. package/esm/compute/hooks/mutations/useDeleteOrgFunctionInvocationMutation.js +37 -0
  670. package/esm/compute/hooks/mutations/useDeleteSecretDefinitionMutation.d.ts +38 -0
  671. package/esm/compute/hooks/mutations/useDeleteSecretDefinitionMutation.js +36 -0
  672. package/esm/compute/hooks/mutations/useImportDefinitionsMutation.d.ts +20 -0
  673. package/esm/compute/hooks/mutations/useImportDefinitionsMutation.js +23 -0
  674. package/esm/compute/hooks/mutations/useImportGraphJsonMutation.d.ts +20 -0
  675. package/esm/compute/hooks/mutations/useImportGraphJsonMutation.js +23 -0
  676. package/esm/compute/hooks/mutations/useInitEmptyRepoMutation.d.ts +20 -0
  677. package/esm/compute/hooks/mutations/useInitEmptyRepoMutation.js +23 -0
  678. package/esm/compute/hooks/mutations/useInsertNodeAtPathMutation.d.ts +20 -0
  679. package/esm/compute/hooks/mutations/useInsertNodeAtPathMutation.js +23 -0
  680. package/esm/compute/hooks/mutations/useProvisionBucketMutation.d.ts +20 -0
  681. package/esm/compute/hooks/mutations/useProvisionBucketMutation.js +23 -0
  682. package/esm/compute/hooks/mutations/useSaveGraphMutation.d.ts +20 -0
  683. package/esm/compute/hooks/mutations/useSaveGraphMutation.js +23 -0
  684. package/esm/compute/hooks/mutations/useSetDataAtPathMutation.d.ts +20 -0
  685. package/esm/compute/hooks/mutations/useSetDataAtPathMutation.js +23 -0
  686. package/esm/compute/hooks/mutations/useStartExecutionMutation.d.ts +20 -0
  687. package/esm/compute/hooks/mutations/useStartExecutionMutation.js +23 -0
  688. package/esm/compute/hooks/mutations/useUpdateFunctionApiBindingMutation.d.ts +40 -0
  689. package/esm/compute/hooks/mutations/useUpdateFunctionApiBindingMutation.js +37 -0
  690. package/esm/compute/hooks/mutations/useUpdateFunctionDefinitionMutation.d.ts +40 -0
  691. package/esm/compute/hooks/mutations/useUpdateFunctionDefinitionMutation.js +37 -0
  692. package/esm/compute/hooks/mutations/useUpdateFunctionDeploymentEventMutation.d.ts +42 -0
  693. package/esm/compute/hooks/mutations/useUpdateFunctionDeploymentEventMutation.js +38 -0
  694. package/esm/compute/hooks/mutations/useUpdateFunctionDeploymentMutation.d.ts +40 -0
  695. package/esm/compute/hooks/mutations/useUpdateFunctionDeploymentMutation.js +37 -0
  696. package/esm/compute/hooks/mutations/useUpdateFunctionExecutionLogMutation.d.ts +42 -0
  697. package/esm/compute/hooks/mutations/useUpdateFunctionExecutionLogMutation.js +38 -0
  698. package/esm/compute/hooks/mutations/useUpdateFunctionGraphCommitMutation.d.ts +42 -0
  699. package/esm/compute/hooks/mutations/useUpdateFunctionGraphCommitMutation.js +38 -0
  700. package/esm/compute/hooks/mutations/useUpdateFunctionGraphExecutionMutation.d.ts +42 -0
  701. package/esm/compute/hooks/mutations/useUpdateFunctionGraphExecutionMutation.js +38 -0
  702. package/esm/compute/hooks/mutations/useUpdateFunctionGraphExecutionNodeStateMutation.d.ts +42 -0
  703. package/esm/compute/hooks/mutations/useUpdateFunctionGraphExecutionNodeStateMutation.js +38 -0
  704. package/esm/compute/hooks/mutations/useUpdateFunctionGraphExecutionOutputMutation.d.ts +42 -0
  705. package/esm/compute/hooks/mutations/useUpdateFunctionGraphExecutionOutputMutation.js +38 -0
  706. package/esm/compute/hooks/mutations/useUpdateFunctionGraphMutation.d.ts +40 -0
  707. package/esm/compute/hooks/mutations/useUpdateFunctionGraphMutation.js +37 -0
  708. package/esm/compute/hooks/mutations/useUpdateFunctionGraphObjectMutation.d.ts +42 -0
  709. package/esm/compute/hooks/mutations/useUpdateFunctionGraphObjectMutation.js +38 -0
  710. package/esm/compute/hooks/mutations/useUpdateFunctionGraphRefMutation.d.ts +42 -0
  711. package/esm/compute/hooks/mutations/useUpdateFunctionGraphRefMutation.js +38 -0
  712. package/esm/compute/hooks/mutations/useUpdateFunctionGraphStoreMutation.d.ts +40 -0
  713. package/esm/compute/hooks/mutations/useUpdateFunctionGraphStoreMutation.js +37 -0
  714. package/esm/compute/hooks/mutations/useUpdateFunctionInvocationMutation.d.ts +42 -0
  715. package/esm/compute/hooks/mutations/useUpdateFunctionInvocationMutation.js +38 -0
  716. package/esm/compute/hooks/mutations/useUpdateOrgFunctionExecutionLogMutation.d.ts +42 -0
  717. package/esm/compute/hooks/mutations/useUpdateOrgFunctionExecutionLogMutation.js +38 -0
  718. package/esm/compute/hooks/mutations/useUpdateOrgFunctionInvocationMutation.d.ts +42 -0
  719. package/esm/compute/hooks/mutations/useUpdateOrgFunctionInvocationMutation.js +38 -0
  720. package/esm/compute/hooks/mutations/useUpdateSecretDefinitionMutation.d.ts +40 -0
  721. package/esm/compute/hooks/mutations/useUpdateSecretDefinitionMutation.js +37 -0
  722. package/esm/compute/hooks/mutations/useValidateFunctionGraphMutation.d.ts +20 -0
  723. package/esm/compute/hooks/mutations/useValidateFunctionGraphMutation.js +23 -0
  724. package/esm/compute/hooks/queries/index.d.ts +41 -0
  725. package/esm/compute/hooks/queries/index.js +41 -0
  726. package/esm/compute/hooks/queries/useFunctionApiBindingQuery.d.ts +65 -0
  727. package/esm/compute/hooks/queries/useFunctionApiBindingQuery.js +47 -0
  728. package/esm/compute/hooks/queries/useFunctionApiBindingsQuery.d.ts +69 -0
  729. package/esm/compute/hooks/queries/useFunctionApiBindingsQuery.js +32 -0
  730. package/esm/compute/hooks/queries/useFunctionDefinitionQuery.d.ts +65 -0
  731. package/esm/compute/hooks/queries/useFunctionDefinitionQuery.js +47 -0
  732. package/esm/compute/hooks/queries/useFunctionDefinitionsQuery.d.ts +69 -0
  733. package/esm/compute/hooks/queries/useFunctionDefinitionsQuery.js +32 -0
  734. package/esm/compute/hooks/queries/useFunctionDeploymentEventQuery.d.ts +65 -0
  735. package/esm/compute/hooks/queries/useFunctionDeploymentEventQuery.js +47 -0
  736. package/esm/compute/hooks/queries/useFunctionDeploymentEventsQuery.d.ts +69 -0
  737. package/esm/compute/hooks/queries/useFunctionDeploymentEventsQuery.js +32 -0
  738. package/esm/compute/hooks/queries/useFunctionDeploymentQuery.d.ts +65 -0
  739. package/esm/compute/hooks/queries/useFunctionDeploymentQuery.js +47 -0
  740. package/esm/compute/hooks/queries/useFunctionDeploymentsQuery.d.ts +69 -0
  741. package/esm/compute/hooks/queries/useFunctionDeploymentsQuery.js +32 -0
  742. package/esm/compute/hooks/queries/useFunctionExecutionLogQuery.d.ts +65 -0
  743. package/esm/compute/hooks/queries/useFunctionExecutionLogQuery.js +47 -0
  744. package/esm/compute/hooks/queries/useFunctionExecutionLogsQuery.d.ts +69 -0
  745. package/esm/compute/hooks/queries/useFunctionExecutionLogsQuery.js +32 -0
  746. package/esm/compute/hooks/queries/useFunctionGraphCommitQuery.d.ts +65 -0
  747. package/esm/compute/hooks/queries/useFunctionGraphCommitQuery.js +47 -0
  748. package/esm/compute/hooks/queries/useFunctionGraphCommitsQuery.d.ts +69 -0
  749. package/esm/compute/hooks/queries/useFunctionGraphCommitsQuery.js +32 -0
  750. package/esm/compute/hooks/queries/useFunctionGraphExecutionNodeStateQuery.d.ts +65 -0
  751. package/esm/compute/hooks/queries/useFunctionGraphExecutionNodeStateQuery.js +47 -0
  752. package/esm/compute/hooks/queries/useFunctionGraphExecutionNodeStatesQuery.d.ts +69 -0
  753. package/esm/compute/hooks/queries/useFunctionGraphExecutionNodeStatesQuery.js +32 -0
  754. package/esm/compute/hooks/queries/useFunctionGraphExecutionOutputQuery.d.ts +65 -0
  755. package/esm/compute/hooks/queries/useFunctionGraphExecutionOutputQuery.js +47 -0
  756. package/esm/compute/hooks/queries/useFunctionGraphExecutionOutputsQuery.d.ts +69 -0
  757. package/esm/compute/hooks/queries/useFunctionGraphExecutionOutputsQuery.js +32 -0
  758. package/esm/compute/hooks/queries/useFunctionGraphExecutionQuery.d.ts +65 -0
  759. package/esm/compute/hooks/queries/useFunctionGraphExecutionQuery.js +47 -0
  760. package/esm/compute/hooks/queries/useFunctionGraphExecutionsQuery.d.ts +69 -0
  761. package/esm/compute/hooks/queries/useFunctionGraphExecutionsQuery.js +32 -0
  762. package/esm/compute/hooks/queries/useFunctionGraphObjectQuery.d.ts +65 -0
  763. package/esm/compute/hooks/queries/useFunctionGraphObjectQuery.js +47 -0
  764. package/esm/compute/hooks/queries/useFunctionGraphObjectsQuery.d.ts +69 -0
  765. package/esm/compute/hooks/queries/useFunctionGraphObjectsQuery.js +32 -0
  766. package/esm/compute/hooks/queries/useFunctionGraphQuery.d.ts +65 -0
  767. package/esm/compute/hooks/queries/useFunctionGraphQuery.js +47 -0
  768. package/esm/compute/hooks/queries/useFunctionGraphRefQuery.d.ts +65 -0
  769. package/esm/compute/hooks/queries/useFunctionGraphRefQuery.js +47 -0
  770. package/esm/compute/hooks/queries/useFunctionGraphRefsQuery.d.ts +69 -0
  771. package/esm/compute/hooks/queries/useFunctionGraphRefsQuery.js +32 -0
  772. package/esm/compute/hooks/queries/useFunctionGraphStoreQuery.d.ts +65 -0
  773. package/esm/compute/hooks/queries/useFunctionGraphStoreQuery.js +47 -0
  774. package/esm/compute/hooks/queries/useFunctionGraphStoresQuery.d.ts +69 -0
  775. package/esm/compute/hooks/queries/useFunctionGraphStoresQuery.js +32 -0
  776. package/esm/compute/hooks/queries/useFunctionGraphsQuery.d.ts +69 -0
  777. package/esm/compute/hooks/queries/useFunctionGraphsQuery.js +32 -0
  778. package/esm/compute/hooks/queries/useFunctionInvocationQuery.d.ts +65 -0
  779. package/esm/compute/hooks/queries/useFunctionInvocationQuery.js +47 -0
  780. package/esm/compute/hooks/queries/useFunctionInvocationsQuery.d.ts +69 -0
  781. package/esm/compute/hooks/queries/useFunctionInvocationsQuery.js +32 -0
  782. package/esm/compute/hooks/queries/useGetAllQuery.d.ts +69 -0
  783. package/esm/compute/hooks/queries/useGetAllQuery.js +32 -0
  784. package/esm/compute/hooks/queries/useOrgFunctionExecutionLogQuery.d.ts +65 -0
  785. package/esm/compute/hooks/queries/useOrgFunctionExecutionLogQuery.js +47 -0
  786. package/esm/compute/hooks/queries/useOrgFunctionExecutionLogsQuery.d.ts +69 -0
  787. package/esm/compute/hooks/queries/useOrgFunctionExecutionLogsQuery.js +32 -0
  788. package/esm/compute/hooks/queries/useOrgFunctionInvocationQuery.d.ts +65 -0
  789. package/esm/compute/hooks/queries/useOrgFunctionInvocationQuery.js +47 -0
  790. package/esm/compute/hooks/queries/useOrgFunctionInvocationsQuery.d.ts +69 -0
  791. package/esm/compute/hooks/queries/useOrgFunctionInvocationsQuery.js +32 -0
  792. package/esm/compute/hooks/queries/useReadFunctionGraphQuery.d.ts +53 -0
  793. package/esm/compute/hooks/queries/useReadFunctionGraphQuery.js +47 -0
  794. package/esm/compute/hooks/queries/useSecretDefinitionQuery.d.ts +65 -0
  795. package/esm/compute/hooks/queries/useSecretDefinitionQuery.js +47 -0
  796. package/esm/compute/hooks/queries/useSecretDefinitionsQuery.d.ts +69 -0
  797. package/esm/compute/hooks/queries/useSecretDefinitionsQuery.js +32 -0
  798. package/esm/compute/hooks/query-keys.d.ts +289 -0
  799. package/esm/compute/hooks/query-keys.js +195 -0
  800. package/esm/compute/hooks/selection.d.ts +30 -0
  801. package/esm/compute/hooks/selection.js +22 -0
  802. package/esm/compute/index.d.ts +7 -0
  803. package/esm/compute/index.js +7 -0
  804. package/esm/compute/orm/client.d.ts +97 -0
  805. package/esm/compute/orm/client.js +145 -0
  806. package/esm/compute/orm/index.d.ts +148 -0
  807. package/esm/compute/orm/index.js +80 -0
  808. package/esm/compute/orm/input-types.d.ts +4243 -0
  809. package/esm/compute/orm/input-types.js +7 -0
  810. package/esm/compute/orm/models/functionApiBinding.d.ts +54 -0
  811. package/esm/compute/orm/models/functionApiBinding.js +100 -0
  812. package/esm/compute/orm/models/functionDefinition.d.ts +54 -0
  813. package/esm/compute/orm/models/functionDefinition.js +100 -0
  814. package/esm/compute/orm/models/functionDeployment.d.ts +54 -0
  815. package/esm/compute/orm/models/functionDeployment.js +100 -0
  816. package/esm/compute/orm/models/functionDeploymentEvent.d.ts +56 -0
  817. package/esm/compute/orm/models/functionDeploymentEvent.js +103 -0
  818. package/esm/compute/orm/models/functionExecutionLog.d.ts +56 -0
  819. package/esm/compute/orm/models/functionExecutionLog.js +103 -0
  820. package/esm/compute/orm/models/functionGraph.d.ts +54 -0
  821. package/esm/compute/orm/models/functionGraph.js +100 -0
  822. package/esm/compute/orm/models/functionGraphCommit.d.ts +56 -0
  823. package/esm/compute/orm/models/functionGraphCommit.js +103 -0
  824. package/esm/compute/orm/models/functionGraphExecution.d.ts +56 -0
  825. package/esm/compute/orm/models/functionGraphExecution.js +103 -0
  826. package/esm/compute/orm/models/functionGraphExecutionNodeState.d.ts +56 -0
  827. package/esm/compute/orm/models/functionGraphExecutionNodeState.js +103 -0
  828. package/esm/compute/orm/models/functionGraphExecutionOutput.d.ts +56 -0
  829. package/esm/compute/orm/models/functionGraphExecutionOutput.js +103 -0
  830. package/esm/compute/orm/models/functionGraphObject.d.ts +56 -0
  831. package/esm/compute/orm/models/functionGraphObject.js +93 -0
  832. package/esm/compute/orm/models/functionGraphRef.d.ts +56 -0
  833. package/esm/compute/orm/models/functionGraphRef.js +103 -0
  834. package/esm/compute/orm/models/functionGraphStore.d.ts +54 -0
  835. package/esm/compute/orm/models/functionGraphStore.js +100 -0
  836. package/esm/compute/orm/models/functionInvocation.d.ts +56 -0
  837. package/esm/compute/orm/models/functionInvocation.js +103 -0
  838. package/esm/compute/orm/models/getAllRecord.d.ts +30 -0
  839. package/esm/compute/orm/models/getAllRecord.js +55 -0
  840. package/esm/compute/orm/models/index.d.ts +23 -0
  841. package/esm/compute/orm/models/index.js +23 -0
  842. package/esm/compute/orm/models/orgFunctionExecutionLog.d.ts +56 -0
  843. package/esm/compute/orm/models/orgFunctionExecutionLog.js +103 -0
  844. package/esm/compute/orm/models/orgFunctionInvocation.d.ts +56 -0
  845. package/esm/compute/orm/models/orgFunctionInvocation.js +103 -0
  846. package/esm/compute/orm/models/secretDefinition.d.ts +54 -0
  847. package/esm/compute/orm/models/secretDefinition.js +100 -0
  848. package/esm/compute/orm/mutation/index.d.ts +130 -0
  849. package/esm/compute/orm/mutation/index.js +174 -0
  850. package/esm/compute/orm/query/index.d.ts +17 -0
  851. package/esm/compute/orm/query/index.js +18 -0
  852. package/esm/compute/orm/query-builder.d.ts +110 -0
  853. package/esm/compute/orm/query-builder.js +705 -0
  854. package/esm/compute/orm/realtime.d.ts +142 -0
  855. package/esm/compute/orm/realtime.js +100 -0
  856. package/esm/compute/orm/select-types.d.ts +125 -0
  857. package/esm/compute/orm/select-types.js +1 -0
  858. package/esm/compute/orm/types.d.ts +6 -0
  859. package/esm/compute/orm/types.js +7 -0
  860. package/esm/compute/schema-types.d.ts +2763 -0
  861. package/esm/compute/schema-types.js +6 -0
  862. package/esm/compute/types.d.ts +466 -0
  863. package/esm/compute/types.js +1 -0
  864. package/esm/config/hooks/client.d.ts +30 -0
  865. package/esm/config/hooks/client.js +34 -0
  866. package/esm/config/hooks/index.d.ts +39 -0
  867. package/esm/config/hooks/index.js +39 -0
  868. package/esm/config/hooks/invalidation.d.ts +52 -0
  869. package/esm/config/hooks/invalidation.js +72 -0
  870. package/esm/config/hooks/mutation-keys.d.ts +75 -0
  871. package/esm/config/hooks/mutation-keys.js +91 -0
  872. package/esm/config/hooks/mutations/index.d.ts +20 -0
  873. package/esm/config/hooks/mutations/index.js +20 -0
  874. package/esm/config/hooks/mutations/useCreatePlatformConfigDefinitionMutation.d.ts +34 -0
  875. package/esm/config/hooks/mutations/useCreatePlatformConfigDefinitionMutation.js +31 -0
  876. package/esm/config/hooks/mutations/useCreatePlatformConfigMutation.d.ts +34 -0
  877. package/esm/config/hooks/mutations/useCreatePlatformConfigMutation.js +31 -0
  878. package/esm/config/hooks/mutations/useDeletePlatformConfigDefinitionMutation.d.ts +38 -0
  879. package/esm/config/hooks/mutations/useDeletePlatformConfigDefinitionMutation.js +36 -0
  880. package/esm/config/hooks/mutations/useDeletePlatformConfigMutation.d.ts +38 -0
  881. package/esm/config/hooks/mutations/useDeletePlatformConfigMutation.js +36 -0
  882. package/esm/config/hooks/mutations/useOrgSecretsDelMutation.d.ts +20 -0
  883. package/esm/config/hooks/mutations/useOrgSecretsDelMutation.js +23 -0
  884. package/esm/config/hooks/mutations/useOrgSecretsRemoveArrayMutation.d.ts +20 -0
  885. package/esm/config/hooks/mutations/useOrgSecretsRemoveArrayMutation.js +23 -0
  886. package/esm/config/hooks/mutations/useOrgSecretsRotateMutation.d.ts +20 -0
  887. package/esm/config/hooks/mutations/useOrgSecretsRotateMutation.js +23 -0
  888. package/esm/config/hooks/mutations/useOrgSecretsSetMutation.d.ts +20 -0
  889. package/esm/config/hooks/mutations/useOrgSecretsSetMutation.js +23 -0
  890. package/esm/config/hooks/mutations/usePlatformSecretsDelMutation.d.ts +20 -0
  891. package/esm/config/hooks/mutations/usePlatformSecretsDelMutation.js +23 -0
  892. package/esm/config/hooks/mutations/usePlatformSecretsRemoveArrayMutation.d.ts +20 -0
  893. package/esm/config/hooks/mutations/usePlatformSecretsRemoveArrayMutation.js +23 -0
  894. package/esm/config/hooks/mutations/usePlatformSecretsRotateMutation.d.ts +20 -0
  895. package/esm/config/hooks/mutations/usePlatformSecretsRotateMutation.js +23 -0
  896. package/esm/config/hooks/mutations/usePlatformSecretsSetMutation.d.ts +20 -0
  897. package/esm/config/hooks/mutations/usePlatformSecretsSetMutation.js +23 -0
  898. package/esm/config/hooks/mutations/useProvisionBucketMutation.d.ts +20 -0
  899. package/esm/config/hooks/mutations/useProvisionBucketMutation.js +23 -0
  900. package/esm/config/hooks/mutations/useUpdatePlatformConfigDefinitionMutation.d.ts +40 -0
  901. package/esm/config/hooks/mutations/useUpdatePlatformConfigDefinitionMutation.js +37 -0
  902. package/esm/config/hooks/mutations/useUpdatePlatformConfigMutation.d.ts +40 -0
  903. package/esm/config/hooks/mutations/useUpdatePlatformConfigMutation.js +37 -0
  904. package/esm/config/hooks/queries/index.d.ts +9 -0
  905. package/esm/config/hooks/queries/index.js +9 -0
  906. package/esm/config/hooks/queries/usePlatformConfigDefinitionQuery.d.ts +65 -0
  907. package/esm/config/hooks/queries/usePlatformConfigDefinitionQuery.js +47 -0
  908. package/esm/config/hooks/queries/usePlatformConfigDefinitionsQuery.d.ts +69 -0
  909. package/esm/config/hooks/queries/usePlatformConfigDefinitionsQuery.js +32 -0
  910. package/esm/config/hooks/queries/usePlatformConfigQuery.d.ts +65 -0
  911. package/esm/config/hooks/queries/usePlatformConfigQuery.js +47 -0
  912. package/esm/config/hooks/queries/usePlatformConfigsQuery.d.ts +69 -0
  913. package/esm/config/hooks/queries/usePlatformConfigsQuery.js +32 -0
  914. package/esm/config/hooks/query-keys.d.ts +59 -0
  915. package/esm/config/hooks/query-keys.js +58 -0
  916. package/esm/config/hooks/selection.d.ts +30 -0
  917. package/esm/config/hooks/selection.js +22 -0
  918. package/esm/config/index.d.ts +7 -0
  919. package/esm/config/index.js +7 -0
  920. package/esm/config/orm/client.d.ts +97 -0
  921. package/esm/config/orm/client.js +145 -0
  922. package/esm/config/orm/index.d.ts +83 -0
  923. package/esm/config/orm/index.js +45 -0
  924. package/esm/config/orm/input-types.d.ts +719 -0
  925. package/esm/config/orm/input-types.js +2 -0
  926. package/esm/config/orm/models/index.d.ts +7 -0
  927. package/esm/config/orm/models/index.js +7 -0
  928. package/esm/config/orm/models/platformConfig.d.ts +54 -0
  929. package/esm/config/orm/models/platformConfig.js +100 -0
  930. package/esm/config/orm/models/platformConfigDefinition.d.ts +54 -0
  931. package/esm/config/orm/models/platformConfigDefinition.js +100 -0
  932. package/esm/config/orm/mutation/index.d.ts +90 -0
  933. package/esm/config/orm/mutation/index.js +114 -0
  934. package/esm/config/orm/query-builder.d.ts +110 -0
  935. package/esm/config/orm/query-builder.js +705 -0
  936. package/esm/config/orm/realtime.d.ts +142 -0
  937. package/esm/config/orm/realtime.js +100 -0
  938. package/esm/config/orm/select-types.d.ts +125 -0
  939. package/esm/config/orm/select-types.js +1 -0
  940. package/esm/config/orm/types.d.ts +6 -0
  941. package/esm/config/orm/types.js +7 -0
  942. package/esm/config/schema-types.d.ts +562 -0
  943. package/esm/config/schema-types.js +6 -0
  944. package/esm/config/types.d.ts +252 -0
  945. package/esm/config/types.js +1 -0
  946. package/esm/index.d.ts +2 -0
  947. package/esm/index.js +2 -0
  948. package/esm/modules/hooks/index.d.ts +1 -1
  949. package/esm/modules/hooks/index.js +1 -1
  950. package/esm/modules/hooks/invalidation.d.ts +18 -6
  951. package/esm/modules/hooks/invalidation.js +49 -17
  952. package/esm/modules/hooks/mutation-keys.d.ts +36 -12
  953. package/esm/modules/hooks/mutation-keys.js +24 -7
  954. package/esm/modules/hooks/mutations/index.d.ts +9 -3
  955. package/esm/modules/hooks/mutations/index.js +9 -3
  956. package/esm/modules/hooks/mutations/useCreateFunctionDeploymentModuleMutation.d.ts +34 -0
  957. package/esm/modules/hooks/mutations/useCreateFunctionDeploymentModuleMutation.js +31 -0
  958. package/esm/modules/hooks/mutations/useCreateGraphExecutionModuleMutation.d.ts +34 -0
  959. package/esm/modules/hooks/mutations/useCreateGraphExecutionModuleMutation.js +31 -0
  960. package/esm/modules/hooks/mutations/useDeleteFunctionDeploymentModuleMutation.d.ts +38 -0
  961. package/esm/modules/hooks/mutations/useDeleteFunctionDeploymentModuleMutation.js +36 -0
  962. package/esm/modules/hooks/mutations/useDeleteGraphExecutionModuleMutation.d.ts +38 -0
  963. package/esm/modules/hooks/mutations/useDeleteGraphExecutionModuleMutation.js +36 -0
  964. package/esm/modules/hooks/mutations/useUpdateFunctionDeploymentModuleMutation.d.ts +40 -0
  965. package/esm/modules/hooks/mutations/useUpdateFunctionDeploymentModuleMutation.js +37 -0
  966. package/esm/modules/hooks/mutations/useUpdateGraphExecutionModuleMutation.d.ts +40 -0
  967. package/esm/modules/hooks/mutations/useUpdateGraphExecutionModuleMutation.js +37 -0
  968. package/esm/modules/hooks/queries/index.d.ts +6 -2
  969. package/esm/modules/hooks/queries/index.js +6 -2
  970. package/esm/modules/hooks/queries/useFunctionDeploymentModuleQuery.d.ts +65 -0
  971. package/esm/modules/hooks/queries/useFunctionDeploymentModuleQuery.js +47 -0
  972. package/esm/modules/hooks/queries/useFunctionDeploymentModulesQuery.d.ts +69 -0
  973. package/esm/modules/hooks/queries/useFunctionDeploymentModulesQuery.js +32 -0
  974. package/esm/modules/hooks/queries/useGraphExecutionModuleQuery.d.ts +65 -0
  975. package/esm/modules/hooks/queries/useGraphExecutionModuleQuery.js +47 -0
  976. package/esm/modules/hooks/queries/useGraphExecutionModulesQuery.d.ts +69 -0
  977. package/esm/modules/hooks/queries/useGraphExecutionModulesQuery.js +32 -0
  978. package/esm/modules/hooks/query-keys.d.ts +42 -14
  979. package/esm/modules/hooks/query-keys.js +24 -8
  980. package/esm/modules/orm/index.d.ts +6 -2
  981. package/esm/modules/orm/index.js +6 -2
  982. package/esm/modules/orm/input-types.d.ts +722 -239
  983. package/esm/modules/orm/models/agentModule.js +1 -1
  984. package/esm/modules/orm/models/billingModule.js +1 -1
  985. package/esm/modules/orm/models/billingProviderModule.js +1 -1
  986. package/esm/modules/orm/models/blueprint.js +1 -1
  987. package/esm/modules/orm/models/blueprintConstruction.js +1 -1
  988. package/esm/modules/orm/models/blueprintTemplate.js +1 -1
  989. package/esm/modules/orm/models/computeLogModule.js +1 -1
  990. package/esm/modules/orm/models/configSecretsModule.js +1 -1
  991. package/esm/modules/orm/models/configSecretsOrgModule.js +1 -1
  992. package/esm/modules/orm/models/configSecretsUserModule.js +1 -1
  993. package/esm/modules/orm/models/connectedAccountsModule.js +1 -1
  994. package/esm/modules/orm/models/cryptoAddressesModule.js +1 -1
  995. package/esm/modules/orm/models/cryptoAuthModule.js +1 -1
  996. package/esm/modules/orm/models/databaseProvisionModule.js +1 -1
  997. package/esm/modules/orm/models/dbUsageModule.js +1 -1
  998. package/esm/modules/orm/models/defaultIdsModule.js +1 -1
  999. package/esm/modules/orm/models/denormalizedTableField.js +1 -1
  1000. package/esm/modules/orm/models/devicesModule.js +1 -1
  1001. package/esm/modules/orm/models/emailsModule.js +1 -1
  1002. package/esm/modules/orm/models/entityTypeProvision.js +1 -1
  1003. package/esm/modules/orm/models/eventsModule.js +1 -1
  1004. package/esm/modules/orm/models/functionDeploymentModule.d.ts +54 -0
  1005. package/esm/modules/orm/models/functionDeploymentModule.js +100 -0
  1006. package/esm/modules/orm/models/functionInvocationModule.js +1 -1
  1007. package/esm/modules/orm/models/functionModule.js +1 -1
  1008. package/esm/modules/orm/models/graphExecutionModule.d.ts +54 -0
  1009. package/esm/modules/orm/models/graphExecutionModule.js +100 -0
  1010. package/esm/modules/orm/models/graphModule.js +1 -1
  1011. package/esm/modules/orm/models/hierarchyModule.js +1 -1
  1012. package/esm/modules/orm/models/i18NModule.js +1 -1
  1013. package/esm/modules/orm/models/identityProvidersModule.js +1 -1
  1014. package/esm/modules/orm/models/index.d.ts +3 -1
  1015. package/esm/modules/orm/models/index.js +3 -1
  1016. package/esm/modules/orm/models/inferenceLogModule.js +1 -1
  1017. package/esm/modules/orm/models/invitesModule.js +1 -1
  1018. package/esm/modules/orm/models/limitsModule.js +1 -1
  1019. package/esm/modules/orm/models/membershipTypesModule.js +1 -1
  1020. package/esm/modules/orm/models/membershipsModule.js +1 -1
  1021. package/esm/modules/orm/models/merkleStoreModule.js +1 -1
  1022. package/esm/modules/orm/models/namespaceModule.js +1 -1
  1023. package/esm/modules/orm/models/notificationsModule.js +1 -1
  1024. package/esm/modules/orm/models/permissionsModule.js +1 -1
  1025. package/esm/modules/orm/models/phoneNumbersModule.js +1 -1
  1026. package/esm/modules/orm/models/plansModule.js +1 -1
  1027. package/esm/modules/orm/models/profilesModule.js +1 -1
  1028. package/esm/modules/orm/models/rateLimitMetersModule.js +1 -1
  1029. package/esm/modules/orm/models/rateLimitsModule.js +1 -1
  1030. package/esm/modules/orm/models/realtimeModule.js +1 -1
  1031. package/esm/modules/orm/models/relationProvision.js +1 -1
  1032. package/esm/modules/orm/models/rlsModule.js +1 -1
  1033. package/esm/modules/orm/models/secureTableProvision.js +1 -1
  1034. package/esm/modules/orm/models/sessionSecretsModule.js +1 -1
  1035. package/esm/modules/orm/models/sessionsModule.js +1 -1
  1036. package/esm/modules/orm/models/storageLogModule.js +1 -1
  1037. package/esm/modules/orm/models/storageModule.js +1 -1
  1038. package/esm/modules/orm/models/transferLogModule.js +1 -1
  1039. package/esm/modules/orm/models/userAuthModule.js +1 -1
  1040. package/esm/modules/orm/models/userCredentialsModule.js +1 -1
  1041. package/esm/modules/orm/models/userSettingsModule.js +1 -1
  1042. package/esm/modules/orm/models/userStateModule.js +1 -1
  1043. package/esm/modules/orm/models/usersModule.js +1 -1
  1044. package/esm/modules/orm/models/webauthnAuthModule.js +1 -1
  1045. package/esm/modules/orm/models/webauthnCredentialsModule.js +1 -1
  1046. package/esm/modules/orm/query-builder.d.ts +1 -1
  1047. package/esm/modules/orm/query-builder.js +2 -1
  1048. package/esm/modules/schema-types.d.ts +608 -236
  1049. package/esm/modules/types.d.ts +67 -22
  1050. package/esm/objects/hooks/mutations/useDeleteCommitMutation.d.ts +2 -0
  1051. package/esm/objects/hooks/mutations/useDeleteCommitMutation.js +2 -1
  1052. package/esm/objects/hooks/mutations/useDeleteObjectMutation.d.ts +2 -0
  1053. package/esm/objects/hooks/mutations/useDeleteObjectMutation.js +2 -1
  1054. package/esm/objects/hooks/mutations/useDeleteRefMutation.d.ts +2 -0
  1055. package/esm/objects/hooks/mutations/useDeleteRefMutation.js +2 -1
  1056. package/esm/objects/hooks/mutations/useUpdateCommitMutation.d.ts +2 -0
  1057. package/esm/objects/hooks/mutations/useUpdateCommitMutation.js +2 -1
  1058. package/esm/objects/hooks/mutations/useUpdateObjectMutation.d.ts +2 -0
  1059. package/esm/objects/hooks/mutations/useUpdateObjectMutation.js +2 -1
  1060. package/esm/objects/hooks/mutations/useUpdateRefMutation.d.ts +2 -0
  1061. package/esm/objects/hooks/mutations/useUpdateRefMutation.js +2 -1
  1062. package/esm/objects/orm/models/commit.d.ts +2 -0
  1063. package/esm/objects/orm/models/commit.js +4 -1
  1064. package/esm/objects/orm/models/object.d.ts +2 -0
  1065. package/esm/objects/orm/models/object.js +4 -1
  1066. package/esm/objects/orm/models/ref.d.ts +2 -0
  1067. package/esm/objects/orm/models/ref.js +4 -1
  1068. package/esm/objects/orm/models/store.js +1 -1
  1069. package/esm/objects/orm/query-builder.d.ts +1 -1
  1070. package/esm/objects/orm/query-builder.js +2 -1
  1071. package/esm/objects/schema-types.d.ts +72 -0
  1072. package/esm/usage/hooks/mutations/useDeleteAppLimitEventMutation.d.ts +2 -0
  1073. package/esm/usage/hooks/mutations/useDeleteAppLimitEventMutation.js +2 -1
  1074. package/esm/usage/hooks/mutations/useDeleteOrgLimitEventMutation.d.ts +2 -0
  1075. package/esm/usage/hooks/mutations/useDeleteOrgLimitEventMutation.js +2 -1
  1076. package/esm/usage/hooks/mutations/useUpdateAppLimitEventMutation.d.ts +2 -0
  1077. package/esm/usage/hooks/mutations/useUpdateAppLimitEventMutation.js +2 -1
  1078. package/esm/usage/hooks/mutations/useUpdateOrgLimitEventMutation.d.ts +2 -0
  1079. package/esm/usage/hooks/mutations/useUpdateOrgLimitEventMutation.js +2 -1
  1080. package/esm/usage/orm/models/appLimit.js +1 -1
  1081. package/esm/usage/orm/models/appLimitCap.js +1 -1
  1082. package/esm/usage/orm/models/appLimitCapsDefault.js +1 -1
  1083. package/esm/usage/orm/models/appLimitCredit.js +1 -1
  1084. package/esm/usage/orm/models/appLimitCreditCode.js +1 -1
  1085. package/esm/usage/orm/models/appLimitCreditCodeItem.js +1 -1
  1086. package/esm/usage/orm/models/appLimitCreditRedemption.js +1 -1
  1087. package/esm/usage/orm/models/appLimitDefault.js +1 -1
  1088. package/esm/usage/orm/models/appLimitEvent.d.ts +2 -0
  1089. package/esm/usage/orm/models/appLimitEvent.js +4 -1
  1090. package/esm/usage/orm/models/appLimitWarning.js +1 -1
  1091. package/esm/usage/orm/models/orgLimit.js +1 -1
  1092. package/esm/usage/orm/models/orgLimitAggregate.js +1 -1
  1093. package/esm/usage/orm/models/orgLimitCap.js +1 -1
  1094. package/esm/usage/orm/models/orgLimitCapsDefault.js +1 -1
  1095. package/esm/usage/orm/models/orgLimitCredit.js +1 -1
  1096. package/esm/usage/orm/models/orgLimitDefault.js +1 -1
  1097. package/esm/usage/orm/models/orgLimitEvent.d.ts +2 -0
  1098. package/esm/usage/orm/models/orgLimitEvent.js +4 -1
  1099. package/esm/usage/orm/models/orgLimitWarning.js +1 -1
  1100. package/esm/usage/orm/query-builder.d.ts +1 -1
  1101. package/esm/usage/orm/query-builder.js +2 -1
  1102. package/esm/usage/schema-types.d.ts +72 -0
  1103. package/index.d.ts +2 -0
  1104. package/index.js +3 -1
  1105. package/modules/hooks/index.d.ts +1 -1
  1106. package/modules/hooks/index.js +1 -1
  1107. package/modules/hooks/invalidation.d.ts +18 -6
  1108. package/modules/hooks/invalidation.js +48 -16
  1109. package/modules/hooks/mutation-keys.d.ts +36 -12
  1110. package/modules/hooks/mutation-keys.js +26 -9
  1111. package/modules/hooks/mutations/index.d.ts +9 -3
  1112. package/modules/hooks/mutations/index.js +9 -3
  1113. package/modules/hooks/mutations/useCreateFunctionDeploymentModuleMutation.d.ts +34 -0
  1114. package/modules/hooks/mutations/useCreateFunctionDeploymentModuleMutation.js +34 -0
  1115. package/modules/hooks/mutations/useCreateGraphExecutionModuleMutation.d.ts +34 -0
  1116. package/modules/hooks/mutations/useCreateGraphExecutionModuleMutation.js +34 -0
  1117. package/modules/hooks/mutations/useDeleteFunctionDeploymentModuleMutation.d.ts +38 -0
  1118. package/modules/hooks/mutations/useDeleteFunctionDeploymentModuleMutation.js +39 -0
  1119. package/modules/hooks/mutations/useDeleteGraphExecutionModuleMutation.d.ts +38 -0
  1120. package/modules/hooks/mutations/useDeleteGraphExecutionModuleMutation.js +39 -0
  1121. package/modules/hooks/mutations/useUpdateFunctionDeploymentModuleMutation.d.ts +40 -0
  1122. package/modules/hooks/mutations/useUpdateFunctionDeploymentModuleMutation.js +40 -0
  1123. package/modules/hooks/mutations/useUpdateGraphExecutionModuleMutation.d.ts +40 -0
  1124. package/modules/hooks/mutations/useUpdateGraphExecutionModuleMutation.js +40 -0
  1125. package/modules/hooks/queries/index.d.ts +6 -2
  1126. package/modules/hooks/queries/index.js +6 -2
  1127. package/modules/hooks/queries/useFunctionDeploymentModuleQuery.d.ts +65 -0
  1128. package/modules/hooks/queries/useFunctionDeploymentModuleQuery.js +53 -0
  1129. package/modules/hooks/queries/useFunctionDeploymentModulesQuery.d.ts +69 -0
  1130. package/modules/hooks/queries/useFunctionDeploymentModulesQuery.js +38 -0
  1131. package/modules/hooks/queries/useGraphExecutionModuleQuery.d.ts +65 -0
  1132. package/modules/hooks/queries/useGraphExecutionModuleQuery.js +53 -0
  1133. package/modules/hooks/queries/useGraphExecutionModulesQuery.d.ts +69 -0
  1134. package/modules/hooks/queries/useGraphExecutionModulesQuery.js +38 -0
  1135. package/modules/hooks/query-keys.d.ts +42 -14
  1136. package/modules/hooks/query-keys.js +26 -10
  1137. package/modules/orm/index.d.ts +6 -2
  1138. package/modules/orm/index.js +6 -2
  1139. package/modules/orm/input-types.d.ts +722 -239
  1140. package/modules/orm/models/agentModule.js +1 -1
  1141. package/modules/orm/models/billingModule.js +1 -1
  1142. package/modules/orm/models/billingProviderModule.js +1 -1
  1143. package/modules/orm/models/blueprint.js +1 -1
  1144. package/modules/orm/models/blueprintConstruction.js +1 -1
  1145. package/modules/orm/models/blueprintTemplate.js +1 -1
  1146. package/modules/orm/models/computeLogModule.js +1 -1
  1147. package/modules/orm/models/configSecretsModule.js +1 -1
  1148. package/modules/orm/models/configSecretsOrgModule.js +1 -1
  1149. package/modules/orm/models/configSecretsUserModule.js +1 -1
  1150. package/modules/orm/models/connectedAccountsModule.js +1 -1
  1151. package/modules/orm/models/cryptoAddressesModule.js +1 -1
  1152. package/modules/orm/models/cryptoAuthModule.js +1 -1
  1153. package/modules/orm/models/databaseProvisionModule.js +1 -1
  1154. package/modules/orm/models/dbUsageModule.js +1 -1
  1155. package/modules/orm/models/defaultIdsModule.js +1 -1
  1156. package/modules/orm/models/denormalizedTableField.js +1 -1
  1157. package/modules/orm/models/devicesModule.js +1 -1
  1158. package/modules/orm/models/emailsModule.js +1 -1
  1159. package/modules/orm/models/entityTypeProvision.js +1 -1
  1160. package/modules/orm/models/eventsModule.js +1 -1
  1161. package/modules/orm/models/functionDeploymentModule.d.ts +54 -0
  1162. package/modules/orm/models/functionDeploymentModule.js +104 -0
  1163. package/modules/orm/models/functionInvocationModule.js +1 -1
  1164. package/modules/orm/models/functionModule.js +1 -1
  1165. package/modules/orm/models/graphExecutionModule.d.ts +54 -0
  1166. package/modules/orm/models/graphExecutionModule.js +104 -0
  1167. package/modules/orm/models/graphModule.js +1 -1
  1168. package/modules/orm/models/hierarchyModule.js +1 -1
  1169. package/modules/orm/models/i18NModule.js +1 -1
  1170. package/modules/orm/models/identityProvidersModule.js +1 -1
  1171. package/modules/orm/models/index.d.ts +3 -1
  1172. package/modules/orm/models/index.js +8 -4
  1173. package/modules/orm/models/inferenceLogModule.js +1 -1
  1174. package/modules/orm/models/invitesModule.js +1 -1
  1175. package/modules/orm/models/limitsModule.js +1 -1
  1176. package/modules/orm/models/membershipTypesModule.js +1 -1
  1177. package/modules/orm/models/membershipsModule.js +1 -1
  1178. package/modules/orm/models/merkleStoreModule.js +1 -1
  1179. package/modules/orm/models/namespaceModule.js +1 -1
  1180. package/modules/orm/models/notificationsModule.js +1 -1
  1181. package/modules/orm/models/permissionsModule.js +1 -1
  1182. package/modules/orm/models/phoneNumbersModule.js +1 -1
  1183. package/modules/orm/models/plansModule.js +1 -1
  1184. package/modules/orm/models/profilesModule.js +1 -1
  1185. package/modules/orm/models/rateLimitMetersModule.js +1 -1
  1186. package/modules/orm/models/rateLimitsModule.js +1 -1
  1187. package/modules/orm/models/realtimeModule.js +1 -1
  1188. package/modules/orm/models/relationProvision.js +1 -1
  1189. package/modules/orm/models/rlsModule.js +1 -1
  1190. package/modules/orm/models/secureTableProvision.js +1 -1
  1191. package/modules/orm/models/sessionSecretsModule.js +1 -1
  1192. package/modules/orm/models/sessionsModule.js +1 -1
  1193. package/modules/orm/models/storageLogModule.js +1 -1
  1194. package/modules/orm/models/storageModule.js +1 -1
  1195. package/modules/orm/models/transferLogModule.js +1 -1
  1196. package/modules/orm/models/userAuthModule.js +1 -1
  1197. package/modules/orm/models/userCredentialsModule.js +1 -1
  1198. package/modules/orm/models/userSettingsModule.js +1 -1
  1199. package/modules/orm/models/userStateModule.js +1 -1
  1200. package/modules/orm/models/usersModule.js +1 -1
  1201. package/modules/orm/models/webauthnAuthModule.js +1 -1
  1202. package/modules/orm/models/webauthnCredentialsModule.js +1 -1
  1203. package/modules/orm/query-builder.d.ts +1 -1
  1204. package/modules/orm/query-builder.js +2 -1
  1205. package/modules/schema-types.d.ts +608 -236
  1206. package/modules/types.d.ts +67 -22
  1207. package/objects/hooks/mutations/useDeleteCommitMutation.d.ts +2 -0
  1208. package/objects/hooks/mutations/useDeleteCommitMutation.js +2 -1
  1209. package/objects/hooks/mutations/useDeleteObjectMutation.d.ts +2 -0
  1210. package/objects/hooks/mutations/useDeleteObjectMutation.js +2 -1
  1211. package/objects/hooks/mutations/useDeleteRefMutation.d.ts +2 -0
  1212. package/objects/hooks/mutations/useDeleteRefMutation.js +2 -1
  1213. package/objects/hooks/mutations/useUpdateCommitMutation.d.ts +2 -0
  1214. package/objects/hooks/mutations/useUpdateCommitMutation.js +2 -1
  1215. package/objects/hooks/mutations/useUpdateObjectMutation.d.ts +2 -0
  1216. package/objects/hooks/mutations/useUpdateObjectMutation.js +2 -1
  1217. package/objects/hooks/mutations/useUpdateRefMutation.d.ts +2 -0
  1218. package/objects/hooks/mutations/useUpdateRefMutation.js +2 -1
  1219. package/objects/orm/models/commit.d.ts +2 -0
  1220. package/objects/orm/models/commit.js +4 -1
  1221. package/objects/orm/models/object.d.ts +2 -0
  1222. package/objects/orm/models/object.js +4 -1
  1223. package/objects/orm/models/ref.d.ts +2 -0
  1224. package/objects/orm/models/ref.js +4 -1
  1225. package/objects/orm/models/store.js +1 -1
  1226. package/objects/orm/query-builder.d.ts +1 -1
  1227. package/objects/orm/query-builder.js +2 -1
  1228. package/objects/schema-types.d.ts +72 -0
  1229. package/package.json +5 -5
  1230. package/usage/hooks/mutations/useDeleteAppLimitEventMutation.d.ts +2 -0
  1231. package/usage/hooks/mutations/useDeleteAppLimitEventMutation.js +2 -1
  1232. package/usage/hooks/mutations/useDeleteOrgLimitEventMutation.d.ts +2 -0
  1233. package/usage/hooks/mutations/useDeleteOrgLimitEventMutation.js +2 -1
  1234. package/usage/hooks/mutations/useUpdateAppLimitEventMutation.d.ts +2 -0
  1235. package/usage/hooks/mutations/useUpdateAppLimitEventMutation.js +2 -1
  1236. package/usage/hooks/mutations/useUpdateOrgLimitEventMutation.d.ts +2 -0
  1237. package/usage/hooks/mutations/useUpdateOrgLimitEventMutation.js +2 -1
  1238. package/usage/orm/models/appLimit.js +1 -1
  1239. package/usage/orm/models/appLimitCap.js +1 -1
  1240. package/usage/orm/models/appLimitCapsDefault.js +1 -1
  1241. package/usage/orm/models/appLimitCredit.js +1 -1
  1242. package/usage/orm/models/appLimitCreditCode.js +1 -1
  1243. package/usage/orm/models/appLimitCreditCodeItem.js +1 -1
  1244. package/usage/orm/models/appLimitCreditRedemption.js +1 -1
  1245. package/usage/orm/models/appLimitDefault.js +1 -1
  1246. package/usage/orm/models/appLimitEvent.d.ts +2 -0
  1247. package/usage/orm/models/appLimitEvent.js +4 -1
  1248. package/usage/orm/models/appLimitWarning.js +1 -1
  1249. package/usage/orm/models/orgLimit.js +1 -1
  1250. package/usage/orm/models/orgLimitAggregate.js +1 -1
  1251. package/usage/orm/models/orgLimitCap.js +1 -1
  1252. package/usage/orm/models/orgLimitCapsDefault.js +1 -1
  1253. package/usage/orm/models/orgLimitCredit.js +1 -1
  1254. package/usage/orm/models/orgLimitDefault.js +1 -1
  1255. package/usage/orm/models/orgLimitEvent.d.ts +2 -0
  1256. package/usage/orm/models/orgLimitEvent.js +4 -1
  1257. package/usage/orm/models/orgLimitWarning.js +1 -1
  1258. package/usage/orm/query-builder.d.ts +1 -1
  1259. package/usage/orm/query-builder.js +2 -1
  1260. package/usage/schema-types.d.ts +72 -0
@@ -3190,6 +3190,14 @@ export interface MetaTable {
3190
3190
  relations: MetaRelations;
3191
3191
  inflection: MetaInflection;
3192
3192
  query: MetaQuery;
3193
+ /** Storage metadata (null if not a storage table) */
3194
+ storage?: MetaStorage | null;
3195
+ /** Search metadata (null if no search configured) */
3196
+ search?: MetaSearch | null;
3197
+ /** i18n metadata (null if no @i18n tag) */
3198
+ i18n?: MetaI18n | null;
3199
+ /** Realtime metadata (null if no @realtime tag) */
3200
+ realtime?: MetaRealtime | null;
3193
3201
  }
3194
3202
  /** Information about a table field/column */
3195
3203
  export interface MetaField {
@@ -3200,6 +3208,8 @@ export interface MetaField {
3200
3208
  isPrimaryKey: boolean;
3201
3209
  isForeignKey: boolean;
3202
3210
  description?: string | null;
3211
+ /** Enum metadata if this field has an enum type */
3212
+ enumValues?: MetaEnum | null;
3203
3213
  }
3204
3214
  /** Information about a database index */
3205
3215
  export interface MetaIndex {
@@ -3265,6 +3275,36 @@ export interface MetaQuery {
3265
3275
  update?: string | null;
3266
3276
  delete?: string | null;
3267
3277
  }
3278
+ /** Storage metadata for a table */
3279
+ export interface MetaStorage {
3280
+ /** Whether this table is a storage files table */
3281
+ isFilesTable: boolean;
3282
+ /** Whether this table is a storage buckets table */
3283
+ isBucketsTable: boolean;
3284
+ }
3285
+ /** Search metadata for a table */
3286
+ export interface MetaSearch {
3287
+ /** Active search algorithms on this table */
3288
+ algorithms: string[];
3289
+ /** Searchable columns with their algorithm */
3290
+ columns: MetaSearchColumn[];
3291
+ /** Whether unifiedSearch composite filter is available */
3292
+ hasUnifiedSearch: boolean;
3293
+ /** Per-table search configuration */
3294
+ config?: MetaSearchConfig | null;
3295
+ }
3296
+ /** i18n metadata for a table with @i18n tag */
3297
+ export interface MetaI18n {
3298
+ /** Name of the translation table */
3299
+ translationTable: string;
3300
+ /** Fields that are translatable */
3301
+ translatableFields: MetaI18nField[];
3302
+ }
3303
+ /** Realtime metadata for a table with @realtime tag */
3304
+ export interface MetaRealtime {
3305
+ /** The generated subscription field name (e.g. onPostChanged) */
3306
+ subscriptionFieldName: string;
3307
+ }
3268
3308
  /** Information about a PostgreSQL type */
3269
3309
  export interface MetaType {
3270
3310
  pgType: string;
@@ -3274,6 +3314,13 @@ export interface MetaType {
3274
3314
  hasDefault?: boolean | null;
3275
3315
  subtype?: string | null;
3276
3316
  }
3317
+ /** Information about a PostgreSQL enum type */
3318
+ export interface MetaEnum {
3319
+ /** The PostgreSQL enum type name */
3320
+ name: string;
3321
+ /** Allowed values for this enum */
3322
+ values: string[];
3323
+ }
3277
3324
  /** Reference to a related table */
3278
3325
  export interface MetaRefTable {
3279
3326
  name: string;
@@ -3307,3 +3354,28 @@ export interface MetaManyToManyRelation {
3307
3354
  rightKeyAttributes: MetaField[];
3308
3355
  rightTable: MetaRefTable;
3309
3356
  }
3357
+ /** A searchable column with its algorithm */
3358
+ export interface MetaSearchColumn {
3359
+ /** Column name (camelCase) */
3360
+ name: string;
3361
+ /** Search algorithm: tsvector, bm25, trgm, or vector */
3362
+ algorithm: string;
3363
+ }
3364
+ /** Per-table search configuration from @searchConfig smart tag */
3365
+ export interface MetaSearchConfig {
3366
+ /** JSON-encoded per-adapter score weights */
3367
+ weights?: string | null;
3368
+ /** Whether recency boosting is enabled */
3369
+ boostRecent: boolean;
3370
+ /** Field used for recency decay */
3371
+ boostRecencyField?: string | null;
3372
+ /** Exponential decay factor per day */
3373
+ boostRecencyDecay?: number | null;
3374
+ }
3375
+ /** A translatable field */
3376
+ export interface MetaI18nField {
3377
+ /** GraphQL field name */
3378
+ name: string;
3379
+ /** PostgreSQL column type (text, citext) */
3380
+ type: string;
3381
+ }
@@ -1086,7 +1086,8 @@ export interface AgentResourceFilter {
1086
1086
  /**
1087
1087
  * Composite unified search. Provide a search string and it will be dispatched to
1088
1088
  * all text-compatible search algorithms (tsvector, BM25, pg_trgm)
1089
- * simultaneously. Rows matching ANY algorithm are returned. All matching score
1089
+ * simultaneously. When the LLM plugin is active, pgvector also participates via
1090
+ * auto-embedding. Rows matching ANY algorithm are returned. All matching score
1090
1091
  * fields are populated.
1091
1092
  */
1092
1093
  unifiedSearch?: string;
@@ -1304,6 +1305,7 @@ export interface CreateAgentResourceChunkInput {
1304
1305
  chunkIndex?: number;
1305
1306
  embedding?: number[];
1306
1307
  metadata?: Record<string, unknown>;
1308
+ embeddingText?: string;
1307
1309
  };
1308
1310
  }
1309
1311
  export interface AgentResourceChunkPatch {
@@ -1312,6 +1314,7 @@ export interface AgentResourceChunkPatch {
1312
1314
  chunkIndex?: number | null;
1313
1315
  embedding?: number[] | null;
1314
1316
  metadata?: Record<string, unknown> | null;
1317
+ embeddingText?: string | null;
1315
1318
  }
1316
1319
  export interface UpdateAgentResourceChunkInput {
1317
1320
  clientMutationId?: string;
@@ -1373,6 +1376,7 @@ export interface CreateAgentResourceInput {
1373
1376
  archivedAt?: string;
1374
1377
  embedding?: number[];
1375
1378
  embeddingUpdatedAt?: string;
1379
+ embeddingText?: string;
1376
1380
  };
1377
1381
  }
1378
1382
  export interface AgentResourcePatch {
@@ -1390,6 +1394,7 @@ export interface AgentResourcePatch {
1390
1394
  archivedAt?: string | null;
1391
1395
  embedding?: number[] | null;
1392
1396
  embeddingUpdatedAt?: string | null;
1397
+ embeddingText?: string | null;
1393
1398
  }
1394
1399
  export interface UpdateAgentResourceInput {
1395
1400
  clientMutationId?: string;
@@ -1483,6 +1488,8 @@ export interface VectorNearbyInput {
1483
1488
  distance?: number;
1484
1489
  /** When true (default for tables with @hasChunks), transparently queries the chunks table and returns the minimum distance across parent + all chunks. Set to false to only search the parent embedding. */
1485
1490
  includeChunks?: boolean;
1491
+ /** Natural language text to embed server-side for similarity search. Mutually exclusive with `vector` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */
1492
+ text?: string;
1486
1493
  }
1487
1494
  /** A filter to be used against many `Agent` object types. All fields are combined with a logical ‘and.’ */
1488
1495
  export interface AgentPersonaToManyAgentFilter {
@@ -1734,6 +1741,8 @@ export interface AgentResourceChunkInput {
1734
1741
  metadata?: Record<string, unknown>;
1735
1742
  createdAt?: string;
1736
1743
  updatedAt?: string;
1744
+ /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */
1745
+ embeddingText?: string;
1737
1746
  }
1738
1747
  /** An input for mutations affecting `AgentPersona` */
1739
1748
  export interface AgentPersonaInput {
@@ -1786,6 +1795,8 @@ export interface AgentResourceInput {
1786
1795
  archivedAt?: string;
1787
1796
  embedding?: number[];
1788
1797
  embeddingUpdatedAt?: string;
1798
+ /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */
1799
+ embeddingText?: string;
1789
1800
  }
1790
1801
  /** A filter to be used against `AgentTask` object types. All fields are combined with a logical ‘and.’ */
1791
1802
  export interface AgentTaskFilter {
@@ -2434,7 +2445,8 @@ export interface AgentResourceFilter {
2434
2445
  /**
2435
2446
  * Composite unified search. Provide a search string and it will be dispatched to
2436
2447
  * all text-compatible search algorithms (tsvector, BM25, pg_trgm)
2437
- * simultaneously. Rows matching ANY algorithm are returned. All matching score
2448
+ * simultaneously. When the LLM plugin is active, pgvector also participates via
2449
+ * auto-embedding. Rows matching ANY algorithm are returned. All matching score
2438
2450
  * fields are populated.
2439
2451
  */
2440
2452
  unifiedSearch?: string;
@@ -74,7 +74,7 @@ export class AgentModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('Agent', 'updateAgent', 'agent', args.select, args.where.id, args.data, 'UpdateAgentInput', 'id', 'agentPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('Agent', 'updateAgent', 'agent', args.select, args.where.id, args.data, 'UpdateAgentInput', 'id', 'agentPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentMessageModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentMessage', 'updateAgentMessage', 'agentMessage', args.select, args.where.id, args.data, 'UpdateAgentMessageInput', 'id', 'agentMessagePatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentMessage', 'updateAgentMessage', 'agentMessage', args.select, args.where.id, args.data, 'UpdateAgentMessageInput', 'id', 'agentMessagePatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentPersonaModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentPersona', 'updateAgentPersona', 'agentPersona', args.select, args.where.id, args.data, 'UpdateAgentPersonaInput', 'id', 'agentPersonaPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentPersona', 'updateAgentPersona', 'agentPersona', args.select, args.where.id, args.data, 'UpdateAgentPersonaInput', 'id', 'agentPersonaPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentPlanModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentPlan', 'updateAgentPlan', 'agentPlan', args.select, args.where.id, args.data, 'UpdateAgentPlanInput', 'id', 'agentPlanPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentPlan', 'updateAgentPlan', 'agentPlan', args.select, args.where.id, args.data, 'UpdateAgentPlanInput', 'id', 'agentPlanPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentPromptModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentPrompt', 'updateAgentPrompt', 'agentPrompt', args.select, args.where.id, args.data, 'UpdateAgentPromptInput', 'id', 'agentPromptPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentPrompt', 'updateAgentPrompt', 'agentPrompt', args.select, args.where.id, args.data, 'UpdateAgentPromptInput', 'id', 'agentPromptPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentResourceModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentResource', 'updateAgentResource', 'agentResource', args.select, args.where.id, args.data, 'UpdateAgentResourceInput', 'id', 'agentResourcePatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentResource', 'updateAgentResource', 'agentResource', args.select, args.where.id, args.data, 'UpdateAgentResourceInput', 'id', 'agentResourcePatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentResourceChunkModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentResourceChunk', 'updateAgentResourceChunk', 'agentResourceChunk', args.select, args.where.id, args.data, 'UpdateAgentResourceChunkInput', 'id', 'agentResourceChunkPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentResourceChunk', 'updateAgentResourceChunk', 'agentResourceChunk', args.select, args.where.id, args.data, 'UpdateAgentResourceChunkInput', 'id', 'agentResourceChunkPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentTaskModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentTask', 'updateAgentTask', 'agentTask', args.select, args.where.id, args.data, 'UpdateAgentTaskInput', 'id', 'agentTaskPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentTask', 'updateAgentTask', 'agentTask', args.select, args.where.id, args.data, 'UpdateAgentTaskInput', 'id', 'agentTaskPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentThreadModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentThread', 'updateAgentThread', 'agentThread', args.select, args.where.id, args.data, 'UpdateAgentThreadInput', 'id', 'agentThreadPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentThread', 'updateAgentThread', 'agentThread', args.select, args.where.id, args.data, 'UpdateAgentThreadInput', 'id', 'agentThreadPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -63,7 +63,7 @@ export declare function buildUpdateDocument<TSelect, TWhere extends {
63
63
  document: string;
64
64
  variables: Record<string, unknown>;
65
65
  };
66
- export declare function buildUpdateByPkDocument<TSelect, TData>(operationName: string, mutationField: string, entityField: string, select: TSelect, id: string | number, data: TData, inputTypeName: string, idFieldName: string, patchFieldName: string, connectionFieldsMap?: Record<string, Record<string, string>>): {
66
+ export declare function buildUpdateByPkDocument<TSelect, TData>(operationName: string, mutationField: string, entityField: string, select: TSelect, id: string | number, data: TData, inputTypeName: string, idFieldName: string, patchFieldName: string, connectionFieldsMap?: Record<string, Record<string, string>>, extraKeys?: Record<string, unknown>): {
67
67
  document: string;
68
68
  variables: Record<string, unknown>;
69
69
  };
@@ -292,7 +292,7 @@ export function buildUpdateDocument(operationName, mutationField, entityField, s
292
292
  },
293
293
  };
294
294
  }
295
- export function buildUpdateByPkDocument(operationName, mutationField, entityField, select, id, data, inputTypeName, idFieldName, patchFieldName, connectionFieldsMap) {
295
+ export function buildUpdateByPkDocument(operationName, mutationField, entityField, select, id, data, inputTypeName, idFieldName, patchFieldName, connectionFieldsMap, extraKeys) {
296
296
  const selections = select
297
297
  ? buildSelections(select, connectionFieldsMap, operationName)
298
298
  : [t.field({ name: 'id' })];
@@ -311,6 +311,7 @@ export function buildUpdateByPkDocument(operationName, mutationField, entityFiel
311
311
  variables: {
312
312
  input: {
313
313
  [idFieldName]: id,
314
+ ...extraKeys,
314
315
  [patchFieldName]: data,
315
316
  },
316
317
  },
@@ -473,7 +473,8 @@ export interface AgentResourceFilter {
473
473
  /**
474
474
  * Composite unified search. Provide a search string and it will be dispatched to
475
475
  * all text-compatible search algorithms (tsvector, BM25, pg_trgm)
476
- * simultaneously. Rows matching ANY algorithm are returned. All matching score
476
+ * simultaneously. When the LLM plugin is active, pgvector also participates via
477
+ * auto-embedding. Rows matching ANY algorithm are returned. All matching score
477
478
  * fields are populated.
478
479
  */
479
480
  unifiedSearch?: string;
@@ -585,6 +586,8 @@ export interface VectorNearbyInput {
585
586
  distance?: number;
586
587
  /** When true (default for tables with @hasChunks), transparently queries the chunks table and returns the minimum distance across parent + all chunks. Set to false to only search the parent embedding. */
587
588
  includeChunks?: boolean;
589
+ /** Natural language text to embed server-side for similarity search. Mutually exclusive with `vector` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */
590
+ text?: string;
588
591
  }
589
592
  export interface CreateAgentPlanInput {
590
593
  clientMutationId?: string;
@@ -730,6 +733,8 @@ export interface AgentResourceChunkInput {
730
733
  metadata?: unknown;
731
734
  createdAt?: string;
732
735
  updatedAt?: string;
736
+ /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */
737
+ embeddingText?: string;
733
738
  }
734
739
  export interface CreateAgentPersonaInput {
735
740
  clientMutationId?: string;
@@ -827,6 +832,8 @@ export interface AgentResourceInput {
827
832
  archivedAt?: string;
828
833
  embedding?: number[];
829
834
  embeddingUpdatedAt?: string;
835
+ /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */
836
+ embeddingText?: string;
830
837
  }
831
838
  export interface UpdateAgentPlanInput {
832
839
  clientMutationId?: string;
@@ -978,6 +985,8 @@ export interface AgentResourceChunkPatch {
978
985
  metadata?: unknown;
979
986
  createdAt?: string;
980
987
  updatedAt?: string;
988
+ /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */
989
+ embeddingText?: string;
981
990
  }
982
991
  export interface UpdateAgentPersonaInput {
983
992
  clientMutationId?: string;
@@ -1078,6 +1087,8 @@ export interface AgentResourcePatch {
1078
1087
  archivedAt?: string;
1079
1088
  embedding?: number[];
1080
1089
  embeddingUpdatedAt?: string;
1090
+ /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */
1091
+ embeddingText?: string;
1081
1092
  }
1082
1093
  export interface DeleteAgentPlanInput {
1083
1094
  clientMutationId?: string;
@@ -1445,6 +1456,14 @@ export interface MetaTable {
1445
1456
  relations: MetaRelations;
1446
1457
  inflection: MetaInflection;
1447
1458
  query: MetaQuery;
1459
+ /** Storage metadata (null if not a storage table) */
1460
+ storage?: MetaStorage | null;
1461
+ /** Search metadata (null if no search configured) */
1462
+ search?: MetaSearch | null;
1463
+ /** i18n metadata (null if no @i18n tag) */
1464
+ i18n?: MetaI18n | null;
1465
+ /** Realtime metadata (null if no @realtime tag) */
1466
+ realtime?: MetaRealtime | null;
1448
1467
  }
1449
1468
  /** Information about a table field/column */
1450
1469
  export interface MetaField {
@@ -1455,6 +1474,8 @@ export interface MetaField {
1455
1474
  isPrimaryKey: boolean;
1456
1475
  isForeignKey: boolean;
1457
1476
  description?: string | null;
1477
+ /** Enum metadata if this field has an enum type */
1478
+ enumValues?: MetaEnum | null;
1458
1479
  }
1459
1480
  /** Information about a database index */
1460
1481
  export interface MetaIndex {
@@ -1520,6 +1541,36 @@ export interface MetaQuery {
1520
1541
  update?: string | null;
1521
1542
  delete?: string | null;
1522
1543
  }
1544
+ /** Storage metadata for a table */
1545
+ export interface MetaStorage {
1546
+ /** Whether this table is a storage files table */
1547
+ isFilesTable: boolean;
1548
+ /** Whether this table is a storage buckets table */
1549
+ isBucketsTable: boolean;
1550
+ }
1551
+ /** Search metadata for a table */
1552
+ export interface MetaSearch {
1553
+ /** Active search algorithms on this table */
1554
+ algorithms: string[];
1555
+ /** Searchable columns with their algorithm */
1556
+ columns: MetaSearchColumn[];
1557
+ /** Whether unifiedSearch composite filter is available */
1558
+ hasUnifiedSearch: boolean;
1559
+ /** Per-table search configuration */
1560
+ config?: MetaSearchConfig | null;
1561
+ }
1562
+ /** i18n metadata for a table with @i18n tag */
1563
+ export interface MetaI18n {
1564
+ /** Name of the translation table */
1565
+ translationTable: string;
1566
+ /** Fields that are translatable */
1567
+ translatableFields: MetaI18nField[];
1568
+ }
1569
+ /** Realtime metadata for a table with @realtime tag */
1570
+ export interface MetaRealtime {
1571
+ /** The generated subscription field name (e.g. onPostChanged) */
1572
+ subscriptionFieldName: string;
1573
+ }
1523
1574
  /** Information about a PostgreSQL type */
1524
1575
  export interface MetaType {
1525
1576
  pgType: string;
@@ -1529,6 +1580,13 @@ export interface MetaType {
1529
1580
  hasDefault?: boolean | null;
1530
1581
  subtype?: string | null;
1531
1582
  }
1583
+ /** Information about a PostgreSQL enum type */
1584
+ export interface MetaEnum {
1585
+ /** The PostgreSQL enum type name */
1586
+ name: string;
1587
+ /** Allowed values for this enum */
1588
+ values: string[];
1589
+ }
1532
1590
  /** Reference to a related table */
1533
1591
  export interface MetaRefTable {
1534
1592
  name: string;
@@ -1562,3 +1620,28 @@ export interface MetaManyToManyRelation {
1562
1620
  rightKeyAttributes: MetaField[];
1563
1621
  rightTable: MetaRefTable;
1564
1622
  }
1623
+ /** A searchable column with its algorithm */
1624
+ export interface MetaSearchColumn {
1625
+ /** Column name (camelCase) */
1626
+ name: string;
1627
+ /** Search algorithm: tsvector, bm25, trgm, or vector */
1628
+ algorithm: string;
1629
+ }
1630
+ /** Per-table search configuration from @searchConfig smart tag */
1631
+ export interface MetaSearchConfig {
1632
+ /** JSON-encoded per-adapter score weights */
1633
+ weights?: string | null;
1634
+ /** Whether recency boosting is enabled */
1635
+ boostRecent: boolean;
1636
+ /** Field used for recency decay */
1637
+ boostRecencyField?: string | null;
1638
+ /** Exponential decay factor per day */
1639
+ boostRecencyDecay?: number | null;
1640
+ }
1641
+ /** A translatable field */
1642
+ export interface MetaI18nField {
1643
+ /** GraphQL field name */
1644
+ name: string;
1645
+ /** PostgreSQL column type (text, citext) */
1646
+ type: string;
1647
+ }
@@ -229,6 +229,7 @@ export interface UUIDListFilter {
229
229
  anyGreaterThan?: string;
230
230
  anyGreaterThanOrEqualTo?: string;
231
231
  }
232
+ export type ApiExposureLevel = 'EXPOSABLE' | 'INTERNAL_ONLY' | 'NEVER_EXPOSE';
232
233
  export type ObjectCategory = 'CORE' | 'MODULE' | 'PERMISSIONS' | 'AUTH' | 'MEMBERSHIPS' | 'APP';
233
234
  export type ConstructiveInternalTypeAttachment = unknown;
234
235
  export type ConstructiveInternalTypeHostname = unknown;
@@ -253,6 +254,7 @@ export interface Schema {
253
254
  scope?: number | null;
254
255
  tags?: string[] | null;
255
256
  isPublic?: boolean | null;
257
+ apiExposure?: ApiExposureLevel | null;
256
258
  createdAt?: string | null;
257
259
  updatedAt?: string | null;
258
260
  }
@@ -1323,6 +1325,7 @@ export type SchemaSelect = {
1323
1325
  scope?: boolean;
1324
1326
  tags?: boolean;
1325
1327
  isPublic?: boolean;
1328
+ apiExposure?: boolean;
1326
1329
  createdAt?: boolean;
1327
1330
  updatedAt?: boolean;
1328
1331
  database?: {
@@ -2711,6 +2714,8 @@ export interface SchemaFilter {
2711
2714
  tags?: StringListFilter;
2712
2715
  /** Filter by the object’s `isPublic` field. */
2713
2716
  isPublic?: BooleanFilter;
2717
+ /** Filter by the object’s `apiExposure` field. */
2718
+ apiExposure?: ApiExposureLevelFilter;
2714
2719
  /** Filter by the object’s `createdAt` field. */
2715
2720
  createdAt?: DatetimeFilter;
2716
2721
  /** Filter by the object’s `updatedAt` field. */
@@ -4607,7 +4612,7 @@ export interface AstMigrationFilter {
4607
4612
  not?: AstMigrationFilter;
4608
4613
  }
4609
4614
  export type FunctionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
4610
- export type SchemaOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'SCHEMA_NAME_ASC' | 'SCHEMA_NAME_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'IS_PUBLIC_ASC' | 'IS_PUBLIC_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
4615
+ export type SchemaOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'SCHEMA_NAME_ASC' | 'SCHEMA_NAME_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'IS_PUBLIC_ASC' | 'IS_PUBLIC_DESC' | 'API_EXPOSURE_ASC' | 'API_EXPOSURE_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
4611
4616
  export type TableOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'SCHEMA_ID_ASC' | 'SCHEMA_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'USE_RLS_ASC' | 'USE_RLS_DESC' | 'TIMESTAMPS_ASC' | 'TIMESTAMPS_DESC' | 'PEOPLESTAMPS_ASC' | 'PEOPLESTAMPS_DESC' | 'PLURAL_NAME_ASC' | 'PLURAL_NAME_DESC' | 'SINGULAR_NAME_ASC' | 'SINGULAR_NAME_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'PARTITIONED_ASC' | 'PARTITIONED_DESC' | 'PARTITION_STRATEGY_ASC' | 'PARTITION_STRATEGY_DESC' | 'PARTITION_KEY_NAMES_ASC' | 'PARTITION_KEY_NAMES_DESC' | 'PARTITION_KEY_TYPES_ASC' | 'PARTITION_KEY_TYPES_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'INHERITS_ID_ASC' | 'INHERITS_ID_DESC';
4612
4617
  export type CheckConstraintOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'TYPE_ASC' | 'TYPE_DESC' | 'FIELD_IDS_ASC' | 'FIELD_IDS_DESC' | 'EXPR_ASC' | 'EXPR_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
4613
4618
  export type FieldOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'TABLE_ID_ASC' | 'TABLE_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'LABEL_ASC' | 'LABEL_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'SMART_TAGS_ASC' | 'SMART_TAGS_DESC' | 'IS_REQUIRED_ASC' | 'IS_REQUIRED_DESC' | 'API_REQUIRED_ASC' | 'API_REQUIRED_DESC' | 'DEFAULT_VALUE_ASC' | 'DEFAULT_VALUE_DESC' | 'TYPE_ASC' | 'TYPE_DESC' | 'FIELD_ORDER_ASC' | 'FIELD_ORDER_DESC' | 'REGEXP_ASC' | 'REGEXP_DESC' | 'CHK_ASC' | 'CHK_DESC' | 'CHK_EXPR_ASC' | 'CHK_EXPR_DESC' | 'MIN_ASC' | 'MIN_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'TAGS_ASC' | 'TAGS_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
@@ -4687,6 +4692,7 @@ export interface CreateSchemaInput {
4687
4692
  scope?: number;
4688
4693
  tags?: string[];
4689
4694
  isPublic?: boolean;
4695
+ apiExposure?: ApiExposureLevel;
4690
4696
  };
4691
4697
  }
4692
4698
  export interface SchemaPatch {
@@ -4700,6 +4706,7 @@ export interface SchemaPatch {
4700
4706
  scope?: number | null;
4701
4707
  tags?: string[] | null;
4702
4708
  isPublic?: boolean | null;
4709
+ apiExposure?: ApiExposureLevel | null;
4703
4710
  }
4704
4711
  export interface UpdateSchemaInput {
4705
4712
  clientMutationId?: string;
@@ -6289,6 +6296,31 @@ export interface ObjectCategoryFilter {
6289
6296
  /** Greater than or equal to the specified value. */
6290
6297
  greaterThanOrEqualTo?: ObjectCategory;
6291
6298
  }
6299
+ /** A filter to be used against ApiExposureLevel fields. All fields are combined with a logical ‘and.’ */
6300
+ export interface ApiExposureLevelFilter {
6301
+ /** Is null (if `true` is specified) or is not null (if `false` is specified). */
6302
+ isNull?: boolean;
6303
+ /** Equal to the specified value. */
6304
+ equalTo?: ApiExposureLevel;
6305
+ /** Not equal to the specified value. */
6306
+ notEqualTo?: ApiExposureLevel;
6307
+ /** Not equal to the specified value, treating null like an ordinary value. */
6308
+ distinctFrom?: ApiExposureLevel;
6309
+ /** Equal to the specified value, treating null like an ordinary value. */
6310
+ notDistinctFrom?: ApiExposureLevel;
6311
+ /** Included in the specified list. */
6312
+ in?: ApiExposureLevel[];
6313
+ /** Not included in the specified list. */
6314
+ notIn?: ApiExposureLevel[];
6315
+ /** Less than the specified value. */
6316
+ lessThan?: ApiExposureLevel;
6317
+ /** Less than or equal to the specified value. */
6318
+ lessThanOrEqualTo?: ApiExposureLevel;
6319
+ /** Greater than the specified value. */
6320
+ greaterThan?: ApiExposureLevel;
6321
+ /** Greater than or equal to the specified value. */
6322
+ greaterThanOrEqualTo?: ApiExposureLevel;
6323
+ }
6292
6324
  /** A filter to be used against many `Table` object types. All fields are combined with a logical ‘and.’ */
6293
6325
  export interface SchemaToManyTableFilter {
6294
6326
  /** Filters to entities where at least one related entity matches. */
@@ -7249,6 +7281,7 @@ export interface SchemaInput {
7249
7281
  scope?: number;
7250
7282
  tags?: string[];
7251
7283
  isPublic?: boolean;
7284
+ apiExposure?: ApiExposureLevel;
7252
7285
  createdAt?: string;
7253
7286
  updatedAt?: string;
7254
7287
  }
@@ -9138,6 +9171,8 @@ export interface SchemaFilter {
9138
9171
  tags?: StringListFilter;
9139
9172
  /** Filter by the object’s `isPublic` field. */
9140
9173
  isPublic?: BooleanFilter;
9174
+ /** Filter by the object’s `apiExposure` field. */
9175
+ apiExposure?: ApiExposureLevelFilter;
9141
9176
  /** Filter by the object’s `createdAt` field. */
9142
9177
  createdAt?: DatetimeFilter;
9143
9178
  /** Filter by the object’s `updatedAt` field. */
@@ -74,7 +74,7 @@ export class ApiModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('Api', 'updateApi', 'api', args.select, args.where.id, args.data, 'UpdateApiInput', 'id', 'apiPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('Api', 'updateApi', 'api', args.select, args.where.id, args.data, 'UpdateApiInput', 'id', 'apiPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class ApiModuleModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('ApiModule', 'updateApiModule', 'apiModule', args.select, args.where.id, args.data, 'UpdateApiModuleInput', 'id', 'apiModulePatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('ApiModule', 'updateApiModule', 'apiModule', args.select, args.where.id, args.data, 'UpdateApiModuleInput', 'id', 'apiModulePatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class ApiSchemaModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('ApiSchema', 'updateApiSchema', 'apiSchema', args.select, args.where.id, args.data, 'UpdateApiSchemaInput', 'id', 'apiSchemaPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('ApiSchema', 'updateApiSchema', 'apiSchema', args.select, args.where.id, args.data, 'UpdateApiSchemaInput', 'id', 'apiSchemaPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class ApiSettingModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('ApiSetting', 'updateApiSetting', 'apiSetting', args.select, args.where.id, args.data, 'UpdateApiSettingInput', 'id', 'apiSettingPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('ApiSetting', 'updateApiSetting', 'apiSetting', args.select, args.where.id, args.data, 'UpdateApiSettingInput', 'id', 'apiSettingPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AppModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('App', 'updateApp', 'app', args.select, args.where.id, args.data, 'UpdateAppInput', 'id', 'appPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('App', 'updateApp', 'app', args.select, args.where.id, args.data, 'UpdateAppInput', 'id', 'appPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class CheckConstraintModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('CheckConstraint', 'updateCheckConstraint', 'checkConstraint', args.select, args.where.id, args.data, 'UpdateCheckConstraintInput', 'id', 'checkConstraintPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('CheckConstraint', 'updateCheckConstraint', 'checkConstraint', args.select, args.where.id, args.data, 'UpdateCheckConstraintInput', 'id', 'checkConstraintPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class CompositeTypeModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('CompositeType', 'updateCompositeType', 'compositeType', args.select, args.where.id, args.data, 'UpdateCompositeTypeInput', 'id', 'compositeTypePatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('CompositeType', 'updateCompositeType', 'compositeType', args.select, args.where.id, args.data, 'UpdateCompositeTypeInput', 'id', 'compositeTypePatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',