@constructive-sdk/cli 0.25.16 → 0.25.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 (830) 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/agent/orm/input-types.d.ts +14 -2
  33. package/agent/orm/models/agent.js +1 -1
  34. package/agent/orm/models/agentMessage.js +1 -1
  35. package/agent/orm/models/agentPersona.js +1 -1
  36. package/agent/orm/models/agentPlan.js +1 -1
  37. package/agent/orm/models/agentPrompt.js +1 -1
  38. package/agent/orm/models/agentResource.js +1 -1
  39. package/agent/orm/models/agentResourceChunk.js +1 -1
  40. package/agent/orm/models/agentTask.js +1 -1
  41. package/agent/orm/models/agentThread.js +1 -1
  42. package/agent/orm/query-builder.d.ts +1 -1
  43. package/agent/orm/query-builder.js +2 -1
  44. package/api/cli/commands/schema.js +22 -0
  45. package/api/orm/input-types.d.ts +36 -1
  46. package/api/orm/models/api.js +1 -1
  47. package/api/orm/models/apiModule.js +1 -1
  48. package/api/orm/models/apiSchema.js +1 -1
  49. package/api/orm/models/apiSetting.js +1 -1
  50. package/api/orm/models/app.js +1 -1
  51. package/api/orm/models/checkConstraint.js +1 -1
  52. package/api/orm/models/compositeType.js +1 -1
  53. package/api/orm/models/corsSetting.js +1 -1
  54. package/api/orm/models/database.js +1 -1
  55. package/api/orm/models/databaseSetting.js +1 -1
  56. package/api/orm/models/databaseTransfer.js +1 -1
  57. package/api/orm/models/defaultPrivilege.js +1 -1
  58. package/api/orm/models/domain.js +1 -1
  59. package/api/orm/models/embeddingChunk.js +1 -1
  60. package/api/orm/models/enum.js +1 -1
  61. package/api/orm/models/field.js +1 -1
  62. package/api/orm/models/foreignKeyConstraint.js +1 -1
  63. package/api/orm/models/fullTextSearch.js +1 -1
  64. package/api/orm/models/function.js +1 -1
  65. package/api/orm/models/indexModel.js +1 -1
  66. package/api/orm/models/nodeTypeRegistry.js +1 -1
  67. package/api/orm/models/partition.js +1 -1
  68. package/api/orm/models/policy.js +1 -1
  69. package/api/orm/models/primaryKeyConstraint.js +1 -1
  70. package/api/orm/models/pubkeySetting.js +1 -1
  71. package/api/orm/models/rlsSetting.js +1 -1
  72. package/api/orm/models/schema.js +1 -1
  73. package/api/orm/models/schemaGrant.js +1 -1
  74. package/api/orm/models/site.js +1 -1
  75. package/api/orm/models/siteMetadatum.js +1 -1
  76. package/api/orm/models/siteModule.js +1 -1
  77. package/api/orm/models/siteTheme.js +1 -1
  78. package/api/orm/models/spatialRelation.js +1 -1
  79. package/api/orm/models/table.js +1 -1
  80. package/api/orm/models/tableGrant.js +1 -1
  81. package/api/orm/models/trigger.js +1 -1
  82. package/api/orm/models/triggerFunction.js +1 -1
  83. package/api/orm/models/uniqueConstraint.js +1 -1
  84. package/api/orm/models/view.js +1 -1
  85. package/api/orm/models/viewGrant.js +1 -1
  86. package/api/orm/models/viewRule.js +1 -1
  87. package/api/orm/models/viewTable.js +1 -1
  88. package/api/orm/models/webauthnSetting.js +1 -1
  89. package/api/orm/query-builder.d.ts +1 -1
  90. package/api/orm/query-builder.js +2 -1
  91. package/auth/cli/commands/audit-log-auth.js +14 -0
  92. package/auth/orm/input-types.d.ts +4 -2
  93. package/auth/orm/models/auditLogAuth.d.ts +2 -0
  94. package/auth/orm/models/auditLogAuth.js +4 -1
  95. package/auth/orm/models/cryptoAddress.js +1 -1
  96. package/auth/orm/models/email.js +1 -1
  97. package/auth/orm/models/phoneNumber.js +1 -1
  98. package/auth/orm/models/roleType.js +1 -1
  99. package/auth/orm/models/user.js +1 -1
  100. package/auth/orm/models/webauthnCredential.js +1 -1
  101. package/auth/orm/query-builder.d.ts +1 -1
  102. package/auth/orm/query-builder.js +2 -1
  103. package/cli-commands.js +6 -6
  104. package/compute/cli/commands/add-edge-and-save.d.ts +8 -0
  105. package/compute/cli/commands/add-edge-and-save.js +36 -0
  106. package/compute/cli/commands/add-edge.d.ts +8 -0
  107. package/compute/cli/commands/add-edge.js +36 -0
  108. package/compute/cli/commands/add-node-and-save.d.ts +8 -0
  109. package/compute/cli/commands/add-node-and-save.js +36 -0
  110. package/compute/cli/commands/add-node.d.ts +8 -0
  111. package/compute/cli/commands/add-node.js +36 -0
  112. package/compute/cli/commands/auth.d.ts +8 -0
  113. package/compute/cli/commands/auth.js +107 -0
  114. package/compute/cli/commands/context.d.ts +8 -0
  115. package/compute/cli/commands/context.js +158 -0
  116. package/compute/cli/commands/copy-graph.d.ts +8 -0
  117. package/compute/cli/commands/copy-graph.js +36 -0
  118. package/compute/cli/commands/function-api-binding.d.ts +8 -0
  119. package/compute/cli/commands/function-api-binding.js +294 -0
  120. package/compute/cli/commands/function-definition.d.ts +8 -0
  121. package/compute/cli/commands/function-definition.js +788 -0
  122. package/compute/cli/commands/function-deployment-event.d.ts +8 -0
  123. package/compute/cli/commands/function-deployment-event.js +356 -0
  124. package/compute/cli/commands/function-deployment.d.ts +8 -0
  125. package/compute/cli/commands/function-deployment.js +612 -0
  126. package/compute/cli/commands/function-execution-log.d.ts +8 -0
  127. package/compute/cli/commands/function-execution-log.js +380 -0
  128. package/compute/cli/commands/function-graph-commit.d.ts +8 -0
  129. package/compute/cli/commands/function-graph-commit.js +389 -0
  130. package/compute/cli/commands/function-graph-execution-node-state.d.ts +8 -0
  131. package/compute/cli/commands/function-graph-execution-node-state.js +444 -0
  132. package/compute/cli/commands/function-graph-execution-output.d.ts +8 -0
  133. package/compute/cli/commands/function-graph-execution-output.js +290 -0
  134. package/compute/cli/commands/function-graph-execution.d.ts +8 -0
  135. package/compute/cli/commands/function-graph-execution.js +716 -0
  136. package/compute/cli/commands/function-graph-object.d.ts +8 -0
  137. package/compute/cli/commands/function-graph-object.js +309 -0
  138. package/compute/cli/commands/function-graph-ref.d.ts +8 -0
  139. package/compute/cli/commands/function-graph-ref.js +299 -0
  140. package/compute/cli/commands/function-graph-store.d.ts +8 -0
  141. package/compute/cli/commands/function-graph-store.js +278 -0
  142. package/compute/cli/commands/function-graph.d.ts +8 -0
  143. package/compute/cli/commands/function-graph.js +422 -0
  144. package/compute/cli/commands/function-invocation.d.ts +8 -0
  145. package/compute/cli/commands/function-invocation.js +512 -0
  146. package/compute/cli/commands/get-all-record.d.ts +8 -0
  147. package/compute/cli/commands/get-all-record.js +126 -0
  148. package/compute/cli/commands/import-definitions.d.ts +8 -0
  149. package/compute/cli/commands/import-definitions.js +36 -0
  150. package/compute/cli/commands/import-graph-json.d.ts +8 -0
  151. package/compute/cli/commands/import-graph-json.js +36 -0
  152. package/compute/cli/commands/init-empty-repo.d.ts +8 -0
  153. package/compute/cli/commands/init-empty-repo.js +36 -0
  154. package/compute/cli/commands/insert-node-at-path.d.ts +8 -0
  155. package/compute/cli/commands/insert-node-at-path.js +36 -0
  156. package/compute/cli/commands/org-function-execution-log.d.ts +8 -0
  157. package/compute/cli/commands/org-function-execution-log.js +360 -0
  158. package/compute/cli/commands/org-function-invocation.d.ts +8 -0
  159. package/compute/cli/commands/org-function-invocation.js +492 -0
  160. package/compute/cli/commands/provision-bucket.d.ts +8 -0
  161. package/compute/cli/commands/provision-bucket.js +36 -0
  162. package/compute/cli/commands/read-function-graph.d.ts +8 -0
  163. package/compute/cli/commands/read-function-graph.js +30 -0
  164. package/compute/cli/commands/save-graph.d.ts +8 -0
  165. package/compute/cli/commands/save-graph.js +36 -0
  166. package/compute/cli/commands/secret-definition.d.ts +8 -0
  167. package/compute/cli/commands/secret-definition.js +350 -0
  168. package/compute/cli/commands/set-data-at-path.d.ts +8 -0
  169. package/compute/cli/commands/set-data-at-path.js +36 -0
  170. package/compute/cli/commands/start-execution.d.ts +8 -0
  171. package/compute/cli/commands/start-execution.js +36 -0
  172. package/compute/cli/commands/validate-function-graph.d.ts +8 -0
  173. package/compute/cli/commands/validate-function-graph.js +36 -0
  174. package/compute/cli/commands.d.ts +7 -0
  175. package/compute/cli/commands.js +114 -0
  176. package/compute/cli/executor.d.ts +100 -0
  177. package/compute/cli/executor.js +40 -0
  178. package/compute/cli/index.d.ts +1 -0
  179. package/compute/cli/index.js +26 -0
  180. package/compute/cli/utils.d.ts +88 -0
  181. package/compute/cli/utils.js +297 -0
  182. package/compute/index.d.ts +6 -0
  183. package/compute/index.js +22 -0
  184. package/compute/orm/client.d.ts +97 -0
  185. package/compute/orm/client.js +152 -0
  186. package/compute/orm/index.d.ts +148 -0
  187. package/compute/orm/index.js +103 -0
  188. package/compute/orm/input-types.d.ts +4243 -0
  189. package/compute/orm/input-types.js +10 -0
  190. package/compute/orm/models/functionApiBinding.d.ts +54 -0
  191. package/compute/orm/models/functionApiBinding.js +104 -0
  192. package/compute/orm/models/functionDefinition.d.ts +54 -0
  193. package/compute/orm/models/functionDefinition.js +104 -0
  194. package/compute/orm/models/functionDeployment.d.ts +54 -0
  195. package/compute/orm/models/functionDeployment.js +104 -0
  196. package/compute/orm/models/functionDeploymentEvent.d.ts +56 -0
  197. package/compute/orm/models/functionDeploymentEvent.js +107 -0
  198. package/compute/orm/models/functionExecutionLog.d.ts +56 -0
  199. package/compute/orm/models/functionExecutionLog.js +107 -0
  200. package/compute/orm/models/functionGraph.d.ts +54 -0
  201. package/compute/orm/models/functionGraph.js +104 -0
  202. package/compute/orm/models/functionGraphCommit.d.ts +56 -0
  203. package/compute/orm/models/functionGraphCommit.js +107 -0
  204. package/compute/orm/models/functionGraphExecution.d.ts +56 -0
  205. package/compute/orm/models/functionGraphExecution.js +107 -0
  206. package/compute/orm/models/functionGraphExecutionNodeState.d.ts +56 -0
  207. package/compute/orm/models/functionGraphExecutionNodeState.js +107 -0
  208. package/compute/orm/models/functionGraphExecutionOutput.d.ts +56 -0
  209. package/compute/orm/models/functionGraphExecutionOutput.js +107 -0
  210. package/compute/orm/models/functionGraphObject.d.ts +56 -0
  211. package/compute/orm/models/functionGraphObject.js +97 -0
  212. package/compute/orm/models/functionGraphRef.d.ts +56 -0
  213. package/compute/orm/models/functionGraphRef.js +107 -0
  214. package/compute/orm/models/functionGraphStore.d.ts +54 -0
  215. package/compute/orm/models/functionGraphStore.js +104 -0
  216. package/compute/orm/models/functionInvocation.d.ts +56 -0
  217. package/compute/orm/models/functionInvocation.js +107 -0
  218. package/compute/orm/models/getAllRecord.d.ts +30 -0
  219. package/compute/orm/models/getAllRecord.js +59 -0
  220. package/compute/orm/models/index.d.ts +23 -0
  221. package/compute/orm/models/index.js +44 -0
  222. package/compute/orm/models/orgFunctionExecutionLog.d.ts +56 -0
  223. package/compute/orm/models/orgFunctionExecutionLog.js +107 -0
  224. package/compute/orm/models/orgFunctionInvocation.d.ts +56 -0
  225. package/compute/orm/models/orgFunctionInvocation.js +107 -0
  226. package/compute/orm/models/secretDefinition.d.ts +54 -0
  227. package/compute/orm/models/secretDefinition.js +104 -0
  228. package/compute/orm/mutation/index.d.ts +130 -0
  229. package/compute/orm/mutation/index.js +177 -0
  230. package/compute/orm/query/index.d.ts +17 -0
  231. package/compute/orm/query/index.js +21 -0
  232. package/compute/orm/query-builder.d.ts +110 -0
  233. package/compute/orm/query-builder.js +757 -0
  234. package/compute/orm/realtime.d.ts +142 -0
  235. package/compute/orm/realtime.js +104 -0
  236. package/compute/orm/select-types.d.ts +125 -0
  237. package/compute/orm/select-types.js +2 -0
  238. package/compute/orm/types.d.ts +6 -0
  239. package/compute/orm/types.js +23 -0
  240. package/config/cli/commands/auth.d.ts +8 -0
  241. package/config/cli/commands/auth.js +107 -0
  242. package/config/cli/commands/context.d.ts +8 -0
  243. package/config/cli/commands/context.js +158 -0
  244. package/config/cli/commands/org-secrets-del.d.ts +8 -0
  245. package/config/cli/commands/org-secrets-del.js +36 -0
  246. package/config/cli/commands/org-secrets-remove-array.d.ts +8 -0
  247. package/config/cli/commands/org-secrets-remove-array.js +36 -0
  248. package/config/cli/commands/org-secrets-rotate.d.ts +8 -0
  249. package/config/cli/commands/org-secrets-rotate.js +36 -0
  250. package/config/cli/commands/org-secrets-set.d.ts +8 -0
  251. package/config/cli/commands/org-secrets-set.js +36 -0
  252. package/config/cli/commands/platform-config-definition.d.ts +8 -0
  253. package/config/cli/commands/platform-config-definition.js +352 -0
  254. package/config/cli/commands/platform-config.d.ts +8 -0
  255. package/config/cli/commands/platform-config.js +372 -0
  256. package/config/cli/commands/platform-secrets-del.d.ts +8 -0
  257. package/config/cli/commands/platform-secrets-del.js +36 -0
  258. package/config/cli/commands/platform-secrets-remove-array.d.ts +8 -0
  259. package/config/cli/commands/platform-secrets-remove-array.js +36 -0
  260. package/config/cli/commands/platform-secrets-rotate.d.ts +8 -0
  261. package/config/cli/commands/platform-secrets-rotate.js +36 -0
  262. package/config/cli/commands/platform-secrets-set.d.ts +8 -0
  263. package/config/cli/commands/platform-secrets-set.js +36 -0
  264. package/config/cli/commands/provision-bucket.d.ts +8 -0
  265. package/config/cli/commands/provision-bucket.js +36 -0
  266. package/config/cli/commands.d.ts +7 -0
  267. package/config/cli/commands.js +70 -0
  268. package/config/cli/executor.d.ts +52 -0
  269. package/config/cli/executor.js +40 -0
  270. package/config/cli/index.d.ts +1 -0
  271. package/config/cli/index.js +26 -0
  272. package/config/cli/utils.d.ts +88 -0
  273. package/config/cli/utils.js +297 -0
  274. package/config/index.d.ts +6 -2
  275. package/config/index.js +20 -4
  276. package/config/orm/client.d.ts +97 -0
  277. package/config/orm/client.js +152 -0
  278. package/config/orm/index.d.ts +83 -0
  279. package/config/orm/index.js +67 -0
  280. package/config/orm/input-types.d.ts +719 -0
  281. package/config/orm/input-types.js +5 -0
  282. package/config/orm/models/index.d.ts +7 -0
  283. package/config/orm/models/index.js +12 -0
  284. package/config/orm/models/platformConfig.d.ts +54 -0
  285. package/config/orm/models/platformConfig.js +104 -0
  286. package/config/orm/models/platformConfigDefinition.d.ts +54 -0
  287. package/config/orm/models/platformConfigDefinition.js +104 -0
  288. package/config/orm/mutation/index.d.ts +90 -0
  289. package/config/orm/mutation/index.js +117 -0
  290. package/config/orm/query-builder.d.ts +110 -0
  291. package/config/orm/query-builder.js +757 -0
  292. package/config/orm/realtime.d.ts +142 -0
  293. package/config/orm/realtime.js +104 -0
  294. package/config/orm/select-types.d.ts +125 -0
  295. package/config/orm/select-types.js +2 -0
  296. package/config/orm/types.d.ts +6 -0
  297. package/config/orm/types.js +23 -0
  298. package/config-store.d.ts +28 -0
  299. package/config-store.js +149 -0
  300. package/esm/admin/orm/models/appAdminGrant.js +1 -1
  301. package/esm/admin/orm/models/appClaimedInvite.js +1 -1
  302. package/esm/admin/orm/models/appGrant.js +1 -1
  303. package/esm/admin/orm/models/appInvite.js +1 -1
  304. package/esm/admin/orm/models/appMembership.js +1 -1
  305. package/esm/admin/orm/models/appMembershipDefault.js +1 -1
  306. package/esm/admin/orm/models/appOwnerGrant.js +1 -1
  307. package/esm/admin/orm/models/appPermission.js +1 -1
  308. package/esm/admin/orm/models/appPermissionDefault.js +1 -1
  309. package/esm/admin/orm/models/appPermissionDefaultGrant.js +1 -1
  310. package/esm/admin/orm/models/appPermissionDefaultPermission.js +1 -1
  311. package/esm/admin/orm/models/membershipType.js +1 -1
  312. package/esm/admin/orm/models/orgAdminGrant.js +1 -1
  313. package/esm/admin/orm/models/orgChartEdge.js +1 -1
  314. package/esm/admin/orm/models/orgChartEdgeGrant.js +1 -1
  315. package/esm/admin/orm/models/orgClaimedInvite.js +1 -1
  316. package/esm/admin/orm/models/orgGrant.js +1 -1
  317. package/esm/admin/orm/models/orgInvite.js +1 -1
  318. package/esm/admin/orm/models/orgMember.js +1 -1
  319. package/esm/admin/orm/models/orgMemberProfile.js +1 -1
  320. package/esm/admin/orm/models/orgMembership.js +1 -1
  321. package/esm/admin/orm/models/orgMembershipDefault.js +1 -1
  322. package/esm/admin/orm/models/orgMembershipSetting.js +1 -1
  323. package/esm/admin/orm/models/orgOwnerGrant.js +1 -1
  324. package/esm/admin/orm/models/orgPermission.js +1 -1
  325. package/esm/admin/orm/models/orgPermissionDefault.js +1 -1
  326. package/esm/admin/orm/models/orgPermissionDefaultGrant.js +1 -1
  327. package/esm/admin/orm/models/orgPermissionDefaultPermission.js +1 -1
  328. package/esm/admin/orm/query-builder.d.ts +1 -1
  329. package/esm/admin/orm/query-builder.js +2 -1
  330. package/esm/agent/orm/input-types.d.ts +14 -2
  331. package/esm/agent/orm/models/agent.js +1 -1
  332. package/esm/agent/orm/models/agentMessage.js +1 -1
  333. package/esm/agent/orm/models/agentPersona.js +1 -1
  334. package/esm/agent/orm/models/agentPlan.js +1 -1
  335. package/esm/agent/orm/models/agentPrompt.js +1 -1
  336. package/esm/agent/orm/models/agentResource.js +1 -1
  337. package/esm/agent/orm/models/agentResourceChunk.js +1 -1
  338. package/esm/agent/orm/models/agentTask.js +1 -1
  339. package/esm/agent/orm/models/agentThread.js +1 -1
  340. package/esm/agent/orm/query-builder.d.ts +1 -1
  341. package/esm/agent/orm/query-builder.js +2 -1
  342. package/esm/api/cli/commands/schema.js +22 -0
  343. package/esm/api/orm/input-types.d.ts +36 -1
  344. package/esm/api/orm/models/api.js +1 -1
  345. package/esm/api/orm/models/apiModule.js +1 -1
  346. package/esm/api/orm/models/apiSchema.js +1 -1
  347. package/esm/api/orm/models/apiSetting.js +1 -1
  348. package/esm/api/orm/models/app.js +1 -1
  349. package/esm/api/orm/models/checkConstraint.js +1 -1
  350. package/esm/api/orm/models/compositeType.js +1 -1
  351. package/esm/api/orm/models/corsSetting.js +1 -1
  352. package/esm/api/orm/models/database.js +1 -1
  353. package/esm/api/orm/models/databaseSetting.js +1 -1
  354. package/esm/api/orm/models/databaseTransfer.js +1 -1
  355. package/esm/api/orm/models/defaultPrivilege.js +1 -1
  356. package/esm/api/orm/models/domain.js +1 -1
  357. package/esm/api/orm/models/embeddingChunk.js +1 -1
  358. package/esm/api/orm/models/enum.js +1 -1
  359. package/esm/api/orm/models/field.js +1 -1
  360. package/esm/api/orm/models/foreignKeyConstraint.js +1 -1
  361. package/esm/api/orm/models/fullTextSearch.js +1 -1
  362. package/esm/api/orm/models/function.js +1 -1
  363. package/esm/api/orm/models/indexModel.js +1 -1
  364. package/esm/api/orm/models/nodeTypeRegistry.js +1 -1
  365. package/esm/api/orm/models/partition.js +1 -1
  366. package/esm/api/orm/models/policy.js +1 -1
  367. package/esm/api/orm/models/primaryKeyConstraint.js +1 -1
  368. package/esm/api/orm/models/pubkeySetting.js +1 -1
  369. package/esm/api/orm/models/rlsSetting.js +1 -1
  370. package/esm/api/orm/models/schema.js +1 -1
  371. package/esm/api/orm/models/schemaGrant.js +1 -1
  372. package/esm/api/orm/models/site.js +1 -1
  373. package/esm/api/orm/models/siteMetadatum.js +1 -1
  374. package/esm/api/orm/models/siteModule.js +1 -1
  375. package/esm/api/orm/models/siteTheme.js +1 -1
  376. package/esm/api/orm/models/spatialRelation.js +1 -1
  377. package/esm/api/orm/models/table.js +1 -1
  378. package/esm/api/orm/models/tableGrant.js +1 -1
  379. package/esm/api/orm/models/trigger.js +1 -1
  380. package/esm/api/orm/models/triggerFunction.js +1 -1
  381. package/esm/api/orm/models/uniqueConstraint.js +1 -1
  382. package/esm/api/orm/models/view.js +1 -1
  383. package/esm/api/orm/models/viewGrant.js +1 -1
  384. package/esm/api/orm/models/viewRule.js +1 -1
  385. package/esm/api/orm/models/viewTable.js +1 -1
  386. package/esm/api/orm/models/webauthnSetting.js +1 -1
  387. package/esm/api/orm/query-builder.d.ts +1 -1
  388. package/esm/api/orm/query-builder.js +2 -1
  389. package/esm/auth/cli/commands/audit-log-auth.js +14 -0
  390. package/esm/auth/orm/input-types.d.ts +4 -2
  391. package/esm/auth/orm/models/auditLogAuth.d.ts +2 -0
  392. package/esm/auth/orm/models/auditLogAuth.js +4 -1
  393. package/esm/auth/orm/models/cryptoAddress.js +1 -1
  394. package/esm/auth/orm/models/email.js +1 -1
  395. package/esm/auth/orm/models/phoneNumber.js +1 -1
  396. package/esm/auth/orm/models/roleType.js +1 -1
  397. package/esm/auth/orm/models/user.js +1 -1
  398. package/esm/auth/orm/models/webauthnCredential.js +1 -1
  399. package/esm/auth/orm/query-builder.d.ts +1 -1
  400. package/esm/auth/orm/query-builder.js +2 -1
  401. package/esm/cli-commands.js +1 -1
  402. package/esm/compute/cli/commands/add-edge-and-save.d.ts +8 -0
  403. package/esm/compute/cli/commands/add-edge-and-save.js +34 -0
  404. package/esm/compute/cli/commands/add-edge.d.ts +8 -0
  405. package/esm/compute/cli/commands/add-edge.js +34 -0
  406. package/esm/compute/cli/commands/add-node-and-save.d.ts +8 -0
  407. package/esm/compute/cli/commands/add-node-and-save.js +34 -0
  408. package/esm/compute/cli/commands/add-node.d.ts +8 -0
  409. package/esm/compute/cli/commands/add-node.js +34 -0
  410. package/esm/compute/cli/commands/auth.d.ts +8 -0
  411. package/esm/compute/cli/commands/auth.js +105 -0
  412. package/esm/compute/cli/commands/context.d.ts +8 -0
  413. package/esm/compute/cli/commands/context.js +156 -0
  414. package/esm/compute/cli/commands/copy-graph.d.ts +8 -0
  415. package/esm/compute/cli/commands/copy-graph.js +34 -0
  416. package/esm/compute/cli/commands/function-api-binding.d.ts +8 -0
  417. package/esm/compute/cli/commands/function-api-binding.js +292 -0
  418. package/esm/compute/cli/commands/function-definition.d.ts +8 -0
  419. package/esm/compute/cli/commands/function-definition.js +786 -0
  420. package/esm/compute/cli/commands/function-deployment-event.d.ts +8 -0
  421. package/esm/compute/cli/commands/function-deployment-event.js +354 -0
  422. package/esm/compute/cli/commands/function-deployment.d.ts +8 -0
  423. package/esm/compute/cli/commands/function-deployment.js +610 -0
  424. package/esm/compute/cli/commands/function-execution-log.d.ts +8 -0
  425. package/esm/compute/cli/commands/function-execution-log.js +378 -0
  426. package/esm/compute/cli/commands/function-graph-commit.d.ts +8 -0
  427. package/esm/compute/cli/commands/function-graph-commit.js +387 -0
  428. package/esm/compute/cli/commands/function-graph-execution-node-state.d.ts +8 -0
  429. package/esm/compute/cli/commands/function-graph-execution-node-state.js +442 -0
  430. package/esm/compute/cli/commands/function-graph-execution-output.d.ts +8 -0
  431. package/esm/compute/cli/commands/function-graph-execution-output.js +288 -0
  432. package/esm/compute/cli/commands/function-graph-execution.d.ts +8 -0
  433. package/esm/compute/cli/commands/function-graph-execution.js +714 -0
  434. package/esm/compute/cli/commands/function-graph-object.d.ts +8 -0
  435. package/esm/compute/cli/commands/function-graph-object.js +307 -0
  436. package/esm/compute/cli/commands/function-graph-ref.d.ts +8 -0
  437. package/esm/compute/cli/commands/function-graph-ref.js +297 -0
  438. package/esm/compute/cli/commands/function-graph-store.d.ts +8 -0
  439. package/esm/compute/cli/commands/function-graph-store.js +276 -0
  440. package/esm/compute/cli/commands/function-graph.d.ts +8 -0
  441. package/esm/compute/cli/commands/function-graph.js +420 -0
  442. package/esm/compute/cli/commands/function-invocation.d.ts +8 -0
  443. package/esm/compute/cli/commands/function-invocation.js +510 -0
  444. package/esm/compute/cli/commands/get-all-record.d.ts +8 -0
  445. package/esm/compute/cli/commands/get-all-record.js +124 -0
  446. package/esm/compute/cli/commands/import-definitions.d.ts +8 -0
  447. package/esm/compute/cli/commands/import-definitions.js +34 -0
  448. package/esm/compute/cli/commands/import-graph-json.d.ts +8 -0
  449. package/esm/compute/cli/commands/import-graph-json.js +34 -0
  450. package/esm/compute/cli/commands/init-empty-repo.d.ts +8 -0
  451. package/esm/compute/cli/commands/init-empty-repo.js +34 -0
  452. package/esm/compute/cli/commands/insert-node-at-path.d.ts +8 -0
  453. package/esm/compute/cli/commands/insert-node-at-path.js +34 -0
  454. package/esm/compute/cli/commands/org-function-execution-log.d.ts +8 -0
  455. package/esm/compute/cli/commands/org-function-execution-log.js +358 -0
  456. package/esm/compute/cli/commands/org-function-invocation.d.ts +8 -0
  457. package/esm/compute/cli/commands/org-function-invocation.js +490 -0
  458. package/esm/compute/cli/commands/provision-bucket.d.ts +8 -0
  459. package/esm/compute/cli/commands/provision-bucket.js +34 -0
  460. package/esm/compute/cli/commands/read-function-graph.d.ts +8 -0
  461. package/esm/compute/cli/commands/read-function-graph.js +28 -0
  462. package/esm/compute/cli/commands/save-graph.d.ts +8 -0
  463. package/esm/compute/cli/commands/save-graph.js +34 -0
  464. package/esm/compute/cli/commands/secret-definition.d.ts +8 -0
  465. package/esm/compute/cli/commands/secret-definition.js +348 -0
  466. package/esm/compute/cli/commands/set-data-at-path.d.ts +8 -0
  467. package/esm/compute/cli/commands/set-data-at-path.js +34 -0
  468. package/esm/compute/cli/commands/start-execution.d.ts +8 -0
  469. package/esm/compute/cli/commands/start-execution.js +34 -0
  470. package/esm/compute/cli/commands/validate-function-graph.d.ts +8 -0
  471. package/esm/compute/cli/commands/validate-function-graph.js +34 -0
  472. package/esm/compute/cli/commands.d.ts +7 -0
  473. package/esm/compute/cli/commands.js +107 -0
  474. package/esm/compute/cli/executor.d.ts +100 -0
  475. package/esm/compute/cli/executor.js +35 -0
  476. package/esm/compute/cli/index.d.ts +1 -0
  477. package/esm/compute/cli/index.js +24 -0
  478. package/esm/compute/cli/utils.d.ts +88 -0
  479. package/esm/compute/cli/utils.js +281 -0
  480. package/esm/compute/index.d.ts +6 -0
  481. package/esm/compute/index.js +6 -0
  482. package/esm/compute/orm/client.d.ts +97 -0
  483. package/esm/compute/orm/client.js +145 -0
  484. package/esm/compute/orm/index.d.ts +148 -0
  485. package/esm/compute/orm/index.js +80 -0
  486. package/esm/compute/orm/input-types.d.ts +4243 -0
  487. package/esm/compute/orm/input-types.js +7 -0
  488. package/esm/compute/orm/models/functionApiBinding.d.ts +54 -0
  489. package/esm/compute/orm/models/functionApiBinding.js +100 -0
  490. package/esm/compute/orm/models/functionDefinition.d.ts +54 -0
  491. package/esm/compute/orm/models/functionDefinition.js +100 -0
  492. package/esm/compute/orm/models/functionDeployment.d.ts +54 -0
  493. package/esm/compute/orm/models/functionDeployment.js +100 -0
  494. package/esm/compute/orm/models/functionDeploymentEvent.d.ts +56 -0
  495. package/esm/compute/orm/models/functionDeploymentEvent.js +103 -0
  496. package/esm/compute/orm/models/functionExecutionLog.d.ts +56 -0
  497. package/esm/compute/orm/models/functionExecutionLog.js +103 -0
  498. package/esm/compute/orm/models/functionGraph.d.ts +54 -0
  499. package/esm/compute/orm/models/functionGraph.js +100 -0
  500. package/esm/compute/orm/models/functionGraphCommit.d.ts +56 -0
  501. package/esm/compute/orm/models/functionGraphCommit.js +103 -0
  502. package/esm/compute/orm/models/functionGraphExecution.d.ts +56 -0
  503. package/esm/compute/orm/models/functionGraphExecution.js +103 -0
  504. package/esm/compute/orm/models/functionGraphExecutionNodeState.d.ts +56 -0
  505. package/esm/compute/orm/models/functionGraphExecutionNodeState.js +103 -0
  506. package/esm/compute/orm/models/functionGraphExecutionOutput.d.ts +56 -0
  507. package/esm/compute/orm/models/functionGraphExecutionOutput.js +103 -0
  508. package/esm/compute/orm/models/functionGraphObject.d.ts +56 -0
  509. package/esm/compute/orm/models/functionGraphObject.js +93 -0
  510. package/esm/compute/orm/models/functionGraphRef.d.ts +56 -0
  511. package/esm/compute/orm/models/functionGraphRef.js +103 -0
  512. package/esm/compute/orm/models/functionGraphStore.d.ts +54 -0
  513. package/esm/compute/orm/models/functionGraphStore.js +100 -0
  514. package/esm/compute/orm/models/functionInvocation.d.ts +56 -0
  515. package/esm/compute/orm/models/functionInvocation.js +103 -0
  516. package/esm/compute/orm/models/getAllRecord.d.ts +30 -0
  517. package/esm/compute/orm/models/getAllRecord.js +55 -0
  518. package/esm/compute/orm/models/index.d.ts +23 -0
  519. package/esm/compute/orm/models/index.js +23 -0
  520. package/esm/compute/orm/models/orgFunctionExecutionLog.d.ts +56 -0
  521. package/esm/compute/orm/models/orgFunctionExecutionLog.js +103 -0
  522. package/esm/compute/orm/models/orgFunctionInvocation.d.ts +56 -0
  523. package/esm/compute/orm/models/orgFunctionInvocation.js +103 -0
  524. package/esm/compute/orm/models/secretDefinition.d.ts +54 -0
  525. package/esm/compute/orm/models/secretDefinition.js +100 -0
  526. package/esm/compute/orm/mutation/index.d.ts +130 -0
  527. package/esm/compute/orm/mutation/index.js +174 -0
  528. package/esm/compute/orm/query/index.d.ts +17 -0
  529. package/esm/compute/orm/query/index.js +18 -0
  530. package/esm/compute/orm/query-builder.d.ts +110 -0
  531. package/esm/compute/orm/query-builder.js +705 -0
  532. package/esm/compute/orm/realtime.d.ts +142 -0
  533. package/esm/compute/orm/realtime.js +100 -0
  534. package/esm/compute/orm/select-types.d.ts +125 -0
  535. package/esm/compute/orm/select-types.js +1 -0
  536. package/esm/compute/orm/types.d.ts +6 -0
  537. package/esm/compute/orm/types.js +7 -0
  538. package/esm/config/cli/commands/auth.d.ts +8 -0
  539. package/esm/config/cli/commands/auth.js +105 -0
  540. package/esm/config/cli/commands/context.d.ts +8 -0
  541. package/esm/config/cli/commands/context.js +156 -0
  542. package/esm/config/cli/commands/org-secrets-del.d.ts +8 -0
  543. package/esm/config/cli/commands/org-secrets-del.js +34 -0
  544. package/esm/config/cli/commands/org-secrets-remove-array.d.ts +8 -0
  545. package/esm/config/cli/commands/org-secrets-remove-array.js +34 -0
  546. package/esm/config/cli/commands/org-secrets-rotate.d.ts +8 -0
  547. package/esm/config/cli/commands/org-secrets-rotate.js +34 -0
  548. package/esm/config/cli/commands/org-secrets-set.d.ts +8 -0
  549. package/esm/config/cli/commands/org-secrets-set.js +34 -0
  550. package/esm/config/cli/commands/platform-config-definition.d.ts +8 -0
  551. package/esm/config/cli/commands/platform-config-definition.js +350 -0
  552. package/esm/config/cli/commands/platform-config.d.ts +8 -0
  553. package/esm/config/cli/commands/platform-config.js +370 -0
  554. package/esm/config/cli/commands/platform-secrets-del.d.ts +8 -0
  555. package/esm/config/cli/commands/platform-secrets-del.js +34 -0
  556. package/esm/config/cli/commands/platform-secrets-remove-array.d.ts +8 -0
  557. package/esm/config/cli/commands/platform-secrets-remove-array.js +34 -0
  558. package/esm/config/cli/commands/platform-secrets-rotate.d.ts +8 -0
  559. package/esm/config/cli/commands/platform-secrets-rotate.js +34 -0
  560. package/esm/config/cli/commands/platform-secrets-set.d.ts +8 -0
  561. package/esm/config/cli/commands/platform-secrets-set.js +34 -0
  562. package/esm/config/cli/commands/provision-bucket.d.ts +8 -0
  563. package/esm/config/cli/commands/provision-bucket.js +34 -0
  564. package/esm/config/cli/commands.d.ts +7 -0
  565. package/esm/config/cli/commands.js +63 -0
  566. package/esm/config/cli/executor.d.ts +52 -0
  567. package/esm/config/cli/executor.js +35 -0
  568. package/esm/config/cli/index.d.ts +1 -0
  569. package/esm/config/cli/index.js +24 -0
  570. package/esm/config/cli/utils.d.ts +88 -0
  571. package/esm/config/cli/utils.js +281 -0
  572. package/esm/config/index.d.ts +6 -2
  573. package/esm/config/index.js +6 -1
  574. package/esm/config/orm/client.d.ts +97 -0
  575. package/esm/config/orm/client.js +145 -0
  576. package/esm/config/orm/index.d.ts +83 -0
  577. package/esm/config/orm/index.js +45 -0
  578. package/esm/config/orm/input-types.d.ts +719 -0
  579. package/esm/config/orm/input-types.js +2 -0
  580. package/esm/config/orm/models/index.d.ts +7 -0
  581. package/esm/config/orm/models/index.js +7 -0
  582. package/esm/config/orm/models/platformConfig.d.ts +54 -0
  583. package/esm/config/orm/models/platformConfig.js +100 -0
  584. package/esm/config/orm/models/platformConfigDefinition.d.ts +54 -0
  585. package/esm/config/orm/models/platformConfigDefinition.js +100 -0
  586. package/esm/config/orm/mutation/index.d.ts +90 -0
  587. package/esm/config/orm/mutation/index.js +114 -0
  588. package/esm/config/orm/query-builder.d.ts +110 -0
  589. package/esm/config/orm/query-builder.js +705 -0
  590. package/esm/config/orm/realtime.d.ts +142 -0
  591. package/esm/config/orm/realtime.js +100 -0
  592. package/esm/config/orm/select-types.d.ts +125 -0
  593. package/esm/config/orm/select-types.js +1 -0
  594. package/esm/config/orm/types.d.ts +6 -0
  595. package/esm/config/orm/types.js +7 -0
  596. package/esm/config-store.d.ts +28 -0
  597. package/esm/config-store.js +113 -0
  598. package/esm/index.d.ts +2 -0
  599. package/esm/index.js +2 -0
  600. package/esm/modules/cli/commands/function-deployment-module.d.ts +8 -0
  601. package/esm/modules/cli/commands/function-deployment-module.js +624 -0
  602. package/esm/modules/cli/commands/graph-execution-module.d.ts +8 -0
  603. package/esm/modules/cli/commands/graph-execution-module.js +650 -0
  604. package/esm/modules/cli/commands/graph-module.js +0 -44
  605. package/esm/modules/cli/commands/namespace-module.js +22 -0
  606. package/esm/modules/cli/commands.js +7 -3
  607. package/esm/modules/cli/executor.d.ts +3 -1
  608. package/esm/modules/orm/index.d.ts +6 -2
  609. package/esm/modules/orm/index.js +6 -2
  610. package/esm/modules/orm/input-types.d.ts +722 -239
  611. package/esm/modules/orm/models/agentModule.js +1 -1
  612. package/esm/modules/orm/models/billingModule.js +1 -1
  613. package/esm/modules/orm/models/billingProviderModule.js +1 -1
  614. package/esm/modules/orm/models/blueprint.js +1 -1
  615. package/esm/modules/orm/models/blueprintConstruction.js +1 -1
  616. package/esm/modules/orm/models/blueprintTemplate.js +1 -1
  617. package/esm/modules/orm/models/computeLogModule.js +1 -1
  618. package/esm/modules/orm/models/configSecretsModule.js +1 -1
  619. package/esm/modules/orm/models/configSecretsOrgModule.js +1 -1
  620. package/esm/modules/orm/models/configSecretsUserModule.js +1 -1
  621. package/esm/modules/orm/models/connectedAccountsModule.js +1 -1
  622. package/esm/modules/orm/models/cryptoAddressesModule.js +1 -1
  623. package/esm/modules/orm/models/cryptoAuthModule.js +1 -1
  624. package/esm/modules/orm/models/databaseProvisionModule.js +1 -1
  625. package/esm/modules/orm/models/dbUsageModule.js +1 -1
  626. package/esm/modules/orm/models/defaultIdsModule.js +1 -1
  627. package/esm/modules/orm/models/denormalizedTableField.js +1 -1
  628. package/esm/modules/orm/models/devicesModule.js +1 -1
  629. package/esm/modules/orm/models/emailsModule.js +1 -1
  630. package/esm/modules/orm/models/entityTypeProvision.js +1 -1
  631. package/esm/modules/orm/models/eventsModule.js +1 -1
  632. package/esm/modules/orm/models/functionDeploymentModule.d.ts +54 -0
  633. package/esm/modules/orm/models/functionDeploymentModule.js +100 -0
  634. package/esm/modules/orm/models/functionInvocationModule.js +1 -1
  635. package/esm/modules/orm/models/functionModule.js +1 -1
  636. package/esm/modules/orm/models/graphExecutionModule.d.ts +54 -0
  637. package/esm/modules/orm/models/graphExecutionModule.js +100 -0
  638. package/esm/modules/orm/models/graphModule.js +1 -1
  639. package/esm/modules/orm/models/hierarchyModule.js +1 -1
  640. package/esm/modules/orm/models/i18NModule.js +1 -1
  641. package/esm/modules/orm/models/identityProvidersModule.js +1 -1
  642. package/esm/modules/orm/models/index.d.ts +3 -1
  643. package/esm/modules/orm/models/index.js +3 -1
  644. package/esm/modules/orm/models/inferenceLogModule.js +1 -1
  645. package/esm/modules/orm/models/invitesModule.js +1 -1
  646. package/esm/modules/orm/models/limitsModule.js +1 -1
  647. package/esm/modules/orm/models/membershipTypesModule.js +1 -1
  648. package/esm/modules/orm/models/membershipsModule.js +1 -1
  649. package/esm/modules/orm/models/merkleStoreModule.js +1 -1
  650. package/esm/modules/orm/models/namespaceModule.js +1 -1
  651. package/esm/modules/orm/models/notificationsModule.js +1 -1
  652. package/esm/modules/orm/models/permissionsModule.js +1 -1
  653. package/esm/modules/orm/models/phoneNumbersModule.js +1 -1
  654. package/esm/modules/orm/models/plansModule.js +1 -1
  655. package/esm/modules/orm/models/profilesModule.js +1 -1
  656. package/esm/modules/orm/models/rateLimitMetersModule.js +1 -1
  657. package/esm/modules/orm/models/rateLimitsModule.js +1 -1
  658. package/esm/modules/orm/models/realtimeModule.js +1 -1
  659. package/esm/modules/orm/models/relationProvision.js +1 -1
  660. package/esm/modules/orm/models/rlsModule.js +1 -1
  661. package/esm/modules/orm/models/secureTableProvision.js +1 -1
  662. package/esm/modules/orm/models/sessionSecretsModule.js +1 -1
  663. package/esm/modules/orm/models/sessionsModule.js +1 -1
  664. package/esm/modules/orm/models/storageLogModule.js +1 -1
  665. package/esm/modules/orm/models/storageModule.js +1 -1
  666. package/esm/modules/orm/models/transferLogModule.js +1 -1
  667. package/esm/modules/orm/models/userAuthModule.js +1 -1
  668. package/esm/modules/orm/models/userCredentialsModule.js +1 -1
  669. package/esm/modules/orm/models/userSettingsModule.js +1 -1
  670. package/esm/modules/orm/models/userStateModule.js +1 -1
  671. package/esm/modules/orm/models/usersModule.js +1 -1
  672. package/esm/modules/orm/models/webauthnAuthModule.js +1 -1
  673. package/esm/modules/orm/models/webauthnCredentialsModule.js +1 -1
  674. package/esm/modules/orm/query-builder.d.ts +1 -1
  675. package/esm/modules/orm/query-builder.js +2 -1
  676. package/esm/objects/cli/commands/commit.js +14 -7
  677. package/esm/objects/cli/commands/object.js +9 -2
  678. package/esm/objects/cli/commands/ref.js +13 -6
  679. package/esm/objects/orm/models/commit.d.ts +2 -0
  680. package/esm/objects/orm/models/commit.js +4 -1
  681. package/esm/objects/orm/models/object.d.ts +2 -0
  682. package/esm/objects/orm/models/object.js +4 -1
  683. package/esm/objects/orm/models/ref.d.ts +2 -0
  684. package/esm/objects/orm/models/ref.js +4 -1
  685. package/esm/objects/orm/models/store.js +1 -1
  686. package/esm/objects/orm/query-builder.d.ts +1 -1
  687. package/esm/objects/orm/query-builder.js +2 -1
  688. package/esm/usage/cli/commands/app-limit-event.js +14 -0
  689. package/esm/usage/cli/commands/org-limit-event.js +14 -0
  690. package/esm/usage/orm/models/appLimit.js +1 -1
  691. package/esm/usage/orm/models/appLimitCap.js +1 -1
  692. package/esm/usage/orm/models/appLimitCapsDefault.js +1 -1
  693. package/esm/usage/orm/models/appLimitCredit.js +1 -1
  694. package/esm/usage/orm/models/appLimitCreditCode.js +1 -1
  695. package/esm/usage/orm/models/appLimitCreditCodeItem.js +1 -1
  696. package/esm/usage/orm/models/appLimitCreditRedemption.js +1 -1
  697. package/esm/usage/orm/models/appLimitDefault.js +1 -1
  698. package/esm/usage/orm/models/appLimitEvent.d.ts +2 -0
  699. package/esm/usage/orm/models/appLimitEvent.js +4 -1
  700. package/esm/usage/orm/models/appLimitWarning.js +1 -1
  701. package/esm/usage/orm/models/orgLimit.js +1 -1
  702. package/esm/usage/orm/models/orgLimitAggregate.js +1 -1
  703. package/esm/usage/orm/models/orgLimitCap.js +1 -1
  704. package/esm/usage/orm/models/orgLimitCapsDefault.js +1 -1
  705. package/esm/usage/orm/models/orgLimitCredit.js +1 -1
  706. package/esm/usage/orm/models/orgLimitDefault.js +1 -1
  707. package/esm/usage/orm/models/orgLimitEvent.d.ts +2 -0
  708. package/esm/usage/orm/models/orgLimitEvent.js +4 -1
  709. package/esm/usage/orm/models/orgLimitWarning.js +1 -1
  710. package/esm/usage/orm/query-builder.d.ts +1 -1
  711. package/esm/usage/orm/query-builder.js +2 -1
  712. package/index.d.ts +2 -0
  713. package/index.js +3 -1
  714. package/modules/cli/commands/function-deployment-module.d.ts +8 -0
  715. package/modules/cli/commands/function-deployment-module.js +626 -0
  716. package/modules/cli/commands/graph-execution-module.d.ts +8 -0
  717. package/modules/cli/commands/graph-execution-module.js +652 -0
  718. package/modules/cli/commands/graph-module.js +0 -44
  719. package/modules/cli/commands/namespace-module.js +22 -0
  720. package/modules/cli/commands.js +7 -3
  721. package/modules/cli/executor.d.ts +3 -1
  722. package/modules/orm/index.d.ts +6 -2
  723. package/modules/orm/index.js +6 -2
  724. package/modules/orm/input-types.d.ts +722 -239
  725. package/modules/orm/models/agentModule.js +1 -1
  726. package/modules/orm/models/billingModule.js +1 -1
  727. package/modules/orm/models/billingProviderModule.js +1 -1
  728. package/modules/orm/models/blueprint.js +1 -1
  729. package/modules/orm/models/blueprintConstruction.js +1 -1
  730. package/modules/orm/models/blueprintTemplate.js +1 -1
  731. package/modules/orm/models/computeLogModule.js +1 -1
  732. package/modules/orm/models/configSecretsModule.js +1 -1
  733. package/modules/orm/models/configSecretsOrgModule.js +1 -1
  734. package/modules/orm/models/configSecretsUserModule.js +1 -1
  735. package/modules/orm/models/connectedAccountsModule.js +1 -1
  736. package/modules/orm/models/cryptoAddressesModule.js +1 -1
  737. package/modules/orm/models/cryptoAuthModule.js +1 -1
  738. package/modules/orm/models/databaseProvisionModule.js +1 -1
  739. package/modules/orm/models/dbUsageModule.js +1 -1
  740. package/modules/orm/models/defaultIdsModule.js +1 -1
  741. package/modules/orm/models/denormalizedTableField.js +1 -1
  742. package/modules/orm/models/devicesModule.js +1 -1
  743. package/modules/orm/models/emailsModule.js +1 -1
  744. package/modules/orm/models/entityTypeProvision.js +1 -1
  745. package/modules/orm/models/eventsModule.js +1 -1
  746. package/modules/orm/models/functionDeploymentModule.d.ts +54 -0
  747. package/modules/orm/models/functionDeploymentModule.js +104 -0
  748. package/modules/orm/models/functionInvocationModule.js +1 -1
  749. package/modules/orm/models/functionModule.js +1 -1
  750. package/modules/orm/models/graphExecutionModule.d.ts +54 -0
  751. package/modules/orm/models/graphExecutionModule.js +104 -0
  752. package/modules/orm/models/graphModule.js +1 -1
  753. package/modules/orm/models/hierarchyModule.js +1 -1
  754. package/modules/orm/models/i18NModule.js +1 -1
  755. package/modules/orm/models/identityProvidersModule.js +1 -1
  756. package/modules/orm/models/index.d.ts +3 -1
  757. package/modules/orm/models/index.js +8 -4
  758. package/modules/orm/models/inferenceLogModule.js +1 -1
  759. package/modules/orm/models/invitesModule.js +1 -1
  760. package/modules/orm/models/limitsModule.js +1 -1
  761. package/modules/orm/models/membershipTypesModule.js +1 -1
  762. package/modules/orm/models/membershipsModule.js +1 -1
  763. package/modules/orm/models/merkleStoreModule.js +1 -1
  764. package/modules/orm/models/namespaceModule.js +1 -1
  765. package/modules/orm/models/notificationsModule.js +1 -1
  766. package/modules/orm/models/permissionsModule.js +1 -1
  767. package/modules/orm/models/phoneNumbersModule.js +1 -1
  768. package/modules/orm/models/plansModule.js +1 -1
  769. package/modules/orm/models/profilesModule.js +1 -1
  770. package/modules/orm/models/rateLimitMetersModule.js +1 -1
  771. package/modules/orm/models/rateLimitsModule.js +1 -1
  772. package/modules/orm/models/realtimeModule.js +1 -1
  773. package/modules/orm/models/relationProvision.js +1 -1
  774. package/modules/orm/models/rlsModule.js +1 -1
  775. package/modules/orm/models/secureTableProvision.js +1 -1
  776. package/modules/orm/models/sessionSecretsModule.js +1 -1
  777. package/modules/orm/models/sessionsModule.js +1 -1
  778. package/modules/orm/models/storageLogModule.js +1 -1
  779. package/modules/orm/models/storageModule.js +1 -1
  780. package/modules/orm/models/transferLogModule.js +1 -1
  781. package/modules/orm/models/userAuthModule.js +1 -1
  782. package/modules/orm/models/userCredentialsModule.js +1 -1
  783. package/modules/orm/models/userSettingsModule.js +1 -1
  784. package/modules/orm/models/userStateModule.js +1 -1
  785. package/modules/orm/models/usersModule.js +1 -1
  786. package/modules/orm/models/webauthnAuthModule.js +1 -1
  787. package/modules/orm/models/webauthnCredentialsModule.js +1 -1
  788. package/modules/orm/query-builder.d.ts +1 -1
  789. package/modules/orm/query-builder.js +2 -1
  790. package/objects/cli/commands/commit.js +14 -7
  791. package/objects/cli/commands/object.js +9 -2
  792. package/objects/cli/commands/ref.js +13 -6
  793. package/objects/orm/models/commit.d.ts +2 -0
  794. package/objects/orm/models/commit.js +4 -1
  795. package/objects/orm/models/object.d.ts +2 -0
  796. package/objects/orm/models/object.js +4 -1
  797. package/objects/orm/models/ref.d.ts +2 -0
  798. package/objects/orm/models/ref.js +4 -1
  799. package/objects/orm/models/store.js +1 -1
  800. package/objects/orm/query-builder.d.ts +1 -1
  801. package/objects/orm/query-builder.js +2 -1
  802. package/package.json +3 -3
  803. package/usage/cli/commands/app-limit-event.js +14 -0
  804. package/usage/cli/commands/org-limit-event.js +14 -0
  805. package/usage/orm/models/appLimit.js +1 -1
  806. package/usage/orm/models/appLimitCap.js +1 -1
  807. package/usage/orm/models/appLimitCapsDefault.js +1 -1
  808. package/usage/orm/models/appLimitCredit.js +1 -1
  809. package/usage/orm/models/appLimitCreditCode.js +1 -1
  810. package/usage/orm/models/appLimitCreditCodeItem.js +1 -1
  811. package/usage/orm/models/appLimitCreditRedemption.js +1 -1
  812. package/usage/orm/models/appLimitDefault.js +1 -1
  813. package/usage/orm/models/appLimitEvent.d.ts +2 -0
  814. package/usage/orm/models/appLimitEvent.js +4 -1
  815. package/usage/orm/models/appLimitWarning.js +1 -1
  816. package/usage/orm/models/orgLimit.js +1 -1
  817. package/usage/orm/models/orgLimitAggregate.js +1 -1
  818. package/usage/orm/models/orgLimitCap.js +1 -1
  819. package/usage/orm/models/orgLimitCapsDefault.js +1 -1
  820. package/usage/orm/models/orgLimitCredit.js +1 -1
  821. package/usage/orm/models/orgLimitDefault.js +1 -1
  822. package/usage/orm/models/orgLimitEvent.d.ts +2 -0
  823. package/usage/orm/models/orgLimitEvent.js +4 -1
  824. package/usage/orm/models/orgLimitWarning.js +1 -1
  825. package/usage/orm/query-builder.d.ts +1 -1
  826. package/usage/orm/query-builder.js +2 -1
  827. package/config/app-dirs.d.ts +0 -31
  828. package/config/app-dirs.js +0 -33
  829. package/esm/config/app-dirs.d.ts +0 -31
  830. package/esm/config/app-dirs.js +0 -29
@@ -74,7 +74,7 @@ export class AppPermissionDefaultGrantModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AppPermissionDefaultGrant', 'updateAppPermissionDefaultGrant', 'appPermissionDefaultGrant', args.select, args.where.id, args.data, 'UpdateAppPermissionDefaultGrantInput', 'id', 'appPermissionDefaultGrantPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AppPermissionDefaultGrant', 'updateAppPermissionDefaultGrant', 'appPermissionDefaultGrant', args.select, args.where.id, args.data, 'UpdateAppPermissionDefaultGrantInput', 'id', 'appPermissionDefaultGrantPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AppPermissionDefaultPermissionModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AppPermissionDefaultPermission', 'updateAppPermissionDefaultPermission', 'appPermissionDefaultPermission', args.select, args.where.id, args.data, 'UpdateAppPermissionDefaultPermissionInput', 'id', 'appPermissionDefaultPermissionPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AppPermissionDefaultPermission', 'updateAppPermissionDefaultPermission', 'appPermissionDefaultPermission', args.select, args.where.id, args.data, 'UpdateAppPermissionDefaultPermissionInput', 'id', 'appPermissionDefaultPermissionPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class MembershipTypeModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('MembershipType', 'updateMembershipType', 'membershipType', args.select, args.where.id, args.data, 'UpdateMembershipTypeInput', 'id', 'membershipTypePatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('MembershipType', 'updateMembershipType', 'membershipType', args.select, args.where.id, args.data, 'UpdateMembershipTypeInput', 'id', 'membershipTypePatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgAdminGrantModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgAdminGrant', 'updateOrgAdminGrant', 'orgAdminGrant', args.select, args.where.id, args.data, 'UpdateOrgAdminGrantInput', 'id', 'orgAdminGrantPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgAdminGrant', 'updateOrgAdminGrant', 'orgAdminGrant', args.select, args.where.id, args.data, 'UpdateOrgAdminGrantInput', 'id', 'orgAdminGrantPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgChartEdgeModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgChartEdge', 'updateOrgChartEdge', 'orgChartEdge', args.select, args.where.id, args.data, 'UpdateOrgChartEdgeInput', 'id', 'orgChartEdgePatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgChartEdge', 'updateOrgChartEdge', 'orgChartEdge', args.select, args.where.id, args.data, 'UpdateOrgChartEdgeInput', 'id', 'orgChartEdgePatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgChartEdgeGrantModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgChartEdgeGrant', 'updateOrgChartEdgeGrant', 'orgChartEdgeGrant', args.select, args.where.id, args.data, 'UpdateOrgChartEdgeGrantInput', 'id', 'orgChartEdgeGrantPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgChartEdgeGrant', 'updateOrgChartEdgeGrant', 'orgChartEdgeGrant', args.select, args.where.id, args.data, 'UpdateOrgChartEdgeGrantInput', 'id', 'orgChartEdgeGrantPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgClaimedInviteModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgClaimedInvite', 'updateOrgClaimedInvite', 'orgClaimedInvite', args.select, args.where.id, args.data, 'UpdateOrgClaimedInviteInput', 'id', 'orgClaimedInvitePatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgClaimedInvite', 'updateOrgClaimedInvite', 'orgClaimedInvite', args.select, args.where.id, args.data, 'UpdateOrgClaimedInviteInput', 'id', 'orgClaimedInvitePatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgGrantModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgGrant', 'updateOrgGrant', 'orgGrant', args.select, args.where.id, args.data, 'UpdateOrgGrantInput', 'id', 'orgGrantPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgGrant', 'updateOrgGrant', 'orgGrant', args.select, args.where.id, args.data, 'UpdateOrgGrantInput', 'id', 'orgGrantPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgInviteModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgInvite', 'updateOrgInvite', 'orgInvite', args.select, args.where.id, args.data, 'UpdateOrgInviteInput', 'id', 'orgInvitePatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgInvite', 'updateOrgInvite', 'orgInvite', args.select, args.where.id, args.data, 'UpdateOrgInviteInput', 'id', 'orgInvitePatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgMemberModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgMember', 'updateOrgMember', 'orgMember', args.select, args.where.id, args.data, 'UpdateOrgMemberInput', 'id', 'orgMemberPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgMember', 'updateOrgMember', 'orgMember', args.select, args.where.id, args.data, 'UpdateOrgMemberInput', 'id', 'orgMemberPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgMemberProfileModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgMemberProfile', 'updateOrgMemberProfile', 'orgMemberProfile', args.select, args.where.id, args.data, 'UpdateOrgMemberProfileInput', 'id', 'orgMemberProfilePatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgMemberProfile', 'updateOrgMemberProfile', 'orgMemberProfile', args.select, args.where.id, args.data, 'UpdateOrgMemberProfileInput', 'id', 'orgMemberProfilePatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgMembershipModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgMembership', 'updateOrgMembership', 'orgMembership', args.select, args.where.id, args.data, 'UpdateOrgMembershipInput', 'id', 'orgMembershipPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgMembership', 'updateOrgMembership', 'orgMembership', args.select, args.where.id, args.data, 'UpdateOrgMembershipInput', 'id', 'orgMembershipPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgMembershipDefaultModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgMembershipDefault', 'updateOrgMembershipDefault', 'orgMembershipDefault', args.select, args.where.id, args.data, 'UpdateOrgMembershipDefaultInput', 'id', 'orgMembershipDefaultPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgMembershipDefault', 'updateOrgMembershipDefault', 'orgMembershipDefault', args.select, args.where.id, args.data, 'UpdateOrgMembershipDefaultInput', 'id', 'orgMembershipDefaultPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgMembershipSettingModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgMembershipSetting', 'updateOrgMembershipSetting', 'orgMembershipSetting', args.select, args.where.id, args.data, 'UpdateOrgMembershipSettingInput', 'id', 'orgMembershipSettingPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgMembershipSetting', 'updateOrgMembershipSetting', 'orgMembershipSetting', args.select, args.where.id, args.data, 'UpdateOrgMembershipSettingInput', 'id', 'orgMembershipSettingPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgOwnerGrantModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgOwnerGrant', 'updateOrgOwnerGrant', 'orgOwnerGrant', args.select, args.where.id, args.data, 'UpdateOrgOwnerGrantInput', 'id', 'orgOwnerGrantPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgOwnerGrant', 'updateOrgOwnerGrant', 'orgOwnerGrant', args.select, args.where.id, args.data, 'UpdateOrgOwnerGrantInput', 'id', 'orgOwnerGrantPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgPermissionModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgPermission', 'updateOrgPermission', 'orgPermission', args.select, args.where.id, args.data, 'UpdateOrgPermissionInput', 'id', 'orgPermissionPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgPermission', 'updateOrgPermission', 'orgPermission', args.select, args.where.id, args.data, 'UpdateOrgPermissionInput', 'id', 'orgPermissionPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgPermissionDefaultModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgPermissionDefault', 'updateOrgPermissionDefault', 'orgPermissionDefault', args.select, args.where.id, args.data, 'UpdateOrgPermissionDefaultInput', 'id', 'orgPermissionDefaultPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgPermissionDefault', 'updateOrgPermissionDefault', 'orgPermissionDefault', args.select, args.where.id, args.data, 'UpdateOrgPermissionDefaultInput', 'id', 'orgPermissionDefaultPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgPermissionDefaultGrantModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgPermissionDefaultGrant', 'updateOrgPermissionDefaultGrant', 'orgPermissionDefaultGrant', args.select, args.where.id, args.data, 'UpdateOrgPermissionDefaultGrantInput', 'id', 'orgPermissionDefaultGrantPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgPermissionDefaultGrant', 'updateOrgPermissionDefaultGrant', 'orgPermissionDefaultGrant', args.select, args.where.id, args.data, 'UpdateOrgPermissionDefaultGrantInput', 'id', 'orgPermissionDefaultGrantPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class OrgPermissionDefaultPermissionModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('OrgPermissionDefaultPermission', 'updateOrgPermissionDefaultPermission', 'orgPermissionDefaultPermission', args.select, args.where.id, args.data, 'UpdateOrgPermissionDefaultPermissionInput', 'id', 'orgPermissionDefaultPermissionPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('OrgPermissionDefaultPermission', 'updateOrgPermissionDefaultPermission', 'orgPermissionDefaultPermission', args.select, args.where.id, args.data, 'UpdateOrgPermissionDefaultPermissionInput', 'id', 'orgPermissionDefaultPermissionPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -63,7 +63,7 @@ export declare function buildUpdateDocument<TSelect, TWhere extends {
63
63
  document: string;
64
64
  variables: Record<string, unknown>;
65
65
  };
66
- export declare function buildUpdateByPkDocument<TSelect, TData>(operationName: string, mutationField: string, entityField: string, select: TSelect, id: string | number, data: TData, inputTypeName: string, idFieldName: string, patchFieldName: string, connectionFieldsMap?: Record<string, Record<string, string>>): {
66
+ export declare function buildUpdateByPkDocument<TSelect, TData>(operationName: string, mutationField: string, entityField: string, select: TSelect, id: string | number, data: TData, inputTypeName: string, idFieldName: string, patchFieldName: string, connectionFieldsMap?: Record<string, Record<string, string>>, extraKeys?: Record<string, unknown>): {
67
67
  document: string;
68
68
  variables: Record<string, unknown>;
69
69
  };
@@ -292,7 +292,7 @@ export function buildUpdateDocument(operationName, mutationField, entityField, s
292
292
  },
293
293
  };
294
294
  }
295
- export function buildUpdateByPkDocument(operationName, mutationField, entityField, select, id, data, inputTypeName, idFieldName, patchFieldName, connectionFieldsMap) {
295
+ export function buildUpdateByPkDocument(operationName, mutationField, entityField, select, id, data, inputTypeName, idFieldName, patchFieldName, connectionFieldsMap, extraKeys) {
296
296
  const selections = select
297
297
  ? buildSelections(select, connectionFieldsMap, operationName)
298
298
  : [t.field({ name: 'id' })];
@@ -311,6 +311,7 @@ export function buildUpdateByPkDocument(operationName, mutationField, entityFiel
311
311
  variables: {
312
312
  input: {
313
313
  [idFieldName]: id,
314
+ ...extraKeys,
314
315
  [patchFieldName]: data,
315
316
  },
316
317
  },
@@ -1086,7 +1086,8 @@ export interface AgentResourceFilter {
1086
1086
  /**
1087
1087
  * Composite unified search. Provide a search string and it will be dispatched to
1088
1088
  * all text-compatible search algorithms (tsvector, BM25, pg_trgm)
1089
- * simultaneously. Rows matching ANY algorithm are returned. All matching score
1089
+ * simultaneously. When the LLM plugin is active, pgvector also participates via
1090
+ * auto-embedding. Rows matching ANY algorithm are returned. All matching score
1090
1091
  * fields are populated.
1091
1092
  */
1092
1093
  unifiedSearch?: string;
@@ -1304,6 +1305,7 @@ export interface CreateAgentResourceChunkInput {
1304
1305
  chunkIndex?: number;
1305
1306
  embedding?: number[];
1306
1307
  metadata?: Record<string, unknown>;
1308
+ embeddingText?: string;
1307
1309
  };
1308
1310
  }
1309
1311
  export interface AgentResourceChunkPatch {
@@ -1312,6 +1314,7 @@ export interface AgentResourceChunkPatch {
1312
1314
  chunkIndex?: number | null;
1313
1315
  embedding?: number[] | null;
1314
1316
  metadata?: Record<string, unknown> | null;
1317
+ embeddingText?: string | null;
1315
1318
  }
1316
1319
  export interface UpdateAgentResourceChunkInput {
1317
1320
  clientMutationId?: string;
@@ -1373,6 +1376,7 @@ export interface CreateAgentResourceInput {
1373
1376
  archivedAt?: string;
1374
1377
  embedding?: number[];
1375
1378
  embeddingUpdatedAt?: string;
1379
+ embeddingText?: string;
1376
1380
  };
1377
1381
  }
1378
1382
  export interface AgentResourcePatch {
@@ -1390,6 +1394,7 @@ export interface AgentResourcePatch {
1390
1394
  archivedAt?: string | null;
1391
1395
  embedding?: number[] | null;
1392
1396
  embeddingUpdatedAt?: string | null;
1397
+ embeddingText?: string | null;
1393
1398
  }
1394
1399
  export interface UpdateAgentResourceInput {
1395
1400
  clientMutationId?: string;
@@ -1483,6 +1488,8 @@ export interface VectorNearbyInput {
1483
1488
  distance?: number;
1484
1489
  /** When true (default for tables with @hasChunks), transparently queries the chunks table and returns the minimum distance across parent + all chunks. Set to false to only search the parent embedding. */
1485
1490
  includeChunks?: boolean;
1491
+ /** Natural language text to embed server-side for similarity search. Mutually exclusive with `vector` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */
1492
+ text?: string;
1486
1493
  }
1487
1494
  /** A filter to be used against many `Agent` object types. All fields are combined with a logical ‘and.’ */
1488
1495
  export interface AgentPersonaToManyAgentFilter {
@@ -1734,6 +1741,8 @@ export interface AgentResourceChunkInput {
1734
1741
  metadata?: Record<string, unknown>;
1735
1742
  createdAt?: string;
1736
1743
  updatedAt?: string;
1744
+ /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */
1745
+ embeddingText?: string;
1737
1746
  }
1738
1747
  /** An input for mutations affecting `AgentPersona` */
1739
1748
  export interface AgentPersonaInput {
@@ -1786,6 +1795,8 @@ export interface AgentResourceInput {
1786
1795
  archivedAt?: string;
1787
1796
  embedding?: number[];
1788
1797
  embeddingUpdatedAt?: string;
1798
+ /** Natural language text to embed server-side into the `embedding` vector column. Mutually exclusive with `embedding` — provide one or the other. Requires the LLM plugin to be configured with an embedding provider. */
1799
+ embeddingText?: string;
1789
1800
  }
1790
1801
  /** A filter to be used against `AgentTask` object types. All fields are combined with a logical ‘and.’ */
1791
1802
  export interface AgentTaskFilter {
@@ -2434,7 +2445,8 @@ export interface AgentResourceFilter {
2434
2445
  /**
2435
2446
  * Composite unified search. Provide a search string and it will be dispatched to
2436
2447
  * all text-compatible search algorithms (tsvector, BM25, pg_trgm)
2437
- * simultaneously. Rows matching ANY algorithm are returned. All matching score
2448
+ * simultaneously. When the LLM plugin is active, pgvector also participates via
2449
+ * auto-embedding. Rows matching ANY algorithm are returned. All matching score
2438
2450
  * fields are populated.
2439
2451
  */
2440
2452
  unifiedSearch?: string;
@@ -74,7 +74,7 @@ export class AgentModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('Agent', 'updateAgent', 'agent', args.select, args.where.id, args.data, 'UpdateAgentInput', 'id', 'agentPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('Agent', 'updateAgent', 'agent', args.select, args.where.id, args.data, 'UpdateAgentInput', 'id', 'agentPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentMessageModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentMessage', 'updateAgentMessage', 'agentMessage', args.select, args.where.id, args.data, 'UpdateAgentMessageInput', 'id', 'agentMessagePatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentMessage', 'updateAgentMessage', 'agentMessage', args.select, args.where.id, args.data, 'UpdateAgentMessageInput', 'id', 'agentMessagePatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentPersonaModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentPersona', 'updateAgentPersona', 'agentPersona', args.select, args.where.id, args.data, 'UpdateAgentPersonaInput', 'id', 'agentPersonaPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentPersona', 'updateAgentPersona', 'agentPersona', args.select, args.where.id, args.data, 'UpdateAgentPersonaInput', 'id', 'agentPersonaPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentPlanModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentPlan', 'updateAgentPlan', 'agentPlan', args.select, args.where.id, args.data, 'UpdateAgentPlanInput', 'id', 'agentPlanPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentPlan', 'updateAgentPlan', 'agentPlan', args.select, args.where.id, args.data, 'UpdateAgentPlanInput', 'id', 'agentPlanPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentPromptModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentPrompt', 'updateAgentPrompt', 'agentPrompt', args.select, args.where.id, args.data, 'UpdateAgentPromptInput', 'id', 'agentPromptPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentPrompt', 'updateAgentPrompt', 'agentPrompt', args.select, args.where.id, args.data, 'UpdateAgentPromptInput', 'id', 'agentPromptPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentResourceModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentResource', 'updateAgentResource', 'agentResource', args.select, args.where.id, args.data, 'UpdateAgentResourceInput', 'id', 'agentResourcePatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentResource', 'updateAgentResource', 'agentResource', args.select, args.where.id, args.data, 'UpdateAgentResourceInput', 'id', 'agentResourcePatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentResourceChunkModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentResourceChunk', 'updateAgentResourceChunk', 'agentResourceChunk', args.select, args.where.id, args.data, 'UpdateAgentResourceChunkInput', 'id', 'agentResourceChunkPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentResourceChunk', 'updateAgentResourceChunk', 'agentResourceChunk', args.select, args.where.id, args.data, 'UpdateAgentResourceChunkInput', 'id', 'agentResourceChunkPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentTaskModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentTask', 'updateAgentTask', 'agentTask', args.select, args.where.id, args.data, 'UpdateAgentTaskInput', 'id', 'agentTaskPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentTask', 'updateAgentTask', 'agentTask', args.select, args.where.id, args.data, 'UpdateAgentTaskInput', 'id', 'agentTaskPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -74,7 +74,7 @@ export class AgentThreadModel {
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument('AgentThread', 'updateAgentThread', 'agentThread', args.select, args.where.id, args.data, 'UpdateAgentThreadInput', 'id', 'agentThreadPatch', connectionFieldsMap);
77
+ const { document, variables } = buildUpdateByPkDocument('AgentThread', 'updateAgentThread', 'agentThread', args.select, args.where.id, args.data, 'UpdateAgentThreadInput', 'id', 'agentThreadPatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
80
  operation: 'mutation',
@@ -63,7 +63,7 @@ export declare function buildUpdateDocument<TSelect, TWhere extends {
63
63
  document: string;
64
64
  variables: Record<string, unknown>;
65
65
  };
66
- export declare function buildUpdateByPkDocument<TSelect, TData>(operationName: string, mutationField: string, entityField: string, select: TSelect, id: string | number, data: TData, inputTypeName: string, idFieldName: string, patchFieldName: string, connectionFieldsMap?: Record<string, Record<string, string>>): {
66
+ export declare function buildUpdateByPkDocument<TSelect, TData>(operationName: string, mutationField: string, entityField: string, select: TSelect, id: string | number, data: TData, inputTypeName: string, idFieldName: string, patchFieldName: string, connectionFieldsMap?: Record<string, Record<string, string>>, extraKeys?: Record<string, unknown>): {
67
67
  document: string;
68
68
  variables: Record<string, unknown>;
69
69
  };
@@ -292,7 +292,7 @@ export function buildUpdateDocument(operationName, mutationField, entityField, s
292
292
  },
293
293
  };
294
294
  }
295
- export function buildUpdateByPkDocument(operationName, mutationField, entityField, select, id, data, inputTypeName, idFieldName, patchFieldName, connectionFieldsMap) {
295
+ export function buildUpdateByPkDocument(operationName, mutationField, entityField, select, id, data, inputTypeName, idFieldName, patchFieldName, connectionFieldsMap, extraKeys) {
296
296
  const selections = select
297
297
  ? buildSelections(select, connectionFieldsMap, operationName)
298
298
  : [t.field({ name: 'id' })];
@@ -311,6 +311,7 @@ export function buildUpdateByPkDocument(operationName, mutationField, entityFiel
311
311
  variables: {
312
312
  input: {
313
313
  [idFieldName]: id,
314
+ ...extraKeys,
314
315
  [patchFieldName]: data,
315
316
  },
316
317
  },
@@ -18,6 +18,7 @@ const fieldSchema = {
18
18
  scope: 'int',
19
19
  tags: 'string',
20
20
  isPublic: 'boolean',
21
+ apiExposure: 'string',
21
22
  createdAt: 'string',
22
23
  updatedAt: 'string',
23
24
  };
@@ -74,6 +75,7 @@ async function handleList(argv, _prompter) {
74
75
  scope: true,
75
76
  tags: true,
76
77
  isPublic: true,
78
+ apiExposure: true,
77
79
  createdAt: true,
78
80
  updatedAt: true,
79
81
  };
@@ -104,6 +106,7 @@ async function handleFindFirst(argv, _prompter) {
104
106
  scope: true,
105
107
  tags: true,
106
108
  isPublic: true,
109
+ apiExposure: true,
107
110
  createdAt: true,
108
111
  updatedAt: true,
109
112
  };
@@ -146,6 +149,7 @@ async function handleGet(argv, prompter) {
146
149
  scope: true,
147
150
  tags: true,
148
151
  isPublic: true,
152
+ apiExposure: true,
149
153
  createdAt: true,
150
154
  updatedAt: true,
151
155
  },
@@ -231,6 +235,13 @@ async function handleCreate(argv, prompter) {
231
235
  required: false,
232
236
  skipPrompt: true,
233
237
  },
238
+ {
239
+ type: 'text',
240
+ name: 'apiExposure',
241
+ message: 'apiExposure',
242
+ required: false,
243
+ skipPrompt: true,
244
+ },
234
245
  ]);
235
246
  const answers = coerceAnswers(rawAnswers, fieldSchema);
236
247
  const cleanedData = stripUndefined(answers, fieldSchema);
@@ -248,6 +259,7 @@ async function handleCreate(argv, prompter) {
248
259
  scope: cleanedData.scope,
249
260
  tags: cleanedData.tags,
250
261
  isPublic: cleanedData.isPublic,
262
+ apiExposure: cleanedData.apiExposure,
251
263
  },
252
264
  select: {
253
265
  id: true,
@@ -261,6 +273,7 @@ async function handleCreate(argv, prompter) {
261
273
  scope: true,
262
274
  tags: true,
263
275
  isPublic: true,
276
+ apiExposure: true,
264
277
  createdAt: true,
265
278
  updatedAt: true,
266
279
  },
@@ -352,6 +365,13 @@ async function handleUpdate(argv, prompter) {
352
365
  required: false,
353
366
  skipPrompt: true,
354
367
  },
368
+ {
369
+ type: 'text',
370
+ name: 'apiExposure',
371
+ message: 'apiExposure',
372
+ required: false,
373
+ skipPrompt: true,
374
+ },
355
375
  ]);
356
376
  const answers = coerceAnswers(rawAnswers, fieldSchema);
357
377
  const cleanedData = stripUndefined(answers, fieldSchema);
@@ -372,6 +392,7 @@ async function handleUpdate(argv, prompter) {
372
392
  scope: cleanedData.scope,
373
393
  tags: cleanedData.tags,
374
394
  isPublic: cleanedData.isPublic,
395
+ apiExposure: cleanedData.apiExposure,
375
396
  },
376
397
  select: {
377
398
  id: true,
@@ -385,6 +406,7 @@ async function handleUpdate(argv, prompter) {
385
406
  scope: true,
386
407
  tags: true,
387
408
  isPublic: true,
409
+ apiExposure: true,
388
410
  createdAt: true,
389
411
  updatedAt: true,
390
412
  },