@constructive-io/sdk 1.0.5 → 1.0.6

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 (1450) hide show
  1. package/admin/index.d.ts +1 -1
  2. package/admin/orm/client.js +3 -1
  3. package/admin/orm/index.d.ts +34 -47
  4. package/admin/orm/index.js +1 -9
  5. package/admin/orm/input-types.d.ts +26 -425
  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 -30
  30. package/admin/orm/models/index.js +1 -9
  31. package/admin/orm/models/membershipType.d.ts +5 -5
  32. package/admin/orm/models/membershipType.js +42 -42
  33. package/admin/orm/models/orgAdminGrant.d.ts +5 -5
  34. package/admin/orm/models/orgAdminGrant.js +42 -42
  35. package/admin/orm/models/orgClaimedInvite.d.ts +5 -5
  36. package/admin/orm/models/orgClaimedInvite.js +42 -42
  37. package/admin/orm/models/orgGrant.d.ts +5 -5
  38. package/admin/orm/models/orgGrant.js +42 -42
  39. package/admin/orm/models/orgInvite.d.ts +5 -5
  40. package/admin/orm/models/orgInvite.js +42 -42
  41. package/admin/orm/models/orgMember.d.ts +5 -5
  42. package/admin/orm/models/orgMember.js +42 -42
  43. package/admin/orm/models/orgMemberProfile.d.ts +5 -5
  44. package/admin/orm/models/orgMemberProfile.js +42 -42
  45. package/admin/orm/models/orgMembership.d.ts +5 -5
  46. package/admin/orm/models/orgMembership.js +42 -42
  47. package/admin/orm/models/orgMembershipDefault.d.ts +5 -5
  48. package/admin/orm/models/orgMembershipDefault.js +42 -42
  49. package/admin/orm/models/orgMembershipSetting.d.ts +5 -5
  50. package/admin/orm/models/orgMembershipSetting.js +42 -42
  51. package/admin/orm/models/orgOwnerGrant.d.ts +5 -5
  52. package/admin/orm/models/orgOwnerGrant.js +42 -42
  53. package/admin/orm/models/orgPermission.d.ts +5 -5
  54. package/admin/orm/models/orgPermission.js +42 -42
  55. package/admin/orm/models/orgPermissionDefault.d.ts +5 -5
  56. package/admin/orm/models/orgPermissionDefault.js +42 -42
  57. package/admin/orm/models/orgPermissionDefaultGrant.d.ts +5 -5
  58. package/admin/orm/models/orgPermissionDefaultGrant.js +42 -42
  59. package/admin/orm/models/orgPermissionDefaultPermission.d.ts +5 -5
  60. package/admin/orm/models/orgPermissionDefaultPermission.js +42 -42
  61. package/admin/orm/mutation/index.d.ts +4 -4
  62. package/admin/orm/mutation/index.js +22 -28
  63. package/admin/orm/query/index.d.ts +3 -14
  64. package/admin/orm/query/index.js +75 -121
  65. package/admin/orm/query-builder.js +15 -5
  66. package/agent/index.d.ts +1 -1
  67. package/agent/orm/client.js +3 -1
  68. package/agent/orm/index.d.ts +16 -16
  69. package/agent/orm/index.js +1 -1
  70. package/agent/orm/input-types.d.ts +10 -10
  71. package/agent/orm/input-types.js +17 -17
  72. package/agent/orm/models/agent.d.ts +5 -5
  73. package/agent/orm/models/agent.js +42 -42
  74. package/agent/orm/models/agentMessage.d.ts +5 -5
  75. package/agent/orm/models/agentMessage.js +42 -42
  76. package/agent/orm/models/agentPersona.d.ts +5 -5
  77. package/agent/orm/models/agentPersona.js +42 -42
  78. package/agent/orm/models/agentPlan.d.ts +5 -5
  79. package/agent/orm/models/agentPlan.js +42 -42
  80. package/agent/orm/models/agentPrompt.d.ts +5 -5
  81. package/agent/orm/models/agentPrompt.js +42 -42
  82. package/agent/orm/models/agentResource.d.ts +5 -5
  83. package/agent/orm/models/agentResource.js +42 -42
  84. package/agent/orm/models/agentResourceChunk.d.ts +5 -5
  85. package/agent/orm/models/agentResourceChunk.js +42 -42
  86. package/agent/orm/models/agentTask.d.ts +5 -5
  87. package/agent/orm/models/agentTask.js +42 -42
  88. package/agent/orm/models/agentThread.d.ts +5 -5
  89. package/agent/orm/models/agentThread.js +42 -42
  90. package/agent/orm/models/index.d.ts +9 -9
  91. package/agent/orm/mutation/index.d.ts +4 -4
  92. package/agent/orm/mutation/index.js +8 -10
  93. package/agent/orm/query-builder.js +15 -5
  94. package/api/index.d.ts +1 -1
  95. package/api/orm/client.js +3 -1
  96. package/api/orm/index.d.ts +102 -56
  97. package/api/orm/index.js +39 -3
  98. package/api/orm/input-types.d.ts +9786 -6269
  99. package/api/orm/input-types.js +97 -84
  100. package/api/orm/models/api.d.ts +5 -5
  101. package/api/orm/models/api.js +42 -42
  102. package/api/orm/models/apiModule.d.ts +5 -5
  103. package/api/orm/models/apiModule.js +42 -42
  104. package/api/orm/models/apiSchema.d.ts +5 -5
  105. package/api/orm/models/apiSchema.js +42 -42
  106. package/api/orm/models/apiSetting.d.ts +5 -5
  107. package/api/orm/models/apiSetting.js +42 -42
  108. package/api/orm/models/astMigration.d.ts +5 -5
  109. package/api/orm/models/astMigration.js +30 -30
  110. package/api/orm/models/checkConstraint.d.ts +5 -5
  111. package/api/orm/models/checkConstraint.js +42 -42
  112. package/api/orm/models/compositeType.d.ts +5 -5
  113. package/api/orm/models/compositeType.js +42 -42
  114. package/api/orm/models/corsSetting.d.ts +5 -5
  115. package/api/orm/models/corsSetting.js +42 -42
  116. package/api/orm/models/database.d.ts +5 -5
  117. package/api/orm/models/database.js +42 -42
  118. package/api/orm/models/databaseSetting.d.ts +5 -5
  119. package/api/orm/models/databaseSetting.js +42 -42
  120. package/api/orm/models/databaseTransfer.d.ts +5 -5
  121. package/api/orm/models/databaseTransfer.js +42 -42
  122. package/api/orm/models/defaultPrivilege.d.ts +5 -5
  123. package/api/orm/models/defaultPrivilege.js +42 -42
  124. package/api/orm/models/domain.d.ts +5 -5
  125. package/api/orm/models/domain.js +42 -42
  126. package/api/orm/models/domainEvent.d.ts +54 -0
  127. package/api/orm/models/domainEvent.js +104 -0
  128. package/api/orm/models/domainVerification.d.ts +54 -0
  129. package/api/orm/models/domainVerification.js +104 -0
  130. package/api/orm/models/embeddingChunk.d.ts +5 -5
  131. package/api/orm/models/embeddingChunk.js +42 -42
  132. package/api/orm/models/enum.d.ts +5 -5
  133. package/api/orm/models/enum.js +42 -42
  134. package/api/orm/models/exclusionConstraint.d.ts +54 -0
  135. package/api/orm/models/exclusionConstraint.js +104 -0
  136. package/api/orm/models/field.d.ts +5 -5
  137. package/api/orm/models/field.js +42 -42
  138. package/api/orm/models/foreignKeyConstraint.d.ts +5 -5
  139. package/api/orm/models/foreignKeyConstraint.js +42 -42
  140. package/api/orm/models/fullTextSearch.d.ts +5 -5
  141. package/api/orm/models/fullTextSearch.js +42 -42
  142. package/api/orm/models/function.d.ts +5 -5
  143. package/api/orm/models/function.js +42 -42
  144. package/api/orm/models/hostnameBinding.d.ts +54 -0
  145. package/api/orm/models/hostnameBinding.js +104 -0
  146. package/api/orm/models/httpRoute.d.ts +5 -5
  147. package/api/orm/models/httpRoute.js +42 -42
  148. package/api/orm/models/index.d.ts +65 -47
  149. package/api/orm/models/index.js +40 -3
  150. package/api/orm/models/indexModel.d.ts +5 -5
  151. package/api/orm/models/indexModel.js +42 -42
  152. package/api/orm/models/managedDomain.d.ts +5 -5
  153. package/api/orm/models/managedDomain.js +42 -42
  154. package/api/orm/models/nodeTypeRegistry.d.ts +5 -5
  155. package/api/orm/models/nodeTypeRegistry.js +42 -42
  156. package/api/orm/models/partition.d.ts +5 -5
  157. package/api/orm/models/partition.js +42 -42
  158. package/api/orm/models/platformApi.d.ts +54 -0
  159. package/api/orm/models/platformApi.js +104 -0
  160. package/api/orm/models/platformApiModule.d.ts +54 -0
  161. package/api/orm/models/platformApiModule.js +104 -0
  162. package/api/orm/models/platformApiSchema.d.ts +54 -0
  163. package/api/orm/models/platformApiSchema.js +104 -0
  164. package/api/orm/models/platformApiSetting.d.ts +54 -0
  165. package/api/orm/models/platformApiSetting.js +104 -0
  166. package/api/orm/models/platformCorsSetting.d.ts +54 -0
  167. package/api/orm/models/platformCorsSetting.js +104 -0
  168. package/api/orm/models/platformDomain.d.ts +54 -0
  169. package/api/orm/models/platformDomain.js +104 -0
  170. package/api/orm/models/platformDomainEvent.d.ts +54 -0
  171. package/api/orm/models/platformDomainEvent.js +104 -0
  172. package/api/orm/models/platformDomainVerification.d.ts +54 -0
  173. package/api/orm/models/platformDomainVerification.js +104 -0
  174. package/api/orm/models/platformManagedDomain.d.ts +54 -0
  175. package/api/orm/models/platformManagedDomain.js +104 -0
  176. package/api/orm/models/platformSite.d.ts +54 -0
  177. package/api/orm/models/platformSite.js +104 -0
  178. package/api/orm/models/platformSiteMetadatum.d.ts +54 -0
  179. package/api/orm/models/platformSiteMetadatum.js +104 -0
  180. package/api/orm/models/platformSiteModule.d.ts +54 -0
  181. package/api/orm/models/platformSiteModule.js +104 -0
  182. package/api/orm/models/platformSiteTheme.d.ts +54 -0
  183. package/api/orm/models/platformSiteTheme.js +104 -0
  184. package/api/orm/models/policy.d.ts +5 -5
  185. package/api/orm/models/policy.js +42 -42
  186. package/api/orm/models/primaryKeyConstraint.d.ts +5 -5
  187. package/api/orm/models/primaryKeyConstraint.js +42 -42
  188. package/api/orm/models/pubkeySetting.d.ts +5 -5
  189. package/api/orm/models/pubkeySetting.js +42 -42
  190. package/api/orm/models/rlsSetting.d.ts +5 -5
  191. package/api/orm/models/rlsSetting.js +42 -42
  192. package/api/orm/models/route.d.ts +54 -0
  193. package/api/orm/models/route.js +104 -0
  194. package/api/orm/models/routeBinding.d.ts +54 -0
  195. package/api/orm/models/routeBinding.js +104 -0
  196. package/api/orm/models/schema.d.ts +5 -5
  197. package/api/orm/models/schema.js +42 -42
  198. package/api/orm/models/schemaGrant.d.ts +5 -5
  199. package/api/orm/models/schemaGrant.js +42 -42
  200. package/api/orm/models/site.d.ts +5 -5
  201. package/api/orm/models/site.js +42 -42
  202. package/api/orm/models/siteMetadatum.d.ts +5 -5
  203. package/api/orm/models/siteMetadatum.js +42 -42
  204. package/api/orm/models/siteModule.d.ts +5 -5
  205. package/api/orm/models/siteModule.js +42 -42
  206. package/api/orm/models/siteTheme.d.ts +5 -5
  207. package/api/orm/models/siteTheme.js +42 -42
  208. package/api/orm/models/spatialRelation.d.ts +5 -5
  209. package/api/orm/models/spatialRelation.js +42 -42
  210. package/api/orm/models/sqlAction.d.ts +5 -5
  211. package/api/orm/models/sqlAction.js +30 -30
  212. package/api/orm/models/table.d.ts +5 -5
  213. package/api/orm/models/table.js +42 -42
  214. package/api/orm/models/tableGrant.d.ts +5 -5
  215. package/api/orm/models/tableGrant.js +42 -42
  216. package/api/orm/models/trigger.d.ts +5 -5
  217. package/api/orm/models/trigger.js +42 -42
  218. package/api/orm/models/triggerFunction.d.ts +5 -5
  219. package/api/orm/models/triggerFunction.js +42 -42
  220. package/api/orm/models/uniqueConstraint.d.ts +5 -5
  221. package/api/orm/models/uniqueConstraint.js +42 -42
  222. package/api/orm/models/view.d.ts +5 -5
  223. package/api/orm/models/view.js +42 -42
  224. package/api/orm/models/viewGrant.d.ts +5 -5
  225. package/api/orm/models/viewGrant.js +42 -42
  226. package/api/orm/models/viewRule.d.ts +5 -5
  227. package/api/orm/models/viewRule.js +42 -42
  228. package/api/orm/models/viewTable.d.ts +5 -5
  229. package/api/orm/models/viewTable.js +42 -42
  230. package/api/orm/models/webauthnSetting.d.ts +5 -5
  231. package/api/orm/models/webauthnSetting.js +42 -42
  232. package/api/orm/mutation/index.d.ts +5 -5
  233. package/api/orm/mutation/index.js +50 -64
  234. package/api/orm/query/index.d.ts +25 -7
  235. package/api/orm/query/index.js +49 -30
  236. package/api/orm/query-builder.js +15 -5
  237. package/auth/index.d.ts +1 -1
  238. package/auth/orm/client.js +3 -1
  239. package/auth/orm/index.d.ts +21 -21
  240. package/auth/orm/index.js +1 -1
  241. package/auth/orm/input-types.d.ts +13 -13
  242. package/auth/orm/input-types.js +16 -16
  243. package/auth/orm/models/auditLogAuth.d.ts +5 -5
  244. package/auth/orm/models/auditLogAuth.js +43 -43
  245. package/auth/orm/models/cryptoAddress.d.ts +5 -5
  246. package/auth/orm/models/cryptoAddress.js +42 -42
  247. package/auth/orm/models/email.d.ts +5 -5
  248. package/auth/orm/models/email.js +42 -42
  249. package/auth/orm/models/identityProvider.d.ts +5 -5
  250. package/auth/orm/models/identityProvider.js +20 -20
  251. package/auth/orm/models/index.d.ts +13 -13
  252. package/auth/orm/models/orgApiKeyList.d.ts +5 -5
  253. package/auth/orm/models/orgApiKeyList.js +30 -30
  254. package/auth/orm/models/phoneNumber.d.ts +5 -5
  255. package/auth/orm/models/phoneNumber.js +42 -42
  256. package/auth/orm/models/principal.d.ts +5 -5
  257. package/auth/orm/models/principal.js +30 -30
  258. package/auth/orm/models/principalEntity.d.ts +5 -5
  259. package/auth/orm/models/principalEntity.js +42 -42
  260. package/auth/orm/models/principalScopeOverride.d.ts +5 -5
  261. package/auth/orm/models/principalScopeOverride.js +30 -30
  262. package/auth/orm/models/roleType.d.ts +5 -5
  263. package/auth/orm/models/roleType.js +42 -42
  264. package/auth/orm/models/user.d.ts +5 -5
  265. package/auth/orm/models/user.js +42 -42
  266. package/auth/orm/models/userConnectedAccount.d.ts +5 -5
  267. package/auth/orm/models/userConnectedAccount.js +30 -30
  268. package/auth/orm/models/webauthnCredential.d.ts +5 -5
  269. package/auth/orm/models/webauthnCredential.js +42 -42
  270. package/auth/orm/mutation/index.d.ts +4 -4
  271. package/auth/orm/mutation/index.js +211 -271
  272. package/auth/orm/query/index.d.ts +4 -4
  273. package/auth/orm/query/index.js +24 -26
  274. package/auth/orm/query-builder.js +15 -5
  275. package/compute/index.d.ts +1 -1
  276. package/compute/orm/client.js +3 -1
  277. package/compute/orm/index.d.ts +81 -77
  278. package/compute/orm/index.js +13 -9
  279. package/compute/orm/input-types.d.ts +798 -381
  280. package/compute/orm/input-types.js +42 -42
  281. package/compute/orm/models/dbPreset.d.ts +5 -5
  282. package/compute/orm/models/dbPreset.js +42 -42
  283. package/compute/orm/models/functionApiBinding.d.ts +5 -5
  284. package/compute/orm/models/functionApiBinding.js +42 -42
  285. package/compute/orm/models/functionDefinition.d.ts +5 -5
  286. package/compute/orm/models/functionDefinition.js +42 -42
  287. package/compute/orm/models/functionDeployment.d.ts +5 -5
  288. package/compute/orm/models/functionDeployment.js +42 -42
  289. package/compute/orm/models/functionDeploymentEvent.d.ts +5 -5
  290. package/compute/orm/models/functionDeploymentEvent.js +43 -43
  291. package/compute/orm/models/functionExecutionLog.d.ts +5 -5
  292. package/compute/orm/models/functionExecutionLog.js +43 -43
  293. package/compute/orm/models/functionGraph.d.ts +5 -5
  294. package/compute/orm/models/functionGraph.js +42 -42
  295. package/compute/orm/models/functionGraphCommit.d.ts +5 -5
  296. package/compute/orm/models/functionGraphCommit.js +43 -43
  297. package/compute/orm/models/functionGraphExecution.d.ts +5 -5
  298. package/compute/orm/models/functionGraphExecution.js +43 -43
  299. package/compute/orm/models/functionGraphExecutionNodeState.d.ts +5 -5
  300. package/compute/orm/models/functionGraphExecutionNodeState.js +43 -43
  301. package/compute/orm/models/functionGraphExecutionOutput.d.ts +5 -5
  302. package/compute/orm/models/functionGraphExecutionOutput.js +43 -43
  303. package/compute/orm/models/functionGraphObject.d.ts +5 -5
  304. package/compute/orm/models/functionGraphObject.js +38 -38
  305. package/compute/orm/models/functionGraphRef.d.ts +5 -5
  306. package/compute/orm/models/functionGraphRef.js +43 -43
  307. package/compute/orm/models/functionGraphStore.d.ts +5 -5
  308. package/compute/orm/models/functionGraphStore.js +42 -42
  309. package/compute/orm/models/functionInvocation.d.ts +5 -5
  310. package/compute/orm/models/functionInvocation.js +43 -43
  311. package/compute/orm/models/functionInvocationAttempt.d.ts +56 -0
  312. package/compute/orm/models/functionInvocationAttempt.js +107 -0
  313. package/compute/orm/models/getAllTreeNodesRecord.d.ts +5 -5
  314. package/compute/orm/models/getAllTreeNodesRecord.js +20 -20
  315. package/compute/orm/models/index.d.ts +67 -65
  316. package/compute/orm/models/index.js +14 -10
  317. package/compute/orm/models/infraCommit.d.ts +5 -5
  318. package/compute/orm/models/infraCommit.js +43 -43
  319. package/compute/orm/models/infraGetAllTreeNodesRecord.d.ts +5 -5
  320. package/compute/orm/models/infraGetAllTreeNodesRecord.js +20 -20
  321. package/compute/orm/models/infraObject.d.ts +5 -5
  322. package/compute/orm/models/infraObject.js +38 -38
  323. package/compute/orm/models/infraRef.d.ts +5 -5
  324. package/compute/orm/models/infraRef.js +43 -43
  325. package/compute/orm/models/infraStore.d.ts +5 -5
  326. package/compute/orm/models/infraStore.js +42 -42
  327. package/compute/orm/models/integrationProvider.d.ts +5 -5
  328. package/compute/orm/models/integrationProvider.js +42 -42
  329. package/compute/orm/models/namespace.d.ts +5 -5
  330. package/compute/orm/models/namespace.js +42 -42
  331. package/compute/orm/models/namespaceEvent.d.ts +5 -5
  332. package/compute/orm/models/namespaceEvent.js +43 -43
  333. package/compute/orm/models/platformFunctionApiBinding.d.ts +5 -5
  334. package/compute/orm/models/platformFunctionApiBinding.js +42 -42
  335. package/compute/orm/models/platformFunctionDefinition.d.ts +5 -5
  336. package/compute/orm/models/platformFunctionDefinition.js +42 -42
  337. package/compute/orm/models/platformFunctionDeployment.d.ts +5 -5
  338. package/compute/orm/models/platformFunctionDeployment.js +42 -42
  339. package/compute/orm/models/platformFunctionDeploymentEvent.d.ts +5 -5
  340. package/compute/orm/models/platformFunctionDeploymentEvent.js +43 -43
  341. package/compute/orm/models/platformFunctionExecutionLog.d.ts +5 -5
  342. package/compute/orm/models/platformFunctionExecutionLog.js +43 -43
  343. package/compute/orm/models/platformFunctionInvocation.d.ts +5 -5
  344. package/compute/orm/models/platformFunctionInvocation.js +43 -43
  345. package/compute/orm/models/platformFunctionInvocationAttempt.d.ts +56 -0
  346. package/compute/orm/models/platformFunctionInvocationAttempt.js +107 -0
  347. package/compute/orm/models/platformInfraCommit.d.ts +5 -5
  348. package/compute/orm/models/platformInfraCommit.js +43 -43
  349. package/compute/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
  350. package/compute/orm/models/platformInfraGetAllTreeNodesRecord.js +20 -20
  351. package/compute/orm/models/platformInfraObject.d.ts +5 -5
  352. package/compute/orm/models/platformInfraObject.js +38 -38
  353. package/compute/orm/models/platformInfraRef.d.ts +5 -5
  354. package/compute/orm/models/platformInfraRef.js +43 -43
  355. package/compute/orm/models/platformInfraStore.d.ts +5 -5
  356. package/compute/orm/models/platformInfraStore.js +42 -42
  357. package/compute/orm/models/platformNamespace.d.ts +5 -5
  358. package/compute/orm/models/platformNamespace.js +42 -42
  359. package/compute/orm/models/platformNamespaceEvent.d.ts +5 -5
  360. package/compute/orm/models/platformNamespaceEvent.js +43 -43
  361. package/compute/orm/models/platformResource.d.ts +5 -5
  362. package/compute/orm/models/platformResource.js +42 -42
  363. package/compute/orm/models/platformResourceDeclaredCapacity.d.ts +30 -0
  364. package/compute/orm/models/platformResourceDeclaredCapacity.js +59 -0
  365. package/compute/orm/models/platformResourceDefinition.d.ts +5 -5
  366. package/compute/orm/models/platformResourceDefinition.js +42 -42
  367. package/compute/orm/models/platformResourceEvent.d.ts +5 -5
  368. package/compute/orm/models/platformResourceEvent.js +43 -43
  369. package/compute/orm/models/platformResourceInstallation.d.ts +5 -5
  370. package/compute/orm/models/platformResourceInstallation.js +42 -42
  371. package/compute/orm/models/platformResourceStatusCheck.d.ts +5 -5
  372. package/compute/orm/models/platformResourceStatusCheck.js +42 -42
  373. package/compute/orm/models/platformResourceUsageLog.d.ts +5 -5
  374. package/compute/orm/models/platformResourceUsageLog.js +43 -43
  375. package/compute/orm/models/platformResourceUsageSummary.d.ts +5 -5
  376. package/compute/orm/models/platformResourceUsageSummary.js +43 -43
  377. package/compute/orm/models/platformResourceUtilization.d.ts +30 -0
  378. package/compute/orm/models/platformResourceUtilization.js +59 -0
  379. package/compute/orm/models/platformResourcesHealth.d.ts +5 -5
  380. package/compute/orm/models/platformResourcesHealth.js +30 -30
  381. package/compute/orm/models/platformResourcesRequirementsState.d.ts +5 -5
  382. package/compute/orm/models/platformResourcesRequirementsState.js +20 -20
  383. package/compute/orm/models/platformResourcesResolvedRequirement.d.ts +5 -5
  384. package/compute/orm/models/platformResourcesResolvedRequirement.js +20 -20
  385. package/compute/orm/models/platformWebhookEndpoint.d.ts +5 -5
  386. package/compute/orm/models/platformWebhookEndpoint.js +42 -42
  387. package/compute/orm/models/platformWebhookEvent.d.ts +5 -5
  388. package/compute/orm/models/platformWebhookEvent.js +42 -42
  389. package/compute/orm/models/resource.d.ts +5 -5
  390. package/compute/orm/models/resource.js +42 -42
  391. package/compute/orm/models/resourceDeclaredCapacity.d.ts +30 -0
  392. package/compute/orm/models/resourceDeclaredCapacity.js +59 -0
  393. package/compute/orm/models/resourceDefinition.d.ts +5 -5
  394. package/compute/orm/models/resourceDefinition.js +42 -42
  395. package/compute/orm/models/resourceEvent.d.ts +5 -5
  396. package/compute/orm/models/resourceEvent.js +43 -43
  397. package/compute/orm/models/resourceInstallation.d.ts +5 -5
  398. package/compute/orm/models/resourceInstallation.js +42 -42
  399. package/compute/orm/models/resourceStatusCheck.d.ts +5 -5
  400. package/compute/orm/models/resourceStatusCheck.js +42 -42
  401. package/compute/orm/models/resourceUsageLog.d.ts +5 -5
  402. package/compute/orm/models/resourceUsageLog.js +43 -43
  403. package/compute/orm/models/resourceUsageSummary.d.ts +5 -5
  404. package/compute/orm/models/resourceUsageSummary.js +43 -43
  405. package/compute/orm/models/resourceUtilization.d.ts +30 -0
  406. package/compute/orm/models/resourceUtilization.js +59 -0
  407. package/compute/orm/models/resourcesHealth.d.ts +5 -5
  408. package/compute/orm/models/resourcesHealth.js +30 -30
  409. package/compute/orm/models/resourcesRequirementsState.d.ts +5 -5
  410. package/compute/orm/models/resourcesRequirementsState.js +20 -20
  411. package/compute/orm/models/resourcesResolvedRequirement.d.ts +5 -5
  412. package/compute/orm/models/resourcesResolvedRequirement.js +20 -20
  413. package/compute/orm/models/webhookEndpoint.d.ts +5 -5
  414. package/compute/orm/models/webhookEndpoint.js +42 -42
  415. package/compute/orm/models/webhookEvent.d.ts +5 -5
  416. package/compute/orm/models/webhookEvent.js +42 -42
  417. package/compute/orm/mutation/index.d.ts +4 -4
  418. package/compute/orm/mutation/index.js +197 -253
  419. package/compute/orm/query/index.d.ts +2 -2
  420. package/compute/orm/query/index.js +8 -10
  421. package/compute/orm/query-builder.js +15 -5
  422. package/config/index.d.ts +1 -1
  423. package/config/orm/client.js +3 -1
  424. package/config/orm/index.d.ts +12 -12
  425. package/config/orm/index.js +1 -1
  426. package/config/orm/input-types.d.ts +5 -5
  427. package/config/orm/models/config.d.ts +5 -5
  428. package/config/orm/models/config.js +42 -42
  429. package/config/orm/models/index.d.ts +5 -5
  430. package/config/orm/models/platformConfig.d.ts +5 -5
  431. package/config/orm/models/platformConfig.js +42 -42
  432. package/config/orm/models/platformInternalSecret.d.ts +5 -5
  433. package/config/orm/models/platformInternalSecret.js +30 -30
  434. package/config/orm/models/platformSecret.d.ts +5 -5
  435. package/config/orm/models/platformSecret.js +30 -30
  436. package/config/orm/models/secret.d.ts +5 -5
  437. package/config/orm/models/secret.js +30 -30
  438. package/config/orm/mutation/index.d.ts +4 -4
  439. package/config/orm/mutation/index.js +92 -118
  440. package/config/orm/query-builder.js +15 -5
  441. package/esm/admin/index.d.ts +1 -1
  442. package/esm/admin/index.js +1 -1
  443. package/esm/admin/orm/client.js +3 -1
  444. package/esm/admin/orm/index.d.ts +34 -47
  445. package/esm/admin/orm/index.js +36 -44
  446. package/esm/admin/orm/input-types.d.ts +26 -425
  447. package/esm/admin/orm/input-types.js +6 -6
  448. package/esm/admin/orm/models/appAdminGrant.d.ts +5 -5
  449. package/esm/admin/orm/models/appAdminGrant.js +44 -44
  450. package/esm/admin/orm/models/appClaimedInvite.d.ts +5 -5
  451. package/esm/admin/orm/models/appClaimedInvite.js +44 -44
  452. package/esm/admin/orm/models/appGrant.d.ts +5 -5
  453. package/esm/admin/orm/models/appGrant.js +44 -44
  454. package/esm/admin/orm/models/appInvite.d.ts +5 -5
  455. package/esm/admin/orm/models/appInvite.js +44 -44
  456. package/esm/admin/orm/models/appMembership.d.ts +5 -5
  457. package/esm/admin/orm/models/appMembership.js +44 -44
  458. package/esm/admin/orm/models/appMembershipDefault.d.ts +5 -5
  459. package/esm/admin/orm/models/appMembershipDefault.js +44 -44
  460. package/esm/admin/orm/models/appOwnerGrant.d.ts +5 -5
  461. package/esm/admin/orm/models/appOwnerGrant.js +44 -44
  462. package/esm/admin/orm/models/appPermission.d.ts +5 -5
  463. package/esm/admin/orm/models/appPermission.js +44 -44
  464. package/esm/admin/orm/models/appPermissionDefault.d.ts +5 -5
  465. package/esm/admin/orm/models/appPermissionDefault.js +44 -44
  466. package/esm/admin/orm/models/appPermissionDefaultGrant.d.ts +5 -5
  467. package/esm/admin/orm/models/appPermissionDefaultGrant.js +44 -44
  468. package/esm/admin/orm/models/appPermissionDefaultPermission.d.ts +5 -5
  469. package/esm/admin/orm/models/appPermissionDefaultPermission.js +44 -44
  470. package/esm/admin/orm/models/index.d.ts +26 -30
  471. package/esm/admin/orm/models/index.js +26 -30
  472. package/esm/admin/orm/models/membershipType.d.ts +5 -5
  473. package/esm/admin/orm/models/membershipType.js +44 -44
  474. package/esm/admin/orm/models/orgAdminGrant.d.ts +5 -5
  475. package/esm/admin/orm/models/orgAdminGrant.js +44 -44
  476. package/esm/admin/orm/models/orgClaimedInvite.d.ts +5 -5
  477. package/esm/admin/orm/models/orgClaimedInvite.js +44 -44
  478. package/esm/admin/orm/models/orgGrant.d.ts +5 -5
  479. package/esm/admin/orm/models/orgGrant.js +44 -44
  480. package/esm/admin/orm/models/orgInvite.d.ts +5 -5
  481. package/esm/admin/orm/models/orgInvite.js +44 -44
  482. package/esm/admin/orm/models/orgMember.d.ts +5 -5
  483. package/esm/admin/orm/models/orgMember.js +44 -44
  484. package/esm/admin/orm/models/orgMemberProfile.d.ts +5 -5
  485. package/esm/admin/orm/models/orgMemberProfile.js +44 -44
  486. package/esm/admin/orm/models/orgMembership.d.ts +5 -5
  487. package/esm/admin/orm/models/orgMembership.js +44 -44
  488. package/esm/admin/orm/models/orgMembershipDefault.d.ts +5 -5
  489. package/esm/admin/orm/models/orgMembershipDefault.js +44 -44
  490. package/esm/admin/orm/models/orgMembershipSetting.d.ts +5 -5
  491. package/esm/admin/orm/models/orgMembershipSetting.js +44 -44
  492. package/esm/admin/orm/models/orgOwnerGrant.d.ts +5 -5
  493. package/esm/admin/orm/models/orgOwnerGrant.js +44 -44
  494. package/esm/admin/orm/models/orgPermission.d.ts +5 -5
  495. package/esm/admin/orm/models/orgPermission.js +44 -44
  496. package/esm/admin/orm/models/orgPermissionDefault.d.ts +5 -5
  497. package/esm/admin/orm/models/orgPermissionDefault.js +44 -44
  498. package/esm/admin/orm/models/orgPermissionDefaultGrant.d.ts +5 -5
  499. package/esm/admin/orm/models/orgPermissionDefaultGrant.js +44 -44
  500. package/esm/admin/orm/models/orgPermissionDefaultPermission.d.ts +5 -5
  501. package/esm/admin/orm/models/orgPermissionDefaultPermission.js +44 -44
  502. package/esm/admin/orm/mutation/index.d.ts +4 -4
  503. package/esm/admin/orm/mutation/index.js +24 -30
  504. package/esm/admin/orm/query/index.d.ts +3 -14
  505. package/esm/admin/orm/query/index.js +77 -123
  506. package/esm/admin/orm/query-builder.js +15 -5
  507. package/esm/agent/index.d.ts +1 -1
  508. package/esm/agent/index.js +1 -1
  509. package/esm/agent/orm/client.js +3 -1
  510. package/esm/agent/orm/index.d.ts +16 -16
  511. package/esm/agent/orm/index.js +17 -17
  512. package/esm/agent/orm/input-types.d.ts +10 -10
  513. package/esm/agent/orm/input-types.js +17 -17
  514. package/esm/agent/orm/models/agent.d.ts +5 -5
  515. package/esm/agent/orm/models/agent.js +44 -44
  516. package/esm/agent/orm/models/agentMessage.d.ts +5 -5
  517. package/esm/agent/orm/models/agentMessage.js +44 -44
  518. package/esm/agent/orm/models/agentPersona.d.ts +5 -5
  519. package/esm/agent/orm/models/agentPersona.js +44 -44
  520. package/esm/agent/orm/models/agentPlan.d.ts +5 -5
  521. package/esm/agent/orm/models/agentPlan.js +44 -44
  522. package/esm/agent/orm/models/agentPrompt.d.ts +5 -5
  523. package/esm/agent/orm/models/agentPrompt.js +44 -44
  524. package/esm/agent/orm/models/agentResource.d.ts +5 -5
  525. package/esm/agent/orm/models/agentResource.js +44 -44
  526. package/esm/agent/orm/models/agentResourceChunk.d.ts +5 -5
  527. package/esm/agent/orm/models/agentResourceChunk.js +44 -44
  528. package/esm/agent/orm/models/agentTask.d.ts +5 -5
  529. package/esm/agent/orm/models/agentTask.js +44 -44
  530. package/esm/agent/orm/models/agentThread.d.ts +5 -5
  531. package/esm/agent/orm/models/agentThread.js +44 -44
  532. package/esm/agent/orm/models/index.d.ts +9 -9
  533. package/esm/agent/orm/models/index.js +9 -9
  534. package/esm/agent/orm/mutation/index.d.ts +4 -4
  535. package/esm/agent/orm/mutation/index.js +10 -12
  536. package/esm/agent/orm/query-builder.js +15 -5
  537. package/esm/api/index.d.ts +1 -1
  538. package/esm/api/index.js +1 -1
  539. package/esm/api/orm/client.js +3 -1
  540. package/esm/api/orm/index.d.ts +102 -56
  541. package/esm/api/orm/index.js +94 -58
  542. package/esm/api/orm/input-types.d.ts +9786 -6269
  543. package/esm/api/orm/input-types.js +97 -84
  544. package/esm/api/orm/models/api.d.ts +5 -5
  545. package/esm/api/orm/models/api.js +44 -44
  546. package/esm/api/orm/models/apiModule.d.ts +5 -5
  547. package/esm/api/orm/models/apiModule.js +44 -44
  548. package/esm/api/orm/models/apiSchema.d.ts +5 -5
  549. package/esm/api/orm/models/apiSchema.js +44 -44
  550. package/esm/api/orm/models/apiSetting.d.ts +5 -5
  551. package/esm/api/orm/models/apiSetting.js +44 -44
  552. package/esm/api/orm/models/astMigration.d.ts +5 -5
  553. package/esm/api/orm/models/astMigration.js +32 -32
  554. package/esm/api/orm/models/checkConstraint.d.ts +5 -5
  555. package/esm/api/orm/models/checkConstraint.js +44 -44
  556. package/esm/api/orm/models/compositeType.d.ts +5 -5
  557. package/esm/api/orm/models/compositeType.js +44 -44
  558. package/esm/api/orm/models/corsSetting.d.ts +5 -5
  559. package/esm/api/orm/models/corsSetting.js +44 -44
  560. package/esm/api/orm/models/database.d.ts +5 -5
  561. package/esm/api/orm/models/database.js +44 -44
  562. package/esm/api/orm/models/databaseSetting.d.ts +5 -5
  563. package/esm/api/orm/models/databaseSetting.js +44 -44
  564. package/esm/api/orm/models/databaseTransfer.d.ts +5 -5
  565. package/esm/api/orm/models/databaseTransfer.js +44 -44
  566. package/esm/api/orm/models/defaultPrivilege.d.ts +5 -5
  567. package/esm/api/orm/models/defaultPrivilege.js +44 -44
  568. package/esm/api/orm/models/domain.d.ts +5 -5
  569. package/esm/api/orm/models/domain.js +44 -44
  570. package/esm/api/orm/models/domainEvent.d.ts +54 -0
  571. package/esm/api/orm/models/domainEvent.js +100 -0
  572. package/esm/api/orm/models/domainVerification.d.ts +54 -0
  573. package/esm/api/orm/models/domainVerification.js +100 -0
  574. package/esm/api/orm/models/embeddingChunk.d.ts +5 -5
  575. package/esm/api/orm/models/embeddingChunk.js +44 -44
  576. package/esm/api/orm/models/enum.d.ts +5 -5
  577. package/esm/api/orm/models/enum.js +44 -44
  578. package/esm/api/orm/models/exclusionConstraint.d.ts +54 -0
  579. package/esm/api/orm/models/exclusionConstraint.js +100 -0
  580. package/esm/api/orm/models/field.d.ts +5 -5
  581. package/esm/api/orm/models/field.js +44 -44
  582. package/esm/api/orm/models/foreignKeyConstraint.d.ts +5 -5
  583. package/esm/api/orm/models/foreignKeyConstraint.js +44 -44
  584. package/esm/api/orm/models/fullTextSearch.d.ts +5 -5
  585. package/esm/api/orm/models/fullTextSearch.js +44 -44
  586. package/esm/api/orm/models/function.d.ts +5 -5
  587. package/esm/api/orm/models/function.js +44 -44
  588. package/esm/api/orm/models/hostnameBinding.d.ts +54 -0
  589. package/esm/api/orm/models/hostnameBinding.js +100 -0
  590. package/esm/api/orm/models/httpRoute.d.ts +5 -5
  591. package/esm/api/orm/models/httpRoute.js +44 -44
  592. package/esm/api/orm/models/index.d.ts +65 -47
  593. package/esm/api/orm/models/index.js +65 -47
  594. package/esm/api/orm/models/indexModel.d.ts +5 -5
  595. package/esm/api/orm/models/indexModel.js +44 -44
  596. package/esm/api/orm/models/managedDomain.d.ts +5 -5
  597. package/esm/api/orm/models/managedDomain.js +44 -44
  598. package/esm/api/orm/models/nodeTypeRegistry.d.ts +5 -5
  599. package/esm/api/orm/models/nodeTypeRegistry.js +44 -44
  600. package/esm/api/orm/models/partition.d.ts +5 -5
  601. package/esm/api/orm/models/partition.js +44 -44
  602. package/esm/api/orm/models/platformApi.d.ts +54 -0
  603. package/esm/api/orm/models/platformApi.js +100 -0
  604. package/esm/api/orm/models/platformApiModule.d.ts +54 -0
  605. package/esm/api/orm/models/platformApiModule.js +100 -0
  606. package/esm/api/orm/models/platformApiSchema.d.ts +54 -0
  607. package/esm/api/orm/models/platformApiSchema.js +100 -0
  608. package/esm/api/orm/models/platformApiSetting.d.ts +54 -0
  609. package/esm/api/orm/models/platformApiSetting.js +100 -0
  610. package/esm/api/orm/models/platformCorsSetting.d.ts +54 -0
  611. package/esm/api/orm/models/platformCorsSetting.js +100 -0
  612. package/esm/api/orm/models/platformDomain.d.ts +54 -0
  613. package/esm/api/orm/models/platformDomain.js +100 -0
  614. package/esm/api/orm/models/platformDomainEvent.d.ts +54 -0
  615. package/esm/api/orm/models/platformDomainEvent.js +100 -0
  616. package/esm/api/orm/models/platformDomainVerification.d.ts +54 -0
  617. package/esm/api/orm/models/platformDomainVerification.js +100 -0
  618. package/esm/api/orm/models/platformManagedDomain.d.ts +54 -0
  619. package/esm/api/orm/models/platformManagedDomain.js +100 -0
  620. package/esm/api/orm/models/platformSite.d.ts +54 -0
  621. package/esm/api/orm/models/platformSite.js +100 -0
  622. package/esm/api/orm/models/platformSiteMetadatum.d.ts +54 -0
  623. package/esm/api/orm/models/platformSiteMetadatum.js +100 -0
  624. package/esm/api/orm/models/platformSiteModule.d.ts +54 -0
  625. package/esm/api/orm/models/platformSiteModule.js +100 -0
  626. package/esm/api/orm/models/platformSiteTheme.d.ts +54 -0
  627. package/esm/api/orm/models/platformSiteTheme.js +100 -0
  628. package/esm/api/orm/models/policy.d.ts +5 -5
  629. package/esm/api/orm/models/policy.js +44 -44
  630. package/esm/api/orm/models/primaryKeyConstraint.d.ts +5 -5
  631. package/esm/api/orm/models/primaryKeyConstraint.js +44 -44
  632. package/esm/api/orm/models/pubkeySetting.d.ts +5 -5
  633. package/esm/api/orm/models/pubkeySetting.js +44 -44
  634. package/esm/api/orm/models/rlsSetting.d.ts +5 -5
  635. package/esm/api/orm/models/rlsSetting.js +44 -44
  636. package/esm/api/orm/models/route.d.ts +54 -0
  637. package/esm/api/orm/models/route.js +100 -0
  638. package/esm/api/orm/models/routeBinding.d.ts +54 -0
  639. package/esm/api/orm/models/routeBinding.js +100 -0
  640. package/esm/api/orm/models/schema.d.ts +5 -5
  641. package/esm/api/orm/models/schema.js +44 -44
  642. package/esm/api/orm/models/schemaGrant.d.ts +5 -5
  643. package/esm/api/orm/models/schemaGrant.js +44 -44
  644. package/esm/api/orm/models/site.d.ts +5 -5
  645. package/esm/api/orm/models/site.js +44 -44
  646. package/esm/api/orm/models/siteMetadatum.d.ts +5 -5
  647. package/esm/api/orm/models/siteMetadatum.js +44 -44
  648. package/esm/api/orm/models/siteModule.d.ts +5 -5
  649. package/esm/api/orm/models/siteModule.js +44 -44
  650. package/esm/api/orm/models/siteTheme.d.ts +5 -5
  651. package/esm/api/orm/models/siteTheme.js +44 -44
  652. package/esm/api/orm/models/spatialRelation.d.ts +5 -5
  653. package/esm/api/orm/models/spatialRelation.js +44 -44
  654. package/esm/api/orm/models/sqlAction.d.ts +5 -5
  655. package/esm/api/orm/models/sqlAction.js +32 -32
  656. package/esm/api/orm/models/table.d.ts +5 -5
  657. package/esm/api/orm/models/table.js +44 -44
  658. package/esm/api/orm/models/tableGrant.d.ts +5 -5
  659. package/esm/api/orm/models/tableGrant.js +44 -44
  660. package/esm/api/orm/models/trigger.d.ts +5 -5
  661. package/esm/api/orm/models/trigger.js +44 -44
  662. package/esm/api/orm/models/triggerFunction.d.ts +5 -5
  663. package/esm/api/orm/models/triggerFunction.js +44 -44
  664. package/esm/api/orm/models/uniqueConstraint.d.ts +5 -5
  665. package/esm/api/orm/models/uniqueConstraint.js +44 -44
  666. package/esm/api/orm/models/view.d.ts +5 -5
  667. package/esm/api/orm/models/view.js +44 -44
  668. package/esm/api/orm/models/viewGrant.d.ts +5 -5
  669. package/esm/api/orm/models/viewGrant.js +44 -44
  670. package/esm/api/orm/models/viewRule.d.ts +5 -5
  671. package/esm/api/orm/models/viewRule.js +44 -44
  672. package/esm/api/orm/models/viewTable.d.ts +5 -5
  673. package/esm/api/orm/models/viewTable.js +44 -44
  674. package/esm/api/orm/models/webauthnSetting.d.ts +5 -5
  675. package/esm/api/orm/models/webauthnSetting.js +44 -44
  676. package/esm/api/orm/mutation/index.d.ts +5 -5
  677. package/esm/api/orm/mutation/index.js +52 -66
  678. package/esm/api/orm/query/index.d.ts +25 -7
  679. package/esm/api/orm/query/index.js +51 -32
  680. package/esm/api/orm/query-builder.js +15 -5
  681. package/esm/auth/index.d.ts +1 -1
  682. package/esm/auth/index.js +1 -1
  683. package/esm/auth/orm/client.js +3 -1
  684. package/esm/auth/orm/index.d.ts +21 -21
  685. package/esm/auth/orm/index.js +23 -23
  686. package/esm/auth/orm/input-types.d.ts +13 -13
  687. package/esm/auth/orm/input-types.js +16 -16
  688. package/esm/auth/orm/models/auditLogAuth.d.ts +5 -5
  689. package/esm/auth/orm/models/auditLogAuth.js +45 -45
  690. package/esm/auth/orm/models/cryptoAddress.d.ts +5 -5
  691. package/esm/auth/orm/models/cryptoAddress.js +44 -44
  692. package/esm/auth/orm/models/email.d.ts +5 -5
  693. package/esm/auth/orm/models/email.js +44 -44
  694. package/esm/auth/orm/models/identityProvider.d.ts +5 -5
  695. package/esm/auth/orm/models/identityProvider.js +22 -22
  696. package/esm/auth/orm/models/index.d.ts +13 -13
  697. package/esm/auth/orm/models/index.js +13 -13
  698. package/esm/auth/orm/models/orgApiKeyList.d.ts +5 -5
  699. package/esm/auth/orm/models/orgApiKeyList.js +32 -32
  700. package/esm/auth/orm/models/phoneNumber.d.ts +5 -5
  701. package/esm/auth/orm/models/phoneNumber.js +44 -44
  702. package/esm/auth/orm/models/principal.d.ts +5 -5
  703. package/esm/auth/orm/models/principal.js +32 -32
  704. package/esm/auth/orm/models/principalEntity.d.ts +5 -5
  705. package/esm/auth/orm/models/principalEntity.js +44 -44
  706. package/esm/auth/orm/models/principalScopeOverride.d.ts +5 -5
  707. package/esm/auth/orm/models/principalScopeOverride.js +32 -32
  708. package/esm/auth/orm/models/roleType.d.ts +5 -5
  709. package/esm/auth/orm/models/roleType.js +44 -44
  710. package/esm/auth/orm/models/user.d.ts +5 -5
  711. package/esm/auth/orm/models/user.js +44 -44
  712. package/esm/auth/orm/models/userConnectedAccount.d.ts +5 -5
  713. package/esm/auth/orm/models/userConnectedAccount.js +32 -32
  714. package/esm/auth/orm/models/webauthnCredential.d.ts +5 -5
  715. package/esm/auth/orm/models/webauthnCredential.js +44 -44
  716. package/esm/auth/orm/mutation/index.d.ts +4 -4
  717. package/esm/auth/orm/mutation/index.js +213 -273
  718. package/esm/auth/orm/query/index.d.ts +4 -4
  719. package/esm/auth/orm/query/index.js +26 -28
  720. package/esm/auth/orm/query-builder.js +15 -5
  721. package/esm/compute/index.d.ts +1 -1
  722. package/esm/compute/index.js +1 -1
  723. package/esm/compute/orm/client.js +3 -1
  724. package/esm/compute/orm/index.d.ts +81 -77
  725. package/esm/compute/orm/index.js +83 -79
  726. package/esm/compute/orm/input-types.d.ts +798 -381
  727. package/esm/compute/orm/input-types.js +42 -42
  728. package/esm/compute/orm/models/dbPreset.d.ts +5 -5
  729. package/esm/compute/orm/models/dbPreset.js +44 -44
  730. package/esm/compute/orm/models/functionApiBinding.d.ts +5 -5
  731. package/esm/compute/orm/models/functionApiBinding.js +44 -44
  732. package/esm/compute/orm/models/functionDefinition.d.ts +5 -5
  733. package/esm/compute/orm/models/functionDefinition.js +44 -44
  734. package/esm/compute/orm/models/functionDeployment.d.ts +5 -5
  735. package/esm/compute/orm/models/functionDeployment.js +44 -44
  736. package/esm/compute/orm/models/functionDeploymentEvent.d.ts +5 -5
  737. package/esm/compute/orm/models/functionDeploymentEvent.js +45 -45
  738. package/esm/compute/orm/models/functionExecutionLog.d.ts +5 -5
  739. package/esm/compute/orm/models/functionExecutionLog.js +45 -45
  740. package/esm/compute/orm/models/functionGraph.d.ts +5 -5
  741. package/esm/compute/orm/models/functionGraph.js +44 -44
  742. package/esm/compute/orm/models/functionGraphCommit.d.ts +5 -5
  743. package/esm/compute/orm/models/functionGraphCommit.js +45 -45
  744. package/esm/compute/orm/models/functionGraphExecution.d.ts +5 -5
  745. package/esm/compute/orm/models/functionGraphExecution.js +45 -45
  746. package/esm/compute/orm/models/functionGraphExecutionNodeState.d.ts +5 -5
  747. package/esm/compute/orm/models/functionGraphExecutionNodeState.js +45 -45
  748. package/esm/compute/orm/models/functionGraphExecutionOutput.d.ts +5 -5
  749. package/esm/compute/orm/models/functionGraphExecutionOutput.js +45 -45
  750. package/esm/compute/orm/models/functionGraphObject.d.ts +5 -5
  751. package/esm/compute/orm/models/functionGraphObject.js +40 -40
  752. package/esm/compute/orm/models/functionGraphRef.d.ts +5 -5
  753. package/esm/compute/orm/models/functionGraphRef.js +45 -45
  754. package/esm/compute/orm/models/functionGraphStore.d.ts +5 -5
  755. package/esm/compute/orm/models/functionGraphStore.js +44 -44
  756. package/esm/compute/orm/models/functionInvocation.d.ts +5 -5
  757. package/esm/compute/orm/models/functionInvocation.js +45 -45
  758. package/esm/compute/orm/models/functionInvocationAttempt.d.ts +56 -0
  759. package/esm/compute/orm/models/functionInvocationAttempt.js +103 -0
  760. package/esm/compute/orm/models/getAllTreeNodesRecord.d.ts +5 -5
  761. package/esm/compute/orm/models/getAllTreeNodesRecord.js +22 -22
  762. package/esm/compute/orm/models/index.d.ts +67 -65
  763. package/esm/compute/orm/models/index.js +67 -65
  764. package/esm/compute/orm/models/infraCommit.d.ts +5 -5
  765. package/esm/compute/orm/models/infraCommit.js +45 -45
  766. package/esm/compute/orm/models/infraGetAllTreeNodesRecord.d.ts +5 -5
  767. package/esm/compute/orm/models/infraGetAllTreeNodesRecord.js +22 -22
  768. package/esm/compute/orm/models/infraObject.d.ts +5 -5
  769. package/esm/compute/orm/models/infraObject.js +40 -40
  770. package/esm/compute/orm/models/infraRef.d.ts +5 -5
  771. package/esm/compute/orm/models/infraRef.js +45 -45
  772. package/esm/compute/orm/models/infraStore.d.ts +5 -5
  773. package/esm/compute/orm/models/infraStore.js +44 -44
  774. package/esm/compute/orm/models/integrationProvider.d.ts +5 -5
  775. package/esm/compute/orm/models/integrationProvider.js +44 -44
  776. package/esm/compute/orm/models/namespace.d.ts +5 -5
  777. package/esm/compute/orm/models/namespace.js +44 -44
  778. package/esm/compute/orm/models/namespaceEvent.d.ts +5 -5
  779. package/esm/compute/orm/models/namespaceEvent.js +45 -45
  780. package/esm/compute/orm/models/platformFunctionApiBinding.d.ts +5 -5
  781. package/esm/compute/orm/models/platformFunctionApiBinding.js +44 -44
  782. package/esm/compute/orm/models/platformFunctionDefinition.d.ts +5 -5
  783. package/esm/compute/orm/models/platformFunctionDefinition.js +44 -44
  784. package/esm/compute/orm/models/platformFunctionDeployment.d.ts +5 -5
  785. package/esm/compute/orm/models/platformFunctionDeployment.js +44 -44
  786. package/esm/compute/orm/models/platformFunctionDeploymentEvent.d.ts +5 -5
  787. package/esm/compute/orm/models/platformFunctionDeploymentEvent.js +45 -45
  788. package/esm/compute/orm/models/platformFunctionExecutionLog.d.ts +5 -5
  789. package/esm/compute/orm/models/platformFunctionExecutionLog.js +45 -45
  790. package/esm/compute/orm/models/platformFunctionInvocation.d.ts +5 -5
  791. package/esm/compute/orm/models/platformFunctionInvocation.js +45 -45
  792. package/esm/compute/orm/models/platformFunctionInvocationAttempt.d.ts +56 -0
  793. package/esm/compute/orm/models/platformFunctionInvocationAttempt.js +103 -0
  794. package/esm/compute/orm/models/platformInfraCommit.d.ts +5 -5
  795. package/esm/compute/orm/models/platformInfraCommit.js +45 -45
  796. package/esm/compute/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
  797. package/esm/compute/orm/models/platformInfraGetAllTreeNodesRecord.js +22 -22
  798. package/esm/compute/orm/models/platformInfraObject.d.ts +5 -5
  799. package/esm/compute/orm/models/platformInfraObject.js +40 -40
  800. package/esm/compute/orm/models/platformInfraRef.d.ts +5 -5
  801. package/esm/compute/orm/models/platformInfraRef.js +45 -45
  802. package/esm/compute/orm/models/platformInfraStore.d.ts +5 -5
  803. package/esm/compute/orm/models/platformInfraStore.js +44 -44
  804. package/esm/compute/orm/models/platformNamespace.d.ts +5 -5
  805. package/esm/compute/orm/models/platformNamespace.js +44 -44
  806. package/esm/compute/orm/models/platformNamespaceEvent.d.ts +5 -5
  807. package/esm/compute/orm/models/platformNamespaceEvent.js +45 -45
  808. package/esm/compute/orm/models/platformResource.d.ts +5 -5
  809. package/esm/compute/orm/models/platformResource.js +44 -44
  810. package/esm/compute/orm/models/platformResourceDeclaredCapacity.d.ts +30 -0
  811. package/esm/compute/orm/models/platformResourceDeclaredCapacity.js +55 -0
  812. package/esm/compute/orm/models/platformResourceDefinition.d.ts +5 -5
  813. package/esm/compute/orm/models/platformResourceDefinition.js +44 -44
  814. package/esm/compute/orm/models/platformResourceEvent.d.ts +5 -5
  815. package/esm/compute/orm/models/platformResourceEvent.js +45 -45
  816. package/esm/compute/orm/models/platformResourceInstallation.d.ts +5 -5
  817. package/esm/compute/orm/models/platformResourceInstallation.js +44 -44
  818. package/esm/compute/orm/models/platformResourceStatusCheck.d.ts +5 -5
  819. package/esm/compute/orm/models/platformResourceStatusCheck.js +44 -44
  820. package/esm/compute/orm/models/platformResourceUsageLog.d.ts +5 -5
  821. package/esm/compute/orm/models/platformResourceUsageLog.js +45 -45
  822. package/esm/compute/orm/models/platformResourceUsageSummary.d.ts +5 -5
  823. package/esm/compute/orm/models/platformResourceUsageSummary.js +45 -45
  824. package/esm/compute/orm/models/platformResourceUtilization.d.ts +30 -0
  825. package/esm/compute/orm/models/platformResourceUtilization.js +55 -0
  826. package/esm/compute/orm/models/platformResourcesHealth.d.ts +5 -5
  827. package/esm/compute/orm/models/platformResourcesHealth.js +32 -32
  828. package/esm/compute/orm/models/platformResourcesRequirementsState.d.ts +5 -5
  829. package/esm/compute/orm/models/platformResourcesRequirementsState.js +22 -22
  830. package/esm/compute/orm/models/platformResourcesResolvedRequirement.d.ts +5 -5
  831. package/esm/compute/orm/models/platformResourcesResolvedRequirement.js +22 -22
  832. package/esm/compute/orm/models/platformWebhookEndpoint.d.ts +5 -5
  833. package/esm/compute/orm/models/platformWebhookEndpoint.js +44 -44
  834. package/esm/compute/orm/models/platformWebhookEvent.d.ts +5 -5
  835. package/esm/compute/orm/models/platformWebhookEvent.js +44 -44
  836. package/esm/compute/orm/models/resource.d.ts +5 -5
  837. package/esm/compute/orm/models/resource.js +44 -44
  838. package/esm/compute/orm/models/resourceDeclaredCapacity.d.ts +30 -0
  839. package/esm/compute/orm/models/resourceDeclaredCapacity.js +55 -0
  840. package/esm/compute/orm/models/resourceDefinition.d.ts +5 -5
  841. package/esm/compute/orm/models/resourceDefinition.js +44 -44
  842. package/esm/compute/orm/models/resourceEvent.d.ts +5 -5
  843. package/esm/compute/orm/models/resourceEvent.js +45 -45
  844. package/esm/compute/orm/models/resourceInstallation.d.ts +5 -5
  845. package/esm/compute/orm/models/resourceInstallation.js +44 -44
  846. package/esm/compute/orm/models/resourceStatusCheck.d.ts +5 -5
  847. package/esm/compute/orm/models/resourceStatusCheck.js +44 -44
  848. package/esm/compute/orm/models/resourceUsageLog.d.ts +5 -5
  849. package/esm/compute/orm/models/resourceUsageLog.js +45 -45
  850. package/esm/compute/orm/models/resourceUsageSummary.d.ts +5 -5
  851. package/esm/compute/orm/models/resourceUsageSummary.js +45 -45
  852. package/esm/compute/orm/models/resourceUtilization.d.ts +30 -0
  853. package/esm/compute/orm/models/resourceUtilization.js +55 -0
  854. package/esm/compute/orm/models/resourcesHealth.d.ts +5 -5
  855. package/esm/compute/orm/models/resourcesHealth.js +32 -32
  856. package/esm/compute/orm/models/resourcesRequirementsState.d.ts +5 -5
  857. package/esm/compute/orm/models/resourcesRequirementsState.js +22 -22
  858. package/esm/compute/orm/models/resourcesResolvedRequirement.d.ts +5 -5
  859. package/esm/compute/orm/models/resourcesResolvedRequirement.js +22 -22
  860. package/esm/compute/orm/models/webhookEndpoint.d.ts +5 -5
  861. package/esm/compute/orm/models/webhookEndpoint.js +44 -44
  862. package/esm/compute/orm/models/webhookEvent.d.ts +5 -5
  863. package/esm/compute/orm/models/webhookEvent.js +44 -44
  864. package/esm/compute/orm/mutation/index.d.ts +4 -4
  865. package/esm/compute/orm/mutation/index.js +199 -255
  866. package/esm/compute/orm/query/index.d.ts +2 -2
  867. package/esm/compute/orm/query/index.js +10 -12
  868. package/esm/compute/orm/query-builder.js +15 -5
  869. package/esm/config/index.d.ts +1 -1
  870. package/esm/config/index.js +1 -1
  871. package/esm/config/orm/client.js +3 -1
  872. package/esm/config/orm/index.d.ts +12 -12
  873. package/esm/config/orm/index.js +13 -13
  874. package/esm/config/orm/input-types.d.ts +5 -5
  875. package/esm/config/orm/models/config.d.ts +5 -5
  876. package/esm/config/orm/models/config.js +44 -44
  877. package/esm/config/orm/models/index.d.ts +5 -5
  878. package/esm/config/orm/models/index.js +5 -5
  879. package/esm/config/orm/models/platformConfig.d.ts +5 -5
  880. package/esm/config/orm/models/platformConfig.js +44 -44
  881. package/esm/config/orm/models/platformInternalSecret.d.ts +5 -5
  882. package/esm/config/orm/models/platformInternalSecret.js +32 -32
  883. package/esm/config/orm/models/platformSecret.d.ts +5 -5
  884. package/esm/config/orm/models/platformSecret.js +32 -32
  885. package/esm/config/orm/models/secret.d.ts +5 -5
  886. package/esm/config/orm/models/secret.js +32 -32
  887. package/esm/config/orm/mutation/index.d.ts +4 -4
  888. package/esm/config/orm/mutation/index.js +94 -120
  889. package/esm/config/orm/query-builder.js +15 -5
  890. package/esm/index.d.ts +10 -10
  891. package/esm/index.js +10 -10
  892. package/esm/infra/index.d.ts +1 -1
  893. package/esm/infra/index.js +1 -1
  894. package/esm/infra/orm/client.js +3 -1
  895. package/esm/infra/orm/index.d.ts +17 -17
  896. package/esm/infra/orm/index.js +18 -18
  897. package/esm/infra/orm/input-types.d.ts +10 -10
  898. package/esm/infra/orm/models/dbPreset.d.ts +5 -5
  899. package/esm/infra/orm/models/dbPreset.js +44 -44
  900. package/esm/infra/orm/models/index.d.ts +10 -10
  901. package/esm/infra/orm/models/index.js +10 -10
  902. package/esm/infra/orm/models/namespace.d.ts +5 -5
  903. package/esm/infra/orm/models/namespace.js +44 -44
  904. package/esm/infra/orm/models/namespaceEvent.d.ts +5 -5
  905. package/esm/infra/orm/models/namespaceEvent.js +45 -45
  906. package/esm/infra/orm/models/platformInfraCommit.d.ts +5 -5
  907. package/esm/infra/orm/models/platformInfraCommit.js +45 -45
  908. package/esm/infra/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
  909. package/esm/infra/orm/models/platformInfraGetAllTreeNodesRecord.js +22 -22
  910. package/esm/infra/orm/models/platformInfraObject.d.ts +5 -5
  911. package/esm/infra/orm/models/platformInfraObject.js +40 -40
  912. package/esm/infra/orm/models/platformInfraRef.d.ts +5 -5
  913. package/esm/infra/orm/models/platformInfraRef.js +45 -45
  914. package/esm/infra/orm/models/platformInfraStore.d.ts +5 -5
  915. package/esm/infra/orm/models/platformInfraStore.js +44 -44
  916. package/esm/infra/orm/models/platformNamespace.d.ts +5 -5
  917. package/esm/infra/orm/models/platformNamespace.js +44 -44
  918. package/esm/infra/orm/models/platformNamespaceEvent.d.ts +5 -5
  919. package/esm/infra/orm/models/platformNamespaceEvent.js +45 -45
  920. package/esm/infra/orm/mutation/index.d.ts +4 -4
  921. package/esm/infra/orm/mutation/index.js +31 -39
  922. package/esm/infra/orm/query-builder.js +15 -5
  923. package/esm/modules/index.d.ts +1 -1
  924. package/esm/modules/index.js +1 -1
  925. package/esm/modules/orm/client.js +3 -1
  926. package/esm/modules/orm/index.d.ts +90 -76
  927. package/esm/modules/orm/index.js +92 -78
  928. package/esm/modules/orm/input-types.d.ts +2003 -154
  929. package/esm/modules/orm/input-types.js +9 -9
  930. package/esm/modules/orm/models/agentModule.d.ts +5 -5
  931. package/esm/modules/orm/models/agentModule.js +44 -44
  932. package/esm/modules/orm/models/apiSurfaceModule.d.ts +54 -0
  933. package/esm/modules/orm/models/apiSurfaceModule.js +100 -0
  934. package/esm/modules/orm/models/appModule.d.ts +54 -0
  935. package/esm/modules/orm/models/appModule.js +100 -0
  936. package/esm/modules/orm/models/billingModule.d.ts +5 -5
  937. package/esm/modules/orm/models/billingModule.js +44 -44
  938. package/esm/modules/orm/models/billingProviderModule.d.ts +5 -5
  939. package/esm/modules/orm/models/billingProviderModule.js +44 -44
  940. package/esm/modules/orm/models/blueprint.d.ts +5 -5
  941. package/esm/modules/orm/models/blueprint.js +44 -44
  942. package/esm/modules/orm/models/blueprintConstruction.d.ts +5 -5
  943. package/esm/modules/orm/models/blueprintConstruction.js +44 -44
  944. package/esm/modules/orm/models/blueprintTemplate.d.ts +5 -5
  945. package/esm/modules/orm/models/blueprintTemplate.js +44 -44
  946. package/esm/modules/orm/models/catalogModule.d.ts +54 -0
  947. package/esm/modules/orm/models/catalogModule.js +100 -0
  948. package/esm/modules/orm/models/computeLogModule.d.ts +5 -5
  949. package/esm/modules/orm/models/computeLogModule.js +44 -44
  950. package/esm/modules/orm/models/configSecretsUserModule.d.ts +5 -5
  951. package/esm/modules/orm/models/configSecretsUserModule.js +44 -44
  952. package/esm/modules/orm/models/connectedAccountsModule.d.ts +5 -5
  953. package/esm/modules/orm/models/connectedAccountsModule.js +44 -44
  954. package/esm/modules/orm/models/cryptoAddressesModule.d.ts +5 -5
  955. package/esm/modules/orm/models/cryptoAddressesModule.js +44 -44
  956. package/esm/modules/orm/models/cryptoAuthModule.d.ts +5 -5
  957. package/esm/modules/orm/models/cryptoAuthModule.js +44 -44
  958. package/esm/modules/orm/models/databaseProvisionModule.d.ts +5 -5
  959. package/esm/modules/orm/models/databaseProvisionModule.js +44 -44
  960. package/esm/modules/orm/models/databaseSettingsModule.d.ts +54 -0
  961. package/esm/modules/orm/models/databaseSettingsModule.js +100 -0
  962. package/esm/modules/orm/models/dbPool.d.ts +5 -5
  963. package/esm/modules/orm/models/dbPool.js +44 -44
  964. package/esm/modules/orm/models/dbPoolConfig.d.ts +5 -5
  965. package/esm/modules/orm/models/dbPoolConfig.js +44 -44
  966. package/esm/modules/orm/models/dbPresetModule.d.ts +5 -5
  967. package/esm/modules/orm/models/dbPresetModule.js +44 -44
  968. package/esm/modules/orm/models/dbUsageModule.d.ts +5 -5
  969. package/esm/modules/orm/models/dbUsageModule.js +44 -44
  970. package/esm/modules/orm/models/defaultIdsModule.d.ts +5 -5
  971. package/esm/modules/orm/models/defaultIdsModule.js +44 -44
  972. package/esm/modules/orm/models/denormalizedTableField.d.ts +5 -5
  973. package/esm/modules/orm/models/denormalizedTableField.js +44 -44
  974. package/esm/modules/orm/models/devicesModule.d.ts +5 -5
  975. package/esm/modules/orm/models/devicesModule.js +44 -44
  976. package/esm/modules/orm/models/domainModule.d.ts +54 -0
  977. package/esm/modules/orm/models/domainModule.js +100 -0
  978. package/esm/modules/orm/models/emailsModule.d.ts +5 -5
  979. package/esm/modules/orm/models/emailsModule.js +44 -44
  980. package/esm/modules/orm/models/entityTypeProvision.d.ts +5 -5
  981. package/esm/modules/orm/models/entityTypeProvision.js +44 -44
  982. package/esm/modules/orm/models/eventsModule.d.ts +5 -5
  983. package/esm/modules/orm/models/eventsModule.js +44 -44
  984. package/esm/modules/orm/models/functionDeploymentModule.d.ts +5 -5
  985. package/esm/modules/orm/models/functionDeploymentModule.js +44 -44
  986. package/esm/modules/orm/models/functionInvocationModule.d.ts +5 -5
  987. package/esm/modules/orm/models/functionInvocationModule.js +44 -44
  988. package/esm/modules/orm/models/functionModule.d.ts +5 -5
  989. package/esm/modules/orm/models/functionModule.js +44 -44
  990. package/esm/modules/orm/models/graphExecutionModule.d.ts +5 -5
  991. package/esm/modules/orm/models/graphExecutionModule.js +44 -44
  992. package/esm/modules/orm/models/graphModule.d.ts +5 -5
  993. package/esm/modules/orm/models/graphModule.js +44 -44
  994. package/esm/modules/orm/models/hierarchyModule.d.ts +5 -5
  995. package/esm/modules/orm/models/hierarchyModule.js +44 -44
  996. package/esm/modules/orm/models/httpRouteModule.d.ts +5 -5
  997. package/esm/modules/orm/models/httpRouteModule.js +44 -44
  998. package/esm/modules/orm/models/i18NModule.d.ts +5 -5
  999. package/esm/modules/orm/models/i18NModule.js +44 -44
  1000. package/esm/modules/orm/models/identityProvidersModule.d.ts +5 -5
  1001. package/esm/modules/orm/models/identityProvidersModule.js +44 -44
  1002. package/esm/modules/orm/models/index.d.ts +75 -68
  1003. package/esm/modules/orm/models/index.js +75 -68
  1004. package/esm/modules/orm/models/inferenceLogModule.d.ts +5 -5
  1005. package/esm/modules/orm/models/inferenceLogModule.js +44 -44
  1006. package/esm/modules/orm/models/infraConfigModule.d.ts +5 -5
  1007. package/esm/modules/orm/models/infraConfigModule.js +44 -44
  1008. package/esm/modules/orm/models/infraSecretsModule.d.ts +5 -5
  1009. package/esm/modules/orm/models/infraSecretsModule.js +44 -44
  1010. package/esm/modules/orm/models/integrationProvidersModule.d.ts +5 -5
  1011. package/esm/modules/orm/models/integrationProvidersModule.js +44 -44
  1012. package/esm/modules/orm/models/internalSecretsModule.d.ts +5 -5
  1013. package/esm/modules/orm/models/internalSecretsModule.js +44 -44
  1014. package/esm/modules/orm/models/invitesModule.d.ts +5 -5
  1015. package/esm/modules/orm/models/invitesModule.js +44 -44
  1016. package/esm/modules/orm/models/limitsModule.d.ts +5 -5
  1017. package/esm/modules/orm/models/limitsModule.js +44 -44
  1018. package/esm/modules/orm/models/membershipTypesModule.d.ts +5 -5
  1019. package/esm/modules/orm/models/membershipTypesModule.js +44 -44
  1020. package/esm/modules/orm/models/membershipsModule.d.ts +5 -5
  1021. package/esm/modules/orm/models/membershipsModule.js +44 -44
  1022. package/esm/modules/orm/models/merkleStoreModule.d.ts +5 -5
  1023. package/esm/modules/orm/models/merkleStoreModule.js +44 -44
  1024. package/esm/modules/orm/models/namespaceModule.d.ts +5 -5
  1025. package/esm/modules/orm/models/namespaceModule.js +44 -44
  1026. package/esm/modules/orm/models/notificationsModule.d.ts +5 -5
  1027. package/esm/modules/orm/models/notificationsModule.js +44 -44
  1028. package/esm/modules/orm/models/permissionsModule.d.ts +5 -5
  1029. package/esm/modules/orm/models/permissionsModule.js +44 -44
  1030. package/esm/modules/orm/models/phoneNumbersModule.d.ts +5 -5
  1031. package/esm/modules/orm/models/phoneNumbersModule.js +44 -44
  1032. package/esm/modules/orm/models/plansModule.d.ts +5 -5
  1033. package/esm/modules/orm/models/plansModule.js +44 -44
  1034. package/esm/modules/orm/models/principalAuthModule.d.ts +5 -5
  1035. package/esm/modules/orm/models/principalAuthModule.js +44 -44
  1036. package/esm/modules/orm/models/profilesModule.d.ts +5 -5
  1037. package/esm/modules/orm/models/profilesModule.js +44 -44
  1038. package/esm/modules/orm/models/rateLimitMetersModule.d.ts +5 -5
  1039. package/esm/modules/orm/models/rateLimitMetersModule.js +44 -44
  1040. package/esm/modules/orm/models/rateLimitsModule.d.ts +5 -5
  1041. package/esm/modules/orm/models/rateLimitsModule.js +44 -44
  1042. package/esm/modules/orm/models/realtimeModule.d.ts +5 -5
  1043. package/esm/modules/orm/models/realtimeModule.js +44 -44
  1044. package/esm/modules/orm/models/relationProvision.d.ts +5 -5
  1045. package/esm/modules/orm/models/relationProvision.js +44 -44
  1046. package/esm/modules/orm/models/resourceModule.d.ts +5 -5
  1047. package/esm/modules/orm/models/resourceModule.js +44 -44
  1048. package/esm/modules/orm/models/rlsModule.d.ts +5 -5
  1049. package/esm/modules/orm/models/rlsModule.js +44 -44
  1050. package/esm/modules/orm/models/routeModule.d.ts +54 -0
  1051. package/esm/modules/orm/models/routeModule.js +100 -0
  1052. package/esm/modules/orm/models/secureTableProvision.d.ts +5 -5
  1053. package/esm/modules/orm/models/secureTableProvision.js +44 -44
  1054. package/esm/modules/orm/models/sessionSecretsModule.d.ts +5 -5
  1055. package/esm/modules/orm/models/sessionSecretsModule.js +44 -44
  1056. package/esm/modules/orm/models/sessionsModule.d.ts +5 -5
  1057. package/esm/modules/orm/models/sessionsModule.js +44 -44
  1058. package/esm/modules/orm/models/siteSurfaceModule.d.ts +54 -0
  1059. package/esm/modules/orm/models/siteSurfaceModule.js +100 -0
  1060. package/esm/modules/orm/models/storageLogModule.d.ts +5 -5
  1061. package/esm/modules/orm/models/storageLogModule.js +44 -44
  1062. package/esm/modules/orm/models/storageModule.d.ts +5 -5
  1063. package/esm/modules/orm/models/storageModule.js +44 -44
  1064. package/esm/modules/orm/models/transferLogModule.d.ts +5 -5
  1065. package/esm/modules/orm/models/transferLogModule.js +44 -44
  1066. package/esm/modules/orm/models/userAuthModule.d.ts +5 -5
  1067. package/esm/modules/orm/models/userAuthModule.js +44 -44
  1068. package/esm/modules/orm/models/userCredentialsModule.d.ts +5 -5
  1069. package/esm/modules/orm/models/userCredentialsModule.js +44 -44
  1070. package/esm/modules/orm/models/userSettingsModule.d.ts +5 -5
  1071. package/esm/modules/orm/models/userSettingsModule.js +44 -44
  1072. package/esm/modules/orm/models/userStateModule.d.ts +5 -5
  1073. package/esm/modules/orm/models/userStateModule.js +44 -44
  1074. package/esm/modules/orm/models/usersModule.d.ts +5 -5
  1075. package/esm/modules/orm/models/usersModule.js +44 -44
  1076. package/esm/modules/orm/models/webauthnAuthModule.d.ts +5 -5
  1077. package/esm/modules/orm/models/webauthnAuthModule.js +44 -44
  1078. package/esm/modules/orm/models/webauthnCredentialsModule.d.ts +5 -5
  1079. package/esm/modules/orm/models/webauthnCredentialsModule.js +44 -44
  1080. package/esm/modules/orm/models/webhookModule.d.ts +5 -5
  1081. package/esm/modules/orm/models/webhookModule.js +44 -44
  1082. package/esm/modules/orm/mutation/index.d.ts +4 -4
  1083. package/esm/modules/orm/mutation/index.js +73 -93
  1084. package/esm/modules/orm/query/index.d.ts +2 -2
  1085. package/esm/modules/orm/query/index.js +35 -45
  1086. package/esm/modules/orm/query-builder.js +15 -5
  1087. package/esm/objects/index.d.ts +1 -1
  1088. package/esm/objects/index.js +1 -1
  1089. package/esm/objects/orm/client.js +3 -1
  1090. package/esm/objects/orm/index.d.ts +12 -12
  1091. package/esm/objects/orm/index.js +13 -13
  1092. package/esm/objects/orm/input-types.d.ts +5 -5
  1093. package/esm/objects/orm/models/commit.d.ts +5 -5
  1094. package/esm/objects/orm/models/commit.js +45 -45
  1095. package/esm/objects/orm/models/getAllTreeNodesRecord.d.ts +5 -5
  1096. package/esm/objects/orm/models/getAllTreeNodesRecord.js +22 -22
  1097. package/esm/objects/orm/models/index.d.ts +5 -5
  1098. package/esm/objects/orm/models/index.js +5 -5
  1099. package/esm/objects/orm/models/object.d.ts +5 -5
  1100. package/esm/objects/orm/models/object.js +40 -40
  1101. package/esm/objects/orm/models/ref.d.ts +5 -5
  1102. package/esm/objects/orm/models/ref.js +45 -45
  1103. package/esm/objects/orm/models/store.d.ts +5 -5
  1104. package/esm/objects/orm/models/store.js +44 -44
  1105. package/esm/objects/orm/mutation/index.d.ts +4 -4
  1106. package/esm/objects/orm/mutation/index.js +31 -39
  1107. package/esm/objects/orm/query-builder.js +15 -5
  1108. package/esm/usage/index.d.ts +1 -1
  1109. package/esm/usage/index.js +1 -1
  1110. package/esm/usage/orm/client.js +3 -1
  1111. package/esm/usage/orm/index.d.ts +25 -25
  1112. package/esm/usage/orm/index.js +26 -26
  1113. package/esm/usage/orm/input-types.d.ts +18 -18
  1114. package/esm/usage/orm/input-types.js +9 -9
  1115. package/esm/usage/orm/models/appLimit.d.ts +5 -5
  1116. package/esm/usage/orm/models/appLimit.js +44 -44
  1117. package/esm/usage/orm/models/appLimitCap.d.ts +5 -5
  1118. package/esm/usage/orm/models/appLimitCap.js +44 -44
  1119. package/esm/usage/orm/models/appLimitCapsDefault.d.ts +5 -5
  1120. package/esm/usage/orm/models/appLimitCapsDefault.js +44 -44
  1121. package/esm/usage/orm/models/appLimitCredit.d.ts +5 -5
  1122. package/esm/usage/orm/models/appLimitCredit.js +44 -44
  1123. package/esm/usage/orm/models/appLimitCreditCode.d.ts +5 -5
  1124. package/esm/usage/orm/models/appLimitCreditCode.js +44 -44
  1125. package/esm/usage/orm/models/appLimitCreditCodeItem.d.ts +5 -5
  1126. package/esm/usage/orm/models/appLimitCreditCodeItem.js +44 -44
  1127. package/esm/usage/orm/models/appLimitCreditRedemption.d.ts +5 -5
  1128. package/esm/usage/orm/models/appLimitCreditRedemption.js +44 -44
  1129. package/esm/usage/orm/models/appLimitDefault.d.ts +5 -5
  1130. package/esm/usage/orm/models/appLimitDefault.js +44 -44
  1131. package/esm/usage/orm/models/appLimitEvent.d.ts +5 -5
  1132. package/esm/usage/orm/models/appLimitEvent.js +45 -45
  1133. package/esm/usage/orm/models/appLimitWarning.d.ts +5 -5
  1134. package/esm/usage/orm/models/appLimitWarning.js +44 -44
  1135. package/esm/usage/orm/models/index.d.ts +18 -18
  1136. package/esm/usage/orm/models/index.js +18 -18
  1137. package/esm/usage/orm/models/orgLimit.d.ts +5 -5
  1138. package/esm/usage/orm/models/orgLimit.js +44 -44
  1139. package/esm/usage/orm/models/orgLimitAggregate.d.ts +5 -5
  1140. package/esm/usage/orm/models/orgLimitAggregate.js +44 -44
  1141. package/esm/usage/orm/models/orgLimitCap.d.ts +5 -5
  1142. package/esm/usage/orm/models/orgLimitCap.js +44 -44
  1143. package/esm/usage/orm/models/orgLimitCapsDefault.d.ts +5 -5
  1144. package/esm/usage/orm/models/orgLimitCapsDefault.js +44 -44
  1145. package/esm/usage/orm/models/orgLimitCredit.d.ts +5 -5
  1146. package/esm/usage/orm/models/orgLimitCredit.js +44 -44
  1147. package/esm/usage/orm/models/orgLimitDefault.d.ts +5 -5
  1148. package/esm/usage/orm/models/orgLimitDefault.js +44 -44
  1149. package/esm/usage/orm/models/orgLimitEvent.d.ts +5 -5
  1150. package/esm/usage/orm/models/orgLimitEvent.js +45 -45
  1151. package/esm/usage/orm/models/orgLimitWarning.d.ts +5 -5
  1152. package/esm/usage/orm/models/orgLimitWarning.js +44 -44
  1153. package/esm/usage/orm/mutation/index.d.ts +4 -4
  1154. package/esm/usage/orm/mutation/index.js +38 -48
  1155. package/esm/usage/orm/query-builder.js +15 -5
  1156. package/index.d.ts +10 -10
  1157. package/infra/index.d.ts +1 -1
  1158. package/infra/orm/client.js +3 -1
  1159. package/infra/orm/index.d.ts +17 -17
  1160. package/infra/orm/index.js +1 -1
  1161. package/infra/orm/input-types.d.ts +10 -10
  1162. package/infra/orm/models/dbPreset.d.ts +5 -5
  1163. package/infra/orm/models/dbPreset.js +42 -42
  1164. package/infra/orm/models/index.d.ts +10 -10
  1165. package/infra/orm/models/namespace.d.ts +5 -5
  1166. package/infra/orm/models/namespace.js +42 -42
  1167. package/infra/orm/models/namespaceEvent.d.ts +5 -5
  1168. package/infra/orm/models/namespaceEvent.js +43 -43
  1169. package/infra/orm/models/platformInfraCommit.d.ts +5 -5
  1170. package/infra/orm/models/platformInfraCommit.js +43 -43
  1171. package/infra/orm/models/platformInfraGetAllTreeNodesRecord.d.ts +5 -5
  1172. package/infra/orm/models/platformInfraGetAllTreeNodesRecord.js +20 -20
  1173. package/infra/orm/models/platformInfraObject.d.ts +5 -5
  1174. package/infra/orm/models/platformInfraObject.js +38 -38
  1175. package/infra/orm/models/platformInfraRef.d.ts +5 -5
  1176. package/infra/orm/models/platformInfraRef.js +43 -43
  1177. package/infra/orm/models/platformInfraStore.d.ts +5 -5
  1178. package/infra/orm/models/platformInfraStore.js +42 -42
  1179. package/infra/orm/models/platformNamespace.d.ts +5 -5
  1180. package/infra/orm/models/platformNamespace.js +42 -42
  1181. package/infra/orm/models/platformNamespaceEvent.d.ts +5 -5
  1182. package/infra/orm/models/platformNamespaceEvent.js +43 -43
  1183. package/infra/orm/mutation/index.d.ts +4 -4
  1184. package/infra/orm/mutation/index.js +29 -37
  1185. package/infra/orm/query-builder.js +15 -5
  1186. package/modules/index.d.ts +1 -1
  1187. package/modules/orm/client.js +3 -1
  1188. package/modules/orm/index.d.ts +90 -76
  1189. package/modules/orm/index.js +15 -1
  1190. package/modules/orm/input-types.d.ts +2003 -154
  1191. package/modules/orm/input-types.js +9 -9
  1192. package/modules/orm/models/agentModule.d.ts +5 -5
  1193. package/modules/orm/models/agentModule.js +42 -42
  1194. package/modules/orm/models/apiSurfaceModule.d.ts +54 -0
  1195. package/modules/orm/models/apiSurfaceModule.js +104 -0
  1196. package/modules/orm/models/appModule.d.ts +54 -0
  1197. package/modules/orm/models/appModule.js +104 -0
  1198. package/modules/orm/models/billingModule.d.ts +5 -5
  1199. package/modules/orm/models/billingModule.js +42 -42
  1200. package/modules/orm/models/billingProviderModule.d.ts +5 -5
  1201. package/modules/orm/models/billingProviderModule.js +42 -42
  1202. package/modules/orm/models/blueprint.d.ts +5 -5
  1203. package/modules/orm/models/blueprint.js +42 -42
  1204. package/modules/orm/models/blueprintConstruction.d.ts +5 -5
  1205. package/modules/orm/models/blueprintConstruction.js +42 -42
  1206. package/modules/orm/models/blueprintTemplate.d.ts +5 -5
  1207. package/modules/orm/models/blueprintTemplate.js +42 -42
  1208. package/modules/orm/models/catalogModule.d.ts +54 -0
  1209. package/modules/orm/models/catalogModule.js +104 -0
  1210. package/modules/orm/models/computeLogModule.d.ts +5 -5
  1211. package/modules/orm/models/computeLogModule.js +42 -42
  1212. package/modules/orm/models/configSecretsUserModule.d.ts +5 -5
  1213. package/modules/orm/models/configSecretsUserModule.js +42 -42
  1214. package/modules/orm/models/connectedAccountsModule.d.ts +5 -5
  1215. package/modules/orm/models/connectedAccountsModule.js +42 -42
  1216. package/modules/orm/models/cryptoAddressesModule.d.ts +5 -5
  1217. package/modules/orm/models/cryptoAddressesModule.js +42 -42
  1218. package/modules/orm/models/cryptoAuthModule.d.ts +5 -5
  1219. package/modules/orm/models/cryptoAuthModule.js +42 -42
  1220. package/modules/orm/models/databaseProvisionModule.d.ts +5 -5
  1221. package/modules/orm/models/databaseProvisionModule.js +42 -42
  1222. package/modules/orm/models/databaseSettingsModule.d.ts +54 -0
  1223. package/modules/orm/models/databaseSettingsModule.js +104 -0
  1224. package/modules/orm/models/dbPool.d.ts +5 -5
  1225. package/modules/orm/models/dbPool.js +42 -42
  1226. package/modules/orm/models/dbPoolConfig.d.ts +5 -5
  1227. package/modules/orm/models/dbPoolConfig.js +42 -42
  1228. package/modules/orm/models/dbPresetModule.d.ts +5 -5
  1229. package/modules/orm/models/dbPresetModule.js +42 -42
  1230. package/modules/orm/models/dbUsageModule.d.ts +5 -5
  1231. package/modules/orm/models/dbUsageModule.js +42 -42
  1232. package/modules/orm/models/defaultIdsModule.d.ts +5 -5
  1233. package/modules/orm/models/defaultIdsModule.js +42 -42
  1234. package/modules/orm/models/denormalizedTableField.d.ts +5 -5
  1235. package/modules/orm/models/denormalizedTableField.js +42 -42
  1236. package/modules/orm/models/devicesModule.d.ts +5 -5
  1237. package/modules/orm/models/devicesModule.js +42 -42
  1238. package/modules/orm/models/domainModule.d.ts +54 -0
  1239. package/modules/orm/models/domainModule.js +104 -0
  1240. package/modules/orm/models/emailsModule.d.ts +5 -5
  1241. package/modules/orm/models/emailsModule.js +42 -42
  1242. package/modules/orm/models/entityTypeProvision.d.ts +5 -5
  1243. package/modules/orm/models/entityTypeProvision.js +42 -42
  1244. package/modules/orm/models/eventsModule.d.ts +5 -5
  1245. package/modules/orm/models/eventsModule.js +42 -42
  1246. package/modules/orm/models/functionDeploymentModule.d.ts +5 -5
  1247. package/modules/orm/models/functionDeploymentModule.js +42 -42
  1248. package/modules/orm/models/functionInvocationModule.d.ts +5 -5
  1249. package/modules/orm/models/functionInvocationModule.js +42 -42
  1250. package/modules/orm/models/functionModule.d.ts +5 -5
  1251. package/modules/orm/models/functionModule.js +42 -42
  1252. package/modules/orm/models/graphExecutionModule.d.ts +5 -5
  1253. package/modules/orm/models/graphExecutionModule.js +42 -42
  1254. package/modules/orm/models/graphModule.d.ts +5 -5
  1255. package/modules/orm/models/graphModule.js +42 -42
  1256. package/modules/orm/models/hierarchyModule.d.ts +5 -5
  1257. package/modules/orm/models/hierarchyModule.js +42 -42
  1258. package/modules/orm/models/httpRouteModule.d.ts +5 -5
  1259. package/modules/orm/models/httpRouteModule.js +42 -42
  1260. package/modules/orm/models/i18NModule.d.ts +5 -5
  1261. package/modules/orm/models/i18NModule.js +42 -42
  1262. package/modules/orm/models/identityProvidersModule.d.ts +5 -5
  1263. package/modules/orm/models/identityProvidersModule.js +42 -42
  1264. package/modules/orm/models/index.d.ts +75 -68
  1265. package/modules/orm/models/index.js +16 -2
  1266. package/modules/orm/models/inferenceLogModule.d.ts +5 -5
  1267. package/modules/orm/models/inferenceLogModule.js +42 -42
  1268. package/modules/orm/models/infraConfigModule.d.ts +5 -5
  1269. package/modules/orm/models/infraConfigModule.js +42 -42
  1270. package/modules/orm/models/infraSecretsModule.d.ts +5 -5
  1271. package/modules/orm/models/infraSecretsModule.js +42 -42
  1272. package/modules/orm/models/integrationProvidersModule.d.ts +5 -5
  1273. package/modules/orm/models/integrationProvidersModule.js +42 -42
  1274. package/modules/orm/models/internalSecretsModule.d.ts +5 -5
  1275. package/modules/orm/models/internalSecretsModule.js +42 -42
  1276. package/modules/orm/models/invitesModule.d.ts +5 -5
  1277. package/modules/orm/models/invitesModule.js +42 -42
  1278. package/modules/orm/models/limitsModule.d.ts +5 -5
  1279. package/modules/orm/models/limitsModule.js +42 -42
  1280. package/modules/orm/models/membershipTypesModule.d.ts +5 -5
  1281. package/modules/orm/models/membershipTypesModule.js +42 -42
  1282. package/modules/orm/models/membershipsModule.d.ts +5 -5
  1283. package/modules/orm/models/membershipsModule.js +42 -42
  1284. package/modules/orm/models/merkleStoreModule.d.ts +5 -5
  1285. package/modules/orm/models/merkleStoreModule.js +42 -42
  1286. package/modules/orm/models/namespaceModule.d.ts +5 -5
  1287. package/modules/orm/models/namespaceModule.js +42 -42
  1288. package/modules/orm/models/notificationsModule.d.ts +5 -5
  1289. package/modules/orm/models/notificationsModule.js +42 -42
  1290. package/modules/orm/models/permissionsModule.d.ts +5 -5
  1291. package/modules/orm/models/permissionsModule.js +42 -42
  1292. package/modules/orm/models/phoneNumbersModule.d.ts +5 -5
  1293. package/modules/orm/models/phoneNumbersModule.js +42 -42
  1294. package/modules/orm/models/plansModule.d.ts +5 -5
  1295. package/modules/orm/models/plansModule.js +42 -42
  1296. package/modules/orm/models/principalAuthModule.d.ts +5 -5
  1297. package/modules/orm/models/principalAuthModule.js +42 -42
  1298. package/modules/orm/models/profilesModule.d.ts +5 -5
  1299. package/modules/orm/models/profilesModule.js +42 -42
  1300. package/modules/orm/models/rateLimitMetersModule.d.ts +5 -5
  1301. package/modules/orm/models/rateLimitMetersModule.js +42 -42
  1302. package/modules/orm/models/rateLimitsModule.d.ts +5 -5
  1303. package/modules/orm/models/rateLimitsModule.js +42 -42
  1304. package/modules/orm/models/realtimeModule.d.ts +5 -5
  1305. package/modules/orm/models/realtimeModule.js +42 -42
  1306. package/modules/orm/models/relationProvision.d.ts +5 -5
  1307. package/modules/orm/models/relationProvision.js +42 -42
  1308. package/modules/orm/models/resourceModule.d.ts +5 -5
  1309. package/modules/orm/models/resourceModule.js +42 -42
  1310. package/modules/orm/models/rlsModule.d.ts +5 -5
  1311. package/modules/orm/models/rlsModule.js +42 -42
  1312. package/modules/orm/models/routeModule.d.ts +54 -0
  1313. package/modules/orm/models/routeModule.js +104 -0
  1314. package/modules/orm/models/secureTableProvision.d.ts +5 -5
  1315. package/modules/orm/models/secureTableProvision.js +42 -42
  1316. package/modules/orm/models/sessionSecretsModule.d.ts +5 -5
  1317. package/modules/orm/models/sessionSecretsModule.js +42 -42
  1318. package/modules/orm/models/sessionsModule.d.ts +5 -5
  1319. package/modules/orm/models/sessionsModule.js +42 -42
  1320. package/modules/orm/models/siteSurfaceModule.d.ts +54 -0
  1321. package/modules/orm/models/siteSurfaceModule.js +104 -0
  1322. package/modules/orm/models/storageLogModule.d.ts +5 -5
  1323. package/modules/orm/models/storageLogModule.js +42 -42
  1324. package/modules/orm/models/storageModule.d.ts +5 -5
  1325. package/modules/orm/models/storageModule.js +42 -42
  1326. package/modules/orm/models/transferLogModule.d.ts +5 -5
  1327. package/modules/orm/models/transferLogModule.js +42 -42
  1328. package/modules/orm/models/userAuthModule.d.ts +5 -5
  1329. package/modules/orm/models/userAuthModule.js +42 -42
  1330. package/modules/orm/models/userCredentialsModule.d.ts +5 -5
  1331. package/modules/orm/models/userCredentialsModule.js +42 -42
  1332. package/modules/orm/models/userSettingsModule.d.ts +5 -5
  1333. package/modules/orm/models/userSettingsModule.js +42 -42
  1334. package/modules/orm/models/userStateModule.d.ts +5 -5
  1335. package/modules/orm/models/userStateModule.js +42 -42
  1336. package/modules/orm/models/usersModule.d.ts +5 -5
  1337. package/modules/orm/models/usersModule.js +42 -42
  1338. package/modules/orm/models/webauthnAuthModule.d.ts +5 -5
  1339. package/modules/orm/models/webauthnAuthModule.js +42 -42
  1340. package/modules/orm/models/webauthnCredentialsModule.d.ts +5 -5
  1341. package/modules/orm/models/webauthnCredentialsModule.js +42 -42
  1342. package/modules/orm/models/webhookModule.d.ts +5 -5
  1343. package/modules/orm/models/webhookModule.js +42 -42
  1344. package/modules/orm/mutation/index.d.ts +4 -4
  1345. package/modules/orm/mutation/index.js +71 -91
  1346. package/modules/orm/query/index.d.ts +2 -2
  1347. package/modules/orm/query/index.js +33 -43
  1348. package/modules/orm/query-builder.js +15 -5
  1349. package/objects/index.d.ts +1 -1
  1350. package/objects/orm/client.js +3 -1
  1351. package/objects/orm/index.d.ts +12 -12
  1352. package/objects/orm/index.js +1 -1
  1353. package/objects/orm/input-types.d.ts +5 -5
  1354. package/objects/orm/models/commit.d.ts +5 -5
  1355. package/objects/orm/models/commit.js +43 -43
  1356. package/objects/orm/models/getAllTreeNodesRecord.d.ts +5 -5
  1357. package/objects/orm/models/getAllTreeNodesRecord.js +20 -20
  1358. package/objects/orm/models/index.d.ts +5 -5
  1359. package/objects/orm/models/object.d.ts +5 -5
  1360. package/objects/orm/models/object.js +38 -38
  1361. package/objects/orm/models/ref.d.ts +5 -5
  1362. package/objects/orm/models/ref.js +43 -43
  1363. package/objects/orm/models/store.d.ts +5 -5
  1364. package/objects/orm/models/store.js +42 -42
  1365. package/objects/orm/mutation/index.d.ts +4 -4
  1366. package/objects/orm/mutation/index.js +29 -37
  1367. package/objects/orm/query-builder.js +15 -5
  1368. package/package.json +5 -5
  1369. package/usage/index.d.ts +1 -1
  1370. package/usage/orm/client.js +3 -1
  1371. package/usage/orm/index.d.ts +25 -25
  1372. package/usage/orm/index.js +1 -1
  1373. package/usage/orm/input-types.d.ts +18 -18
  1374. package/usage/orm/input-types.js +9 -9
  1375. package/usage/orm/models/appLimit.d.ts +5 -5
  1376. package/usage/orm/models/appLimit.js +42 -42
  1377. package/usage/orm/models/appLimitCap.d.ts +5 -5
  1378. package/usage/orm/models/appLimitCap.js +42 -42
  1379. package/usage/orm/models/appLimitCapsDefault.d.ts +5 -5
  1380. package/usage/orm/models/appLimitCapsDefault.js +42 -42
  1381. package/usage/orm/models/appLimitCredit.d.ts +5 -5
  1382. package/usage/orm/models/appLimitCredit.js +42 -42
  1383. package/usage/orm/models/appLimitCreditCode.d.ts +5 -5
  1384. package/usage/orm/models/appLimitCreditCode.js +42 -42
  1385. package/usage/orm/models/appLimitCreditCodeItem.d.ts +5 -5
  1386. package/usage/orm/models/appLimitCreditCodeItem.js +42 -42
  1387. package/usage/orm/models/appLimitCreditRedemption.d.ts +5 -5
  1388. package/usage/orm/models/appLimitCreditRedemption.js +42 -42
  1389. package/usage/orm/models/appLimitDefault.d.ts +5 -5
  1390. package/usage/orm/models/appLimitDefault.js +42 -42
  1391. package/usage/orm/models/appLimitEvent.d.ts +5 -5
  1392. package/usage/orm/models/appLimitEvent.js +43 -43
  1393. package/usage/orm/models/appLimitWarning.d.ts +5 -5
  1394. package/usage/orm/models/appLimitWarning.js +42 -42
  1395. package/usage/orm/models/index.d.ts +18 -18
  1396. package/usage/orm/models/orgLimit.d.ts +5 -5
  1397. package/usage/orm/models/orgLimit.js +42 -42
  1398. package/usage/orm/models/orgLimitAggregate.d.ts +5 -5
  1399. package/usage/orm/models/orgLimitAggregate.js +42 -42
  1400. package/usage/orm/models/orgLimitCap.d.ts +5 -5
  1401. package/usage/orm/models/orgLimitCap.js +42 -42
  1402. package/usage/orm/models/orgLimitCapsDefault.d.ts +5 -5
  1403. package/usage/orm/models/orgLimitCapsDefault.js +42 -42
  1404. package/usage/orm/models/orgLimitCredit.d.ts +5 -5
  1405. package/usage/orm/models/orgLimitCredit.js +42 -42
  1406. package/usage/orm/models/orgLimitDefault.d.ts +5 -5
  1407. package/usage/orm/models/orgLimitDefault.js +42 -42
  1408. package/usage/orm/models/orgLimitEvent.d.ts +5 -5
  1409. package/usage/orm/models/orgLimitEvent.js +43 -43
  1410. package/usage/orm/models/orgLimitWarning.d.ts +5 -5
  1411. package/usage/orm/models/orgLimitWarning.js +42 -42
  1412. package/usage/orm/mutation/index.d.ts +4 -4
  1413. package/usage/orm/mutation/index.js +36 -46
  1414. package/usage/orm/query-builder.js +15 -5
  1415. package/admin/orm/models/orgChartEdge.d.ts +0 -54
  1416. package/admin/orm/models/orgChartEdge.js +0 -104
  1417. package/admin/orm/models/orgChartEdgeGrant.d.ts +0 -54
  1418. package/admin/orm/models/orgChartEdgeGrant.js +0 -104
  1419. package/admin/orm/models/orgGetManagersRecord.d.ts +0 -30
  1420. package/admin/orm/models/orgGetManagersRecord.js +0 -59
  1421. package/admin/orm/models/orgGetSubordinatesRecord.d.ts +0 -30
  1422. package/admin/orm/models/orgGetSubordinatesRecord.js +0 -59
  1423. package/api/orm/models/app.d.ts +0 -54
  1424. package/api/orm/models/app.js +0 -104
  1425. package/compute/orm/models/declaredCapacity.d.ts +0 -30
  1426. package/compute/orm/models/declaredCapacity.js +0 -59
  1427. package/compute/orm/models/platformDeclaredCapacity.d.ts +0 -30
  1428. package/compute/orm/models/platformDeclaredCapacity.js +0 -59
  1429. package/compute/orm/models/platformResourceUtilizationDaily.d.ts +0 -30
  1430. package/compute/orm/models/platformResourceUtilizationDaily.js +0 -59
  1431. package/compute/orm/models/resourceUtilizationDaily.d.ts +0 -30
  1432. package/compute/orm/models/resourceUtilizationDaily.js +0 -59
  1433. package/esm/admin/orm/models/orgChartEdge.d.ts +0 -54
  1434. package/esm/admin/orm/models/orgChartEdge.js +0 -100
  1435. package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +0 -54
  1436. package/esm/admin/orm/models/orgChartEdgeGrant.js +0 -100
  1437. package/esm/admin/orm/models/orgGetManagersRecord.d.ts +0 -30
  1438. package/esm/admin/orm/models/orgGetManagersRecord.js +0 -55
  1439. package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +0 -30
  1440. package/esm/admin/orm/models/orgGetSubordinatesRecord.js +0 -55
  1441. package/esm/api/orm/models/app.d.ts +0 -54
  1442. package/esm/api/orm/models/app.js +0 -100
  1443. package/esm/compute/orm/models/declaredCapacity.d.ts +0 -30
  1444. package/esm/compute/orm/models/declaredCapacity.js +0 -55
  1445. package/esm/compute/orm/models/platformDeclaredCapacity.d.ts +0 -30
  1446. package/esm/compute/orm/models/platformDeclaredCapacity.js +0 -55
  1447. package/esm/compute/orm/models/platformResourceUtilizationDaily.d.ts +0 -30
  1448. package/esm/compute/orm/models/platformResourceUtilizationDaily.js +0 -55
  1449. package/esm/compute/orm/models/resourceUtilizationDaily.d.ts +0 -30
  1450. package/esm/compute/orm/models/resourceUtilizationDaily.js +0 -55
@@ -414,42 +414,6 @@ export interface OrgAdminGrant {
414
414
  isGrant?: boolean | null;
415
415
  updatedAt?: string | null;
416
416
  }
417
- /** Organizational chart edges defining parent-child reporting relationships between members within an entity */
418
- export interface OrgChartEdge {
419
- /** User ID of the subordinate (employee) in this reporting relationship */
420
- childId?: string | null;
421
- createdAt?: string | null;
422
- /** Organization this hierarchy edge belongs to */
423
- entityId?: string | null;
424
- id: string;
425
- /** User ID of the manager; NULL indicates a top-level position with no direct report */
426
- parentId?: string | null;
427
- /** Numeric seniority level for this position (higher = more senior) */
428
- positionLevel?: number | null;
429
- /** Job title or role name for this position in the org chart */
430
- positionTitle?: string | null;
431
- updatedAt?: string | null;
432
- }
433
- /** Append-only log of hierarchy edge grants and revocations; triggers apply changes to the edges table */
434
- export interface OrgChartEdgeGrant {
435
- /** User ID of the subordinate being placed in the hierarchy */
436
- childId?: string | null;
437
- /** Timestamp when this grant or revocation was recorded */
438
- createdAt?: string | null;
439
- /** Organization this grant applies to */
440
- entityId?: string | null;
441
- /** User ID of the admin who performed this grant or revocation; NULL if grantor was deleted */
442
- grantorId?: string | null;
443
- id: string;
444
- /** TRUE to add/update the edge, FALSE to remove it */
445
- isGrant?: boolean | null;
446
- /** User ID of the manager being assigned; NULL for top-level positions */
447
- parentId?: string | null;
448
- /** Numeric seniority level being assigned in this grant */
449
- positionLevel?: number | null;
450
- /** Job title or role name being assigned in this grant */
451
- positionTitle?: string | null;
452
- }
453
417
  /** Records of successfully claimed invitations, linking senders to receivers */
454
418
  export interface OrgClaimedInvite {
455
419
  createdAt?: string | null;
@@ -463,14 +427,6 @@ export interface OrgClaimedInvite {
463
427
  senderId?: string | null;
464
428
  updatedAt?: string | null;
465
429
  }
466
- export interface OrgGetManagersRecord {
467
- depth?: number | null;
468
- userId?: string | null;
469
- }
470
- export interface OrgGetSubordinatesRecord {
471
- depth?: number | null;
472
- userId?: string | null;
473
- }
474
430
  /** Records of individual permission grants and revocations for members via bitmask */
475
431
  export interface OrgGrant {
476
432
  /** The member receiving or losing the permission grant; NULL if user was deleted */
@@ -721,16 +677,8 @@ export interface MembershipTypeRelations {
721
677
  }
722
678
  export interface OrgAdminGrantRelations {
723
679
  }
724
- export interface OrgChartEdgeRelations {
725
- }
726
- export interface OrgChartEdgeGrantRelations {
727
- }
728
680
  export interface OrgClaimedInviteRelations {
729
681
  }
730
- export interface OrgGetManagersRecordRelations {
731
- }
732
- export interface OrgGetSubordinatesRecordRelations {
733
- }
734
682
  export interface OrgGrantRelations {
735
683
  }
736
684
  export interface OrgInviteRelations {
@@ -774,11 +722,7 @@ export type AppPermissionDefaultGrantWithRelations = AppPermissionDefaultGrant &
774
722
  export type AppPermissionDefaultPermissionWithRelations = AppPermissionDefaultPermission & AppPermissionDefaultPermissionRelations;
775
723
  export type MembershipTypeWithRelations = MembershipType & MembershipTypeRelations;
776
724
  export type OrgAdminGrantWithRelations = OrgAdminGrant & OrgAdminGrantRelations;
777
- export type OrgChartEdgeWithRelations = OrgChartEdge & OrgChartEdgeRelations;
778
- export type OrgChartEdgeGrantWithRelations = OrgChartEdgeGrant & OrgChartEdgeGrantRelations;
779
725
  export type OrgClaimedInviteWithRelations = OrgClaimedInvite & OrgClaimedInviteRelations;
780
- export type OrgGetManagersRecordWithRelations = OrgGetManagersRecord & OrgGetManagersRecordRelations;
781
- export type OrgGetSubordinatesRecordWithRelations = OrgGetSubordinatesRecord & OrgGetSubordinatesRecordRelations;
782
726
  export type OrgGrantWithRelations = OrgGrant & OrgGrantRelations;
783
727
  export type OrgInviteWithRelations = OrgInvite & OrgInviteRelations;
784
728
  export type OrgMemberWithRelations = OrgMember & OrgMemberRelations;
@@ -925,27 +869,6 @@ export type OrgAdminGrantSelect = {
925
869
  isGrant?: boolean;
926
870
  updatedAt?: boolean;
927
871
  };
928
- export type OrgChartEdgeSelect = {
929
- childId?: boolean;
930
- createdAt?: boolean;
931
- entityId?: boolean;
932
- id?: boolean;
933
- parentId?: boolean;
934
- positionLevel?: boolean;
935
- positionTitle?: boolean;
936
- updatedAt?: boolean;
937
- };
938
- export type OrgChartEdgeGrantSelect = {
939
- childId?: boolean;
940
- createdAt?: boolean;
941
- entityId?: boolean;
942
- grantorId?: boolean;
943
- id?: boolean;
944
- isGrant?: boolean;
945
- parentId?: boolean;
946
- positionLevel?: boolean;
947
- positionTitle?: boolean;
948
- };
949
872
  export type OrgClaimedInviteSelect = {
950
873
  createdAt?: boolean;
951
874
  data?: boolean;
@@ -955,14 +878,6 @@ export type OrgClaimedInviteSelect = {
955
878
  senderId?: boolean;
956
879
  updatedAt?: boolean;
957
880
  };
958
- export type OrgGetManagersRecordSelect = {
959
- depth?: boolean;
960
- userId?: boolean;
961
- };
962
- export type OrgGetSubordinatesRecordSelect = {
963
- depth?: boolean;
964
- userId?: boolean;
965
- };
966
881
  export type OrgGrantSelect = {
967
882
  actorId?: boolean;
968
883
  createdAt?: boolean;
@@ -1416,56 +1331,6 @@ export interface OrgAdminGrantFilter {
1416
1331
  /** Filter by the object’s `updatedAt` field. */
1417
1332
  updatedAt?: DatetimeFilter;
1418
1333
  }
1419
- export interface OrgChartEdgeFilter {
1420
- /** Checks for all expressions in this list. */
1421
- and?: OrgChartEdgeFilter[];
1422
- /** Filter by the object’s `childId` field. */
1423
- childId?: UUIDFilter;
1424
- /** Filter by the object’s `createdAt` field. */
1425
- createdAt?: DatetimeFilter;
1426
- /** Filter by the object’s `entityId` field. */
1427
- entityId?: UUIDFilter;
1428
- /** Filter by the object’s `id` field. */
1429
- id?: UUIDFilter;
1430
- /** Negates the expression. */
1431
- not?: OrgChartEdgeFilter;
1432
- /** Checks for any expressions in this list. */
1433
- or?: OrgChartEdgeFilter[];
1434
- /** Filter by the object’s `parentId` field. */
1435
- parentId?: UUIDFilter;
1436
- /** Filter by the object’s `positionLevel` field. */
1437
- positionLevel?: IntFilter;
1438
- /** Filter by the object’s `positionTitle` field. */
1439
- positionTitle?: StringFilter;
1440
- /** Filter by the object’s `updatedAt` field. */
1441
- updatedAt?: DatetimeFilter;
1442
- }
1443
- export interface OrgChartEdgeGrantFilter {
1444
- /** Checks for all expressions in this list. */
1445
- and?: OrgChartEdgeGrantFilter[];
1446
- /** Filter by the object’s `childId` field. */
1447
- childId?: UUIDFilter;
1448
- /** Filter by the object’s `createdAt` field. */
1449
- createdAt?: DatetimeFilter;
1450
- /** Filter by the object’s `entityId` field. */
1451
- entityId?: UUIDFilter;
1452
- /** Filter by the object’s `grantorId` field. */
1453
- grantorId?: UUIDFilter;
1454
- /** Filter by the object’s `id` field. */
1455
- id?: UUIDFilter;
1456
- /** Filter by the object’s `isGrant` field. */
1457
- isGrant?: BooleanFilter;
1458
- /** Negates the expression. */
1459
- not?: OrgChartEdgeGrantFilter;
1460
- /** Checks for any expressions in this list. */
1461
- or?: OrgChartEdgeGrantFilter[];
1462
- /** Filter by the object’s `parentId` field. */
1463
- parentId?: UUIDFilter;
1464
- /** Filter by the object’s `positionLevel` field. */
1465
- positionLevel?: IntFilter;
1466
- /** Filter by the object’s `positionTitle` field. */
1467
- positionTitle?: StringFilter;
1468
- }
1469
1334
  export interface OrgClaimedInviteFilter {
1470
1335
  /** Checks for all expressions in this list. */
1471
1336
  and?: OrgClaimedInviteFilter[];
@@ -1486,20 +1351,6 @@ export interface OrgClaimedInviteFilter {
1486
1351
  /** Filter by the object’s `updatedAt` field. */
1487
1352
  updatedAt?: DatetimeFilter;
1488
1353
  }
1489
- export interface OrgGetManagersRecordFilter {
1490
- depth?: IntFilter;
1491
- userId?: UUIDFilter;
1492
- and?: OrgGetManagersRecordFilter[];
1493
- or?: OrgGetManagersRecordFilter[];
1494
- not?: OrgGetManagersRecordFilter;
1495
- }
1496
- export interface OrgGetSubordinatesRecordFilter {
1497
- depth?: IntFilter;
1498
- userId?: UUIDFilter;
1499
- and?: OrgGetSubordinatesRecordFilter[];
1500
- or?: OrgGetSubordinatesRecordFilter[];
1501
- not?: OrgGetSubordinatesRecordFilter;
1502
- }
1503
1354
  export interface OrgGrantFilter {
1504
1355
  /** Filter by the object’s `actorId` field. */
1505
1356
  actorId?: UUIDFilter;
@@ -1826,36 +1677,32 @@ export interface OrgPermissionDefaultPermissionFilter {
1826
1677
  /** Filter by the object’s `updatedAt` field. */
1827
1678
  updatedAt?: DatetimeFilter;
1828
1679
  }
1829
- export type AppAdminGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1830
- export type AppClaimedInviteOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1831
- export type AppGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1832
- export type AppInviteOrderBy = 'CHANNEL_ASC' | 'CHANNEL_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'INVITE_COUNT_ASC' | 'INVITE_COUNT_DESC' | 'INVITE_LIMIT_ASC' | 'INVITE_LIMIT_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'MULTIPLE_ASC' | 'MULTIPLE_DESC' | 'NATURAL' | 'PHONE_ASC' | 'PHONE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1833
- export type AppMembershipOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'GRANTED_ASC' | 'GRANTED_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_BANNED_ASC' | 'IS_BANNED_DESC' | 'IS_DISABLED_ASC' | 'IS_DISABLED_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'NATURAL' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC';
1834
- export type AppMembershipDefaultOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC';
1835
- export type AppOwnerGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1836
- export type AppPermissionOrderBy = 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
1837
- export type AppPermissionDefaultOrderBy = 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
1838
- export type AppPermissionDefaultGrantOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PERMISSION_ID_ASC' | 'PERMISSION_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1839
- export type AppPermissionDefaultPermissionOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PERMISSION_ID_ASC' | 'PERMISSION_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1840
- export type MembershipTypeOrderBy = 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'HAS_USERS_TABLE_ENTRY_ASC' | 'HAS_USERS_TABLE_ENTRY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PARENT_MEMBERSHIP_TYPE_ASC' | 'PARENT_MEMBERSHIP_TYPE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'SCOPE_ASC' | 'SCOPE_DESC';
1841
- export type OrgAdminGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1842
- export type OrgChartEdgeOrderBy = 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'POSITION_LEVEL_ASC' | 'POSITION_LEVEL_DESC' | 'POSITION_TITLE_ASC' | 'POSITION_TITLE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1843
- export type OrgChartEdgeGrantOrderBy = 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'POSITION_LEVEL_ASC' | 'POSITION_LEVEL_DESC' | 'POSITION_TITLE_ASC' | 'POSITION_TITLE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
1844
- export type OrgClaimedInviteOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1845
- export type OrgGetManagersRecordsOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'DEPTH_ASC' | 'DEPTH_DESC' | 'USER_ID_ASC' | 'USER_ID_DESC';
1846
- export type OrgGetSubordinatesRecordsOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'DEPTH_ASC' | 'DEPTH_DESC' | 'USER_ID_ASC' | 'USER_ID_DESC';
1847
- export type OrgGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1848
- export type OrgInviteOrderBy = 'CHANNEL_ASC' | 'CHANNEL_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'ID_ASC' | 'ID_DESC' | 'INVITE_COUNT_ASC' | 'INVITE_COUNT_DESC' | 'INVITE_LIMIT_ASC' | 'INVITE_LIMIT_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'IS_READ_ONLY_ASC' | 'IS_READ_ONLY_DESC' | 'MULTIPLE_ASC' | 'MULTIPLE_DESC' | 'NATURAL' | 'PHONE_ASC' | 'PHONE_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1849
- export type OrgMemberOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
1850
- export type OrgMemberProfileOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'BIO_ASC' | 'BIO_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'DISPLAY_NAME_ASC' | 'DISPLAY_NAME_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'MEMBERSHIP_ID_ASC' | 'MEMBERSHIP_ID_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_PICTURE_ASC' | 'PROFILE_PICTURE_DESC' | 'TITLE_ASC' | 'TITLE_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1851
- export type OrgMembershipOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTED_ASC' | 'GRANTED_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_BANNED_ASC' | 'IS_BANNED_DESC' | 'IS_DISABLED_ASC' | 'IS_DISABLED_DESC' | 'IS_EXTERNAL_ASC' | 'IS_EXTERNAL_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_READ_ONLY_ASC' | 'IS_READ_ONLY_DESC' | 'NATURAL' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC';
1852
- export type OrgMembershipDefaultOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC';
1853
- export type OrgMembershipSettingOrderBy = 'ALLOW_EXTERNAL_MEMBERS_ASC' | 'ALLOW_EXTERNAL_MEMBERS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'CREATE_CHILD_CASCADE_ADMINS_ASC' | 'CREATE_CHILD_CASCADE_ADMINS_DESC' | 'CREATE_CHILD_CASCADE_MEMBERS_ASC' | 'CREATE_CHILD_CASCADE_MEMBERS_DESC' | 'CREATE_CHILD_CASCADE_OWNERS_ASC' | 'CREATE_CHILD_CASCADE_OWNERS_DESC' | 'DELETE_MEMBER_CASCADE_CHILDREN_ASC' | 'DELETE_MEMBER_CASCADE_CHILDREN_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'INVITE_PROFILE_ASSIGNMENT_MODE_ASC' | 'INVITE_PROFILE_ASSIGNMENT_MODE_DESC' | 'LIMIT_ALLOCATION_MODE_ASC' | 'LIMIT_ALLOCATION_MODE_DESC' | 'NATURAL' | 'POPULATE_MEMBER_EMAIL_ASC' | 'POPULATE_MEMBER_EMAIL_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC';
1854
- export type OrgOwnerGrantOrderBy = 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1855
- export type OrgPermissionOrderBy = 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
1856
- export type OrgPermissionDefaultOrderBy = 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC';
1857
- export type OrgPermissionDefaultGrantOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'NATURAL' | 'PERMISSION_ID_ASC' | 'PERMISSION_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1858
- export type OrgPermissionDefaultPermissionOrderBy = 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'ID_ASC' | 'ID_DESC' | 'NATURAL' | 'PERMISSION_ID_ASC' | 'PERMISSION_ID_DESC' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1680
+ export type AppAdminGrantOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1681
+ export type AppClaimedInviteOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATA_ASC" | "DATA_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "RECEIVER_ID_ASC" | "RECEIVER_ID_DESC" | "SENDER_ID_ASC" | "SENDER_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1682
+ export type AppGrantOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PERMISSIONS_ASC" | "PERMISSIONS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1683
+ export type AppInviteOrderBy = "CHANNEL_ASC" | "CHANNEL_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATA_ASC" | "DATA_DESC" | "EMAIL_ASC" | "EMAIL_DESC" | "EXPIRES_AT_ASC" | "EXPIRES_AT_DESC" | "ID_ASC" | "ID_DESC" | "INVITE_COUNT_ASC" | "INVITE_COUNT_DESC" | "INVITE_LIMIT_ASC" | "INVITE_LIMIT_DESC" | "INVITE_TOKEN_ASC" | "INVITE_TOKEN_DESC" | "INVITE_VALID_ASC" | "INVITE_VALID_DESC" | "MULTIPLE_ASC" | "MULTIPLE_DESC" | "NATURAL" | "PHONE_ASC" | "PHONE_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROFILE_ID_ASC" | "PROFILE_ID_DESC" | "SENDER_ID_ASC" | "SENDER_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1684
+ export type AppMembershipOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "GRANTED_ASC" | "GRANTED_DESC" | "ID_ASC" | "ID_DESC" | "IS_ACTIVE_ASC" | "IS_ACTIVE_DESC" | "IS_ADMIN_ASC" | "IS_ADMIN_DESC" | "IS_APPROVED_ASC" | "IS_APPROVED_DESC" | "IS_BANNED_ASC" | "IS_BANNED_DESC" | "IS_DISABLED_ASC" | "IS_DISABLED_DESC" | "IS_OWNER_ASC" | "IS_OWNER_DESC" | "IS_VERIFIED_ASC" | "IS_VERIFIED_DESC" | "NATURAL" | "PERMISSIONS_ASC" | "PERMISSIONS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROFILE_ID_ASC" | "PROFILE_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
1685
+ export type AppMembershipDefaultOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "ID_ASC" | "ID_DESC" | "IS_APPROVED_ASC" | "IS_APPROVED_DESC" | "IS_VERIFIED_ASC" | "IS_VERIFIED_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
1686
+ export type AppOwnerGrantOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1687
+ export type AppPermissionOrderBy = "BITNUM_ASC" | "BITNUM_DESC" | "BITSTR_ASC" | "BITSTR_DESC" | "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "ID_ASC" | "ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
1688
+ export type AppPermissionDefaultOrderBy = "ID_ASC" | "ID_DESC" | "NATURAL" | "PERMISSIONS_ASC" | "PERMISSIONS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
1689
+ export type AppPermissionDefaultGrantOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PERMISSION_ID_ASC" | "PERMISSION_ID_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1690
+ export type AppPermissionDefaultPermissionOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PERMISSION_ID_ASC" | "PERMISSION_ID_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1691
+ export type MembershipTypeOrderBy = "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "HAS_USERS_TABLE_ENTRY_ASC" | "HAS_USERS_TABLE_ENTRY_DESC" | "ID_ASC" | "ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PARENT_MEMBERSHIP_TYPE_ASC" | "PARENT_MEMBERSHIP_TYPE_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "SCOPE_ASC" | "SCOPE_DESC";
1692
+ export type OrgAdminGrantOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1693
+ export type OrgClaimedInviteOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATA_ASC" | "DATA_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "RECEIVER_ID_ASC" | "RECEIVER_ID_DESC" | "SENDER_ID_ASC" | "SENDER_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1694
+ export type OrgGrantOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PERMISSIONS_ASC" | "PERMISSIONS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1695
+ export type OrgInviteOrderBy = "CHANNEL_ASC" | "CHANNEL_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DATA_ASC" | "DATA_DESC" | "EMAIL_ASC" | "EMAIL_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "EXPIRES_AT_ASC" | "EXPIRES_AT_DESC" | "ID_ASC" | "ID_DESC" | "INVITE_COUNT_ASC" | "INVITE_COUNT_DESC" | "INVITE_LIMIT_ASC" | "INVITE_LIMIT_DESC" | "INVITE_TOKEN_ASC" | "INVITE_TOKEN_DESC" | "INVITE_VALID_ASC" | "INVITE_VALID_DESC" | "IS_READ_ONLY_ASC" | "IS_READ_ONLY_DESC" | "MULTIPLE_ASC" | "MULTIPLE_DESC" | "NATURAL" | "PHONE_ASC" | "PHONE_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROFILE_ID_ASC" | "PROFILE_ID_DESC" | "RECEIVER_ID_ASC" | "RECEIVER_ID_DESC" | "SENDER_ID_ASC" | "SENDER_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1696
+ export type OrgMemberOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_ADMIN_ASC" | "IS_ADMIN_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
1697
+ export type OrgMemberProfileOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "BIO_ASC" | "BIO_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "DISPLAY_NAME_ASC" | "DISPLAY_NAME_DESC" | "EMAIL_ASC" | "EMAIL_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ID_ASC" | "ID_DESC" | "MEMBERSHIP_ID_ASC" | "MEMBERSHIP_ID_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROFILE_PICTURE_ASC" | "PROFILE_PICTURE_DESC" | "TITLE_ASC" | "TITLE_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1698
+ export type OrgMembershipOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "GRANTED_ASC" | "GRANTED_DESC" | "ID_ASC" | "ID_DESC" | "IS_ACTIVE_ASC" | "IS_ACTIVE_DESC" | "IS_ADMIN_ASC" | "IS_ADMIN_DESC" | "IS_APPROVED_ASC" | "IS_APPROVED_DESC" | "IS_BANNED_ASC" | "IS_BANNED_DESC" | "IS_DISABLED_ASC" | "IS_DISABLED_DESC" | "IS_EXTERNAL_ASC" | "IS_EXTERNAL_DESC" | "IS_OWNER_ASC" | "IS_OWNER_DESC" | "IS_READ_ONLY_ASC" | "IS_READ_ONLY_DESC" | "NATURAL" | "PERMISSIONS_ASC" | "PERMISSIONS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "PROFILE_ID_ASC" | "PROFILE_ID_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
1699
+ export type OrgMembershipDefaultOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_APPROVED_ASC" | "IS_APPROVED_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
1700
+ export type OrgMembershipSettingOrderBy = "ALLOW_EXTERNAL_MEMBERS_ASC" | "ALLOW_EXTERNAL_MEMBERS_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "CREATED_BY_ASC" | "CREATED_BY_DESC" | "CREATE_CHILD_CASCADE_ADMINS_ASC" | "CREATE_CHILD_CASCADE_ADMINS_DESC" | "CREATE_CHILD_CASCADE_MEMBERS_ASC" | "CREATE_CHILD_CASCADE_MEMBERS_DESC" | "CREATE_CHILD_CASCADE_OWNERS_ASC" | "CREATE_CHILD_CASCADE_OWNERS_DESC" | "DELETE_MEMBER_CASCADE_CHILDREN_ASC" | "DELETE_MEMBER_CASCADE_CHILDREN_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ID_ASC" | "ID_DESC" | "INVITE_PROFILE_ASSIGNMENT_MODE_ASC" | "INVITE_PROFILE_ASSIGNMENT_MODE_DESC" | "LIMIT_ALLOCATION_MODE_ASC" | "LIMIT_ALLOCATION_MODE_DESC" | "NATURAL" | "POPULATE_MEMBER_EMAIL_ASC" | "POPULATE_MEMBER_EMAIL_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC" | "UPDATED_BY_ASC" | "UPDATED_BY_DESC";
1701
+ export type OrgOwnerGrantOrderBy = "ACTOR_ID_ASC" | "ACTOR_ID_DESC" | "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1702
+ export type OrgPermissionOrderBy = "BITNUM_ASC" | "BITNUM_DESC" | "BITSTR_ASC" | "BITSTR_DESC" | "DESCRIPTION_ASC" | "DESCRIPTION_DESC" | "ID_ASC" | "ID_DESC" | "NAME_ASC" | "NAME_DESC" | "NATURAL" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
1703
+ export type OrgPermissionDefaultOrderBy = "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PERMISSIONS_ASC" | "PERMISSIONS_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC";
1704
+ export type OrgPermissionDefaultGrantOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "GRANTOR_ID_ASC" | "GRANTOR_ID_DESC" | "ID_ASC" | "ID_DESC" | "IS_GRANT_ASC" | "IS_GRANT_DESC" | "NATURAL" | "PERMISSION_ID_ASC" | "PERMISSION_ID_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1705
+ export type OrgPermissionDefaultPermissionOrderBy = "CREATED_AT_ASC" | "CREATED_AT_DESC" | "ENTITY_ID_ASC" | "ENTITY_ID_DESC" | "ID_ASC" | "ID_DESC" | "NATURAL" | "PERMISSION_ID_ASC" | "PERMISSION_ID_DESC" | "PRIMARY_KEY_ASC" | "PRIMARY_KEY_DESC" | "UPDATED_AT_ASC" | "UPDATED_AT_DESC";
1859
1706
  export interface CreateAppAdminGrantInput {
1860
1707
  clientMutationId?: string;
1861
1708
  appAdminGrant: {
@@ -2184,62 +2031,6 @@ export interface DeleteOrgAdminGrantInput {
2184
2031
  clientMutationId?: string;
2185
2032
  id: string;
2186
2033
  }
2187
- export interface CreateOrgChartEdgeInput {
2188
- clientMutationId?: string;
2189
- orgChartEdge: {
2190
- childId: string;
2191
- entityId: string;
2192
- parentId?: string;
2193
- positionLevel?: number;
2194
- positionTitle?: string;
2195
- };
2196
- }
2197
- export interface OrgChartEdgePatch {
2198
- childId?: string | null;
2199
- entityId?: string | null;
2200
- parentId?: string | null;
2201
- positionLevel?: number | null;
2202
- positionTitle?: string | null;
2203
- }
2204
- export interface UpdateOrgChartEdgeInput {
2205
- clientMutationId?: string;
2206
- id: string;
2207
- orgChartEdgePatch: OrgChartEdgePatch;
2208
- }
2209
- export interface DeleteOrgChartEdgeInput {
2210
- clientMutationId?: string;
2211
- id: string;
2212
- }
2213
- export interface CreateOrgChartEdgeGrantInput {
2214
- clientMutationId?: string;
2215
- orgChartEdgeGrant: {
2216
- childId: string;
2217
- entityId: string;
2218
- grantorId?: string;
2219
- isGrant?: boolean;
2220
- parentId?: string;
2221
- positionLevel?: number;
2222
- positionTitle?: string;
2223
- };
2224
- }
2225
- export interface OrgChartEdgeGrantPatch {
2226
- childId?: string | null;
2227
- entityId?: string | null;
2228
- grantorId?: string | null;
2229
- isGrant?: boolean | null;
2230
- parentId?: string | null;
2231
- positionLevel?: number | null;
2232
- positionTitle?: string | null;
2233
- }
2234
- export interface UpdateOrgChartEdgeGrantInput {
2235
- clientMutationId?: string;
2236
- id: string;
2237
- orgChartEdgeGrantPatch: OrgChartEdgeGrantPatch;
2238
- }
2239
- export interface DeleteOrgChartEdgeGrantInput {
2240
- clientMutationId?: string;
2241
- id: string;
2242
- }
2243
2034
  export interface CreateOrgClaimedInviteInput {
2244
2035
  clientMutationId?: string;
2245
2036
  orgClaimedInvite: {
@@ -2264,46 +2055,6 @@ export interface DeleteOrgClaimedInviteInput {
2264
2055
  clientMutationId?: string;
2265
2056
  id: string;
2266
2057
  }
2267
- export interface CreateOrgGetManagersRecordInput {
2268
- clientMutationId?: string;
2269
- orgGetManagersRecord: {
2270
- depth?: number;
2271
- userId: string;
2272
- };
2273
- }
2274
- export interface OrgGetManagersRecordPatch {
2275
- depth?: number | null;
2276
- userId?: string | null;
2277
- }
2278
- export interface UpdateOrgGetManagersRecordInput {
2279
- clientMutationId?: string;
2280
- id: string;
2281
- orgGetManagersRecordPatch: OrgGetManagersRecordPatch;
2282
- }
2283
- export interface DeleteOrgGetManagersRecordInput {
2284
- clientMutationId?: string;
2285
- id: string;
2286
- }
2287
- export interface CreateOrgGetSubordinatesRecordInput {
2288
- clientMutationId?: string;
2289
- orgGetSubordinatesRecord: {
2290
- depth?: number;
2291
- userId: string;
2292
- };
2293
- }
2294
- export interface OrgGetSubordinatesRecordPatch {
2295
- depth?: number | null;
2296
- userId?: string | null;
2297
- }
2298
- export interface UpdateOrgGetSubordinatesRecordInput {
2299
- clientMutationId?: string;
2300
- id: string;
2301
- orgGetSubordinatesRecordPatch: OrgGetSubordinatesRecordPatch;
2302
- }
2303
- export interface DeleteOrgGetSubordinatesRecordInput {
2304
- clientMutationId?: string;
2305
- id: string;
2306
- }
2307
2058
  export interface CreateOrgGrantInput {
2308
2059
  clientMutationId?: string;
2309
2060
  orgGrant: {
@@ -2991,42 +2742,6 @@ export interface OrgAdminGrantInput {
2991
2742
  isGrant?: boolean;
2992
2743
  updatedAt?: string;
2993
2744
  }
2994
- /** An input for mutations affecting `OrgChartEdge` */
2995
- export interface OrgChartEdgeInput {
2996
- /** User ID of the subordinate (employee) in this reporting relationship */
2997
- childId: string;
2998
- createdAt?: string;
2999
- /** Organization this hierarchy edge belongs to */
3000
- entityId: string;
3001
- id?: string;
3002
- /** User ID of the manager; NULL indicates a top-level position with no direct report */
3003
- parentId?: string;
3004
- /** Numeric seniority level for this position (higher = more senior) */
3005
- positionLevel?: number;
3006
- /** Job title or role name for this position in the org chart */
3007
- positionTitle?: string;
3008
- updatedAt?: string;
3009
- }
3010
- /** An input for mutations affecting `OrgChartEdgeGrant` */
3011
- export interface OrgChartEdgeGrantInput {
3012
- /** User ID of the subordinate being placed in the hierarchy */
3013
- childId: string;
3014
- /** Timestamp when this grant or revocation was recorded */
3015
- createdAt?: string;
3016
- /** Organization this grant applies to */
3017
- entityId: string;
3018
- /** User ID of the admin who performed this grant or revocation; NULL if grantor was deleted */
3019
- grantorId?: string;
3020
- id?: string;
3021
- /** TRUE to add/update the edge, FALSE to remove it */
3022
- isGrant?: boolean;
3023
- /** User ID of the manager being assigned; NULL for top-level positions */
3024
- parentId?: string;
3025
- /** Numeric seniority level being assigned in this grant */
3026
- positionLevel?: number;
3027
- /** Job title or role name being assigned in this grant */
3028
- positionTitle?: string;
3029
- }
3030
2745
  /** An input for mutations affecting `OrgClaimedInvite` */
3031
2746
  export interface OrgClaimedInviteInput {
3032
2747
  createdAt?: string;
@@ -4254,96 +3969,6 @@ export type DeleteOrgAdminGrantPayloadSelect = {
4254
3969
  select: OrgAdminGrantEdgeSelect;
4255
3970
  };
4256
3971
  };
4257
- export interface CreateOrgChartEdgePayload {
4258
- clientMutationId?: string | null;
4259
- /** The `OrgChartEdge` that was created by this mutation. */
4260
- orgChartEdge?: OrgChartEdge | null;
4261
- orgChartEdgeEdge?: OrgChartEdgeEdge | null;
4262
- }
4263
- export type CreateOrgChartEdgePayloadSelect = {
4264
- clientMutationId?: boolean;
4265
- orgChartEdge?: {
4266
- select: OrgChartEdgeSelect;
4267
- };
4268
- orgChartEdgeEdge?: {
4269
- select: OrgChartEdgeEdgeSelect;
4270
- };
4271
- };
4272
- export interface UpdateOrgChartEdgePayload {
4273
- clientMutationId?: string | null;
4274
- /** The `OrgChartEdge` that was updated by this mutation. */
4275
- orgChartEdge?: OrgChartEdge | null;
4276
- orgChartEdgeEdge?: OrgChartEdgeEdge | null;
4277
- }
4278
- export type UpdateOrgChartEdgePayloadSelect = {
4279
- clientMutationId?: boolean;
4280
- orgChartEdge?: {
4281
- select: OrgChartEdgeSelect;
4282
- };
4283
- orgChartEdgeEdge?: {
4284
- select: OrgChartEdgeEdgeSelect;
4285
- };
4286
- };
4287
- export interface DeleteOrgChartEdgePayload {
4288
- clientMutationId?: string | null;
4289
- /** The `OrgChartEdge` that was deleted by this mutation. */
4290
- orgChartEdge?: OrgChartEdge | null;
4291
- orgChartEdgeEdge?: OrgChartEdgeEdge | null;
4292
- }
4293
- export type DeleteOrgChartEdgePayloadSelect = {
4294
- clientMutationId?: boolean;
4295
- orgChartEdge?: {
4296
- select: OrgChartEdgeSelect;
4297
- };
4298
- orgChartEdgeEdge?: {
4299
- select: OrgChartEdgeEdgeSelect;
4300
- };
4301
- };
4302
- export interface CreateOrgChartEdgeGrantPayload {
4303
- clientMutationId?: string | null;
4304
- /** The `OrgChartEdgeGrant` that was created by this mutation. */
4305
- orgChartEdgeGrant?: OrgChartEdgeGrant | null;
4306
- orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
4307
- }
4308
- export type CreateOrgChartEdgeGrantPayloadSelect = {
4309
- clientMutationId?: boolean;
4310
- orgChartEdgeGrant?: {
4311
- select: OrgChartEdgeGrantSelect;
4312
- };
4313
- orgChartEdgeGrantEdge?: {
4314
- select: OrgChartEdgeGrantEdgeSelect;
4315
- };
4316
- };
4317
- export interface UpdateOrgChartEdgeGrantPayload {
4318
- clientMutationId?: string | null;
4319
- /** The `OrgChartEdgeGrant` that was updated by this mutation. */
4320
- orgChartEdgeGrant?: OrgChartEdgeGrant | null;
4321
- orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
4322
- }
4323
- export type UpdateOrgChartEdgeGrantPayloadSelect = {
4324
- clientMutationId?: boolean;
4325
- orgChartEdgeGrant?: {
4326
- select: OrgChartEdgeGrantSelect;
4327
- };
4328
- orgChartEdgeGrantEdge?: {
4329
- select: OrgChartEdgeGrantEdgeSelect;
4330
- };
4331
- };
4332
- export interface DeleteOrgChartEdgeGrantPayload {
4333
- clientMutationId?: string | null;
4334
- /** The `OrgChartEdgeGrant` that was deleted by this mutation. */
4335
- orgChartEdgeGrant?: OrgChartEdgeGrant | null;
4336
- orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
4337
- }
4338
- export type DeleteOrgChartEdgeGrantPayloadSelect = {
4339
- clientMutationId?: boolean;
4340
- orgChartEdgeGrant?: {
4341
- select: OrgChartEdgeGrantSelect;
4342
- };
4343
- orgChartEdgeGrantEdge?: {
4344
- select: OrgChartEdgeGrantEdgeSelect;
4345
- };
4346
- };
4347
3972
  export interface CreateOrgClaimedInvitePayload {
4348
3973
  clientMutationId?: string | null;
4349
3974
  /** The `OrgClaimedInvite` that was created by this mutation. */
@@ -5114,30 +4739,6 @@ export type OrgAdminGrantEdgeSelect = {
5114
4739
  select: OrgAdminGrantSelect;
5115
4740
  };
5116
4741
  };
5117
- /** A `OrgChartEdge` edge in the connection. */
5118
- export interface OrgChartEdgeEdge {
5119
- cursor?: string | null;
5120
- /** The `OrgChartEdge` at the end of the edge. */
5121
- node?: OrgChartEdge | null;
5122
- }
5123
- export type OrgChartEdgeEdgeSelect = {
5124
- cursor?: boolean;
5125
- node?: {
5126
- select: OrgChartEdgeSelect;
5127
- };
5128
- };
5129
- /** A `OrgChartEdgeGrant` edge in the connection. */
5130
- export interface OrgChartEdgeGrantEdge {
5131
- cursor?: string | null;
5132
- /** The `OrgChartEdgeGrant` at the end of the edge. */
5133
- node?: OrgChartEdgeGrant | null;
5134
- }
5135
- export type OrgChartEdgeGrantEdgeSelect = {
5136
- cursor?: boolean;
5137
- node?: {
5138
- select: OrgChartEdgeGrantSelect;
5139
- };
5140
- };
5141
4742
  /** A `OrgClaimedInvite` edge in the connection. */
5142
4743
  export interface OrgClaimedInviteEdge {
5143
4744
  cursor?: string | null;
@@ -3,11 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.connectionFieldsMap = void 0;
4
4
  // ============ Connection Fields Map ============
5
5
  exports.connectionFieldsMap = {
6
- AppPermission: {
7
- appPermissionDefaultGrantsByPermissionId: 'AppPermissionDefaultGrant',
8
- },
9
- OrgPermission: {
10
- orgPermissionDefaultGrantsByPermissionId: 'OrgPermissionDefaultGrant',
11
- orgPermissionDefaultPermissionsByPermissionId: 'OrgPermissionDefaultPermission',
6
+ "AppPermission": {
7
+ "appPermissionDefaultGrantsByPermissionId": "AppPermissionDefaultGrant"
12
8
  },
9
+ "OrgPermission": {
10
+ "orgPermissionDefaultGrantsByPermissionId": "OrgPermissionDefaultGrant",
11
+ "orgPermissionDefaultPermissionsByPermissionId": "OrgPermissionDefaultPermission"
12
+ }
13
13
  };