@constructive-io/sdk 1.1.2 → 1.1.3

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 (1410) hide show
  1. package/admin/index.d.ts +1 -1
  2. package/admin/orm/client.js +1 -3
  3. package/admin/orm/index.d.ts +34 -34
  4. package/admin/orm/index.js +1 -1
  5. package/admin/orm/input-types.d.ts +26 -26
  6. package/admin/orm/input-types.js +6 -6
  7. package/admin/orm/models/appAdminGrant.d.ts +5 -5
  8. package/admin/orm/models/appAdminGrant.js +42 -42
  9. package/admin/orm/models/appClaimedInvite.d.ts +5 -5
  10. package/admin/orm/models/appClaimedInvite.js +42 -42
  11. package/admin/orm/models/appGrant.d.ts +5 -5
  12. package/admin/orm/models/appGrant.js +42 -42
  13. package/admin/orm/models/appInvite.d.ts +5 -5
  14. package/admin/orm/models/appInvite.js +42 -42
  15. package/admin/orm/models/appMembership.d.ts +5 -5
  16. package/admin/orm/models/appMembership.js +42 -42
  17. package/admin/orm/models/appMembershipDefault.d.ts +5 -5
  18. package/admin/orm/models/appMembershipDefault.js +42 -42
  19. package/admin/orm/models/appOwnerGrant.d.ts +5 -5
  20. package/admin/orm/models/appOwnerGrant.js +42 -42
  21. package/admin/orm/models/appPermission.d.ts +5 -5
  22. package/admin/orm/models/appPermission.js +42 -42
  23. package/admin/orm/models/appPermissionDefault.d.ts +5 -5
  24. package/admin/orm/models/appPermissionDefault.js +42 -42
  25. package/admin/orm/models/appPermissionDefaultGrant.d.ts +5 -5
  26. package/admin/orm/models/appPermissionDefaultGrant.js +42 -42
  27. package/admin/orm/models/appPermissionDefaultPermission.d.ts +5 -5
  28. package/admin/orm/models/appPermissionDefaultPermission.js +42 -42
  29. package/admin/orm/models/index.d.ts +26 -26
  30. package/admin/orm/models/membershipType.d.ts +5 -5
  31. package/admin/orm/models/membershipType.js +42 -42
  32. package/admin/orm/models/orgAdminGrant.d.ts +5 -5
  33. package/admin/orm/models/orgAdminGrant.js +42 -42
  34. package/admin/orm/models/orgClaimedInvite.d.ts +5 -5
  35. package/admin/orm/models/orgClaimedInvite.js +42 -42
  36. package/admin/orm/models/orgGrant.d.ts +5 -5
  37. package/admin/orm/models/orgGrant.js +42 -42
  38. package/admin/orm/models/orgInvite.d.ts +5 -5
  39. package/admin/orm/models/orgInvite.js +42 -42
  40. package/admin/orm/models/orgMember.d.ts +5 -5
  41. package/admin/orm/models/orgMember.js +42 -42
  42. package/admin/orm/models/orgMemberProfile.d.ts +5 -5
  43. package/admin/orm/models/orgMemberProfile.js +42 -42
  44. package/admin/orm/models/orgMembership.d.ts +5 -5
  45. package/admin/orm/models/orgMembership.js +42 -42
  46. package/admin/orm/models/orgMembershipDefault.d.ts +5 -5
  47. package/admin/orm/models/orgMembershipDefault.js +42 -42
  48. package/admin/orm/models/orgMembershipSetting.d.ts +5 -5
  49. package/admin/orm/models/orgMembershipSetting.js +42 -42
  50. package/admin/orm/models/orgOwnerGrant.d.ts +5 -5
  51. package/admin/orm/models/orgOwnerGrant.js +42 -42
  52. package/admin/orm/models/orgPermission.d.ts +5 -5
  53. package/admin/orm/models/orgPermission.js +42 -42
  54. package/admin/orm/models/orgPermissionDefault.d.ts +5 -5
  55. package/admin/orm/models/orgPermissionDefault.js +42 -42
  56. package/admin/orm/models/orgPermissionDefaultGrant.d.ts +5 -5
  57. package/admin/orm/models/orgPermissionDefaultGrant.js +42 -42
  58. package/admin/orm/models/orgPermissionDefaultPermission.d.ts +5 -5
  59. package/admin/orm/models/orgPermissionDefaultPermission.js +42 -42
  60. package/admin/orm/mutation/index.d.ts +4 -4
  61. package/admin/orm/mutation/index.js +28 -22
  62. package/admin/orm/query/index.d.ts +3 -3
  63. package/admin/orm/query/index.js +97 -75
  64. package/admin/orm/query-builder.js +5 -15
  65. package/agent/index.d.ts +1 -1
  66. package/agent/orm/client.js +1 -3
  67. package/agent/orm/index.d.ts +16 -16
  68. package/agent/orm/index.js +1 -1
  69. package/agent/orm/input-types.d.ts +10 -10
  70. package/agent/orm/input-types.js +17 -17
  71. package/agent/orm/models/agent.d.ts +5 -5
  72. package/agent/orm/models/agent.js +42 -42
  73. package/agent/orm/models/agentMessage.d.ts +5 -5
  74. package/agent/orm/models/agentMessage.js +42 -42
  75. package/agent/orm/models/agentPersona.d.ts +5 -5
  76. package/agent/orm/models/agentPersona.js +42 -42
  77. package/agent/orm/models/agentPlan.d.ts +5 -5
  78. package/agent/orm/models/agentPlan.js +42 -42
  79. package/agent/orm/models/agentPrompt.d.ts +5 -5
  80. package/agent/orm/models/agentPrompt.js +42 -42
  81. package/agent/orm/models/agentResource.d.ts +5 -5
  82. package/agent/orm/models/agentResource.js +42 -42
  83. package/agent/orm/models/agentResourceChunk.d.ts +5 -5
  84. package/agent/orm/models/agentResourceChunk.js +42 -42
  85. package/agent/orm/models/agentTask.d.ts +5 -5
  86. package/agent/orm/models/agentTask.js +42 -42
  87. package/agent/orm/models/agentThread.d.ts +5 -5
  88. package/agent/orm/models/agentThread.js +42 -42
  89. package/agent/orm/models/index.d.ts +9 -9
  90. package/agent/orm/mutation/index.d.ts +4 -4
  91. package/agent/orm/mutation/index.js +10 -8
  92. package/agent/orm/query-builder.js +5 -15
  93. package/api/index.d.ts +1 -1
  94. package/api/orm/client.js +1 -3
  95. package/api/orm/index.d.ts +73 -73
  96. package/api/orm/index.js +1 -1
  97. package/api/orm/input-types.d.ts +67 -67
  98. package/api/orm/input-types.js +93 -93
  99. package/api/orm/models/api.d.ts +5 -5
  100. package/api/orm/models/api.js +42 -42
  101. package/api/orm/models/apiModule.d.ts +5 -5
  102. package/api/orm/models/apiModule.js +42 -42
  103. package/api/orm/models/apiSchema.d.ts +5 -5
  104. package/api/orm/models/apiSchema.js +42 -42
  105. package/api/orm/models/apiSetting.d.ts +5 -5
  106. package/api/orm/models/apiSetting.js +42 -42
  107. package/api/orm/models/astMigration.d.ts +5 -5
  108. package/api/orm/models/astMigration.js +30 -30
  109. package/api/orm/models/checkConstraint.d.ts +5 -5
  110. package/api/orm/models/checkConstraint.js +42 -42
  111. package/api/orm/models/compositeType.d.ts +5 -5
  112. package/api/orm/models/compositeType.js +42 -42
  113. package/api/orm/models/corsSetting.d.ts +5 -5
  114. package/api/orm/models/corsSetting.js +42 -42
  115. package/api/orm/models/database.d.ts +5 -5
  116. package/api/orm/models/database.js +42 -42
  117. package/api/orm/models/databaseSetting.d.ts +5 -5
  118. package/api/orm/models/databaseSetting.js +42 -42
  119. package/api/orm/models/databaseTransfer.d.ts +5 -5
  120. package/api/orm/models/databaseTransfer.js +42 -42
  121. package/api/orm/models/defaultPrivilege.d.ts +5 -5
  122. package/api/orm/models/defaultPrivilege.js +42 -42
  123. package/api/orm/models/domain.d.ts +5 -5
  124. package/api/orm/models/domain.js +42 -42
  125. package/api/orm/models/domainEvent.d.ts +5 -5
  126. package/api/orm/models/domainEvent.js +42 -42
  127. package/api/orm/models/domainVerification.d.ts +5 -5
  128. package/api/orm/models/domainVerification.js +42 -42
  129. package/api/orm/models/embeddingChunk.d.ts +5 -5
  130. package/api/orm/models/embeddingChunk.js +42 -42
  131. package/api/orm/models/enum.d.ts +5 -5
  132. package/api/orm/models/enum.js +42 -42
  133. package/api/orm/models/exclusionConstraint.d.ts +5 -5
  134. package/api/orm/models/exclusionConstraint.js +42 -42
  135. package/api/orm/models/field.d.ts +5 -5
  136. package/api/orm/models/field.js +42 -42
  137. package/api/orm/models/foreignKeyConstraint.d.ts +5 -5
  138. package/api/orm/models/foreignKeyConstraint.js +42 -42
  139. package/api/orm/models/fullTextSearch.d.ts +5 -5
  140. package/api/orm/models/fullTextSearch.js +42 -42
  141. package/api/orm/models/function.d.ts +5 -5
  142. package/api/orm/models/function.js +42 -42
  143. package/api/orm/models/hostnameBinding.d.ts +5 -5
  144. package/api/orm/models/hostnameBinding.js +42 -42
  145. package/api/orm/models/httpRoute.d.ts +5 -5
  146. package/api/orm/models/httpRoute.js +42 -42
  147. package/api/orm/models/index.d.ts +65 -65
  148. package/api/orm/models/indexModel.d.ts +5 -5
  149. package/api/orm/models/indexModel.js +42 -42
  150. package/api/orm/models/managedDomain.d.ts +5 -5
  151. package/api/orm/models/managedDomain.js +42 -42
  152. package/api/orm/models/nodeTypeRegistry.d.ts +5 -5
  153. package/api/orm/models/nodeTypeRegistry.js +42 -42
  154. package/api/orm/models/partition.d.ts +5 -5
  155. package/api/orm/models/partition.js +42 -42
  156. package/api/orm/models/platformApi.d.ts +5 -5
  157. package/api/orm/models/platformApi.js +42 -42
  158. package/api/orm/models/platformApiModule.d.ts +5 -5
  159. package/api/orm/models/platformApiModule.js +42 -42
  160. package/api/orm/models/platformApiSchema.d.ts +5 -5
  161. package/api/orm/models/platformApiSchema.js +42 -42
  162. package/api/orm/models/platformApiSetting.d.ts +5 -5
  163. package/api/orm/models/platformApiSetting.js +42 -42
  164. package/api/orm/models/platformCorsSetting.d.ts +5 -5
  165. package/api/orm/models/platformCorsSetting.js +42 -42
  166. package/api/orm/models/platformDomain.d.ts +5 -5
  167. package/api/orm/models/platformDomain.js +42 -42
  168. package/api/orm/models/platformDomainEvent.d.ts +5 -5
  169. package/api/orm/models/platformDomainEvent.js +42 -42
  170. package/api/orm/models/platformDomainVerification.d.ts +5 -5
  171. package/api/orm/models/platformDomainVerification.js +42 -42
  172. package/api/orm/models/platformManagedDomain.d.ts +5 -5
  173. package/api/orm/models/platformManagedDomain.js +42 -42
  174. package/api/orm/models/platformSite.d.ts +5 -5
  175. package/api/orm/models/platformSite.js +42 -42
  176. package/api/orm/models/platformSiteMetadatum.d.ts +5 -5
  177. package/api/orm/models/platformSiteMetadatum.js +42 -42
  178. package/api/orm/models/platformSiteModule.d.ts +5 -5
  179. package/api/orm/models/platformSiteModule.js +42 -42
  180. package/api/orm/models/platformSiteTheme.d.ts +5 -5
  181. package/api/orm/models/platformSiteTheme.js +42 -42
  182. package/api/orm/models/policy.d.ts +5 -5
  183. package/api/orm/models/policy.js +42 -42
  184. package/api/orm/models/primaryKeyConstraint.d.ts +5 -5
  185. package/api/orm/models/primaryKeyConstraint.js +42 -42
  186. package/api/orm/models/pubkeySetting.d.ts +5 -5
  187. package/api/orm/models/pubkeySetting.js +42 -42
  188. package/api/orm/models/rlsSetting.d.ts +5 -5
  189. package/api/orm/models/rlsSetting.js +42 -42
  190. package/api/orm/models/route.d.ts +5 -5
  191. package/api/orm/models/route.js +42 -42
  192. package/api/orm/models/routeBinding.d.ts +5 -5
  193. package/api/orm/models/routeBinding.js +42 -42
  194. package/api/orm/models/schema.d.ts +5 -5
  195. package/api/orm/models/schema.js +42 -42
  196. package/api/orm/models/schemaGrant.d.ts +5 -5
  197. package/api/orm/models/schemaGrant.js +42 -42
  198. package/api/orm/models/site.d.ts +5 -5
  199. package/api/orm/models/site.js +42 -42
  200. package/api/orm/models/siteMetadatum.d.ts +5 -5
  201. package/api/orm/models/siteMetadatum.js +42 -42
  202. package/api/orm/models/siteModule.d.ts +5 -5
  203. package/api/orm/models/siteModule.js +42 -42
  204. package/api/orm/models/siteTheme.d.ts +5 -5
  205. package/api/orm/models/siteTheme.js +42 -42
  206. package/api/orm/models/spatialRelation.d.ts +5 -5
  207. package/api/orm/models/spatialRelation.js +42 -42
  208. package/api/orm/models/sqlAction.d.ts +5 -5
  209. package/api/orm/models/sqlAction.js +30 -30
  210. package/api/orm/models/table.d.ts +5 -5
  211. package/api/orm/models/table.js +42 -42
  212. package/api/orm/models/tableGrant.d.ts +5 -5
  213. package/api/orm/models/tableGrant.js +42 -42
  214. package/api/orm/models/trigger.d.ts +5 -5
  215. package/api/orm/models/trigger.js +42 -42
  216. package/api/orm/models/triggerFunction.d.ts +5 -5
  217. package/api/orm/models/triggerFunction.js +42 -42
  218. package/api/orm/models/uniqueConstraint.d.ts +5 -5
  219. package/api/orm/models/uniqueConstraint.js +42 -42
  220. package/api/orm/models/view.d.ts +5 -5
  221. package/api/orm/models/view.js +42 -42
  222. package/api/orm/models/viewGrant.d.ts +5 -5
  223. package/api/orm/models/viewGrant.js +42 -42
  224. package/api/orm/models/viewRule.d.ts +5 -5
  225. package/api/orm/models/viewRule.js +42 -42
  226. package/api/orm/models/viewTable.d.ts +5 -5
  227. package/api/orm/models/viewTable.js +42 -42
  228. package/api/orm/models/webauthnSetting.d.ts +5 -5
  229. package/api/orm/models/webauthnSetting.js +42 -42
  230. package/api/orm/mutation/index.d.ts +4 -4
  231. package/api/orm/mutation/index.js +64 -50
  232. package/api/orm/query/index.d.ts +4 -4
  233. package/api/orm/query/index.js +57 -44
  234. package/api/orm/query-builder.js +5 -15
  235. package/auth/index.d.ts +1 -1
  236. package/auth/orm/client.js +1 -3
  237. package/auth/orm/index.d.ts +21 -21
  238. package/auth/orm/index.js +1 -1
  239. package/auth/orm/input-types.d.ts +13 -13
  240. package/auth/orm/input-types.js +16 -16
  241. package/auth/orm/models/auditLogAuth.d.ts +5 -5
  242. package/auth/orm/models/auditLogAuth.js +43 -43
  243. package/auth/orm/models/cryptoAddress.d.ts +5 -5
  244. package/auth/orm/models/cryptoAddress.js +42 -42
  245. package/auth/orm/models/email.d.ts +5 -5
  246. package/auth/orm/models/email.js +42 -42
  247. package/auth/orm/models/identityProvider.d.ts +5 -5
  248. package/auth/orm/models/identityProvider.js +20 -20
  249. package/auth/orm/models/index.d.ts +13 -13
  250. package/auth/orm/models/orgApiKeyList.d.ts +5 -5
  251. package/auth/orm/models/orgApiKeyList.js +30 -30
  252. package/auth/orm/models/phoneNumber.d.ts +5 -5
  253. package/auth/orm/models/phoneNumber.js +42 -42
  254. package/auth/orm/models/principal.d.ts +5 -5
  255. package/auth/orm/models/principal.js +30 -30
  256. package/auth/orm/models/principalEntity.d.ts +5 -5
  257. package/auth/orm/models/principalEntity.js +42 -42
  258. package/auth/orm/models/principalScopeOverride.d.ts +5 -5
  259. package/auth/orm/models/principalScopeOverride.js +30 -30
  260. package/auth/orm/models/roleType.d.ts +5 -5
  261. package/auth/orm/models/roleType.js +42 -42
  262. package/auth/orm/models/user.d.ts +5 -5
  263. package/auth/orm/models/user.js +42 -42
  264. package/auth/orm/models/userConnectedAccount.d.ts +5 -5
  265. package/auth/orm/models/userConnectedAccount.js +30 -30
  266. package/auth/orm/models/webauthnCredential.d.ts +5 -5
  267. package/auth/orm/models/webauthnCredential.js +42 -42
  268. package/auth/orm/mutation/index.d.ts +4 -4
  269. package/auth/orm/mutation/index.js +271 -211
  270. package/auth/orm/query/index.d.ts +4 -4
  271. package/auth/orm/query/index.js +26 -24
  272. package/auth/orm/query-builder.js +5 -15
  273. package/compute/index.d.ts +1 -1
  274. package/compute/orm/client.js +1 -3
  275. package/compute/orm/index.d.ts +75 -75
  276. package/compute/orm/index.js +1 -1
  277. package/compute/orm/input-types.d.ts +67 -67
  278. package/compute/orm/input-types.js +42 -42
  279. package/compute/orm/models/dbPreset.d.ts +5 -5
  280. package/compute/orm/models/dbPreset.js +42 -42
  281. package/compute/orm/models/functionApiBinding.d.ts +5 -5
  282. package/compute/orm/models/functionApiBinding.js +42 -42
  283. package/compute/orm/models/functionDefinition.d.ts +5 -5
  284. package/compute/orm/models/functionDefinition.js +42 -42
  285. package/compute/orm/models/functionDeployment.d.ts +5 -5
  286. package/compute/orm/models/functionDeployment.js +42 -42
  287. package/compute/orm/models/functionDeploymentEvent.d.ts +5 -5
  288. package/compute/orm/models/functionDeploymentEvent.js +43 -43
  289. package/compute/orm/models/functionExecutionLog.d.ts +5 -5
  290. package/compute/orm/models/functionExecutionLog.js +43 -43
  291. package/compute/orm/models/functionGraph.d.ts +5 -5
  292. package/compute/orm/models/functionGraph.js +42 -42
  293. package/compute/orm/models/functionGraphCommit.d.ts +5 -5
  294. package/compute/orm/models/functionGraphCommit.js +43 -43
  295. package/compute/orm/models/functionGraphExecution.d.ts +5 -5
  296. package/compute/orm/models/functionGraphExecution.js +43 -43
  297. package/compute/orm/models/functionGraphExecutionNodeState.d.ts +5 -5
  298. package/compute/orm/models/functionGraphExecutionNodeState.js +43 -43
  299. package/compute/orm/models/functionGraphExecutionOutput.d.ts +5 -5
  300. package/compute/orm/models/functionGraphExecutionOutput.js +43 -43
  301. package/compute/orm/models/functionGraphObject.d.ts +5 -5
  302. package/compute/orm/models/functionGraphObject.js +38 -38
  303. package/compute/orm/models/functionGraphRef.d.ts +5 -5
  304. package/compute/orm/models/functionGraphRef.js +43 -43
  305. package/compute/orm/models/functionGraphStore.d.ts +5 -5
  306. package/compute/orm/models/functionGraphStore.js +42 -42
  307. package/compute/orm/models/functionInvocation.d.ts +5 -5
  308. package/compute/orm/models/functionInvocation.js +43 -43
  309. package/compute/orm/models/functionInvocationAttempt.d.ts +5 -5
  310. package/compute/orm/models/functionInvocationAttempt.js +43 -43
  311. package/compute/orm/models/getAllTreeNodesRecord.d.ts +5 -5
  312. package/compute/orm/models/getAllTreeNodesRecord.js +20 -20
  313. package/compute/orm/models/index.d.ts +67 -67
  314. package/compute/orm/models/infraCommit.d.ts +5 -5
  315. package/compute/orm/models/infraCommit.js +43 -43
  316. package/compute/orm/models/infraGetAllTreeNodesRecord.d.ts +5 -5
  317. package/compute/orm/models/infraGetAllTreeNodesRecord.js +20 -20
  318. package/compute/orm/models/infraObject.d.ts +5 -5
  319. package/compute/orm/models/infraObject.js +38 -38
  320. package/compute/orm/models/infraRef.d.ts +5 -5
  321. package/compute/orm/models/infraRef.js +43 -43
  322. package/compute/orm/models/infraStore.d.ts +5 -5
  323. package/compute/orm/models/infraStore.js +42 -42
  324. package/compute/orm/models/integrationProvider.d.ts +5 -5
  325. package/compute/orm/models/integrationProvider.js +42 -42
  326. package/compute/orm/models/namespace.d.ts +5 -5
  327. package/compute/orm/models/namespace.js +42 -42
  328. package/compute/orm/models/namespaceEvent.d.ts +5 -5
  329. package/compute/orm/models/namespaceEvent.js +43 -43
  330. package/compute/orm/models/platformFunctionApiBinding.d.ts +5 -5
  331. package/compute/orm/models/platformFunctionApiBinding.js +42 -42
  332. package/compute/orm/models/platformFunctionDefinition.d.ts +5 -5
  333. package/compute/orm/models/platformFunctionDefinition.js +42 -42
  334. package/compute/orm/models/platformFunctionDeployment.d.ts +5 -5
  335. package/compute/orm/models/platformFunctionDeployment.js +42 -42
  336. package/compute/orm/models/platformFunctionDeploymentEvent.d.ts +5 -5
  337. package/compute/orm/models/platformFunctionDeploymentEvent.js +43 -43
  338. package/compute/orm/models/platformFunctionExecutionLog.d.ts +5 -5
  339. package/compute/orm/models/platformFunctionExecutionLog.js +43 -43
  340. package/compute/orm/models/platformFunctionInvocation.d.ts +5 -5
  341. package/compute/orm/models/platformFunctionInvocation.js +43 -43
  342. package/compute/orm/models/platformFunctionInvocationAttempt.d.ts +5 -5
  343. package/compute/orm/models/platformFunctionInvocationAttempt.js +43 -43
  344. package/compute/orm/models/platformInfraCommit.d.ts +5 -5
  345. package/compute/orm/models/platformInfraCommit.js +43 -43
  346. package/compute/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
  347. package/compute/orm/models/platformInfraGetAllTreeNodesRecord.js +20 -20
  348. package/compute/orm/models/platformInfraObject.d.ts +5 -5
  349. package/compute/orm/models/platformInfraObject.js +38 -38
  350. package/compute/orm/models/platformInfraRef.d.ts +5 -5
  351. package/compute/orm/models/platformInfraRef.js +43 -43
  352. package/compute/orm/models/platformInfraStore.d.ts +5 -5
  353. package/compute/orm/models/platformInfraStore.js +42 -42
  354. package/compute/orm/models/platformNamespace.d.ts +5 -5
  355. package/compute/orm/models/platformNamespace.js +42 -42
  356. package/compute/orm/models/platformNamespaceEvent.d.ts +5 -5
  357. package/compute/orm/models/platformNamespaceEvent.js +43 -43
  358. package/compute/orm/models/platformResource.d.ts +5 -5
  359. package/compute/orm/models/platformResource.js +42 -42
  360. package/compute/orm/models/platformResourceDeclaredCapacity.d.ts +5 -5
  361. package/compute/orm/models/platformResourceDeclaredCapacity.js +20 -20
  362. package/compute/orm/models/platformResourceDefinition.d.ts +5 -5
  363. package/compute/orm/models/platformResourceDefinition.js +42 -42
  364. package/compute/orm/models/platformResourceEvent.d.ts +5 -5
  365. package/compute/orm/models/platformResourceEvent.js +43 -43
  366. package/compute/orm/models/platformResourceInstallation.d.ts +5 -5
  367. package/compute/orm/models/platformResourceInstallation.js +42 -42
  368. package/compute/orm/models/platformResourceStatusCheck.d.ts +5 -5
  369. package/compute/orm/models/platformResourceStatusCheck.js +42 -42
  370. package/compute/orm/models/platformResourceUsageLog.d.ts +5 -5
  371. package/compute/orm/models/platformResourceUsageLog.js +43 -43
  372. package/compute/orm/models/platformResourceUsageSummary.d.ts +5 -5
  373. package/compute/orm/models/platformResourceUsageSummary.js +43 -43
  374. package/compute/orm/models/platformResourceUtilization.d.ts +5 -5
  375. package/compute/orm/models/platformResourceUtilization.js +20 -20
  376. package/compute/orm/models/platformResourcesHealth.d.ts +5 -5
  377. package/compute/orm/models/platformResourcesHealth.js +30 -30
  378. package/compute/orm/models/platformResourcesRequirementsState.d.ts +5 -5
  379. package/compute/orm/models/platformResourcesRequirementsState.js +20 -20
  380. package/compute/orm/models/platformResourcesResolvedRequirement.d.ts +5 -5
  381. package/compute/orm/models/platformResourcesResolvedRequirement.js +20 -20
  382. package/compute/orm/models/platformWebhookEndpoint.d.ts +5 -5
  383. package/compute/orm/models/platformWebhookEndpoint.js +42 -42
  384. package/compute/orm/models/platformWebhookEvent.d.ts +5 -5
  385. package/compute/orm/models/platformWebhookEvent.js +42 -42
  386. package/compute/orm/models/resource.d.ts +5 -5
  387. package/compute/orm/models/resource.js +42 -42
  388. package/compute/orm/models/resourceDeclaredCapacity.d.ts +5 -5
  389. package/compute/orm/models/resourceDeclaredCapacity.js +20 -20
  390. package/compute/orm/models/resourceDefinition.d.ts +5 -5
  391. package/compute/orm/models/resourceDefinition.js +42 -42
  392. package/compute/orm/models/resourceEvent.d.ts +5 -5
  393. package/compute/orm/models/resourceEvent.js +43 -43
  394. package/compute/orm/models/resourceInstallation.d.ts +5 -5
  395. package/compute/orm/models/resourceInstallation.js +42 -42
  396. package/compute/orm/models/resourceStatusCheck.d.ts +5 -5
  397. package/compute/orm/models/resourceStatusCheck.js +42 -42
  398. package/compute/orm/models/resourceUsageLog.d.ts +5 -5
  399. package/compute/orm/models/resourceUsageLog.js +43 -43
  400. package/compute/orm/models/resourceUsageSummary.d.ts +5 -5
  401. package/compute/orm/models/resourceUsageSummary.js +43 -43
  402. package/compute/orm/models/resourceUtilization.d.ts +5 -5
  403. package/compute/orm/models/resourceUtilization.js +20 -20
  404. package/compute/orm/models/resourcesHealth.d.ts +5 -5
  405. package/compute/orm/models/resourcesHealth.js +30 -30
  406. package/compute/orm/models/resourcesRequirementsState.d.ts +5 -5
  407. package/compute/orm/models/resourcesRequirementsState.js +20 -20
  408. package/compute/orm/models/resourcesResolvedRequirement.d.ts +5 -5
  409. package/compute/orm/models/resourcesResolvedRequirement.js +20 -20
  410. package/compute/orm/models/webhookEndpoint.d.ts +5 -5
  411. package/compute/orm/models/webhookEndpoint.js +42 -42
  412. package/compute/orm/models/webhookEvent.d.ts +5 -5
  413. package/compute/orm/models/webhookEvent.js +42 -42
  414. package/compute/orm/mutation/index.d.ts +4 -4
  415. package/compute/orm/mutation/index.js +253 -197
  416. package/compute/orm/query/index.d.ts +2 -2
  417. package/compute/orm/query/index.js +10 -8
  418. package/compute/orm/query-builder.js +5 -15
  419. package/config/index.d.ts +1 -1
  420. package/config/orm/client.js +1 -3
  421. package/config/orm/index.d.ts +12 -12
  422. package/config/orm/index.js +1 -1
  423. package/config/orm/input-types.d.ts +5 -5
  424. package/config/orm/models/config.d.ts +5 -5
  425. package/config/orm/models/config.js +42 -42
  426. package/config/orm/models/index.d.ts +5 -5
  427. package/config/orm/models/platformConfig.d.ts +5 -5
  428. package/config/orm/models/platformConfig.js +42 -42
  429. package/config/orm/models/platformInternalSecret.d.ts +5 -5
  430. package/config/orm/models/platformInternalSecret.js +30 -30
  431. package/config/orm/models/platformSecret.d.ts +5 -5
  432. package/config/orm/models/platformSecret.js +30 -30
  433. package/config/orm/models/secret.d.ts +5 -5
  434. package/config/orm/models/secret.js +30 -30
  435. package/config/orm/mutation/index.d.ts +4 -4
  436. package/config/orm/mutation/index.js +118 -92
  437. package/config/orm/query-builder.js +5 -15
  438. package/esm/admin/index.d.ts +1 -1
  439. package/esm/admin/index.js +1 -1
  440. package/esm/admin/orm/client.js +1 -3
  441. package/esm/admin/orm/index.d.ts +34 -34
  442. package/esm/admin/orm/index.js +36 -36
  443. package/esm/admin/orm/input-types.d.ts +26 -26
  444. package/esm/admin/orm/input-types.js +6 -6
  445. package/esm/admin/orm/models/appAdminGrant.d.ts +5 -5
  446. package/esm/admin/orm/models/appAdminGrant.js +44 -44
  447. package/esm/admin/orm/models/appClaimedInvite.d.ts +5 -5
  448. package/esm/admin/orm/models/appClaimedInvite.js +44 -44
  449. package/esm/admin/orm/models/appGrant.d.ts +5 -5
  450. package/esm/admin/orm/models/appGrant.js +44 -44
  451. package/esm/admin/orm/models/appInvite.d.ts +5 -5
  452. package/esm/admin/orm/models/appInvite.js +44 -44
  453. package/esm/admin/orm/models/appMembership.d.ts +5 -5
  454. package/esm/admin/orm/models/appMembership.js +44 -44
  455. package/esm/admin/orm/models/appMembershipDefault.d.ts +5 -5
  456. package/esm/admin/orm/models/appMembershipDefault.js +44 -44
  457. package/esm/admin/orm/models/appOwnerGrant.d.ts +5 -5
  458. package/esm/admin/orm/models/appOwnerGrant.js +44 -44
  459. package/esm/admin/orm/models/appPermission.d.ts +5 -5
  460. package/esm/admin/orm/models/appPermission.js +44 -44
  461. package/esm/admin/orm/models/appPermissionDefault.d.ts +5 -5
  462. package/esm/admin/orm/models/appPermissionDefault.js +44 -44
  463. package/esm/admin/orm/models/appPermissionDefaultGrant.d.ts +5 -5
  464. package/esm/admin/orm/models/appPermissionDefaultGrant.js +44 -44
  465. package/esm/admin/orm/models/appPermissionDefaultPermission.d.ts +5 -5
  466. package/esm/admin/orm/models/appPermissionDefaultPermission.js +44 -44
  467. package/esm/admin/orm/models/index.d.ts +26 -26
  468. package/esm/admin/orm/models/index.js +26 -26
  469. package/esm/admin/orm/models/membershipType.d.ts +5 -5
  470. package/esm/admin/orm/models/membershipType.js +44 -44
  471. package/esm/admin/orm/models/orgAdminGrant.d.ts +5 -5
  472. package/esm/admin/orm/models/orgAdminGrant.js +44 -44
  473. package/esm/admin/orm/models/orgClaimedInvite.d.ts +5 -5
  474. package/esm/admin/orm/models/orgClaimedInvite.js +44 -44
  475. package/esm/admin/orm/models/orgGrant.d.ts +5 -5
  476. package/esm/admin/orm/models/orgGrant.js +44 -44
  477. package/esm/admin/orm/models/orgInvite.d.ts +5 -5
  478. package/esm/admin/orm/models/orgInvite.js +44 -44
  479. package/esm/admin/orm/models/orgMember.d.ts +5 -5
  480. package/esm/admin/orm/models/orgMember.js +44 -44
  481. package/esm/admin/orm/models/orgMemberProfile.d.ts +5 -5
  482. package/esm/admin/orm/models/orgMemberProfile.js +44 -44
  483. package/esm/admin/orm/models/orgMembership.d.ts +5 -5
  484. package/esm/admin/orm/models/orgMembership.js +44 -44
  485. package/esm/admin/orm/models/orgMembershipDefault.d.ts +5 -5
  486. package/esm/admin/orm/models/orgMembershipDefault.js +44 -44
  487. package/esm/admin/orm/models/orgMembershipSetting.d.ts +5 -5
  488. package/esm/admin/orm/models/orgMembershipSetting.js +44 -44
  489. package/esm/admin/orm/models/orgOwnerGrant.d.ts +5 -5
  490. package/esm/admin/orm/models/orgOwnerGrant.js +44 -44
  491. package/esm/admin/orm/models/orgPermission.d.ts +5 -5
  492. package/esm/admin/orm/models/orgPermission.js +44 -44
  493. package/esm/admin/orm/models/orgPermissionDefault.d.ts +5 -5
  494. package/esm/admin/orm/models/orgPermissionDefault.js +44 -44
  495. package/esm/admin/orm/models/orgPermissionDefaultGrant.d.ts +5 -5
  496. package/esm/admin/orm/models/orgPermissionDefaultGrant.js +44 -44
  497. package/esm/admin/orm/models/orgPermissionDefaultPermission.d.ts +5 -5
  498. package/esm/admin/orm/models/orgPermissionDefaultPermission.js +44 -44
  499. package/esm/admin/orm/mutation/index.d.ts +4 -4
  500. package/esm/admin/orm/mutation/index.js +30 -24
  501. package/esm/admin/orm/query/index.d.ts +3 -3
  502. package/esm/admin/orm/query/index.js +99 -77
  503. package/esm/admin/orm/query-builder.js +5 -15
  504. package/esm/agent/index.d.ts +1 -1
  505. package/esm/agent/index.js +1 -1
  506. package/esm/agent/orm/client.js +1 -3
  507. package/esm/agent/orm/index.d.ts +16 -16
  508. package/esm/agent/orm/index.js +17 -17
  509. package/esm/agent/orm/input-types.d.ts +10 -10
  510. package/esm/agent/orm/input-types.js +17 -17
  511. package/esm/agent/orm/models/agent.d.ts +5 -5
  512. package/esm/agent/orm/models/agent.js +44 -44
  513. package/esm/agent/orm/models/agentMessage.d.ts +5 -5
  514. package/esm/agent/orm/models/agentMessage.js +44 -44
  515. package/esm/agent/orm/models/agentPersona.d.ts +5 -5
  516. package/esm/agent/orm/models/agentPersona.js +44 -44
  517. package/esm/agent/orm/models/agentPlan.d.ts +5 -5
  518. package/esm/agent/orm/models/agentPlan.js +44 -44
  519. package/esm/agent/orm/models/agentPrompt.d.ts +5 -5
  520. package/esm/agent/orm/models/agentPrompt.js +44 -44
  521. package/esm/agent/orm/models/agentResource.d.ts +5 -5
  522. package/esm/agent/orm/models/agentResource.js +44 -44
  523. package/esm/agent/orm/models/agentResourceChunk.d.ts +5 -5
  524. package/esm/agent/orm/models/agentResourceChunk.js +44 -44
  525. package/esm/agent/orm/models/agentTask.d.ts +5 -5
  526. package/esm/agent/orm/models/agentTask.js +44 -44
  527. package/esm/agent/orm/models/agentThread.d.ts +5 -5
  528. package/esm/agent/orm/models/agentThread.js +44 -44
  529. package/esm/agent/orm/models/index.d.ts +9 -9
  530. package/esm/agent/orm/models/index.js +9 -9
  531. package/esm/agent/orm/mutation/index.d.ts +4 -4
  532. package/esm/agent/orm/mutation/index.js +12 -10
  533. package/esm/agent/orm/query-builder.js +5 -15
  534. package/esm/api/index.d.ts +1 -1
  535. package/esm/api/index.js +1 -1
  536. package/esm/api/orm/client.js +1 -3
  537. package/esm/api/orm/index.d.ts +73 -73
  538. package/esm/api/orm/index.js +75 -75
  539. package/esm/api/orm/input-types.d.ts +67 -67
  540. package/esm/api/orm/input-types.js +93 -93
  541. package/esm/api/orm/models/api.d.ts +5 -5
  542. package/esm/api/orm/models/api.js +44 -44
  543. package/esm/api/orm/models/apiModule.d.ts +5 -5
  544. package/esm/api/orm/models/apiModule.js +44 -44
  545. package/esm/api/orm/models/apiSchema.d.ts +5 -5
  546. package/esm/api/orm/models/apiSchema.js +44 -44
  547. package/esm/api/orm/models/apiSetting.d.ts +5 -5
  548. package/esm/api/orm/models/apiSetting.js +44 -44
  549. package/esm/api/orm/models/astMigration.d.ts +5 -5
  550. package/esm/api/orm/models/astMigration.js +32 -32
  551. package/esm/api/orm/models/checkConstraint.d.ts +5 -5
  552. package/esm/api/orm/models/checkConstraint.js +44 -44
  553. package/esm/api/orm/models/compositeType.d.ts +5 -5
  554. package/esm/api/orm/models/compositeType.js +44 -44
  555. package/esm/api/orm/models/corsSetting.d.ts +5 -5
  556. package/esm/api/orm/models/corsSetting.js +44 -44
  557. package/esm/api/orm/models/database.d.ts +5 -5
  558. package/esm/api/orm/models/database.js +44 -44
  559. package/esm/api/orm/models/databaseSetting.d.ts +5 -5
  560. package/esm/api/orm/models/databaseSetting.js +44 -44
  561. package/esm/api/orm/models/databaseTransfer.d.ts +5 -5
  562. package/esm/api/orm/models/databaseTransfer.js +44 -44
  563. package/esm/api/orm/models/defaultPrivilege.d.ts +5 -5
  564. package/esm/api/orm/models/defaultPrivilege.js +44 -44
  565. package/esm/api/orm/models/domain.d.ts +5 -5
  566. package/esm/api/orm/models/domain.js +44 -44
  567. package/esm/api/orm/models/domainEvent.d.ts +5 -5
  568. package/esm/api/orm/models/domainEvent.js +44 -44
  569. package/esm/api/orm/models/domainVerification.d.ts +5 -5
  570. package/esm/api/orm/models/domainVerification.js +44 -44
  571. package/esm/api/orm/models/embeddingChunk.d.ts +5 -5
  572. package/esm/api/orm/models/embeddingChunk.js +44 -44
  573. package/esm/api/orm/models/enum.d.ts +5 -5
  574. package/esm/api/orm/models/enum.js +44 -44
  575. package/esm/api/orm/models/exclusionConstraint.d.ts +5 -5
  576. package/esm/api/orm/models/exclusionConstraint.js +44 -44
  577. package/esm/api/orm/models/field.d.ts +5 -5
  578. package/esm/api/orm/models/field.js +44 -44
  579. package/esm/api/orm/models/foreignKeyConstraint.d.ts +5 -5
  580. package/esm/api/orm/models/foreignKeyConstraint.js +44 -44
  581. package/esm/api/orm/models/fullTextSearch.d.ts +5 -5
  582. package/esm/api/orm/models/fullTextSearch.js +44 -44
  583. package/esm/api/orm/models/function.d.ts +5 -5
  584. package/esm/api/orm/models/function.js +44 -44
  585. package/esm/api/orm/models/hostnameBinding.d.ts +5 -5
  586. package/esm/api/orm/models/hostnameBinding.js +44 -44
  587. package/esm/api/orm/models/httpRoute.d.ts +5 -5
  588. package/esm/api/orm/models/httpRoute.js +44 -44
  589. package/esm/api/orm/models/index.d.ts +65 -65
  590. package/esm/api/orm/models/index.js +65 -65
  591. package/esm/api/orm/models/indexModel.d.ts +5 -5
  592. package/esm/api/orm/models/indexModel.js +44 -44
  593. package/esm/api/orm/models/managedDomain.d.ts +5 -5
  594. package/esm/api/orm/models/managedDomain.js +44 -44
  595. package/esm/api/orm/models/nodeTypeRegistry.d.ts +5 -5
  596. package/esm/api/orm/models/nodeTypeRegistry.js +44 -44
  597. package/esm/api/orm/models/partition.d.ts +5 -5
  598. package/esm/api/orm/models/partition.js +44 -44
  599. package/esm/api/orm/models/platformApi.d.ts +5 -5
  600. package/esm/api/orm/models/platformApi.js +44 -44
  601. package/esm/api/orm/models/platformApiModule.d.ts +5 -5
  602. package/esm/api/orm/models/platformApiModule.js +44 -44
  603. package/esm/api/orm/models/platformApiSchema.d.ts +5 -5
  604. package/esm/api/orm/models/platformApiSchema.js +44 -44
  605. package/esm/api/orm/models/platformApiSetting.d.ts +5 -5
  606. package/esm/api/orm/models/platformApiSetting.js +44 -44
  607. package/esm/api/orm/models/platformCorsSetting.d.ts +5 -5
  608. package/esm/api/orm/models/platformCorsSetting.js +44 -44
  609. package/esm/api/orm/models/platformDomain.d.ts +5 -5
  610. package/esm/api/orm/models/platformDomain.js +44 -44
  611. package/esm/api/orm/models/platformDomainEvent.d.ts +5 -5
  612. package/esm/api/orm/models/platformDomainEvent.js +44 -44
  613. package/esm/api/orm/models/platformDomainVerification.d.ts +5 -5
  614. package/esm/api/orm/models/platformDomainVerification.js +44 -44
  615. package/esm/api/orm/models/platformManagedDomain.d.ts +5 -5
  616. package/esm/api/orm/models/platformManagedDomain.js +44 -44
  617. package/esm/api/orm/models/platformSite.d.ts +5 -5
  618. package/esm/api/orm/models/platformSite.js +44 -44
  619. package/esm/api/orm/models/platformSiteMetadatum.d.ts +5 -5
  620. package/esm/api/orm/models/platformSiteMetadatum.js +44 -44
  621. package/esm/api/orm/models/platformSiteModule.d.ts +5 -5
  622. package/esm/api/orm/models/platformSiteModule.js +44 -44
  623. package/esm/api/orm/models/platformSiteTheme.d.ts +5 -5
  624. package/esm/api/orm/models/platformSiteTheme.js +44 -44
  625. package/esm/api/orm/models/policy.d.ts +5 -5
  626. package/esm/api/orm/models/policy.js +44 -44
  627. package/esm/api/orm/models/primaryKeyConstraint.d.ts +5 -5
  628. package/esm/api/orm/models/primaryKeyConstraint.js +44 -44
  629. package/esm/api/orm/models/pubkeySetting.d.ts +5 -5
  630. package/esm/api/orm/models/pubkeySetting.js +44 -44
  631. package/esm/api/orm/models/rlsSetting.d.ts +5 -5
  632. package/esm/api/orm/models/rlsSetting.js +44 -44
  633. package/esm/api/orm/models/route.d.ts +5 -5
  634. package/esm/api/orm/models/route.js +44 -44
  635. package/esm/api/orm/models/routeBinding.d.ts +5 -5
  636. package/esm/api/orm/models/routeBinding.js +44 -44
  637. package/esm/api/orm/models/schema.d.ts +5 -5
  638. package/esm/api/orm/models/schema.js +44 -44
  639. package/esm/api/orm/models/schemaGrant.d.ts +5 -5
  640. package/esm/api/orm/models/schemaGrant.js +44 -44
  641. package/esm/api/orm/models/site.d.ts +5 -5
  642. package/esm/api/orm/models/site.js +44 -44
  643. package/esm/api/orm/models/siteMetadatum.d.ts +5 -5
  644. package/esm/api/orm/models/siteMetadatum.js +44 -44
  645. package/esm/api/orm/models/siteModule.d.ts +5 -5
  646. package/esm/api/orm/models/siteModule.js +44 -44
  647. package/esm/api/orm/models/siteTheme.d.ts +5 -5
  648. package/esm/api/orm/models/siteTheme.js +44 -44
  649. package/esm/api/orm/models/spatialRelation.d.ts +5 -5
  650. package/esm/api/orm/models/spatialRelation.js +44 -44
  651. package/esm/api/orm/models/sqlAction.d.ts +5 -5
  652. package/esm/api/orm/models/sqlAction.js +32 -32
  653. package/esm/api/orm/models/table.d.ts +5 -5
  654. package/esm/api/orm/models/table.js +44 -44
  655. package/esm/api/orm/models/tableGrant.d.ts +5 -5
  656. package/esm/api/orm/models/tableGrant.js +44 -44
  657. package/esm/api/orm/models/trigger.d.ts +5 -5
  658. package/esm/api/orm/models/trigger.js +44 -44
  659. package/esm/api/orm/models/triggerFunction.d.ts +5 -5
  660. package/esm/api/orm/models/triggerFunction.js +44 -44
  661. package/esm/api/orm/models/uniqueConstraint.d.ts +5 -5
  662. package/esm/api/orm/models/uniqueConstraint.js +44 -44
  663. package/esm/api/orm/models/view.d.ts +5 -5
  664. package/esm/api/orm/models/view.js +44 -44
  665. package/esm/api/orm/models/viewGrant.d.ts +5 -5
  666. package/esm/api/orm/models/viewGrant.js +44 -44
  667. package/esm/api/orm/models/viewRule.d.ts +5 -5
  668. package/esm/api/orm/models/viewRule.js +44 -44
  669. package/esm/api/orm/models/viewTable.d.ts +5 -5
  670. package/esm/api/orm/models/viewTable.js +44 -44
  671. package/esm/api/orm/models/webauthnSetting.d.ts +5 -5
  672. package/esm/api/orm/models/webauthnSetting.js +44 -44
  673. package/esm/api/orm/mutation/index.d.ts +4 -4
  674. package/esm/api/orm/mutation/index.js +66 -52
  675. package/esm/api/orm/query/index.d.ts +4 -4
  676. package/esm/api/orm/query/index.js +59 -46
  677. package/esm/api/orm/query-builder.js +5 -15
  678. package/esm/auth/index.d.ts +1 -1
  679. package/esm/auth/index.js +1 -1
  680. package/esm/auth/orm/client.js +1 -3
  681. package/esm/auth/orm/index.d.ts +21 -21
  682. package/esm/auth/orm/index.js +23 -23
  683. package/esm/auth/orm/input-types.d.ts +13 -13
  684. package/esm/auth/orm/input-types.js +16 -16
  685. package/esm/auth/orm/models/auditLogAuth.d.ts +5 -5
  686. package/esm/auth/orm/models/auditLogAuth.js +45 -45
  687. package/esm/auth/orm/models/cryptoAddress.d.ts +5 -5
  688. package/esm/auth/orm/models/cryptoAddress.js +44 -44
  689. package/esm/auth/orm/models/email.d.ts +5 -5
  690. package/esm/auth/orm/models/email.js +44 -44
  691. package/esm/auth/orm/models/identityProvider.d.ts +5 -5
  692. package/esm/auth/orm/models/identityProvider.js +22 -22
  693. package/esm/auth/orm/models/index.d.ts +13 -13
  694. package/esm/auth/orm/models/index.js +13 -13
  695. package/esm/auth/orm/models/orgApiKeyList.d.ts +5 -5
  696. package/esm/auth/orm/models/orgApiKeyList.js +32 -32
  697. package/esm/auth/orm/models/phoneNumber.d.ts +5 -5
  698. package/esm/auth/orm/models/phoneNumber.js +44 -44
  699. package/esm/auth/orm/models/principal.d.ts +5 -5
  700. package/esm/auth/orm/models/principal.js +32 -32
  701. package/esm/auth/orm/models/principalEntity.d.ts +5 -5
  702. package/esm/auth/orm/models/principalEntity.js +44 -44
  703. package/esm/auth/orm/models/principalScopeOverride.d.ts +5 -5
  704. package/esm/auth/orm/models/principalScopeOverride.js +32 -32
  705. package/esm/auth/orm/models/roleType.d.ts +5 -5
  706. package/esm/auth/orm/models/roleType.js +44 -44
  707. package/esm/auth/orm/models/user.d.ts +5 -5
  708. package/esm/auth/orm/models/user.js +44 -44
  709. package/esm/auth/orm/models/userConnectedAccount.d.ts +5 -5
  710. package/esm/auth/orm/models/userConnectedAccount.js +32 -32
  711. package/esm/auth/orm/models/webauthnCredential.d.ts +5 -5
  712. package/esm/auth/orm/models/webauthnCredential.js +44 -44
  713. package/esm/auth/orm/mutation/index.d.ts +4 -4
  714. package/esm/auth/orm/mutation/index.js +273 -213
  715. package/esm/auth/orm/query/index.d.ts +4 -4
  716. package/esm/auth/orm/query/index.js +28 -26
  717. package/esm/auth/orm/query-builder.js +5 -15
  718. package/esm/compute/index.d.ts +1 -1
  719. package/esm/compute/index.js +1 -1
  720. package/esm/compute/orm/client.js +1 -3
  721. package/esm/compute/orm/index.d.ts +75 -75
  722. package/esm/compute/orm/index.js +77 -77
  723. package/esm/compute/orm/input-types.d.ts +67 -67
  724. package/esm/compute/orm/input-types.js +42 -42
  725. package/esm/compute/orm/models/dbPreset.d.ts +5 -5
  726. package/esm/compute/orm/models/dbPreset.js +44 -44
  727. package/esm/compute/orm/models/functionApiBinding.d.ts +5 -5
  728. package/esm/compute/orm/models/functionApiBinding.js +44 -44
  729. package/esm/compute/orm/models/functionDefinition.d.ts +5 -5
  730. package/esm/compute/orm/models/functionDefinition.js +44 -44
  731. package/esm/compute/orm/models/functionDeployment.d.ts +5 -5
  732. package/esm/compute/orm/models/functionDeployment.js +44 -44
  733. package/esm/compute/orm/models/functionDeploymentEvent.d.ts +5 -5
  734. package/esm/compute/orm/models/functionDeploymentEvent.js +45 -45
  735. package/esm/compute/orm/models/functionExecutionLog.d.ts +5 -5
  736. package/esm/compute/orm/models/functionExecutionLog.js +45 -45
  737. package/esm/compute/orm/models/functionGraph.d.ts +5 -5
  738. package/esm/compute/orm/models/functionGraph.js +44 -44
  739. package/esm/compute/orm/models/functionGraphCommit.d.ts +5 -5
  740. package/esm/compute/orm/models/functionGraphCommit.js +45 -45
  741. package/esm/compute/orm/models/functionGraphExecution.d.ts +5 -5
  742. package/esm/compute/orm/models/functionGraphExecution.js +45 -45
  743. package/esm/compute/orm/models/functionGraphExecutionNodeState.d.ts +5 -5
  744. package/esm/compute/orm/models/functionGraphExecutionNodeState.js +45 -45
  745. package/esm/compute/orm/models/functionGraphExecutionOutput.d.ts +5 -5
  746. package/esm/compute/orm/models/functionGraphExecutionOutput.js +45 -45
  747. package/esm/compute/orm/models/functionGraphObject.d.ts +5 -5
  748. package/esm/compute/orm/models/functionGraphObject.js +40 -40
  749. package/esm/compute/orm/models/functionGraphRef.d.ts +5 -5
  750. package/esm/compute/orm/models/functionGraphRef.js +45 -45
  751. package/esm/compute/orm/models/functionGraphStore.d.ts +5 -5
  752. package/esm/compute/orm/models/functionGraphStore.js +44 -44
  753. package/esm/compute/orm/models/functionInvocation.d.ts +5 -5
  754. package/esm/compute/orm/models/functionInvocation.js +45 -45
  755. package/esm/compute/orm/models/functionInvocationAttempt.d.ts +5 -5
  756. package/esm/compute/orm/models/functionInvocationAttempt.js +45 -45
  757. package/esm/compute/orm/models/getAllTreeNodesRecord.d.ts +5 -5
  758. package/esm/compute/orm/models/getAllTreeNodesRecord.js +22 -22
  759. package/esm/compute/orm/models/index.d.ts +67 -67
  760. package/esm/compute/orm/models/index.js +67 -67
  761. package/esm/compute/orm/models/infraCommit.d.ts +5 -5
  762. package/esm/compute/orm/models/infraCommit.js +45 -45
  763. package/esm/compute/orm/models/infraGetAllTreeNodesRecord.d.ts +5 -5
  764. package/esm/compute/orm/models/infraGetAllTreeNodesRecord.js +22 -22
  765. package/esm/compute/orm/models/infraObject.d.ts +5 -5
  766. package/esm/compute/orm/models/infraObject.js +40 -40
  767. package/esm/compute/orm/models/infraRef.d.ts +5 -5
  768. package/esm/compute/orm/models/infraRef.js +45 -45
  769. package/esm/compute/orm/models/infraStore.d.ts +5 -5
  770. package/esm/compute/orm/models/infraStore.js +44 -44
  771. package/esm/compute/orm/models/integrationProvider.d.ts +5 -5
  772. package/esm/compute/orm/models/integrationProvider.js +44 -44
  773. package/esm/compute/orm/models/namespace.d.ts +5 -5
  774. package/esm/compute/orm/models/namespace.js +44 -44
  775. package/esm/compute/orm/models/namespaceEvent.d.ts +5 -5
  776. package/esm/compute/orm/models/namespaceEvent.js +45 -45
  777. package/esm/compute/orm/models/platformFunctionApiBinding.d.ts +5 -5
  778. package/esm/compute/orm/models/platformFunctionApiBinding.js +44 -44
  779. package/esm/compute/orm/models/platformFunctionDefinition.d.ts +5 -5
  780. package/esm/compute/orm/models/platformFunctionDefinition.js +44 -44
  781. package/esm/compute/orm/models/platformFunctionDeployment.d.ts +5 -5
  782. package/esm/compute/orm/models/platformFunctionDeployment.js +44 -44
  783. package/esm/compute/orm/models/platformFunctionDeploymentEvent.d.ts +5 -5
  784. package/esm/compute/orm/models/platformFunctionDeploymentEvent.js +45 -45
  785. package/esm/compute/orm/models/platformFunctionExecutionLog.d.ts +5 -5
  786. package/esm/compute/orm/models/platformFunctionExecutionLog.js +45 -45
  787. package/esm/compute/orm/models/platformFunctionInvocation.d.ts +5 -5
  788. package/esm/compute/orm/models/platformFunctionInvocation.js +45 -45
  789. package/esm/compute/orm/models/platformFunctionInvocationAttempt.d.ts +5 -5
  790. package/esm/compute/orm/models/platformFunctionInvocationAttempt.js +45 -45
  791. package/esm/compute/orm/models/platformInfraCommit.d.ts +5 -5
  792. package/esm/compute/orm/models/platformInfraCommit.js +45 -45
  793. package/esm/compute/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
  794. package/esm/compute/orm/models/platformInfraGetAllTreeNodesRecord.js +22 -22
  795. package/esm/compute/orm/models/platformInfraObject.d.ts +5 -5
  796. package/esm/compute/orm/models/platformInfraObject.js +40 -40
  797. package/esm/compute/orm/models/platformInfraRef.d.ts +5 -5
  798. package/esm/compute/orm/models/platformInfraRef.js +45 -45
  799. package/esm/compute/orm/models/platformInfraStore.d.ts +5 -5
  800. package/esm/compute/orm/models/platformInfraStore.js +44 -44
  801. package/esm/compute/orm/models/platformNamespace.d.ts +5 -5
  802. package/esm/compute/orm/models/platformNamespace.js +44 -44
  803. package/esm/compute/orm/models/platformNamespaceEvent.d.ts +5 -5
  804. package/esm/compute/orm/models/platformNamespaceEvent.js +45 -45
  805. package/esm/compute/orm/models/platformResource.d.ts +5 -5
  806. package/esm/compute/orm/models/platformResource.js +44 -44
  807. package/esm/compute/orm/models/platformResourceDeclaredCapacity.d.ts +5 -5
  808. package/esm/compute/orm/models/platformResourceDeclaredCapacity.js +22 -22
  809. package/esm/compute/orm/models/platformResourceDefinition.d.ts +5 -5
  810. package/esm/compute/orm/models/platformResourceDefinition.js +44 -44
  811. package/esm/compute/orm/models/platformResourceEvent.d.ts +5 -5
  812. package/esm/compute/orm/models/platformResourceEvent.js +45 -45
  813. package/esm/compute/orm/models/platformResourceInstallation.d.ts +5 -5
  814. package/esm/compute/orm/models/platformResourceInstallation.js +44 -44
  815. package/esm/compute/orm/models/platformResourceStatusCheck.d.ts +5 -5
  816. package/esm/compute/orm/models/platformResourceStatusCheck.js +44 -44
  817. package/esm/compute/orm/models/platformResourceUsageLog.d.ts +5 -5
  818. package/esm/compute/orm/models/platformResourceUsageLog.js +45 -45
  819. package/esm/compute/orm/models/platformResourceUsageSummary.d.ts +5 -5
  820. package/esm/compute/orm/models/platformResourceUsageSummary.js +45 -45
  821. package/esm/compute/orm/models/platformResourceUtilization.d.ts +5 -5
  822. package/esm/compute/orm/models/platformResourceUtilization.js +22 -22
  823. package/esm/compute/orm/models/platformResourcesHealth.d.ts +5 -5
  824. package/esm/compute/orm/models/platformResourcesHealth.js +32 -32
  825. package/esm/compute/orm/models/platformResourcesRequirementsState.d.ts +5 -5
  826. package/esm/compute/orm/models/platformResourcesRequirementsState.js +22 -22
  827. package/esm/compute/orm/models/platformResourcesResolvedRequirement.d.ts +5 -5
  828. package/esm/compute/orm/models/platformResourcesResolvedRequirement.js +22 -22
  829. package/esm/compute/orm/models/platformWebhookEndpoint.d.ts +5 -5
  830. package/esm/compute/orm/models/platformWebhookEndpoint.js +44 -44
  831. package/esm/compute/orm/models/platformWebhookEvent.d.ts +5 -5
  832. package/esm/compute/orm/models/platformWebhookEvent.js +44 -44
  833. package/esm/compute/orm/models/resource.d.ts +5 -5
  834. package/esm/compute/orm/models/resource.js +44 -44
  835. package/esm/compute/orm/models/resourceDeclaredCapacity.d.ts +5 -5
  836. package/esm/compute/orm/models/resourceDeclaredCapacity.js +22 -22
  837. package/esm/compute/orm/models/resourceDefinition.d.ts +5 -5
  838. package/esm/compute/orm/models/resourceDefinition.js +44 -44
  839. package/esm/compute/orm/models/resourceEvent.d.ts +5 -5
  840. package/esm/compute/orm/models/resourceEvent.js +45 -45
  841. package/esm/compute/orm/models/resourceInstallation.d.ts +5 -5
  842. package/esm/compute/orm/models/resourceInstallation.js +44 -44
  843. package/esm/compute/orm/models/resourceStatusCheck.d.ts +5 -5
  844. package/esm/compute/orm/models/resourceStatusCheck.js +44 -44
  845. package/esm/compute/orm/models/resourceUsageLog.d.ts +5 -5
  846. package/esm/compute/orm/models/resourceUsageLog.js +45 -45
  847. package/esm/compute/orm/models/resourceUsageSummary.d.ts +5 -5
  848. package/esm/compute/orm/models/resourceUsageSummary.js +45 -45
  849. package/esm/compute/orm/models/resourceUtilization.d.ts +5 -5
  850. package/esm/compute/orm/models/resourceUtilization.js +22 -22
  851. package/esm/compute/orm/models/resourcesHealth.d.ts +5 -5
  852. package/esm/compute/orm/models/resourcesHealth.js +32 -32
  853. package/esm/compute/orm/models/resourcesRequirementsState.d.ts +5 -5
  854. package/esm/compute/orm/models/resourcesRequirementsState.js +22 -22
  855. package/esm/compute/orm/models/resourcesResolvedRequirement.d.ts +5 -5
  856. package/esm/compute/orm/models/resourcesResolvedRequirement.js +22 -22
  857. package/esm/compute/orm/models/webhookEndpoint.d.ts +5 -5
  858. package/esm/compute/orm/models/webhookEndpoint.js +44 -44
  859. package/esm/compute/orm/models/webhookEvent.d.ts +5 -5
  860. package/esm/compute/orm/models/webhookEvent.js +44 -44
  861. package/esm/compute/orm/mutation/index.d.ts +4 -4
  862. package/esm/compute/orm/mutation/index.js +255 -199
  863. package/esm/compute/orm/query/index.d.ts +2 -2
  864. package/esm/compute/orm/query/index.js +12 -10
  865. package/esm/compute/orm/query-builder.js +5 -15
  866. package/esm/config/index.d.ts +1 -1
  867. package/esm/config/index.js +1 -1
  868. package/esm/config/orm/client.js +1 -3
  869. package/esm/config/orm/index.d.ts +12 -12
  870. package/esm/config/orm/index.js +13 -13
  871. package/esm/config/orm/input-types.d.ts +5 -5
  872. package/esm/config/orm/models/config.d.ts +5 -5
  873. package/esm/config/orm/models/config.js +44 -44
  874. package/esm/config/orm/models/index.d.ts +5 -5
  875. package/esm/config/orm/models/index.js +5 -5
  876. package/esm/config/orm/models/platformConfig.d.ts +5 -5
  877. package/esm/config/orm/models/platformConfig.js +44 -44
  878. package/esm/config/orm/models/platformInternalSecret.d.ts +5 -5
  879. package/esm/config/orm/models/platformInternalSecret.js +32 -32
  880. package/esm/config/orm/models/platformSecret.d.ts +5 -5
  881. package/esm/config/orm/models/platformSecret.js +32 -32
  882. package/esm/config/orm/models/secret.d.ts +5 -5
  883. package/esm/config/orm/models/secret.js +32 -32
  884. package/esm/config/orm/mutation/index.d.ts +4 -4
  885. package/esm/config/orm/mutation/index.js +120 -94
  886. package/esm/config/orm/query-builder.js +5 -15
  887. package/esm/index.d.ts +10 -10
  888. package/esm/index.js +10 -10
  889. package/esm/infra/index.d.ts +1 -1
  890. package/esm/infra/index.js +1 -1
  891. package/esm/infra/orm/client.js +1 -3
  892. package/esm/infra/orm/index.d.ts +17 -17
  893. package/esm/infra/orm/index.js +18 -18
  894. package/esm/infra/orm/input-types.d.ts +10 -10
  895. package/esm/infra/orm/models/dbPreset.d.ts +5 -5
  896. package/esm/infra/orm/models/dbPreset.js +44 -44
  897. package/esm/infra/orm/models/index.d.ts +10 -10
  898. package/esm/infra/orm/models/index.js +10 -10
  899. package/esm/infra/orm/models/namespace.d.ts +5 -5
  900. package/esm/infra/orm/models/namespace.js +44 -44
  901. package/esm/infra/orm/models/namespaceEvent.d.ts +5 -5
  902. package/esm/infra/orm/models/namespaceEvent.js +45 -45
  903. package/esm/infra/orm/models/platformInfraCommit.d.ts +5 -5
  904. package/esm/infra/orm/models/platformInfraCommit.js +45 -45
  905. package/esm/infra/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
  906. package/esm/infra/orm/models/platformInfraGetAllTreeNodesRecord.js +22 -22
  907. package/esm/infra/orm/models/platformInfraObject.d.ts +5 -5
  908. package/esm/infra/orm/models/platformInfraObject.js +40 -40
  909. package/esm/infra/orm/models/platformInfraRef.d.ts +5 -5
  910. package/esm/infra/orm/models/platformInfraRef.js +45 -45
  911. package/esm/infra/orm/models/platformInfraStore.d.ts +5 -5
  912. package/esm/infra/orm/models/platformInfraStore.js +44 -44
  913. package/esm/infra/orm/models/platformNamespace.d.ts +5 -5
  914. package/esm/infra/orm/models/platformNamespace.js +44 -44
  915. package/esm/infra/orm/models/platformNamespaceEvent.d.ts +5 -5
  916. package/esm/infra/orm/models/platformNamespaceEvent.js +45 -45
  917. package/esm/infra/orm/mutation/index.d.ts +4 -4
  918. package/esm/infra/orm/mutation/index.js +39 -31
  919. package/esm/infra/orm/query-builder.js +5 -15
  920. package/esm/modules/index.d.ts +1 -1
  921. package/esm/modules/index.js +1 -1
  922. package/esm/modules/orm/client.js +1 -3
  923. package/esm/modules/orm/index.d.ts +83 -83
  924. package/esm/modules/orm/index.js +85 -85
  925. package/esm/modules/orm/input-types.d.ts +75 -75
  926. package/esm/modules/orm/input-types.js +9 -9
  927. package/esm/modules/orm/models/agentModule.d.ts +5 -5
  928. package/esm/modules/orm/models/agentModule.js +44 -44
  929. package/esm/modules/orm/models/apiSurfaceModule.d.ts +5 -5
  930. package/esm/modules/orm/models/apiSurfaceModule.js +44 -44
  931. package/esm/modules/orm/models/appModule.d.ts +5 -5
  932. package/esm/modules/orm/models/appModule.js +44 -44
  933. package/esm/modules/orm/models/billingModule.d.ts +5 -5
  934. package/esm/modules/orm/models/billingModule.js +44 -44
  935. package/esm/modules/orm/models/billingProviderModule.d.ts +5 -5
  936. package/esm/modules/orm/models/billingProviderModule.js +44 -44
  937. package/esm/modules/orm/models/blueprint.d.ts +5 -5
  938. package/esm/modules/orm/models/blueprint.js +44 -44
  939. package/esm/modules/orm/models/blueprintConstruction.d.ts +5 -5
  940. package/esm/modules/orm/models/blueprintConstruction.js +44 -44
  941. package/esm/modules/orm/models/blueprintTemplate.d.ts +5 -5
  942. package/esm/modules/orm/models/blueprintTemplate.js +44 -44
  943. package/esm/modules/orm/models/catalogModule.d.ts +5 -5
  944. package/esm/modules/orm/models/catalogModule.js +44 -44
  945. package/esm/modules/orm/models/computeLogModule.d.ts +5 -5
  946. package/esm/modules/orm/models/computeLogModule.js +44 -44
  947. package/esm/modules/orm/models/configSecretsUserModule.d.ts +5 -5
  948. package/esm/modules/orm/models/configSecretsUserModule.js +44 -44
  949. package/esm/modules/orm/models/connectedAccountsModule.d.ts +5 -5
  950. package/esm/modules/orm/models/connectedAccountsModule.js +44 -44
  951. package/esm/modules/orm/models/cryptoAddressesModule.d.ts +5 -5
  952. package/esm/modules/orm/models/cryptoAddressesModule.js +44 -44
  953. package/esm/modules/orm/models/cryptoAuthModule.d.ts +5 -5
  954. package/esm/modules/orm/models/cryptoAuthModule.js +44 -44
  955. package/esm/modules/orm/models/databaseProvisionModule.d.ts +5 -5
  956. package/esm/modules/orm/models/databaseProvisionModule.js +44 -44
  957. package/esm/modules/orm/models/databaseSettingsModule.d.ts +5 -5
  958. package/esm/modules/orm/models/databaseSettingsModule.js +44 -44
  959. package/esm/modules/orm/models/dbPool.d.ts +5 -5
  960. package/esm/modules/orm/models/dbPool.js +44 -44
  961. package/esm/modules/orm/models/dbPoolConfig.d.ts +5 -5
  962. package/esm/modules/orm/models/dbPoolConfig.js +44 -44
  963. package/esm/modules/orm/models/dbPresetModule.d.ts +5 -5
  964. package/esm/modules/orm/models/dbPresetModule.js +44 -44
  965. package/esm/modules/orm/models/dbUsageModule.d.ts +5 -5
  966. package/esm/modules/orm/models/dbUsageModule.js +44 -44
  967. package/esm/modules/orm/models/defaultIdsModule.d.ts +5 -5
  968. package/esm/modules/orm/models/defaultIdsModule.js +44 -44
  969. package/esm/modules/orm/models/denormalizedTableField.d.ts +5 -5
  970. package/esm/modules/orm/models/denormalizedTableField.js +44 -44
  971. package/esm/modules/orm/models/devicesModule.d.ts +5 -5
  972. package/esm/modules/orm/models/devicesModule.js +44 -44
  973. package/esm/modules/orm/models/domainModule.d.ts +5 -5
  974. package/esm/modules/orm/models/domainModule.js +44 -44
  975. package/esm/modules/orm/models/emailsModule.d.ts +5 -5
  976. package/esm/modules/orm/models/emailsModule.js +44 -44
  977. package/esm/modules/orm/models/entityTypeProvision.d.ts +5 -5
  978. package/esm/modules/orm/models/entityTypeProvision.js +44 -44
  979. package/esm/modules/orm/models/eventsModule.d.ts +5 -5
  980. package/esm/modules/orm/models/eventsModule.js +44 -44
  981. package/esm/modules/orm/models/functionDeploymentModule.d.ts +5 -5
  982. package/esm/modules/orm/models/functionDeploymentModule.js +44 -44
  983. package/esm/modules/orm/models/functionInvocationModule.d.ts +5 -5
  984. package/esm/modules/orm/models/functionInvocationModule.js +44 -44
  985. package/esm/modules/orm/models/functionModule.d.ts +5 -5
  986. package/esm/modules/orm/models/functionModule.js +44 -44
  987. package/esm/modules/orm/models/graphExecutionModule.d.ts +5 -5
  988. package/esm/modules/orm/models/graphExecutionModule.js +44 -44
  989. package/esm/modules/orm/models/graphModule.d.ts +5 -5
  990. package/esm/modules/orm/models/graphModule.js +44 -44
  991. package/esm/modules/orm/models/hierarchyModule.d.ts +5 -5
  992. package/esm/modules/orm/models/hierarchyModule.js +44 -44
  993. package/esm/modules/orm/models/httpRouteModule.d.ts +5 -5
  994. package/esm/modules/orm/models/httpRouteModule.js +44 -44
  995. package/esm/modules/orm/models/i18NModule.d.ts +5 -5
  996. package/esm/modules/orm/models/i18NModule.js +44 -44
  997. package/esm/modules/orm/models/identityProvidersModule.d.ts +5 -5
  998. package/esm/modules/orm/models/identityProvidersModule.js +44 -44
  999. package/esm/modules/orm/models/index.d.ts +75 -75
  1000. package/esm/modules/orm/models/index.js +75 -75
  1001. package/esm/modules/orm/models/inferenceLogModule.d.ts +5 -5
  1002. package/esm/modules/orm/models/inferenceLogModule.js +44 -44
  1003. package/esm/modules/orm/models/infraConfigModule.d.ts +5 -5
  1004. package/esm/modules/orm/models/infraConfigModule.js +44 -44
  1005. package/esm/modules/orm/models/infraSecretsModule.d.ts +5 -5
  1006. package/esm/modules/orm/models/infraSecretsModule.js +44 -44
  1007. package/esm/modules/orm/models/integrationProvidersModule.d.ts +5 -5
  1008. package/esm/modules/orm/models/integrationProvidersModule.js +44 -44
  1009. package/esm/modules/orm/models/internalSecretsModule.d.ts +5 -5
  1010. package/esm/modules/orm/models/internalSecretsModule.js +44 -44
  1011. package/esm/modules/orm/models/invitesModule.d.ts +5 -5
  1012. package/esm/modules/orm/models/invitesModule.js +44 -44
  1013. package/esm/modules/orm/models/limitsModule.d.ts +5 -5
  1014. package/esm/modules/orm/models/limitsModule.js +44 -44
  1015. package/esm/modules/orm/models/membershipTypesModule.d.ts +5 -5
  1016. package/esm/modules/orm/models/membershipTypesModule.js +44 -44
  1017. package/esm/modules/orm/models/membershipsModule.d.ts +5 -5
  1018. package/esm/modules/orm/models/membershipsModule.js +44 -44
  1019. package/esm/modules/orm/models/merkleStoreModule.d.ts +5 -5
  1020. package/esm/modules/orm/models/merkleStoreModule.js +44 -44
  1021. package/esm/modules/orm/models/namespaceModule.d.ts +5 -5
  1022. package/esm/modules/orm/models/namespaceModule.js +44 -44
  1023. package/esm/modules/orm/models/notificationsModule.d.ts +5 -5
  1024. package/esm/modules/orm/models/notificationsModule.js +44 -44
  1025. package/esm/modules/orm/models/permissionsModule.d.ts +5 -5
  1026. package/esm/modules/orm/models/permissionsModule.js +44 -44
  1027. package/esm/modules/orm/models/phoneNumbersModule.d.ts +5 -5
  1028. package/esm/modules/orm/models/phoneNumbersModule.js +44 -44
  1029. package/esm/modules/orm/models/plansModule.d.ts +5 -5
  1030. package/esm/modules/orm/models/plansModule.js +44 -44
  1031. package/esm/modules/orm/models/principalAuthModule.d.ts +5 -5
  1032. package/esm/modules/orm/models/principalAuthModule.js +44 -44
  1033. package/esm/modules/orm/models/profilesModule.d.ts +5 -5
  1034. package/esm/modules/orm/models/profilesModule.js +44 -44
  1035. package/esm/modules/orm/models/rateLimitMetersModule.d.ts +5 -5
  1036. package/esm/modules/orm/models/rateLimitMetersModule.js +44 -44
  1037. package/esm/modules/orm/models/rateLimitsModule.d.ts +5 -5
  1038. package/esm/modules/orm/models/rateLimitsModule.js +44 -44
  1039. package/esm/modules/orm/models/realtimeModule.d.ts +5 -5
  1040. package/esm/modules/orm/models/realtimeModule.js +44 -44
  1041. package/esm/modules/orm/models/relationProvision.d.ts +5 -5
  1042. package/esm/modules/orm/models/relationProvision.js +44 -44
  1043. package/esm/modules/orm/models/resourceModule.d.ts +5 -5
  1044. package/esm/modules/orm/models/resourceModule.js +44 -44
  1045. package/esm/modules/orm/models/rlsModule.d.ts +5 -5
  1046. package/esm/modules/orm/models/rlsModule.js +44 -44
  1047. package/esm/modules/orm/models/routeModule.d.ts +5 -5
  1048. package/esm/modules/orm/models/routeModule.js +44 -44
  1049. package/esm/modules/orm/models/secureTableProvision.d.ts +5 -5
  1050. package/esm/modules/orm/models/secureTableProvision.js +44 -44
  1051. package/esm/modules/orm/models/sessionSecretsModule.d.ts +5 -5
  1052. package/esm/modules/orm/models/sessionSecretsModule.js +44 -44
  1053. package/esm/modules/orm/models/sessionsModule.d.ts +5 -5
  1054. package/esm/modules/orm/models/sessionsModule.js +44 -44
  1055. package/esm/modules/orm/models/siteSurfaceModule.d.ts +5 -5
  1056. package/esm/modules/orm/models/siteSurfaceModule.js +44 -44
  1057. package/esm/modules/orm/models/storageLogModule.d.ts +5 -5
  1058. package/esm/modules/orm/models/storageLogModule.js +44 -44
  1059. package/esm/modules/orm/models/storageModule.d.ts +5 -5
  1060. package/esm/modules/orm/models/storageModule.js +44 -44
  1061. package/esm/modules/orm/models/transferLogModule.d.ts +5 -5
  1062. package/esm/modules/orm/models/transferLogModule.js +44 -44
  1063. package/esm/modules/orm/models/userAuthModule.d.ts +5 -5
  1064. package/esm/modules/orm/models/userAuthModule.js +44 -44
  1065. package/esm/modules/orm/models/userCredentialsModule.d.ts +5 -5
  1066. package/esm/modules/orm/models/userCredentialsModule.js +44 -44
  1067. package/esm/modules/orm/models/userSettingsModule.d.ts +5 -5
  1068. package/esm/modules/orm/models/userSettingsModule.js +44 -44
  1069. package/esm/modules/orm/models/userStateModule.d.ts +5 -5
  1070. package/esm/modules/orm/models/userStateModule.js +44 -44
  1071. package/esm/modules/orm/models/usersModule.d.ts +5 -5
  1072. package/esm/modules/orm/models/usersModule.js +44 -44
  1073. package/esm/modules/orm/models/webauthnAuthModule.d.ts +5 -5
  1074. package/esm/modules/orm/models/webauthnAuthModule.js +44 -44
  1075. package/esm/modules/orm/models/webauthnCredentialsModule.d.ts +5 -5
  1076. package/esm/modules/orm/models/webauthnCredentialsModule.js +44 -44
  1077. package/esm/modules/orm/models/webhookModule.d.ts +5 -5
  1078. package/esm/modules/orm/models/webhookModule.js +44 -44
  1079. package/esm/modules/orm/mutation/index.d.ts +4 -4
  1080. package/esm/modules/orm/mutation/index.js +93 -73
  1081. package/esm/modules/orm/query/index.d.ts +2 -2
  1082. package/esm/modules/orm/query/index.js +45 -35
  1083. package/esm/modules/orm/query-builder.js +5 -15
  1084. package/esm/objects/index.d.ts +1 -1
  1085. package/esm/objects/index.js +1 -1
  1086. package/esm/objects/orm/client.js +1 -3
  1087. package/esm/objects/orm/index.d.ts +12 -12
  1088. package/esm/objects/orm/index.js +13 -13
  1089. package/esm/objects/orm/input-types.d.ts +5 -5
  1090. package/esm/objects/orm/models/commit.d.ts +5 -5
  1091. package/esm/objects/orm/models/commit.js +45 -45
  1092. package/esm/objects/orm/models/getAllTreeNodesRecord.d.ts +5 -5
  1093. package/esm/objects/orm/models/getAllTreeNodesRecord.js +22 -22
  1094. package/esm/objects/orm/models/index.d.ts +5 -5
  1095. package/esm/objects/orm/models/index.js +5 -5
  1096. package/esm/objects/orm/models/object.d.ts +5 -5
  1097. package/esm/objects/orm/models/object.js +40 -40
  1098. package/esm/objects/orm/models/ref.d.ts +5 -5
  1099. package/esm/objects/orm/models/ref.js +45 -45
  1100. package/esm/objects/orm/models/store.d.ts +5 -5
  1101. package/esm/objects/orm/models/store.js +44 -44
  1102. package/esm/objects/orm/mutation/index.d.ts +4 -4
  1103. package/esm/objects/orm/mutation/index.js +39 -31
  1104. package/esm/objects/orm/query-builder.js +5 -15
  1105. package/esm/usage/index.d.ts +1 -1
  1106. package/esm/usage/index.js +1 -1
  1107. package/esm/usage/orm/client.js +1 -3
  1108. package/esm/usage/orm/index.d.ts +25 -25
  1109. package/esm/usage/orm/index.js +26 -26
  1110. package/esm/usage/orm/input-types.d.ts +18 -18
  1111. package/esm/usage/orm/input-types.js +9 -9
  1112. package/esm/usage/orm/models/appLimit.d.ts +5 -5
  1113. package/esm/usage/orm/models/appLimit.js +44 -44
  1114. package/esm/usage/orm/models/appLimitCap.d.ts +5 -5
  1115. package/esm/usage/orm/models/appLimitCap.js +44 -44
  1116. package/esm/usage/orm/models/appLimitCapsDefault.d.ts +5 -5
  1117. package/esm/usage/orm/models/appLimitCapsDefault.js +44 -44
  1118. package/esm/usage/orm/models/appLimitCredit.d.ts +5 -5
  1119. package/esm/usage/orm/models/appLimitCredit.js +44 -44
  1120. package/esm/usage/orm/models/appLimitCreditCode.d.ts +5 -5
  1121. package/esm/usage/orm/models/appLimitCreditCode.js +44 -44
  1122. package/esm/usage/orm/models/appLimitCreditCodeItem.d.ts +5 -5
  1123. package/esm/usage/orm/models/appLimitCreditCodeItem.js +44 -44
  1124. package/esm/usage/orm/models/appLimitCreditRedemption.d.ts +5 -5
  1125. package/esm/usage/orm/models/appLimitCreditRedemption.js +44 -44
  1126. package/esm/usage/orm/models/appLimitDefault.d.ts +5 -5
  1127. package/esm/usage/orm/models/appLimitDefault.js +44 -44
  1128. package/esm/usage/orm/models/appLimitEvent.d.ts +5 -5
  1129. package/esm/usage/orm/models/appLimitEvent.js +45 -45
  1130. package/esm/usage/orm/models/appLimitWarning.d.ts +5 -5
  1131. package/esm/usage/orm/models/appLimitWarning.js +44 -44
  1132. package/esm/usage/orm/models/index.d.ts +18 -18
  1133. package/esm/usage/orm/models/index.js +18 -18
  1134. package/esm/usage/orm/models/orgLimit.d.ts +5 -5
  1135. package/esm/usage/orm/models/orgLimit.js +44 -44
  1136. package/esm/usage/orm/models/orgLimitAggregate.d.ts +5 -5
  1137. package/esm/usage/orm/models/orgLimitAggregate.js +44 -44
  1138. package/esm/usage/orm/models/orgLimitCap.d.ts +5 -5
  1139. package/esm/usage/orm/models/orgLimitCap.js +44 -44
  1140. package/esm/usage/orm/models/orgLimitCapsDefault.d.ts +5 -5
  1141. package/esm/usage/orm/models/orgLimitCapsDefault.js +44 -44
  1142. package/esm/usage/orm/models/orgLimitCredit.d.ts +5 -5
  1143. package/esm/usage/orm/models/orgLimitCredit.js +44 -44
  1144. package/esm/usage/orm/models/orgLimitDefault.d.ts +5 -5
  1145. package/esm/usage/orm/models/orgLimitDefault.js +44 -44
  1146. package/esm/usage/orm/models/orgLimitEvent.d.ts +5 -5
  1147. package/esm/usage/orm/models/orgLimitEvent.js +45 -45
  1148. package/esm/usage/orm/models/orgLimitWarning.d.ts +5 -5
  1149. package/esm/usage/orm/models/orgLimitWarning.js +44 -44
  1150. package/esm/usage/orm/mutation/index.d.ts +4 -4
  1151. package/esm/usage/orm/mutation/index.js +48 -38
  1152. package/esm/usage/orm/query-builder.js +5 -15
  1153. package/index.d.ts +10 -10
  1154. package/infra/index.d.ts +1 -1
  1155. package/infra/orm/client.js +1 -3
  1156. package/infra/orm/index.d.ts +17 -17
  1157. package/infra/orm/index.js +1 -1
  1158. package/infra/orm/input-types.d.ts +10 -10
  1159. package/infra/orm/models/dbPreset.d.ts +5 -5
  1160. package/infra/orm/models/dbPreset.js +42 -42
  1161. package/infra/orm/models/index.d.ts +10 -10
  1162. package/infra/orm/models/namespace.d.ts +5 -5
  1163. package/infra/orm/models/namespace.js +42 -42
  1164. package/infra/orm/models/namespaceEvent.d.ts +5 -5
  1165. package/infra/orm/models/namespaceEvent.js +43 -43
  1166. package/infra/orm/models/platformInfraCommit.d.ts +5 -5
  1167. package/infra/orm/models/platformInfraCommit.js +43 -43
  1168. package/infra/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
  1169. package/infra/orm/models/platformInfraGetAllTreeNodesRecord.js +20 -20
  1170. package/infra/orm/models/platformInfraObject.d.ts +5 -5
  1171. package/infra/orm/models/platformInfraObject.js +38 -38
  1172. package/infra/orm/models/platformInfraRef.d.ts +5 -5
  1173. package/infra/orm/models/platformInfraRef.js +43 -43
  1174. package/infra/orm/models/platformInfraStore.d.ts +5 -5
  1175. package/infra/orm/models/platformInfraStore.js +42 -42
  1176. package/infra/orm/models/platformNamespace.d.ts +5 -5
  1177. package/infra/orm/models/platformNamespace.js +42 -42
  1178. package/infra/orm/models/platformNamespaceEvent.d.ts +5 -5
  1179. package/infra/orm/models/platformNamespaceEvent.js +43 -43
  1180. package/infra/orm/mutation/index.d.ts +4 -4
  1181. package/infra/orm/mutation/index.js +37 -29
  1182. package/infra/orm/query-builder.js +5 -15
  1183. package/modules/index.d.ts +1 -1
  1184. package/modules/orm/client.js +1 -3
  1185. package/modules/orm/index.d.ts +83 -83
  1186. package/modules/orm/index.js +1 -1
  1187. package/modules/orm/input-types.d.ts +75 -75
  1188. package/modules/orm/input-types.js +9 -9
  1189. package/modules/orm/models/agentModule.d.ts +5 -5
  1190. package/modules/orm/models/agentModule.js +42 -42
  1191. package/modules/orm/models/apiSurfaceModule.d.ts +5 -5
  1192. package/modules/orm/models/apiSurfaceModule.js +42 -42
  1193. package/modules/orm/models/appModule.d.ts +5 -5
  1194. package/modules/orm/models/appModule.js +42 -42
  1195. package/modules/orm/models/billingModule.d.ts +5 -5
  1196. package/modules/orm/models/billingModule.js +42 -42
  1197. package/modules/orm/models/billingProviderModule.d.ts +5 -5
  1198. package/modules/orm/models/billingProviderModule.js +42 -42
  1199. package/modules/orm/models/blueprint.d.ts +5 -5
  1200. package/modules/orm/models/blueprint.js +42 -42
  1201. package/modules/orm/models/blueprintConstruction.d.ts +5 -5
  1202. package/modules/orm/models/blueprintConstruction.js +42 -42
  1203. package/modules/orm/models/blueprintTemplate.d.ts +5 -5
  1204. package/modules/orm/models/blueprintTemplate.js +42 -42
  1205. package/modules/orm/models/catalogModule.d.ts +5 -5
  1206. package/modules/orm/models/catalogModule.js +42 -42
  1207. package/modules/orm/models/computeLogModule.d.ts +5 -5
  1208. package/modules/orm/models/computeLogModule.js +42 -42
  1209. package/modules/orm/models/configSecretsUserModule.d.ts +5 -5
  1210. package/modules/orm/models/configSecretsUserModule.js +42 -42
  1211. package/modules/orm/models/connectedAccountsModule.d.ts +5 -5
  1212. package/modules/orm/models/connectedAccountsModule.js +42 -42
  1213. package/modules/orm/models/cryptoAddressesModule.d.ts +5 -5
  1214. package/modules/orm/models/cryptoAddressesModule.js +42 -42
  1215. package/modules/orm/models/cryptoAuthModule.d.ts +5 -5
  1216. package/modules/orm/models/cryptoAuthModule.js +42 -42
  1217. package/modules/orm/models/databaseProvisionModule.d.ts +5 -5
  1218. package/modules/orm/models/databaseProvisionModule.js +42 -42
  1219. package/modules/orm/models/databaseSettingsModule.d.ts +5 -5
  1220. package/modules/orm/models/databaseSettingsModule.js +42 -42
  1221. package/modules/orm/models/dbPool.d.ts +5 -5
  1222. package/modules/orm/models/dbPool.js +42 -42
  1223. package/modules/orm/models/dbPoolConfig.d.ts +5 -5
  1224. package/modules/orm/models/dbPoolConfig.js +42 -42
  1225. package/modules/orm/models/dbPresetModule.d.ts +5 -5
  1226. package/modules/orm/models/dbPresetModule.js +42 -42
  1227. package/modules/orm/models/dbUsageModule.d.ts +5 -5
  1228. package/modules/orm/models/dbUsageModule.js +42 -42
  1229. package/modules/orm/models/defaultIdsModule.d.ts +5 -5
  1230. package/modules/orm/models/defaultIdsModule.js +42 -42
  1231. package/modules/orm/models/denormalizedTableField.d.ts +5 -5
  1232. package/modules/orm/models/denormalizedTableField.js +42 -42
  1233. package/modules/orm/models/devicesModule.d.ts +5 -5
  1234. package/modules/orm/models/devicesModule.js +42 -42
  1235. package/modules/orm/models/domainModule.d.ts +5 -5
  1236. package/modules/orm/models/domainModule.js +42 -42
  1237. package/modules/orm/models/emailsModule.d.ts +5 -5
  1238. package/modules/orm/models/emailsModule.js +42 -42
  1239. package/modules/orm/models/entityTypeProvision.d.ts +5 -5
  1240. package/modules/orm/models/entityTypeProvision.js +42 -42
  1241. package/modules/orm/models/eventsModule.d.ts +5 -5
  1242. package/modules/orm/models/eventsModule.js +42 -42
  1243. package/modules/orm/models/functionDeploymentModule.d.ts +5 -5
  1244. package/modules/orm/models/functionDeploymentModule.js +42 -42
  1245. package/modules/orm/models/functionInvocationModule.d.ts +5 -5
  1246. package/modules/orm/models/functionInvocationModule.js +42 -42
  1247. package/modules/orm/models/functionModule.d.ts +5 -5
  1248. package/modules/orm/models/functionModule.js +42 -42
  1249. package/modules/orm/models/graphExecutionModule.d.ts +5 -5
  1250. package/modules/orm/models/graphExecutionModule.js +42 -42
  1251. package/modules/orm/models/graphModule.d.ts +5 -5
  1252. package/modules/orm/models/graphModule.js +42 -42
  1253. package/modules/orm/models/hierarchyModule.d.ts +5 -5
  1254. package/modules/orm/models/hierarchyModule.js +42 -42
  1255. package/modules/orm/models/httpRouteModule.d.ts +5 -5
  1256. package/modules/orm/models/httpRouteModule.js +42 -42
  1257. package/modules/orm/models/i18NModule.d.ts +5 -5
  1258. package/modules/orm/models/i18NModule.js +42 -42
  1259. package/modules/orm/models/identityProvidersModule.d.ts +5 -5
  1260. package/modules/orm/models/identityProvidersModule.js +42 -42
  1261. package/modules/orm/models/index.d.ts +75 -75
  1262. package/modules/orm/models/inferenceLogModule.d.ts +5 -5
  1263. package/modules/orm/models/inferenceLogModule.js +42 -42
  1264. package/modules/orm/models/infraConfigModule.d.ts +5 -5
  1265. package/modules/orm/models/infraConfigModule.js +42 -42
  1266. package/modules/orm/models/infraSecretsModule.d.ts +5 -5
  1267. package/modules/orm/models/infraSecretsModule.js +42 -42
  1268. package/modules/orm/models/integrationProvidersModule.d.ts +5 -5
  1269. package/modules/orm/models/integrationProvidersModule.js +42 -42
  1270. package/modules/orm/models/internalSecretsModule.d.ts +5 -5
  1271. package/modules/orm/models/internalSecretsModule.js +42 -42
  1272. package/modules/orm/models/invitesModule.d.ts +5 -5
  1273. package/modules/orm/models/invitesModule.js +42 -42
  1274. package/modules/orm/models/limitsModule.d.ts +5 -5
  1275. package/modules/orm/models/limitsModule.js +42 -42
  1276. package/modules/orm/models/membershipTypesModule.d.ts +5 -5
  1277. package/modules/orm/models/membershipTypesModule.js +42 -42
  1278. package/modules/orm/models/membershipsModule.d.ts +5 -5
  1279. package/modules/orm/models/membershipsModule.js +42 -42
  1280. package/modules/orm/models/merkleStoreModule.d.ts +5 -5
  1281. package/modules/orm/models/merkleStoreModule.js +42 -42
  1282. package/modules/orm/models/namespaceModule.d.ts +5 -5
  1283. package/modules/orm/models/namespaceModule.js +42 -42
  1284. package/modules/orm/models/notificationsModule.d.ts +5 -5
  1285. package/modules/orm/models/notificationsModule.js +42 -42
  1286. package/modules/orm/models/permissionsModule.d.ts +5 -5
  1287. package/modules/orm/models/permissionsModule.js +42 -42
  1288. package/modules/orm/models/phoneNumbersModule.d.ts +5 -5
  1289. package/modules/orm/models/phoneNumbersModule.js +42 -42
  1290. package/modules/orm/models/plansModule.d.ts +5 -5
  1291. package/modules/orm/models/plansModule.js +42 -42
  1292. package/modules/orm/models/principalAuthModule.d.ts +5 -5
  1293. package/modules/orm/models/principalAuthModule.js +42 -42
  1294. package/modules/orm/models/profilesModule.d.ts +5 -5
  1295. package/modules/orm/models/profilesModule.js +42 -42
  1296. package/modules/orm/models/rateLimitMetersModule.d.ts +5 -5
  1297. package/modules/orm/models/rateLimitMetersModule.js +42 -42
  1298. package/modules/orm/models/rateLimitsModule.d.ts +5 -5
  1299. package/modules/orm/models/rateLimitsModule.js +42 -42
  1300. package/modules/orm/models/realtimeModule.d.ts +5 -5
  1301. package/modules/orm/models/realtimeModule.js +42 -42
  1302. package/modules/orm/models/relationProvision.d.ts +5 -5
  1303. package/modules/orm/models/relationProvision.js +42 -42
  1304. package/modules/orm/models/resourceModule.d.ts +5 -5
  1305. package/modules/orm/models/resourceModule.js +42 -42
  1306. package/modules/orm/models/rlsModule.d.ts +5 -5
  1307. package/modules/orm/models/rlsModule.js +42 -42
  1308. package/modules/orm/models/routeModule.d.ts +5 -5
  1309. package/modules/orm/models/routeModule.js +42 -42
  1310. package/modules/orm/models/secureTableProvision.d.ts +5 -5
  1311. package/modules/orm/models/secureTableProvision.js +42 -42
  1312. package/modules/orm/models/sessionSecretsModule.d.ts +5 -5
  1313. package/modules/orm/models/sessionSecretsModule.js +42 -42
  1314. package/modules/orm/models/sessionsModule.d.ts +5 -5
  1315. package/modules/orm/models/sessionsModule.js +42 -42
  1316. package/modules/orm/models/siteSurfaceModule.d.ts +5 -5
  1317. package/modules/orm/models/siteSurfaceModule.js +42 -42
  1318. package/modules/orm/models/storageLogModule.d.ts +5 -5
  1319. package/modules/orm/models/storageLogModule.js +42 -42
  1320. package/modules/orm/models/storageModule.d.ts +5 -5
  1321. package/modules/orm/models/storageModule.js +42 -42
  1322. package/modules/orm/models/transferLogModule.d.ts +5 -5
  1323. package/modules/orm/models/transferLogModule.js +42 -42
  1324. package/modules/orm/models/userAuthModule.d.ts +5 -5
  1325. package/modules/orm/models/userAuthModule.js +42 -42
  1326. package/modules/orm/models/userCredentialsModule.d.ts +5 -5
  1327. package/modules/orm/models/userCredentialsModule.js +42 -42
  1328. package/modules/orm/models/userSettingsModule.d.ts +5 -5
  1329. package/modules/orm/models/userSettingsModule.js +42 -42
  1330. package/modules/orm/models/userStateModule.d.ts +5 -5
  1331. package/modules/orm/models/userStateModule.js +42 -42
  1332. package/modules/orm/models/usersModule.d.ts +5 -5
  1333. package/modules/orm/models/usersModule.js +42 -42
  1334. package/modules/orm/models/webauthnAuthModule.d.ts +5 -5
  1335. package/modules/orm/models/webauthnAuthModule.js +42 -42
  1336. package/modules/orm/models/webauthnCredentialsModule.d.ts +5 -5
  1337. package/modules/orm/models/webauthnCredentialsModule.js +42 -42
  1338. package/modules/orm/models/webhookModule.d.ts +5 -5
  1339. package/modules/orm/models/webhookModule.js +42 -42
  1340. package/modules/orm/mutation/index.d.ts +4 -4
  1341. package/modules/orm/mutation/index.js +91 -71
  1342. package/modules/orm/query/index.d.ts +2 -2
  1343. package/modules/orm/query/index.js +43 -33
  1344. package/modules/orm/query-builder.js +5 -15
  1345. package/objects/index.d.ts +1 -1
  1346. package/objects/orm/client.js +1 -3
  1347. package/objects/orm/index.d.ts +12 -12
  1348. package/objects/orm/index.js +1 -1
  1349. package/objects/orm/input-types.d.ts +5 -5
  1350. package/objects/orm/models/commit.d.ts +5 -5
  1351. package/objects/orm/models/commit.js +43 -43
  1352. package/objects/orm/models/getAllTreeNodesRecord.d.ts +5 -5
  1353. package/objects/orm/models/getAllTreeNodesRecord.js +20 -20
  1354. package/objects/orm/models/index.d.ts +5 -5
  1355. package/objects/orm/models/object.d.ts +5 -5
  1356. package/objects/orm/models/object.js +38 -38
  1357. package/objects/orm/models/ref.d.ts +5 -5
  1358. package/objects/orm/models/ref.js +43 -43
  1359. package/objects/orm/models/store.d.ts +5 -5
  1360. package/objects/orm/models/store.js +42 -42
  1361. package/objects/orm/mutation/index.d.ts +4 -4
  1362. package/objects/orm/mutation/index.js +37 -29
  1363. package/objects/orm/query-builder.js +5 -15
  1364. package/package.json +4 -4
  1365. package/usage/index.d.ts +1 -1
  1366. package/usage/orm/client.js +1 -3
  1367. package/usage/orm/index.d.ts +25 -25
  1368. package/usage/orm/index.js +1 -1
  1369. package/usage/orm/input-types.d.ts +18 -18
  1370. package/usage/orm/input-types.js +9 -9
  1371. package/usage/orm/models/appLimit.d.ts +5 -5
  1372. package/usage/orm/models/appLimit.js +42 -42
  1373. package/usage/orm/models/appLimitCap.d.ts +5 -5
  1374. package/usage/orm/models/appLimitCap.js +42 -42
  1375. package/usage/orm/models/appLimitCapsDefault.d.ts +5 -5
  1376. package/usage/orm/models/appLimitCapsDefault.js +42 -42
  1377. package/usage/orm/models/appLimitCredit.d.ts +5 -5
  1378. package/usage/orm/models/appLimitCredit.js +42 -42
  1379. package/usage/orm/models/appLimitCreditCode.d.ts +5 -5
  1380. package/usage/orm/models/appLimitCreditCode.js +42 -42
  1381. package/usage/orm/models/appLimitCreditCodeItem.d.ts +5 -5
  1382. package/usage/orm/models/appLimitCreditCodeItem.js +42 -42
  1383. package/usage/orm/models/appLimitCreditRedemption.d.ts +5 -5
  1384. package/usage/orm/models/appLimitCreditRedemption.js +42 -42
  1385. package/usage/orm/models/appLimitDefault.d.ts +5 -5
  1386. package/usage/orm/models/appLimitDefault.js +42 -42
  1387. package/usage/orm/models/appLimitEvent.d.ts +5 -5
  1388. package/usage/orm/models/appLimitEvent.js +43 -43
  1389. package/usage/orm/models/appLimitWarning.d.ts +5 -5
  1390. package/usage/orm/models/appLimitWarning.js +42 -42
  1391. package/usage/orm/models/index.d.ts +18 -18
  1392. package/usage/orm/models/orgLimit.d.ts +5 -5
  1393. package/usage/orm/models/orgLimit.js +42 -42
  1394. package/usage/orm/models/orgLimitAggregate.d.ts +5 -5
  1395. package/usage/orm/models/orgLimitAggregate.js +42 -42
  1396. package/usage/orm/models/orgLimitCap.d.ts +5 -5
  1397. package/usage/orm/models/orgLimitCap.js +42 -42
  1398. package/usage/orm/models/orgLimitCapsDefault.d.ts +5 -5
  1399. package/usage/orm/models/orgLimitCapsDefault.js +42 -42
  1400. package/usage/orm/models/orgLimitCredit.d.ts +5 -5
  1401. package/usage/orm/models/orgLimitCredit.js +42 -42
  1402. package/usage/orm/models/orgLimitDefault.d.ts +5 -5
  1403. package/usage/orm/models/orgLimitDefault.js +42 -42
  1404. package/usage/orm/models/orgLimitEvent.d.ts +5 -5
  1405. package/usage/orm/models/orgLimitEvent.js +43 -43
  1406. package/usage/orm/models/orgLimitWarning.d.ts +5 -5
  1407. package/usage/orm/models/orgLimitWarning.js +42 -42
  1408. package/usage/orm/mutation/index.d.ts +4 -4
  1409. package/usage/orm/mutation/index.js +46 -36
  1410. package/usage/orm/query-builder.js +5 -15
@@ -1,100 +1,100 @@
1
- import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument } from "../query-builder";
2
- import { connectionFieldsMap } from "../input-types";
1
+ import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
2
+ import { connectionFieldsMap } from '../input-types';
3
3
  export class ComputeLogModuleModel {
4
4
  client;
5
5
  constructor(client) {
6
6
  this.client = client;
7
7
  }
8
8
  findMany(args) {
9
- const { document, variables } = buildFindManyDocument("ComputeLogModule", "computeLogModules", args.select, {
9
+ const { document, variables } = buildFindManyDocument('ComputeLogModule', 'computeLogModules', args.select, {
10
10
  where: args?.where,
11
11
  orderBy: args?.orderBy,
12
12
  first: args?.first,
13
13
  last: args?.last,
14
14
  after: args?.after,
15
15
  before: args?.before,
16
- offset: args?.offset
17
- }, "ComputeLogModuleFilter", "ComputeLogModuleOrderBy", connectionFieldsMap);
16
+ offset: args?.offset,
17
+ }, 'ComputeLogModuleFilter', 'ComputeLogModuleOrderBy', connectionFieldsMap);
18
18
  return new QueryBuilder({
19
19
  client: this.client,
20
- operation: "query",
21
- operationName: "ComputeLogModule",
22
- fieldName: "computeLogModules",
20
+ operation: 'query',
21
+ operationName: 'ComputeLogModule',
22
+ fieldName: 'computeLogModules',
23
23
  document,
24
- variables
24
+ variables,
25
25
  });
26
26
  }
27
27
  findFirst(args) {
28
- const { document, variables } = buildFindFirstDocument("ComputeLogModule", "computeLogModules", args.select, {
28
+ const { document, variables } = buildFindFirstDocument('ComputeLogModule', 'computeLogModules', args.select, {
29
29
  where: args?.where,
30
- orderBy: args?.orderBy
31
- }, "ComputeLogModuleFilter", "ComputeLogModuleOrderBy", connectionFieldsMap);
30
+ orderBy: args?.orderBy,
31
+ }, 'ComputeLogModuleFilter', 'ComputeLogModuleOrderBy', connectionFieldsMap);
32
32
  return new QueryBuilder({
33
33
  client: this.client,
34
- operation: "query",
35
- operationName: "ComputeLogModule",
36
- fieldName: "computeLogModule",
34
+ operation: 'query',
35
+ operationName: 'ComputeLogModule',
36
+ fieldName: 'computeLogModule',
37
37
  document,
38
38
  variables,
39
39
  transform: (data) => ({
40
- "computeLogModule": data.computeLogModules?.nodes?.[0] ?? null
41
- })
40
+ computeLogModule: data.computeLogModules?.nodes?.[0] ?? null,
41
+ }),
42
42
  });
43
43
  }
44
44
  findOne(args) {
45
- const { document, variables } = buildFindManyDocument("ComputeLogModule", "computeLogModules", args.select, {
45
+ const { document, variables } = buildFindManyDocument('ComputeLogModule', 'computeLogModules', args.select, {
46
46
  where: {
47
47
  id: {
48
- equalTo: args.id
49
- }
48
+ equalTo: args.id,
49
+ },
50
50
  },
51
- first: 1
52
- }, "ComputeLogModuleFilter", "ComputeLogModuleOrderBy", connectionFieldsMap);
51
+ first: 1,
52
+ }, 'ComputeLogModuleFilter', 'ComputeLogModuleOrderBy', connectionFieldsMap);
53
53
  return new QueryBuilder({
54
54
  client: this.client,
55
- operation: "query",
56
- operationName: "ComputeLogModule",
57
- fieldName: "computeLogModule",
55
+ operation: 'query',
56
+ operationName: 'ComputeLogModule',
57
+ fieldName: 'computeLogModule',
58
58
  document,
59
59
  variables,
60
60
  transform: (data) => ({
61
- "computeLogModule": data.computeLogModules?.nodes?.[0] ?? null
62
- })
61
+ computeLogModule: data.computeLogModules?.nodes?.[0] ?? null,
62
+ }),
63
63
  });
64
64
  }
65
65
  create(args) {
66
- const { document, variables } = buildCreateDocument("ComputeLogModule", "createComputeLogModule", "computeLogModule", args.select, args.data, "CreateComputeLogModuleInput", connectionFieldsMap);
66
+ const { document, variables } = buildCreateDocument('ComputeLogModule', 'createComputeLogModule', 'computeLogModule', args.select, args.data, 'CreateComputeLogModuleInput', connectionFieldsMap);
67
67
  return new QueryBuilder({
68
68
  client: this.client,
69
- operation: "mutation",
70
- operationName: "ComputeLogModule",
71
- fieldName: "createComputeLogModule",
69
+ operation: 'mutation',
70
+ operationName: 'ComputeLogModule',
71
+ fieldName: 'createComputeLogModule',
72
72
  document,
73
- variables
73
+ variables,
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument("ComputeLogModule", "updateComputeLogModule", "computeLogModule", args.select, args.where.id, args.data, "UpdateComputeLogModuleInput", "id", "computeLogModulePatch", connectionFieldsMap, undefined);
77
+ const { document, variables } = buildUpdateByPkDocument('ComputeLogModule', 'updateComputeLogModule', 'computeLogModule', args.select, args.where.id, args.data, 'UpdateComputeLogModuleInput', 'id', 'computeLogModulePatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
- operation: "mutation",
81
- operationName: "ComputeLogModule",
82
- fieldName: "updateComputeLogModule",
80
+ operation: 'mutation',
81
+ operationName: 'ComputeLogModule',
82
+ fieldName: 'updateComputeLogModule',
83
83
  document,
84
- variables
84
+ variables,
85
85
  });
86
86
  }
87
87
  delete(args) {
88
- const { document, variables } = buildDeleteByPkDocument("ComputeLogModule", "deleteComputeLogModule", "computeLogModule", {
89
- id: args.where.id
90
- }, "DeleteComputeLogModuleInput", args.select, connectionFieldsMap);
88
+ const { document, variables } = buildDeleteByPkDocument('ComputeLogModule', 'deleteComputeLogModule', 'computeLogModule', {
89
+ id: args.where.id,
90
+ }, 'DeleteComputeLogModuleInput', args.select, connectionFieldsMap);
91
91
  return new QueryBuilder({
92
92
  client: this.client,
93
- operation: "mutation",
94
- operationName: "ComputeLogModule",
95
- fieldName: "deleteComputeLogModule",
93
+ operation: 'mutation',
94
+ operationName: 'ComputeLogModule',
95
+ fieldName: 'deleteComputeLogModule',
96
96
  document,
97
- variables
97
+ variables,
98
98
  });
99
99
  }
100
100
  }
@@ -3,10 +3,10 @@
3
3
  * @generated by @constructive-io/graphql-codegen
4
4
  * DO NOT EDIT - changes will be overwritten
5
5
  */
6
- import { OrmClient } from "../client";
7
- import { QueryBuilder } from "../query-builder";
8
- import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from "../select-types";
9
- import type { ConfigSecretsUserModuleWithRelations, ConfigSecretsUserModuleSelect, ConfigSecretsUserModuleFilter, ConfigSecretsUserModuleOrderBy, CreateConfigSecretsUserModuleInput, ConfigSecretsUserModulePatch } from "../input-types";
6
+ import { OrmClient } from '../client';
7
+ import { QueryBuilder } from '../query-builder';
8
+ import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
9
+ import type { ConfigSecretsUserModuleWithRelations, ConfigSecretsUserModuleSelect, ConfigSecretsUserModuleFilter, ConfigSecretsUserModuleOrderBy, CreateConfigSecretsUserModuleInput, ConfigSecretsUserModulePatch } from '../input-types';
10
10
  export declare class ConfigSecretsUserModuleModel {
11
11
  private client;
12
12
  constructor(client: OrmClient);
@@ -26,7 +26,7 @@ export declare class ConfigSecretsUserModuleModel {
26
26
  } & StrictSelect<S, ConfigSecretsUserModuleSelect>): QueryBuilder<{
27
27
  configSecretsUserModule: InferSelectResult<ConfigSecretsUserModuleWithRelations, S> | null;
28
28
  }>;
29
- create<S extends ConfigSecretsUserModuleSelect>(args: CreateArgs<S, CreateConfigSecretsUserModuleInput["configSecretsUserModule"]> & {
29
+ create<S extends ConfigSecretsUserModuleSelect>(args: CreateArgs<S, CreateConfigSecretsUserModuleInput['configSecretsUserModule']> & {
30
30
  select: S;
31
31
  } & StrictSelect<S, ConfigSecretsUserModuleSelect>): QueryBuilder<{
32
32
  createConfigSecretsUserModule: {
@@ -1,100 +1,100 @@
1
- import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument } from "../query-builder";
2
- import { connectionFieldsMap } from "../input-types";
1
+ import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
2
+ import { connectionFieldsMap } from '../input-types';
3
3
  export class ConfigSecretsUserModuleModel {
4
4
  client;
5
5
  constructor(client) {
6
6
  this.client = client;
7
7
  }
8
8
  findMany(args) {
9
- const { document, variables } = buildFindManyDocument("ConfigSecretsUserModule", "configSecretsUserModules", args.select, {
9
+ const { document, variables } = buildFindManyDocument('ConfigSecretsUserModule', 'configSecretsUserModules', args.select, {
10
10
  where: args?.where,
11
11
  orderBy: args?.orderBy,
12
12
  first: args?.first,
13
13
  last: args?.last,
14
14
  after: args?.after,
15
15
  before: args?.before,
16
- offset: args?.offset
17
- }, "ConfigSecretsUserModuleFilter", "ConfigSecretsUserModuleOrderBy", connectionFieldsMap);
16
+ offset: args?.offset,
17
+ }, 'ConfigSecretsUserModuleFilter', 'ConfigSecretsUserModuleOrderBy', connectionFieldsMap);
18
18
  return new QueryBuilder({
19
19
  client: this.client,
20
- operation: "query",
21
- operationName: "ConfigSecretsUserModule",
22
- fieldName: "configSecretsUserModules",
20
+ operation: 'query',
21
+ operationName: 'ConfigSecretsUserModule',
22
+ fieldName: 'configSecretsUserModules',
23
23
  document,
24
- variables
24
+ variables,
25
25
  });
26
26
  }
27
27
  findFirst(args) {
28
- const { document, variables } = buildFindFirstDocument("ConfigSecretsUserModule", "configSecretsUserModules", args.select, {
28
+ const { document, variables } = buildFindFirstDocument('ConfigSecretsUserModule', 'configSecretsUserModules', args.select, {
29
29
  where: args?.where,
30
- orderBy: args?.orderBy
31
- }, "ConfigSecretsUserModuleFilter", "ConfigSecretsUserModuleOrderBy", connectionFieldsMap);
30
+ orderBy: args?.orderBy,
31
+ }, 'ConfigSecretsUserModuleFilter', 'ConfigSecretsUserModuleOrderBy', connectionFieldsMap);
32
32
  return new QueryBuilder({
33
33
  client: this.client,
34
- operation: "query",
35
- operationName: "ConfigSecretsUserModule",
36
- fieldName: "configSecretsUserModule",
34
+ operation: 'query',
35
+ operationName: 'ConfigSecretsUserModule',
36
+ fieldName: 'configSecretsUserModule',
37
37
  document,
38
38
  variables,
39
39
  transform: (data) => ({
40
- "configSecretsUserModule": data.configSecretsUserModules?.nodes?.[0] ?? null
41
- })
40
+ configSecretsUserModule: data.configSecretsUserModules?.nodes?.[0] ?? null,
41
+ }),
42
42
  });
43
43
  }
44
44
  findOne(args) {
45
- const { document, variables } = buildFindManyDocument("ConfigSecretsUserModule", "configSecretsUserModules", args.select, {
45
+ const { document, variables } = buildFindManyDocument('ConfigSecretsUserModule', 'configSecretsUserModules', args.select, {
46
46
  where: {
47
47
  id: {
48
- equalTo: args.id
49
- }
48
+ equalTo: args.id,
49
+ },
50
50
  },
51
- first: 1
52
- }, "ConfigSecretsUserModuleFilter", "ConfigSecretsUserModuleOrderBy", connectionFieldsMap);
51
+ first: 1,
52
+ }, 'ConfigSecretsUserModuleFilter', 'ConfigSecretsUserModuleOrderBy', connectionFieldsMap);
53
53
  return new QueryBuilder({
54
54
  client: this.client,
55
- operation: "query",
56
- operationName: "ConfigSecretsUserModule",
57
- fieldName: "configSecretsUserModule",
55
+ operation: 'query',
56
+ operationName: 'ConfigSecretsUserModule',
57
+ fieldName: 'configSecretsUserModule',
58
58
  document,
59
59
  variables,
60
60
  transform: (data) => ({
61
- "configSecretsUserModule": data.configSecretsUserModules?.nodes?.[0] ?? null
62
- })
61
+ configSecretsUserModule: data.configSecretsUserModules?.nodes?.[0] ?? null,
62
+ }),
63
63
  });
64
64
  }
65
65
  create(args) {
66
- const { document, variables } = buildCreateDocument("ConfigSecretsUserModule", "createConfigSecretsUserModule", "configSecretsUserModule", args.select, args.data, "CreateConfigSecretsUserModuleInput", connectionFieldsMap);
66
+ const { document, variables } = buildCreateDocument('ConfigSecretsUserModule', 'createConfigSecretsUserModule', 'configSecretsUserModule', args.select, args.data, 'CreateConfigSecretsUserModuleInput', connectionFieldsMap);
67
67
  return new QueryBuilder({
68
68
  client: this.client,
69
- operation: "mutation",
70
- operationName: "ConfigSecretsUserModule",
71
- fieldName: "createConfigSecretsUserModule",
69
+ operation: 'mutation',
70
+ operationName: 'ConfigSecretsUserModule',
71
+ fieldName: 'createConfigSecretsUserModule',
72
72
  document,
73
- variables
73
+ variables,
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument("ConfigSecretsUserModule", "updateConfigSecretsUserModule", "configSecretsUserModule", args.select, args.where.id, args.data, "UpdateConfigSecretsUserModuleInput", "id", "configSecretsUserModulePatch", connectionFieldsMap, undefined);
77
+ const { document, variables } = buildUpdateByPkDocument('ConfigSecretsUserModule', 'updateConfigSecretsUserModule', 'configSecretsUserModule', args.select, args.where.id, args.data, 'UpdateConfigSecretsUserModuleInput', 'id', 'configSecretsUserModulePatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
- operation: "mutation",
81
- operationName: "ConfigSecretsUserModule",
82
- fieldName: "updateConfigSecretsUserModule",
80
+ operation: 'mutation',
81
+ operationName: 'ConfigSecretsUserModule',
82
+ fieldName: 'updateConfigSecretsUserModule',
83
83
  document,
84
- variables
84
+ variables,
85
85
  });
86
86
  }
87
87
  delete(args) {
88
- const { document, variables } = buildDeleteByPkDocument("ConfigSecretsUserModule", "deleteConfigSecretsUserModule", "configSecretsUserModule", {
89
- id: args.where.id
90
- }, "DeleteConfigSecretsUserModuleInput", args.select, connectionFieldsMap);
88
+ const { document, variables } = buildDeleteByPkDocument('ConfigSecretsUserModule', 'deleteConfigSecretsUserModule', 'configSecretsUserModule', {
89
+ id: args.where.id,
90
+ }, 'DeleteConfigSecretsUserModuleInput', args.select, connectionFieldsMap);
91
91
  return new QueryBuilder({
92
92
  client: this.client,
93
- operation: "mutation",
94
- operationName: "ConfigSecretsUserModule",
95
- fieldName: "deleteConfigSecretsUserModule",
93
+ operation: 'mutation',
94
+ operationName: 'ConfigSecretsUserModule',
95
+ fieldName: 'deleteConfigSecretsUserModule',
96
96
  document,
97
- variables
97
+ variables,
98
98
  });
99
99
  }
100
100
  }
@@ -3,10 +3,10 @@
3
3
  * @generated by @constructive-io/graphql-codegen
4
4
  * DO NOT EDIT - changes will be overwritten
5
5
  */
6
- import { OrmClient } from "../client";
7
- import { QueryBuilder } from "../query-builder";
8
- import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from "../select-types";
9
- import type { ConnectedAccountsModuleWithRelations, ConnectedAccountsModuleSelect, ConnectedAccountsModuleFilter, ConnectedAccountsModuleOrderBy, CreateConnectedAccountsModuleInput, ConnectedAccountsModulePatch } from "../input-types";
6
+ import { OrmClient } from '../client';
7
+ import { QueryBuilder } from '../query-builder';
8
+ import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
9
+ import type { ConnectedAccountsModuleWithRelations, ConnectedAccountsModuleSelect, ConnectedAccountsModuleFilter, ConnectedAccountsModuleOrderBy, CreateConnectedAccountsModuleInput, ConnectedAccountsModulePatch } from '../input-types';
10
10
  export declare class ConnectedAccountsModuleModel {
11
11
  private client;
12
12
  constructor(client: OrmClient);
@@ -26,7 +26,7 @@ export declare class ConnectedAccountsModuleModel {
26
26
  } & StrictSelect<S, ConnectedAccountsModuleSelect>): QueryBuilder<{
27
27
  connectedAccountsModule: InferSelectResult<ConnectedAccountsModuleWithRelations, S> | null;
28
28
  }>;
29
- create<S extends ConnectedAccountsModuleSelect>(args: CreateArgs<S, CreateConnectedAccountsModuleInput["connectedAccountsModule"]> & {
29
+ create<S extends ConnectedAccountsModuleSelect>(args: CreateArgs<S, CreateConnectedAccountsModuleInput['connectedAccountsModule']> & {
30
30
  select: S;
31
31
  } & StrictSelect<S, ConnectedAccountsModuleSelect>): QueryBuilder<{
32
32
  createConnectedAccountsModule: {
@@ -1,100 +1,100 @@
1
- import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument } from "../query-builder";
2
- import { connectionFieldsMap } from "../input-types";
1
+ import { QueryBuilder, buildFindManyDocument, buildFindFirstDocument, buildCreateDocument, buildUpdateByPkDocument, buildDeleteByPkDocument, } from '../query-builder';
2
+ import { connectionFieldsMap } from '../input-types';
3
3
  export class ConnectedAccountsModuleModel {
4
4
  client;
5
5
  constructor(client) {
6
6
  this.client = client;
7
7
  }
8
8
  findMany(args) {
9
- const { document, variables } = buildFindManyDocument("ConnectedAccountsModule", "connectedAccountsModules", args.select, {
9
+ const { document, variables } = buildFindManyDocument('ConnectedAccountsModule', 'connectedAccountsModules', args.select, {
10
10
  where: args?.where,
11
11
  orderBy: args?.orderBy,
12
12
  first: args?.first,
13
13
  last: args?.last,
14
14
  after: args?.after,
15
15
  before: args?.before,
16
- offset: args?.offset
17
- }, "ConnectedAccountsModuleFilter", "ConnectedAccountsModuleOrderBy", connectionFieldsMap);
16
+ offset: args?.offset,
17
+ }, 'ConnectedAccountsModuleFilter', 'ConnectedAccountsModuleOrderBy', connectionFieldsMap);
18
18
  return new QueryBuilder({
19
19
  client: this.client,
20
- operation: "query",
21
- operationName: "ConnectedAccountsModule",
22
- fieldName: "connectedAccountsModules",
20
+ operation: 'query',
21
+ operationName: 'ConnectedAccountsModule',
22
+ fieldName: 'connectedAccountsModules',
23
23
  document,
24
- variables
24
+ variables,
25
25
  });
26
26
  }
27
27
  findFirst(args) {
28
- const { document, variables } = buildFindFirstDocument("ConnectedAccountsModule", "connectedAccountsModules", args.select, {
28
+ const { document, variables } = buildFindFirstDocument('ConnectedAccountsModule', 'connectedAccountsModules', args.select, {
29
29
  where: args?.where,
30
- orderBy: args?.orderBy
31
- }, "ConnectedAccountsModuleFilter", "ConnectedAccountsModuleOrderBy", connectionFieldsMap);
30
+ orderBy: args?.orderBy,
31
+ }, 'ConnectedAccountsModuleFilter', 'ConnectedAccountsModuleOrderBy', connectionFieldsMap);
32
32
  return new QueryBuilder({
33
33
  client: this.client,
34
- operation: "query",
35
- operationName: "ConnectedAccountsModule",
36
- fieldName: "connectedAccountsModule",
34
+ operation: 'query',
35
+ operationName: 'ConnectedAccountsModule',
36
+ fieldName: 'connectedAccountsModule',
37
37
  document,
38
38
  variables,
39
39
  transform: (data) => ({
40
- "connectedAccountsModule": data.connectedAccountsModules?.nodes?.[0] ?? null
41
- })
40
+ connectedAccountsModule: data.connectedAccountsModules?.nodes?.[0] ?? null,
41
+ }),
42
42
  });
43
43
  }
44
44
  findOne(args) {
45
- const { document, variables } = buildFindManyDocument("ConnectedAccountsModule", "connectedAccountsModules", args.select, {
45
+ const { document, variables } = buildFindManyDocument('ConnectedAccountsModule', 'connectedAccountsModules', args.select, {
46
46
  where: {
47
47
  id: {
48
- equalTo: args.id
49
- }
48
+ equalTo: args.id,
49
+ },
50
50
  },
51
- first: 1
52
- }, "ConnectedAccountsModuleFilter", "ConnectedAccountsModuleOrderBy", connectionFieldsMap);
51
+ first: 1,
52
+ }, 'ConnectedAccountsModuleFilter', 'ConnectedAccountsModuleOrderBy', connectionFieldsMap);
53
53
  return new QueryBuilder({
54
54
  client: this.client,
55
- operation: "query",
56
- operationName: "ConnectedAccountsModule",
57
- fieldName: "connectedAccountsModule",
55
+ operation: 'query',
56
+ operationName: 'ConnectedAccountsModule',
57
+ fieldName: 'connectedAccountsModule',
58
58
  document,
59
59
  variables,
60
60
  transform: (data) => ({
61
- "connectedAccountsModule": data.connectedAccountsModules?.nodes?.[0] ?? null
62
- })
61
+ connectedAccountsModule: data.connectedAccountsModules?.nodes?.[0] ?? null,
62
+ }),
63
63
  });
64
64
  }
65
65
  create(args) {
66
- const { document, variables } = buildCreateDocument("ConnectedAccountsModule", "createConnectedAccountsModule", "connectedAccountsModule", args.select, args.data, "CreateConnectedAccountsModuleInput", connectionFieldsMap);
66
+ const { document, variables } = buildCreateDocument('ConnectedAccountsModule', 'createConnectedAccountsModule', 'connectedAccountsModule', args.select, args.data, 'CreateConnectedAccountsModuleInput', connectionFieldsMap);
67
67
  return new QueryBuilder({
68
68
  client: this.client,
69
- operation: "mutation",
70
- operationName: "ConnectedAccountsModule",
71
- fieldName: "createConnectedAccountsModule",
69
+ operation: 'mutation',
70
+ operationName: 'ConnectedAccountsModule',
71
+ fieldName: 'createConnectedAccountsModule',
72
72
  document,
73
- variables
73
+ variables,
74
74
  });
75
75
  }
76
76
  update(args) {
77
- const { document, variables } = buildUpdateByPkDocument("ConnectedAccountsModule", "updateConnectedAccountsModule", "connectedAccountsModule", args.select, args.where.id, args.data, "UpdateConnectedAccountsModuleInput", "id", "connectedAccountsModulePatch", connectionFieldsMap, undefined);
77
+ const { document, variables } = buildUpdateByPkDocument('ConnectedAccountsModule', 'updateConnectedAccountsModule', 'connectedAccountsModule', args.select, args.where.id, args.data, 'UpdateConnectedAccountsModuleInput', 'id', 'connectedAccountsModulePatch', connectionFieldsMap, undefined);
78
78
  return new QueryBuilder({
79
79
  client: this.client,
80
- operation: "mutation",
81
- operationName: "ConnectedAccountsModule",
82
- fieldName: "updateConnectedAccountsModule",
80
+ operation: 'mutation',
81
+ operationName: 'ConnectedAccountsModule',
82
+ fieldName: 'updateConnectedAccountsModule',
83
83
  document,
84
- variables
84
+ variables,
85
85
  });
86
86
  }
87
87
  delete(args) {
88
- const { document, variables } = buildDeleteByPkDocument("ConnectedAccountsModule", "deleteConnectedAccountsModule", "connectedAccountsModule", {
89
- id: args.where.id
90
- }, "DeleteConnectedAccountsModuleInput", args.select, connectionFieldsMap);
88
+ const { document, variables } = buildDeleteByPkDocument('ConnectedAccountsModule', 'deleteConnectedAccountsModule', 'connectedAccountsModule', {
89
+ id: args.where.id,
90
+ }, 'DeleteConnectedAccountsModuleInput', args.select, connectionFieldsMap);
91
91
  return new QueryBuilder({
92
92
  client: this.client,
93
- operation: "mutation",
94
- operationName: "ConnectedAccountsModule",
95
- fieldName: "deleteConnectedAccountsModule",
93
+ operation: 'mutation',
94
+ operationName: 'ConnectedAccountsModule',
95
+ fieldName: 'deleteConnectedAccountsModule',
96
96
  document,
97
- variables
97
+ variables,
98
98
  });
99
99
  }
100
100
  }
@@ -3,10 +3,10 @@
3
3
  * @generated by @constructive-io/graphql-codegen
4
4
  * DO NOT EDIT - changes will be overwritten
5
5
  */
6
- import { OrmClient } from "../client";
7
- import { QueryBuilder } from "../query-builder";
8
- import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from "../select-types";
9
- import type { CryptoAddressesModuleWithRelations, CryptoAddressesModuleSelect, CryptoAddressesModuleFilter, CryptoAddressesModuleOrderBy, CreateCryptoAddressesModuleInput, CryptoAddressesModulePatch } from "../input-types";
6
+ import { OrmClient } from '../client';
7
+ import { QueryBuilder } from '../query-builder';
8
+ import type { ConnectionResult, FindManyArgs, FindFirstArgs, CreateArgs, UpdateArgs, DeleteArgs, InferSelectResult, StrictSelect } from '../select-types';
9
+ import type { CryptoAddressesModuleWithRelations, CryptoAddressesModuleSelect, CryptoAddressesModuleFilter, CryptoAddressesModuleOrderBy, CreateCryptoAddressesModuleInput, CryptoAddressesModulePatch } from '../input-types';
10
10
  export declare class CryptoAddressesModuleModel {
11
11
  private client;
12
12
  constructor(client: OrmClient);
@@ -26,7 +26,7 @@ export declare class CryptoAddressesModuleModel {
26
26
  } & StrictSelect<S, CryptoAddressesModuleSelect>): QueryBuilder<{
27
27
  cryptoAddressesModule: InferSelectResult<CryptoAddressesModuleWithRelations, S> | null;
28
28
  }>;
29
- create<S extends CryptoAddressesModuleSelect>(args: CreateArgs<S, CreateCryptoAddressesModuleInput["cryptoAddressesModule"]> & {
29
+ create<S extends CryptoAddressesModuleSelect>(args: CreateArgs<S, CreateCryptoAddressesModuleInput['cryptoAddressesModule']> & {
30
30
  select: S;
31
31
  } & StrictSelect<S, CryptoAddressesModuleSelect>): QueryBuilder<{
32
32
  createCryptoAddressesModule: {