@constructive-sdk/cli 0.2.0

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 (1895) hide show
  1. package/LICENSE +23 -0
  2. package/README.md +84 -0
  3. package/admin/cli/commands/app-achievement.d.ts +8 -0
  4. package/admin/cli/commands/app-achievement.js +260 -0
  5. package/admin/cli/commands/app-admin-grant.d.ts +8 -0
  6. package/admin/cli/commands/app-admin-grant.js +260 -0
  7. package/admin/cli/commands/app-grant.d.ts +8 -0
  8. package/admin/cli/commands/app-grant.js +279 -0
  9. package/admin/cli/commands/app-level-requirement.d.ts +8 -0
  10. package/admin/cli/commands/app-level-requirement.js +298 -0
  11. package/admin/cli/commands/app-level.d.ts +8 -0
  12. package/admin/cli/commands/app-level.js +279 -0
  13. package/admin/cli/commands/app-limit-default.d.ts +8 -0
  14. package/admin/cli/commands/app-limit-default.js +231 -0
  15. package/admin/cli/commands/app-limit.d.ts +8 -0
  16. package/admin/cli/commands/app-limit.js +269 -0
  17. package/admin/cli/commands/app-membership-default.d.ts +8 -0
  18. package/admin/cli/commands/app-membership-default.js +279 -0
  19. package/admin/cli/commands/app-membership.d.ts +8 -0
  20. package/admin/cli/commands/app-membership.js +450 -0
  21. package/admin/cli/commands/app-owner-grant.d.ts +8 -0
  22. package/admin/cli/commands/app-owner-grant.js +260 -0
  23. package/admin/cli/commands/app-permission-default.d.ts +8 -0
  24. package/admin/cli/commands/app-permission-default.js +212 -0
  25. package/admin/cli/commands/app-permission.d.ts +8 -0
  26. package/admin/cli/commands/app-permission.js +269 -0
  27. package/admin/cli/commands/app-permissions-get-by-mask.d.ts +8 -0
  28. package/admin/cli/commands/app-permissions-get-by-mask.js +49 -0
  29. package/admin/cli/commands/app-permissions-get-mask-by-names.d.ts +8 -0
  30. package/admin/cli/commands/app-permissions-get-mask-by-names.js +28 -0
  31. package/admin/cli/commands/app-permissions-get-mask.d.ts +8 -0
  32. package/admin/cli/commands/app-permissions-get-mask.js +28 -0
  33. package/admin/cli/commands/app-permissions-get-padded-mask.d.ts +8 -0
  34. package/admin/cli/commands/app-permissions-get-padded-mask.js +28 -0
  35. package/admin/cli/commands/app-step.d.ts +8 -0
  36. package/admin/cli/commands/app-step.js +260 -0
  37. package/admin/cli/commands/auth.d.ts +8 -0
  38. package/admin/cli/commands/auth.js +108 -0
  39. package/admin/cli/commands/claimed-invite.d.ts +8 -0
  40. package/admin/cli/commands/claimed-invite.js +260 -0
  41. package/admin/cli/commands/context.d.ts +8 -0
  42. package/admin/cli/commands/context.js +159 -0
  43. package/admin/cli/commands/invite.d.ts +8 -0
  44. package/admin/cli/commands/invite.js +374 -0
  45. package/admin/cli/commands/membership-type.d.ts +8 -0
  46. package/admin/cli/commands/membership-type.js +250 -0
  47. package/admin/cli/commands/org-admin-grant.d.ts +8 -0
  48. package/admin/cli/commands/org-admin-grant.js +279 -0
  49. package/admin/cli/commands/org-chart-edge-grant.d.ts +8 -0
  50. package/admin/cli/commands/org-chart-edge-grant.js +331 -0
  51. package/admin/cli/commands/org-chart-edge.d.ts +8 -0
  52. package/admin/cli/commands/org-chart-edge.js +298 -0
  53. package/admin/cli/commands/org-claimed-invite.d.ts +8 -0
  54. package/admin/cli/commands/org-claimed-invite.js +279 -0
  55. package/admin/cli/commands/org-get-managers-record.d.ts +8 -0
  56. package/admin/cli/commands/org-get-managers-record.js +226 -0
  57. package/admin/cli/commands/org-get-subordinates-record.d.ts +8 -0
  58. package/admin/cli/commands/org-get-subordinates-record.js +226 -0
  59. package/admin/cli/commands/org-grant.d.ts +8 -0
  60. package/admin/cli/commands/org-grant.js +298 -0
  61. package/admin/cli/commands/org-invite.d.ts +8 -0
  62. package/admin/cli/commands/org-invite.js +412 -0
  63. package/admin/cli/commands/org-is-manager-of.d.ts +8 -0
  64. package/admin/cli/commands/org-is-manager-of.js +43 -0
  65. package/admin/cli/commands/org-limit-default.d.ts +8 -0
  66. package/admin/cli/commands/org-limit-default.js +231 -0
  67. package/admin/cli/commands/org-limit.d.ts +8 -0
  68. package/admin/cli/commands/org-limit.js +288 -0
  69. package/admin/cli/commands/org-member.d.ts +8 -0
  70. package/admin/cli/commands/org-member.js +250 -0
  71. package/admin/cli/commands/org-membership-default.d.ts +8 -0
  72. package/admin/cli/commands/org-membership-default.js +317 -0
  73. package/admin/cli/commands/org-membership.d.ts +8 -0
  74. package/admin/cli/commands/org-membership.js +450 -0
  75. package/admin/cli/commands/org-owner-grant.d.ts +8 -0
  76. package/admin/cli/commands/org-owner-grant.js +279 -0
  77. package/admin/cli/commands/org-permission-default.d.ts +8 -0
  78. package/admin/cli/commands/org-permission-default.js +231 -0
  79. package/admin/cli/commands/org-permission.d.ts +8 -0
  80. package/admin/cli/commands/org-permission.js +269 -0
  81. package/admin/cli/commands/org-permissions-get-by-mask.d.ts +8 -0
  82. package/admin/cli/commands/org-permissions-get-by-mask.js +49 -0
  83. package/admin/cli/commands/org-permissions-get-mask-by-names.d.ts +8 -0
  84. package/admin/cli/commands/org-permissions-get-mask-by-names.js +28 -0
  85. package/admin/cli/commands/org-permissions-get-mask.d.ts +8 -0
  86. package/admin/cli/commands/org-permissions-get-mask.js +28 -0
  87. package/admin/cli/commands/org-permissions-get-padded-mask.d.ts +8 -0
  88. package/admin/cli/commands/org-permissions-get-padded-mask.js +28 -0
  89. package/admin/cli/commands/steps-achieved.d.ts +8 -0
  90. package/admin/cli/commands/steps-achieved.js +33 -0
  91. package/admin/cli/commands/steps-required.d.ts +8 -0
  92. package/admin/cli/commands/steps-required.js +54 -0
  93. package/admin/cli/commands/submit-invite-code.d.ts +8 -0
  94. package/admin/cli/commands/submit-invite-code.js +36 -0
  95. package/admin/cli/commands/submit-org-invite-code.d.ts +8 -0
  96. package/admin/cli/commands/submit-org-invite-code.js +36 -0
  97. package/admin/cli/commands.d.ts +7 -0
  98. package/admin/cli/commands.js +139 -0
  99. package/admin/cli/executor.d.ts +104 -0
  100. package/admin/cli/executor.js +41 -0
  101. package/admin/cli/index.d.ts +1 -0
  102. package/admin/cli/index.js +27 -0
  103. package/admin/cli/node-fetch.d.ts +26 -0
  104. package/admin/cli/node-fetch.js +130 -0
  105. package/admin/cli/utils.d.ts +37 -0
  106. package/admin/cli/utils.js +179 -0
  107. package/admin/index.d.ts +6 -0
  108. package/admin/index.js +22 -0
  109. package/admin/orm/client.d.ts +55 -0
  110. package/admin/orm/client.js +105 -0
  111. package/admin/orm/index.d.ts +167 -0
  112. package/admin/orm/index.js +132 -0
  113. package/admin/orm/input-types.d.ts +4350 -0
  114. package/admin/orm/input-types.js +5 -0
  115. package/admin/orm/models/appAchievement.d.ts +56 -0
  116. package/admin/orm/models/appAchievement.js +98 -0
  117. package/admin/orm/models/appAdminGrant.d.ts +56 -0
  118. package/admin/orm/models/appAdminGrant.js +98 -0
  119. package/admin/orm/models/appGrant.d.ts +56 -0
  120. package/admin/orm/models/appGrant.js +98 -0
  121. package/admin/orm/models/appLevel.d.ts +56 -0
  122. package/admin/orm/models/appLevel.js +98 -0
  123. package/admin/orm/models/appLevelRequirement.d.ts +56 -0
  124. package/admin/orm/models/appLevelRequirement.js +98 -0
  125. package/admin/orm/models/appLimit.d.ts +56 -0
  126. package/admin/orm/models/appLimit.js +98 -0
  127. package/admin/orm/models/appLimitDefault.d.ts +56 -0
  128. package/admin/orm/models/appLimitDefault.js +98 -0
  129. package/admin/orm/models/appMembership.d.ts +56 -0
  130. package/admin/orm/models/appMembership.js +98 -0
  131. package/admin/orm/models/appMembershipDefault.d.ts +56 -0
  132. package/admin/orm/models/appMembershipDefault.js +98 -0
  133. package/admin/orm/models/appOwnerGrant.d.ts +56 -0
  134. package/admin/orm/models/appOwnerGrant.js +98 -0
  135. package/admin/orm/models/appPermission.d.ts +56 -0
  136. package/admin/orm/models/appPermission.js +98 -0
  137. package/admin/orm/models/appPermissionDefault.d.ts +56 -0
  138. package/admin/orm/models/appPermissionDefault.js +98 -0
  139. package/admin/orm/models/appStep.d.ts +56 -0
  140. package/admin/orm/models/appStep.js +98 -0
  141. package/admin/orm/models/claimedInvite.d.ts +56 -0
  142. package/admin/orm/models/claimedInvite.js +98 -0
  143. package/admin/orm/models/index.d.ts +37 -0
  144. package/admin/orm/models/index.js +72 -0
  145. package/admin/orm/models/invite.d.ts +56 -0
  146. package/admin/orm/models/invite.js +98 -0
  147. package/admin/orm/models/membershipType.d.ts +56 -0
  148. package/admin/orm/models/membershipType.js +98 -0
  149. package/admin/orm/models/orgAdminGrant.d.ts +56 -0
  150. package/admin/orm/models/orgAdminGrant.js +98 -0
  151. package/admin/orm/models/orgChartEdge.d.ts +56 -0
  152. package/admin/orm/models/orgChartEdge.js +98 -0
  153. package/admin/orm/models/orgChartEdgeGrant.d.ts +56 -0
  154. package/admin/orm/models/orgChartEdgeGrant.js +98 -0
  155. package/admin/orm/models/orgClaimedInvite.d.ts +56 -0
  156. package/admin/orm/models/orgClaimedInvite.js +98 -0
  157. package/admin/orm/models/orgGetManagersRecord.d.ts +32 -0
  158. package/admin/orm/models/orgGetManagersRecord.js +55 -0
  159. package/admin/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
  160. package/admin/orm/models/orgGetSubordinatesRecord.js +55 -0
  161. package/admin/orm/models/orgGrant.d.ts +56 -0
  162. package/admin/orm/models/orgGrant.js +98 -0
  163. package/admin/orm/models/orgInvite.d.ts +56 -0
  164. package/admin/orm/models/orgInvite.js +98 -0
  165. package/admin/orm/models/orgLimit.d.ts +56 -0
  166. package/admin/orm/models/orgLimit.js +98 -0
  167. package/admin/orm/models/orgLimitDefault.d.ts +56 -0
  168. package/admin/orm/models/orgLimitDefault.js +98 -0
  169. package/admin/orm/models/orgMember.d.ts +56 -0
  170. package/admin/orm/models/orgMember.js +98 -0
  171. package/admin/orm/models/orgMembership.d.ts +56 -0
  172. package/admin/orm/models/orgMembership.js +98 -0
  173. package/admin/orm/models/orgMembershipDefault.d.ts +56 -0
  174. package/admin/orm/models/orgMembershipDefault.js +98 -0
  175. package/admin/orm/models/orgOwnerGrant.d.ts +56 -0
  176. package/admin/orm/models/orgOwnerGrant.js +98 -0
  177. package/admin/orm/models/orgPermission.d.ts +56 -0
  178. package/admin/orm/models/orgPermission.js +98 -0
  179. package/admin/orm/models/orgPermissionDefault.d.ts +56 -0
  180. package/admin/orm/models/orgPermissionDefault.js +98 -0
  181. package/admin/orm/mutation/index.d.ts +27 -0
  182. package/admin/orm/mutation/index.js +33 -0
  183. package/admin/orm/node-fetch.d.ts +26 -0
  184. package/admin/orm/node-fetch.js +129 -0
  185. package/admin/orm/query/index.d.ts +130 -0
  186. package/admin/orm/query/index.js +197 -0
  187. package/admin/orm/query-builder.d.ts +89 -0
  188. package/admin/orm/query-builder.js +611 -0
  189. package/admin/orm/select-types.d.ts +101 -0
  190. package/admin/orm/select-types.js +2 -0
  191. package/admin/orm/types.d.ts +6 -0
  192. package/admin/orm/types.js +23 -0
  193. package/auth/cli/commands/audit-log.d.ts +8 -0
  194. package/auth/cli/commands/audit-log.js +312 -0
  195. package/auth/cli/commands/auth.d.ts +8 -0
  196. package/auth/cli/commands/auth.js +108 -0
  197. package/auth/cli/commands/check-password.d.ts +8 -0
  198. package/auth/cli/commands/check-password.js +36 -0
  199. package/auth/cli/commands/confirm-delete-account.d.ts +8 -0
  200. package/auth/cli/commands/confirm-delete-account.js +36 -0
  201. package/auth/cli/commands/connected-account.d.ts +8 -0
  202. package/auth/cli/commands/connected-account.js +298 -0
  203. package/auth/cli/commands/context.d.ts +8 -0
  204. package/auth/cli/commands/context.js +159 -0
  205. package/auth/cli/commands/crypto-address.d.ts +8 -0
  206. package/auth/cli/commands/crypto-address.js +279 -0
  207. package/auth/cli/commands/current-ip-address.d.ts +8 -0
  208. package/auth/cli/commands/current-ip-address.js +21 -0
  209. package/auth/cli/commands/current-user-agent.d.ts +8 -0
  210. package/auth/cli/commands/current-user-agent.js +21 -0
  211. package/auth/cli/commands/current-user-id.d.ts +8 -0
  212. package/auth/cli/commands/current-user-id.js +21 -0
  213. package/auth/cli/commands/current-user.d.ts +8 -0
  214. package/auth/cli/commands/current-user.js +27 -0
  215. package/auth/cli/commands/email.d.ts +8 -0
  216. package/auth/cli/commands/email.js +279 -0
  217. package/auth/cli/commands/extend-token-expires.d.ts +8 -0
  218. package/auth/cli/commands/extend-token-expires.js +36 -0
  219. package/auth/cli/commands/forgot-password.d.ts +8 -0
  220. package/auth/cli/commands/forgot-password.js +36 -0
  221. package/auth/cli/commands/one-time-token.d.ts +8 -0
  222. package/auth/cli/commands/one-time-token.js +36 -0
  223. package/auth/cli/commands/phone-number.d.ts +8 -0
  224. package/auth/cli/commands/phone-number.js +298 -0
  225. package/auth/cli/commands/reset-password.d.ts +8 -0
  226. package/auth/cli/commands/reset-password.js +36 -0
  227. package/auth/cli/commands/role-type.d.ts +8 -0
  228. package/auth/cli/commands/role-type.js +212 -0
  229. package/auth/cli/commands/send-account-deletion-email.d.ts +8 -0
  230. package/auth/cli/commands/send-account-deletion-email.js +36 -0
  231. package/auth/cli/commands/send-verification-email.d.ts +8 -0
  232. package/auth/cli/commands/send-verification-email.js +36 -0
  233. package/auth/cli/commands/set-password.d.ts +8 -0
  234. package/auth/cli/commands/set-password.js +36 -0
  235. package/auth/cli/commands/sign-in-one-time-token.d.ts +8 -0
  236. package/auth/cli/commands/sign-in-one-time-token.js +36 -0
  237. package/auth/cli/commands/sign-in.d.ts +8 -0
  238. package/auth/cli/commands/sign-in.js +36 -0
  239. package/auth/cli/commands/sign-out.d.ts +8 -0
  240. package/auth/cli/commands/sign-out.js +36 -0
  241. package/auth/cli/commands/sign-up.d.ts +8 -0
  242. package/auth/cli/commands/sign-up.js +36 -0
  243. package/auth/cli/commands/user.d.ts +8 -0
  244. package/auth/cli/commands/user.js +317 -0
  245. package/auth/cli/commands/verify-email.d.ts +8 -0
  246. package/auth/cli/commands/verify-email.js +36 -0
  247. package/auth/cli/commands/verify-password.d.ts +8 -0
  248. package/auth/cli/commands/verify-password.js +36 -0
  249. package/auth/cli/commands/verify-totp.d.ts +8 -0
  250. package/auth/cli/commands/verify-totp.js +36 -0
  251. package/auth/cli/commands.d.ts +7 -0
  252. package/auth/cli/commands.js +103 -0
  253. package/auth/cli/executor.d.ts +114 -0
  254. package/auth/cli/executor.js +41 -0
  255. package/auth/cli/index.d.ts +1 -0
  256. package/auth/cli/index.js +27 -0
  257. package/auth/cli/node-fetch.d.ts +26 -0
  258. package/auth/cli/node-fetch.js +130 -0
  259. package/auth/cli/utils.d.ts +37 -0
  260. package/auth/cli/utils.js +179 -0
  261. package/auth/index.d.ts +6 -0
  262. package/auth/index.js +22 -0
  263. package/auth/orm/client.d.ts +55 -0
  264. package/auth/orm/client.js +105 -0
  265. package/auth/orm/index.d.ts +152 -0
  266. package/auth/orm/index.js +82 -0
  267. package/auth/orm/input-types.d.ts +1497 -0
  268. package/auth/orm/input-types.js +5 -0
  269. package/auth/orm/models/auditLog.d.ts +56 -0
  270. package/auth/orm/models/auditLog.js +98 -0
  271. package/auth/orm/models/connectedAccount.d.ts +56 -0
  272. package/auth/orm/models/connectedAccount.js +98 -0
  273. package/auth/orm/models/cryptoAddress.d.ts +56 -0
  274. package/auth/orm/models/cryptoAddress.js +98 -0
  275. package/auth/orm/models/email.d.ts +56 -0
  276. package/auth/orm/models/email.js +98 -0
  277. package/auth/orm/models/index.d.ts +12 -0
  278. package/auth/orm/models/index.js +22 -0
  279. package/auth/orm/models/phoneNumber.d.ts +56 -0
  280. package/auth/orm/models/phoneNumber.js +98 -0
  281. package/auth/orm/models/roleType.d.ts +56 -0
  282. package/auth/orm/models/roleType.js +98 -0
  283. package/auth/orm/models/user.d.ts +56 -0
  284. package/auth/orm/models/user.js +98 -0
  285. package/auth/orm/mutation/index.d.ts +139 -0
  286. package/auth/orm/mutation/index.js +201 -0
  287. package/auth/orm/node-fetch.d.ts +26 -0
  288. package/auth/orm/node-fetch.js +129 -0
  289. package/auth/orm/query/index.d.ts +31 -0
  290. package/auth/orm/query/index.js +37 -0
  291. package/auth/orm/query-builder.d.ts +89 -0
  292. package/auth/orm/query-builder.js +611 -0
  293. package/auth/orm/select-types.d.ts +101 -0
  294. package/auth/orm/select-types.js +2 -0
  295. package/auth/orm/types.d.ts +6 -0
  296. package/auth/orm/types.js +23 -0
  297. package/cli-commands.d.ts +12 -0
  298. package/cli-commands.js +191 -0
  299. package/cli.d.ts +3 -0
  300. package/cli.js +26 -0
  301. package/commands/base-handler.d.ts +44 -0
  302. package/commands/base-handler.js +47 -0
  303. package/commands/index.d.ts +2 -0
  304. package/commands/index.js +6 -0
  305. package/config/app-dirs.d.ts +31 -0
  306. package/config/app-dirs.js +33 -0
  307. package/config/index.d.ts +2 -0
  308. package/config/index.js +6 -0
  309. package/esm/admin/cli/commands/app-achievement.d.ts +8 -0
  310. package/esm/admin/cli/commands/app-achievement.js +258 -0
  311. package/esm/admin/cli/commands/app-admin-grant.d.ts +8 -0
  312. package/esm/admin/cli/commands/app-admin-grant.js +258 -0
  313. package/esm/admin/cli/commands/app-grant.d.ts +8 -0
  314. package/esm/admin/cli/commands/app-grant.js +277 -0
  315. package/esm/admin/cli/commands/app-level-requirement.d.ts +8 -0
  316. package/esm/admin/cli/commands/app-level-requirement.js +296 -0
  317. package/esm/admin/cli/commands/app-level.d.ts +8 -0
  318. package/esm/admin/cli/commands/app-level.js +277 -0
  319. package/esm/admin/cli/commands/app-limit-default.d.ts +8 -0
  320. package/esm/admin/cli/commands/app-limit-default.js +229 -0
  321. package/esm/admin/cli/commands/app-limit.d.ts +8 -0
  322. package/esm/admin/cli/commands/app-limit.js +267 -0
  323. package/esm/admin/cli/commands/app-membership-default.d.ts +8 -0
  324. package/esm/admin/cli/commands/app-membership-default.js +277 -0
  325. package/esm/admin/cli/commands/app-membership.d.ts +8 -0
  326. package/esm/admin/cli/commands/app-membership.js +448 -0
  327. package/esm/admin/cli/commands/app-owner-grant.d.ts +8 -0
  328. package/esm/admin/cli/commands/app-owner-grant.js +258 -0
  329. package/esm/admin/cli/commands/app-permission-default.d.ts +8 -0
  330. package/esm/admin/cli/commands/app-permission-default.js +210 -0
  331. package/esm/admin/cli/commands/app-permission.d.ts +8 -0
  332. package/esm/admin/cli/commands/app-permission.js +267 -0
  333. package/esm/admin/cli/commands/app-permissions-get-by-mask.d.ts +8 -0
  334. package/esm/admin/cli/commands/app-permissions-get-by-mask.js +47 -0
  335. package/esm/admin/cli/commands/app-permissions-get-mask-by-names.d.ts +8 -0
  336. package/esm/admin/cli/commands/app-permissions-get-mask-by-names.js +26 -0
  337. package/esm/admin/cli/commands/app-permissions-get-mask.d.ts +8 -0
  338. package/esm/admin/cli/commands/app-permissions-get-mask.js +26 -0
  339. package/esm/admin/cli/commands/app-permissions-get-padded-mask.d.ts +8 -0
  340. package/esm/admin/cli/commands/app-permissions-get-padded-mask.js +26 -0
  341. package/esm/admin/cli/commands/app-step.d.ts +8 -0
  342. package/esm/admin/cli/commands/app-step.js +258 -0
  343. package/esm/admin/cli/commands/auth.d.ts +8 -0
  344. package/esm/admin/cli/commands/auth.js +106 -0
  345. package/esm/admin/cli/commands/claimed-invite.d.ts +8 -0
  346. package/esm/admin/cli/commands/claimed-invite.js +258 -0
  347. package/esm/admin/cli/commands/context.d.ts +8 -0
  348. package/esm/admin/cli/commands/context.js +157 -0
  349. package/esm/admin/cli/commands/invite.d.ts +8 -0
  350. package/esm/admin/cli/commands/invite.js +372 -0
  351. package/esm/admin/cli/commands/membership-type.d.ts +8 -0
  352. package/esm/admin/cli/commands/membership-type.js +248 -0
  353. package/esm/admin/cli/commands/org-admin-grant.d.ts +8 -0
  354. package/esm/admin/cli/commands/org-admin-grant.js +277 -0
  355. package/esm/admin/cli/commands/org-chart-edge-grant.d.ts +8 -0
  356. package/esm/admin/cli/commands/org-chart-edge-grant.js +329 -0
  357. package/esm/admin/cli/commands/org-chart-edge.d.ts +8 -0
  358. package/esm/admin/cli/commands/org-chart-edge.js +296 -0
  359. package/esm/admin/cli/commands/org-claimed-invite.d.ts +8 -0
  360. package/esm/admin/cli/commands/org-claimed-invite.js +277 -0
  361. package/esm/admin/cli/commands/org-get-managers-record.d.ts +8 -0
  362. package/esm/admin/cli/commands/org-get-managers-record.js +224 -0
  363. package/esm/admin/cli/commands/org-get-subordinates-record.d.ts +8 -0
  364. package/esm/admin/cli/commands/org-get-subordinates-record.js +224 -0
  365. package/esm/admin/cli/commands/org-grant.d.ts +8 -0
  366. package/esm/admin/cli/commands/org-grant.js +296 -0
  367. package/esm/admin/cli/commands/org-invite.d.ts +8 -0
  368. package/esm/admin/cli/commands/org-invite.js +410 -0
  369. package/esm/admin/cli/commands/org-is-manager-of.d.ts +8 -0
  370. package/esm/admin/cli/commands/org-is-manager-of.js +41 -0
  371. package/esm/admin/cli/commands/org-limit-default.d.ts +8 -0
  372. package/esm/admin/cli/commands/org-limit-default.js +229 -0
  373. package/esm/admin/cli/commands/org-limit.d.ts +8 -0
  374. package/esm/admin/cli/commands/org-limit.js +286 -0
  375. package/esm/admin/cli/commands/org-member.d.ts +8 -0
  376. package/esm/admin/cli/commands/org-member.js +248 -0
  377. package/esm/admin/cli/commands/org-membership-default.d.ts +8 -0
  378. package/esm/admin/cli/commands/org-membership-default.js +315 -0
  379. package/esm/admin/cli/commands/org-membership.d.ts +8 -0
  380. package/esm/admin/cli/commands/org-membership.js +448 -0
  381. package/esm/admin/cli/commands/org-owner-grant.d.ts +8 -0
  382. package/esm/admin/cli/commands/org-owner-grant.js +277 -0
  383. package/esm/admin/cli/commands/org-permission-default.d.ts +8 -0
  384. package/esm/admin/cli/commands/org-permission-default.js +229 -0
  385. package/esm/admin/cli/commands/org-permission.d.ts +8 -0
  386. package/esm/admin/cli/commands/org-permission.js +267 -0
  387. package/esm/admin/cli/commands/org-permissions-get-by-mask.d.ts +8 -0
  388. package/esm/admin/cli/commands/org-permissions-get-by-mask.js +47 -0
  389. package/esm/admin/cli/commands/org-permissions-get-mask-by-names.d.ts +8 -0
  390. package/esm/admin/cli/commands/org-permissions-get-mask-by-names.js +26 -0
  391. package/esm/admin/cli/commands/org-permissions-get-mask.d.ts +8 -0
  392. package/esm/admin/cli/commands/org-permissions-get-mask.js +26 -0
  393. package/esm/admin/cli/commands/org-permissions-get-padded-mask.d.ts +8 -0
  394. package/esm/admin/cli/commands/org-permissions-get-padded-mask.js +26 -0
  395. package/esm/admin/cli/commands/steps-achieved.d.ts +8 -0
  396. package/esm/admin/cli/commands/steps-achieved.js +31 -0
  397. package/esm/admin/cli/commands/steps-required.d.ts +8 -0
  398. package/esm/admin/cli/commands/steps-required.js +52 -0
  399. package/esm/admin/cli/commands/submit-invite-code.d.ts +8 -0
  400. package/esm/admin/cli/commands/submit-invite-code.js +34 -0
  401. package/esm/admin/cli/commands/submit-org-invite-code.d.ts +8 -0
  402. package/esm/admin/cli/commands/submit-org-invite-code.js +34 -0
  403. package/esm/admin/cli/commands.d.ts +7 -0
  404. package/esm/admin/cli/commands.js +132 -0
  405. package/esm/admin/cli/executor.d.ts +104 -0
  406. package/esm/admin/cli/executor.js +36 -0
  407. package/esm/admin/cli/index.d.ts +1 -0
  408. package/esm/admin/cli/index.js +25 -0
  409. package/esm/admin/cli/node-fetch.d.ts +26 -0
  410. package/esm/admin/cli/node-fetch.js +123 -0
  411. package/esm/admin/cli/utils.d.ts +37 -0
  412. package/esm/admin/cli/utils.js +170 -0
  413. package/esm/admin/index.d.ts +6 -0
  414. package/esm/admin/index.js +6 -0
  415. package/esm/admin/orm/client.d.ts +55 -0
  416. package/esm/admin/orm/client.js +99 -0
  417. package/esm/admin/orm/index.d.ts +167 -0
  418. package/esm/admin/orm/index.js +109 -0
  419. package/esm/admin/orm/input-types.d.ts +4350 -0
  420. package/esm/admin/orm/input-types.js +2 -0
  421. package/esm/admin/orm/models/appAchievement.d.ts +56 -0
  422. package/esm/admin/orm/models/appAchievement.js +94 -0
  423. package/esm/admin/orm/models/appAdminGrant.d.ts +56 -0
  424. package/esm/admin/orm/models/appAdminGrant.js +94 -0
  425. package/esm/admin/orm/models/appGrant.d.ts +56 -0
  426. package/esm/admin/orm/models/appGrant.js +94 -0
  427. package/esm/admin/orm/models/appLevel.d.ts +56 -0
  428. package/esm/admin/orm/models/appLevel.js +94 -0
  429. package/esm/admin/orm/models/appLevelRequirement.d.ts +56 -0
  430. package/esm/admin/orm/models/appLevelRequirement.js +94 -0
  431. package/esm/admin/orm/models/appLimit.d.ts +56 -0
  432. package/esm/admin/orm/models/appLimit.js +94 -0
  433. package/esm/admin/orm/models/appLimitDefault.d.ts +56 -0
  434. package/esm/admin/orm/models/appLimitDefault.js +94 -0
  435. package/esm/admin/orm/models/appMembership.d.ts +56 -0
  436. package/esm/admin/orm/models/appMembership.js +94 -0
  437. package/esm/admin/orm/models/appMembershipDefault.d.ts +56 -0
  438. package/esm/admin/orm/models/appMembershipDefault.js +94 -0
  439. package/esm/admin/orm/models/appOwnerGrant.d.ts +56 -0
  440. package/esm/admin/orm/models/appOwnerGrant.js +94 -0
  441. package/esm/admin/orm/models/appPermission.d.ts +56 -0
  442. package/esm/admin/orm/models/appPermission.js +94 -0
  443. package/esm/admin/orm/models/appPermissionDefault.d.ts +56 -0
  444. package/esm/admin/orm/models/appPermissionDefault.js +94 -0
  445. package/esm/admin/orm/models/appStep.d.ts +56 -0
  446. package/esm/admin/orm/models/appStep.js +94 -0
  447. package/esm/admin/orm/models/claimedInvite.d.ts +56 -0
  448. package/esm/admin/orm/models/claimedInvite.js +94 -0
  449. package/esm/admin/orm/models/index.d.ts +37 -0
  450. package/esm/admin/orm/models/index.js +37 -0
  451. package/esm/admin/orm/models/invite.d.ts +56 -0
  452. package/esm/admin/orm/models/invite.js +94 -0
  453. package/esm/admin/orm/models/membershipType.d.ts +56 -0
  454. package/esm/admin/orm/models/membershipType.js +94 -0
  455. package/esm/admin/orm/models/orgAdminGrant.d.ts +56 -0
  456. package/esm/admin/orm/models/orgAdminGrant.js +94 -0
  457. package/esm/admin/orm/models/orgChartEdge.d.ts +56 -0
  458. package/esm/admin/orm/models/orgChartEdge.js +94 -0
  459. package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +56 -0
  460. package/esm/admin/orm/models/orgChartEdgeGrant.js +94 -0
  461. package/esm/admin/orm/models/orgClaimedInvite.d.ts +56 -0
  462. package/esm/admin/orm/models/orgClaimedInvite.js +94 -0
  463. package/esm/admin/orm/models/orgGetManagersRecord.d.ts +32 -0
  464. package/esm/admin/orm/models/orgGetManagersRecord.js +51 -0
  465. package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
  466. package/esm/admin/orm/models/orgGetSubordinatesRecord.js +51 -0
  467. package/esm/admin/orm/models/orgGrant.d.ts +56 -0
  468. package/esm/admin/orm/models/orgGrant.js +94 -0
  469. package/esm/admin/orm/models/orgInvite.d.ts +56 -0
  470. package/esm/admin/orm/models/orgInvite.js +94 -0
  471. package/esm/admin/orm/models/orgLimit.d.ts +56 -0
  472. package/esm/admin/orm/models/orgLimit.js +94 -0
  473. package/esm/admin/orm/models/orgLimitDefault.d.ts +56 -0
  474. package/esm/admin/orm/models/orgLimitDefault.js +94 -0
  475. package/esm/admin/orm/models/orgMember.d.ts +56 -0
  476. package/esm/admin/orm/models/orgMember.js +94 -0
  477. package/esm/admin/orm/models/orgMembership.d.ts +56 -0
  478. package/esm/admin/orm/models/orgMembership.js +94 -0
  479. package/esm/admin/orm/models/orgMembershipDefault.d.ts +56 -0
  480. package/esm/admin/orm/models/orgMembershipDefault.js +94 -0
  481. package/esm/admin/orm/models/orgOwnerGrant.d.ts +56 -0
  482. package/esm/admin/orm/models/orgOwnerGrant.js +94 -0
  483. package/esm/admin/orm/models/orgPermission.d.ts +56 -0
  484. package/esm/admin/orm/models/orgPermission.js +94 -0
  485. package/esm/admin/orm/models/orgPermissionDefault.d.ts +56 -0
  486. package/esm/admin/orm/models/orgPermissionDefault.js +94 -0
  487. package/esm/admin/orm/mutation/index.d.ts +27 -0
  488. package/esm/admin/orm/mutation/index.js +30 -0
  489. package/esm/admin/orm/node-fetch.d.ts +26 -0
  490. package/esm/admin/orm/node-fetch.js +122 -0
  491. package/esm/admin/orm/query/index.d.ts +130 -0
  492. package/esm/admin/orm/query/index.js +194 -0
  493. package/esm/admin/orm/query-builder.d.ts +89 -0
  494. package/esm/admin/orm/query-builder.js +564 -0
  495. package/esm/admin/orm/select-types.d.ts +101 -0
  496. package/esm/admin/orm/select-types.js +1 -0
  497. package/esm/admin/orm/types.d.ts +6 -0
  498. package/esm/admin/orm/types.js +7 -0
  499. package/esm/auth/cli/commands/audit-log.d.ts +8 -0
  500. package/esm/auth/cli/commands/audit-log.js +310 -0
  501. package/esm/auth/cli/commands/auth.d.ts +8 -0
  502. package/esm/auth/cli/commands/auth.js +106 -0
  503. package/esm/auth/cli/commands/check-password.d.ts +8 -0
  504. package/esm/auth/cli/commands/check-password.js +34 -0
  505. package/esm/auth/cli/commands/confirm-delete-account.d.ts +8 -0
  506. package/esm/auth/cli/commands/confirm-delete-account.js +34 -0
  507. package/esm/auth/cli/commands/connected-account.d.ts +8 -0
  508. package/esm/auth/cli/commands/connected-account.js +296 -0
  509. package/esm/auth/cli/commands/context.d.ts +8 -0
  510. package/esm/auth/cli/commands/context.js +157 -0
  511. package/esm/auth/cli/commands/crypto-address.d.ts +8 -0
  512. package/esm/auth/cli/commands/crypto-address.js +277 -0
  513. package/esm/auth/cli/commands/current-ip-address.d.ts +8 -0
  514. package/esm/auth/cli/commands/current-ip-address.js +19 -0
  515. package/esm/auth/cli/commands/current-user-agent.d.ts +8 -0
  516. package/esm/auth/cli/commands/current-user-agent.js +19 -0
  517. package/esm/auth/cli/commands/current-user-id.d.ts +8 -0
  518. package/esm/auth/cli/commands/current-user-id.js +19 -0
  519. package/esm/auth/cli/commands/current-user.d.ts +8 -0
  520. package/esm/auth/cli/commands/current-user.js +25 -0
  521. package/esm/auth/cli/commands/email.d.ts +8 -0
  522. package/esm/auth/cli/commands/email.js +277 -0
  523. package/esm/auth/cli/commands/extend-token-expires.d.ts +8 -0
  524. package/esm/auth/cli/commands/extend-token-expires.js +34 -0
  525. package/esm/auth/cli/commands/forgot-password.d.ts +8 -0
  526. package/esm/auth/cli/commands/forgot-password.js +34 -0
  527. package/esm/auth/cli/commands/one-time-token.d.ts +8 -0
  528. package/esm/auth/cli/commands/one-time-token.js +34 -0
  529. package/esm/auth/cli/commands/phone-number.d.ts +8 -0
  530. package/esm/auth/cli/commands/phone-number.js +296 -0
  531. package/esm/auth/cli/commands/reset-password.d.ts +8 -0
  532. package/esm/auth/cli/commands/reset-password.js +34 -0
  533. package/esm/auth/cli/commands/role-type.d.ts +8 -0
  534. package/esm/auth/cli/commands/role-type.js +210 -0
  535. package/esm/auth/cli/commands/send-account-deletion-email.d.ts +8 -0
  536. package/esm/auth/cli/commands/send-account-deletion-email.js +34 -0
  537. package/esm/auth/cli/commands/send-verification-email.d.ts +8 -0
  538. package/esm/auth/cli/commands/send-verification-email.js +34 -0
  539. package/esm/auth/cli/commands/set-password.d.ts +8 -0
  540. package/esm/auth/cli/commands/set-password.js +34 -0
  541. package/esm/auth/cli/commands/sign-in-one-time-token.d.ts +8 -0
  542. package/esm/auth/cli/commands/sign-in-one-time-token.js +34 -0
  543. package/esm/auth/cli/commands/sign-in.d.ts +8 -0
  544. package/esm/auth/cli/commands/sign-in.js +34 -0
  545. package/esm/auth/cli/commands/sign-out.d.ts +8 -0
  546. package/esm/auth/cli/commands/sign-out.js +34 -0
  547. package/esm/auth/cli/commands/sign-up.d.ts +8 -0
  548. package/esm/auth/cli/commands/sign-up.js +34 -0
  549. package/esm/auth/cli/commands/user.d.ts +8 -0
  550. package/esm/auth/cli/commands/user.js +315 -0
  551. package/esm/auth/cli/commands/verify-email.d.ts +8 -0
  552. package/esm/auth/cli/commands/verify-email.js +34 -0
  553. package/esm/auth/cli/commands/verify-password.d.ts +8 -0
  554. package/esm/auth/cli/commands/verify-password.js +34 -0
  555. package/esm/auth/cli/commands/verify-totp.d.ts +8 -0
  556. package/esm/auth/cli/commands/verify-totp.js +34 -0
  557. package/esm/auth/cli/commands.d.ts +7 -0
  558. package/esm/auth/cli/commands.js +96 -0
  559. package/esm/auth/cli/executor.d.ts +114 -0
  560. package/esm/auth/cli/executor.js +36 -0
  561. package/esm/auth/cli/index.d.ts +1 -0
  562. package/esm/auth/cli/index.js +25 -0
  563. package/esm/auth/cli/node-fetch.d.ts +26 -0
  564. package/esm/auth/cli/node-fetch.js +123 -0
  565. package/esm/auth/cli/utils.d.ts +37 -0
  566. package/esm/auth/cli/utils.js +170 -0
  567. package/esm/auth/index.d.ts +6 -0
  568. package/esm/auth/index.js +6 -0
  569. package/esm/auth/orm/client.d.ts +55 -0
  570. package/esm/auth/orm/client.js +99 -0
  571. package/esm/auth/orm/index.d.ts +152 -0
  572. package/esm/auth/orm/index.js +59 -0
  573. package/esm/auth/orm/input-types.d.ts +1497 -0
  574. package/esm/auth/orm/input-types.js +2 -0
  575. package/esm/auth/orm/models/auditLog.d.ts +56 -0
  576. package/esm/auth/orm/models/auditLog.js +94 -0
  577. package/esm/auth/orm/models/connectedAccount.d.ts +56 -0
  578. package/esm/auth/orm/models/connectedAccount.js +94 -0
  579. package/esm/auth/orm/models/cryptoAddress.d.ts +56 -0
  580. package/esm/auth/orm/models/cryptoAddress.js +94 -0
  581. package/esm/auth/orm/models/email.d.ts +56 -0
  582. package/esm/auth/orm/models/email.js +94 -0
  583. package/esm/auth/orm/models/index.d.ts +12 -0
  584. package/esm/auth/orm/models/index.js +12 -0
  585. package/esm/auth/orm/models/phoneNumber.d.ts +56 -0
  586. package/esm/auth/orm/models/phoneNumber.js +94 -0
  587. package/esm/auth/orm/models/roleType.d.ts +56 -0
  588. package/esm/auth/orm/models/roleType.js +94 -0
  589. package/esm/auth/orm/models/user.d.ts +56 -0
  590. package/esm/auth/orm/models/user.js +94 -0
  591. package/esm/auth/orm/mutation/index.d.ts +139 -0
  592. package/esm/auth/orm/mutation/index.js +198 -0
  593. package/esm/auth/orm/node-fetch.d.ts +26 -0
  594. package/esm/auth/orm/node-fetch.js +122 -0
  595. package/esm/auth/orm/query/index.d.ts +31 -0
  596. package/esm/auth/orm/query/index.js +34 -0
  597. package/esm/auth/orm/query-builder.d.ts +89 -0
  598. package/esm/auth/orm/query-builder.js +564 -0
  599. package/esm/auth/orm/select-types.d.ts +101 -0
  600. package/esm/auth/orm/select-types.js +1 -0
  601. package/esm/auth/orm/types.d.ts +6 -0
  602. package/esm/auth/orm/types.js +7 -0
  603. package/esm/cli-commands.d.ts +12 -0
  604. package/esm/cli-commands.js +187 -0
  605. package/esm/cli.d.ts +3 -0
  606. package/esm/cli.js +23 -0
  607. package/esm/commands/base-handler.d.ts +44 -0
  608. package/esm/commands/base-handler.js +43 -0
  609. package/esm/commands/index.d.ts +2 -0
  610. package/esm/commands/index.js +1 -0
  611. package/esm/config/app-dirs.d.ts +31 -0
  612. package/esm/config/app-dirs.js +29 -0
  613. package/esm/config/index.d.ts +2 -0
  614. package/esm/config/index.js +1 -0
  615. package/esm/index.d.ts +12 -0
  616. package/esm/index.js +12 -0
  617. package/esm/objects/cli/commands/auth.d.ts +8 -0
  618. package/esm/objects/cli/commands/auth.js +106 -0
  619. package/esm/objects/cli/commands/commit.d.ts +8 -0
  620. package/esm/objects/cli/commands/commit.js +343 -0
  621. package/esm/objects/cli/commands/context.d.ts +8 -0
  622. package/esm/objects/cli/commands/context.js +157 -0
  623. package/esm/objects/cli/commands/freeze-objects.d.ts +8 -0
  624. package/esm/objects/cli/commands/freeze-objects.js +34 -0
  625. package/esm/objects/cli/commands/get-all-objects-from-root.d.ts +8 -0
  626. package/esm/objects/cli/commands/get-all-objects-from-root.js +52 -0
  627. package/esm/objects/cli/commands/get-all-record.d.ts +8 -0
  628. package/esm/objects/cli/commands/get-all-record.js +224 -0
  629. package/esm/objects/cli/commands/get-object-at-path.d.ts +8 -0
  630. package/esm/objects/cli/commands/get-object-at-path.js +47 -0
  631. package/esm/objects/cli/commands/get-path-objects-from-root.d.ts +8 -0
  632. package/esm/objects/cli/commands/get-path-objects-from-root.js +57 -0
  633. package/esm/objects/cli/commands/init-empty-repo.d.ts +8 -0
  634. package/esm/objects/cli/commands/init-empty-repo.js +34 -0
  635. package/esm/objects/cli/commands/insert-node-at-path.d.ts +8 -0
  636. package/esm/objects/cli/commands/insert-node-at-path.js +34 -0
  637. package/esm/objects/cli/commands/object.d.ts +8 -0
  638. package/esm/objects/cli/commands/object.js +310 -0
  639. package/esm/objects/cli/commands/ref.d.ts +8 -0
  640. package/esm/objects/cli/commands/ref.js +267 -0
  641. package/esm/objects/cli/commands/remove-node-at-path.d.ts +8 -0
  642. package/esm/objects/cli/commands/remove-node-at-path.js +34 -0
  643. package/esm/objects/cli/commands/rev-parse.d.ts +8 -0
  644. package/esm/objects/cli/commands/rev-parse.js +36 -0
  645. package/esm/objects/cli/commands/set-and-commit.d.ts +8 -0
  646. package/esm/objects/cli/commands/set-and-commit.js +34 -0
  647. package/esm/objects/cli/commands/set-data-at-path.d.ts +8 -0
  648. package/esm/objects/cli/commands/set-data-at-path.js +34 -0
  649. package/esm/objects/cli/commands/set-props-and-commit.d.ts +8 -0
  650. package/esm/objects/cli/commands/set-props-and-commit.js +34 -0
  651. package/esm/objects/cli/commands/store.d.ts +8 -0
  652. package/esm/objects/cli/commands/store.js +253 -0
  653. package/esm/objects/cli/commands/update-node-at-path.d.ts +8 -0
  654. package/esm/objects/cli/commands/update-node-at-path.js +34 -0
  655. package/esm/objects/cli/commands.d.ts +7 -0
  656. package/esm/objects/cli/commands.js +76 -0
  657. package/esm/objects/cli/executor.d.ts +72 -0
  658. package/esm/objects/cli/executor.js +36 -0
  659. package/esm/objects/cli/index.d.ts +1 -0
  660. package/esm/objects/cli/index.js +25 -0
  661. package/esm/objects/cli/node-fetch.d.ts +26 -0
  662. package/esm/objects/cli/node-fetch.js +123 -0
  663. package/esm/objects/cli/utils.d.ts +37 -0
  664. package/esm/objects/cli/utils.js +170 -0
  665. package/esm/objects/index.d.ts +6 -0
  666. package/esm/objects/index.js +6 -0
  667. package/esm/objects/orm/client.d.ts +55 -0
  668. package/esm/objects/orm/client.js +99 -0
  669. package/esm/objects/orm/index.d.ts +108 -0
  670. package/esm/objects/orm/index.js +55 -0
  671. package/esm/objects/orm/input-types.d.ts +951 -0
  672. package/esm/objects/orm/input-types.js +2 -0
  673. package/esm/objects/orm/models/commit.d.ts +56 -0
  674. package/esm/objects/orm/models/commit.js +94 -0
  675. package/esm/objects/orm/models/getAllRecord.d.ts +32 -0
  676. package/esm/objects/orm/models/getAllRecord.js +51 -0
  677. package/esm/objects/orm/models/index.d.ts +10 -0
  678. package/esm/objects/orm/models/index.js +10 -0
  679. package/esm/objects/orm/models/object.d.ts +56 -0
  680. package/esm/objects/orm/models/object.js +84 -0
  681. package/esm/objects/orm/models/ref.d.ts +56 -0
  682. package/esm/objects/orm/models/ref.js +94 -0
  683. package/esm/objects/orm/models/store.d.ts +56 -0
  684. package/esm/objects/orm/models/store.js +94 -0
  685. package/esm/objects/orm/mutation/index.d.ts +75 -0
  686. package/esm/objects/orm/mutation/index.js +102 -0
  687. package/esm/objects/orm/node-fetch.d.ts +26 -0
  688. package/esm/objects/orm/node-fetch.js +122 -0
  689. package/esm/objects/orm/query/index.d.ts +69 -0
  690. package/esm/objects/orm/query/index.js +110 -0
  691. package/esm/objects/orm/query-builder.d.ts +89 -0
  692. package/esm/objects/orm/query-builder.js +564 -0
  693. package/esm/objects/orm/select-types.d.ts +101 -0
  694. package/esm/objects/orm/select-types.js +1 -0
  695. package/esm/objects/orm/types.d.ts +6 -0
  696. package/esm/objects/orm/types.js +7 -0
  697. package/esm/public/cli/commands/api-module.d.ts +8 -0
  698. package/esm/public/cli/commands/api-module.js +267 -0
  699. package/esm/public/cli/commands/api-schema.d.ts +8 -0
  700. package/esm/public/cli/commands/api-schema.js +248 -0
  701. package/esm/public/cli/commands/api.d.ts +8 -0
  702. package/esm/public/cli/commands/api.js +305 -0
  703. package/esm/public/cli/commands/app-achievement.d.ts +8 -0
  704. package/esm/public/cli/commands/app-achievement.js +258 -0
  705. package/esm/public/cli/commands/app-admin-grant.d.ts +8 -0
  706. package/esm/public/cli/commands/app-admin-grant.js +258 -0
  707. package/esm/public/cli/commands/app-grant.d.ts +8 -0
  708. package/esm/public/cli/commands/app-grant.js +277 -0
  709. package/esm/public/cli/commands/app-level-requirement.d.ts +8 -0
  710. package/esm/public/cli/commands/app-level-requirement.js +296 -0
  711. package/esm/public/cli/commands/app-level.d.ts +8 -0
  712. package/esm/public/cli/commands/app-level.js +277 -0
  713. package/esm/public/cli/commands/app-limit-default.d.ts +8 -0
  714. package/esm/public/cli/commands/app-limit-default.js +229 -0
  715. package/esm/public/cli/commands/app-limit.d.ts +8 -0
  716. package/esm/public/cli/commands/app-limit.js +267 -0
  717. package/esm/public/cli/commands/app-membership-default.d.ts +8 -0
  718. package/esm/public/cli/commands/app-membership-default.js +277 -0
  719. package/esm/public/cli/commands/app-membership.d.ts +8 -0
  720. package/esm/public/cli/commands/app-membership.js +448 -0
  721. package/esm/public/cli/commands/app-owner-grant.d.ts +8 -0
  722. package/esm/public/cli/commands/app-owner-grant.js +258 -0
  723. package/esm/public/cli/commands/app-permission-default.d.ts +8 -0
  724. package/esm/public/cli/commands/app-permission-default.js +210 -0
  725. package/esm/public/cli/commands/app-permission.d.ts +8 -0
  726. package/esm/public/cli/commands/app-permission.js +267 -0
  727. package/esm/public/cli/commands/app-permissions-get-by-mask.d.ts +8 -0
  728. package/esm/public/cli/commands/app-permissions-get-by-mask.js +47 -0
  729. package/esm/public/cli/commands/app-permissions-get-mask-by-names.d.ts +8 -0
  730. package/esm/public/cli/commands/app-permissions-get-mask-by-names.js +26 -0
  731. package/esm/public/cli/commands/app-permissions-get-mask.d.ts +8 -0
  732. package/esm/public/cli/commands/app-permissions-get-mask.js +26 -0
  733. package/esm/public/cli/commands/app-permissions-get-padded-mask.d.ts +8 -0
  734. package/esm/public/cli/commands/app-permissions-get-padded-mask.js +26 -0
  735. package/esm/public/cli/commands/app-step.d.ts +8 -0
  736. package/esm/public/cli/commands/app-step.js +258 -0
  737. package/esm/public/cli/commands/app.d.ts +8 -0
  738. package/esm/public/cli/commands/app.js +343 -0
  739. package/esm/public/cli/commands/apply-rls.d.ts +8 -0
  740. package/esm/public/cli/commands/apply-rls.js +34 -0
  741. package/esm/public/cli/commands/ast-migration.d.ts +8 -0
  742. package/esm/public/cli/commands/ast-migration.js +405 -0
  743. package/esm/public/cli/commands/audit-log.d.ts +8 -0
  744. package/esm/public/cli/commands/audit-log.js +310 -0
  745. package/esm/public/cli/commands/auth.d.ts +8 -0
  746. package/esm/public/cli/commands/auth.js +106 -0
  747. package/esm/public/cli/commands/bootstrap-user.d.ts +8 -0
  748. package/esm/public/cli/commands/bootstrap-user.js +34 -0
  749. package/esm/public/cli/commands/check-constraint.d.ts +8 -0
  750. package/esm/public/cli/commands/check-constraint.js +410 -0
  751. package/esm/public/cli/commands/check-password.d.ts +8 -0
  752. package/esm/public/cli/commands/check-password.js +34 -0
  753. package/esm/public/cli/commands/claimed-invite.d.ts +8 -0
  754. package/esm/public/cli/commands/claimed-invite.js +258 -0
  755. package/esm/public/cli/commands/commit.d.ts +8 -0
  756. package/esm/public/cli/commands/commit.js +343 -0
  757. package/esm/public/cli/commands/confirm-delete-account.d.ts +8 -0
  758. package/esm/public/cli/commands/confirm-delete-account.js +34 -0
  759. package/esm/public/cli/commands/connected-account.d.ts +8 -0
  760. package/esm/public/cli/commands/connected-account.js +296 -0
  761. package/esm/public/cli/commands/connected-accounts-module.d.ts +8 -0
  762. package/esm/public/cli/commands/connected-accounts-module.js +305 -0
  763. package/esm/public/cli/commands/context.d.ts +8 -0
  764. package/esm/public/cli/commands/context.js +157 -0
  765. package/esm/public/cli/commands/create-user-database.d.ts +8 -0
  766. package/esm/public/cli/commands/create-user-database.js +34 -0
  767. package/esm/public/cli/commands/crypto-address.d.ts +8 -0
  768. package/esm/public/cli/commands/crypto-address.js +277 -0
  769. package/esm/public/cli/commands/crypto-addresses-module.d.ts +8 -0
  770. package/esm/public/cli/commands/crypto-addresses-module.js +324 -0
  771. package/esm/public/cli/commands/crypto-auth-module.d.ts +8 -0
  772. package/esm/public/cli/commands/crypto-auth-module.js +438 -0
  773. package/esm/public/cli/commands/current-ip-address.d.ts +8 -0
  774. package/esm/public/cli/commands/current-ip-address.js +19 -0
  775. package/esm/public/cli/commands/current-user-agent.d.ts +8 -0
  776. package/esm/public/cli/commands/current-user-agent.js +19 -0
  777. package/esm/public/cli/commands/current-user-id.d.ts +8 -0
  778. package/esm/public/cli/commands/current-user-id.js +19 -0
  779. package/esm/public/cli/commands/current-user.d.ts +8 -0
  780. package/esm/public/cli/commands/current-user.js +25 -0
  781. package/esm/public/cli/commands/database-provision-module.d.ts +8 -0
  782. package/esm/public/cli/commands/database-provision-module.js +410 -0
  783. package/esm/public/cli/commands/database.d.ts +8 -0
  784. package/esm/public/cli/commands/database.js +296 -0
  785. package/esm/public/cli/commands/default-ids-module.d.ts +8 -0
  786. package/esm/public/cli/commands/default-ids-module.js +210 -0
  787. package/esm/public/cli/commands/default-privilege.d.ts +8 -0
  788. package/esm/public/cli/commands/default-privilege.js +305 -0
  789. package/esm/public/cli/commands/denormalized-table-field.d.ts +8 -0
  790. package/esm/public/cli/commands/denormalized-table-field.js +400 -0
  791. package/esm/public/cli/commands/domain.d.ts +8 -0
  792. package/esm/public/cli/commands/domain.js +286 -0
  793. package/esm/public/cli/commands/email.d.ts +8 -0
  794. package/esm/public/cli/commands/email.js +277 -0
  795. package/esm/public/cli/commands/emails-module.d.ts +8 -0
  796. package/esm/public/cli/commands/emails-module.js +305 -0
  797. package/esm/public/cli/commands/encrypted-secrets-module.d.ts +8 -0
  798. package/esm/public/cli/commands/encrypted-secrets-module.js +267 -0
  799. package/esm/public/cli/commands/extend-token-expires.d.ts +8 -0
  800. package/esm/public/cli/commands/extend-token-expires.js +34 -0
  801. package/esm/public/cli/commands/field-module.d.ts +8 -0
  802. package/esm/public/cli/commands/field-module.js +343 -0
  803. package/esm/public/cli/commands/field.d.ts +8 -0
  804. package/esm/public/cli/commands/field.js +600 -0
  805. package/esm/public/cli/commands/foreign-key-constraint.d.ts +8 -0
  806. package/esm/public/cli/commands/foreign-key-constraint.js +486 -0
  807. package/esm/public/cli/commands/forgot-password.d.ts +8 -0
  808. package/esm/public/cli/commands/forgot-password.js +34 -0
  809. package/esm/public/cli/commands/freeze-objects.d.ts +8 -0
  810. package/esm/public/cli/commands/freeze-objects.js +34 -0
  811. package/esm/public/cli/commands/full-text-search.d.ts +8 -0
  812. package/esm/public/cli/commands/full-text-search.js +315 -0
  813. package/esm/public/cli/commands/get-all-objects-from-root.d.ts +8 -0
  814. package/esm/public/cli/commands/get-all-objects-from-root.js +52 -0
  815. package/esm/public/cli/commands/get-all-record.d.ts +8 -0
  816. package/esm/public/cli/commands/get-all-record.js +224 -0
  817. package/esm/public/cli/commands/get-object-at-path.d.ts +8 -0
  818. package/esm/public/cli/commands/get-object-at-path.js +47 -0
  819. package/esm/public/cli/commands/get-path-objects-from-root.d.ts +8 -0
  820. package/esm/public/cli/commands/get-path-objects-from-root.js +57 -0
  821. package/esm/public/cli/commands/hierarchy-module.d.ts +8 -0
  822. package/esm/public/cli/commands/hierarchy-module.js +538 -0
  823. package/esm/public/cli/commands/index.d.ts +8 -0
  824. package/esm/public/cli/commands/index.js +467 -0
  825. package/esm/public/cli/commands/init-empty-repo.d.ts +8 -0
  826. package/esm/public/cli/commands/init-empty-repo.js +34 -0
  827. package/esm/public/cli/commands/insert-node-at-path.d.ts +8 -0
  828. package/esm/public/cli/commands/insert-node-at-path.js +34 -0
  829. package/esm/public/cli/commands/invite.d.ts +8 -0
  830. package/esm/public/cli/commands/invite.js +372 -0
  831. package/esm/public/cli/commands/invites-module.d.ts +8 -0
  832. package/esm/public/cli/commands/invites-module.js +438 -0
  833. package/esm/public/cli/commands/levels-module.d.ts +8 -0
  834. package/esm/public/cli/commands/levels-module.js +666 -0
  835. package/esm/public/cli/commands/limits-module.d.ts +8 -0
  836. package/esm/public/cli/commands/limits-module.js +514 -0
  837. package/esm/public/cli/commands/membership-type.d.ts +8 -0
  838. package/esm/public/cli/commands/membership-type.js +248 -0
  839. package/esm/public/cli/commands/membership-types-module.d.ts +8 -0
  840. package/esm/public/cli/commands/membership-types-module.js +267 -0
  841. package/esm/public/cli/commands/memberships-module.d.ts +8 -0
  842. package/esm/public/cli/commands/memberships-module.js +761 -0
  843. package/esm/public/cli/commands/node-type-registry.d.ts +8 -0
  844. package/esm/public/cli/commands/node-type-registry.js +315 -0
  845. package/esm/public/cli/commands/object.d.ts +8 -0
  846. package/esm/public/cli/commands/object.js +310 -0
  847. package/esm/public/cli/commands/one-time-token.d.ts +8 -0
  848. package/esm/public/cli/commands/one-time-token.js +34 -0
  849. package/esm/public/cli/commands/org-admin-grant.d.ts +8 -0
  850. package/esm/public/cli/commands/org-admin-grant.js +277 -0
  851. package/esm/public/cli/commands/org-chart-edge-grant.d.ts +8 -0
  852. package/esm/public/cli/commands/org-chart-edge-grant.js +329 -0
  853. package/esm/public/cli/commands/org-chart-edge.d.ts +8 -0
  854. package/esm/public/cli/commands/org-chart-edge.js +296 -0
  855. package/esm/public/cli/commands/org-claimed-invite.d.ts +8 -0
  856. package/esm/public/cli/commands/org-claimed-invite.js +277 -0
  857. package/esm/public/cli/commands/org-get-managers-record.d.ts +8 -0
  858. package/esm/public/cli/commands/org-get-managers-record.js +224 -0
  859. package/esm/public/cli/commands/org-get-subordinates-record.d.ts +8 -0
  860. package/esm/public/cli/commands/org-get-subordinates-record.js +224 -0
  861. package/esm/public/cli/commands/org-grant.d.ts +8 -0
  862. package/esm/public/cli/commands/org-grant.js +296 -0
  863. package/esm/public/cli/commands/org-invite.d.ts +8 -0
  864. package/esm/public/cli/commands/org-invite.js +410 -0
  865. package/esm/public/cli/commands/org-is-manager-of.d.ts +8 -0
  866. package/esm/public/cli/commands/org-is-manager-of.js +41 -0
  867. package/esm/public/cli/commands/org-limit-default.d.ts +8 -0
  868. package/esm/public/cli/commands/org-limit-default.js +229 -0
  869. package/esm/public/cli/commands/org-limit.d.ts +8 -0
  870. package/esm/public/cli/commands/org-limit.js +286 -0
  871. package/esm/public/cli/commands/org-member.d.ts +8 -0
  872. package/esm/public/cli/commands/org-member.js +248 -0
  873. package/esm/public/cli/commands/org-membership-default.d.ts +8 -0
  874. package/esm/public/cli/commands/org-membership-default.js +315 -0
  875. package/esm/public/cli/commands/org-membership.d.ts +8 -0
  876. package/esm/public/cli/commands/org-membership.js +448 -0
  877. package/esm/public/cli/commands/org-owner-grant.d.ts +8 -0
  878. package/esm/public/cli/commands/org-owner-grant.js +277 -0
  879. package/esm/public/cli/commands/org-permission-default.d.ts +8 -0
  880. package/esm/public/cli/commands/org-permission-default.js +229 -0
  881. package/esm/public/cli/commands/org-permission.d.ts +8 -0
  882. package/esm/public/cli/commands/org-permission.js +267 -0
  883. package/esm/public/cli/commands/org-permissions-get-by-mask.d.ts +8 -0
  884. package/esm/public/cli/commands/org-permissions-get-by-mask.js +47 -0
  885. package/esm/public/cli/commands/org-permissions-get-mask-by-names.d.ts +8 -0
  886. package/esm/public/cli/commands/org-permissions-get-mask-by-names.js +26 -0
  887. package/esm/public/cli/commands/org-permissions-get-mask.d.ts +8 -0
  888. package/esm/public/cli/commands/org-permissions-get-mask.js +26 -0
  889. package/esm/public/cli/commands/org-permissions-get-padded-mask.d.ts +8 -0
  890. package/esm/public/cli/commands/org-permissions-get-padded-mask.js +26 -0
  891. package/esm/public/cli/commands/permissions-module.d.ts +8 -0
  892. package/esm/public/cli/commands/permissions-module.js +495 -0
  893. package/esm/public/cli/commands/phone-number.d.ts +8 -0
  894. package/esm/public/cli/commands/phone-number.js +296 -0
  895. package/esm/public/cli/commands/phone-numbers-module.d.ts +8 -0
  896. package/esm/public/cli/commands/phone-numbers-module.js +305 -0
  897. package/esm/public/cli/commands/policy.d.ts +8 -0
  898. package/esm/public/cli/commands/policy.js +467 -0
  899. package/esm/public/cli/commands/primary-key-constraint.d.ts +8 -0
  900. package/esm/public/cli/commands/primary-key-constraint.js +391 -0
  901. package/esm/public/cli/commands/profiles-module.d.ts +8 -0
  902. package/esm/public/cli/commands/profiles-module.js +514 -0
  903. package/esm/public/cli/commands/provision-database-with-user.d.ts +8 -0
  904. package/esm/public/cli/commands/provision-database-with-user.js +34 -0
  905. package/esm/public/cli/commands/ref.d.ts +8 -0
  906. package/esm/public/cli/commands/ref.js +267 -0
  907. package/esm/public/cli/commands/relation-provision.d.ts +8 -0
  908. package/esm/public/cli/commands/relation-provision.js +704 -0
  909. package/esm/public/cli/commands/remove-node-at-path.d.ts +8 -0
  910. package/esm/public/cli/commands/remove-node-at-path.js +34 -0
  911. package/esm/public/cli/commands/reset-password.d.ts +8 -0
  912. package/esm/public/cli/commands/reset-password.js +34 -0
  913. package/esm/public/cli/commands/rev-parse.d.ts +8 -0
  914. package/esm/public/cli/commands/rev-parse.js +36 -0
  915. package/esm/public/cli/commands/rls-module.d.ts +8 -0
  916. package/esm/public/cli/commands/rls-module.js +400 -0
  917. package/esm/public/cli/commands/role-type.d.ts +8 -0
  918. package/esm/public/cli/commands/role-type.js +210 -0
  919. package/esm/public/cli/commands/schema-grant.d.ts +8 -0
  920. package/esm/public/cli/commands/schema-grant.js +258 -0
  921. package/esm/public/cli/commands/schema.d.ts +8 -0
  922. package/esm/public/cli/commands/schema.js +410 -0
  923. package/esm/public/cli/commands/secrets-module.d.ts +8 -0
  924. package/esm/public/cli/commands/secrets-module.js +267 -0
  925. package/esm/public/cli/commands/secure-table-provision.d.ts +8 -0
  926. package/esm/public/cli/commands/secure-table-provision.js +495 -0
  927. package/esm/public/cli/commands/send-account-deletion-email.d.ts +8 -0
  928. package/esm/public/cli/commands/send-account-deletion-email.js +34 -0
  929. package/esm/public/cli/commands/send-verification-email.d.ts +8 -0
  930. package/esm/public/cli/commands/send-verification-email.js +34 -0
  931. package/esm/public/cli/commands/sessions-module.d.ts +8 -0
  932. package/esm/public/cli/commands/sessions-module.js +381 -0
  933. package/esm/public/cli/commands/set-and-commit.d.ts +8 -0
  934. package/esm/public/cli/commands/set-and-commit.js +34 -0
  935. package/esm/public/cli/commands/set-data-at-path.d.ts +8 -0
  936. package/esm/public/cli/commands/set-data-at-path.js +34 -0
  937. package/esm/public/cli/commands/set-field-order.d.ts +8 -0
  938. package/esm/public/cli/commands/set-field-order.js +34 -0
  939. package/esm/public/cli/commands/set-password.d.ts +8 -0
  940. package/esm/public/cli/commands/set-password.js +34 -0
  941. package/esm/public/cli/commands/set-props-and-commit.d.ts +8 -0
  942. package/esm/public/cli/commands/set-props-and-commit.js +34 -0
  943. package/esm/public/cli/commands/sign-in-one-time-token.d.ts +8 -0
  944. package/esm/public/cli/commands/sign-in-one-time-token.js +34 -0
  945. package/esm/public/cli/commands/sign-in.d.ts +8 -0
  946. package/esm/public/cli/commands/sign-in.js +34 -0
  947. package/esm/public/cli/commands/sign-out.d.ts +8 -0
  948. package/esm/public/cli/commands/sign-out.js +34 -0
  949. package/esm/public/cli/commands/sign-up.d.ts +8 -0
  950. package/esm/public/cli/commands/sign-up.js +34 -0
  951. package/esm/public/cli/commands/site-metadatum.d.ts +8 -0
  952. package/esm/public/cli/commands/site-metadatum.js +286 -0
  953. package/esm/public/cli/commands/site-module.d.ts +8 -0
  954. package/esm/public/cli/commands/site-module.js +267 -0
  955. package/esm/public/cli/commands/site-theme.d.ts +8 -0
  956. package/esm/public/cli/commands/site-theme.js +248 -0
  957. package/esm/public/cli/commands/site.d.ts +8 -0
  958. package/esm/public/cli/commands/site.js +343 -0
  959. package/esm/public/cli/commands/sql-migration.d.ts +8 -0
  960. package/esm/public/cli/commands/sql-migration.js +405 -0
  961. package/esm/public/cli/commands/steps-achieved.d.ts +8 -0
  962. package/esm/public/cli/commands/steps-achieved.js +31 -0
  963. package/esm/public/cli/commands/steps-required.d.ts +8 -0
  964. package/esm/public/cli/commands/steps-required.js +52 -0
  965. package/esm/public/cli/commands/store.d.ts +8 -0
  966. package/esm/public/cli/commands/store.js +253 -0
  967. package/esm/public/cli/commands/submit-invite-code.d.ts +8 -0
  968. package/esm/public/cli/commands/submit-invite-code.js +34 -0
  969. package/esm/public/cli/commands/submit-org-invite-code.d.ts +8 -0
  970. package/esm/public/cli/commands/submit-org-invite-code.js +34 -0
  971. package/esm/public/cli/commands/table-grant.d.ts +8 -0
  972. package/esm/public/cli/commands/table-grant.js +315 -0
  973. package/esm/public/cli/commands/table-module.d.ts +8 -0
  974. package/esm/public/cli/commands/table-module.js +343 -0
  975. package/esm/public/cli/commands/table-template-module.d.ts +8 -0
  976. package/esm/public/cli/commands/table-template-module.js +343 -0
  977. package/esm/public/cli/commands/table.d.ts +8 -0
  978. package/esm/public/cli/commands/table.js +505 -0
  979. package/esm/public/cli/commands/trigger-function.d.ts +8 -0
  980. package/esm/public/cli/commands/trigger-function.js +258 -0
  981. package/esm/public/cli/commands/trigger.d.ts +8 -0
  982. package/esm/public/cli/commands/trigger.js +391 -0
  983. package/esm/public/cli/commands/unique-constraint.d.ts +8 -0
  984. package/esm/public/cli/commands/unique-constraint.js +410 -0
  985. package/esm/public/cli/commands/update-node-at-path.d.ts +8 -0
  986. package/esm/public/cli/commands/update-node-at-path.js +34 -0
  987. package/esm/public/cli/commands/user-auth-module.d.ts +8 -0
  988. package/esm/public/cli/commands/user-auth-module.js +666 -0
  989. package/esm/public/cli/commands/user.d.ts +8 -0
  990. package/esm/public/cli/commands/user.js +315 -0
  991. package/esm/public/cli/commands/users-module.d.ts +8 -0
  992. package/esm/public/cli/commands/users-module.js +305 -0
  993. package/esm/public/cli/commands/uuid-module.d.ts +8 -0
  994. package/esm/public/cli/commands/uuid-module.js +267 -0
  995. package/esm/public/cli/commands/verify-email.d.ts +8 -0
  996. package/esm/public/cli/commands/verify-email.js +34 -0
  997. package/esm/public/cli/commands/verify-password.d.ts +8 -0
  998. package/esm/public/cli/commands/verify-password.js +34 -0
  999. package/esm/public/cli/commands/verify-totp.d.ts +8 -0
  1000. package/esm/public/cli/commands/verify-totp.js +34 -0
  1001. package/esm/public/cli/commands/view-grant.d.ts +8 -0
  1002. package/esm/public/cli/commands/view-grant.js +305 -0
  1003. package/esm/public/cli/commands/view-rule.d.ts +8 -0
  1004. package/esm/public/cli/commands/view-rule.js +286 -0
  1005. package/esm/public/cli/commands/view-table.d.ts +8 -0
  1006. package/esm/public/cli/commands/view-table.js +248 -0
  1007. package/esm/public/cli/commands/view.d.ts +8 -0
  1008. package/esm/public/cli/commands/view.js +476 -0
  1009. package/esm/public/cli/commands.d.ts +7 -0
  1010. package/esm/public/cli/commands.js +350 -0
  1011. package/esm/public/cli/executor.d.ts +361 -0
  1012. package/esm/public/cli/executor.js +36 -0
  1013. package/esm/public/cli/index.d.ts +1 -0
  1014. package/esm/public/cli/index.js +25 -0
  1015. package/esm/public/cli/node-fetch.d.ts +26 -0
  1016. package/esm/public/cli/node-fetch.js +123 -0
  1017. package/esm/public/cli/utils.d.ts +37 -0
  1018. package/esm/public/cli/utils.js +170 -0
  1019. package/esm/public/index.d.ts +6 -0
  1020. package/esm/public/index.js +6 -0
  1021. package/esm/public/orm/client.d.ts +55 -0
  1022. package/esm/public/orm/client.js +99 -0
  1023. package/esm/public/orm/index.d.ts +496 -0
  1024. package/esm/public/orm/index.js +253 -0
  1025. package/esm/public/orm/input-types.d.ts +17680 -0
  1026. package/esm/public/orm/input-types.js +139 -0
  1027. package/esm/public/orm/models/api.d.ts +56 -0
  1028. package/esm/public/orm/models/api.js +94 -0
  1029. package/esm/public/orm/models/apiModule.d.ts +56 -0
  1030. package/esm/public/orm/models/apiModule.js +94 -0
  1031. package/esm/public/orm/models/apiSchema.d.ts +56 -0
  1032. package/esm/public/orm/models/apiSchema.js +94 -0
  1033. package/esm/public/orm/models/app.d.ts +56 -0
  1034. package/esm/public/orm/models/app.js +94 -0
  1035. package/esm/public/orm/models/appAchievement.d.ts +56 -0
  1036. package/esm/public/orm/models/appAchievement.js +94 -0
  1037. package/esm/public/orm/models/appAdminGrant.d.ts +56 -0
  1038. package/esm/public/orm/models/appAdminGrant.js +94 -0
  1039. package/esm/public/orm/models/appGrant.d.ts +56 -0
  1040. package/esm/public/orm/models/appGrant.js +94 -0
  1041. package/esm/public/orm/models/appLevel.d.ts +56 -0
  1042. package/esm/public/orm/models/appLevel.js +94 -0
  1043. package/esm/public/orm/models/appLevelRequirement.d.ts +56 -0
  1044. package/esm/public/orm/models/appLevelRequirement.js +94 -0
  1045. package/esm/public/orm/models/appLimit.d.ts +56 -0
  1046. package/esm/public/orm/models/appLimit.js +94 -0
  1047. package/esm/public/orm/models/appLimitDefault.d.ts +56 -0
  1048. package/esm/public/orm/models/appLimitDefault.js +94 -0
  1049. package/esm/public/orm/models/appMembership.d.ts +56 -0
  1050. package/esm/public/orm/models/appMembership.js +94 -0
  1051. package/esm/public/orm/models/appMembershipDefault.d.ts +56 -0
  1052. package/esm/public/orm/models/appMembershipDefault.js +94 -0
  1053. package/esm/public/orm/models/appOwnerGrant.d.ts +56 -0
  1054. package/esm/public/orm/models/appOwnerGrant.js +94 -0
  1055. package/esm/public/orm/models/appPermission.d.ts +56 -0
  1056. package/esm/public/orm/models/appPermission.js +94 -0
  1057. package/esm/public/orm/models/appPermissionDefault.d.ts +56 -0
  1058. package/esm/public/orm/models/appPermissionDefault.js +94 -0
  1059. package/esm/public/orm/models/appStep.d.ts +56 -0
  1060. package/esm/public/orm/models/appStep.js +94 -0
  1061. package/esm/public/orm/models/astMigration.d.ts +38 -0
  1062. package/esm/public/orm/models/astMigration.js +72 -0
  1063. package/esm/public/orm/models/auditLog.d.ts +56 -0
  1064. package/esm/public/orm/models/auditLog.js +94 -0
  1065. package/esm/public/orm/models/checkConstraint.d.ts +56 -0
  1066. package/esm/public/orm/models/checkConstraint.js +94 -0
  1067. package/esm/public/orm/models/claimedInvite.d.ts +56 -0
  1068. package/esm/public/orm/models/claimedInvite.js +94 -0
  1069. package/esm/public/orm/models/commit.d.ts +56 -0
  1070. package/esm/public/orm/models/commit.js +94 -0
  1071. package/esm/public/orm/models/connectedAccount.d.ts +56 -0
  1072. package/esm/public/orm/models/connectedAccount.js +94 -0
  1073. package/esm/public/orm/models/connectedAccountsModule.d.ts +56 -0
  1074. package/esm/public/orm/models/connectedAccountsModule.js +94 -0
  1075. package/esm/public/orm/models/cryptoAddress.d.ts +56 -0
  1076. package/esm/public/orm/models/cryptoAddress.js +94 -0
  1077. package/esm/public/orm/models/cryptoAddressesModule.d.ts +56 -0
  1078. package/esm/public/orm/models/cryptoAddressesModule.js +94 -0
  1079. package/esm/public/orm/models/cryptoAuthModule.d.ts +56 -0
  1080. package/esm/public/orm/models/cryptoAuthModule.js +94 -0
  1081. package/esm/public/orm/models/database.d.ts +56 -0
  1082. package/esm/public/orm/models/database.js +94 -0
  1083. package/esm/public/orm/models/databaseProvisionModule.d.ts +56 -0
  1084. package/esm/public/orm/models/databaseProvisionModule.js +94 -0
  1085. package/esm/public/orm/models/defaultIdsModule.d.ts +56 -0
  1086. package/esm/public/orm/models/defaultIdsModule.js +94 -0
  1087. package/esm/public/orm/models/defaultPrivilege.d.ts +56 -0
  1088. package/esm/public/orm/models/defaultPrivilege.js +94 -0
  1089. package/esm/public/orm/models/denormalizedTableField.d.ts +56 -0
  1090. package/esm/public/orm/models/denormalizedTableField.js +94 -0
  1091. package/esm/public/orm/models/domain.d.ts +56 -0
  1092. package/esm/public/orm/models/domain.js +94 -0
  1093. package/esm/public/orm/models/email.d.ts +56 -0
  1094. package/esm/public/orm/models/email.js +94 -0
  1095. package/esm/public/orm/models/emailsModule.d.ts +56 -0
  1096. package/esm/public/orm/models/emailsModule.js +94 -0
  1097. package/esm/public/orm/models/encryptedSecretsModule.d.ts +56 -0
  1098. package/esm/public/orm/models/encryptedSecretsModule.js +94 -0
  1099. package/esm/public/orm/models/field.d.ts +56 -0
  1100. package/esm/public/orm/models/field.js +94 -0
  1101. package/esm/public/orm/models/fieldModule.d.ts +56 -0
  1102. package/esm/public/orm/models/fieldModule.js +94 -0
  1103. package/esm/public/orm/models/foreignKeyConstraint.d.ts +56 -0
  1104. package/esm/public/orm/models/foreignKeyConstraint.js +94 -0
  1105. package/esm/public/orm/models/fullTextSearch.d.ts +56 -0
  1106. package/esm/public/orm/models/fullTextSearch.js +94 -0
  1107. package/esm/public/orm/models/getAllRecord.d.ts +32 -0
  1108. package/esm/public/orm/models/getAllRecord.js +51 -0
  1109. package/esm/public/orm/models/hierarchyModule.d.ts +56 -0
  1110. package/esm/public/orm/models/hierarchyModule.js +94 -0
  1111. package/esm/public/orm/models/index.d.ts +109 -0
  1112. package/esm/public/orm/models/index.js +109 -0
  1113. package/esm/public/orm/models/indexModel.d.ts +56 -0
  1114. package/esm/public/orm/models/indexModel.js +94 -0
  1115. package/esm/public/orm/models/invite.d.ts +56 -0
  1116. package/esm/public/orm/models/invite.js +94 -0
  1117. package/esm/public/orm/models/invitesModule.d.ts +56 -0
  1118. package/esm/public/orm/models/invitesModule.js +94 -0
  1119. package/esm/public/orm/models/levelsModule.d.ts +56 -0
  1120. package/esm/public/orm/models/levelsModule.js +94 -0
  1121. package/esm/public/orm/models/limitsModule.d.ts +56 -0
  1122. package/esm/public/orm/models/limitsModule.js +94 -0
  1123. package/esm/public/orm/models/membershipType.d.ts +56 -0
  1124. package/esm/public/orm/models/membershipType.js +94 -0
  1125. package/esm/public/orm/models/membershipTypesModule.d.ts +56 -0
  1126. package/esm/public/orm/models/membershipTypesModule.js +94 -0
  1127. package/esm/public/orm/models/membershipsModule.d.ts +56 -0
  1128. package/esm/public/orm/models/membershipsModule.js +94 -0
  1129. package/esm/public/orm/models/nodeTypeRegistry.d.ts +56 -0
  1130. package/esm/public/orm/models/nodeTypeRegistry.js +94 -0
  1131. package/esm/public/orm/models/object.d.ts +56 -0
  1132. package/esm/public/orm/models/object.js +84 -0
  1133. package/esm/public/orm/models/orgAdminGrant.d.ts +56 -0
  1134. package/esm/public/orm/models/orgAdminGrant.js +94 -0
  1135. package/esm/public/orm/models/orgChartEdge.d.ts +56 -0
  1136. package/esm/public/orm/models/orgChartEdge.js +94 -0
  1137. package/esm/public/orm/models/orgChartEdgeGrant.d.ts +56 -0
  1138. package/esm/public/orm/models/orgChartEdgeGrant.js +94 -0
  1139. package/esm/public/orm/models/orgClaimedInvite.d.ts +56 -0
  1140. package/esm/public/orm/models/orgClaimedInvite.js +94 -0
  1141. package/esm/public/orm/models/orgGetManagersRecord.d.ts +32 -0
  1142. package/esm/public/orm/models/orgGetManagersRecord.js +51 -0
  1143. package/esm/public/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
  1144. package/esm/public/orm/models/orgGetSubordinatesRecord.js +51 -0
  1145. package/esm/public/orm/models/orgGrant.d.ts +56 -0
  1146. package/esm/public/orm/models/orgGrant.js +94 -0
  1147. package/esm/public/orm/models/orgInvite.d.ts +56 -0
  1148. package/esm/public/orm/models/orgInvite.js +94 -0
  1149. package/esm/public/orm/models/orgLimit.d.ts +56 -0
  1150. package/esm/public/orm/models/orgLimit.js +94 -0
  1151. package/esm/public/orm/models/orgLimitDefault.d.ts +56 -0
  1152. package/esm/public/orm/models/orgLimitDefault.js +94 -0
  1153. package/esm/public/orm/models/orgMember.d.ts +56 -0
  1154. package/esm/public/orm/models/orgMember.js +94 -0
  1155. package/esm/public/orm/models/orgMembership.d.ts +56 -0
  1156. package/esm/public/orm/models/orgMembership.js +94 -0
  1157. package/esm/public/orm/models/orgMembershipDefault.d.ts +56 -0
  1158. package/esm/public/orm/models/orgMembershipDefault.js +94 -0
  1159. package/esm/public/orm/models/orgOwnerGrant.d.ts +56 -0
  1160. package/esm/public/orm/models/orgOwnerGrant.js +94 -0
  1161. package/esm/public/orm/models/orgPermission.d.ts +56 -0
  1162. package/esm/public/orm/models/orgPermission.js +94 -0
  1163. package/esm/public/orm/models/orgPermissionDefault.d.ts +56 -0
  1164. package/esm/public/orm/models/orgPermissionDefault.js +94 -0
  1165. package/esm/public/orm/models/permissionsModule.d.ts +56 -0
  1166. package/esm/public/orm/models/permissionsModule.js +94 -0
  1167. package/esm/public/orm/models/phoneNumber.d.ts +56 -0
  1168. package/esm/public/orm/models/phoneNumber.js +94 -0
  1169. package/esm/public/orm/models/phoneNumbersModule.d.ts +56 -0
  1170. package/esm/public/orm/models/phoneNumbersModule.js +94 -0
  1171. package/esm/public/orm/models/policy.d.ts +56 -0
  1172. package/esm/public/orm/models/policy.js +94 -0
  1173. package/esm/public/orm/models/primaryKeyConstraint.d.ts +56 -0
  1174. package/esm/public/orm/models/primaryKeyConstraint.js +94 -0
  1175. package/esm/public/orm/models/profilesModule.d.ts +56 -0
  1176. package/esm/public/orm/models/profilesModule.js +94 -0
  1177. package/esm/public/orm/models/ref.d.ts +56 -0
  1178. package/esm/public/orm/models/ref.js +94 -0
  1179. package/esm/public/orm/models/relationProvision.d.ts +56 -0
  1180. package/esm/public/orm/models/relationProvision.js +94 -0
  1181. package/esm/public/orm/models/rlsModule.d.ts +56 -0
  1182. package/esm/public/orm/models/rlsModule.js +94 -0
  1183. package/esm/public/orm/models/roleType.d.ts +56 -0
  1184. package/esm/public/orm/models/roleType.js +94 -0
  1185. package/esm/public/orm/models/schema.d.ts +56 -0
  1186. package/esm/public/orm/models/schema.js +94 -0
  1187. package/esm/public/orm/models/schemaGrant.d.ts +56 -0
  1188. package/esm/public/orm/models/schemaGrant.js +94 -0
  1189. package/esm/public/orm/models/secretsModule.d.ts +56 -0
  1190. package/esm/public/orm/models/secretsModule.js +94 -0
  1191. package/esm/public/orm/models/secureTableProvision.d.ts +56 -0
  1192. package/esm/public/orm/models/secureTableProvision.js +94 -0
  1193. package/esm/public/orm/models/sessionsModule.d.ts +56 -0
  1194. package/esm/public/orm/models/sessionsModule.js +94 -0
  1195. package/esm/public/orm/models/site.d.ts +56 -0
  1196. package/esm/public/orm/models/site.js +94 -0
  1197. package/esm/public/orm/models/siteMetadatum.d.ts +56 -0
  1198. package/esm/public/orm/models/siteMetadatum.js +94 -0
  1199. package/esm/public/orm/models/siteModule.d.ts +56 -0
  1200. package/esm/public/orm/models/siteModule.js +94 -0
  1201. package/esm/public/orm/models/siteTheme.d.ts +56 -0
  1202. package/esm/public/orm/models/siteTheme.js +94 -0
  1203. package/esm/public/orm/models/sqlMigration.d.ts +38 -0
  1204. package/esm/public/orm/models/sqlMigration.js +72 -0
  1205. package/esm/public/orm/models/store.d.ts +56 -0
  1206. package/esm/public/orm/models/store.js +94 -0
  1207. package/esm/public/orm/models/table.d.ts +56 -0
  1208. package/esm/public/orm/models/table.js +94 -0
  1209. package/esm/public/orm/models/tableGrant.d.ts +56 -0
  1210. package/esm/public/orm/models/tableGrant.js +94 -0
  1211. package/esm/public/orm/models/tableModule.d.ts +56 -0
  1212. package/esm/public/orm/models/tableModule.js +94 -0
  1213. package/esm/public/orm/models/tableTemplateModule.d.ts +56 -0
  1214. package/esm/public/orm/models/tableTemplateModule.js +94 -0
  1215. package/esm/public/orm/models/trigger.d.ts +56 -0
  1216. package/esm/public/orm/models/trigger.js +94 -0
  1217. package/esm/public/orm/models/triggerFunction.d.ts +56 -0
  1218. package/esm/public/orm/models/triggerFunction.js +94 -0
  1219. package/esm/public/orm/models/uniqueConstraint.d.ts +56 -0
  1220. package/esm/public/orm/models/uniqueConstraint.js +94 -0
  1221. package/esm/public/orm/models/user.d.ts +56 -0
  1222. package/esm/public/orm/models/user.js +94 -0
  1223. package/esm/public/orm/models/userAuthModule.d.ts +56 -0
  1224. package/esm/public/orm/models/userAuthModule.js +94 -0
  1225. package/esm/public/orm/models/usersModule.d.ts +56 -0
  1226. package/esm/public/orm/models/usersModule.js +94 -0
  1227. package/esm/public/orm/models/uuidModule.d.ts +56 -0
  1228. package/esm/public/orm/models/uuidModule.js +94 -0
  1229. package/esm/public/orm/models/view.d.ts +56 -0
  1230. package/esm/public/orm/models/view.js +94 -0
  1231. package/esm/public/orm/models/viewGrant.d.ts +56 -0
  1232. package/esm/public/orm/models/viewGrant.js +94 -0
  1233. package/esm/public/orm/models/viewRule.d.ts +56 -0
  1234. package/esm/public/orm/models/viewRule.js +94 -0
  1235. package/esm/public/orm/models/viewTable.d.ts +56 -0
  1236. package/esm/public/orm/models/viewTable.js +94 -0
  1237. package/esm/public/orm/mutation/index.d.ts +278 -0
  1238. package/esm/public/orm/mutation/index.js +378 -0
  1239. package/esm/public/orm/node-fetch.d.ts +26 -0
  1240. package/esm/public/orm/node-fetch.js +122 -0
  1241. package/esm/public/orm/query/index.d.ts +209 -0
  1242. package/esm/public/orm/query/index.js +326 -0
  1243. package/esm/public/orm/query-builder.d.ts +89 -0
  1244. package/esm/public/orm/query-builder.js +564 -0
  1245. package/esm/public/orm/select-types.d.ts +101 -0
  1246. package/esm/public/orm/select-types.js +1 -0
  1247. package/esm/public/orm/types.d.ts +6 -0
  1248. package/esm/public/orm/types.js +7 -0
  1249. package/esm/utils/cli-utils.d.ts +44 -0
  1250. package/esm/utils/cli-utils.js +172 -0
  1251. package/esm/utils/display.d.ts +38 -0
  1252. package/esm/utils/display.js +71 -0
  1253. package/esm/utils/index.d.ts +3 -0
  1254. package/esm/utils/index.js +2 -0
  1255. package/index.d.ts +12 -0
  1256. package/index.js +48 -0
  1257. package/objects/cli/commands/auth.d.ts +8 -0
  1258. package/objects/cli/commands/auth.js +108 -0
  1259. package/objects/cli/commands/commit.d.ts +8 -0
  1260. package/objects/cli/commands/commit.js +345 -0
  1261. package/objects/cli/commands/context.d.ts +8 -0
  1262. package/objects/cli/commands/context.js +159 -0
  1263. package/objects/cli/commands/freeze-objects.d.ts +8 -0
  1264. package/objects/cli/commands/freeze-objects.js +36 -0
  1265. package/objects/cli/commands/get-all-objects-from-root.d.ts +8 -0
  1266. package/objects/cli/commands/get-all-objects-from-root.js +54 -0
  1267. package/objects/cli/commands/get-all-record.d.ts +8 -0
  1268. package/objects/cli/commands/get-all-record.js +226 -0
  1269. package/objects/cli/commands/get-object-at-path.d.ts +8 -0
  1270. package/objects/cli/commands/get-object-at-path.js +49 -0
  1271. package/objects/cli/commands/get-path-objects-from-root.d.ts +8 -0
  1272. package/objects/cli/commands/get-path-objects-from-root.js +59 -0
  1273. package/objects/cli/commands/init-empty-repo.d.ts +8 -0
  1274. package/objects/cli/commands/init-empty-repo.js +36 -0
  1275. package/objects/cli/commands/insert-node-at-path.d.ts +8 -0
  1276. package/objects/cli/commands/insert-node-at-path.js +36 -0
  1277. package/objects/cli/commands/object.d.ts +8 -0
  1278. package/objects/cli/commands/object.js +312 -0
  1279. package/objects/cli/commands/ref.d.ts +8 -0
  1280. package/objects/cli/commands/ref.js +269 -0
  1281. package/objects/cli/commands/remove-node-at-path.d.ts +8 -0
  1282. package/objects/cli/commands/remove-node-at-path.js +36 -0
  1283. package/objects/cli/commands/rev-parse.d.ts +8 -0
  1284. package/objects/cli/commands/rev-parse.js +38 -0
  1285. package/objects/cli/commands/set-and-commit.d.ts +8 -0
  1286. package/objects/cli/commands/set-and-commit.js +36 -0
  1287. package/objects/cli/commands/set-data-at-path.d.ts +8 -0
  1288. package/objects/cli/commands/set-data-at-path.js +36 -0
  1289. package/objects/cli/commands/set-props-and-commit.d.ts +8 -0
  1290. package/objects/cli/commands/set-props-and-commit.js +36 -0
  1291. package/objects/cli/commands/store.d.ts +8 -0
  1292. package/objects/cli/commands/store.js +255 -0
  1293. package/objects/cli/commands/update-node-at-path.d.ts +8 -0
  1294. package/objects/cli/commands/update-node-at-path.js +36 -0
  1295. package/objects/cli/commands.d.ts +7 -0
  1296. package/objects/cli/commands.js +83 -0
  1297. package/objects/cli/executor.d.ts +72 -0
  1298. package/objects/cli/executor.js +41 -0
  1299. package/objects/cli/index.d.ts +1 -0
  1300. package/objects/cli/index.js +27 -0
  1301. package/objects/cli/node-fetch.d.ts +26 -0
  1302. package/objects/cli/node-fetch.js +130 -0
  1303. package/objects/cli/utils.d.ts +37 -0
  1304. package/objects/cli/utils.js +179 -0
  1305. package/objects/index.d.ts +6 -0
  1306. package/objects/index.js +22 -0
  1307. package/objects/orm/client.d.ts +55 -0
  1308. package/objects/orm/client.js +105 -0
  1309. package/objects/orm/index.d.ts +108 -0
  1310. package/objects/orm/index.js +78 -0
  1311. package/objects/orm/input-types.d.ts +951 -0
  1312. package/objects/orm/input-types.js +5 -0
  1313. package/objects/orm/models/commit.d.ts +56 -0
  1314. package/objects/orm/models/commit.js +98 -0
  1315. package/objects/orm/models/getAllRecord.d.ts +32 -0
  1316. package/objects/orm/models/getAllRecord.js +55 -0
  1317. package/objects/orm/models/index.d.ts +10 -0
  1318. package/objects/orm/models/index.js +18 -0
  1319. package/objects/orm/models/object.d.ts +56 -0
  1320. package/objects/orm/models/object.js +88 -0
  1321. package/objects/orm/models/ref.d.ts +56 -0
  1322. package/objects/orm/models/ref.js +98 -0
  1323. package/objects/orm/models/store.d.ts +56 -0
  1324. package/objects/orm/models/store.js +98 -0
  1325. package/objects/orm/mutation/index.d.ts +75 -0
  1326. package/objects/orm/mutation/index.js +105 -0
  1327. package/objects/orm/node-fetch.d.ts +26 -0
  1328. package/objects/orm/node-fetch.js +129 -0
  1329. package/objects/orm/query/index.d.ts +69 -0
  1330. package/objects/orm/query/index.js +113 -0
  1331. package/objects/orm/query-builder.d.ts +89 -0
  1332. package/objects/orm/query-builder.js +611 -0
  1333. package/objects/orm/select-types.d.ts +101 -0
  1334. package/objects/orm/select-types.js +2 -0
  1335. package/objects/orm/types.d.ts +6 -0
  1336. package/objects/orm/types.js +23 -0
  1337. package/package.json +64 -0
  1338. package/public/cli/commands/api-module.d.ts +8 -0
  1339. package/public/cli/commands/api-module.js +269 -0
  1340. package/public/cli/commands/api-schema.d.ts +8 -0
  1341. package/public/cli/commands/api-schema.js +250 -0
  1342. package/public/cli/commands/api.d.ts +8 -0
  1343. package/public/cli/commands/api.js +307 -0
  1344. package/public/cli/commands/app-achievement.d.ts +8 -0
  1345. package/public/cli/commands/app-achievement.js +260 -0
  1346. package/public/cli/commands/app-admin-grant.d.ts +8 -0
  1347. package/public/cli/commands/app-admin-grant.js +260 -0
  1348. package/public/cli/commands/app-grant.d.ts +8 -0
  1349. package/public/cli/commands/app-grant.js +279 -0
  1350. package/public/cli/commands/app-level-requirement.d.ts +8 -0
  1351. package/public/cli/commands/app-level-requirement.js +298 -0
  1352. package/public/cli/commands/app-level.d.ts +8 -0
  1353. package/public/cli/commands/app-level.js +279 -0
  1354. package/public/cli/commands/app-limit-default.d.ts +8 -0
  1355. package/public/cli/commands/app-limit-default.js +231 -0
  1356. package/public/cli/commands/app-limit.d.ts +8 -0
  1357. package/public/cli/commands/app-limit.js +269 -0
  1358. package/public/cli/commands/app-membership-default.d.ts +8 -0
  1359. package/public/cli/commands/app-membership-default.js +279 -0
  1360. package/public/cli/commands/app-membership.d.ts +8 -0
  1361. package/public/cli/commands/app-membership.js +450 -0
  1362. package/public/cli/commands/app-owner-grant.d.ts +8 -0
  1363. package/public/cli/commands/app-owner-grant.js +260 -0
  1364. package/public/cli/commands/app-permission-default.d.ts +8 -0
  1365. package/public/cli/commands/app-permission-default.js +212 -0
  1366. package/public/cli/commands/app-permission.d.ts +8 -0
  1367. package/public/cli/commands/app-permission.js +269 -0
  1368. package/public/cli/commands/app-permissions-get-by-mask.d.ts +8 -0
  1369. package/public/cli/commands/app-permissions-get-by-mask.js +49 -0
  1370. package/public/cli/commands/app-permissions-get-mask-by-names.d.ts +8 -0
  1371. package/public/cli/commands/app-permissions-get-mask-by-names.js +28 -0
  1372. package/public/cli/commands/app-permissions-get-mask.d.ts +8 -0
  1373. package/public/cli/commands/app-permissions-get-mask.js +28 -0
  1374. package/public/cli/commands/app-permissions-get-padded-mask.d.ts +8 -0
  1375. package/public/cli/commands/app-permissions-get-padded-mask.js +28 -0
  1376. package/public/cli/commands/app-step.d.ts +8 -0
  1377. package/public/cli/commands/app-step.js +260 -0
  1378. package/public/cli/commands/app.d.ts +8 -0
  1379. package/public/cli/commands/app.js +345 -0
  1380. package/public/cli/commands/apply-rls.d.ts +8 -0
  1381. package/public/cli/commands/apply-rls.js +36 -0
  1382. package/public/cli/commands/ast-migration.d.ts +8 -0
  1383. package/public/cli/commands/ast-migration.js +407 -0
  1384. package/public/cli/commands/audit-log.d.ts +8 -0
  1385. package/public/cli/commands/audit-log.js +312 -0
  1386. package/public/cli/commands/auth.d.ts +8 -0
  1387. package/public/cli/commands/auth.js +108 -0
  1388. package/public/cli/commands/bootstrap-user.d.ts +8 -0
  1389. package/public/cli/commands/bootstrap-user.js +36 -0
  1390. package/public/cli/commands/check-constraint.d.ts +8 -0
  1391. package/public/cli/commands/check-constraint.js +412 -0
  1392. package/public/cli/commands/check-password.d.ts +8 -0
  1393. package/public/cli/commands/check-password.js +36 -0
  1394. package/public/cli/commands/claimed-invite.d.ts +8 -0
  1395. package/public/cli/commands/claimed-invite.js +260 -0
  1396. package/public/cli/commands/commit.d.ts +8 -0
  1397. package/public/cli/commands/commit.js +345 -0
  1398. package/public/cli/commands/confirm-delete-account.d.ts +8 -0
  1399. package/public/cli/commands/confirm-delete-account.js +36 -0
  1400. package/public/cli/commands/connected-account.d.ts +8 -0
  1401. package/public/cli/commands/connected-account.js +298 -0
  1402. package/public/cli/commands/connected-accounts-module.d.ts +8 -0
  1403. package/public/cli/commands/connected-accounts-module.js +307 -0
  1404. package/public/cli/commands/context.d.ts +8 -0
  1405. package/public/cli/commands/context.js +159 -0
  1406. package/public/cli/commands/create-user-database.d.ts +8 -0
  1407. package/public/cli/commands/create-user-database.js +36 -0
  1408. package/public/cli/commands/crypto-address.d.ts +8 -0
  1409. package/public/cli/commands/crypto-address.js +279 -0
  1410. package/public/cli/commands/crypto-addresses-module.d.ts +8 -0
  1411. package/public/cli/commands/crypto-addresses-module.js +326 -0
  1412. package/public/cli/commands/crypto-auth-module.d.ts +8 -0
  1413. package/public/cli/commands/crypto-auth-module.js +440 -0
  1414. package/public/cli/commands/current-ip-address.d.ts +8 -0
  1415. package/public/cli/commands/current-ip-address.js +21 -0
  1416. package/public/cli/commands/current-user-agent.d.ts +8 -0
  1417. package/public/cli/commands/current-user-agent.js +21 -0
  1418. package/public/cli/commands/current-user-id.d.ts +8 -0
  1419. package/public/cli/commands/current-user-id.js +21 -0
  1420. package/public/cli/commands/current-user.d.ts +8 -0
  1421. package/public/cli/commands/current-user.js +27 -0
  1422. package/public/cli/commands/database-provision-module.d.ts +8 -0
  1423. package/public/cli/commands/database-provision-module.js +412 -0
  1424. package/public/cli/commands/database.d.ts +8 -0
  1425. package/public/cli/commands/database.js +298 -0
  1426. package/public/cli/commands/default-ids-module.d.ts +8 -0
  1427. package/public/cli/commands/default-ids-module.js +212 -0
  1428. package/public/cli/commands/default-privilege.d.ts +8 -0
  1429. package/public/cli/commands/default-privilege.js +307 -0
  1430. package/public/cli/commands/denormalized-table-field.d.ts +8 -0
  1431. package/public/cli/commands/denormalized-table-field.js +402 -0
  1432. package/public/cli/commands/domain.d.ts +8 -0
  1433. package/public/cli/commands/domain.js +288 -0
  1434. package/public/cli/commands/email.d.ts +8 -0
  1435. package/public/cli/commands/email.js +279 -0
  1436. package/public/cli/commands/emails-module.d.ts +8 -0
  1437. package/public/cli/commands/emails-module.js +307 -0
  1438. package/public/cli/commands/encrypted-secrets-module.d.ts +8 -0
  1439. package/public/cli/commands/encrypted-secrets-module.js +269 -0
  1440. package/public/cli/commands/extend-token-expires.d.ts +8 -0
  1441. package/public/cli/commands/extend-token-expires.js +36 -0
  1442. package/public/cli/commands/field-module.d.ts +8 -0
  1443. package/public/cli/commands/field-module.js +345 -0
  1444. package/public/cli/commands/field.d.ts +8 -0
  1445. package/public/cli/commands/field.js +602 -0
  1446. package/public/cli/commands/foreign-key-constraint.d.ts +8 -0
  1447. package/public/cli/commands/foreign-key-constraint.js +488 -0
  1448. package/public/cli/commands/forgot-password.d.ts +8 -0
  1449. package/public/cli/commands/forgot-password.js +36 -0
  1450. package/public/cli/commands/freeze-objects.d.ts +8 -0
  1451. package/public/cli/commands/freeze-objects.js +36 -0
  1452. package/public/cli/commands/full-text-search.d.ts +8 -0
  1453. package/public/cli/commands/full-text-search.js +317 -0
  1454. package/public/cli/commands/get-all-objects-from-root.d.ts +8 -0
  1455. package/public/cli/commands/get-all-objects-from-root.js +54 -0
  1456. package/public/cli/commands/get-all-record.d.ts +8 -0
  1457. package/public/cli/commands/get-all-record.js +226 -0
  1458. package/public/cli/commands/get-object-at-path.d.ts +8 -0
  1459. package/public/cli/commands/get-object-at-path.js +49 -0
  1460. package/public/cli/commands/get-path-objects-from-root.d.ts +8 -0
  1461. package/public/cli/commands/get-path-objects-from-root.js +59 -0
  1462. package/public/cli/commands/hierarchy-module.d.ts +8 -0
  1463. package/public/cli/commands/hierarchy-module.js +540 -0
  1464. package/public/cli/commands/index.d.ts +8 -0
  1465. package/public/cli/commands/index.js +469 -0
  1466. package/public/cli/commands/init-empty-repo.d.ts +8 -0
  1467. package/public/cli/commands/init-empty-repo.js +36 -0
  1468. package/public/cli/commands/insert-node-at-path.d.ts +8 -0
  1469. package/public/cli/commands/insert-node-at-path.js +36 -0
  1470. package/public/cli/commands/invite.d.ts +8 -0
  1471. package/public/cli/commands/invite.js +374 -0
  1472. package/public/cli/commands/invites-module.d.ts +8 -0
  1473. package/public/cli/commands/invites-module.js +440 -0
  1474. package/public/cli/commands/levels-module.d.ts +8 -0
  1475. package/public/cli/commands/levels-module.js +668 -0
  1476. package/public/cli/commands/limits-module.d.ts +8 -0
  1477. package/public/cli/commands/limits-module.js +516 -0
  1478. package/public/cli/commands/membership-type.d.ts +8 -0
  1479. package/public/cli/commands/membership-type.js +250 -0
  1480. package/public/cli/commands/membership-types-module.d.ts +8 -0
  1481. package/public/cli/commands/membership-types-module.js +269 -0
  1482. package/public/cli/commands/memberships-module.d.ts +8 -0
  1483. package/public/cli/commands/memberships-module.js +763 -0
  1484. package/public/cli/commands/node-type-registry.d.ts +8 -0
  1485. package/public/cli/commands/node-type-registry.js +317 -0
  1486. package/public/cli/commands/object.d.ts +8 -0
  1487. package/public/cli/commands/object.js +312 -0
  1488. package/public/cli/commands/one-time-token.d.ts +8 -0
  1489. package/public/cli/commands/one-time-token.js +36 -0
  1490. package/public/cli/commands/org-admin-grant.d.ts +8 -0
  1491. package/public/cli/commands/org-admin-grant.js +279 -0
  1492. package/public/cli/commands/org-chart-edge-grant.d.ts +8 -0
  1493. package/public/cli/commands/org-chart-edge-grant.js +331 -0
  1494. package/public/cli/commands/org-chart-edge.d.ts +8 -0
  1495. package/public/cli/commands/org-chart-edge.js +298 -0
  1496. package/public/cli/commands/org-claimed-invite.d.ts +8 -0
  1497. package/public/cli/commands/org-claimed-invite.js +279 -0
  1498. package/public/cli/commands/org-get-managers-record.d.ts +8 -0
  1499. package/public/cli/commands/org-get-managers-record.js +226 -0
  1500. package/public/cli/commands/org-get-subordinates-record.d.ts +8 -0
  1501. package/public/cli/commands/org-get-subordinates-record.js +226 -0
  1502. package/public/cli/commands/org-grant.d.ts +8 -0
  1503. package/public/cli/commands/org-grant.js +298 -0
  1504. package/public/cli/commands/org-invite.d.ts +8 -0
  1505. package/public/cli/commands/org-invite.js +412 -0
  1506. package/public/cli/commands/org-is-manager-of.d.ts +8 -0
  1507. package/public/cli/commands/org-is-manager-of.js +43 -0
  1508. package/public/cli/commands/org-limit-default.d.ts +8 -0
  1509. package/public/cli/commands/org-limit-default.js +231 -0
  1510. package/public/cli/commands/org-limit.d.ts +8 -0
  1511. package/public/cli/commands/org-limit.js +288 -0
  1512. package/public/cli/commands/org-member.d.ts +8 -0
  1513. package/public/cli/commands/org-member.js +250 -0
  1514. package/public/cli/commands/org-membership-default.d.ts +8 -0
  1515. package/public/cli/commands/org-membership-default.js +317 -0
  1516. package/public/cli/commands/org-membership.d.ts +8 -0
  1517. package/public/cli/commands/org-membership.js +450 -0
  1518. package/public/cli/commands/org-owner-grant.d.ts +8 -0
  1519. package/public/cli/commands/org-owner-grant.js +279 -0
  1520. package/public/cli/commands/org-permission-default.d.ts +8 -0
  1521. package/public/cli/commands/org-permission-default.js +231 -0
  1522. package/public/cli/commands/org-permission.d.ts +8 -0
  1523. package/public/cli/commands/org-permission.js +269 -0
  1524. package/public/cli/commands/org-permissions-get-by-mask.d.ts +8 -0
  1525. package/public/cli/commands/org-permissions-get-by-mask.js +49 -0
  1526. package/public/cli/commands/org-permissions-get-mask-by-names.d.ts +8 -0
  1527. package/public/cli/commands/org-permissions-get-mask-by-names.js +28 -0
  1528. package/public/cli/commands/org-permissions-get-mask.d.ts +8 -0
  1529. package/public/cli/commands/org-permissions-get-mask.js +28 -0
  1530. package/public/cli/commands/org-permissions-get-padded-mask.d.ts +8 -0
  1531. package/public/cli/commands/org-permissions-get-padded-mask.js +28 -0
  1532. package/public/cli/commands/permissions-module.d.ts +8 -0
  1533. package/public/cli/commands/permissions-module.js +497 -0
  1534. package/public/cli/commands/phone-number.d.ts +8 -0
  1535. package/public/cli/commands/phone-number.js +298 -0
  1536. package/public/cli/commands/phone-numbers-module.d.ts +8 -0
  1537. package/public/cli/commands/phone-numbers-module.js +307 -0
  1538. package/public/cli/commands/policy.d.ts +8 -0
  1539. package/public/cli/commands/policy.js +469 -0
  1540. package/public/cli/commands/primary-key-constraint.d.ts +8 -0
  1541. package/public/cli/commands/primary-key-constraint.js +393 -0
  1542. package/public/cli/commands/profiles-module.d.ts +8 -0
  1543. package/public/cli/commands/profiles-module.js +516 -0
  1544. package/public/cli/commands/provision-database-with-user.d.ts +8 -0
  1545. package/public/cli/commands/provision-database-with-user.js +36 -0
  1546. package/public/cli/commands/ref.d.ts +8 -0
  1547. package/public/cli/commands/ref.js +269 -0
  1548. package/public/cli/commands/relation-provision.d.ts +8 -0
  1549. package/public/cli/commands/relation-provision.js +706 -0
  1550. package/public/cli/commands/remove-node-at-path.d.ts +8 -0
  1551. package/public/cli/commands/remove-node-at-path.js +36 -0
  1552. package/public/cli/commands/reset-password.d.ts +8 -0
  1553. package/public/cli/commands/reset-password.js +36 -0
  1554. package/public/cli/commands/rev-parse.d.ts +8 -0
  1555. package/public/cli/commands/rev-parse.js +38 -0
  1556. package/public/cli/commands/rls-module.d.ts +8 -0
  1557. package/public/cli/commands/rls-module.js +402 -0
  1558. package/public/cli/commands/role-type.d.ts +8 -0
  1559. package/public/cli/commands/role-type.js +212 -0
  1560. package/public/cli/commands/schema-grant.d.ts +8 -0
  1561. package/public/cli/commands/schema-grant.js +260 -0
  1562. package/public/cli/commands/schema.d.ts +8 -0
  1563. package/public/cli/commands/schema.js +412 -0
  1564. package/public/cli/commands/secrets-module.d.ts +8 -0
  1565. package/public/cli/commands/secrets-module.js +269 -0
  1566. package/public/cli/commands/secure-table-provision.d.ts +8 -0
  1567. package/public/cli/commands/secure-table-provision.js +497 -0
  1568. package/public/cli/commands/send-account-deletion-email.d.ts +8 -0
  1569. package/public/cli/commands/send-account-deletion-email.js +36 -0
  1570. package/public/cli/commands/send-verification-email.d.ts +8 -0
  1571. package/public/cli/commands/send-verification-email.js +36 -0
  1572. package/public/cli/commands/sessions-module.d.ts +8 -0
  1573. package/public/cli/commands/sessions-module.js +383 -0
  1574. package/public/cli/commands/set-and-commit.d.ts +8 -0
  1575. package/public/cli/commands/set-and-commit.js +36 -0
  1576. package/public/cli/commands/set-data-at-path.d.ts +8 -0
  1577. package/public/cli/commands/set-data-at-path.js +36 -0
  1578. package/public/cli/commands/set-field-order.d.ts +8 -0
  1579. package/public/cli/commands/set-field-order.js +36 -0
  1580. package/public/cli/commands/set-password.d.ts +8 -0
  1581. package/public/cli/commands/set-password.js +36 -0
  1582. package/public/cli/commands/set-props-and-commit.d.ts +8 -0
  1583. package/public/cli/commands/set-props-and-commit.js +36 -0
  1584. package/public/cli/commands/sign-in-one-time-token.d.ts +8 -0
  1585. package/public/cli/commands/sign-in-one-time-token.js +36 -0
  1586. package/public/cli/commands/sign-in.d.ts +8 -0
  1587. package/public/cli/commands/sign-in.js +36 -0
  1588. package/public/cli/commands/sign-out.d.ts +8 -0
  1589. package/public/cli/commands/sign-out.js +36 -0
  1590. package/public/cli/commands/sign-up.d.ts +8 -0
  1591. package/public/cli/commands/sign-up.js +36 -0
  1592. package/public/cli/commands/site-metadatum.d.ts +8 -0
  1593. package/public/cli/commands/site-metadatum.js +288 -0
  1594. package/public/cli/commands/site-module.d.ts +8 -0
  1595. package/public/cli/commands/site-module.js +269 -0
  1596. package/public/cli/commands/site-theme.d.ts +8 -0
  1597. package/public/cli/commands/site-theme.js +250 -0
  1598. package/public/cli/commands/site.d.ts +8 -0
  1599. package/public/cli/commands/site.js +345 -0
  1600. package/public/cli/commands/sql-migration.d.ts +8 -0
  1601. package/public/cli/commands/sql-migration.js +407 -0
  1602. package/public/cli/commands/steps-achieved.d.ts +8 -0
  1603. package/public/cli/commands/steps-achieved.js +33 -0
  1604. package/public/cli/commands/steps-required.d.ts +8 -0
  1605. package/public/cli/commands/steps-required.js +54 -0
  1606. package/public/cli/commands/store.d.ts +8 -0
  1607. package/public/cli/commands/store.js +255 -0
  1608. package/public/cli/commands/submit-invite-code.d.ts +8 -0
  1609. package/public/cli/commands/submit-invite-code.js +36 -0
  1610. package/public/cli/commands/submit-org-invite-code.d.ts +8 -0
  1611. package/public/cli/commands/submit-org-invite-code.js +36 -0
  1612. package/public/cli/commands/table-grant.d.ts +8 -0
  1613. package/public/cli/commands/table-grant.js +317 -0
  1614. package/public/cli/commands/table-module.d.ts +8 -0
  1615. package/public/cli/commands/table-module.js +345 -0
  1616. package/public/cli/commands/table-template-module.d.ts +8 -0
  1617. package/public/cli/commands/table-template-module.js +345 -0
  1618. package/public/cli/commands/table.d.ts +8 -0
  1619. package/public/cli/commands/table.js +507 -0
  1620. package/public/cli/commands/trigger-function.d.ts +8 -0
  1621. package/public/cli/commands/trigger-function.js +260 -0
  1622. package/public/cli/commands/trigger.d.ts +8 -0
  1623. package/public/cli/commands/trigger.js +393 -0
  1624. package/public/cli/commands/unique-constraint.d.ts +8 -0
  1625. package/public/cli/commands/unique-constraint.js +412 -0
  1626. package/public/cli/commands/update-node-at-path.d.ts +8 -0
  1627. package/public/cli/commands/update-node-at-path.js +36 -0
  1628. package/public/cli/commands/user-auth-module.d.ts +8 -0
  1629. package/public/cli/commands/user-auth-module.js +668 -0
  1630. package/public/cli/commands/user.d.ts +8 -0
  1631. package/public/cli/commands/user.js +317 -0
  1632. package/public/cli/commands/users-module.d.ts +8 -0
  1633. package/public/cli/commands/users-module.js +307 -0
  1634. package/public/cli/commands/uuid-module.d.ts +8 -0
  1635. package/public/cli/commands/uuid-module.js +269 -0
  1636. package/public/cli/commands/verify-email.d.ts +8 -0
  1637. package/public/cli/commands/verify-email.js +36 -0
  1638. package/public/cli/commands/verify-password.d.ts +8 -0
  1639. package/public/cli/commands/verify-password.js +36 -0
  1640. package/public/cli/commands/verify-totp.d.ts +8 -0
  1641. package/public/cli/commands/verify-totp.js +36 -0
  1642. package/public/cli/commands/view-grant.d.ts +8 -0
  1643. package/public/cli/commands/view-grant.js +307 -0
  1644. package/public/cli/commands/view-rule.d.ts +8 -0
  1645. package/public/cli/commands/view-rule.js +288 -0
  1646. package/public/cli/commands/view-table.d.ts +8 -0
  1647. package/public/cli/commands/view-table.js +250 -0
  1648. package/public/cli/commands/view.d.ts +8 -0
  1649. package/public/cli/commands/view.js +478 -0
  1650. package/public/cli/commands.d.ts +7 -0
  1651. package/public/cli/commands.js +357 -0
  1652. package/public/cli/executor.d.ts +361 -0
  1653. package/public/cli/executor.js +41 -0
  1654. package/public/cli/index.d.ts +1 -0
  1655. package/public/cli/index.js +27 -0
  1656. package/public/cli/node-fetch.d.ts +26 -0
  1657. package/public/cli/node-fetch.js +130 -0
  1658. package/public/cli/utils.d.ts +37 -0
  1659. package/public/cli/utils.js +179 -0
  1660. package/public/index.d.ts +6 -0
  1661. package/public/index.js +22 -0
  1662. package/public/orm/client.d.ts +55 -0
  1663. package/public/orm/client.js +105 -0
  1664. package/public/orm/index.d.ts +496 -0
  1665. package/public/orm/index.js +276 -0
  1666. package/public/orm/input-types.d.ts +17680 -0
  1667. package/public/orm/input-types.js +142 -0
  1668. package/public/orm/models/api.d.ts +56 -0
  1669. package/public/orm/models/api.js +98 -0
  1670. package/public/orm/models/apiModule.d.ts +56 -0
  1671. package/public/orm/models/apiModule.js +98 -0
  1672. package/public/orm/models/apiSchema.d.ts +56 -0
  1673. package/public/orm/models/apiSchema.js +98 -0
  1674. package/public/orm/models/app.d.ts +56 -0
  1675. package/public/orm/models/app.js +98 -0
  1676. package/public/orm/models/appAchievement.d.ts +56 -0
  1677. package/public/orm/models/appAchievement.js +98 -0
  1678. package/public/orm/models/appAdminGrant.d.ts +56 -0
  1679. package/public/orm/models/appAdminGrant.js +98 -0
  1680. package/public/orm/models/appGrant.d.ts +56 -0
  1681. package/public/orm/models/appGrant.js +98 -0
  1682. package/public/orm/models/appLevel.d.ts +56 -0
  1683. package/public/orm/models/appLevel.js +98 -0
  1684. package/public/orm/models/appLevelRequirement.d.ts +56 -0
  1685. package/public/orm/models/appLevelRequirement.js +98 -0
  1686. package/public/orm/models/appLimit.d.ts +56 -0
  1687. package/public/orm/models/appLimit.js +98 -0
  1688. package/public/orm/models/appLimitDefault.d.ts +56 -0
  1689. package/public/orm/models/appLimitDefault.js +98 -0
  1690. package/public/orm/models/appMembership.d.ts +56 -0
  1691. package/public/orm/models/appMembership.js +98 -0
  1692. package/public/orm/models/appMembershipDefault.d.ts +56 -0
  1693. package/public/orm/models/appMembershipDefault.js +98 -0
  1694. package/public/orm/models/appOwnerGrant.d.ts +56 -0
  1695. package/public/orm/models/appOwnerGrant.js +98 -0
  1696. package/public/orm/models/appPermission.d.ts +56 -0
  1697. package/public/orm/models/appPermission.js +98 -0
  1698. package/public/orm/models/appPermissionDefault.d.ts +56 -0
  1699. package/public/orm/models/appPermissionDefault.js +98 -0
  1700. package/public/orm/models/appStep.d.ts +56 -0
  1701. package/public/orm/models/appStep.js +98 -0
  1702. package/public/orm/models/astMigration.d.ts +38 -0
  1703. package/public/orm/models/astMigration.js +76 -0
  1704. package/public/orm/models/auditLog.d.ts +56 -0
  1705. package/public/orm/models/auditLog.js +98 -0
  1706. package/public/orm/models/checkConstraint.d.ts +56 -0
  1707. package/public/orm/models/checkConstraint.js +98 -0
  1708. package/public/orm/models/claimedInvite.d.ts +56 -0
  1709. package/public/orm/models/claimedInvite.js +98 -0
  1710. package/public/orm/models/commit.d.ts +56 -0
  1711. package/public/orm/models/commit.js +98 -0
  1712. package/public/orm/models/connectedAccount.d.ts +56 -0
  1713. package/public/orm/models/connectedAccount.js +98 -0
  1714. package/public/orm/models/connectedAccountsModule.d.ts +56 -0
  1715. package/public/orm/models/connectedAccountsModule.js +98 -0
  1716. package/public/orm/models/cryptoAddress.d.ts +56 -0
  1717. package/public/orm/models/cryptoAddress.js +98 -0
  1718. package/public/orm/models/cryptoAddressesModule.d.ts +56 -0
  1719. package/public/orm/models/cryptoAddressesModule.js +98 -0
  1720. package/public/orm/models/cryptoAuthModule.d.ts +56 -0
  1721. package/public/orm/models/cryptoAuthModule.js +98 -0
  1722. package/public/orm/models/database.d.ts +56 -0
  1723. package/public/orm/models/database.js +98 -0
  1724. package/public/orm/models/databaseProvisionModule.d.ts +56 -0
  1725. package/public/orm/models/databaseProvisionModule.js +98 -0
  1726. package/public/orm/models/defaultIdsModule.d.ts +56 -0
  1727. package/public/orm/models/defaultIdsModule.js +98 -0
  1728. package/public/orm/models/defaultPrivilege.d.ts +56 -0
  1729. package/public/orm/models/defaultPrivilege.js +98 -0
  1730. package/public/orm/models/denormalizedTableField.d.ts +56 -0
  1731. package/public/orm/models/denormalizedTableField.js +98 -0
  1732. package/public/orm/models/domain.d.ts +56 -0
  1733. package/public/orm/models/domain.js +98 -0
  1734. package/public/orm/models/email.d.ts +56 -0
  1735. package/public/orm/models/email.js +98 -0
  1736. package/public/orm/models/emailsModule.d.ts +56 -0
  1737. package/public/orm/models/emailsModule.js +98 -0
  1738. package/public/orm/models/encryptedSecretsModule.d.ts +56 -0
  1739. package/public/orm/models/encryptedSecretsModule.js +98 -0
  1740. package/public/orm/models/field.d.ts +56 -0
  1741. package/public/orm/models/field.js +98 -0
  1742. package/public/orm/models/fieldModule.d.ts +56 -0
  1743. package/public/orm/models/fieldModule.js +98 -0
  1744. package/public/orm/models/foreignKeyConstraint.d.ts +56 -0
  1745. package/public/orm/models/foreignKeyConstraint.js +98 -0
  1746. package/public/orm/models/fullTextSearch.d.ts +56 -0
  1747. package/public/orm/models/fullTextSearch.js +98 -0
  1748. package/public/orm/models/getAllRecord.d.ts +32 -0
  1749. package/public/orm/models/getAllRecord.js +55 -0
  1750. package/public/orm/models/hierarchyModule.d.ts +56 -0
  1751. package/public/orm/models/hierarchyModule.js +98 -0
  1752. package/public/orm/models/index.d.ts +109 -0
  1753. package/public/orm/models/index.js +218 -0
  1754. package/public/orm/models/indexModel.d.ts +56 -0
  1755. package/public/orm/models/indexModel.js +98 -0
  1756. package/public/orm/models/invite.d.ts +56 -0
  1757. package/public/orm/models/invite.js +98 -0
  1758. package/public/orm/models/invitesModule.d.ts +56 -0
  1759. package/public/orm/models/invitesModule.js +98 -0
  1760. package/public/orm/models/levelsModule.d.ts +56 -0
  1761. package/public/orm/models/levelsModule.js +98 -0
  1762. package/public/orm/models/limitsModule.d.ts +56 -0
  1763. package/public/orm/models/limitsModule.js +98 -0
  1764. package/public/orm/models/membershipType.d.ts +56 -0
  1765. package/public/orm/models/membershipType.js +98 -0
  1766. package/public/orm/models/membershipTypesModule.d.ts +56 -0
  1767. package/public/orm/models/membershipTypesModule.js +98 -0
  1768. package/public/orm/models/membershipsModule.d.ts +56 -0
  1769. package/public/orm/models/membershipsModule.js +98 -0
  1770. package/public/orm/models/nodeTypeRegistry.d.ts +56 -0
  1771. package/public/orm/models/nodeTypeRegistry.js +98 -0
  1772. package/public/orm/models/object.d.ts +56 -0
  1773. package/public/orm/models/object.js +88 -0
  1774. package/public/orm/models/orgAdminGrant.d.ts +56 -0
  1775. package/public/orm/models/orgAdminGrant.js +98 -0
  1776. package/public/orm/models/orgChartEdge.d.ts +56 -0
  1777. package/public/orm/models/orgChartEdge.js +98 -0
  1778. package/public/orm/models/orgChartEdgeGrant.d.ts +56 -0
  1779. package/public/orm/models/orgChartEdgeGrant.js +98 -0
  1780. package/public/orm/models/orgClaimedInvite.d.ts +56 -0
  1781. package/public/orm/models/orgClaimedInvite.js +98 -0
  1782. package/public/orm/models/orgGetManagersRecord.d.ts +32 -0
  1783. package/public/orm/models/orgGetManagersRecord.js +55 -0
  1784. package/public/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
  1785. package/public/orm/models/orgGetSubordinatesRecord.js +55 -0
  1786. package/public/orm/models/orgGrant.d.ts +56 -0
  1787. package/public/orm/models/orgGrant.js +98 -0
  1788. package/public/orm/models/orgInvite.d.ts +56 -0
  1789. package/public/orm/models/orgInvite.js +98 -0
  1790. package/public/orm/models/orgLimit.d.ts +56 -0
  1791. package/public/orm/models/orgLimit.js +98 -0
  1792. package/public/orm/models/orgLimitDefault.d.ts +56 -0
  1793. package/public/orm/models/orgLimitDefault.js +98 -0
  1794. package/public/orm/models/orgMember.d.ts +56 -0
  1795. package/public/orm/models/orgMember.js +98 -0
  1796. package/public/orm/models/orgMembership.d.ts +56 -0
  1797. package/public/orm/models/orgMembership.js +98 -0
  1798. package/public/orm/models/orgMembershipDefault.d.ts +56 -0
  1799. package/public/orm/models/orgMembershipDefault.js +98 -0
  1800. package/public/orm/models/orgOwnerGrant.d.ts +56 -0
  1801. package/public/orm/models/orgOwnerGrant.js +98 -0
  1802. package/public/orm/models/orgPermission.d.ts +56 -0
  1803. package/public/orm/models/orgPermission.js +98 -0
  1804. package/public/orm/models/orgPermissionDefault.d.ts +56 -0
  1805. package/public/orm/models/orgPermissionDefault.js +98 -0
  1806. package/public/orm/models/permissionsModule.d.ts +56 -0
  1807. package/public/orm/models/permissionsModule.js +98 -0
  1808. package/public/orm/models/phoneNumber.d.ts +56 -0
  1809. package/public/orm/models/phoneNumber.js +98 -0
  1810. package/public/orm/models/phoneNumbersModule.d.ts +56 -0
  1811. package/public/orm/models/phoneNumbersModule.js +98 -0
  1812. package/public/orm/models/policy.d.ts +56 -0
  1813. package/public/orm/models/policy.js +98 -0
  1814. package/public/orm/models/primaryKeyConstraint.d.ts +56 -0
  1815. package/public/orm/models/primaryKeyConstraint.js +98 -0
  1816. package/public/orm/models/profilesModule.d.ts +56 -0
  1817. package/public/orm/models/profilesModule.js +98 -0
  1818. package/public/orm/models/ref.d.ts +56 -0
  1819. package/public/orm/models/ref.js +98 -0
  1820. package/public/orm/models/relationProvision.d.ts +56 -0
  1821. package/public/orm/models/relationProvision.js +98 -0
  1822. package/public/orm/models/rlsModule.d.ts +56 -0
  1823. package/public/orm/models/rlsModule.js +98 -0
  1824. package/public/orm/models/roleType.d.ts +56 -0
  1825. package/public/orm/models/roleType.js +98 -0
  1826. package/public/orm/models/schema.d.ts +56 -0
  1827. package/public/orm/models/schema.js +98 -0
  1828. package/public/orm/models/schemaGrant.d.ts +56 -0
  1829. package/public/orm/models/schemaGrant.js +98 -0
  1830. package/public/orm/models/secretsModule.d.ts +56 -0
  1831. package/public/orm/models/secretsModule.js +98 -0
  1832. package/public/orm/models/secureTableProvision.d.ts +56 -0
  1833. package/public/orm/models/secureTableProvision.js +98 -0
  1834. package/public/orm/models/sessionsModule.d.ts +56 -0
  1835. package/public/orm/models/sessionsModule.js +98 -0
  1836. package/public/orm/models/site.d.ts +56 -0
  1837. package/public/orm/models/site.js +98 -0
  1838. package/public/orm/models/siteMetadatum.d.ts +56 -0
  1839. package/public/orm/models/siteMetadatum.js +98 -0
  1840. package/public/orm/models/siteModule.d.ts +56 -0
  1841. package/public/orm/models/siteModule.js +98 -0
  1842. package/public/orm/models/siteTheme.d.ts +56 -0
  1843. package/public/orm/models/siteTheme.js +98 -0
  1844. package/public/orm/models/sqlMigration.d.ts +38 -0
  1845. package/public/orm/models/sqlMigration.js +76 -0
  1846. package/public/orm/models/store.d.ts +56 -0
  1847. package/public/orm/models/store.js +98 -0
  1848. package/public/orm/models/table.d.ts +56 -0
  1849. package/public/orm/models/table.js +98 -0
  1850. package/public/orm/models/tableGrant.d.ts +56 -0
  1851. package/public/orm/models/tableGrant.js +98 -0
  1852. package/public/orm/models/tableModule.d.ts +56 -0
  1853. package/public/orm/models/tableModule.js +98 -0
  1854. package/public/orm/models/tableTemplateModule.d.ts +56 -0
  1855. package/public/orm/models/tableTemplateModule.js +98 -0
  1856. package/public/orm/models/trigger.d.ts +56 -0
  1857. package/public/orm/models/trigger.js +98 -0
  1858. package/public/orm/models/triggerFunction.d.ts +56 -0
  1859. package/public/orm/models/triggerFunction.js +98 -0
  1860. package/public/orm/models/uniqueConstraint.d.ts +56 -0
  1861. package/public/orm/models/uniqueConstraint.js +98 -0
  1862. package/public/orm/models/user.d.ts +56 -0
  1863. package/public/orm/models/user.js +98 -0
  1864. package/public/orm/models/userAuthModule.d.ts +56 -0
  1865. package/public/orm/models/userAuthModule.js +98 -0
  1866. package/public/orm/models/usersModule.d.ts +56 -0
  1867. package/public/orm/models/usersModule.js +98 -0
  1868. package/public/orm/models/uuidModule.d.ts +56 -0
  1869. package/public/orm/models/uuidModule.js +98 -0
  1870. package/public/orm/models/view.d.ts +56 -0
  1871. package/public/orm/models/view.js +98 -0
  1872. package/public/orm/models/viewGrant.d.ts +56 -0
  1873. package/public/orm/models/viewGrant.js +98 -0
  1874. package/public/orm/models/viewRule.d.ts +56 -0
  1875. package/public/orm/models/viewRule.js +98 -0
  1876. package/public/orm/models/viewTable.d.ts +56 -0
  1877. package/public/orm/models/viewTable.js +98 -0
  1878. package/public/orm/mutation/index.d.ts +278 -0
  1879. package/public/orm/mutation/index.js +381 -0
  1880. package/public/orm/node-fetch.d.ts +26 -0
  1881. package/public/orm/node-fetch.js +129 -0
  1882. package/public/orm/query/index.d.ts +209 -0
  1883. package/public/orm/query/index.js +329 -0
  1884. package/public/orm/query-builder.d.ts +89 -0
  1885. package/public/orm/query-builder.js +611 -0
  1886. package/public/orm/select-types.d.ts +101 -0
  1887. package/public/orm/select-types.js +2 -0
  1888. package/public/orm/types.d.ts +6 -0
  1889. package/public/orm/types.js +23 -0
  1890. package/utils/cli-utils.d.ts +44 -0
  1891. package/utils/cli-utils.js +181 -0
  1892. package/utils/display.d.ts +38 -0
  1893. package/utils/display.js +80 -0
  1894. package/utils/index.d.ts +3 -0
  1895. package/utils/index.js +16 -0
@@ -0,0 +1,1497 @@
1
+ /**
2
+ * GraphQL types for ORM client
3
+ * @generated by @constructive-io/graphql-codegen
4
+ * DO NOT EDIT - changes will be overwritten
5
+ */
6
+ export interface StringFilter {
7
+ isNull?: boolean;
8
+ equalTo?: string;
9
+ notEqualTo?: string;
10
+ distinctFrom?: string;
11
+ notDistinctFrom?: string;
12
+ in?: string[];
13
+ notIn?: string[];
14
+ lessThan?: string;
15
+ lessThanOrEqualTo?: string;
16
+ greaterThan?: string;
17
+ greaterThanOrEqualTo?: string;
18
+ includes?: string;
19
+ notIncludes?: string;
20
+ includesInsensitive?: string;
21
+ notIncludesInsensitive?: string;
22
+ startsWith?: string;
23
+ notStartsWith?: string;
24
+ startsWithInsensitive?: string;
25
+ notStartsWithInsensitive?: string;
26
+ endsWith?: string;
27
+ notEndsWith?: string;
28
+ endsWithInsensitive?: string;
29
+ notEndsWithInsensitive?: string;
30
+ like?: string;
31
+ notLike?: string;
32
+ likeInsensitive?: string;
33
+ notLikeInsensitive?: string;
34
+ }
35
+ export interface IntFilter {
36
+ isNull?: boolean;
37
+ equalTo?: number;
38
+ notEqualTo?: number;
39
+ distinctFrom?: number;
40
+ notDistinctFrom?: number;
41
+ in?: number[];
42
+ notIn?: number[];
43
+ lessThan?: number;
44
+ lessThanOrEqualTo?: number;
45
+ greaterThan?: number;
46
+ greaterThanOrEqualTo?: number;
47
+ }
48
+ export interface FloatFilter {
49
+ isNull?: boolean;
50
+ equalTo?: number;
51
+ notEqualTo?: number;
52
+ distinctFrom?: number;
53
+ notDistinctFrom?: number;
54
+ in?: number[];
55
+ notIn?: number[];
56
+ lessThan?: number;
57
+ lessThanOrEqualTo?: number;
58
+ greaterThan?: number;
59
+ greaterThanOrEqualTo?: number;
60
+ }
61
+ export interface BooleanFilter {
62
+ isNull?: boolean;
63
+ equalTo?: boolean;
64
+ notEqualTo?: boolean;
65
+ }
66
+ export interface UUIDFilter {
67
+ isNull?: boolean;
68
+ equalTo?: string;
69
+ notEqualTo?: string;
70
+ distinctFrom?: string;
71
+ notDistinctFrom?: string;
72
+ in?: string[];
73
+ notIn?: string[];
74
+ }
75
+ export interface DatetimeFilter {
76
+ isNull?: boolean;
77
+ equalTo?: string;
78
+ notEqualTo?: string;
79
+ distinctFrom?: string;
80
+ notDistinctFrom?: string;
81
+ in?: string[];
82
+ notIn?: string[];
83
+ lessThan?: string;
84
+ lessThanOrEqualTo?: string;
85
+ greaterThan?: string;
86
+ greaterThanOrEqualTo?: string;
87
+ }
88
+ export interface DateFilter {
89
+ isNull?: boolean;
90
+ equalTo?: string;
91
+ notEqualTo?: string;
92
+ distinctFrom?: string;
93
+ notDistinctFrom?: string;
94
+ in?: string[];
95
+ notIn?: string[];
96
+ lessThan?: string;
97
+ lessThanOrEqualTo?: string;
98
+ greaterThan?: string;
99
+ greaterThanOrEqualTo?: string;
100
+ }
101
+ export interface JSONFilter {
102
+ isNull?: boolean;
103
+ equalTo?: Record<string, unknown>;
104
+ notEqualTo?: Record<string, unknown>;
105
+ distinctFrom?: Record<string, unknown>;
106
+ notDistinctFrom?: Record<string, unknown>;
107
+ contains?: Record<string, unknown>;
108
+ containedBy?: Record<string, unknown>;
109
+ containsKey?: string;
110
+ containsAllKeys?: string[];
111
+ containsAnyKeys?: string[];
112
+ }
113
+ export interface BigIntFilter {
114
+ isNull?: boolean;
115
+ equalTo?: string;
116
+ notEqualTo?: string;
117
+ distinctFrom?: string;
118
+ notDistinctFrom?: string;
119
+ in?: string[];
120
+ notIn?: string[];
121
+ lessThan?: string;
122
+ lessThanOrEqualTo?: string;
123
+ greaterThan?: string;
124
+ greaterThanOrEqualTo?: string;
125
+ }
126
+ export interface BigFloatFilter {
127
+ isNull?: boolean;
128
+ equalTo?: string;
129
+ notEqualTo?: string;
130
+ distinctFrom?: string;
131
+ notDistinctFrom?: string;
132
+ in?: string[];
133
+ notIn?: string[];
134
+ lessThan?: string;
135
+ lessThanOrEqualTo?: string;
136
+ greaterThan?: string;
137
+ greaterThanOrEqualTo?: string;
138
+ }
139
+ export interface BitStringFilter {
140
+ isNull?: boolean;
141
+ equalTo?: string;
142
+ notEqualTo?: string;
143
+ }
144
+ export interface InternetAddressFilter {
145
+ isNull?: boolean;
146
+ equalTo?: string;
147
+ notEqualTo?: string;
148
+ distinctFrom?: string;
149
+ notDistinctFrom?: string;
150
+ in?: string[];
151
+ notIn?: string[];
152
+ lessThan?: string;
153
+ lessThanOrEqualTo?: string;
154
+ greaterThan?: string;
155
+ greaterThanOrEqualTo?: string;
156
+ contains?: string;
157
+ containsOrEqualTo?: string;
158
+ containedBy?: string;
159
+ containedByOrEqualTo?: string;
160
+ containsOrContainedBy?: string;
161
+ }
162
+ export interface FullTextFilter {
163
+ matches?: string;
164
+ }
165
+ export interface StringListFilter {
166
+ isNull?: boolean;
167
+ equalTo?: string[];
168
+ notEqualTo?: string[];
169
+ distinctFrom?: string[];
170
+ notDistinctFrom?: string[];
171
+ lessThan?: string[];
172
+ lessThanOrEqualTo?: string[];
173
+ greaterThan?: string[];
174
+ greaterThanOrEqualTo?: string[];
175
+ contains?: string[];
176
+ containedBy?: string[];
177
+ overlaps?: string[];
178
+ anyEqualTo?: string;
179
+ anyNotEqualTo?: string;
180
+ anyLessThan?: string;
181
+ anyLessThanOrEqualTo?: string;
182
+ anyGreaterThan?: string;
183
+ anyGreaterThanOrEqualTo?: string;
184
+ }
185
+ export interface IntListFilter {
186
+ isNull?: boolean;
187
+ equalTo?: number[];
188
+ notEqualTo?: number[];
189
+ distinctFrom?: number[];
190
+ notDistinctFrom?: number[];
191
+ lessThan?: number[];
192
+ lessThanOrEqualTo?: number[];
193
+ greaterThan?: number[];
194
+ greaterThanOrEqualTo?: number[];
195
+ contains?: number[];
196
+ containedBy?: number[];
197
+ overlaps?: number[];
198
+ anyEqualTo?: number;
199
+ anyNotEqualTo?: number;
200
+ anyLessThan?: number;
201
+ anyLessThanOrEqualTo?: number;
202
+ anyGreaterThan?: number;
203
+ anyGreaterThanOrEqualTo?: number;
204
+ }
205
+ export interface UUIDListFilter {
206
+ isNull?: boolean;
207
+ equalTo?: string[];
208
+ notEqualTo?: string[];
209
+ distinctFrom?: string[];
210
+ notDistinctFrom?: string[];
211
+ lessThan?: string[];
212
+ lessThanOrEqualTo?: string[];
213
+ greaterThan?: string[];
214
+ greaterThanOrEqualTo?: string[];
215
+ contains?: string[];
216
+ containedBy?: string[];
217
+ overlaps?: string[];
218
+ anyEqualTo?: string;
219
+ anyNotEqualTo?: string;
220
+ anyLessThan?: string;
221
+ anyLessThanOrEqualTo?: string;
222
+ anyGreaterThan?: string;
223
+ anyGreaterThanOrEqualTo?: string;
224
+ }
225
+ export type ConstructiveInternalTypeEmail = unknown;
226
+ export type ConstructiveInternalTypeImage = unknown;
227
+ export type ConstructiveInternalTypeOrigin = unknown;
228
+ export interface RoleType {
229
+ id: number;
230
+ name?: string | null;
231
+ }
232
+ /** Cryptocurrency wallet addresses owned by users, with network-specific validation and verification */
233
+ export interface CryptoAddress {
234
+ id: string;
235
+ ownerId?: string | null;
236
+ /** The cryptocurrency wallet address, validated against network-specific patterns */
237
+ address?: string | null;
238
+ /** Whether ownership of this address has been cryptographically verified */
239
+ isVerified?: boolean | null;
240
+ /** Whether this is the user's primary cryptocurrency address */
241
+ isPrimary?: boolean | null;
242
+ createdAt?: string | null;
243
+ updatedAt?: string | null;
244
+ }
245
+ /** User phone numbers with country code, verification, and primary-number management */
246
+ export interface PhoneNumber {
247
+ id: string;
248
+ ownerId?: string | null;
249
+ /** Country calling code (e.g. +1, +44) */
250
+ cc?: string | null;
251
+ /** The phone number without country code */
252
+ number?: string | null;
253
+ /** Whether the phone number has been verified via SMS code */
254
+ isVerified?: boolean | null;
255
+ /** Whether this is the user's primary phone number */
256
+ isPrimary?: boolean | null;
257
+ createdAt?: string | null;
258
+ updatedAt?: string | null;
259
+ }
260
+ /** OAuth and social login connections linking external service accounts to users */
261
+ export interface ConnectedAccount {
262
+ id: string;
263
+ ownerId?: string | null;
264
+ /** The service used, e.g. `twitter` or `github`. */
265
+ service?: string | null;
266
+ /** A unique identifier for the user within the service */
267
+ identifier?: string | null;
268
+ /** Additional profile details extracted from this login method */
269
+ details?: Record<string, unknown> | null;
270
+ /** Whether this connected account has been verified */
271
+ isVerified?: boolean | null;
272
+ createdAt?: string | null;
273
+ updatedAt?: string | null;
274
+ }
275
+ /** Append-only audit log of authentication events (sign-in, sign-up, password changes, etc.) */
276
+ export interface AuditLog {
277
+ id: string;
278
+ /** Type of authentication event (e.g. sign_in, sign_up, password_change, verify_email) */
279
+ event?: string | null;
280
+ /** User who performed the authentication action */
281
+ actorId?: string | null;
282
+ /** Request origin (domain) where the auth event occurred */
283
+ origin?: ConstructiveInternalTypeOrigin | null;
284
+ /** Browser or client user-agent string from the request */
285
+ userAgent?: string | null;
286
+ /** IP address of the client that initiated the auth event */
287
+ ipAddress?: string | null;
288
+ /** Whether the authentication attempt succeeded */
289
+ success?: boolean | null;
290
+ /** Timestamp when the audit event was recorded */
291
+ createdAt?: string | null;
292
+ }
293
+ /** User email addresses with verification and primary-email management */
294
+ export interface Email {
295
+ id: string;
296
+ ownerId?: string | null;
297
+ /** The email address */
298
+ email?: ConstructiveInternalTypeEmail | null;
299
+ /** Whether the email address has been verified via confirmation link */
300
+ isVerified?: boolean | null;
301
+ /** Whether this is the user's primary email address */
302
+ isPrimary?: boolean | null;
303
+ createdAt?: string | null;
304
+ updatedAt?: string | null;
305
+ }
306
+ export interface User {
307
+ id: string;
308
+ username?: string | null;
309
+ displayName?: string | null;
310
+ profilePicture?: ConstructiveInternalTypeImage | null;
311
+ searchTsv?: string | null;
312
+ type?: number | null;
313
+ createdAt?: string | null;
314
+ updatedAt?: string | null;
315
+ /** Full-text search ranking when filtered by `searchTsv`. Returns null when no search condition is active. */
316
+ searchTsvRank?: number | null;
317
+ }
318
+ export interface ConnectionResult<T> {
319
+ nodes: T[];
320
+ totalCount: number;
321
+ pageInfo: PageInfo;
322
+ }
323
+ export interface PageInfo {
324
+ hasNextPage: boolean;
325
+ hasPreviousPage: boolean;
326
+ startCursor?: string | null;
327
+ endCursor?: string | null;
328
+ }
329
+ export interface RoleTypeRelations {
330
+ }
331
+ export interface CryptoAddressRelations {
332
+ owner?: User | null;
333
+ }
334
+ export interface PhoneNumberRelations {
335
+ owner?: User | null;
336
+ }
337
+ export interface ConnectedAccountRelations {
338
+ owner?: User | null;
339
+ }
340
+ export interface AuditLogRelations {
341
+ actor?: User | null;
342
+ }
343
+ export interface EmailRelations {
344
+ owner?: User | null;
345
+ }
346
+ export interface UserRelations {
347
+ roleType?: RoleType | null;
348
+ }
349
+ export type RoleTypeWithRelations = RoleType & RoleTypeRelations;
350
+ export type CryptoAddressWithRelations = CryptoAddress & CryptoAddressRelations;
351
+ export type PhoneNumberWithRelations = PhoneNumber & PhoneNumberRelations;
352
+ export type ConnectedAccountWithRelations = ConnectedAccount & ConnectedAccountRelations;
353
+ export type AuditLogWithRelations = AuditLog & AuditLogRelations;
354
+ export type EmailWithRelations = Email & EmailRelations;
355
+ export type UserWithRelations = User & UserRelations;
356
+ export type RoleTypeSelect = {
357
+ id?: boolean;
358
+ name?: boolean;
359
+ };
360
+ export type CryptoAddressSelect = {
361
+ id?: boolean;
362
+ ownerId?: boolean;
363
+ address?: boolean;
364
+ isVerified?: boolean;
365
+ isPrimary?: boolean;
366
+ createdAt?: boolean;
367
+ updatedAt?: boolean;
368
+ owner?: {
369
+ select: UserSelect;
370
+ };
371
+ };
372
+ export type PhoneNumberSelect = {
373
+ id?: boolean;
374
+ ownerId?: boolean;
375
+ cc?: boolean;
376
+ number?: boolean;
377
+ isVerified?: boolean;
378
+ isPrimary?: boolean;
379
+ createdAt?: boolean;
380
+ updatedAt?: boolean;
381
+ owner?: {
382
+ select: UserSelect;
383
+ };
384
+ };
385
+ export type ConnectedAccountSelect = {
386
+ id?: boolean;
387
+ ownerId?: boolean;
388
+ service?: boolean;
389
+ identifier?: boolean;
390
+ details?: boolean;
391
+ isVerified?: boolean;
392
+ createdAt?: boolean;
393
+ updatedAt?: boolean;
394
+ owner?: {
395
+ select: UserSelect;
396
+ };
397
+ };
398
+ export type AuditLogSelect = {
399
+ id?: boolean;
400
+ event?: boolean;
401
+ actorId?: boolean;
402
+ origin?: boolean;
403
+ userAgent?: boolean;
404
+ ipAddress?: boolean;
405
+ success?: boolean;
406
+ createdAt?: boolean;
407
+ actor?: {
408
+ select: UserSelect;
409
+ };
410
+ };
411
+ export type EmailSelect = {
412
+ id?: boolean;
413
+ ownerId?: boolean;
414
+ email?: boolean;
415
+ isVerified?: boolean;
416
+ isPrimary?: boolean;
417
+ createdAt?: boolean;
418
+ updatedAt?: boolean;
419
+ owner?: {
420
+ select: UserSelect;
421
+ };
422
+ };
423
+ export type UserSelect = {
424
+ id?: boolean;
425
+ username?: boolean;
426
+ displayName?: boolean;
427
+ profilePicture?: boolean;
428
+ searchTsv?: boolean;
429
+ type?: boolean;
430
+ createdAt?: boolean;
431
+ updatedAt?: boolean;
432
+ searchTsvRank?: boolean;
433
+ roleType?: {
434
+ select: RoleTypeSelect;
435
+ };
436
+ };
437
+ export interface RoleTypeFilter {
438
+ id?: IntFilter;
439
+ name?: StringFilter;
440
+ and?: RoleTypeFilter[];
441
+ or?: RoleTypeFilter[];
442
+ not?: RoleTypeFilter;
443
+ }
444
+ export interface CryptoAddressFilter {
445
+ id?: UUIDFilter;
446
+ ownerId?: UUIDFilter;
447
+ address?: StringFilter;
448
+ isVerified?: BooleanFilter;
449
+ isPrimary?: BooleanFilter;
450
+ createdAt?: DatetimeFilter;
451
+ updatedAt?: DatetimeFilter;
452
+ and?: CryptoAddressFilter[];
453
+ or?: CryptoAddressFilter[];
454
+ not?: CryptoAddressFilter;
455
+ }
456
+ export interface PhoneNumberFilter {
457
+ id?: UUIDFilter;
458
+ ownerId?: UUIDFilter;
459
+ cc?: StringFilter;
460
+ number?: StringFilter;
461
+ isVerified?: BooleanFilter;
462
+ isPrimary?: BooleanFilter;
463
+ createdAt?: DatetimeFilter;
464
+ updatedAt?: DatetimeFilter;
465
+ and?: PhoneNumberFilter[];
466
+ or?: PhoneNumberFilter[];
467
+ not?: PhoneNumberFilter;
468
+ }
469
+ export interface ConnectedAccountFilter {
470
+ id?: UUIDFilter;
471
+ ownerId?: UUIDFilter;
472
+ service?: StringFilter;
473
+ identifier?: StringFilter;
474
+ details?: JSONFilter;
475
+ isVerified?: BooleanFilter;
476
+ createdAt?: DatetimeFilter;
477
+ updatedAt?: DatetimeFilter;
478
+ and?: ConnectedAccountFilter[];
479
+ or?: ConnectedAccountFilter[];
480
+ not?: ConnectedAccountFilter;
481
+ }
482
+ export interface AuditLogFilter {
483
+ id?: UUIDFilter;
484
+ event?: StringFilter;
485
+ actorId?: UUIDFilter;
486
+ origin?: StringFilter;
487
+ userAgent?: StringFilter;
488
+ ipAddress?: InternetAddressFilter;
489
+ success?: BooleanFilter;
490
+ createdAt?: DatetimeFilter;
491
+ and?: AuditLogFilter[];
492
+ or?: AuditLogFilter[];
493
+ not?: AuditLogFilter;
494
+ }
495
+ export interface EmailFilter {
496
+ id?: UUIDFilter;
497
+ ownerId?: UUIDFilter;
498
+ email?: StringFilter;
499
+ isVerified?: BooleanFilter;
500
+ isPrimary?: BooleanFilter;
501
+ createdAt?: DatetimeFilter;
502
+ updatedAt?: DatetimeFilter;
503
+ and?: EmailFilter[];
504
+ or?: EmailFilter[];
505
+ not?: EmailFilter;
506
+ }
507
+ export interface UserFilter {
508
+ id?: UUIDFilter;
509
+ username?: StringFilter;
510
+ displayName?: StringFilter;
511
+ profilePicture?: StringFilter;
512
+ searchTsv?: FullTextFilter;
513
+ type?: IntFilter;
514
+ createdAt?: DatetimeFilter;
515
+ updatedAt?: DatetimeFilter;
516
+ searchTsvRank?: FloatFilter;
517
+ and?: UserFilter[];
518
+ or?: UserFilter[];
519
+ not?: UserFilter;
520
+ }
521
+ export interface RoleTypeCondition {
522
+ id?: number | null;
523
+ name?: string | null;
524
+ }
525
+ export interface CryptoAddressCondition {
526
+ id?: string | null;
527
+ ownerId?: string | null;
528
+ address?: string | null;
529
+ isVerified?: boolean | null;
530
+ isPrimary?: boolean | null;
531
+ createdAt?: string | null;
532
+ updatedAt?: string | null;
533
+ }
534
+ export interface PhoneNumberCondition {
535
+ id?: string | null;
536
+ ownerId?: string | null;
537
+ cc?: string | null;
538
+ number?: string | null;
539
+ isVerified?: boolean | null;
540
+ isPrimary?: boolean | null;
541
+ createdAt?: string | null;
542
+ updatedAt?: string | null;
543
+ }
544
+ export interface ConnectedAccountCondition {
545
+ id?: string | null;
546
+ ownerId?: string | null;
547
+ service?: string | null;
548
+ identifier?: string | null;
549
+ details?: unknown | null;
550
+ isVerified?: boolean | null;
551
+ createdAt?: string | null;
552
+ updatedAt?: string | null;
553
+ }
554
+ export interface AuditLogCondition {
555
+ id?: string | null;
556
+ event?: string | null;
557
+ actorId?: string | null;
558
+ origin?: unknown | null;
559
+ userAgent?: string | null;
560
+ ipAddress?: string | null;
561
+ success?: boolean | null;
562
+ createdAt?: string | null;
563
+ }
564
+ export interface EmailCondition {
565
+ id?: string | null;
566
+ ownerId?: string | null;
567
+ email?: unknown | null;
568
+ isVerified?: boolean | null;
569
+ isPrimary?: boolean | null;
570
+ createdAt?: string | null;
571
+ updatedAt?: string | null;
572
+ }
573
+ export interface UserCondition {
574
+ id?: string | null;
575
+ username?: string | null;
576
+ displayName?: string | null;
577
+ profilePicture?: unknown | null;
578
+ searchTsv?: string | null;
579
+ type?: number | null;
580
+ createdAt?: string | null;
581
+ updatedAt?: string | null;
582
+ searchTsvRank?: number | null;
583
+ }
584
+ export type RoleTypeOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
585
+ export type CryptoAddressOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'ADDRESS_ASC' | 'ADDRESS_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'IS_PRIMARY_ASC' | 'IS_PRIMARY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
586
+ export type PhoneNumberOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'CC_ASC' | 'CC_DESC' | 'NUMBER_ASC' | 'NUMBER_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'IS_PRIMARY_ASC' | 'IS_PRIMARY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
587
+ export type ConnectedAccountOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'SERVICE_ASC' | 'SERVICE_DESC' | 'IDENTIFIER_ASC' | 'IDENTIFIER_DESC' | 'DETAILS_ASC' | 'DETAILS_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
588
+ export type AuditLogOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'EVENT_ASC' | 'EVENT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ORIGIN_ASC' | 'ORIGIN_DESC' | 'USER_AGENT_ASC' | 'USER_AGENT_DESC' | 'IP_ADDRESS_ASC' | 'IP_ADDRESS_DESC' | 'SUCCESS_ASC' | 'SUCCESS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC';
589
+ export type EmailOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'IS_PRIMARY_ASC' | 'IS_PRIMARY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
590
+ export type UserOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'USERNAME_ASC' | 'USERNAME_DESC' | 'DISPLAY_NAME_ASC' | 'DISPLAY_NAME_DESC' | 'PROFILE_PICTURE_ASC' | 'PROFILE_PICTURE_DESC' | 'SEARCH_TSV_ASC' | 'SEARCH_TSV_DESC' | 'TYPE_ASC' | 'TYPE_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'SEARCH_TSV_RANK_ASC' | 'SEARCH_TSV_RANK_DESC';
591
+ export interface CreateRoleTypeInput {
592
+ clientMutationId?: string;
593
+ roleType: {
594
+ name: string;
595
+ };
596
+ }
597
+ export interface RoleTypePatch {
598
+ name?: string | null;
599
+ }
600
+ export interface UpdateRoleTypeInput {
601
+ clientMutationId?: string;
602
+ id: number;
603
+ roleTypePatch: RoleTypePatch;
604
+ }
605
+ export interface DeleteRoleTypeInput {
606
+ clientMutationId?: string;
607
+ id: number;
608
+ }
609
+ export interface CreateCryptoAddressInput {
610
+ clientMutationId?: string;
611
+ cryptoAddress: {
612
+ ownerId?: string;
613
+ address: string;
614
+ isVerified?: boolean;
615
+ isPrimary?: boolean;
616
+ };
617
+ }
618
+ export interface CryptoAddressPatch {
619
+ ownerId?: string | null;
620
+ address?: string | null;
621
+ isVerified?: boolean | null;
622
+ isPrimary?: boolean | null;
623
+ }
624
+ export interface UpdateCryptoAddressInput {
625
+ clientMutationId?: string;
626
+ id: string;
627
+ cryptoAddressPatch: CryptoAddressPatch;
628
+ }
629
+ export interface DeleteCryptoAddressInput {
630
+ clientMutationId?: string;
631
+ id: string;
632
+ }
633
+ export interface CreatePhoneNumberInput {
634
+ clientMutationId?: string;
635
+ phoneNumber: {
636
+ ownerId?: string;
637
+ cc: string;
638
+ number: string;
639
+ isVerified?: boolean;
640
+ isPrimary?: boolean;
641
+ };
642
+ }
643
+ export interface PhoneNumberPatch {
644
+ ownerId?: string | null;
645
+ cc?: string | null;
646
+ number?: string | null;
647
+ isVerified?: boolean | null;
648
+ isPrimary?: boolean | null;
649
+ }
650
+ export interface UpdatePhoneNumberInput {
651
+ clientMutationId?: string;
652
+ id: string;
653
+ phoneNumberPatch: PhoneNumberPatch;
654
+ }
655
+ export interface DeletePhoneNumberInput {
656
+ clientMutationId?: string;
657
+ id: string;
658
+ }
659
+ export interface CreateConnectedAccountInput {
660
+ clientMutationId?: string;
661
+ connectedAccount: {
662
+ ownerId?: string;
663
+ service: string;
664
+ identifier: string;
665
+ details: Record<string, unknown>;
666
+ isVerified?: boolean;
667
+ };
668
+ }
669
+ export interface ConnectedAccountPatch {
670
+ ownerId?: string | null;
671
+ service?: string | null;
672
+ identifier?: string | null;
673
+ details?: Record<string, unknown> | null;
674
+ isVerified?: boolean | null;
675
+ }
676
+ export interface UpdateConnectedAccountInput {
677
+ clientMutationId?: string;
678
+ id: string;
679
+ connectedAccountPatch: ConnectedAccountPatch;
680
+ }
681
+ export interface DeleteConnectedAccountInput {
682
+ clientMutationId?: string;
683
+ id: string;
684
+ }
685
+ export interface CreateAuditLogInput {
686
+ clientMutationId?: string;
687
+ auditLog: {
688
+ event: string;
689
+ actorId?: string;
690
+ origin?: ConstructiveInternalTypeOrigin;
691
+ userAgent?: string;
692
+ ipAddress?: string;
693
+ success: boolean;
694
+ };
695
+ }
696
+ export interface AuditLogPatch {
697
+ event?: string | null;
698
+ actorId?: string | null;
699
+ origin?: ConstructiveInternalTypeOrigin | null;
700
+ userAgent?: string | null;
701
+ ipAddress?: string | null;
702
+ success?: boolean | null;
703
+ }
704
+ export interface UpdateAuditLogInput {
705
+ clientMutationId?: string;
706
+ id: string;
707
+ auditLogPatch: AuditLogPatch;
708
+ }
709
+ export interface DeleteAuditLogInput {
710
+ clientMutationId?: string;
711
+ id: string;
712
+ }
713
+ export interface CreateEmailInput {
714
+ clientMutationId?: string;
715
+ email: {
716
+ ownerId?: string;
717
+ email: ConstructiveInternalTypeEmail;
718
+ isVerified?: boolean;
719
+ isPrimary?: boolean;
720
+ };
721
+ }
722
+ export interface EmailPatch {
723
+ ownerId?: string | null;
724
+ email?: ConstructiveInternalTypeEmail | null;
725
+ isVerified?: boolean | null;
726
+ isPrimary?: boolean | null;
727
+ }
728
+ export interface UpdateEmailInput {
729
+ clientMutationId?: string;
730
+ id: string;
731
+ emailPatch: EmailPatch;
732
+ }
733
+ export interface DeleteEmailInput {
734
+ clientMutationId?: string;
735
+ id: string;
736
+ }
737
+ export interface CreateUserInput {
738
+ clientMutationId?: string;
739
+ user: {
740
+ username?: string;
741
+ displayName?: string;
742
+ profilePicture?: ConstructiveInternalTypeImage;
743
+ searchTsv?: string;
744
+ type?: number;
745
+ };
746
+ }
747
+ export interface UserPatch {
748
+ username?: string | null;
749
+ displayName?: string | null;
750
+ profilePicture?: ConstructiveInternalTypeImage | null;
751
+ searchTsv?: string | null;
752
+ type?: number | null;
753
+ searchTsvRank?: number | null;
754
+ }
755
+ export interface UpdateUserInput {
756
+ clientMutationId?: string;
757
+ id: string;
758
+ userPatch: UserPatch;
759
+ }
760
+ export interface DeleteUserInput {
761
+ clientMutationId?: string;
762
+ id: string;
763
+ }
764
+ export declare const connectionFieldsMap: Record<string, Record<string, string>>;
765
+ export interface SignOutInput {
766
+ clientMutationId?: string;
767
+ }
768
+ export interface SendAccountDeletionEmailInput {
769
+ clientMutationId?: string;
770
+ }
771
+ export interface CheckPasswordInput {
772
+ clientMutationId?: string;
773
+ password?: string;
774
+ }
775
+ export interface ConfirmDeleteAccountInput {
776
+ clientMutationId?: string;
777
+ userId?: string;
778
+ token?: string;
779
+ }
780
+ export interface SetPasswordInput {
781
+ clientMutationId?: string;
782
+ currentPassword?: string;
783
+ newPassword?: string;
784
+ }
785
+ export interface VerifyEmailInput {
786
+ clientMutationId?: string;
787
+ emailId?: string;
788
+ token?: string;
789
+ }
790
+ export interface ResetPasswordInput {
791
+ clientMutationId?: string;
792
+ roleId?: string;
793
+ resetToken?: string;
794
+ newPassword?: string;
795
+ }
796
+ export interface SignInOneTimeTokenInput {
797
+ clientMutationId?: string;
798
+ token?: string;
799
+ credentialKind?: string;
800
+ }
801
+ export interface SignInInput {
802
+ clientMutationId?: string;
803
+ email?: string;
804
+ password?: string;
805
+ rememberMe?: boolean;
806
+ credentialKind?: string;
807
+ csrfToken?: string;
808
+ }
809
+ export interface SignUpInput {
810
+ clientMutationId?: string;
811
+ email?: string;
812
+ password?: string;
813
+ rememberMe?: boolean;
814
+ credentialKind?: string;
815
+ csrfToken?: string;
816
+ }
817
+ export interface OneTimeTokenInput {
818
+ clientMutationId?: string;
819
+ email?: string;
820
+ password?: string;
821
+ origin?: ConstructiveInternalTypeOrigin;
822
+ rememberMe?: boolean;
823
+ }
824
+ export interface ExtendTokenExpiresInput {
825
+ clientMutationId?: string;
826
+ amount?: IntervalInput;
827
+ }
828
+ export interface ForgotPasswordInput {
829
+ clientMutationId?: string;
830
+ email?: ConstructiveInternalTypeEmail;
831
+ }
832
+ export interface SendVerificationEmailInput {
833
+ clientMutationId?: string;
834
+ email?: ConstructiveInternalTypeEmail;
835
+ }
836
+ export interface VerifyPasswordInput {
837
+ clientMutationId?: string;
838
+ password: string;
839
+ }
840
+ export interface VerifyTotpInput {
841
+ clientMutationId?: string;
842
+ totpValue: string;
843
+ }
844
+ /** An interval of time that has passed where the smallest distinct unit is a second. */
845
+ export interface IntervalInput {
846
+ /**
847
+ * A quantity of seconds. This is the only non-integer field, as all the other
848
+ * fields will dump their overflow into a smaller unit of time. Intervals don’t
849
+ * have a smaller unit than seconds.
850
+ */
851
+ seconds?: number;
852
+ /** A quantity of minutes. */
853
+ minutes?: number;
854
+ /** A quantity of hours. */
855
+ hours?: number;
856
+ /** A quantity of days. */
857
+ days?: number;
858
+ /** A quantity of months. */
859
+ months?: number;
860
+ /** A quantity of years. */
861
+ years?: number;
862
+ }
863
+ export interface SignOutPayload {
864
+ clientMutationId?: string | null;
865
+ }
866
+ export type SignOutPayloadSelect = {
867
+ clientMutationId?: boolean;
868
+ };
869
+ export interface SendAccountDeletionEmailPayload {
870
+ clientMutationId?: string | null;
871
+ result?: boolean | null;
872
+ }
873
+ export type SendAccountDeletionEmailPayloadSelect = {
874
+ clientMutationId?: boolean;
875
+ result?: boolean;
876
+ };
877
+ export interface CheckPasswordPayload {
878
+ clientMutationId?: string | null;
879
+ }
880
+ export type CheckPasswordPayloadSelect = {
881
+ clientMutationId?: boolean;
882
+ };
883
+ export interface ConfirmDeleteAccountPayload {
884
+ clientMutationId?: string | null;
885
+ result?: boolean | null;
886
+ }
887
+ export type ConfirmDeleteAccountPayloadSelect = {
888
+ clientMutationId?: boolean;
889
+ result?: boolean;
890
+ };
891
+ export interface SetPasswordPayload {
892
+ clientMutationId?: string | null;
893
+ result?: boolean | null;
894
+ }
895
+ export type SetPasswordPayloadSelect = {
896
+ clientMutationId?: boolean;
897
+ result?: boolean;
898
+ };
899
+ export interface VerifyEmailPayload {
900
+ clientMutationId?: string | null;
901
+ result?: boolean | null;
902
+ }
903
+ export type VerifyEmailPayloadSelect = {
904
+ clientMutationId?: boolean;
905
+ result?: boolean;
906
+ };
907
+ export interface ResetPasswordPayload {
908
+ clientMutationId?: string | null;
909
+ result?: boolean | null;
910
+ }
911
+ export type ResetPasswordPayloadSelect = {
912
+ clientMutationId?: boolean;
913
+ result?: boolean;
914
+ };
915
+ export interface SignInOneTimeTokenPayload {
916
+ clientMutationId?: string | null;
917
+ result?: SignInOneTimeTokenRecord | null;
918
+ }
919
+ export type SignInOneTimeTokenPayloadSelect = {
920
+ clientMutationId?: boolean;
921
+ result?: {
922
+ select: SignInOneTimeTokenRecordSelect;
923
+ };
924
+ };
925
+ export interface SignInPayload {
926
+ clientMutationId?: string | null;
927
+ result?: SignInRecord | null;
928
+ }
929
+ export type SignInPayloadSelect = {
930
+ clientMutationId?: boolean;
931
+ result?: {
932
+ select: SignInRecordSelect;
933
+ };
934
+ };
935
+ export interface SignUpPayload {
936
+ clientMutationId?: string | null;
937
+ result?: SignUpRecord | null;
938
+ }
939
+ export type SignUpPayloadSelect = {
940
+ clientMutationId?: boolean;
941
+ result?: {
942
+ select: SignUpRecordSelect;
943
+ };
944
+ };
945
+ export interface OneTimeTokenPayload {
946
+ clientMutationId?: string | null;
947
+ result?: string | null;
948
+ }
949
+ export type OneTimeTokenPayloadSelect = {
950
+ clientMutationId?: boolean;
951
+ result?: boolean;
952
+ };
953
+ export interface ExtendTokenExpiresPayload {
954
+ clientMutationId?: string | null;
955
+ result?: ExtendTokenExpiresRecord[] | null;
956
+ }
957
+ export type ExtendTokenExpiresPayloadSelect = {
958
+ clientMutationId?: boolean;
959
+ result?: {
960
+ select: ExtendTokenExpiresRecordSelect;
961
+ };
962
+ };
963
+ export interface ForgotPasswordPayload {
964
+ clientMutationId?: string | null;
965
+ }
966
+ export type ForgotPasswordPayloadSelect = {
967
+ clientMutationId?: boolean;
968
+ };
969
+ export interface SendVerificationEmailPayload {
970
+ clientMutationId?: string | null;
971
+ result?: boolean | null;
972
+ }
973
+ export type SendVerificationEmailPayloadSelect = {
974
+ clientMutationId?: boolean;
975
+ result?: boolean;
976
+ };
977
+ export interface VerifyPasswordPayload {
978
+ clientMutationId?: string | null;
979
+ result?: Session | null;
980
+ }
981
+ export type VerifyPasswordPayloadSelect = {
982
+ clientMutationId?: boolean;
983
+ result?: {
984
+ select: SessionSelect;
985
+ };
986
+ };
987
+ export interface VerifyTotpPayload {
988
+ clientMutationId?: string | null;
989
+ result?: Session | null;
990
+ }
991
+ export type VerifyTotpPayloadSelect = {
992
+ clientMutationId?: boolean;
993
+ result?: {
994
+ select: SessionSelect;
995
+ };
996
+ };
997
+ export interface CreateRoleTypePayload {
998
+ clientMutationId?: string | null;
999
+ /** The `RoleType` that was created by this mutation. */
1000
+ roleType?: RoleType | null;
1001
+ roleTypeEdge?: RoleTypeEdge | null;
1002
+ }
1003
+ export type CreateRoleTypePayloadSelect = {
1004
+ clientMutationId?: boolean;
1005
+ roleType?: {
1006
+ select: RoleTypeSelect;
1007
+ };
1008
+ roleTypeEdge?: {
1009
+ select: RoleTypeEdgeSelect;
1010
+ };
1011
+ };
1012
+ export interface UpdateRoleTypePayload {
1013
+ clientMutationId?: string | null;
1014
+ /** The `RoleType` that was updated by this mutation. */
1015
+ roleType?: RoleType | null;
1016
+ roleTypeEdge?: RoleTypeEdge | null;
1017
+ }
1018
+ export type UpdateRoleTypePayloadSelect = {
1019
+ clientMutationId?: boolean;
1020
+ roleType?: {
1021
+ select: RoleTypeSelect;
1022
+ };
1023
+ roleTypeEdge?: {
1024
+ select: RoleTypeEdgeSelect;
1025
+ };
1026
+ };
1027
+ export interface DeleteRoleTypePayload {
1028
+ clientMutationId?: string | null;
1029
+ /** The `RoleType` that was deleted by this mutation. */
1030
+ roleType?: RoleType | null;
1031
+ roleTypeEdge?: RoleTypeEdge | null;
1032
+ }
1033
+ export type DeleteRoleTypePayloadSelect = {
1034
+ clientMutationId?: boolean;
1035
+ roleType?: {
1036
+ select: RoleTypeSelect;
1037
+ };
1038
+ roleTypeEdge?: {
1039
+ select: RoleTypeEdgeSelect;
1040
+ };
1041
+ };
1042
+ export interface CreateCryptoAddressPayload {
1043
+ clientMutationId?: string | null;
1044
+ /** The `CryptoAddress` that was created by this mutation. */
1045
+ cryptoAddress?: CryptoAddress | null;
1046
+ cryptoAddressEdge?: CryptoAddressEdge | null;
1047
+ }
1048
+ export type CreateCryptoAddressPayloadSelect = {
1049
+ clientMutationId?: boolean;
1050
+ cryptoAddress?: {
1051
+ select: CryptoAddressSelect;
1052
+ };
1053
+ cryptoAddressEdge?: {
1054
+ select: CryptoAddressEdgeSelect;
1055
+ };
1056
+ };
1057
+ export interface UpdateCryptoAddressPayload {
1058
+ clientMutationId?: string | null;
1059
+ /** The `CryptoAddress` that was updated by this mutation. */
1060
+ cryptoAddress?: CryptoAddress | null;
1061
+ cryptoAddressEdge?: CryptoAddressEdge | null;
1062
+ }
1063
+ export type UpdateCryptoAddressPayloadSelect = {
1064
+ clientMutationId?: boolean;
1065
+ cryptoAddress?: {
1066
+ select: CryptoAddressSelect;
1067
+ };
1068
+ cryptoAddressEdge?: {
1069
+ select: CryptoAddressEdgeSelect;
1070
+ };
1071
+ };
1072
+ export interface DeleteCryptoAddressPayload {
1073
+ clientMutationId?: string | null;
1074
+ /** The `CryptoAddress` that was deleted by this mutation. */
1075
+ cryptoAddress?: CryptoAddress | null;
1076
+ cryptoAddressEdge?: CryptoAddressEdge | null;
1077
+ }
1078
+ export type DeleteCryptoAddressPayloadSelect = {
1079
+ clientMutationId?: boolean;
1080
+ cryptoAddress?: {
1081
+ select: CryptoAddressSelect;
1082
+ };
1083
+ cryptoAddressEdge?: {
1084
+ select: CryptoAddressEdgeSelect;
1085
+ };
1086
+ };
1087
+ export interface CreatePhoneNumberPayload {
1088
+ clientMutationId?: string | null;
1089
+ /** The `PhoneNumber` that was created by this mutation. */
1090
+ phoneNumber?: PhoneNumber | null;
1091
+ phoneNumberEdge?: PhoneNumberEdge | null;
1092
+ }
1093
+ export type CreatePhoneNumberPayloadSelect = {
1094
+ clientMutationId?: boolean;
1095
+ phoneNumber?: {
1096
+ select: PhoneNumberSelect;
1097
+ };
1098
+ phoneNumberEdge?: {
1099
+ select: PhoneNumberEdgeSelect;
1100
+ };
1101
+ };
1102
+ export interface UpdatePhoneNumberPayload {
1103
+ clientMutationId?: string | null;
1104
+ /** The `PhoneNumber` that was updated by this mutation. */
1105
+ phoneNumber?: PhoneNumber | null;
1106
+ phoneNumberEdge?: PhoneNumberEdge | null;
1107
+ }
1108
+ export type UpdatePhoneNumberPayloadSelect = {
1109
+ clientMutationId?: boolean;
1110
+ phoneNumber?: {
1111
+ select: PhoneNumberSelect;
1112
+ };
1113
+ phoneNumberEdge?: {
1114
+ select: PhoneNumberEdgeSelect;
1115
+ };
1116
+ };
1117
+ export interface DeletePhoneNumberPayload {
1118
+ clientMutationId?: string | null;
1119
+ /** The `PhoneNumber` that was deleted by this mutation. */
1120
+ phoneNumber?: PhoneNumber | null;
1121
+ phoneNumberEdge?: PhoneNumberEdge | null;
1122
+ }
1123
+ export type DeletePhoneNumberPayloadSelect = {
1124
+ clientMutationId?: boolean;
1125
+ phoneNumber?: {
1126
+ select: PhoneNumberSelect;
1127
+ };
1128
+ phoneNumberEdge?: {
1129
+ select: PhoneNumberEdgeSelect;
1130
+ };
1131
+ };
1132
+ export interface CreateConnectedAccountPayload {
1133
+ clientMutationId?: string | null;
1134
+ /** The `ConnectedAccount` that was created by this mutation. */
1135
+ connectedAccount?: ConnectedAccount | null;
1136
+ connectedAccountEdge?: ConnectedAccountEdge | null;
1137
+ }
1138
+ export type CreateConnectedAccountPayloadSelect = {
1139
+ clientMutationId?: boolean;
1140
+ connectedAccount?: {
1141
+ select: ConnectedAccountSelect;
1142
+ };
1143
+ connectedAccountEdge?: {
1144
+ select: ConnectedAccountEdgeSelect;
1145
+ };
1146
+ };
1147
+ export interface UpdateConnectedAccountPayload {
1148
+ clientMutationId?: string | null;
1149
+ /** The `ConnectedAccount` that was updated by this mutation. */
1150
+ connectedAccount?: ConnectedAccount | null;
1151
+ connectedAccountEdge?: ConnectedAccountEdge | null;
1152
+ }
1153
+ export type UpdateConnectedAccountPayloadSelect = {
1154
+ clientMutationId?: boolean;
1155
+ connectedAccount?: {
1156
+ select: ConnectedAccountSelect;
1157
+ };
1158
+ connectedAccountEdge?: {
1159
+ select: ConnectedAccountEdgeSelect;
1160
+ };
1161
+ };
1162
+ export interface DeleteConnectedAccountPayload {
1163
+ clientMutationId?: string | null;
1164
+ /** The `ConnectedAccount` that was deleted by this mutation. */
1165
+ connectedAccount?: ConnectedAccount | null;
1166
+ connectedAccountEdge?: ConnectedAccountEdge | null;
1167
+ }
1168
+ export type DeleteConnectedAccountPayloadSelect = {
1169
+ clientMutationId?: boolean;
1170
+ connectedAccount?: {
1171
+ select: ConnectedAccountSelect;
1172
+ };
1173
+ connectedAccountEdge?: {
1174
+ select: ConnectedAccountEdgeSelect;
1175
+ };
1176
+ };
1177
+ export interface CreateAuditLogPayload {
1178
+ clientMutationId?: string | null;
1179
+ /** The `AuditLog` that was created by this mutation. */
1180
+ auditLog?: AuditLog | null;
1181
+ auditLogEdge?: AuditLogEdge | null;
1182
+ }
1183
+ export type CreateAuditLogPayloadSelect = {
1184
+ clientMutationId?: boolean;
1185
+ auditLog?: {
1186
+ select: AuditLogSelect;
1187
+ };
1188
+ auditLogEdge?: {
1189
+ select: AuditLogEdgeSelect;
1190
+ };
1191
+ };
1192
+ export interface UpdateAuditLogPayload {
1193
+ clientMutationId?: string | null;
1194
+ /** The `AuditLog` that was updated by this mutation. */
1195
+ auditLog?: AuditLog | null;
1196
+ auditLogEdge?: AuditLogEdge | null;
1197
+ }
1198
+ export type UpdateAuditLogPayloadSelect = {
1199
+ clientMutationId?: boolean;
1200
+ auditLog?: {
1201
+ select: AuditLogSelect;
1202
+ };
1203
+ auditLogEdge?: {
1204
+ select: AuditLogEdgeSelect;
1205
+ };
1206
+ };
1207
+ export interface DeleteAuditLogPayload {
1208
+ clientMutationId?: string | null;
1209
+ /** The `AuditLog` that was deleted by this mutation. */
1210
+ auditLog?: AuditLog | null;
1211
+ auditLogEdge?: AuditLogEdge | null;
1212
+ }
1213
+ export type DeleteAuditLogPayloadSelect = {
1214
+ clientMutationId?: boolean;
1215
+ auditLog?: {
1216
+ select: AuditLogSelect;
1217
+ };
1218
+ auditLogEdge?: {
1219
+ select: AuditLogEdgeSelect;
1220
+ };
1221
+ };
1222
+ export interface CreateEmailPayload {
1223
+ clientMutationId?: string | null;
1224
+ /** The `Email` that was created by this mutation. */
1225
+ email?: Email | null;
1226
+ emailEdge?: EmailEdge | null;
1227
+ }
1228
+ export type CreateEmailPayloadSelect = {
1229
+ clientMutationId?: boolean;
1230
+ email?: {
1231
+ select: EmailSelect;
1232
+ };
1233
+ emailEdge?: {
1234
+ select: EmailEdgeSelect;
1235
+ };
1236
+ };
1237
+ export interface UpdateEmailPayload {
1238
+ clientMutationId?: string | null;
1239
+ /** The `Email` that was updated by this mutation. */
1240
+ email?: Email | null;
1241
+ emailEdge?: EmailEdge | null;
1242
+ }
1243
+ export type UpdateEmailPayloadSelect = {
1244
+ clientMutationId?: boolean;
1245
+ email?: {
1246
+ select: EmailSelect;
1247
+ };
1248
+ emailEdge?: {
1249
+ select: EmailEdgeSelect;
1250
+ };
1251
+ };
1252
+ export interface DeleteEmailPayload {
1253
+ clientMutationId?: string | null;
1254
+ /** The `Email` that was deleted by this mutation. */
1255
+ email?: Email | null;
1256
+ emailEdge?: EmailEdge | null;
1257
+ }
1258
+ export type DeleteEmailPayloadSelect = {
1259
+ clientMutationId?: boolean;
1260
+ email?: {
1261
+ select: EmailSelect;
1262
+ };
1263
+ emailEdge?: {
1264
+ select: EmailEdgeSelect;
1265
+ };
1266
+ };
1267
+ export interface CreateUserPayload {
1268
+ clientMutationId?: string | null;
1269
+ /** The `User` that was created by this mutation. */
1270
+ user?: User | null;
1271
+ userEdge?: UserEdge | null;
1272
+ }
1273
+ export type CreateUserPayloadSelect = {
1274
+ clientMutationId?: boolean;
1275
+ user?: {
1276
+ select: UserSelect;
1277
+ };
1278
+ userEdge?: {
1279
+ select: UserEdgeSelect;
1280
+ };
1281
+ };
1282
+ export interface UpdateUserPayload {
1283
+ clientMutationId?: string | null;
1284
+ /** The `User` that was updated by this mutation. */
1285
+ user?: User | null;
1286
+ userEdge?: UserEdge | null;
1287
+ }
1288
+ export type UpdateUserPayloadSelect = {
1289
+ clientMutationId?: boolean;
1290
+ user?: {
1291
+ select: UserSelect;
1292
+ };
1293
+ userEdge?: {
1294
+ select: UserEdgeSelect;
1295
+ };
1296
+ };
1297
+ export interface DeleteUserPayload {
1298
+ clientMutationId?: string | null;
1299
+ /** The `User` that was deleted by this mutation. */
1300
+ user?: User | null;
1301
+ userEdge?: UserEdge | null;
1302
+ }
1303
+ export type DeleteUserPayloadSelect = {
1304
+ clientMutationId?: boolean;
1305
+ user?: {
1306
+ select: UserSelect;
1307
+ };
1308
+ userEdge?: {
1309
+ select: UserEdgeSelect;
1310
+ };
1311
+ };
1312
+ export interface SignInOneTimeTokenRecord {
1313
+ id?: string | null;
1314
+ userId?: string | null;
1315
+ accessToken?: string | null;
1316
+ accessTokenExpiresAt?: string | null;
1317
+ isVerified?: boolean | null;
1318
+ totpEnabled?: boolean | null;
1319
+ }
1320
+ export type SignInOneTimeTokenRecordSelect = {
1321
+ id?: boolean;
1322
+ userId?: boolean;
1323
+ accessToken?: boolean;
1324
+ accessTokenExpiresAt?: boolean;
1325
+ isVerified?: boolean;
1326
+ totpEnabled?: boolean;
1327
+ };
1328
+ export interface SignInRecord {
1329
+ id?: string | null;
1330
+ userId?: string | null;
1331
+ accessToken?: string | null;
1332
+ accessTokenExpiresAt?: string | null;
1333
+ isVerified?: boolean | null;
1334
+ totpEnabled?: boolean | null;
1335
+ }
1336
+ export type SignInRecordSelect = {
1337
+ id?: boolean;
1338
+ userId?: boolean;
1339
+ accessToken?: boolean;
1340
+ accessTokenExpiresAt?: boolean;
1341
+ isVerified?: boolean;
1342
+ totpEnabled?: boolean;
1343
+ };
1344
+ export interface SignUpRecord {
1345
+ id?: string | null;
1346
+ userId?: string | null;
1347
+ accessToken?: string | null;
1348
+ accessTokenExpiresAt?: string | null;
1349
+ isVerified?: boolean | null;
1350
+ totpEnabled?: boolean | null;
1351
+ }
1352
+ export type SignUpRecordSelect = {
1353
+ id?: boolean;
1354
+ userId?: boolean;
1355
+ accessToken?: boolean;
1356
+ accessTokenExpiresAt?: boolean;
1357
+ isVerified?: boolean;
1358
+ totpEnabled?: boolean;
1359
+ };
1360
+ export interface ExtendTokenExpiresRecord {
1361
+ id?: string | null;
1362
+ sessionId?: string | null;
1363
+ expiresAt?: string | null;
1364
+ }
1365
+ export type ExtendTokenExpiresRecordSelect = {
1366
+ id?: boolean;
1367
+ sessionId?: boolean;
1368
+ expiresAt?: boolean;
1369
+ };
1370
+ /** Tracks user authentication sessions with expiration, fingerprinting, and step-up verification state */
1371
+ export interface Session {
1372
+ id: string;
1373
+ /** References the authenticated user; NULL for anonymous sessions */
1374
+ userId?: string | null;
1375
+ /** Whether this is an anonymous session (no authenticated user) */
1376
+ isAnonymous: boolean;
1377
+ /** When this session expires and can no longer be used for authentication */
1378
+ expiresAt: string;
1379
+ /** When this session was explicitly revoked (soft delete); NULL means active */
1380
+ revokedAt?: string | null;
1381
+ /** The origin (protocol + host) from which the session was created, used for fingerprint validation */
1382
+ origin?: ConstructiveInternalTypeOrigin | null;
1383
+ /** IP address from which the session was created, used for strict fingerprint validation */
1384
+ ip?: string | null;
1385
+ /** User-Agent string from the client, used for strict fingerprint validation */
1386
+ uagent?: string | null;
1387
+ /** Session validation mode: strict (origin+ip+uagent), lax (origin only), or none (no validation) */
1388
+ fingerprintMode: string;
1389
+ /** Timestamp of last password re-verification for step-up authentication */
1390
+ lastPasswordVerified?: string | null;
1391
+ /** Timestamp of last MFA verification for step-up authentication */
1392
+ lastMfaVerified?: string | null;
1393
+ /** Secret used to generate and validate CSRF tokens for cookie-based sessions */
1394
+ csrfSecret?: string | null;
1395
+ createdAt?: string | null;
1396
+ updatedAt?: string | null;
1397
+ }
1398
+ export type SessionSelect = {
1399
+ id?: boolean;
1400
+ userId?: boolean;
1401
+ isAnonymous?: boolean;
1402
+ expiresAt?: boolean;
1403
+ revokedAt?: boolean;
1404
+ origin?: boolean;
1405
+ ip?: boolean;
1406
+ uagent?: boolean;
1407
+ fingerprintMode?: boolean;
1408
+ lastPasswordVerified?: boolean;
1409
+ lastMfaVerified?: boolean;
1410
+ csrfSecret?: boolean;
1411
+ createdAt?: boolean;
1412
+ updatedAt?: boolean;
1413
+ };
1414
+ /** A `RoleType` edge in the connection. */
1415
+ export interface RoleTypeEdge {
1416
+ cursor?: string | null;
1417
+ /** The `RoleType` at the end of the edge. */
1418
+ node?: RoleType | null;
1419
+ }
1420
+ export type RoleTypeEdgeSelect = {
1421
+ cursor?: boolean;
1422
+ node?: {
1423
+ select: RoleTypeSelect;
1424
+ };
1425
+ };
1426
+ /** A `CryptoAddress` edge in the connection. */
1427
+ export interface CryptoAddressEdge {
1428
+ cursor?: string | null;
1429
+ /** The `CryptoAddress` at the end of the edge. */
1430
+ node?: CryptoAddress | null;
1431
+ }
1432
+ export type CryptoAddressEdgeSelect = {
1433
+ cursor?: boolean;
1434
+ node?: {
1435
+ select: CryptoAddressSelect;
1436
+ };
1437
+ };
1438
+ /** A `PhoneNumber` edge in the connection. */
1439
+ export interface PhoneNumberEdge {
1440
+ cursor?: string | null;
1441
+ /** The `PhoneNumber` at the end of the edge. */
1442
+ node?: PhoneNumber | null;
1443
+ }
1444
+ export type PhoneNumberEdgeSelect = {
1445
+ cursor?: boolean;
1446
+ node?: {
1447
+ select: PhoneNumberSelect;
1448
+ };
1449
+ };
1450
+ /** A `ConnectedAccount` edge in the connection. */
1451
+ export interface ConnectedAccountEdge {
1452
+ cursor?: string | null;
1453
+ /** The `ConnectedAccount` at the end of the edge. */
1454
+ node?: ConnectedAccount | null;
1455
+ }
1456
+ export type ConnectedAccountEdgeSelect = {
1457
+ cursor?: boolean;
1458
+ node?: {
1459
+ select: ConnectedAccountSelect;
1460
+ };
1461
+ };
1462
+ /** A `AuditLog` edge in the connection. */
1463
+ export interface AuditLogEdge {
1464
+ cursor?: string | null;
1465
+ /** The `AuditLog` at the end of the edge. */
1466
+ node?: AuditLog | null;
1467
+ }
1468
+ export type AuditLogEdgeSelect = {
1469
+ cursor?: boolean;
1470
+ node?: {
1471
+ select: AuditLogSelect;
1472
+ };
1473
+ };
1474
+ /** A `Email` edge in the connection. */
1475
+ export interface EmailEdge {
1476
+ cursor?: string | null;
1477
+ /** The `Email` at the end of the edge. */
1478
+ node?: Email | null;
1479
+ }
1480
+ export type EmailEdgeSelect = {
1481
+ cursor?: boolean;
1482
+ node?: {
1483
+ select: EmailSelect;
1484
+ };
1485
+ };
1486
+ /** A `User` edge in the connection. */
1487
+ export interface UserEdge {
1488
+ cursor?: string | null;
1489
+ /** The `User` at the end of the edge. */
1490
+ node?: User | null;
1491
+ }
1492
+ export type UserEdgeSelect = {
1493
+ cursor?: boolean;
1494
+ node?: {
1495
+ select: UserSelect;
1496
+ };
1497
+ };