@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
@@ -0,0 +1,2763 @@
1
+ /**
2
+ * GraphQL schema types for custom operations
3
+ * @generated by @constructive-io/graphql-codegen
4
+ * DO NOT EDIT - changes will be overwritten
5
+ */
6
+ import type { FunctionApiBinding, FunctionDefinition, FunctionDeployment, FunctionDeploymentEvent, FunctionExecutionLog, FunctionGraph, FunctionGraphCommit, FunctionGraphExecution, FunctionGraphExecutionNodeState, FunctionGraphExecutionOutput, FunctionGraphObject, FunctionGraphRef, FunctionGraphStore, FunctionInvocation, GetAllRecord, OrgFunctionExecutionLog, OrgFunctionInvocation, SecretDefinition, BigIntFilter, BooleanFilter, DatetimeFilter, IntFilter, JSONFilter, StringFilter, StringListFilter, UUIDFilter, UUIDListFilter } from './types';
7
+ export type Base64EncodedBinary = unknown;
8
+ /** Methods to use when ordering `FunctionApiBinding`. */
9
+ export type FunctionApiBindingOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'FUNCTION_DEFINITION_ID_ASC' | 'FUNCTION_DEFINITION_ID_DESC' | 'API_ID_ASC' | 'API_ID_DESC' | 'ALIAS_ASC' | 'ALIAS_DESC' | 'CONFIG_ASC' | 'CONFIG_DESC';
10
+ /** Methods to use when ordering `FunctionDeployment`. */
11
+ export type FunctionDeploymentOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'FUNCTION_DEFINITION_ID_ASC' | 'FUNCTION_DEFINITION_ID_DESC' | 'NAMESPACE_ID_ASC' | 'NAMESPACE_ID_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'SERVICE_URL_ASC' | 'SERVICE_URL_DESC' | 'SERVICE_NAME_ASC' | 'SERVICE_NAME_DESC' | 'REVISION_ASC' | 'REVISION_DESC' | 'IMAGE_ASC' | 'IMAGE_DESC' | 'CONCURRENCY_ASC' | 'CONCURRENCY_DESC' | 'SCALE_MIN_ASC' | 'SCALE_MIN_DESC' | 'SCALE_MAX_ASC' | 'SCALE_MAX_DESC' | 'TIMEOUT_SECONDS_ASC' | 'TIMEOUT_SECONDS_DESC' | 'RESOURCES_ASC' | 'RESOURCES_DESC' | 'LAST_ERROR_ASC' | 'LAST_ERROR_DESC' | 'LAST_ERROR_AT_ASC' | 'LAST_ERROR_AT_DESC' | 'ERROR_COUNT_ASC' | 'ERROR_COUNT_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC';
12
+ /** Methods to use when ordering `FunctionGraphRef`. */
13
+ export type FunctionGraphRefOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'COMMIT_ID_ASC' | 'COMMIT_ID_DESC';
14
+ /** Methods to use when ordering `FunctionGraphStore`. */
15
+ export type FunctionGraphStoreOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'HASH_ASC' | 'HASH_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC';
16
+ /** Methods to use when ordering `FunctionGraphObject`. */
17
+ export type FunctionGraphObjectOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'KIDS_ASC' | 'KIDS_DESC' | 'KTREE_ASC' | 'KTREE_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC';
18
+ /** Methods to use when ordering `FunctionDeploymentEvent`. */
19
+ export type FunctionDeploymentEventOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'DEPLOYMENT_ID_ASC' | 'DEPLOYMENT_ID_DESC' | 'EVENT_TYPE_ASC' | 'EVENT_TYPE_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC';
20
+ /** Methods to use when ordering `OrgFunctionExecutionLog`. */
21
+ export type OrgFunctionExecutionLogOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'INVOCATION_ID_ASC' | 'INVOCATION_ID_DESC' | 'TASK_IDENTIFIER_ASC' | 'TASK_IDENTIFIER_DESC' | 'LOG_LEVEL_ASC' | 'LOG_LEVEL_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC';
22
+ /** Methods to use when ordering `FunctionGraphExecutionOutput`. */
23
+ export type FunctionGraphExecutionOutputOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'HASH_ASC' | 'HASH_DESC' | 'DATA_ASC' | 'DATA_DESC';
24
+ /** Methods to use when ordering `FunctionGraphCommit`. */
25
+ export type FunctionGraphCommitOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'PARENT_IDS_ASC' | 'PARENT_IDS_DESC' | 'AUTHOR_ID_ASC' | 'AUTHOR_ID_DESC' | 'COMMITTER_ID_ASC' | 'COMMITTER_ID_DESC' | 'TREE_ID_ASC' | 'TREE_ID_DESC' | 'DATE_ASC' | 'DATE_DESC';
26
+ /** Methods to use when ordering `SecretDefinition`. */
27
+ export type SecretDefinitionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'IS_BUILT_IN_ASC' | 'IS_BUILT_IN_DESC' | 'LABELS_ASC' | 'LABELS_DESC' | 'ANNOTATIONS_ASC' | 'ANNOTATIONS_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC';
28
+ /** Methods to use when ordering `FunctionExecutionLog`. */
29
+ export type FunctionExecutionLogOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'INVOCATION_ID_ASC' | 'INVOCATION_ID_DESC' | 'TASK_IDENTIFIER_ASC' | 'TASK_IDENTIFIER_DESC' | 'LOG_LEVEL_ASC' | 'LOG_LEVEL_DESC' | 'MESSAGE_ASC' | 'MESSAGE_DESC' | 'METADATA_ASC' | 'METADATA_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC';
30
+ /** Methods to use when ordering `FunctionGraphExecutionNodeState`. */
31
+ export type FunctionGraphExecutionNodeStateOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'EXECUTION_ID_ASC' | 'EXECUTION_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'NODE_NAME_ASC' | 'NODE_NAME_DESC' | 'NODE_PATH_ASC' | 'NODE_PATH_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'STARTED_AT_ASC' | 'STARTED_AT_DESC' | 'COMPLETED_AT_ASC' | 'COMPLETED_AT_DESC' | 'ERROR_CODE_ASC' | 'ERROR_CODE_DESC' | 'ERROR_MESSAGE_ASC' | 'ERROR_MESSAGE_DESC' | 'OUTPUT_ID_ASC' | 'OUTPUT_ID_DESC';
32
+ /** Methods to use when ordering `FunctionGraph`. */
33
+ export type FunctionGraphOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'STORE_ID_ASC' | 'STORE_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CONTEXT_ASC' | 'CONTEXT_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'DEFINITIONS_COMMIT_ID_ASC' | 'DEFINITIONS_COMMIT_ID_DESC' | 'IS_VALID_ASC' | 'IS_VALID_DESC' | 'VALIDATION_ERRORS_ASC' | 'VALIDATION_ERRORS_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
34
+ /** Methods to use when ordering `OrgFunctionInvocation`. */
35
+ export type OrgFunctionInvocationOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'TASK_IDENTIFIER_ASC' | 'TASK_IDENTIFIER_DESC' | 'PAYLOAD_ASC' | 'PAYLOAD_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'RESULT_ASC' | 'RESULT_DESC' | 'ERROR_ASC' | 'ERROR_DESC' | 'DURATION_MS_ASC' | 'DURATION_MS_DESC' | 'JOB_ID_ASC' | 'JOB_ID_DESC' | 'STARTED_AT_ASC' | 'STARTED_AT_DESC' | 'COMPLETED_AT_ASC' | 'COMPLETED_AT_DESC' | 'PARENT_INVOCATION_ID_ASC' | 'PARENT_INVOCATION_ID_DESC' | 'GRAPH_EXECUTION_ID_ASC' | 'GRAPH_EXECUTION_ID_DESC';
36
+ /** Methods to use when ordering `FunctionInvocation`. */
37
+ export type FunctionInvocationOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'TASK_IDENTIFIER_ASC' | 'TASK_IDENTIFIER_DESC' | 'PAYLOAD_ASC' | 'PAYLOAD_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'RESULT_ASC' | 'RESULT_DESC' | 'ERROR_ASC' | 'ERROR_DESC' | 'DURATION_MS_ASC' | 'DURATION_MS_DESC' | 'JOB_ID_ASC' | 'JOB_ID_DESC' | 'STARTED_AT_ASC' | 'STARTED_AT_DESC' | 'COMPLETED_AT_ASC' | 'COMPLETED_AT_DESC' | 'PARENT_INVOCATION_ID_ASC' | 'PARENT_INVOCATION_ID_DESC' | 'GRAPH_EXECUTION_ID_ASC' | 'GRAPH_EXECUTION_ID_DESC';
38
+ /** Methods to use when ordering `FunctionGraphExecution`. */
39
+ export type FunctionGraphExecutionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'STARTED_AT_ASC' | 'STARTED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'GRAPH_ID_ASC' | 'GRAPH_ID_DESC' | 'INVOCATION_ID_ASC' | 'INVOCATION_ID_DESC' | 'DATABASE_ID_ASC' | 'DATABASE_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'OUTPUT_NODE_ASC' | 'OUTPUT_NODE_DESC' | 'OUTPUT_PORT_ASC' | 'OUTPUT_PORT_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'INPUT_PAYLOAD_ASC' | 'INPUT_PAYLOAD_DESC' | 'OUTPUT_PAYLOAD_ASC' | 'OUTPUT_PAYLOAD_DESC' | 'NODE_OUTPUTS_ASC' | 'NODE_OUTPUTS_DESC' | 'EXECUTION_PLAN_ASC' | 'EXECUTION_PLAN_DESC' | 'CURRENT_WAVE_ASC' | 'CURRENT_WAVE_DESC' | 'PARENT_EXECUTION_ID_ASC' | 'PARENT_EXECUTION_ID_DESC' | 'PARENT_NODE_NAME_ASC' | 'PARENT_NODE_NAME_DESC' | 'DEFINITIONS_COMMIT_ID_ASC' | 'DEFINITIONS_COMMIT_ID_DESC' | 'TICK_COUNT_ASC' | 'TICK_COUNT_DESC' | 'COMPLETED_AT_ASC' | 'COMPLETED_AT_DESC' | 'MAX_TICKS_ASC' | 'MAX_TICKS_DESC' | 'MAX_PENDING_JOBS_ASC' | 'MAX_PENDING_JOBS_DESC' | 'TIMEOUT_AT_ASC' | 'TIMEOUT_AT_DESC' | 'ERROR_CODE_ASC' | 'ERROR_CODE_DESC' | 'ERROR_MESSAGE_ASC' | 'ERROR_MESSAGE_DESC';
40
+ /** Methods to use when ordering `FunctionDefinition`. */
41
+ export type FunctionDefinitionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'TASK_IDENTIFIER_ASC' | 'TASK_IDENTIFIER_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'IS_INVOCABLE_ASC' | 'IS_INVOCABLE_DESC' | 'MAX_ATTEMPTS_ASC' | 'MAX_ATTEMPTS_DESC' | 'PRIORITY_ASC' | 'PRIORITY_DESC' | 'QUEUE_NAME_ASC' | 'QUEUE_NAME_DESC' | 'RUNTIME_ASC' | 'RUNTIME_DESC' | 'IMAGE_ASC' | 'IMAGE_DESC' | 'CONCURRENCY_ASC' | 'CONCURRENCY_DESC' | 'SCALE_MIN_ASC' | 'SCALE_MIN_DESC' | 'SCALE_MAX_ASC' | 'SCALE_MAX_DESC' | 'TIMEOUT_SECONDS_ASC' | 'TIMEOUT_SECONDS_DESC' | 'RESOURCES_ASC' | 'RESOURCES_DESC' | 'IS_BUILT_IN_ASC' | 'IS_BUILT_IN_DESC' | 'REQUIRED_SECRETS_ASC' | 'REQUIRED_SECRETS_DESC' | 'REQUIRED_CONFIGS_ASC' | 'REQUIRED_CONFIGS_DESC' | 'REQUIRED_BUCKETS_ASC' | 'REQUIRED_BUCKETS_DESC' | 'REQUIRED_MODELS_ASC' | 'REQUIRED_MODELS_DESC' | 'INPUTS_ASC' | 'INPUTS_DESC' | 'OUTPUTS_ASC' | 'OUTPUTS_DESC' | 'PROPS_ASC' | 'PROPS_DESC' | 'VOLATILE_ASC' | 'VOLATILE_DESC' | 'ICON_ASC' | 'ICON_DESC' | 'CATEGORY_ASC' | 'CATEGORY_DESC';
42
+ /** A filter to be used against `FunctionApiBinding` object types. All fields are combined with a logical ‘and.’ */
43
+ export interface FunctionApiBindingFilter {
44
+ /** Filter by the object’s `id` field. */
45
+ id?: UUIDFilter;
46
+ /** Filter by the object’s `functionDefinitionId` field. */
47
+ functionDefinitionId?: UUIDFilter;
48
+ /** Filter by the object’s `apiId` field. */
49
+ apiId?: UUIDFilter;
50
+ /** Filter by the object’s `alias` field. */
51
+ alias?: StringFilter;
52
+ /** Filter by the object’s `config` field. */
53
+ config?: JSONFilter;
54
+ /** Checks for all expressions in this list. */
55
+ and?: FunctionApiBindingFilter[];
56
+ /** Checks for any expressions in this list. */
57
+ or?: FunctionApiBindingFilter[];
58
+ /** Negates the expression. */
59
+ not?: FunctionApiBindingFilter;
60
+ /** Filter by the object’s `functionDefinition` relation. */
61
+ functionDefinition?: FunctionDefinitionFilter;
62
+ }
63
+ /** A filter to be used against `FunctionDefinition` object types. All fields are combined with a logical ‘and.’ */
64
+ export interface FunctionDefinitionFilter {
65
+ /** Filter by the object’s `id` field. */
66
+ id?: UUIDFilter;
67
+ /** Filter by the object’s `createdAt` field. */
68
+ createdAt?: DatetimeFilter;
69
+ /** Filter by the object’s `updatedAt` field. */
70
+ updatedAt?: DatetimeFilter;
71
+ /** Filter by the object’s `scope` field. */
72
+ scope?: StringFilter;
73
+ /** Filter by the object’s `name` field. */
74
+ name?: StringFilter;
75
+ /** Filter by the object’s `taskIdentifier` field. */
76
+ taskIdentifier?: StringFilter;
77
+ /** Filter by the object’s `description` field. */
78
+ description?: StringFilter;
79
+ /** Filter by the object’s `isInvocable` field. */
80
+ isInvocable?: BooleanFilter;
81
+ /** Filter by the object’s `maxAttempts` field. */
82
+ maxAttempts?: IntFilter;
83
+ /** Filter by the object’s `priority` field. */
84
+ priority?: IntFilter;
85
+ /** Filter by the object’s `queueName` field. */
86
+ queueName?: StringFilter;
87
+ /** Filter by the object’s `runtime` field. */
88
+ runtime?: StringFilter;
89
+ /** Filter by the object’s `image` field. */
90
+ image?: StringFilter;
91
+ /** Filter by the object’s `concurrency` field. */
92
+ concurrency?: IntFilter;
93
+ /** Filter by the object’s `scaleMin` field. */
94
+ scaleMin?: IntFilter;
95
+ /** Filter by the object’s `scaleMax` field. */
96
+ scaleMax?: IntFilter;
97
+ /** Filter by the object’s `timeoutSeconds` field. */
98
+ timeoutSeconds?: IntFilter;
99
+ /** Filter by the object’s `resources` field. */
100
+ resources?: JSONFilter;
101
+ /** Filter by the object’s `isBuiltIn` field. */
102
+ isBuiltIn?: BooleanFilter;
103
+ /** Filter by the object’s `requiredBuckets` field. */
104
+ requiredBuckets?: StringListFilter;
105
+ /** Filter by the object’s `requiredModels` field. */
106
+ requiredModels?: StringListFilter;
107
+ /** Filter by the object’s `inputs` field. */
108
+ inputs?: JSONFilter;
109
+ /** Filter by the object’s `outputs` field. */
110
+ outputs?: JSONFilter;
111
+ /** Filter by the object’s `props` field. */
112
+ props?: JSONFilter;
113
+ /** Filter by the object’s `volatile` field. */
114
+ volatile?: BooleanFilter;
115
+ /** Filter by the object’s `icon` field. */
116
+ icon?: StringFilter;
117
+ /** Filter by the object’s `category` field. */
118
+ category?: StringFilter;
119
+ /** Checks for all expressions in this list. */
120
+ and?: FunctionDefinitionFilter[];
121
+ /** Checks for any expressions in this list. */
122
+ or?: FunctionDefinitionFilter[];
123
+ /** Negates the expression. */
124
+ not?: FunctionDefinitionFilter;
125
+ /** Filter by the object’s `functionApiBindings` relation. */
126
+ functionApiBindings?: FunctionDefinitionToManyFunctionApiBindingFilter;
127
+ /** `functionApiBindings` exist. */
128
+ functionApiBindingsExist?: boolean;
129
+ /** Filter by the object’s `functionDeployments` relation. */
130
+ functionDeployments?: FunctionDefinitionToManyFunctionDeploymentFilter;
131
+ /** `functionDeployments` exist. */
132
+ functionDeploymentsExist?: boolean;
133
+ }
134
+ /** A filter to be used against many `FunctionApiBinding` object types. All fields are combined with a logical ‘and.’ */
135
+ export interface FunctionDefinitionToManyFunctionApiBindingFilter {
136
+ /** Filters to entities where at least one related entity matches. */
137
+ some?: FunctionApiBindingFilter;
138
+ /** Filters to entities where every related entity matches. */
139
+ every?: FunctionApiBindingFilter;
140
+ /** Filters to entities where no related entity matches. */
141
+ none?: FunctionApiBindingFilter;
142
+ }
143
+ /** A filter to be used against many `FunctionDeployment` object types. All fields are combined with a logical ‘and.’ */
144
+ export interface FunctionDefinitionToManyFunctionDeploymentFilter {
145
+ /** Filters to entities where at least one related entity matches. */
146
+ some?: FunctionDeploymentFilter;
147
+ /** Filters to entities where every related entity matches. */
148
+ every?: FunctionDeploymentFilter;
149
+ /** Filters to entities where no related entity matches. */
150
+ none?: FunctionDeploymentFilter;
151
+ }
152
+ /** A filter to be used against `FunctionDeployment` object types. All fields are combined with a logical ‘and.’ */
153
+ export interface FunctionDeploymentFilter {
154
+ /** Filter by the object’s `id` field. */
155
+ id?: UUIDFilter;
156
+ /** Filter by the object’s `createdAt` field. */
157
+ createdAt?: DatetimeFilter;
158
+ /** Filter by the object’s `updatedAt` field. */
159
+ updatedAt?: DatetimeFilter;
160
+ /** Filter by the object’s `functionDefinitionId` field. */
161
+ functionDefinitionId?: UUIDFilter;
162
+ /** Filter by the object’s `namespaceId` field. */
163
+ namespaceId?: UUIDFilter;
164
+ /** Filter by the object’s `status` field. */
165
+ status?: StringFilter;
166
+ /** Filter by the object’s `serviceUrl` field. */
167
+ serviceUrl?: StringFilter;
168
+ /** Filter by the object’s `serviceName` field. */
169
+ serviceName?: StringFilter;
170
+ /** Filter by the object’s `revision` field. */
171
+ revision?: IntFilter;
172
+ /** Filter by the object’s `image` field. */
173
+ image?: StringFilter;
174
+ /** Filter by the object’s `concurrency` field. */
175
+ concurrency?: IntFilter;
176
+ /** Filter by the object’s `scaleMin` field. */
177
+ scaleMin?: IntFilter;
178
+ /** Filter by the object’s `scaleMax` field. */
179
+ scaleMax?: IntFilter;
180
+ /** Filter by the object’s `timeoutSeconds` field. */
181
+ timeoutSeconds?: IntFilter;
182
+ /** Filter by the object’s `resources` field. */
183
+ resources?: JSONFilter;
184
+ /** Filter by the object’s `lastError` field. */
185
+ lastError?: StringFilter;
186
+ /** Filter by the object’s `lastErrorAt` field. */
187
+ lastErrorAt?: DatetimeFilter;
188
+ /** Filter by the object’s `errorCount` field. */
189
+ errorCount?: IntFilter;
190
+ /** Filter by the object’s `labels` field. */
191
+ labels?: JSONFilter;
192
+ /** Filter by the object’s `annotations` field. */
193
+ annotations?: JSONFilter;
194
+ /** Filter by the object’s `databaseId` field. */
195
+ databaseId?: UUIDFilter;
196
+ /** Checks for all expressions in this list. */
197
+ and?: FunctionDeploymentFilter[];
198
+ /** Checks for any expressions in this list. */
199
+ or?: FunctionDeploymentFilter[];
200
+ /** Negates the expression. */
201
+ not?: FunctionDeploymentFilter;
202
+ /** Filter by the object’s `functionDefinition` relation. */
203
+ functionDefinition?: FunctionDefinitionFilter;
204
+ }
205
+ /** A filter to be used against `FunctionGraphRef` object types. All fields are combined with a logical ‘and.’ */
206
+ export interface FunctionGraphRefFilter {
207
+ /** Filter by the object’s `id` field. */
208
+ id?: UUIDFilter;
209
+ /** Filter by the object’s `name` field. */
210
+ name?: StringFilter;
211
+ /** Filter by the object’s `databaseId` field. */
212
+ databaseId?: UUIDFilter;
213
+ /** Filter by the object’s `storeId` field. */
214
+ storeId?: UUIDFilter;
215
+ /** Filter by the object’s `commitId` field. */
216
+ commitId?: UUIDFilter;
217
+ /** Checks for all expressions in this list. */
218
+ and?: FunctionGraphRefFilter[];
219
+ /** Checks for any expressions in this list. */
220
+ or?: FunctionGraphRefFilter[];
221
+ /** Negates the expression. */
222
+ not?: FunctionGraphRefFilter;
223
+ }
224
+ /** A filter to be used against `FunctionGraphStore` object types. All fields are combined with a logical ‘and.’ */
225
+ export interface FunctionGraphStoreFilter {
226
+ /** Filter by the object’s `id` field. */
227
+ id?: UUIDFilter;
228
+ /** Filter by the object’s `name` field. */
229
+ name?: StringFilter;
230
+ /** Filter by the object’s `databaseId` field. */
231
+ databaseId?: UUIDFilter;
232
+ /** Filter by the object’s `hash` field. */
233
+ hash?: UUIDFilter;
234
+ /** Filter by the object’s `createdAt` field. */
235
+ createdAt?: DatetimeFilter;
236
+ /** Checks for all expressions in this list. */
237
+ and?: FunctionGraphStoreFilter[];
238
+ /** Checks for any expressions in this list. */
239
+ or?: FunctionGraphStoreFilter[];
240
+ /** Negates the expression. */
241
+ not?: FunctionGraphStoreFilter;
242
+ }
243
+ /** A filter to be used against `FunctionGraphObject` object types. All fields are combined with a logical ‘and.’ */
244
+ export interface FunctionGraphObjectFilter {
245
+ /** Filter by the object’s `id` field. */
246
+ id?: UUIDFilter;
247
+ /** Filter by the object’s `databaseId` field. */
248
+ databaseId?: UUIDFilter;
249
+ /** Filter by the object’s `kids` field. */
250
+ kids?: UUIDListFilter;
251
+ /** Filter by the object’s `ktree` field. */
252
+ ktree?: StringListFilter;
253
+ /** Filter by the object’s `data` field. */
254
+ data?: JSONFilter;
255
+ /** Filter by the object’s `createdAt` field. */
256
+ createdAt?: DatetimeFilter;
257
+ /** Checks for all expressions in this list. */
258
+ and?: FunctionGraphObjectFilter[];
259
+ /** Checks for any expressions in this list. */
260
+ or?: FunctionGraphObjectFilter[];
261
+ /** Negates the expression. */
262
+ not?: FunctionGraphObjectFilter;
263
+ }
264
+ /** A filter to be used against `FunctionDeploymentEvent` object types. All fields are combined with a logical ‘and.’ */
265
+ export interface FunctionDeploymentEventFilter {
266
+ /** Filter by the object’s `createdAt` field. */
267
+ createdAt?: DatetimeFilter;
268
+ /** Filter by the object’s `id` field. */
269
+ id?: UUIDFilter;
270
+ /** Filter by the object’s `deploymentId` field. */
271
+ deploymentId?: UUIDFilter;
272
+ /** Filter by the object’s `eventType` field. */
273
+ eventType?: StringFilter;
274
+ /** Filter by the object’s `actorId` field. */
275
+ actorId?: UUIDFilter;
276
+ /** Filter by the object’s `message` field. */
277
+ message?: StringFilter;
278
+ /** Filter by the object’s `metadata` field. */
279
+ metadata?: JSONFilter;
280
+ /** Filter by the object’s `databaseId` field. */
281
+ databaseId?: UUIDFilter;
282
+ /** Checks for all expressions in this list. */
283
+ and?: FunctionDeploymentEventFilter[];
284
+ /** Checks for any expressions in this list. */
285
+ or?: FunctionDeploymentEventFilter[];
286
+ /** Negates the expression. */
287
+ not?: FunctionDeploymentEventFilter;
288
+ }
289
+ /** A filter to be used against `OrgFunctionExecutionLog` object types. All fields are combined with a logical ‘and.’ */
290
+ export interface OrgFunctionExecutionLogFilter {
291
+ /** Filter by the object’s `createdAt` field. */
292
+ createdAt?: DatetimeFilter;
293
+ /** Filter by the object’s `id` field. */
294
+ id?: UUIDFilter;
295
+ /** Filter by the object’s `invocationId` field. */
296
+ invocationId?: UUIDFilter;
297
+ /** Filter by the object’s `taskIdentifier` field. */
298
+ taskIdentifier?: StringFilter;
299
+ /** Filter by the object’s `logLevel` field. */
300
+ logLevel?: StringFilter;
301
+ /** Filter by the object’s `message` field. */
302
+ message?: StringFilter;
303
+ /** Filter by the object’s `metadata` field. */
304
+ metadata?: JSONFilter;
305
+ /** Filter by the object’s `actorId` field. */
306
+ actorId?: UUIDFilter;
307
+ /** Checks for all expressions in this list. */
308
+ and?: OrgFunctionExecutionLogFilter[];
309
+ /** Checks for any expressions in this list. */
310
+ or?: OrgFunctionExecutionLogFilter[];
311
+ /** Negates the expression. */
312
+ not?: OrgFunctionExecutionLogFilter;
313
+ }
314
+ /** A filter to be used against `FunctionGraphExecutionOutput` object types. All fields are combined with a logical ‘and.’ */
315
+ export interface FunctionGraphExecutionOutputFilter {
316
+ /** Filter by the object’s `createdAt` field. */
317
+ createdAt?: DatetimeFilter;
318
+ /** Filter by the object’s `id` field. */
319
+ id?: UUIDFilter;
320
+ /** Filter by the object’s `databaseId` field. */
321
+ databaseId?: UUIDFilter;
322
+ /** Filter by the object’s `hash` field. */
323
+ hash?: Base64EncodedBinaryFilter;
324
+ /** Filter by the object’s `data` field. */
325
+ data?: JSONFilter;
326
+ /** Checks for all expressions in this list. */
327
+ and?: FunctionGraphExecutionOutputFilter[];
328
+ /** Checks for any expressions in this list. */
329
+ or?: FunctionGraphExecutionOutputFilter[];
330
+ /** Negates the expression. */
331
+ not?: FunctionGraphExecutionOutputFilter;
332
+ }
333
+ /** A filter to be used against Base64EncodedBinary fields. All fields are combined with a logical ‘and.’ */
334
+ export interface Base64EncodedBinaryFilter {
335
+ /** Is null (if `true` is specified) or is not null (if `false` is specified). */
336
+ isNull?: boolean;
337
+ /** Equal to the specified value. */
338
+ equalTo?: Base64EncodedBinary;
339
+ /** Not equal to the specified value. */
340
+ notEqualTo?: Base64EncodedBinary;
341
+ /** Not equal to the specified value, treating null like an ordinary value. */
342
+ distinctFrom?: Base64EncodedBinary;
343
+ /** Equal to the specified value, treating null like an ordinary value. */
344
+ notDistinctFrom?: Base64EncodedBinary;
345
+ /** Included in the specified list. */
346
+ in?: Base64EncodedBinary[];
347
+ /** Not included in the specified list. */
348
+ notIn?: Base64EncodedBinary[];
349
+ }
350
+ /** A filter to be used against `FunctionGraphCommit` object types. All fields are combined with a logical ‘and.’ */
351
+ export interface FunctionGraphCommitFilter {
352
+ /** Filter by the object’s `id` field. */
353
+ id?: UUIDFilter;
354
+ /** Filter by the object’s `message` field. */
355
+ message?: StringFilter;
356
+ /** Filter by the object’s `databaseId` field. */
357
+ databaseId?: UUIDFilter;
358
+ /** Filter by the object’s `storeId` field. */
359
+ storeId?: UUIDFilter;
360
+ /** Filter by the object’s `parentIds` field. */
361
+ parentIds?: UUIDListFilter;
362
+ /** Filter by the object’s `authorId` field. */
363
+ authorId?: UUIDFilter;
364
+ /** Filter by the object’s `committerId` field. */
365
+ committerId?: UUIDFilter;
366
+ /** Filter by the object’s `treeId` field. */
367
+ treeId?: UUIDFilter;
368
+ /** Filter by the object’s `date` field. */
369
+ date?: DatetimeFilter;
370
+ /** Checks for all expressions in this list. */
371
+ and?: FunctionGraphCommitFilter[];
372
+ /** Checks for any expressions in this list. */
373
+ or?: FunctionGraphCommitFilter[];
374
+ /** Negates the expression. */
375
+ not?: FunctionGraphCommitFilter;
376
+ }
377
+ /** A filter to be used against `SecretDefinition` object types. All fields are combined with a logical ‘and.’ */
378
+ export interface SecretDefinitionFilter {
379
+ /** Filter by the object’s `id` field. */
380
+ id?: UUIDFilter;
381
+ /** Filter by the object’s `createdAt` field. */
382
+ createdAt?: DatetimeFilter;
383
+ /** Filter by the object’s `updatedAt` field. */
384
+ updatedAt?: DatetimeFilter;
385
+ /** Filter by the object’s `name` field. */
386
+ name?: StringFilter;
387
+ /** Filter by the object’s `description` field. */
388
+ description?: StringFilter;
389
+ /** Filter by the object’s `isBuiltIn` field. */
390
+ isBuiltIn?: BooleanFilter;
391
+ /** Filter by the object’s `labels` field. */
392
+ labels?: JSONFilter;
393
+ /** Filter by the object’s `annotations` field. */
394
+ annotations?: JSONFilter;
395
+ /** Filter by the object’s `databaseId` field. */
396
+ databaseId?: UUIDFilter;
397
+ /** Checks for all expressions in this list. */
398
+ and?: SecretDefinitionFilter[];
399
+ /** Checks for any expressions in this list. */
400
+ or?: SecretDefinitionFilter[];
401
+ /** Negates the expression. */
402
+ not?: SecretDefinitionFilter;
403
+ }
404
+ /** A filter to be used against `FunctionExecutionLog` object types. All fields are combined with a logical ‘and.’ */
405
+ export interface FunctionExecutionLogFilter {
406
+ /** Filter by the object’s `createdAt` field. */
407
+ createdAt?: DatetimeFilter;
408
+ /** Filter by the object’s `id` field. */
409
+ id?: UUIDFilter;
410
+ /** Filter by the object’s `invocationId` field. */
411
+ invocationId?: UUIDFilter;
412
+ /** Filter by the object’s `taskIdentifier` field. */
413
+ taskIdentifier?: StringFilter;
414
+ /** Filter by the object’s `logLevel` field. */
415
+ logLevel?: StringFilter;
416
+ /** Filter by the object’s `message` field. */
417
+ message?: StringFilter;
418
+ /** Filter by the object’s `metadata` field. */
419
+ metadata?: JSONFilter;
420
+ /** Filter by the object’s `actorId` field. */
421
+ actorId?: UUIDFilter;
422
+ /** Filter by the object’s `databaseId` field. */
423
+ databaseId?: UUIDFilter;
424
+ /** Checks for all expressions in this list. */
425
+ and?: FunctionExecutionLogFilter[];
426
+ /** Checks for any expressions in this list. */
427
+ or?: FunctionExecutionLogFilter[];
428
+ /** Negates the expression. */
429
+ not?: FunctionExecutionLogFilter;
430
+ }
431
+ /** A filter to be used against `FunctionGraphExecutionNodeState` object types. All fields are combined with a logical ‘and.’ */
432
+ export interface FunctionGraphExecutionNodeStateFilter {
433
+ /** Filter by the object’s `createdAt` field. */
434
+ createdAt?: DatetimeFilter;
435
+ /** Filter by the object’s `id` field. */
436
+ id?: UUIDFilter;
437
+ /** Filter by the object’s `executionId` field. */
438
+ executionId?: UUIDFilter;
439
+ /** Filter by the object’s `databaseId` field. */
440
+ databaseId?: UUIDFilter;
441
+ /** Filter by the object’s `nodeName` field. */
442
+ nodeName?: StringFilter;
443
+ /** Filter by the object’s `nodePath` field. */
444
+ nodePath?: StringListFilter;
445
+ /** Filter by the object’s `status` field. */
446
+ status?: StringFilter;
447
+ /** Filter by the object’s `startedAt` field. */
448
+ startedAt?: DatetimeFilter;
449
+ /** Filter by the object’s `completedAt` field. */
450
+ completedAt?: DatetimeFilter;
451
+ /** Filter by the object’s `errorCode` field. */
452
+ errorCode?: StringFilter;
453
+ /** Filter by the object’s `errorMessage` field. */
454
+ errorMessage?: StringFilter;
455
+ /** Filter by the object’s `outputId` field. */
456
+ outputId?: UUIDFilter;
457
+ /** Checks for all expressions in this list. */
458
+ and?: FunctionGraphExecutionNodeStateFilter[];
459
+ /** Checks for any expressions in this list. */
460
+ or?: FunctionGraphExecutionNodeStateFilter[];
461
+ /** Negates the expression. */
462
+ not?: FunctionGraphExecutionNodeStateFilter;
463
+ }
464
+ /** A filter to be used against `FunctionGraph` object types. All fields are combined with a logical ‘and.’ */
465
+ export interface FunctionGraphFilter {
466
+ /** Filter by the object’s `id` field. */
467
+ id?: UUIDFilter;
468
+ /** Filter by the object’s `databaseId` field. */
469
+ databaseId?: UUIDFilter;
470
+ /** Filter by the object’s `storeId` field. */
471
+ storeId?: UUIDFilter;
472
+ /** Filter by the object’s `entityId` field. */
473
+ entityId?: UUIDFilter;
474
+ /** Filter by the object’s `context` field. */
475
+ context?: StringFilter;
476
+ /** Filter by the object’s `name` field. */
477
+ name?: StringFilter;
478
+ /** Filter by the object’s `description` field. */
479
+ description?: StringFilter;
480
+ /** Filter by the object’s `definitionsCommitId` field. */
481
+ definitionsCommitId?: UUIDFilter;
482
+ /** Filter by the object’s `isValid` field. */
483
+ isValid?: BooleanFilter;
484
+ /** Filter by the object’s `validationErrors` field. */
485
+ validationErrors?: JSONFilter;
486
+ /** Filter by the object’s `createdBy` field. */
487
+ createdBy?: UUIDFilter;
488
+ /** Filter by the object’s `createdAt` field. */
489
+ createdAt?: DatetimeFilter;
490
+ /** Filter by the object’s `updatedAt` field. */
491
+ updatedAt?: DatetimeFilter;
492
+ /** Checks for all expressions in this list. */
493
+ and?: FunctionGraphFilter[];
494
+ /** Checks for any expressions in this list. */
495
+ or?: FunctionGraphFilter[];
496
+ /** Negates the expression. */
497
+ not?: FunctionGraphFilter;
498
+ }
499
+ /** A filter to be used against `OrgFunctionInvocation` object types. All fields are combined with a logical ‘and.’ */
500
+ export interface OrgFunctionInvocationFilter {
501
+ /** Filter by the object’s `createdAt` field. */
502
+ createdAt?: DatetimeFilter;
503
+ /** Filter by the object’s `id` field. */
504
+ id?: UUIDFilter;
505
+ /** Filter by the object’s `actorId` field. */
506
+ actorId?: UUIDFilter;
507
+ /** Filter by the object’s `taskIdentifier` field. */
508
+ taskIdentifier?: StringFilter;
509
+ /** Filter by the object’s `payload` field. */
510
+ payload?: JSONFilter;
511
+ /** Filter by the object’s `status` field. */
512
+ status?: StringFilter;
513
+ /** Filter by the object’s `result` field. */
514
+ result?: JSONFilter;
515
+ /** Filter by the object’s `error` field. */
516
+ error?: StringFilter;
517
+ /** Filter by the object’s `durationMs` field. */
518
+ durationMs?: IntFilter;
519
+ /** Filter by the object’s `jobId` field. */
520
+ jobId?: BigIntFilter;
521
+ /** Filter by the object’s `startedAt` field. */
522
+ startedAt?: DatetimeFilter;
523
+ /** Filter by the object’s `completedAt` field. */
524
+ completedAt?: DatetimeFilter;
525
+ /** Filter by the object’s `parentInvocationId` field. */
526
+ parentInvocationId?: UUIDFilter;
527
+ /** Filter by the object’s `graphExecutionId` field. */
528
+ graphExecutionId?: UUIDFilter;
529
+ /** Checks for all expressions in this list. */
530
+ and?: OrgFunctionInvocationFilter[];
531
+ /** Checks for any expressions in this list. */
532
+ or?: OrgFunctionInvocationFilter[];
533
+ /** Negates the expression. */
534
+ not?: OrgFunctionInvocationFilter;
535
+ }
536
+ /** A filter to be used against `FunctionInvocation` object types. All fields are combined with a logical ‘and.’ */
537
+ export interface FunctionInvocationFilter {
538
+ /** Filter by the object’s `createdAt` field. */
539
+ createdAt?: DatetimeFilter;
540
+ /** Filter by the object’s `id` field. */
541
+ id?: UUIDFilter;
542
+ /** Filter by the object’s `actorId` field. */
543
+ actorId?: UUIDFilter;
544
+ /** Filter by the object’s `databaseId` field. */
545
+ databaseId?: UUIDFilter;
546
+ /** Filter by the object’s `taskIdentifier` field. */
547
+ taskIdentifier?: StringFilter;
548
+ /** Filter by the object’s `payload` field. */
549
+ payload?: JSONFilter;
550
+ /** Filter by the object’s `status` field. */
551
+ status?: StringFilter;
552
+ /** Filter by the object’s `result` field. */
553
+ result?: JSONFilter;
554
+ /** Filter by the object’s `error` field. */
555
+ error?: StringFilter;
556
+ /** Filter by the object’s `durationMs` field. */
557
+ durationMs?: IntFilter;
558
+ /** Filter by the object’s `jobId` field. */
559
+ jobId?: BigIntFilter;
560
+ /** Filter by the object’s `startedAt` field. */
561
+ startedAt?: DatetimeFilter;
562
+ /** Filter by the object’s `completedAt` field. */
563
+ completedAt?: DatetimeFilter;
564
+ /** Filter by the object’s `parentInvocationId` field. */
565
+ parentInvocationId?: UUIDFilter;
566
+ /** Filter by the object’s `graphExecutionId` field. */
567
+ graphExecutionId?: UUIDFilter;
568
+ /** Checks for all expressions in this list. */
569
+ and?: FunctionInvocationFilter[];
570
+ /** Checks for any expressions in this list. */
571
+ or?: FunctionInvocationFilter[];
572
+ /** Negates the expression. */
573
+ not?: FunctionInvocationFilter;
574
+ }
575
+ /** A filter to be used against `FunctionGraphExecution` object types. All fields are combined with a logical ‘and.’ */
576
+ export interface FunctionGraphExecutionFilter {
577
+ /** Filter by the object’s `startedAt` field. */
578
+ startedAt?: DatetimeFilter;
579
+ /** Filter by the object’s `id` field. */
580
+ id?: UUIDFilter;
581
+ /** Filter by the object’s `graphId` field. */
582
+ graphId?: UUIDFilter;
583
+ /** Filter by the object’s `invocationId` field. */
584
+ invocationId?: UUIDFilter;
585
+ /** Filter by the object’s `databaseId` field. */
586
+ databaseId?: UUIDFilter;
587
+ /** Filter by the object’s `entityId` field. */
588
+ entityId?: UUIDFilter;
589
+ /** Filter by the object’s `outputNode` field. */
590
+ outputNode?: StringFilter;
591
+ /** Filter by the object’s `outputPort` field. */
592
+ outputPort?: StringFilter;
593
+ /** Filter by the object’s `status` field. */
594
+ status?: StringFilter;
595
+ /** Filter by the object’s `inputPayload` field. */
596
+ inputPayload?: JSONFilter;
597
+ /** Filter by the object’s `outputPayload` field. */
598
+ outputPayload?: JSONFilter;
599
+ /** Filter by the object’s `nodeOutputs` field. */
600
+ nodeOutputs?: JSONFilter;
601
+ /** Filter by the object’s `executionPlan` field. */
602
+ executionPlan?: JSONFilter;
603
+ /** Filter by the object’s `currentWave` field. */
604
+ currentWave?: IntFilter;
605
+ /** Filter by the object’s `parentExecutionId` field. */
606
+ parentExecutionId?: UUIDFilter;
607
+ /** Filter by the object’s `parentNodeName` field. */
608
+ parentNodeName?: StringFilter;
609
+ /** Filter by the object’s `definitionsCommitId` field. */
610
+ definitionsCommitId?: UUIDFilter;
611
+ /** Filter by the object’s `tickCount` field. */
612
+ tickCount?: IntFilter;
613
+ /** Filter by the object’s `completedAt` field. */
614
+ completedAt?: DatetimeFilter;
615
+ /** Filter by the object’s `maxTicks` field. */
616
+ maxTicks?: IntFilter;
617
+ /** Filter by the object’s `maxPendingJobs` field. */
618
+ maxPendingJobs?: IntFilter;
619
+ /** Filter by the object’s `timeoutAt` field. */
620
+ timeoutAt?: DatetimeFilter;
621
+ /** Filter by the object’s `errorCode` field. */
622
+ errorCode?: StringFilter;
623
+ /** Filter by the object’s `errorMessage` field. */
624
+ errorMessage?: StringFilter;
625
+ /** Checks for all expressions in this list. */
626
+ and?: FunctionGraphExecutionFilter[];
627
+ /** Checks for any expressions in this list. */
628
+ or?: FunctionGraphExecutionFilter[];
629
+ /** Negates the expression. */
630
+ not?: FunctionGraphExecutionFilter;
631
+ /** Filter by the object’s `graph` relation. */
632
+ graph?: FunctionGraphFilter;
633
+ }
634
+ export interface ValidateFunctionGraphInput {
635
+ clientMutationId?: string;
636
+ graphId?: string;
637
+ }
638
+ export interface InitEmptyRepoInput {
639
+ clientMutationId?: string;
640
+ sId?: string;
641
+ storeId?: string;
642
+ }
643
+ export interface SetDataAtPathInput {
644
+ clientMutationId?: string;
645
+ sId?: string;
646
+ root?: string;
647
+ path?: string[];
648
+ data?: unknown;
649
+ }
650
+ export interface ImportDefinitionsInput {
651
+ clientMutationId?: string;
652
+ graphId?: string;
653
+ sourceScopeId?: string;
654
+ sourceCommitId?: string;
655
+ contexts?: string[];
656
+ }
657
+ export interface CopyGraphInput {
658
+ clientMutationId?: string;
659
+ databaseId?: string;
660
+ graphId?: string;
661
+ name?: string;
662
+ }
663
+ export interface SaveGraphInput {
664
+ clientMutationId?: string;
665
+ graphId?: string;
666
+ rootHash?: string;
667
+ message?: string;
668
+ }
669
+ export interface AddEdgeAndSaveInput {
670
+ clientMutationId?: string;
671
+ graphId?: string;
672
+ srcNode?: string;
673
+ srcPort?: string;
674
+ dstNode?: string;
675
+ dstPort?: string;
676
+ message?: string;
677
+ }
678
+ export interface AddNodeAndSaveInput {
679
+ clientMutationId?: string;
680
+ graphId?: string;
681
+ nodeName?: string;
682
+ nodeType?: string;
683
+ props?: unknown;
684
+ meta?: unknown;
685
+ message?: string;
686
+ }
687
+ export interface CreateFunctionGraphInput {
688
+ clientMutationId?: string;
689
+ databaseId?: string;
690
+ name?: string;
691
+ context?: string;
692
+ description?: string;
693
+ entityId?: string;
694
+ createdBy?: string;
695
+ definitionsCommitId?: string;
696
+ }
697
+ export interface AddEdgeInput {
698
+ clientMutationId?: string;
699
+ databaseId?: string;
700
+ rootHash?: string;
701
+ srcNode?: string;
702
+ srcPort?: string;
703
+ dstNode?: string;
704
+ dstPort?: string;
705
+ context?: string;
706
+ graphName?: string;
707
+ }
708
+ export interface AddNodeInput {
709
+ clientMutationId?: string;
710
+ databaseId?: string;
711
+ rootHash?: string;
712
+ nodeName?: string;
713
+ nodeType?: string;
714
+ context?: string;
715
+ graphName?: string;
716
+ props?: unknown;
717
+ meta?: unknown;
718
+ }
719
+ export interface ImportGraphJsonInput {
720
+ clientMutationId?: string;
721
+ databaseId?: string;
722
+ name?: string;
723
+ graphJson?: unknown;
724
+ context?: string;
725
+ description?: string;
726
+ entityId?: string;
727
+ createdBy?: string;
728
+ definitionsCommitId?: string;
729
+ }
730
+ export interface InsertNodeAtPathInput {
731
+ clientMutationId?: string;
732
+ sId?: string;
733
+ root?: string;
734
+ path?: string[];
735
+ data?: unknown;
736
+ kids?: string[];
737
+ ktree?: string[];
738
+ }
739
+ export interface StartExecutionInput {
740
+ clientMutationId?: string;
741
+ graphId?: string;
742
+ inputPayload?: unknown;
743
+ outputNode?: string;
744
+ outputPort?: string;
745
+ maxTicks?: number;
746
+ maxPendingJobs?: number;
747
+ timeoutInterval?: IntervalInput;
748
+ parentExecutionId?: string;
749
+ parentNodeName?: string;
750
+ }
751
+ /** An interval of time that has passed where the smallest distinct unit is a second. */
752
+ export interface IntervalInput {
753
+ /**
754
+ * A quantity of seconds. This is the only non-integer field, as all the other
755
+ * fields will dump their overflow into a smaller unit of time. Intervals don’t
756
+ * have a smaller unit than seconds.
757
+ */
758
+ seconds?: number;
759
+ /** A quantity of minutes. */
760
+ minutes?: number;
761
+ /** A quantity of hours. */
762
+ hours?: number;
763
+ /** A quantity of days. */
764
+ days?: number;
765
+ /** A quantity of months. */
766
+ months?: number;
767
+ /** A quantity of years. */
768
+ years?: number;
769
+ }
770
+ export interface CreateFunctionApiBindingInput {
771
+ clientMutationId?: string;
772
+ /** The `FunctionApiBinding` to be created by this mutation. */
773
+ functionApiBinding: FunctionApiBindingInput;
774
+ }
775
+ /** An input for mutations affecting `FunctionApiBinding` */
776
+ export interface FunctionApiBindingInput {
777
+ id?: string;
778
+ /** Function definition this binding belongs to */
779
+ functionDefinitionId: string;
780
+ /** API endpoint this function is bound to */
781
+ apiId: string;
782
+ /** Binding alias (e.g. default, staging, production) */
783
+ alias?: string;
784
+ /** Per-binding configuration (overrides, routing rules, etc.) */
785
+ config?: unknown;
786
+ }
787
+ export interface CreateFunctionGraphRefInput {
788
+ clientMutationId?: string;
789
+ /** The `FunctionGraphRef` to be created by this mutation. */
790
+ functionGraphRef: FunctionGraphRefInput;
791
+ }
792
+ /** An input for mutations affecting `FunctionGraphRef` */
793
+ export interface FunctionGraphRefInput {
794
+ /** Unique ref identifier */
795
+ id?: string;
796
+ /** Ref name (e.g. HEAD, main) */
797
+ name: string;
798
+ /** Database scope for multi-tenant isolation */
799
+ databaseId: string;
800
+ /** Store this ref belongs to */
801
+ storeId: string;
802
+ /** Commit this ref points to */
803
+ commitId?: string;
804
+ }
805
+ export interface CreateFunctionGraphStoreInput {
806
+ clientMutationId?: string;
807
+ /** The `FunctionGraphStore` to be created by this mutation. */
808
+ functionGraphStore: FunctionGraphStoreInput;
809
+ }
810
+ /** An input for mutations affecting `FunctionGraphStore` */
811
+ export interface FunctionGraphStoreInput {
812
+ /** Unique store identifier */
813
+ id?: string;
814
+ /** Human-readable store name */
815
+ name: string;
816
+ /** Database scope for multi-tenant isolation */
817
+ databaseId: string;
818
+ /** Current root object hash of this store */
819
+ hash?: string;
820
+ /** Timestamp of store creation */
821
+ createdAt?: string;
822
+ }
823
+ export interface CreateFunctionGraphObjectInput {
824
+ clientMutationId?: string;
825
+ /** The `FunctionGraphObject` to be created by this mutation. */
826
+ functionGraphObject: FunctionGraphObjectInput;
827
+ }
828
+ /** An input for mutations affecting `FunctionGraphObject` */
829
+ export interface FunctionGraphObjectInput {
830
+ /** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
831
+ id: string;
832
+ /** Database scope for multi-tenant isolation */
833
+ databaseId: string;
834
+ /** Ordered array of child object IDs */
835
+ kids?: string[];
836
+ /** Ordered array of child path names (parallel to kids) */
837
+ ktree?: string[];
838
+ /** Payload data for this object node */
839
+ data?: unknown;
840
+ /** Timestamp of object creation */
841
+ createdAt?: string;
842
+ }
843
+ export interface CreateFunctionDeploymentEventInput {
844
+ clientMutationId?: string;
845
+ /** The `FunctionDeploymentEvent` to be created by this mutation. */
846
+ functionDeploymentEvent: FunctionDeploymentEventInput;
847
+ }
848
+ /** An input for mutations affecting `FunctionDeploymentEvent` */
849
+ export interface FunctionDeploymentEventInput {
850
+ /** Event timestamp (partition key) */
851
+ createdAt?: string;
852
+ /** Unique event identifier */
853
+ id?: string;
854
+ /** Deployment this event belongs to */
855
+ deploymentId: string;
856
+ /** Event type: provisioned, scaled, failed, deactivated, redeployed, health_check */
857
+ eventType: string;
858
+ /** User who triggered this event (NULL for system/automated) */
859
+ actorId?: string;
860
+ /** Human-readable description of the event */
861
+ message?: string;
862
+ /** Structured context (old/new values, error details, etc.) */
863
+ metadata?: unknown;
864
+ /** Database that owns this resource (database-scoped isolation) */
865
+ databaseId: string;
866
+ }
867
+ export interface CreateOrgFunctionExecutionLogInput {
868
+ clientMutationId?: string;
869
+ /** The `OrgFunctionExecutionLog` to be created by this mutation. */
870
+ orgFunctionExecutionLog: OrgFunctionExecutionLogInput;
871
+ }
872
+ /** An input for mutations affecting `OrgFunctionExecutionLog` */
873
+ export interface OrgFunctionExecutionLogInput {
874
+ /** Log entry timestamp (partition key) */
875
+ createdAt?: string;
876
+ /** Unique log entry identifier */
877
+ id?: string;
878
+ /** Invocation this log entry belongs to (NULL for standalone job logs) */
879
+ invocationId?: string;
880
+ /** Function routing key (NULL for generic job logs) */
881
+ taskIdentifier?: string;
882
+ /** Log severity: debug, info, warn, error */
883
+ logLevel?: string;
884
+ /** Log message text */
885
+ message: string;
886
+ /** Structured context (labels, trace data, extra fields) */
887
+ metadata?: unknown;
888
+ /** User who triggered the execution (NULL for system/cron) */
889
+ actorId?: string;
890
+ }
891
+ export interface CreateFunctionGraphExecutionOutputInput {
892
+ clientMutationId?: string;
893
+ /** The `FunctionGraphExecutionOutput` to be created by this mutation. */
894
+ functionGraphExecutionOutput: FunctionGraphExecutionOutputInput;
895
+ }
896
+ /** An input for mutations affecting `FunctionGraphExecutionOutput` */
897
+ export interface FunctionGraphExecutionOutputInput {
898
+ /** Timestamp of output creation */
899
+ createdAt?: string;
900
+ /** Unique execution output identifier */
901
+ id?: string;
902
+ /** Scope for multi-tenant isolation */
903
+ databaseId: string;
904
+ /** SHA-256 hash of the data JSONB — content-addressed deduplication */
905
+ hash: Base64EncodedBinary;
906
+ /** The actual output payload from a completed node */
907
+ data: unknown;
908
+ }
909
+ export interface CreateFunctionGraphCommitInput {
910
+ clientMutationId?: string;
911
+ /** The `FunctionGraphCommit` to be created by this mutation. */
912
+ functionGraphCommit: FunctionGraphCommitInput;
913
+ }
914
+ /** An input for mutations affecting `FunctionGraphCommit` */
915
+ export interface FunctionGraphCommitInput {
916
+ /** Unique commit identifier */
917
+ id?: string;
918
+ /** Optional commit message */
919
+ message?: string;
920
+ /** Database scope for multi-tenant isolation */
921
+ databaseId: string;
922
+ /** Store this commit belongs to */
923
+ storeId: string;
924
+ /** Parent commit IDs (supports merge commits) */
925
+ parentIds?: string[];
926
+ /** User who authored the changes */
927
+ authorId?: string;
928
+ /** User who committed (may differ from author) */
929
+ committerId?: string;
930
+ /** Root object ID of the tree snapshot at this commit */
931
+ treeId?: string;
932
+ /** Commit timestamp */
933
+ date?: string;
934
+ }
935
+ export interface CreateSecretDefinitionInput {
936
+ clientMutationId?: string;
937
+ /** The `SecretDefinition` to be created by this mutation. */
938
+ secretDefinition: SecretDefinitionInput;
939
+ }
940
+ /** An input for mutations affecting `SecretDefinition` */
941
+ export interface SecretDefinitionInput {
942
+ id?: string;
943
+ createdAt?: string;
944
+ updatedAt?: string;
945
+ /** Secret name (must match app_secrets.name for resolution) */
946
+ name: string;
947
+ /** Human-readable description of what this secret is used for */
948
+ description?: string;
949
+ /** Whether this row was seeded as a built-in secret definition. Built-in rows are immutable. */
950
+ isBuiltIn?: boolean;
951
+ /** Key-value metadata for filtering and grouping secret definitions */
952
+ labels?: unknown;
953
+ /** Freeform metadata annotations for secret definitions */
954
+ annotations?: unknown;
955
+ /** Database that owns this resource (database-scoped isolation) */
956
+ databaseId: string;
957
+ }
958
+ export interface CreateFunctionExecutionLogInput {
959
+ clientMutationId?: string;
960
+ /** The `FunctionExecutionLog` to be created by this mutation. */
961
+ functionExecutionLog: FunctionExecutionLogInput;
962
+ }
963
+ /** An input for mutations affecting `FunctionExecutionLog` */
964
+ export interface FunctionExecutionLogInput {
965
+ /** Log entry timestamp (partition key) */
966
+ createdAt?: string;
967
+ /** Unique log entry identifier */
968
+ id?: string;
969
+ /** Invocation this log entry belongs to (NULL for standalone job logs) */
970
+ invocationId?: string;
971
+ /** Function routing key (NULL for generic job logs) */
972
+ taskIdentifier?: string;
973
+ /** Log severity: debug, info, warn, error */
974
+ logLevel?: string;
975
+ /** Log message text */
976
+ message: string;
977
+ /** Structured context (labels, trace data, extra fields) */
978
+ metadata?: unknown;
979
+ /** User who triggered the execution (NULL for system/cron) */
980
+ actorId?: string;
981
+ /** Database that owns this resource (database-scoped isolation) */
982
+ databaseId: string;
983
+ }
984
+ export interface CreateFunctionGraphExecutionNodeStateInput {
985
+ clientMutationId?: string;
986
+ /** The `FunctionGraphExecutionNodeState` to be created by this mutation. */
987
+ functionGraphExecutionNodeState: FunctionGraphExecutionNodeStateInput;
988
+ }
989
+ /** An input for mutations affecting `FunctionGraphExecutionNodeState` */
990
+ export interface FunctionGraphExecutionNodeStateInput {
991
+ /** Timestamp of node state creation (partition key) */
992
+ createdAt?: string;
993
+ /** Unique node state identifier */
994
+ id?: string;
995
+ /** FK to the parent graph execution */
996
+ executionId: string;
997
+ /** Scope for multi-tenant isolation */
998
+ databaseId: string;
999
+ /** Name of the node within the graph (e.g. send-email1) */
1000
+ nodeName: string;
1001
+ /** Full merkle tree path to this node (e.g. {function,graphs,myflow,nodes,send-email1}) — enables subnet hierarchy tracking */
1002
+ nodePath?: string[];
1003
+ /** Node lifecycle: pending → queued → running → completed/failed */
1004
+ status?: string;
1005
+ /** Timestamp when the node began executing */
1006
+ startedAt?: string;
1007
+ /** Timestamp when the node finished (success or failure) */
1008
+ completedAt?: string;
1009
+ /** Machine-readable error code when status = failed */
1010
+ errorCode?: string;
1011
+ /** Human-readable error description when status = failed */
1012
+ errorMessage?: string;
1013
+ /** FK to execution_outputs — content-addressed output blob for this node */
1014
+ outputId?: string;
1015
+ }
1016
+ export interface CreateOrgFunctionInvocationInput {
1017
+ clientMutationId?: string;
1018
+ /** The `OrgFunctionInvocation` to be created by this mutation. */
1019
+ orgFunctionInvocation: OrgFunctionInvocationInput;
1020
+ }
1021
+ /** An input for mutations affecting `OrgFunctionInvocation` */
1022
+ export interface OrgFunctionInvocationInput {
1023
+ /** Invocation creation timestamp (partition key) */
1024
+ createdAt?: string;
1025
+ /** Unique invocation identifier */
1026
+ id?: string;
1027
+ /** Who triggered the invocation (NULL for system/cron) */
1028
+ actorId?: string;
1029
+ /** Function routing slug (scope:name). Links to function_definitions.task_identifier by convention — no FK. */
1030
+ taskIdentifier: string;
1031
+ /** Function input payload */
1032
+ payload?: unknown;
1033
+ /** Lifecycle: pending → running → completed/failed/cancelled */
1034
+ status?: string;
1035
+ /** Function return value (success) or structured error (failure) */
1036
+ result?: unknown;
1037
+ /** Error message when status is failed */
1038
+ error?: string;
1039
+ /** Wall-clock execution time in milliseconds */
1040
+ durationMs?: number;
1041
+ /** FK to app_jobs.jobs — the underlying transport */
1042
+ jobId?: string;
1043
+ /** When execution started */
1044
+ startedAt?: string;
1045
+ /** When execution completed */
1046
+ completedAt?: string;
1047
+ /** Parent invocation when this is a child node of a flow graph execution */
1048
+ parentInvocationId?: string;
1049
+ /** Groups all node invocations from a single flow graph execution */
1050
+ graphExecutionId?: string;
1051
+ }
1052
+ export interface CreateFunctionInvocationInput {
1053
+ clientMutationId?: string;
1054
+ /** The `FunctionInvocation` to be created by this mutation. */
1055
+ functionInvocation: FunctionInvocationInput;
1056
+ }
1057
+ /** An input for mutations affecting `FunctionInvocation` */
1058
+ export interface FunctionInvocationInput {
1059
+ /** Invocation creation timestamp (partition key) */
1060
+ createdAt?: string;
1061
+ /** Unique invocation identifier */
1062
+ id?: string;
1063
+ /** Who triggered the invocation (NULL for system/cron) */
1064
+ actorId?: string;
1065
+ /** Database that owns this resource (database-scoped isolation) */
1066
+ databaseId: string;
1067
+ /** Function routing slug (scope:name). Links to function_definitions.task_identifier by convention — no FK. */
1068
+ taskIdentifier: string;
1069
+ /** Function input payload */
1070
+ payload?: unknown;
1071
+ /** Lifecycle: pending → running → completed/failed/cancelled */
1072
+ status?: string;
1073
+ /** Function return value (success) or structured error (failure) */
1074
+ result?: unknown;
1075
+ /** Error message when status is failed */
1076
+ error?: string;
1077
+ /** Wall-clock execution time in milliseconds */
1078
+ durationMs?: number;
1079
+ /** FK to app_jobs.jobs — the underlying transport */
1080
+ jobId?: string;
1081
+ /** When execution started */
1082
+ startedAt?: string;
1083
+ /** When execution completed */
1084
+ completedAt?: string;
1085
+ /** Parent invocation when this is a child node of a flow graph execution */
1086
+ parentInvocationId?: string;
1087
+ /** Groups all node invocations from a single flow graph execution */
1088
+ graphExecutionId?: string;
1089
+ }
1090
+ export interface CreateFunctionDeploymentInput {
1091
+ clientMutationId?: string;
1092
+ /** The `FunctionDeployment` to be created by this mutation. */
1093
+ functionDeployment: FunctionDeploymentInput;
1094
+ }
1095
+ /** An input for mutations affecting `FunctionDeployment` */
1096
+ export interface FunctionDeploymentInput {
1097
+ id?: string;
1098
+ createdAt?: string;
1099
+ updatedAt?: string;
1100
+ /** Function definition being deployed to this namespace */
1101
+ functionDefinitionId: string;
1102
+ /** Target namespace for this deployment (maps to a K8s namespace) */
1103
+ namespaceId: string;
1104
+ /** Deployment lifecycle status: pending, provisioning, active, failed, scaled_to_zero, deactivated */
1105
+ status?: string;
1106
+ /** Knative service URL (http://{service-name}.{namespace}.svc.cluster.local) — populated after provisioning */
1107
+ serviceUrl?: string;
1108
+ /** Knative service name — derived from task_identifier at provision time */
1109
+ serviceName?: string;
1110
+ /** Deployment revision number (incremented on each redeployment) */
1111
+ revision?: number;
1112
+ /** Container image override (NULL = inherit from function definition) */
1113
+ image?: string;
1114
+ /** Max concurrent requests per pod (NULL = inherit from definition) */
1115
+ concurrency?: number;
1116
+ /** Minimum replica count (NULL = inherit from definition or Knative default) */
1117
+ scaleMin?: number;
1118
+ /** Maximum replica count (NULL = inherit from definition or Knative default) */
1119
+ scaleMax?: number;
1120
+ /** Request timeout override in seconds (NULL = inherit from definition) */
1121
+ timeoutSeconds?: number;
1122
+ /** K8s resource spec override: {"requests":{"cpu":"100m","memory":"128Mi"},"limits":{...}} */
1123
+ resources?: unknown;
1124
+ /** Most recent provisioning or runtime error message */
1125
+ lastError?: string;
1126
+ /** Timestamp of the most recent error */
1127
+ lastErrorAt?: string;
1128
+ /** Cumulative error count for this deployment */
1129
+ errorCount?: number;
1130
+ /** Key/value pairs for selecting and filtering deployments */
1131
+ labels?: unknown;
1132
+ /** Freeform metadata for tooling and operational notes */
1133
+ annotations?: unknown;
1134
+ /** Database that owns this resource (database-scoped isolation) */
1135
+ databaseId: string;
1136
+ }
1137
+ export interface CreateFunctionGraphExecutionInput {
1138
+ clientMutationId?: string;
1139
+ /** The `FunctionGraphExecution` to be created by this mutation. */
1140
+ functionGraphExecution: FunctionGraphExecutionInput;
1141
+ }
1142
+ /** An input for mutations affecting `FunctionGraphExecution` */
1143
+ export interface FunctionGraphExecutionInput {
1144
+ /** Execution start timestamp */
1145
+ startedAt?: string;
1146
+ /** Unique execution identifier */
1147
+ id?: string;
1148
+ /** FK to the graph definition being executed */
1149
+ graphId: string;
1150
+ /** Parent function_invocations row (for metering) */
1151
+ invocationId?: string;
1152
+ /** Scope for multi-tenant isolation */
1153
+ databaseId: string;
1154
+ /** Entity context (org/team) for scoped billing */
1155
+ entityId?: string;
1156
+ /** Target output boundary node name to resolve */
1157
+ outputNode: string;
1158
+ /** Target output port name (default: value) */
1159
+ outputPort?: string;
1160
+ /** Lifecycle: pending → running → completed/failed/cancelled */
1161
+ status?: string;
1162
+ /** Initial inputs provided at invocation time */
1163
+ inputPayload?: unknown;
1164
+ /** Final result extracted from terminal output node */
1165
+ outputPayload?: unknown;
1166
+ /** Map of node_name → execution output id (content-addressed hash reference) */
1167
+ nodeOutputs?: unknown;
1168
+ /** Pre-computed topological sort as array of wave objects */
1169
+ executionPlan?: unknown;
1170
+ /** Index into execution_plan — tick only processes this wave */
1171
+ currentWave?: number;
1172
+ /** Parent execution when this is a sub-execution */
1173
+ parentExecutionId?: string;
1174
+ /** Node name in parent execution that spawned this sub-execution */
1175
+ parentNodeName?: string;
1176
+ /** Pinned definitions store commit for deterministic evaluation */
1177
+ definitionsCommitId?: string;
1178
+ /** Number of evaluate_step ticks executed */
1179
+ tickCount?: number;
1180
+ /** Execution completion timestamp */
1181
+ completedAt?: string;
1182
+ /** Maximum ticks before execution is failed (default 100) */
1183
+ maxTicks?: number;
1184
+ /** Maximum pending jobs before execution is failed (default 50) */
1185
+ maxPendingJobs?: number;
1186
+ /** Absolute deadline — execution fails if still running after this time */
1187
+ timeoutAt?: string;
1188
+ /** Machine-readable error code when status = failed */
1189
+ errorCode?: string;
1190
+ /** Human-readable error description when status = failed */
1191
+ errorMessage?: string;
1192
+ }
1193
+ export interface CreateFunctionDefinitionInput {
1194
+ clientMutationId?: string;
1195
+ /** The `FunctionDefinition` to be created by this mutation. */
1196
+ functionDefinition: FunctionDefinitionInput;
1197
+ }
1198
+ /** An input for mutations affecting `FunctionDefinition` */
1199
+ export interface FunctionDefinitionInput {
1200
+ id?: string;
1201
+ createdAt?: string;
1202
+ updatedAt?: string;
1203
+ /** Function grouping scope (e.g. email, embed, chunk, custom) */
1204
+ scope: string;
1205
+ /** Function name within scope (e.g. send_verification_link, process_file_embedding) */
1206
+ name: string;
1207
+ /** Computed routing slug: scope:name (used by Knative job worker for dispatch) */
1208
+ taskIdentifier: string;
1209
+ /** Human-readable description of what this function does */
1210
+ description?: string;
1211
+ /** Whether this function can be called via function_invocations (public API). Default false = internal-only via add_job() */
1212
+ isInvocable?: boolean;
1213
+ /** Maximum retry attempts for the underlying job */
1214
+ maxAttempts?: number;
1215
+ /** Job priority (lower = higher priority) */
1216
+ priority?: number;
1217
+ /** Job queue name for serialization (e.g. email, ai, default) */
1218
+ queueName?: string;
1219
+ /** Execution mode: http (Knative Service dispatch) or inline (in-process in compute worker) */
1220
+ runtime?: string;
1221
+ /** Docker image reference (e.g. ghcr.io/constructive-io/email-send-fn:latest). Required when runtime=http. NULL for inline functions. */
1222
+ image?: string;
1223
+ /** Knative containerConcurrency — max concurrent requests per pod instance */
1224
+ concurrency?: number;
1225
+ /** Minimum pod count for Knative autoscaling (minScale) */
1226
+ scaleMin?: number;
1227
+ /** Maximum pod count for Knative autoscaling (maxScale) */
1228
+ scaleMax?: number;
1229
+ /** Knative request timeout in seconds */
1230
+ timeoutSeconds?: number;
1231
+ /** Container resource requests and limits: {requests: {memory, cpu}, limits: {memory, cpu}} */
1232
+ resources?: unknown;
1233
+ /** Whether this function is a built-in platform function (synced from platform) vs user-created */
1234
+ isBuiltIn?: boolean;
1235
+ /** Embedded secret requirements: array of (name, required) tuples */
1236
+ requiredSecrets?: FunctionRequirementInput[];
1237
+ /** Embedded config requirements: array of (name, required) tuples */
1238
+ requiredConfigs?: FunctionRequirementInput[];
1239
+ /** Bucket keys this function needs (e.g. uploads, exports). Empty = no bucket requirements. */
1240
+ requiredBuckets?: string[];
1241
+ /** Inference model whitelist (e.g. gpt-4o, claude-3). Empty = no model requirements. */
1242
+ requiredModels?: string[];
1243
+ /** Data input ports: [{name, type, description?, optional?, multi?, schema?}] */
1244
+ inputs?: unknown;
1245
+ /** Data output ports: [{name, type, description?, optional?, multi?, schema?}] */
1246
+ outputs?: unknown;
1247
+ /** Configuration properties: [{name, type, default?, description?, required?, schema?}] */
1248
+ props?: unknown;
1249
+ /** Whether this function has side effects and cannot be cached or memoized */
1250
+ volatile?: boolean;
1251
+ /** Icon identifier for UI palette rendering (e.g. mail, database, code) */
1252
+ icon?: string;
1253
+ /** Palette grouping category (e.g. email, data, ai, custom) */
1254
+ category?: string;
1255
+ }
1256
+ /** An input for mutations affecting `FunctionRequirement` */
1257
+ export interface FunctionRequirementInput {
1258
+ name?: string;
1259
+ required?: boolean;
1260
+ }
1261
+ export interface UpdateFunctionApiBindingInput {
1262
+ clientMutationId?: string;
1263
+ id: string;
1264
+ /** An object where the defined keys will be set on the `FunctionApiBinding` being updated. */
1265
+ functionApiBindingPatch: FunctionApiBindingPatch;
1266
+ }
1267
+ /** Represents an update to a `FunctionApiBinding`. Fields that are set will be updated. */
1268
+ export interface FunctionApiBindingPatch {
1269
+ id?: string;
1270
+ /** Function definition this binding belongs to */
1271
+ functionDefinitionId?: string;
1272
+ /** API endpoint this function is bound to */
1273
+ apiId?: string;
1274
+ /** Binding alias (e.g. default, staging, production) */
1275
+ alias?: string;
1276
+ /** Per-binding configuration (overrides, routing rules, etc.) */
1277
+ config?: unknown;
1278
+ }
1279
+ export interface UpdateFunctionGraphRefInput {
1280
+ clientMutationId?: string;
1281
+ /** Unique ref identifier */
1282
+ id: string;
1283
+ /** Database scope for multi-tenant isolation */
1284
+ databaseId: string;
1285
+ /** An object where the defined keys will be set on the `FunctionGraphRef` being updated. */
1286
+ functionGraphRefPatch: FunctionGraphRefPatch;
1287
+ }
1288
+ /** Represents an update to a `FunctionGraphRef`. Fields that are set will be updated. */
1289
+ export interface FunctionGraphRefPatch {
1290
+ /** Unique ref identifier */
1291
+ id?: string;
1292
+ /** Ref name (e.g. HEAD, main) */
1293
+ name?: string;
1294
+ /** Database scope for multi-tenant isolation */
1295
+ databaseId?: string;
1296
+ /** Store this ref belongs to */
1297
+ storeId?: string;
1298
+ /** Commit this ref points to */
1299
+ commitId?: string;
1300
+ }
1301
+ export interface UpdateFunctionGraphStoreInput {
1302
+ clientMutationId?: string;
1303
+ /** Unique store identifier */
1304
+ id: string;
1305
+ /** An object where the defined keys will be set on the `FunctionGraphStore` being updated. */
1306
+ functionGraphStorePatch: FunctionGraphStorePatch;
1307
+ }
1308
+ /** Represents an update to a `FunctionGraphStore`. Fields that are set will be updated. */
1309
+ export interface FunctionGraphStorePatch {
1310
+ /** Unique store identifier */
1311
+ id?: string;
1312
+ /** Human-readable store name */
1313
+ name?: string;
1314
+ /** Database scope for multi-tenant isolation */
1315
+ databaseId?: string;
1316
+ /** Current root object hash of this store */
1317
+ hash?: string;
1318
+ /** Timestamp of store creation */
1319
+ createdAt?: string;
1320
+ }
1321
+ export interface UpdateFunctionGraphObjectInput {
1322
+ clientMutationId?: string;
1323
+ /** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
1324
+ id: string;
1325
+ /** Database scope for multi-tenant isolation */
1326
+ databaseId: string;
1327
+ /** An object where the defined keys will be set on the `FunctionGraphObject` being updated. */
1328
+ functionGraphObjectPatch: FunctionGraphObjectPatch;
1329
+ }
1330
+ /** Represents an update to a `FunctionGraphObject`. Fields that are set will be updated. */
1331
+ export interface FunctionGraphObjectPatch {
1332
+ /** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
1333
+ id?: string;
1334
+ /** Database scope for multi-tenant isolation */
1335
+ databaseId?: string;
1336
+ /** Ordered array of child object IDs */
1337
+ kids?: string[];
1338
+ /** Ordered array of child path names (parallel to kids) */
1339
+ ktree?: string[];
1340
+ /** Payload data for this object node */
1341
+ data?: unknown;
1342
+ /** Timestamp of object creation */
1343
+ createdAt?: string;
1344
+ }
1345
+ export interface UpdateFunctionDeploymentEventInput {
1346
+ clientMutationId?: string;
1347
+ /** Event timestamp (partition key) */
1348
+ createdAt: string;
1349
+ /** Unique event identifier */
1350
+ id: string;
1351
+ /** An object where the defined keys will be set on the `FunctionDeploymentEvent` being updated. */
1352
+ functionDeploymentEventPatch: FunctionDeploymentEventPatch;
1353
+ }
1354
+ /** Represents an update to a `FunctionDeploymentEvent`. Fields that are set will be updated. */
1355
+ export interface FunctionDeploymentEventPatch {
1356
+ /** Event timestamp (partition key) */
1357
+ createdAt?: string;
1358
+ /** Unique event identifier */
1359
+ id?: string;
1360
+ /** Deployment this event belongs to */
1361
+ deploymentId?: string;
1362
+ /** Event type: provisioned, scaled, failed, deactivated, redeployed, health_check */
1363
+ eventType?: string;
1364
+ /** User who triggered this event (NULL for system/automated) */
1365
+ actorId?: string;
1366
+ /** Human-readable description of the event */
1367
+ message?: string;
1368
+ /** Structured context (old/new values, error details, etc.) */
1369
+ metadata?: unknown;
1370
+ /** Database that owns this resource (database-scoped isolation) */
1371
+ databaseId?: string;
1372
+ }
1373
+ export interface UpdateOrgFunctionExecutionLogInput {
1374
+ clientMutationId?: string;
1375
+ /** Log entry timestamp (partition key) */
1376
+ createdAt: string;
1377
+ /** Unique log entry identifier */
1378
+ id: string;
1379
+ /** An object where the defined keys will be set on the `OrgFunctionExecutionLog` being updated. */
1380
+ orgFunctionExecutionLogPatch: OrgFunctionExecutionLogPatch;
1381
+ }
1382
+ /** Represents an update to a `OrgFunctionExecutionLog`. Fields that are set will be updated. */
1383
+ export interface OrgFunctionExecutionLogPatch {
1384
+ /** Log entry timestamp (partition key) */
1385
+ createdAt?: string;
1386
+ /** Unique log entry identifier */
1387
+ id?: string;
1388
+ /** Invocation this log entry belongs to (NULL for standalone job logs) */
1389
+ invocationId?: string;
1390
+ /** Function routing key (NULL for generic job logs) */
1391
+ taskIdentifier?: string;
1392
+ /** Log severity: debug, info, warn, error */
1393
+ logLevel?: string;
1394
+ /** Log message text */
1395
+ message?: string;
1396
+ /** Structured context (labels, trace data, extra fields) */
1397
+ metadata?: unknown;
1398
+ /** User who triggered the execution (NULL for system/cron) */
1399
+ actorId?: string;
1400
+ }
1401
+ export interface UpdateFunctionGraphExecutionOutputInput {
1402
+ clientMutationId?: string;
1403
+ /** Timestamp of output creation */
1404
+ createdAt: string;
1405
+ /** Unique execution output identifier */
1406
+ id: string;
1407
+ /** An object where the defined keys will be set on the `FunctionGraphExecutionOutput` being updated. */
1408
+ functionGraphExecutionOutputPatch: FunctionGraphExecutionOutputPatch;
1409
+ }
1410
+ /** Represents an update to a `FunctionGraphExecutionOutput`. Fields that are set will be updated. */
1411
+ export interface FunctionGraphExecutionOutputPatch {
1412
+ /** Timestamp of output creation */
1413
+ createdAt?: string;
1414
+ /** Unique execution output identifier */
1415
+ id?: string;
1416
+ /** Scope for multi-tenant isolation */
1417
+ databaseId?: string;
1418
+ /** SHA-256 hash of the data JSONB — content-addressed deduplication */
1419
+ hash?: Base64EncodedBinary;
1420
+ /** The actual output payload from a completed node */
1421
+ data?: unknown;
1422
+ }
1423
+ export interface UpdateFunctionGraphCommitInput {
1424
+ clientMutationId?: string;
1425
+ /** Unique commit identifier */
1426
+ id: string;
1427
+ /** Database scope for multi-tenant isolation */
1428
+ databaseId: string;
1429
+ /** An object where the defined keys will be set on the `FunctionGraphCommit` being updated. */
1430
+ functionGraphCommitPatch: FunctionGraphCommitPatch;
1431
+ }
1432
+ /** Represents an update to a `FunctionGraphCommit`. Fields that are set will be updated. */
1433
+ export interface FunctionGraphCommitPatch {
1434
+ /** Unique commit identifier */
1435
+ id?: string;
1436
+ /** Optional commit message */
1437
+ message?: string;
1438
+ /** Database scope for multi-tenant isolation */
1439
+ databaseId?: string;
1440
+ /** Store this commit belongs to */
1441
+ storeId?: string;
1442
+ /** Parent commit IDs (supports merge commits) */
1443
+ parentIds?: string[];
1444
+ /** User who authored the changes */
1445
+ authorId?: string;
1446
+ /** User who committed (may differ from author) */
1447
+ committerId?: string;
1448
+ /** Root object ID of the tree snapshot at this commit */
1449
+ treeId?: string;
1450
+ /** Commit timestamp */
1451
+ date?: string;
1452
+ }
1453
+ export interface UpdateSecretDefinitionInput {
1454
+ clientMutationId?: string;
1455
+ id: string;
1456
+ /** An object where the defined keys will be set on the `SecretDefinition` being updated. */
1457
+ secretDefinitionPatch: SecretDefinitionPatch;
1458
+ }
1459
+ /** Represents an update to a `SecretDefinition`. Fields that are set will be updated. */
1460
+ export interface SecretDefinitionPatch {
1461
+ id?: string;
1462
+ createdAt?: string;
1463
+ updatedAt?: string;
1464
+ /** Secret name (must match app_secrets.name for resolution) */
1465
+ name?: string;
1466
+ /** Human-readable description of what this secret is used for */
1467
+ description?: string;
1468
+ /** Whether this row was seeded as a built-in secret definition. Built-in rows are immutable. */
1469
+ isBuiltIn?: boolean;
1470
+ /** Key-value metadata for filtering and grouping secret definitions */
1471
+ labels?: unknown;
1472
+ /** Freeform metadata annotations for secret definitions */
1473
+ annotations?: unknown;
1474
+ /** Database that owns this resource (database-scoped isolation) */
1475
+ databaseId?: string;
1476
+ }
1477
+ export interface UpdateFunctionExecutionLogInput {
1478
+ clientMutationId?: string;
1479
+ /** Log entry timestamp (partition key) */
1480
+ createdAt: string;
1481
+ /** Unique log entry identifier */
1482
+ id: string;
1483
+ /** An object where the defined keys will be set on the `FunctionExecutionLog` being updated. */
1484
+ functionExecutionLogPatch: FunctionExecutionLogPatch;
1485
+ }
1486
+ /** Represents an update to a `FunctionExecutionLog`. Fields that are set will be updated. */
1487
+ export interface FunctionExecutionLogPatch {
1488
+ /** Log entry timestamp (partition key) */
1489
+ createdAt?: string;
1490
+ /** Unique log entry identifier */
1491
+ id?: string;
1492
+ /** Invocation this log entry belongs to (NULL for standalone job logs) */
1493
+ invocationId?: string;
1494
+ /** Function routing key (NULL for generic job logs) */
1495
+ taskIdentifier?: string;
1496
+ /** Log severity: debug, info, warn, error */
1497
+ logLevel?: string;
1498
+ /** Log message text */
1499
+ message?: string;
1500
+ /** Structured context (labels, trace data, extra fields) */
1501
+ metadata?: unknown;
1502
+ /** User who triggered the execution (NULL for system/cron) */
1503
+ actorId?: string;
1504
+ /** Database that owns this resource (database-scoped isolation) */
1505
+ databaseId?: string;
1506
+ }
1507
+ export interface UpdateFunctionGraphExecutionNodeStateInput {
1508
+ clientMutationId?: string;
1509
+ /** Timestamp of node state creation (partition key) */
1510
+ createdAt: string;
1511
+ /** Unique node state identifier */
1512
+ id: string;
1513
+ /** An object where the defined keys will be set on the `FunctionGraphExecutionNodeState` being updated. */
1514
+ functionGraphExecutionNodeStatePatch: FunctionGraphExecutionNodeStatePatch;
1515
+ }
1516
+ /** Represents an update to a `FunctionGraphExecutionNodeState`. Fields that are set will be updated. */
1517
+ export interface FunctionGraphExecutionNodeStatePatch {
1518
+ /** Timestamp of node state creation (partition key) */
1519
+ createdAt?: string;
1520
+ /** Unique node state identifier */
1521
+ id?: string;
1522
+ /** FK to the parent graph execution */
1523
+ executionId?: string;
1524
+ /** Scope for multi-tenant isolation */
1525
+ databaseId?: string;
1526
+ /** Name of the node within the graph (e.g. send-email1) */
1527
+ nodeName?: string;
1528
+ /** Full merkle tree path to this node (e.g. {function,graphs,myflow,nodes,send-email1}) — enables subnet hierarchy tracking */
1529
+ nodePath?: string[];
1530
+ /** Node lifecycle: pending → queued → running → completed/failed */
1531
+ status?: string;
1532
+ /** Timestamp when the node began executing */
1533
+ startedAt?: string;
1534
+ /** Timestamp when the node finished (success or failure) */
1535
+ completedAt?: string;
1536
+ /** Machine-readable error code when status = failed */
1537
+ errorCode?: string;
1538
+ /** Human-readable error description when status = failed */
1539
+ errorMessage?: string;
1540
+ /** FK to execution_outputs — content-addressed output blob for this node */
1541
+ outputId?: string;
1542
+ }
1543
+ export interface UpdateFunctionGraphInput {
1544
+ clientMutationId?: string;
1545
+ /** Unique graph identifier */
1546
+ id: string;
1547
+ /** An object where the defined keys will be set on the `FunctionGraph` being updated. */
1548
+ functionGraphPatch: FunctionGraphPatch;
1549
+ }
1550
+ /** Represents an update to a `FunctionGraph`. Fields that are set will be updated. */
1551
+ export interface FunctionGraphPatch {
1552
+ /** Unique graph identifier */
1553
+ id?: string;
1554
+ /** Database scope for multi-tenant isolation */
1555
+ databaseId?: string;
1556
+ /** Graph store (Merkle store) holding the graph definition */
1557
+ storeId?: string;
1558
+ /** Entity context (org/team) for scoped billing */
1559
+ entityId?: string;
1560
+ /** Evaluator/runtime context (function, js, sql, system) */
1561
+ context?: string;
1562
+ /** Graph name (unique per database) */
1563
+ name?: string;
1564
+ /** Human-readable description of the graph */
1565
+ description?: string;
1566
+ /** Pinned definitions store commit for deterministic evaluation */
1567
+ definitionsCommitId?: string;
1568
+ /** Whether graph passes structural validation */
1569
+ isValid?: boolean;
1570
+ /** Array of validation error objects when is_valid = false */
1571
+ validationErrors?: unknown;
1572
+ /** Actor who created this graph */
1573
+ createdBy?: string;
1574
+ /** Timestamp of graph creation */
1575
+ createdAt?: string;
1576
+ /** Timestamp of last modification */
1577
+ updatedAt?: string;
1578
+ }
1579
+ export interface UpdateOrgFunctionInvocationInput {
1580
+ clientMutationId?: string;
1581
+ /** Invocation creation timestamp (partition key) */
1582
+ createdAt: string;
1583
+ /** Unique invocation identifier */
1584
+ id: string;
1585
+ /** An object where the defined keys will be set on the `OrgFunctionInvocation` being updated. */
1586
+ orgFunctionInvocationPatch: OrgFunctionInvocationPatch;
1587
+ }
1588
+ /** Represents an update to a `OrgFunctionInvocation`. Fields that are set will be updated. */
1589
+ export interface OrgFunctionInvocationPatch {
1590
+ /** Invocation creation timestamp (partition key) */
1591
+ createdAt?: string;
1592
+ /** Unique invocation identifier */
1593
+ id?: string;
1594
+ /** Who triggered the invocation (NULL for system/cron) */
1595
+ actorId?: string;
1596
+ /** Function routing slug (scope:name). Links to function_definitions.task_identifier by convention — no FK. */
1597
+ taskIdentifier?: string;
1598
+ /** Function input payload */
1599
+ payload?: unknown;
1600
+ /** Lifecycle: pending → running → completed/failed/cancelled */
1601
+ status?: string;
1602
+ /** Function return value (success) or structured error (failure) */
1603
+ result?: unknown;
1604
+ /** Error message when status is failed */
1605
+ error?: string;
1606
+ /** Wall-clock execution time in milliseconds */
1607
+ durationMs?: number;
1608
+ /** FK to app_jobs.jobs — the underlying transport */
1609
+ jobId?: string;
1610
+ /** When execution started */
1611
+ startedAt?: string;
1612
+ /** When execution completed */
1613
+ completedAt?: string;
1614
+ /** Parent invocation when this is a child node of a flow graph execution */
1615
+ parentInvocationId?: string;
1616
+ /** Groups all node invocations from a single flow graph execution */
1617
+ graphExecutionId?: string;
1618
+ }
1619
+ export interface UpdateFunctionInvocationInput {
1620
+ clientMutationId?: string;
1621
+ /** Invocation creation timestamp (partition key) */
1622
+ createdAt: string;
1623
+ /** Unique invocation identifier */
1624
+ id: string;
1625
+ /** An object where the defined keys will be set on the `FunctionInvocation` being updated. */
1626
+ functionInvocationPatch: FunctionInvocationPatch;
1627
+ }
1628
+ /** Represents an update to a `FunctionInvocation`. Fields that are set will be updated. */
1629
+ export interface FunctionInvocationPatch {
1630
+ /** Invocation creation timestamp (partition key) */
1631
+ createdAt?: string;
1632
+ /** Unique invocation identifier */
1633
+ id?: string;
1634
+ /** Who triggered the invocation (NULL for system/cron) */
1635
+ actorId?: string;
1636
+ /** Database that owns this resource (database-scoped isolation) */
1637
+ databaseId?: string;
1638
+ /** Function routing slug (scope:name). Links to function_definitions.task_identifier by convention — no FK. */
1639
+ taskIdentifier?: string;
1640
+ /** Function input payload */
1641
+ payload?: unknown;
1642
+ /** Lifecycle: pending → running → completed/failed/cancelled */
1643
+ status?: string;
1644
+ /** Function return value (success) or structured error (failure) */
1645
+ result?: unknown;
1646
+ /** Error message when status is failed */
1647
+ error?: string;
1648
+ /** Wall-clock execution time in milliseconds */
1649
+ durationMs?: number;
1650
+ /** FK to app_jobs.jobs — the underlying transport */
1651
+ jobId?: string;
1652
+ /** When execution started */
1653
+ startedAt?: string;
1654
+ /** When execution completed */
1655
+ completedAt?: string;
1656
+ /** Parent invocation when this is a child node of a flow graph execution */
1657
+ parentInvocationId?: string;
1658
+ /** Groups all node invocations from a single flow graph execution */
1659
+ graphExecutionId?: string;
1660
+ }
1661
+ export interface UpdateFunctionDeploymentInput {
1662
+ clientMutationId?: string;
1663
+ id: string;
1664
+ /** An object where the defined keys will be set on the `FunctionDeployment` being updated. */
1665
+ functionDeploymentPatch: FunctionDeploymentPatch;
1666
+ }
1667
+ /** Represents an update to a `FunctionDeployment`. Fields that are set will be updated. */
1668
+ export interface FunctionDeploymentPatch {
1669
+ id?: string;
1670
+ createdAt?: string;
1671
+ updatedAt?: string;
1672
+ /** Function definition being deployed to this namespace */
1673
+ functionDefinitionId?: string;
1674
+ /** Target namespace for this deployment (maps to a K8s namespace) */
1675
+ namespaceId?: string;
1676
+ /** Deployment lifecycle status: pending, provisioning, active, failed, scaled_to_zero, deactivated */
1677
+ status?: string;
1678
+ /** Knative service URL (http://{service-name}.{namespace}.svc.cluster.local) — populated after provisioning */
1679
+ serviceUrl?: string;
1680
+ /** Knative service name — derived from task_identifier at provision time */
1681
+ serviceName?: string;
1682
+ /** Deployment revision number (incremented on each redeployment) */
1683
+ revision?: number;
1684
+ /** Container image override (NULL = inherit from function definition) */
1685
+ image?: string;
1686
+ /** Max concurrent requests per pod (NULL = inherit from definition) */
1687
+ concurrency?: number;
1688
+ /** Minimum replica count (NULL = inherit from definition or Knative default) */
1689
+ scaleMin?: number;
1690
+ /** Maximum replica count (NULL = inherit from definition or Knative default) */
1691
+ scaleMax?: number;
1692
+ /** Request timeout override in seconds (NULL = inherit from definition) */
1693
+ timeoutSeconds?: number;
1694
+ /** K8s resource spec override: {"requests":{"cpu":"100m","memory":"128Mi"},"limits":{...}} */
1695
+ resources?: unknown;
1696
+ /** Most recent provisioning or runtime error message */
1697
+ lastError?: string;
1698
+ /** Timestamp of the most recent error */
1699
+ lastErrorAt?: string;
1700
+ /** Cumulative error count for this deployment */
1701
+ errorCount?: number;
1702
+ /** Key/value pairs for selecting and filtering deployments */
1703
+ labels?: unknown;
1704
+ /** Freeform metadata for tooling and operational notes */
1705
+ annotations?: unknown;
1706
+ /** Database that owns this resource (database-scoped isolation) */
1707
+ databaseId?: string;
1708
+ }
1709
+ export interface UpdateFunctionGraphExecutionInput {
1710
+ clientMutationId?: string;
1711
+ /** Execution start timestamp */
1712
+ startedAt: string;
1713
+ /** Unique execution identifier */
1714
+ id: string;
1715
+ /** An object where the defined keys will be set on the `FunctionGraphExecution` being updated. */
1716
+ functionGraphExecutionPatch: FunctionGraphExecutionPatch;
1717
+ }
1718
+ /** Represents an update to a `FunctionGraphExecution`. Fields that are set will be updated. */
1719
+ export interface FunctionGraphExecutionPatch {
1720
+ /** Execution start timestamp */
1721
+ startedAt?: string;
1722
+ /** Unique execution identifier */
1723
+ id?: string;
1724
+ /** FK to the graph definition being executed */
1725
+ graphId?: string;
1726
+ /** Parent function_invocations row (for metering) */
1727
+ invocationId?: string;
1728
+ /** Scope for multi-tenant isolation */
1729
+ databaseId?: string;
1730
+ /** Entity context (org/team) for scoped billing */
1731
+ entityId?: string;
1732
+ /** Target output boundary node name to resolve */
1733
+ outputNode?: string;
1734
+ /** Target output port name (default: value) */
1735
+ outputPort?: string;
1736
+ /** Lifecycle: pending → running → completed/failed/cancelled */
1737
+ status?: string;
1738
+ /** Initial inputs provided at invocation time */
1739
+ inputPayload?: unknown;
1740
+ /** Final result extracted from terminal output node */
1741
+ outputPayload?: unknown;
1742
+ /** Map of node_name → execution output id (content-addressed hash reference) */
1743
+ nodeOutputs?: unknown;
1744
+ /** Pre-computed topological sort as array of wave objects */
1745
+ executionPlan?: unknown;
1746
+ /** Index into execution_plan — tick only processes this wave */
1747
+ currentWave?: number;
1748
+ /** Parent execution when this is a sub-execution */
1749
+ parentExecutionId?: string;
1750
+ /** Node name in parent execution that spawned this sub-execution */
1751
+ parentNodeName?: string;
1752
+ /** Pinned definitions store commit for deterministic evaluation */
1753
+ definitionsCommitId?: string;
1754
+ /** Number of evaluate_step ticks executed */
1755
+ tickCount?: number;
1756
+ /** Execution completion timestamp */
1757
+ completedAt?: string;
1758
+ /** Maximum ticks before execution is failed (default 100) */
1759
+ maxTicks?: number;
1760
+ /** Maximum pending jobs before execution is failed (default 50) */
1761
+ maxPendingJobs?: number;
1762
+ /** Absolute deadline — execution fails if still running after this time */
1763
+ timeoutAt?: string;
1764
+ /** Machine-readable error code when status = failed */
1765
+ errorCode?: string;
1766
+ /** Human-readable error description when status = failed */
1767
+ errorMessage?: string;
1768
+ }
1769
+ export interface UpdateFunctionDefinitionInput {
1770
+ clientMutationId?: string;
1771
+ id: string;
1772
+ /** An object where the defined keys will be set on the `FunctionDefinition` being updated. */
1773
+ functionDefinitionPatch: FunctionDefinitionPatch;
1774
+ }
1775
+ /** Represents an update to a `FunctionDefinition`. Fields that are set will be updated. */
1776
+ export interface FunctionDefinitionPatch {
1777
+ id?: string;
1778
+ createdAt?: string;
1779
+ updatedAt?: string;
1780
+ /** Function grouping scope (e.g. email, embed, chunk, custom) */
1781
+ scope?: string;
1782
+ /** Function name within scope (e.g. send_verification_link, process_file_embedding) */
1783
+ name?: string;
1784
+ /** Computed routing slug: scope:name (used by Knative job worker for dispatch) */
1785
+ taskIdentifier?: string;
1786
+ /** Human-readable description of what this function does */
1787
+ description?: string;
1788
+ /** Whether this function can be called via function_invocations (public API). Default false = internal-only via add_job() */
1789
+ isInvocable?: boolean;
1790
+ /** Maximum retry attempts for the underlying job */
1791
+ maxAttempts?: number;
1792
+ /** Job priority (lower = higher priority) */
1793
+ priority?: number;
1794
+ /** Job queue name for serialization (e.g. email, ai, default) */
1795
+ queueName?: string;
1796
+ /** Execution mode: http (Knative Service dispatch) or inline (in-process in compute worker) */
1797
+ runtime?: string;
1798
+ /** Docker image reference (e.g. ghcr.io/constructive-io/email-send-fn:latest). Required when runtime=http. NULL for inline functions. */
1799
+ image?: string;
1800
+ /** Knative containerConcurrency — max concurrent requests per pod instance */
1801
+ concurrency?: number;
1802
+ /** Minimum pod count for Knative autoscaling (minScale) */
1803
+ scaleMin?: number;
1804
+ /** Maximum pod count for Knative autoscaling (maxScale) */
1805
+ scaleMax?: number;
1806
+ /** Knative request timeout in seconds */
1807
+ timeoutSeconds?: number;
1808
+ /** Container resource requests and limits: {requests: {memory, cpu}, limits: {memory, cpu}} */
1809
+ resources?: unknown;
1810
+ /** Whether this function is a built-in platform function (synced from platform) vs user-created */
1811
+ isBuiltIn?: boolean;
1812
+ /** Embedded secret requirements: array of (name, required) tuples */
1813
+ requiredSecrets?: FunctionRequirementInput[];
1814
+ /** Embedded config requirements: array of (name, required) tuples */
1815
+ requiredConfigs?: FunctionRequirementInput[];
1816
+ /** Bucket keys this function needs (e.g. uploads, exports). Empty = no bucket requirements. */
1817
+ requiredBuckets?: string[];
1818
+ /** Inference model whitelist (e.g. gpt-4o, claude-3). Empty = no model requirements. */
1819
+ requiredModels?: string[];
1820
+ /** Data input ports: [{name, type, description?, optional?, multi?, schema?}] */
1821
+ inputs?: unknown;
1822
+ /** Data output ports: [{name, type, description?, optional?, multi?, schema?}] */
1823
+ outputs?: unknown;
1824
+ /** Configuration properties: [{name, type, default?, description?, required?, schema?}] */
1825
+ props?: unknown;
1826
+ /** Whether this function has side effects and cannot be cached or memoized */
1827
+ volatile?: boolean;
1828
+ /** Icon identifier for UI palette rendering (e.g. mail, database, code) */
1829
+ icon?: string;
1830
+ /** Palette grouping category (e.g. email, data, ai, custom) */
1831
+ category?: string;
1832
+ }
1833
+ export interface DeleteFunctionApiBindingInput {
1834
+ clientMutationId?: string;
1835
+ id: string;
1836
+ }
1837
+ export interface DeleteFunctionGraphRefInput {
1838
+ clientMutationId?: string;
1839
+ /** Unique ref identifier */
1840
+ id: string;
1841
+ /** Database scope for multi-tenant isolation */
1842
+ databaseId: string;
1843
+ }
1844
+ export interface DeleteFunctionGraphStoreInput {
1845
+ clientMutationId?: string;
1846
+ /** Unique store identifier */
1847
+ id: string;
1848
+ }
1849
+ export interface DeleteFunctionGraphObjectInput {
1850
+ clientMutationId?: string;
1851
+ /** Content-addressed UUID v5 — deterministic hash of (data, kids, ktree) */
1852
+ id: string;
1853
+ /** Database scope for multi-tenant isolation */
1854
+ databaseId: string;
1855
+ }
1856
+ export interface DeleteFunctionDeploymentEventInput {
1857
+ clientMutationId?: string;
1858
+ /** Event timestamp (partition key) */
1859
+ createdAt: string;
1860
+ /** Unique event identifier */
1861
+ id: string;
1862
+ }
1863
+ export interface DeleteOrgFunctionExecutionLogInput {
1864
+ clientMutationId?: string;
1865
+ /** Log entry timestamp (partition key) */
1866
+ createdAt: string;
1867
+ /** Unique log entry identifier */
1868
+ id: string;
1869
+ }
1870
+ export interface DeleteFunctionGraphExecutionOutputInput {
1871
+ clientMutationId?: string;
1872
+ /** Timestamp of output creation */
1873
+ createdAt: string;
1874
+ /** Unique execution output identifier */
1875
+ id: string;
1876
+ }
1877
+ export interface DeleteFunctionGraphCommitInput {
1878
+ clientMutationId?: string;
1879
+ /** Unique commit identifier */
1880
+ id: string;
1881
+ /** Database scope for multi-tenant isolation */
1882
+ databaseId: string;
1883
+ }
1884
+ export interface DeleteSecretDefinitionInput {
1885
+ clientMutationId?: string;
1886
+ id: string;
1887
+ }
1888
+ export interface DeleteFunctionExecutionLogInput {
1889
+ clientMutationId?: string;
1890
+ /** Log entry timestamp (partition key) */
1891
+ createdAt: string;
1892
+ /** Unique log entry identifier */
1893
+ id: string;
1894
+ }
1895
+ export interface DeleteFunctionGraphExecutionNodeStateInput {
1896
+ clientMutationId?: string;
1897
+ /** Timestamp of node state creation (partition key) */
1898
+ createdAt: string;
1899
+ /** Unique node state identifier */
1900
+ id: string;
1901
+ }
1902
+ export interface DeleteFunctionGraphInput {
1903
+ clientMutationId?: string;
1904
+ /** Unique graph identifier */
1905
+ id: string;
1906
+ }
1907
+ export interface DeleteOrgFunctionInvocationInput {
1908
+ clientMutationId?: string;
1909
+ /** Invocation creation timestamp (partition key) */
1910
+ createdAt: string;
1911
+ /** Unique invocation identifier */
1912
+ id: string;
1913
+ }
1914
+ export interface DeleteFunctionInvocationInput {
1915
+ clientMutationId?: string;
1916
+ /** Invocation creation timestamp (partition key) */
1917
+ createdAt: string;
1918
+ /** Unique invocation identifier */
1919
+ id: string;
1920
+ }
1921
+ export interface DeleteFunctionDeploymentInput {
1922
+ clientMutationId?: string;
1923
+ id: string;
1924
+ }
1925
+ export interface DeleteFunctionGraphExecutionInput {
1926
+ clientMutationId?: string;
1927
+ /** Execution start timestamp */
1928
+ startedAt: string;
1929
+ /** Unique execution identifier */
1930
+ id: string;
1931
+ }
1932
+ export interface DeleteFunctionDefinitionInput {
1933
+ clientMutationId?: string;
1934
+ id: string;
1935
+ }
1936
+ export interface ProvisionBucketInput {
1937
+ /** The logical bucket key (e.g., "public", "private") */
1938
+ bucketKey: string;
1939
+ /**
1940
+ * Owner entity ID for entity-scoped bucket provisioning.
1941
+ * Omit for app-level (database-wide) storage.
1942
+ */
1943
+ ownerId?: string;
1944
+ }
1945
+ /** A connection to a list of `GetAllRecord` values. */
1946
+ export interface GetAllConnection {
1947
+ nodes: GetAllRecord[];
1948
+ edges: GetAllEdge[];
1949
+ pageInfo: PageInfo;
1950
+ totalCount: number;
1951
+ }
1952
+ /** A connection to a list of `FunctionApiBinding` values. */
1953
+ export interface FunctionApiBindingConnection {
1954
+ nodes: FunctionApiBinding[];
1955
+ edges: FunctionApiBindingEdge[];
1956
+ pageInfo: PageInfo;
1957
+ totalCount: number;
1958
+ }
1959
+ /** A connection to a list of `FunctionGraphRef` values. */
1960
+ export interface FunctionGraphRefConnection {
1961
+ nodes: FunctionGraphRef[];
1962
+ edges: FunctionGraphRefEdge[];
1963
+ pageInfo: PageInfo;
1964
+ totalCount: number;
1965
+ }
1966
+ /** A connection to a list of `FunctionGraphStore` values. */
1967
+ export interface FunctionGraphStoreConnection {
1968
+ nodes: FunctionGraphStore[];
1969
+ edges: FunctionGraphStoreEdge[];
1970
+ pageInfo: PageInfo;
1971
+ totalCount: number;
1972
+ }
1973
+ /** A connection to a list of `FunctionGraphObject` values. */
1974
+ export interface FunctionGraphObjectConnection {
1975
+ nodes: FunctionGraphObject[];
1976
+ edges: FunctionGraphObjectEdge[];
1977
+ pageInfo: PageInfo;
1978
+ totalCount: number;
1979
+ }
1980
+ /** A connection to a list of `FunctionDeploymentEvent` values. */
1981
+ export interface FunctionDeploymentEventConnection {
1982
+ nodes: FunctionDeploymentEvent[];
1983
+ edges: FunctionDeploymentEventEdge[];
1984
+ pageInfo: PageInfo;
1985
+ totalCount: number;
1986
+ }
1987
+ /** A connection to a list of `OrgFunctionExecutionLog` values. */
1988
+ export interface OrgFunctionExecutionLogConnection {
1989
+ nodes: OrgFunctionExecutionLog[];
1990
+ edges: OrgFunctionExecutionLogEdge[];
1991
+ pageInfo: PageInfo;
1992
+ totalCount: number;
1993
+ }
1994
+ /** A connection to a list of `FunctionGraphExecutionOutput` values. */
1995
+ export interface FunctionGraphExecutionOutputConnection {
1996
+ nodes: FunctionGraphExecutionOutput[];
1997
+ edges: FunctionGraphExecutionOutputEdge[];
1998
+ pageInfo: PageInfo;
1999
+ totalCount: number;
2000
+ }
2001
+ /** A connection to a list of `FunctionGraphCommit` values. */
2002
+ export interface FunctionGraphCommitConnection {
2003
+ nodes: FunctionGraphCommit[];
2004
+ edges: FunctionGraphCommitEdge[];
2005
+ pageInfo: PageInfo;
2006
+ totalCount: number;
2007
+ }
2008
+ /** A connection to a list of `SecretDefinition` values. */
2009
+ export interface SecretDefinitionConnection {
2010
+ nodes: SecretDefinition[];
2011
+ edges: SecretDefinitionEdge[];
2012
+ pageInfo: PageInfo;
2013
+ totalCount: number;
2014
+ }
2015
+ /** A connection to a list of `FunctionExecutionLog` values. */
2016
+ export interface FunctionExecutionLogConnection {
2017
+ nodes: FunctionExecutionLog[];
2018
+ edges: FunctionExecutionLogEdge[];
2019
+ pageInfo: PageInfo;
2020
+ totalCount: number;
2021
+ }
2022
+ /** A connection to a list of `FunctionGraphExecutionNodeState` values. */
2023
+ export interface FunctionGraphExecutionNodeStateConnection {
2024
+ nodes: FunctionGraphExecutionNodeState[];
2025
+ edges: FunctionGraphExecutionNodeStateEdge[];
2026
+ pageInfo: PageInfo;
2027
+ totalCount: number;
2028
+ }
2029
+ /** A connection to a list of `FunctionGraph` values. */
2030
+ export interface FunctionGraphConnection {
2031
+ nodes: FunctionGraph[];
2032
+ edges: FunctionGraphEdge[];
2033
+ pageInfo: PageInfo;
2034
+ totalCount: number;
2035
+ }
2036
+ /** A connection to a list of `OrgFunctionInvocation` values. */
2037
+ export interface OrgFunctionInvocationConnection {
2038
+ nodes: OrgFunctionInvocation[];
2039
+ edges: OrgFunctionInvocationEdge[];
2040
+ pageInfo: PageInfo;
2041
+ totalCount: number;
2042
+ }
2043
+ /** A connection to a list of `FunctionInvocation` values. */
2044
+ export interface FunctionInvocationConnection {
2045
+ nodes: FunctionInvocation[];
2046
+ edges: FunctionInvocationEdge[];
2047
+ pageInfo: PageInfo;
2048
+ totalCount: number;
2049
+ }
2050
+ /** A connection to a list of `FunctionDeployment` values. */
2051
+ export interface FunctionDeploymentConnection {
2052
+ nodes: FunctionDeployment[];
2053
+ edges: FunctionDeploymentEdge[];
2054
+ pageInfo: PageInfo;
2055
+ totalCount: number;
2056
+ }
2057
+ /** A connection to a list of `FunctionGraphExecution` values. */
2058
+ export interface FunctionGraphExecutionConnection {
2059
+ nodes: FunctionGraphExecution[];
2060
+ edges: FunctionGraphExecutionEdge[];
2061
+ pageInfo: PageInfo;
2062
+ totalCount: number;
2063
+ }
2064
+ /** A connection to a list of `FunctionDefinition` values. */
2065
+ export interface FunctionDefinitionConnection {
2066
+ nodes: FunctionDefinition[];
2067
+ edges: FunctionDefinitionEdge[];
2068
+ pageInfo: PageInfo;
2069
+ totalCount: number;
2070
+ }
2071
+ /** Root meta schema type */
2072
+ export interface MetaSchema {
2073
+ tables: MetaTable[];
2074
+ }
2075
+ export interface ValidateFunctionGraphPayload {
2076
+ clientMutationId?: string | null;
2077
+ result?: boolean | null;
2078
+ }
2079
+ export interface InitEmptyRepoPayload {
2080
+ clientMutationId?: string | null;
2081
+ }
2082
+ export interface SetDataAtPathPayload {
2083
+ clientMutationId?: string | null;
2084
+ result?: string | null;
2085
+ }
2086
+ export interface ImportDefinitionsPayload {
2087
+ clientMutationId?: string | null;
2088
+ }
2089
+ export interface CopyGraphPayload {
2090
+ clientMutationId?: string | null;
2091
+ result?: string | null;
2092
+ }
2093
+ export interface SaveGraphPayload {
2094
+ clientMutationId?: string | null;
2095
+ result?: string | null;
2096
+ }
2097
+ export interface AddEdgeAndSavePayload {
2098
+ clientMutationId?: string | null;
2099
+ result?: string | null;
2100
+ }
2101
+ export interface AddNodeAndSavePayload {
2102
+ clientMutationId?: string | null;
2103
+ result?: string | null;
2104
+ }
2105
+ export interface CreateFunctionGraphPayload {
2106
+ clientMutationId?: string | null;
2107
+ result?: string | null;
2108
+ }
2109
+ export interface AddEdgePayload {
2110
+ clientMutationId?: string | null;
2111
+ result?: string | null;
2112
+ }
2113
+ export interface AddNodePayload {
2114
+ clientMutationId?: string | null;
2115
+ result?: string | null;
2116
+ }
2117
+ export interface ImportGraphJsonPayload {
2118
+ clientMutationId?: string | null;
2119
+ result?: string | null;
2120
+ }
2121
+ export interface InsertNodeAtPathPayload {
2122
+ clientMutationId?: string | null;
2123
+ result?: string | null;
2124
+ }
2125
+ export interface StartExecutionPayload {
2126
+ clientMutationId?: string | null;
2127
+ result?: string | null;
2128
+ }
2129
+ export interface CreateFunctionApiBindingPayload {
2130
+ clientMutationId?: string | null;
2131
+ /** The `FunctionApiBinding` that was created by this mutation. */
2132
+ functionApiBinding?: FunctionApiBinding | null;
2133
+ functionApiBindingEdge?: FunctionApiBindingEdge | null;
2134
+ }
2135
+ export interface CreateFunctionGraphRefPayload {
2136
+ clientMutationId?: string | null;
2137
+ /** The `FunctionGraphRef` that was created by this mutation. */
2138
+ functionGraphRef?: FunctionGraphRef | null;
2139
+ functionGraphRefEdge?: FunctionGraphRefEdge | null;
2140
+ }
2141
+ export interface CreateFunctionGraphStorePayload {
2142
+ clientMutationId?: string | null;
2143
+ /** The `FunctionGraphStore` that was created by this mutation. */
2144
+ functionGraphStore?: FunctionGraphStore | null;
2145
+ functionGraphStoreEdge?: FunctionGraphStoreEdge | null;
2146
+ }
2147
+ export interface CreateFunctionGraphObjectPayload {
2148
+ clientMutationId?: string | null;
2149
+ /** The `FunctionGraphObject` that was created by this mutation. */
2150
+ functionGraphObject?: FunctionGraphObject | null;
2151
+ functionGraphObjectEdge?: FunctionGraphObjectEdge | null;
2152
+ }
2153
+ export interface CreateFunctionDeploymentEventPayload {
2154
+ clientMutationId?: string | null;
2155
+ /** The `FunctionDeploymentEvent` that was created by this mutation. */
2156
+ functionDeploymentEvent?: FunctionDeploymentEvent | null;
2157
+ functionDeploymentEventEdge?: FunctionDeploymentEventEdge | null;
2158
+ }
2159
+ export interface CreateOrgFunctionExecutionLogPayload {
2160
+ clientMutationId?: string | null;
2161
+ /** The `OrgFunctionExecutionLog` that was created by this mutation. */
2162
+ orgFunctionExecutionLog?: OrgFunctionExecutionLog | null;
2163
+ orgFunctionExecutionLogEdge?: OrgFunctionExecutionLogEdge | null;
2164
+ }
2165
+ export interface CreateFunctionGraphExecutionOutputPayload {
2166
+ clientMutationId?: string | null;
2167
+ /** The `FunctionGraphExecutionOutput` that was created by this mutation. */
2168
+ functionGraphExecutionOutput?: FunctionGraphExecutionOutput | null;
2169
+ functionGraphExecutionOutputEdge?: FunctionGraphExecutionOutputEdge | null;
2170
+ }
2171
+ export interface CreateFunctionGraphCommitPayload {
2172
+ clientMutationId?: string | null;
2173
+ /** The `FunctionGraphCommit` that was created by this mutation. */
2174
+ functionGraphCommit?: FunctionGraphCommit | null;
2175
+ functionGraphCommitEdge?: FunctionGraphCommitEdge | null;
2176
+ }
2177
+ export interface CreateSecretDefinitionPayload {
2178
+ clientMutationId?: string | null;
2179
+ /** The `SecretDefinition` that was created by this mutation. */
2180
+ secretDefinition?: SecretDefinition | null;
2181
+ secretDefinitionEdge?: SecretDefinitionEdge | null;
2182
+ }
2183
+ export interface CreateFunctionExecutionLogPayload {
2184
+ clientMutationId?: string | null;
2185
+ /** The `FunctionExecutionLog` that was created by this mutation. */
2186
+ functionExecutionLog?: FunctionExecutionLog | null;
2187
+ functionExecutionLogEdge?: FunctionExecutionLogEdge | null;
2188
+ }
2189
+ export interface CreateFunctionGraphExecutionNodeStatePayload {
2190
+ clientMutationId?: string | null;
2191
+ /** The `FunctionGraphExecutionNodeState` that was created by this mutation. */
2192
+ functionGraphExecutionNodeState?: FunctionGraphExecutionNodeState | null;
2193
+ functionGraphExecutionNodeStateEdge?: FunctionGraphExecutionNodeStateEdge | null;
2194
+ }
2195
+ export interface CreateOrgFunctionInvocationPayload {
2196
+ clientMutationId?: string | null;
2197
+ /** The `OrgFunctionInvocation` that was created by this mutation. */
2198
+ orgFunctionInvocation?: OrgFunctionInvocation | null;
2199
+ orgFunctionInvocationEdge?: OrgFunctionInvocationEdge | null;
2200
+ }
2201
+ export interface CreateFunctionInvocationPayload {
2202
+ clientMutationId?: string | null;
2203
+ /** The `FunctionInvocation` that was created by this mutation. */
2204
+ functionInvocation?: FunctionInvocation | null;
2205
+ functionInvocationEdge?: FunctionInvocationEdge | null;
2206
+ }
2207
+ export interface CreateFunctionDeploymentPayload {
2208
+ clientMutationId?: string | null;
2209
+ /** The `FunctionDeployment` that was created by this mutation. */
2210
+ functionDeployment?: FunctionDeployment | null;
2211
+ functionDeploymentEdge?: FunctionDeploymentEdge | null;
2212
+ }
2213
+ export interface CreateFunctionGraphExecutionPayload {
2214
+ clientMutationId?: string | null;
2215
+ /** The `FunctionGraphExecution` that was created by this mutation. */
2216
+ functionGraphExecution?: FunctionGraphExecution | null;
2217
+ functionGraphExecutionEdge?: FunctionGraphExecutionEdge | null;
2218
+ }
2219
+ export interface CreateFunctionDefinitionPayload {
2220
+ clientMutationId?: string | null;
2221
+ /** The `FunctionDefinition` that was created by this mutation. */
2222
+ functionDefinition?: FunctionDefinition | null;
2223
+ functionDefinitionEdge?: FunctionDefinitionEdge | null;
2224
+ }
2225
+ export interface UpdateFunctionApiBindingPayload {
2226
+ clientMutationId?: string | null;
2227
+ /** The `FunctionApiBinding` that was updated by this mutation. */
2228
+ functionApiBinding?: FunctionApiBinding | null;
2229
+ functionApiBindingEdge?: FunctionApiBindingEdge | null;
2230
+ }
2231
+ export interface UpdateFunctionGraphRefPayload {
2232
+ clientMutationId?: string | null;
2233
+ /** The `FunctionGraphRef` that was updated by this mutation. */
2234
+ functionGraphRef?: FunctionGraphRef | null;
2235
+ functionGraphRefEdge?: FunctionGraphRefEdge | null;
2236
+ }
2237
+ export interface UpdateFunctionGraphStorePayload {
2238
+ clientMutationId?: string | null;
2239
+ /** The `FunctionGraphStore` that was updated by this mutation. */
2240
+ functionGraphStore?: FunctionGraphStore | null;
2241
+ functionGraphStoreEdge?: FunctionGraphStoreEdge | null;
2242
+ }
2243
+ export interface UpdateFunctionGraphObjectPayload {
2244
+ clientMutationId?: string | null;
2245
+ /** The `FunctionGraphObject` that was updated by this mutation. */
2246
+ functionGraphObject?: FunctionGraphObject | null;
2247
+ functionGraphObjectEdge?: FunctionGraphObjectEdge | null;
2248
+ }
2249
+ export interface UpdateFunctionDeploymentEventPayload {
2250
+ clientMutationId?: string | null;
2251
+ /** The `FunctionDeploymentEvent` that was updated by this mutation. */
2252
+ functionDeploymentEvent?: FunctionDeploymentEvent | null;
2253
+ functionDeploymentEventEdge?: FunctionDeploymentEventEdge | null;
2254
+ }
2255
+ export interface UpdateOrgFunctionExecutionLogPayload {
2256
+ clientMutationId?: string | null;
2257
+ /** The `OrgFunctionExecutionLog` that was updated by this mutation. */
2258
+ orgFunctionExecutionLog?: OrgFunctionExecutionLog | null;
2259
+ orgFunctionExecutionLogEdge?: OrgFunctionExecutionLogEdge | null;
2260
+ }
2261
+ export interface UpdateFunctionGraphExecutionOutputPayload {
2262
+ clientMutationId?: string | null;
2263
+ /** The `FunctionGraphExecutionOutput` that was updated by this mutation. */
2264
+ functionGraphExecutionOutput?: FunctionGraphExecutionOutput | null;
2265
+ functionGraphExecutionOutputEdge?: FunctionGraphExecutionOutputEdge | null;
2266
+ }
2267
+ export interface UpdateFunctionGraphCommitPayload {
2268
+ clientMutationId?: string | null;
2269
+ /** The `FunctionGraphCommit` that was updated by this mutation. */
2270
+ functionGraphCommit?: FunctionGraphCommit | null;
2271
+ functionGraphCommitEdge?: FunctionGraphCommitEdge | null;
2272
+ }
2273
+ export interface UpdateSecretDefinitionPayload {
2274
+ clientMutationId?: string | null;
2275
+ /** The `SecretDefinition` that was updated by this mutation. */
2276
+ secretDefinition?: SecretDefinition | null;
2277
+ secretDefinitionEdge?: SecretDefinitionEdge | null;
2278
+ }
2279
+ export interface UpdateFunctionExecutionLogPayload {
2280
+ clientMutationId?: string | null;
2281
+ /** The `FunctionExecutionLog` that was updated by this mutation. */
2282
+ functionExecutionLog?: FunctionExecutionLog | null;
2283
+ functionExecutionLogEdge?: FunctionExecutionLogEdge | null;
2284
+ }
2285
+ export interface UpdateFunctionGraphExecutionNodeStatePayload {
2286
+ clientMutationId?: string | null;
2287
+ /** The `FunctionGraphExecutionNodeState` that was updated by this mutation. */
2288
+ functionGraphExecutionNodeState?: FunctionGraphExecutionNodeState | null;
2289
+ functionGraphExecutionNodeStateEdge?: FunctionGraphExecutionNodeStateEdge | null;
2290
+ }
2291
+ export interface UpdateFunctionGraphPayload {
2292
+ clientMutationId?: string | null;
2293
+ /** The `FunctionGraph` that was updated by this mutation. */
2294
+ functionGraph?: FunctionGraph | null;
2295
+ functionGraphEdge?: FunctionGraphEdge | null;
2296
+ }
2297
+ export interface UpdateOrgFunctionInvocationPayload {
2298
+ clientMutationId?: string | null;
2299
+ /** The `OrgFunctionInvocation` that was updated by this mutation. */
2300
+ orgFunctionInvocation?: OrgFunctionInvocation | null;
2301
+ orgFunctionInvocationEdge?: OrgFunctionInvocationEdge | null;
2302
+ }
2303
+ export interface UpdateFunctionInvocationPayload {
2304
+ clientMutationId?: string | null;
2305
+ /** The `FunctionInvocation` that was updated by this mutation. */
2306
+ functionInvocation?: FunctionInvocation | null;
2307
+ functionInvocationEdge?: FunctionInvocationEdge | null;
2308
+ }
2309
+ export interface UpdateFunctionDeploymentPayload {
2310
+ clientMutationId?: string | null;
2311
+ /** The `FunctionDeployment` that was updated by this mutation. */
2312
+ functionDeployment?: FunctionDeployment | null;
2313
+ functionDeploymentEdge?: FunctionDeploymentEdge | null;
2314
+ }
2315
+ export interface UpdateFunctionGraphExecutionPayload {
2316
+ clientMutationId?: string | null;
2317
+ /** The `FunctionGraphExecution` that was updated by this mutation. */
2318
+ functionGraphExecution?: FunctionGraphExecution | null;
2319
+ functionGraphExecutionEdge?: FunctionGraphExecutionEdge | null;
2320
+ }
2321
+ export interface UpdateFunctionDefinitionPayload {
2322
+ clientMutationId?: string | null;
2323
+ /** The `FunctionDefinition` that was updated by this mutation. */
2324
+ functionDefinition?: FunctionDefinition | null;
2325
+ functionDefinitionEdge?: FunctionDefinitionEdge | null;
2326
+ }
2327
+ export interface DeleteFunctionApiBindingPayload {
2328
+ clientMutationId?: string | null;
2329
+ /** The `FunctionApiBinding` that was deleted by this mutation. */
2330
+ functionApiBinding?: FunctionApiBinding | null;
2331
+ functionApiBindingEdge?: FunctionApiBindingEdge | null;
2332
+ }
2333
+ export interface DeleteFunctionGraphRefPayload {
2334
+ clientMutationId?: string | null;
2335
+ /** The `FunctionGraphRef` that was deleted by this mutation. */
2336
+ functionGraphRef?: FunctionGraphRef | null;
2337
+ functionGraphRefEdge?: FunctionGraphRefEdge | null;
2338
+ }
2339
+ export interface DeleteFunctionGraphStorePayload {
2340
+ clientMutationId?: string | null;
2341
+ /** The `FunctionGraphStore` that was deleted by this mutation. */
2342
+ functionGraphStore?: FunctionGraphStore | null;
2343
+ functionGraphStoreEdge?: FunctionGraphStoreEdge | null;
2344
+ }
2345
+ export interface DeleteFunctionGraphObjectPayload {
2346
+ clientMutationId?: string | null;
2347
+ /** The `FunctionGraphObject` that was deleted by this mutation. */
2348
+ functionGraphObject?: FunctionGraphObject | null;
2349
+ functionGraphObjectEdge?: FunctionGraphObjectEdge | null;
2350
+ }
2351
+ export interface DeleteFunctionDeploymentEventPayload {
2352
+ clientMutationId?: string | null;
2353
+ /** The `FunctionDeploymentEvent` that was deleted by this mutation. */
2354
+ functionDeploymentEvent?: FunctionDeploymentEvent | null;
2355
+ functionDeploymentEventEdge?: FunctionDeploymentEventEdge | null;
2356
+ }
2357
+ export interface DeleteOrgFunctionExecutionLogPayload {
2358
+ clientMutationId?: string | null;
2359
+ /** The `OrgFunctionExecutionLog` that was deleted by this mutation. */
2360
+ orgFunctionExecutionLog?: OrgFunctionExecutionLog | null;
2361
+ orgFunctionExecutionLogEdge?: OrgFunctionExecutionLogEdge | null;
2362
+ }
2363
+ export interface DeleteFunctionGraphExecutionOutputPayload {
2364
+ clientMutationId?: string | null;
2365
+ /** The `FunctionGraphExecutionOutput` that was deleted by this mutation. */
2366
+ functionGraphExecutionOutput?: FunctionGraphExecutionOutput | null;
2367
+ functionGraphExecutionOutputEdge?: FunctionGraphExecutionOutputEdge | null;
2368
+ }
2369
+ export interface DeleteFunctionGraphCommitPayload {
2370
+ clientMutationId?: string | null;
2371
+ /** The `FunctionGraphCommit` that was deleted by this mutation. */
2372
+ functionGraphCommit?: FunctionGraphCommit | null;
2373
+ functionGraphCommitEdge?: FunctionGraphCommitEdge | null;
2374
+ }
2375
+ export interface DeleteSecretDefinitionPayload {
2376
+ clientMutationId?: string | null;
2377
+ /** The `SecretDefinition` that was deleted by this mutation. */
2378
+ secretDefinition?: SecretDefinition | null;
2379
+ secretDefinitionEdge?: SecretDefinitionEdge | null;
2380
+ }
2381
+ export interface DeleteFunctionExecutionLogPayload {
2382
+ clientMutationId?: string | null;
2383
+ /** The `FunctionExecutionLog` that was deleted by this mutation. */
2384
+ functionExecutionLog?: FunctionExecutionLog | null;
2385
+ functionExecutionLogEdge?: FunctionExecutionLogEdge | null;
2386
+ }
2387
+ export interface DeleteFunctionGraphExecutionNodeStatePayload {
2388
+ clientMutationId?: string | null;
2389
+ /** The `FunctionGraphExecutionNodeState` that was deleted by this mutation. */
2390
+ functionGraphExecutionNodeState?: FunctionGraphExecutionNodeState | null;
2391
+ functionGraphExecutionNodeStateEdge?: FunctionGraphExecutionNodeStateEdge | null;
2392
+ }
2393
+ export interface DeleteFunctionGraphPayload {
2394
+ clientMutationId?: string | null;
2395
+ /** The `FunctionGraph` that was deleted by this mutation. */
2396
+ functionGraph?: FunctionGraph | null;
2397
+ functionGraphEdge?: FunctionGraphEdge | null;
2398
+ }
2399
+ export interface DeleteOrgFunctionInvocationPayload {
2400
+ clientMutationId?: string | null;
2401
+ /** The `OrgFunctionInvocation` that was deleted by this mutation. */
2402
+ orgFunctionInvocation?: OrgFunctionInvocation | null;
2403
+ orgFunctionInvocationEdge?: OrgFunctionInvocationEdge | null;
2404
+ }
2405
+ export interface DeleteFunctionInvocationPayload {
2406
+ clientMutationId?: string | null;
2407
+ /** The `FunctionInvocation` that was deleted by this mutation. */
2408
+ functionInvocation?: FunctionInvocation | null;
2409
+ functionInvocationEdge?: FunctionInvocationEdge | null;
2410
+ }
2411
+ export interface DeleteFunctionDeploymentPayload {
2412
+ clientMutationId?: string | null;
2413
+ /** The `FunctionDeployment` that was deleted by this mutation. */
2414
+ functionDeployment?: FunctionDeployment | null;
2415
+ functionDeploymentEdge?: FunctionDeploymentEdge | null;
2416
+ }
2417
+ export interface DeleteFunctionGraphExecutionPayload {
2418
+ clientMutationId?: string | null;
2419
+ /** The `FunctionGraphExecution` that was deleted by this mutation. */
2420
+ functionGraphExecution?: FunctionGraphExecution | null;
2421
+ functionGraphExecutionEdge?: FunctionGraphExecutionEdge | null;
2422
+ }
2423
+ export interface DeleteFunctionDefinitionPayload {
2424
+ clientMutationId?: string | null;
2425
+ /** The `FunctionDefinition` that was deleted by this mutation. */
2426
+ functionDefinition?: FunctionDefinition | null;
2427
+ functionDefinitionEdge?: FunctionDefinitionEdge | null;
2428
+ }
2429
+ export interface ProvisionBucketPayload {
2430
+ /** Whether provisioning succeeded */
2431
+ success: boolean;
2432
+ /** The S3 bucket name that was provisioned */
2433
+ bucketName: string;
2434
+ /** The access type applied */
2435
+ accessType: string;
2436
+ /** The storage provider used */
2437
+ provider: string;
2438
+ /** The S3 endpoint (null for AWS S3 default) */
2439
+ endpoint?: string | null;
2440
+ /** Error message if provisioning failed */
2441
+ error?: string | null;
2442
+ }
2443
+ /** A `GetAllRecord` edge in the connection. */
2444
+ export interface GetAllEdge {
2445
+ cursor?: string | null;
2446
+ /** The `GetAllRecord` at the end of the edge. */
2447
+ node?: GetAllRecord | null;
2448
+ }
2449
+ /** Information about pagination in a connection. */
2450
+ export interface PageInfo {
2451
+ /** When paginating forwards, are there more items? */
2452
+ hasNextPage: boolean;
2453
+ /** When paginating backwards, are there more items? */
2454
+ hasPreviousPage: boolean;
2455
+ /** When paginating backwards, the cursor to continue. */
2456
+ startCursor?: string | null;
2457
+ /** When paginating forwards, the cursor to continue. */
2458
+ endCursor?: string | null;
2459
+ }
2460
+ /** A `FunctionApiBinding` edge in the connection. */
2461
+ export interface FunctionApiBindingEdge {
2462
+ cursor?: string | null;
2463
+ /** The `FunctionApiBinding` at the end of the edge. */
2464
+ node?: FunctionApiBinding | null;
2465
+ }
2466
+ /** A `FunctionGraphRef` edge in the connection. */
2467
+ export interface FunctionGraphRefEdge {
2468
+ cursor?: string | null;
2469
+ /** The `FunctionGraphRef` at the end of the edge. */
2470
+ node?: FunctionGraphRef | null;
2471
+ }
2472
+ /** A `FunctionGraphStore` edge in the connection. */
2473
+ export interface FunctionGraphStoreEdge {
2474
+ cursor?: string | null;
2475
+ /** The `FunctionGraphStore` at the end of the edge. */
2476
+ node?: FunctionGraphStore | null;
2477
+ }
2478
+ /** A `FunctionGraphObject` edge in the connection. */
2479
+ export interface FunctionGraphObjectEdge {
2480
+ cursor?: string | null;
2481
+ /** The `FunctionGraphObject` at the end of the edge. */
2482
+ node?: FunctionGraphObject | null;
2483
+ }
2484
+ /** A `FunctionDeploymentEvent` edge in the connection. */
2485
+ export interface FunctionDeploymentEventEdge {
2486
+ cursor?: string | null;
2487
+ /** The `FunctionDeploymentEvent` at the end of the edge. */
2488
+ node?: FunctionDeploymentEvent | null;
2489
+ }
2490
+ /** A `OrgFunctionExecutionLog` edge in the connection. */
2491
+ export interface OrgFunctionExecutionLogEdge {
2492
+ cursor?: string | null;
2493
+ /** The `OrgFunctionExecutionLog` at the end of the edge. */
2494
+ node?: OrgFunctionExecutionLog | null;
2495
+ }
2496
+ /** A `FunctionGraphExecutionOutput` edge in the connection. */
2497
+ export interface FunctionGraphExecutionOutputEdge {
2498
+ cursor?: string | null;
2499
+ /** The `FunctionGraphExecutionOutput` at the end of the edge. */
2500
+ node?: FunctionGraphExecutionOutput | null;
2501
+ }
2502
+ /** A `FunctionGraphCommit` edge in the connection. */
2503
+ export interface FunctionGraphCommitEdge {
2504
+ cursor?: string | null;
2505
+ /** The `FunctionGraphCommit` at the end of the edge. */
2506
+ node?: FunctionGraphCommit | null;
2507
+ }
2508
+ /** A `SecretDefinition` edge in the connection. */
2509
+ export interface SecretDefinitionEdge {
2510
+ cursor?: string | null;
2511
+ /** The `SecretDefinition` at the end of the edge. */
2512
+ node?: SecretDefinition | null;
2513
+ }
2514
+ /** A `FunctionExecutionLog` edge in the connection. */
2515
+ export interface FunctionExecutionLogEdge {
2516
+ cursor?: string | null;
2517
+ /** The `FunctionExecutionLog` at the end of the edge. */
2518
+ node?: FunctionExecutionLog | null;
2519
+ }
2520
+ /** A `FunctionGraphExecutionNodeState` edge in the connection. */
2521
+ export interface FunctionGraphExecutionNodeStateEdge {
2522
+ cursor?: string | null;
2523
+ /** The `FunctionGraphExecutionNodeState` at the end of the edge. */
2524
+ node?: FunctionGraphExecutionNodeState | null;
2525
+ }
2526
+ /** A `FunctionGraph` edge in the connection. */
2527
+ export interface FunctionGraphEdge {
2528
+ cursor?: string | null;
2529
+ /** The `FunctionGraph` at the end of the edge. */
2530
+ node?: FunctionGraph | null;
2531
+ }
2532
+ /** A `OrgFunctionInvocation` edge in the connection. */
2533
+ export interface OrgFunctionInvocationEdge {
2534
+ cursor?: string | null;
2535
+ /** The `OrgFunctionInvocation` at the end of the edge. */
2536
+ node?: OrgFunctionInvocation | null;
2537
+ }
2538
+ /** A `FunctionInvocation` edge in the connection. */
2539
+ export interface FunctionInvocationEdge {
2540
+ cursor?: string | null;
2541
+ /** The `FunctionInvocation` at the end of the edge. */
2542
+ node?: FunctionInvocation | null;
2543
+ }
2544
+ /** A `FunctionDeployment` edge in the connection. */
2545
+ export interface FunctionDeploymentEdge {
2546
+ cursor?: string | null;
2547
+ /** The `FunctionDeployment` at the end of the edge. */
2548
+ node?: FunctionDeployment | null;
2549
+ }
2550
+ /** A `FunctionGraphExecution` edge in the connection. */
2551
+ export interface FunctionGraphExecutionEdge {
2552
+ cursor?: string | null;
2553
+ /** The `FunctionGraphExecution` at the end of the edge. */
2554
+ node?: FunctionGraphExecution | null;
2555
+ }
2556
+ /** A `FunctionDefinition` edge in the connection. */
2557
+ export interface FunctionDefinitionEdge {
2558
+ cursor?: string | null;
2559
+ /** The `FunctionDefinition` at the end of the edge. */
2560
+ node?: FunctionDefinition | null;
2561
+ }
2562
+ /** Information about a database table */
2563
+ export interface MetaTable {
2564
+ name: string;
2565
+ schemaName: string;
2566
+ fields: MetaField[];
2567
+ indexes: MetaIndex[];
2568
+ constraints: MetaConstraints;
2569
+ foreignKeyConstraints: MetaForeignKeyConstraint[];
2570
+ primaryKeyConstraints: MetaPrimaryKeyConstraint[];
2571
+ uniqueConstraints: MetaUniqueConstraint[];
2572
+ relations: MetaRelations;
2573
+ inflection: MetaInflection;
2574
+ query: MetaQuery;
2575
+ /** Storage metadata (null if not a storage table) */
2576
+ storage?: MetaStorage | null;
2577
+ /** Search metadata (null if no search configured) */
2578
+ search?: MetaSearch | null;
2579
+ /** i18n metadata (null if no @i18n tag) */
2580
+ i18n?: MetaI18n | null;
2581
+ /** Realtime metadata (null if no @realtime tag) */
2582
+ realtime?: MetaRealtime | null;
2583
+ }
2584
+ /** Information about a table field/column */
2585
+ export interface MetaField {
2586
+ name: string;
2587
+ type: MetaType;
2588
+ isNotNull: boolean;
2589
+ hasDefault: boolean;
2590
+ isPrimaryKey: boolean;
2591
+ isForeignKey: boolean;
2592
+ description?: string | null;
2593
+ /** Enum metadata if this field has an enum type */
2594
+ enumValues?: MetaEnum | null;
2595
+ }
2596
+ /** Information about a database index */
2597
+ export interface MetaIndex {
2598
+ name: string;
2599
+ isUnique: boolean;
2600
+ isPrimary: boolean;
2601
+ columns: string[];
2602
+ fields?: MetaField[] | null;
2603
+ }
2604
+ /** Table constraints */
2605
+ export interface MetaConstraints {
2606
+ primaryKey?: MetaPrimaryKeyConstraint | null;
2607
+ unique: MetaUniqueConstraint[];
2608
+ foreignKey: MetaForeignKeyConstraint[];
2609
+ }
2610
+ /** Information about a foreign key constraint */
2611
+ export interface MetaForeignKeyConstraint {
2612
+ name: string;
2613
+ fields: MetaField[];
2614
+ referencedTable: string;
2615
+ referencedFields: string[];
2616
+ refFields?: MetaField[] | null;
2617
+ refTable?: MetaRefTable | null;
2618
+ }
2619
+ /** Information about a primary key constraint */
2620
+ export interface MetaPrimaryKeyConstraint {
2621
+ name: string;
2622
+ fields: MetaField[];
2623
+ }
2624
+ /** Information about a unique constraint */
2625
+ export interface MetaUniqueConstraint {
2626
+ name: string;
2627
+ fields: MetaField[];
2628
+ }
2629
+ /** Table relations */
2630
+ export interface MetaRelations {
2631
+ belongsTo: MetaBelongsToRelation[];
2632
+ has: MetaHasRelation[];
2633
+ hasOne: MetaHasRelation[];
2634
+ hasMany: MetaHasRelation[];
2635
+ manyToMany: MetaManyToManyRelation[];
2636
+ }
2637
+ /** Table inflection names */
2638
+ export interface MetaInflection {
2639
+ tableType: string;
2640
+ allRows: string;
2641
+ connection: string;
2642
+ edge: string;
2643
+ filterType?: string | null;
2644
+ orderByType: string;
2645
+ conditionType: string;
2646
+ patchType?: string | null;
2647
+ createInputType: string;
2648
+ createPayloadType: string;
2649
+ updatePayloadType?: string | null;
2650
+ deletePayloadType: string;
2651
+ }
2652
+ /** Table query/mutation names */
2653
+ export interface MetaQuery {
2654
+ all: string;
2655
+ one?: string | null;
2656
+ create?: string | null;
2657
+ update?: string | null;
2658
+ delete?: string | null;
2659
+ }
2660
+ /** Storage metadata for a table */
2661
+ export interface MetaStorage {
2662
+ /** Whether this table is a storage files table */
2663
+ isFilesTable: boolean;
2664
+ /** Whether this table is a storage buckets table */
2665
+ isBucketsTable: boolean;
2666
+ }
2667
+ /** Search metadata for a table */
2668
+ export interface MetaSearch {
2669
+ /** Active search algorithms on this table */
2670
+ algorithms: string[];
2671
+ /** Searchable columns with their algorithm */
2672
+ columns: MetaSearchColumn[];
2673
+ /** Whether unifiedSearch composite filter is available */
2674
+ hasUnifiedSearch: boolean;
2675
+ /** Per-table search configuration */
2676
+ config?: MetaSearchConfig | null;
2677
+ }
2678
+ /** i18n metadata for a table with @i18n tag */
2679
+ export interface MetaI18n {
2680
+ /** Name of the translation table */
2681
+ translationTable: string;
2682
+ /** Fields that are translatable */
2683
+ translatableFields: MetaI18nField[];
2684
+ }
2685
+ /** Realtime metadata for a table with @realtime tag */
2686
+ export interface MetaRealtime {
2687
+ /** The generated subscription field name (e.g. onPostChanged) */
2688
+ subscriptionFieldName: string;
2689
+ }
2690
+ /** Information about a PostgreSQL type */
2691
+ export interface MetaType {
2692
+ pgType: string;
2693
+ gqlType: string;
2694
+ isArray: boolean;
2695
+ isNotNull?: boolean | null;
2696
+ hasDefault?: boolean | null;
2697
+ subtype?: string | null;
2698
+ }
2699
+ /** Information about a PostgreSQL enum type */
2700
+ export interface MetaEnum {
2701
+ /** The PostgreSQL enum type name */
2702
+ name: string;
2703
+ /** Allowed values for this enum */
2704
+ values: string[];
2705
+ }
2706
+ /** Reference to a related table */
2707
+ export interface MetaRefTable {
2708
+ name: string;
2709
+ }
2710
+ /** A belongs-to (forward FK) relation */
2711
+ export interface MetaBelongsToRelation {
2712
+ fieldName?: string | null;
2713
+ isUnique: boolean;
2714
+ type?: string | null;
2715
+ keys: MetaField[];
2716
+ references: MetaRefTable;
2717
+ }
2718
+ /** A has-one or has-many (reverse FK) relation */
2719
+ export interface MetaHasRelation {
2720
+ fieldName?: string | null;
2721
+ isUnique: boolean;
2722
+ type?: string | null;
2723
+ keys: MetaField[];
2724
+ referencedBy: MetaRefTable;
2725
+ }
2726
+ /** A many-to-many relation via junction table */
2727
+ export interface MetaManyToManyRelation {
2728
+ fieldName?: string | null;
2729
+ type?: string | null;
2730
+ junctionTable: MetaRefTable;
2731
+ junctionLeftConstraint: MetaForeignKeyConstraint;
2732
+ junctionLeftKeyAttributes: MetaField[];
2733
+ junctionRightConstraint: MetaForeignKeyConstraint;
2734
+ junctionRightKeyAttributes: MetaField[];
2735
+ leftKeyAttributes: MetaField[];
2736
+ rightKeyAttributes: MetaField[];
2737
+ rightTable: MetaRefTable;
2738
+ }
2739
+ /** A searchable column with its algorithm */
2740
+ export interface MetaSearchColumn {
2741
+ /** Column name (camelCase) */
2742
+ name: string;
2743
+ /** Search algorithm: tsvector, bm25, trgm, or vector */
2744
+ algorithm: string;
2745
+ }
2746
+ /** Per-table search configuration from @searchConfig smart tag */
2747
+ export interface MetaSearchConfig {
2748
+ /** JSON-encoded per-adapter score weights */
2749
+ weights?: string | null;
2750
+ /** Whether recency boosting is enabled */
2751
+ boostRecent: boolean;
2752
+ /** Field used for recency decay */
2753
+ boostRecencyField?: string | null;
2754
+ /** Exponential decay factor per day */
2755
+ boostRecencyDecay?: number | null;
2756
+ }
2757
+ /** A translatable field */
2758
+ export interface MetaI18nField {
2759
+ /** GraphQL field name */
2760
+ name: string;
2761
+ /** PostgreSQL column type (text, citext) */
2762
+ type: string;
2763
+ }