@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,4350 @@
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 interface OrgGetManagersRecord {
228
+ userId?: string | null;
229
+ depth?: number | null;
230
+ }
231
+ export interface OrgGetSubordinatesRecord {
232
+ userId?: string | null;
233
+ depth?: number | null;
234
+ }
235
+ /** Defines available permissions as named bits within a bitmask, used by the RBAC system for access control */
236
+ export interface AppPermission {
237
+ id: string;
238
+ /** Human-readable permission name (e.g. read, write, manage) */
239
+ name?: string | null;
240
+ /** Position of this permission in the bitmask (1-indexed), must be unique per permission set */
241
+ bitnum?: number | null;
242
+ /** Pre-computed bitmask with only this permission bit set, used for bitwise OR/AND operations */
243
+ bitstr?: string | null;
244
+ /** Human-readable description of what this permission allows */
245
+ description?: string | null;
246
+ }
247
+ /** Defines available permissions as named bits within a bitmask, used by the RBAC system for access control */
248
+ export interface OrgPermission {
249
+ id: string;
250
+ /** Human-readable permission name (e.g. read, write, manage) */
251
+ name?: string | null;
252
+ /** Position of this permission in the bitmask (1-indexed), must be unique per permission set */
253
+ bitnum?: number | null;
254
+ /** Pre-computed bitmask with only this permission bit set, used for bitwise OR/AND operations */
255
+ bitstr?: string | null;
256
+ /** Human-readable description of what this permission allows */
257
+ description?: string | null;
258
+ }
259
+ /** Defines the specific requirements that must be met to achieve a level */
260
+ export interface AppLevelRequirement {
261
+ id: string;
262
+ /** Name identifier of the requirement (matches step names) */
263
+ name?: string | null;
264
+ /** Name of the level this requirement belongs to */
265
+ level?: string | null;
266
+ /** Human-readable description of what this requirement entails */
267
+ description?: string | null;
268
+ /** Number of steps needed to satisfy this requirement */
269
+ requiredCount?: number | null;
270
+ /** Display ordering priority; lower values appear first */
271
+ priority?: number | null;
272
+ createdAt?: string | null;
273
+ updatedAt?: string | null;
274
+ }
275
+ /** Simplified view of active members in an entity, used for listing who belongs to an org or group */
276
+ export interface OrgMember {
277
+ id: string;
278
+ /** Whether this member has admin privileges */
279
+ isAdmin?: boolean | null;
280
+ /** References the user who is a member */
281
+ actorId?: string | null;
282
+ /** References the entity (org or group) this member belongs to */
283
+ entityId?: string | null;
284
+ }
285
+ /** Stores the default permission bitmask assigned to new members upon joining */
286
+ export interface AppPermissionDefault {
287
+ id: string;
288
+ /** Default permission bitmask applied to new members */
289
+ permissions?: string | null;
290
+ }
291
+ /** Stores the default permission bitmask assigned to new members upon joining */
292
+ export interface OrgPermissionDefault {
293
+ id: string;
294
+ /** Default permission bitmask applied to new members */
295
+ permissions?: string | null;
296
+ /** References the entity these default permissions apply to */
297
+ entityId?: string | null;
298
+ }
299
+ /** Records of admin role grants and revocations between members */
300
+ export interface AppAdminGrant {
301
+ id: string;
302
+ /** True to grant admin, false to revoke admin */
303
+ isGrant?: boolean | null;
304
+ /** The member receiving or losing the admin grant */
305
+ actorId?: string | null;
306
+ grantorId?: string | null;
307
+ createdAt?: string | null;
308
+ updatedAt?: string | null;
309
+ }
310
+ /** Records of ownership transfers and grants between members */
311
+ export interface AppOwnerGrant {
312
+ id: string;
313
+ /** True to grant ownership, false to revoke ownership */
314
+ isGrant?: boolean | null;
315
+ /** The member receiving or losing the ownership grant */
316
+ actorId?: string | null;
317
+ grantorId?: string | null;
318
+ createdAt?: string | null;
319
+ updatedAt?: string | null;
320
+ }
321
+ /** Records of admin role grants and revocations between members */
322
+ export interface OrgAdminGrant {
323
+ id: string;
324
+ /** True to grant admin, false to revoke admin */
325
+ isGrant?: boolean | null;
326
+ /** The member receiving or losing the admin grant */
327
+ actorId?: string | null;
328
+ /** The entity (org or group) this admin grant applies to */
329
+ entityId?: string | null;
330
+ grantorId?: string | null;
331
+ createdAt?: string | null;
332
+ updatedAt?: string | null;
333
+ }
334
+ /** Records of ownership transfers and grants between members */
335
+ export interface OrgOwnerGrant {
336
+ id: string;
337
+ /** True to grant ownership, false to revoke ownership */
338
+ isGrant?: boolean | null;
339
+ /** The member receiving or losing the ownership grant */
340
+ actorId?: string | null;
341
+ /** The entity (org or group) this ownership grant applies to */
342
+ entityId?: string | null;
343
+ grantorId?: string | null;
344
+ createdAt?: string | null;
345
+ updatedAt?: string | null;
346
+ }
347
+ /** Default maximum values for each named limit, applied when no per-actor override exists */
348
+ export interface AppLimitDefault {
349
+ id: string;
350
+ /** Name identifier of the limit this default applies to */
351
+ name?: string | null;
352
+ /** Default maximum usage allowed for this limit */
353
+ max?: number | null;
354
+ }
355
+ /** Default maximum values for each named limit, applied when no per-actor override exists */
356
+ export interface OrgLimitDefault {
357
+ id: string;
358
+ /** Name identifier of the limit this default applies to */
359
+ name?: string | null;
360
+ /** Default maximum usage allowed for this limit */
361
+ max?: number | null;
362
+ }
363
+ /** Defines the different scopes of membership (e.g. App Member, Organization Member, Group Member) */
364
+ export interface MembershipType {
365
+ /** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
366
+ id: number;
367
+ /** Human-readable name of the membership type */
368
+ name?: string | null;
369
+ /** Description of what this membership type represents */
370
+ description?: string | null;
371
+ /** Short prefix used to namespace tables and functions for this membership scope */
372
+ prefix?: string | null;
373
+ }
374
+ /** Append-only log of hierarchy edge grants and revocations; triggers apply changes to the edges table */
375
+ export interface OrgChartEdgeGrant {
376
+ id: string;
377
+ /** Organization this grant applies to */
378
+ entityId?: string | null;
379
+ /** User ID of the subordinate being placed in the hierarchy */
380
+ childId?: string | null;
381
+ /** User ID of the manager being assigned; NULL for top-level positions */
382
+ parentId?: string | null;
383
+ /** User ID of the admin who performed this grant or revocation */
384
+ grantorId?: string | null;
385
+ /** TRUE to add/update the edge, FALSE to remove it */
386
+ isGrant?: boolean | null;
387
+ /** Job title or role name being assigned in this grant */
388
+ positionTitle?: string | null;
389
+ /** Numeric seniority level being assigned in this grant */
390
+ positionLevel?: number | null;
391
+ /** Timestamp when this grant or revocation was recorded */
392
+ createdAt?: string | null;
393
+ }
394
+ /** Tracks per-actor usage counts against configurable maximum limits */
395
+ export interface AppLimit {
396
+ id: string;
397
+ /** Name identifier of the limit being tracked */
398
+ name?: string | null;
399
+ /** User whose usage is being tracked against this limit */
400
+ actorId?: string | null;
401
+ /** Current usage count for this actor and limit */
402
+ num?: number | null;
403
+ /** Maximum allowed usage; NULL means use the default limit value */
404
+ max?: number | null;
405
+ }
406
+ /** Aggregated user progress for level requirements, tallying the total count; updated via triggers and should not be modified manually */
407
+ export interface AppAchievement {
408
+ id: string;
409
+ actorId?: string | null;
410
+ /** Name identifier of the level requirement being tracked */
411
+ name?: string | null;
412
+ /** Cumulative count of completed steps toward this requirement */
413
+ count?: number | null;
414
+ createdAt?: string | null;
415
+ updatedAt?: string | null;
416
+ }
417
+ /** Log of individual user actions toward level requirements; every single step ever taken is recorded here */
418
+ export interface AppStep {
419
+ id: string;
420
+ actorId?: string | null;
421
+ /** Name identifier of the level requirement this step fulfills */
422
+ name?: string | null;
423
+ /** Number of units completed in this step action */
424
+ count?: number | null;
425
+ createdAt?: string | null;
426
+ updatedAt?: string | null;
427
+ }
428
+ /** Records of successfully claimed invitations, linking senders to receivers */
429
+ export interface ClaimedInvite {
430
+ id: string;
431
+ /** Optional JSON payload captured at the time the invite was claimed */
432
+ data?: Record<string, unknown> | null;
433
+ /** User ID of the original invitation sender */
434
+ senderId?: string | null;
435
+ /** User ID of the person who claimed and redeemed the invitation */
436
+ receiverId?: string | null;
437
+ createdAt?: string | null;
438
+ updatedAt?: string | null;
439
+ }
440
+ /** Records of individual permission grants and revocations for members via bitmask */
441
+ export interface AppGrant {
442
+ id: string;
443
+ /** Bitmask of permissions being granted or revoked */
444
+ permissions?: string | null;
445
+ /** True to grant the permissions, false to revoke them */
446
+ isGrant?: boolean | null;
447
+ /** The member receiving or losing the permission grant */
448
+ actorId?: string | null;
449
+ grantorId?: string | null;
450
+ createdAt?: string | null;
451
+ updatedAt?: string | null;
452
+ }
453
+ /** Default membership settings per entity, controlling initial approval and verification state for new members */
454
+ export interface AppMembershipDefault {
455
+ id: string;
456
+ createdAt?: string | null;
457
+ updatedAt?: string | null;
458
+ createdBy?: string | null;
459
+ updatedBy?: string | null;
460
+ /** Whether new members are automatically approved upon joining */
461
+ isApproved?: boolean | null;
462
+ /** Whether new members are automatically verified upon joining */
463
+ isVerified?: boolean | null;
464
+ }
465
+ /** Tracks per-actor usage counts against configurable maximum limits */
466
+ export interface OrgLimit {
467
+ id: string;
468
+ /** Name identifier of the limit being tracked */
469
+ name?: string | null;
470
+ /** User whose usage is being tracked against this limit */
471
+ actorId?: string | null;
472
+ /** Current usage count for this actor and limit */
473
+ num?: number | null;
474
+ /** Maximum allowed usage; NULL means use the default limit value */
475
+ max?: number | null;
476
+ entityId?: string | null;
477
+ }
478
+ /** Records of successfully claimed invitations, linking senders to receivers */
479
+ export interface OrgClaimedInvite {
480
+ id: string;
481
+ /** Optional JSON payload captured at the time the invite was claimed */
482
+ data?: Record<string, unknown> | null;
483
+ /** User ID of the original invitation sender */
484
+ senderId?: string | null;
485
+ /** User ID of the person who claimed and redeemed the invitation */
486
+ receiverId?: string | null;
487
+ createdAt?: string | null;
488
+ updatedAt?: string | null;
489
+ entityId?: string | null;
490
+ }
491
+ /** Records of individual permission grants and revocations for members via bitmask */
492
+ export interface OrgGrant {
493
+ id: string;
494
+ /** Bitmask of permissions being granted or revoked */
495
+ permissions?: string | null;
496
+ /** True to grant the permissions, false to revoke them */
497
+ isGrant?: boolean | null;
498
+ /** The member receiving or losing the permission grant */
499
+ actorId?: string | null;
500
+ /** The entity (org or group) this permission grant applies to */
501
+ entityId?: string | null;
502
+ grantorId?: string | null;
503
+ createdAt?: string | null;
504
+ updatedAt?: string | null;
505
+ }
506
+ /** Organizational chart edges defining parent-child reporting relationships between members within an entity */
507
+ export interface OrgChartEdge {
508
+ id: string;
509
+ createdAt?: string | null;
510
+ updatedAt?: string | null;
511
+ /** Organization this hierarchy edge belongs to */
512
+ entityId?: string | null;
513
+ /** User ID of the subordinate (employee) in this reporting relationship */
514
+ childId?: string | null;
515
+ /** User ID of the manager; NULL indicates a top-level position with no direct report */
516
+ parentId?: string | null;
517
+ /** Job title or role name for this position in the org chart */
518
+ positionTitle?: string | null;
519
+ /** Numeric seniority level for this position (higher = more senior) */
520
+ positionLevel?: number | null;
521
+ }
522
+ /** Default membership settings per entity, controlling initial approval and verification state for new members */
523
+ export interface OrgMembershipDefault {
524
+ id: string;
525
+ createdAt?: string | null;
526
+ updatedAt?: string | null;
527
+ createdBy?: string | null;
528
+ updatedBy?: string | null;
529
+ /** Whether new members are automatically approved upon joining */
530
+ isApproved?: boolean | null;
531
+ /** References the entity these membership defaults apply to */
532
+ entityId?: string | null;
533
+ /** When an org member is deleted, whether to cascade-remove their group memberships */
534
+ deleteMemberCascadeGroups?: boolean | null;
535
+ /** When a group is created, whether to auto-add existing org members as group members */
536
+ createGroupsCascadeMembers?: boolean | null;
537
+ }
538
+ /** Invitation records sent to prospective members via email, with token-based redemption and expiration */
539
+ export interface Invite {
540
+ id: string;
541
+ /** Email address of the invited recipient */
542
+ email?: ConstructiveInternalTypeEmail | null;
543
+ /** User ID of the member who sent this invitation */
544
+ senderId?: string | null;
545
+ /** Unique random hex token used to redeem this invitation */
546
+ inviteToken?: string | null;
547
+ /** Whether this invitation is still valid and can be redeemed */
548
+ inviteValid?: boolean | null;
549
+ /** Maximum number of times this invite can be claimed; -1 means unlimited */
550
+ inviteLimit?: number | null;
551
+ /** Running count of how many times this invite has been claimed */
552
+ inviteCount?: number | null;
553
+ /** Whether this invite can be claimed by multiple recipients */
554
+ multiple?: boolean | null;
555
+ /** Optional JSON payload of additional invite metadata */
556
+ data?: Record<string, unknown> | null;
557
+ /** Timestamp after which this invitation can no longer be redeemed */
558
+ expiresAt?: string | null;
559
+ createdAt?: string | null;
560
+ updatedAt?: string | null;
561
+ }
562
+ /** Defines available levels that users can achieve by completing requirements */
563
+ export interface AppLevel {
564
+ id: string;
565
+ /** Unique name of the level */
566
+ name?: string | null;
567
+ /** Human-readable description of what this level represents */
568
+ description?: string | null;
569
+ /** Badge or icon image associated with this level */
570
+ image?: ConstructiveInternalTypeImage | null;
571
+ /** Optional owner (actor) who created or manages this level */
572
+ ownerId?: string | null;
573
+ createdAt?: string | null;
574
+ updatedAt?: string | null;
575
+ }
576
+ /** Tracks membership records linking actors to entities with permission bitmasks, ownership, and admin status */
577
+ export interface AppMembership {
578
+ id: string;
579
+ createdAt?: string | null;
580
+ updatedAt?: string | null;
581
+ createdBy?: string | null;
582
+ updatedBy?: string | null;
583
+ /** Whether this membership has been approved by an admin */
584
+ isApproved?: boolean | null;
585
+ /** Whether this member has been banned from the entity */
586
+ isBanned?: boolean | null;
587
+ /** Whether this membership is temporarily disabled */
588
+ isDisabled?: boolean | null;
589
+ /** Whether this member has been verified (e.g. email confirmation) */
590
+ isVerified?: boolean | null;
591
+ /** Computed field indicating the membership is approved, verified, not banned, and not disabled */
592
+ isActive?: boolean | null;
593
+ /** Whether the actor is the owner of this entity */
594
+ isOwner?: boolean | null;
595
+ /** Whether the actor has admin privileges on this entity */
596
+ isAdmin?: boolean | null;
597
+ /** Aggregated permission bitmask combining profile-based and directly granted permissions */
598
+ permissions?: string | null;
599
+ /** Bitmask of permissions directly granted to this member (not from profiles) */
600
+ granted?: string | null;
601
+ /** References the user who holds this membership */
602
+ actorId?: string | null;
603
+ profileId?: string | null;
604
+ }
605
+ /** Tracks membership records linking actors to entities with permission bitmasks, ownership, and admin status */
606
+ export interface OrgMembership {
607
+ id: string;
608
+ createdAt?: string | null;
609
+ updatedAt?: string | null;
610
+ createdBy?: string | null;
611
+ updatedBy?: string | null;
612
+ /** Whether this membership has been approved by an admin */
613
+ isApproved?: boolean | null;
614
+ /** Whether this member has been banned from the entity */
615
+ isBanned?: boolean | null;
616
+ /** Whether this membership is temporarily disabled */
617
+ isDisabled?: boolean | null;
618
+ /** Computed field indicating the membership is approved, verified, not banned, and not disabled */
619
+ isActive?: boolean | null;
620
+ /** Whether the actor is the owner of this entity */
621
+ isOwner?: boolean | null;
622
+ /** Whether the actor has admin privileges on this entity */
623
+ isAdmin?: boolean | null;
624
+ /** Aggregated permission bitmask combining profile-based and directly granted permissions */
625
+ permissions?: string | null;
626
+ /** Bitmask of permissions directly granted to this member (not from profiles) */
627
+ granted?: string | null;
628
+ /** References the user who holds this membership */
629
+ actorId?: string | null;
630
+ /** References the entity (org or group) this membership belongs to */
631
+ entityId?: string | null;
632
+ profileId?: string | null;
633
+ }
634
+ /** Invitation records sent to prospective members via email, with token-based redemption and expiration */
635
+ export interface OrgInvite {
636
+ id: string;
637
+ /** Email address of the invited recipient */
638
+ email?: ConstructiveInternalTypeEmail | null;
639
+ /** User ID of the member who sent this invitation */
640
+ senderId?: string | null;
641
+ /** User ID of the intended recipient, if targeting a specific user */
642
+ receiverId?: string | null;
643
+ /** Unique random hex token used to redeem this invitation */
644
+ inviteToken?: string | null;
645
+ /** Whether this invitation is still valid and can be redeemed */
646
+ inviteValid?: boolean | null;
647
+ /** Maximum number of times this invite can be claimed; -1 means unlimited */
648
+ inviteLimit?: number | null;
649
+ /** Running count of how many times this invite has been claimed */
650
+ inviteCount?: number | null;
651
+ /** Whether this invite can be claimed by multiple recipients */
652
+ multiple?: boolean | null;
653
+ /** Optional JSON payload of additional invite metadata */
654
+ data?: Record<string, unknown> | null;
655
+ /** Timestamp after which this invitation can no longer be redeemed */
656
+ expiresAt?: string | null;
657
+ createdAt?: string | null;
658
+ updatedAt?: string | null;
659
+ entityId?: string | null;
660
+ }
661
+ export interface ConnectionResult<T> {
662
+ nodes: T[];
663
+ totalCount: number;
664
+ pageInfo: PageInfo;
665
+ }
666
+ export interface PageInfo {
667
+ hasNextPage: boolean;
668
+ hasPreviousPage: boolean;
669
+ startCursor?: string | null;
670
+ endCursor?: string | null;
671
+ }
672
+ export interface OrgGetManagersRecordRelations {
673
+ }
674
+ export interface OrgGetSubordinatesRecordRelations {
675
+ }
676
+ export interface AppPermissionRelations {
677
+ }
678
+ export interface OrgPermissionRelations {
679
+ }
680
+ export interface AppLevelRequirementRelations {
681
+ }
682
+ export interface OrgMemberRelations {
683
+ }
684
+ export interface AppPermissionDefaultRelations {
685
+ }
686
+ export interface OrgPermissionDefaultRelations {
687
+ }
688
+ export interface AppAdminGrantRelations {
689
+ }
690
+ export interface AppOwnerGrantRelations {
691
+ }
692
+ export interface OrgAdminGrantRelations {
693
+ }
694
+ export interface OrgOwnerGrantRelations {
695
+ }
696
+ export interface AppLimitDefaultRelations {
697
+ }
698
+ export interface OrgLimitDefaultRelations {
699
+ }
700
+ export interface MembershipTypeRelations {
701
+ }
702
+ export interface OrgChartEdgeGrantRelations {
703
+ }
704
+ export interface AppLimitRelations {
705
+ }
706
+ export interface AppAchievementRelations {
707
+ }
708
+ export interface AppStepRelations {
709
+ }
710
+ export interface ClaimedInviteRelations {
711
+ }
712
+ export interface AppGrantRelations {
713
+ }
714
+ export interface AppMembershipDefaultRelations {
715
+ }
716
+ export interface OrgLimitRelations {
717
+ }
718
+ export interface OrgClaimedInviteRelations {
719
+ }
720
+ export interface OrgGrantRelations {
721
+ }
722
+ export interface OrgChartEdgeRelations {
723
+ }
724
+ export interface OrgMembershipDefaultRelations {
725
+ }
726
+ export interface InviteRelations {
727
+ }
728
+ export interface AppLevelRelations {
729
+ }
730
+ export interface AppMembershipRelations {
731
+ }
732
+ export interface OrgMembershipRelations {
733
+ }
734
+ export interface OrgInviteRelations {
735
+ }
736
+ export type OrgGetManagersRecordWithRelations = OrgGetManagersRecord & OrgGetManagersRecordRelations;
737
+ export type OrgGetSubordinatesRecordWithRelations = OrgGetSubordinatesRecord & OrgGetSubordinatesRecordRelations;
738
+ export type AppPermissionWithRelations = AppPermission & AppPermissionRelations;
739
+ export type OrgPermissionWithRelations = OrgPermission & OrgPermissionRelations;
740
+ export type AppLevelRequirementWithRelations = AppLevelRequirement & AppLevelRequirementRelations;
741
+ export type OrgMemberWithRelations = OrgMember & OrgMemberRelations;
742
+ export type AppPermissionDefaultWithRelations = AppPermissionDefault & AppPermissionDefaultRelations;
743
+ export type OrgPermissionDefaultWithRelations = OrgPermissionDefault & OrgPermissionDefaultRelations;
744
+ export type AppAdminGrantWithRelations = AppAdminGrant & AppAdminGrantRelations;
745
+ export type AppOwnerGrantWithRelations = AppOwnerGrant & AppOwnerGrantRelations;
746
+ export type OrgAdminGrantWithRelations = OrgAdminGrant & OrgAdminGrantRelations;
747
+ export type OrgOwnerGrantWithRelations = OrgOwnerGrant & OrgOwnerGrantRelations;
748
+ export type AppLimitDefaultWithRelations = AppLimitDefault & AppLimitDefaultRelations;
749
+ export type OrgLimitDefaultWithRelations = OrgLimitDefault & OrgLimitDefaultRelations;
750
+ export type MembershipTypeWithRelations = MembershipType & MembershipTypeRelations;
751
+ export type OrgChartEdgeGrantWithRelations = OrgChartEdgeGrant & OrgChartEdgeGrantRelations;
752
+ export type AppLimitWithRelations = AppLimit & AppLimitRelations;
753
+ export type AppAchievementWithRelations = AppAchievement & AppAchievementRelations;
754
+ export type AppStepWithRelations = AppStep & AppStepRelations;
755
+ export type ClaimedInviteWithRelations = ClaimedInvite & ClaimedInviteRelations;
756
+ export type AppGrantWithRelations = AppGrant & AppGrantRelations;
757
+ export type AppMembershipDefaultWithRelations = AppMembershipDefault & AppMembershipDefaultRelations;
758
+ export type OrgLimitWithRelations = OrgLimit & OrgLimitRelations;
759
+ export type OrgClaimedInviteWithRelations = OrgClaimedInvite & OrgClaimedInviteRelations;
760
+ export type OrgGrantWithRelations = OrgGrant & OrgGrantRelations;
761
+ export type OrgChartEdgeWithRelations = OrgChartEdge & OrgChartEdgeRelations;
762
+ export type OrgMembershipDefaultWithRelations = OrgMembershipDefault & OrgMembershipDefaultRelations;
763
+ export type InviteWithRelations = Invite & InviteRelations;
764
+ export type AppLevelWithRelations = AppLevel & AppLevelRelations;
765
+ export type AppMembershipWithRelations = AppMembership & AppMembershipRelations;
766
+ export type OrgMembershipWithRelations = OrgMembership & OrgMembershipRelations;
767
+ export type OrgInviteWithRelations = OrgInvite & OrgInviteRelations;
768
+ export type OrgGetManagersRecordSelect = {
769
+ userId?: boolean;
770
+ depth?: boolean;
771
+ };
772
+ export type OrgGetSubordinatesRecordSelect = {
773
+ userId?: boolean;
774
+ depth?: boolean;
775
+ };
776
+ export type AppPermissionSelect = {
777
+ id?: boolean;
778
+ name?: boolean;
779
+ bitnum?: boolean;
780
+ bitstr?: boolean;
781
+ description?: boolean;
782
+ };
783
+ export type OrgPermissionSelect = {
784
+ id?: boolean;
785
+ name?: boolean;
786
+ bitnum?: boolean;
787
+ bitstr?: boolean;
788
+ description?: boolean;
789
+ };
790
+ export type AppLevelRequirementSelect = {
791
+ id?: boolean;
792
+ name?: boolean;
793
+ level?: boolean;
794
+ description?: boolean;
795
+ requiredCount?: boolean;
796
+ priority?: boolean;
797
+ createdAt?: boolean;
798
+ updatedAt?: boolean;
799
+ };
800
+ export type OrgMemberSelect = {
801
+ id?: boolean;
802
+ isAdmin?: boolean;
803
+ actorId?: boolean;
804
+ entityId?: boolean;
805
+ };
806
+ export type AppPermissionDefaultSelect = {
807
+ id?: boolean;
808
+ permissions?: boolean;
809
+ };
810
+ export type OrgPermissionDefaultSelect = {
811
+ id?: boolean;
812
+ permissions?: boolean;
813
+ entityId?: boolean;
814
+ };
815
+ export type AppAdminGrantSelect = {
816
+ id?: boolean;
817
+ isGrant?: boolean;
818
+ actorId?: boolean;
819
+ grantorId?: boolean;
820
+ createdAt?: boolean;
821
+ updatedAt?: boolean;
822
+ };
823
+ export type AppOwnerGrantSelect = {
824
+ id?: boolean;
825
+ isGrant?: boolean;
826
+ actorId?: boolean;
827
+ grantorId?: boolean;
828
+ createdAt?: boolean;
829
+ updatedAt?: boolean;
830
+ };
831
+ export type OrgAdminGrantSelect = {
832
+ id?: boolean;
833
+ isGrant?: boolean;
834
+ actorId?: boolean;
835
+ entityId?: boolean;
836
+ grantorId?: boolean;
837
+ createdAt?: boolean;
838
+ updatedAt?: boolean;
839
+ };
840
+ export type OrgOwnerGrantSelect = {
841
+ id?: boolean;
842
+ isGrant?: boolean;
843
+ actorId?: boolean;
844
+ entityId?: boolean;
845
+ grantorId?: boolean;
846
+ createdAt?: boolean;
847
+ updatedAt?: boolean;
848
+ };
849
+ export type AppLimitDefaultSelect = {
850
+ id?: boolean;
851
+ name?: boolean;
852
+ max?: boolean;
853
+ };
854
+ export type OrgLimitDefaultSelect = {
855
+ id?: boolean;
856
+ name?: boolean;
857
+ max?: boolean;
858
+ };
859
+ export type MembershipTypeSelect = {
860
+ id?: boolean;
861
+ name?: boolean;
862
+ description?: boolean;
863
+ prefix?: boolean;
864
+ };
865
+ export type OrgChartEdgeGrantSelect = {
866
+ id?: boolean;
867
+ entityId?: boolean;
868
+ childId?: boolean;
869
+ parentId?: boolean;
870
+ grantorId?: boolean;
871
+ isGrant?: boolean;
872
+ positionTitle?: boolean;
873
+ positionLevel?: boolean;
874
+ createdAt?: boolean;
875
+ };
876
+ export type AppLimitSelect = {
877
+ id?: boolean;
878
+ name?: boolean;
879
+ actorId?: boolean;
880
+ num?: boolean;
881
+ max?: boolean;
882
+ };
883
+ export type AppAchievementSelect = {
884
+ id?: boolean;
885
+ actorId?: boolean;
886
+ name?: boolean;
887
+ count?: boolean;
888
+ createdAt?: boolean;
889
+ updatedAt?: boolean;
890
+ };
891
+ export type AppStepSelect = {
892
+ id?: boolean;
893
+ actorId?: boolean;
894
+ name?: boolean;
895
+ count?: boolean;
896
+ createdAt?: boolean;
897
+ updatedAt?: boolean;
898
+ };
899
+ export type ClaimedInviteSelect = {
900
+ id?: boolean;
901
+ data?: boolean;
902
+ senderId?: boolean;
903
+ receiverId?: boolean;
904
+ createdAt?: boolean;
905
+ updatedAt?: boolean;
906
+ };
907
+ export type AppGrantSelect = {
908
+ id?: boolean;
909
+ permissions?: boolean;
910
+ isGrant?: boolean;
911
+ actorId?: boolean;
912
+ grantorId?: boolean;
913
+ createdAt?: boolean;
914
+ updatedAt?: boolean;
915
+ };
916
+ export type AppMembershipDefaultSelect = {
917
+ id?: boolean;
918
+ createdAt?: boolean;
919
+ updatedAt?: boolean;
920
+ createdBy?: boolean;
921
+ updatedBy?: boolean;
922
+ isApproved?: boolean;
923
+ isVerified?: boolean;
924
+ };
925
+ export type OrgLimitSelect = {
926
+ id?: boolean;
927
+ name?: boolean;
928
+ actorId?: boolean;
929
+ num?: boolean;
930
+ max?: boolean;
931
+ entityId?: boolean;
932
+ };
933
+ export type OrgClaimedInviteSelect = {
934
+ id?: boolean;
935
+ data?: boolean;
936
+ senderId?: boolean;
937
+ receiverId?: boolean;
938
+ createdAt?: boolean;
939
+ updatedAt?: boolean;
940
+ entityId?: boolean;
941
+ };
942
+ export type OrgGrantSelect = {
943
+ id?: boolean;
944
+ permissions?: boolean;
945
+ isGrant?: boolean;
946
+ actorId?: boolean;
947
+ entityId?: boolean;
948
+ grantorId?: boolean;
949
+ createdAt?: boolean;
950
+ updatedAt?: boolean;
951
+ };
952
+ export type OrgChartEdgeSelect = {
953
+ id?: boolean;
954
+ createdAt?: boolean;
955
+ updatedAt?: boolean;
956
+ entityId?: boolean;
957
+ childId?: boolean;
958
+ parentId?: boolean;
959
+ positionTitle?: boolean;
960
+ positionLevel?: boolean;
961
+ };
962
+ export type OrgMembershipDefaultSelect = {
963
+ id?: boolean;
964
+ createdAt?: boolean;
965
+ updatedAt?: boolean;
966
+ createdBy?: boolean;
967
+ updatedBy?: boolean;
968
+ isApproved?: boolean;
969
+ entityId?: boolean;
970
+ deleteMemberCascadeGroups?: boolean;
971
+ createGroupsCascadeMembers?: boolean;
972
+ };
973
+ export type InviteSelect = {
974
+ id?: boolean;
975
+ email?: boolean;
976
+ senderId?: boolean;
977
+ inviteToken?: boolean;
978
+ inviteValid?: boolean;
979
+ inviteLimit?: boolean;
980
+ inviteCount?: boolean;
981
+ multiple?: boolean;
982
+ data?: boolean;
983
+ expiresAt?: boolean;
984
+ createdAt?: boolean;
985
+ updatedAt?: boolean;
986
+ };
987
+ export type AppLevelSelect = {
988
+ id?: boolean;
989
+ name?: boolean;
990
+ description?: boolean;
991
+ image?: boolean;
992
+ ownerId?: boolean;
993
+ createdAt?: boolean;
994
+ updatedAt?: boolean;
995
+ };
996
+ export type AppMembershipSelect = {
997
+ id?: boolean;
998
+ createdAt?: boolean;
999
+ updatedAt?: boolean;
1000
+ createdBy?: boolean;
1001
+ updatedBy?: boolean;
1002
+ isApproved?: boolean;
1003
+ isBanned?: boolean;
1004
+ isDisabled?: boolean;
1005
+ isVerified?: boolean;
1006
+ isActive?: boolean;
1007
+ isOwner?: boolean;
1008
+ isAdmin?: boolean;
1009
+ permissions?: boolean;
1010
+ granted?: boolean;
1011
+ actorId?: boolean;
1012
+ profileId?: boolean;
1013
+ };
1014
+ export type OrgMembershipSelect = {
1015
+ id?: boolean;
1016
+ createdAt?: boolean;
1017
+ updatedAt?: boolean;
1018
+ createdBy?: boolean;
1019
+ updatedBy?: boolean;
1020
+ isApproved?: boolean;
1021
+ isBanned?: boolean;
1022
+ isDisabled?: boolean;
1023
+ isActive?: boolean;
1024
+ isOwner?: boolean;
1025
+ isAdmin?: boolean;
1026
+ permissions?: boolean;
1027
+ granted?: boolean;
1028
+ actorId?: boolean;
1029
+ entityId?: boolean;
1030
+ profileId?: boolean;
1031
+ };
1032
+ export type OrgInviteSelect = {
1033
+ id?: boolean;
1034
+ email?: boolean;
1035
+ senderId?: boolean;
1036
+ receiverId?: boolean;
1037
+ inviteToken?: boolean;
1038
+ inviteValid?: boolean;
1039
+ inviteLimit?: boolean;
1040
+ inviteCount?: boolean;
1041
+ multiple?: boolean;
1042
+ data?: boolean;
1043
+ expiresAt?: boolean;
1044
+ createdAt?: boolean;
1045
+ updatedAt?: boolean;
1046
+ entityId?: boolean;
1047
+ };
1048
+ export interface OrgGetManagersRecordFilter {
1049
+ userId?: UUIDFilter;
1050
+ depth?: IntFilter;
1051
+ and?: OrgGetManagersRecordFilter[];
1052
+ or?: OrgGetManagersRecordFilter[];
1053
+ not?: OrgGetManagersRecordFilter;
1054
+ }
1055
+ export interface OrgGetSubordinatesRecordFilter {
1056
+ userId?: UUIDFilter;
1057
+ depth?: IntFilter;
1058
+ and?: OrgGetSubordinatesRecordFilter[];
1059
+ or?: OrgGetSubordinatesRecordFilter[];
1060
+ not?: OrgGetSubordinatesRecordFilter;
1061
+ }
1062
+ export interface AppPermissionFilter {
1063
+ id?: UUIDFilter;
1064
+ name?: StringFilter;
1065
+ bitnum?: IntFilter;
1066
+ bitstr?: BitStringFilter;
1067
+ description?: StringFilter;
1068
+ and?: AppPermissionFilter[];
1069
+ or?: AppPermissionFilter[];
1070
+ not?: AppPermissionFilter;
1071
+ }
1072
+ export interface OrgPermissionFilter {
1073
+ id?: UUIDFilter;
1074
+ name?: StringFilter;
1075
+ bitnum?: IntFilter;
1076
+ bitstr?: BitStringFilter;
1077
+ description?: StringFilter;
1078
+ and?: OrgPermissionFilter[];
1079
+ or?: OrgPermissionFilter[];
1080
+ not?: OrgPermissionFilter;
1081
+ }
1082
+ export interface AppLevelRequirementFilter {
1083
+ id?: UUIDFilter;
1084
+ name?: StringFilter;
1085
+ level?: StringFilter;
1086
+ description?: StringFilter;
1087
+ requiredCount?: IntFilter;
1088
+ priority?: IntFilter;
1089
+ createdAt?: DatetimeFilter;
1090
+ updatedAt?: DatetimeFilter;
1091
+ and?: AppLevelRequirementFilter[];
1092
+ or?: AppLevelRequirementFilter[];
1093
+ not?: AppLevelRequirementFilter;
1094
+ }
1095
+ export interface OrgMemberFilter {
1096
+ id?: UUIDFilter;
1097
+ isAdmin?: BooleanFilter;
1098
+ actorId?: UUIDFilter;
1099
+ entityId?: UUIDFilter;
1100
+ and?: OrgMemberFilter[];
1101
+ or?: OrgMemberFilter[];
1102
+ not?: OrgMemberFilter;
1103
+ }
1104
+ export interface AppPermissionDefaultFilter {
1105
+ id?: UUIDFilter;
1106
+ permissions?: BitStringFilter;
1107
+ and?: AppPermissionDefaultFilter[];
1108
+ or?: AppPermissionDefaultFilter[];
1109
+ not?: AppPermissionDefaultFilter;
1110
+ }
1111
+ export interface OrgPermissionDefaultFilter {
1112
+ id?: UUIDFilter;
1113
+ permissions?: BitStringFilter;
1114
+ entityId?: UUIDFilter;
1115
+ and?: OrgPermissionDefaultFilter[];
1116
+ or?: OrgPermissionDefaultFilter[];
1117
+ not?: OrgPermissionDefaultFilter;
1118
+ }
1119
+ export interface AppAdminGrantFilter {
1120
+ id?: UUIDFilter;
1121
+ isGrant?: BooleanFilter;
1122
+ actorId?: UUIDFilter;
1123
+ grantorId?: UUIDFilter;
1124
+ createdAt?: DatetimeFilter;
1125
+ updatedAt?: DatetimeFilter;
1126
+ and?: AppAdminGrantFilter[];
1127
+ or?: AppAdminGrantFilter[];
1128
+ not?: AppAdminGrantFilter;
1129
+ }
1130
+ export interface AppOwnerGrantFilter {
1131
+ id?: UUIDFilter;
1132
+ isGrant?: BooleanFilter;
1133
+ actorId?: UUIDFilter;
1134
+ grantorId?: UUIDFilter;
1135
+ createdAt?: DatetimeFilter;
1136
+ updatedAt?: DatetimeFilter;
1137
+ and?: AppOwnerGrantFilter[];
1138
+ or?: AppOwnerGrantFilter[];
1139
+ not?: AppOwnerGrantFilter;
1140
+ }
1141
+ export interface OrgAdminGrantFilter {
1142
+ id?: UUIDFilter;
1143
+ isGrant?: BooleanFilter;
1144
+ actorId?: UUIDFilter;
1145
+ entityId?: UUIDFilter;
1146
+ grantorId?: UUIDFilter;
1147
+ createdAt?: DatetimeFilter;
1148
+ updatedAt?: DatetimeFilter;
1149
+ and?: OrgAdminGrantFilter[];
1150
+ or?: OrgAdminGrantFilter[];
1151
+ not?: OrgAdminGrantFilter;
1152
+ }
1153
+ export interface OrgOwnerGrantFilter {
1154
+ id?: UUIDFilter;
1155
+ isGrant?: BooleanFilter;
1156
+ actorId?: UUIDFilter;
1157
+ entityId?: UUIDFilter;
1158
+ grantorId?: UUIDFilter;
1159
+ createdAt?: DatetimeFilter;
1160
+ updatedAt?: DatetimeFilter;
1161
+ and?: OrgOwnerGrantFilter[];
1162
+ or?: OrgOwnerGrantFilter[];
1163
+ not?: OrgOwnerGrantFilter;
1164
+ }
1165
+ export interface AppLimitDefaultFilter {
1166
+ id?: UUIDFilter;
1167
+ name?: StringFilter;
1168
+ max?: IntFilter;
1169
+ and?: AppLimitDefaultFilter[];
1170
+ or?: AppLimitDefaultFilter[];
1171
+ not?: AppLimitDefaultFilter;
1172
+ }
1173
+ export interface OrgLimitDefaultFilter {
1174
+ id?: UUIDFilter;
1175
+ name?: StringFilter;
1176
+ max?: IntFilter;
1177
+ and?: OrgLimitDefaultFilter[];
1178
+ or?: OrgLimitDefaultFilter[];
1179
+ not?: OrgLimitDefaultFilter;
1180
+ }
1181
+ export interface MembershipTypeFilter {
1182
+ id?: IntFilter;
1183
+ name?: StringFilter;
1184
+ description?: StringFilter;
1185
+ prefix?: StringFilter;
1186
+ and?: MembershipTypeFilter[];
1187
+ or?: MembershipTypeFilter[];
1188
+ not?: MembershipTypeFilter;
1189
+ }
1190
+ export interface OrgChartEdgeGrantFilter {
1191
+ id?: UUIDFilter;
1192
+ entityId?: UUIDFilter;
1193
+ childId?: UUIDFilter;
1194
+ parentId?: UUIDFilter;
1195
+ grantorId?: UUIDFilter;
1196
+ isGrant?: BooleanFilter;
1197
+ positionTitle?: StringFilter;
1198
+ positionLevel?: IntFilter;
1199
+ createdAt?: DatetimeFilter;
1200
+ and?: OrgChartEdgeGrantFilter[];
1201
+ or?: OrgChartEdgeGrantFilter[];
1202
+ not?: OrgChartEdgeGrantFilter;
1203
+ }
1204
+ export interface AppLimitFilter {
1205
+ id?: UUIDFilter;
1206
+ name?: StringFilter;
1207
+ actorId?: UUIDFilter;
1208
+ num?: IntFilter;
1209
+ max?: IntFilter;
1210
+ and?: AppLimitFilter[];
1211
+ or?: AppLimitFilter[];
1212
+ not?: AppLimitFilter;
1213
+ }
1214
+ export interface AppAchievementFilter {
1215
+ id?: UUIDFilter;
1216
+ actorId?: UUIDFilter;
1217
+ name?: StringFilter;
1218
+ count?: IntFilter;
1219
+ createdAt?: DatetimeFilter;
1220
+ updatedAt?: DatetimeFilter;
1221
+ and?: AppAchievementFilter[];
1222
+ or?: AppAchievementFilter[];
1223
+ not?: AppAchievementFilter;
1224
+ }
1225
+ export interface AppStepFilter {
1226
+ id?: UUIDFilter;
1227
+ actorId?: UUIDFilter;
1228
+ name?: StringFilter;
1229
+ count?: IntFilter;
1230
+ createdAt?: DatetimeFilter;
1231
+ updatedAt?: DatetimeFilter;
1232
+ and?: AppStepFilter[];
1233
+ or?: AppStepFilter[];
1234
+ not?: AppStepFilter;
1235
+ }
1236
+ export interface ClaimedInviteFilter {
1237
+ id?: UUIDFilter;
1238
+ data?: JSONFilter;
1239
+ senderId?: UUIDFilter;
1240
+ receiverId?: UUIDFilter;
1241
+ createdAt?: DatetimeFilter;
1242
+ updatedAt?: DatetimeFilter;
1243
+ and?: ClaimedInviteFilter[];
1244
+ or?: ClaimedInviteFilter[];
1245
+ not?: ClaimedInviteFilter;
1246
+ }
1247
+ export interface AppGrantFilter {
1248
+ id?: UUIDFilter;
1249
+ permissions?: BitStringFilter;
1250
+ isGrant?: BooleanFilter;
1251
+ actorId?: UUIDFilter;
1252
+ grantorId?: UUIDFilter;
1253
+ createdAt?: DatetimeFilter;
1254
+ updatedAt?: DatetimeFilter;
1255
+ and?: AppGrantFilter[];
1256
+ or?: AppGrantFilter[];
1257
+ not?: AppGrantFilter;
1258
+ }
1259
+ export interface AppMembershipDefaultFilter {
1260
+ id?: UUIDFilter;
1261
+ createdAt?: DatetimeFilter;
1262
+ updatedAt?: DatetimeFilter;
1263
+ createdBy?: UUIDFilter;
1264
+ updatedBy?: UUIDFilter;
1265
+ isApproved?: BooleanFilter;
1266
+ isVerified?: BooleanFilter;
1267
+ and?: AppMembershipDefaultFilter[];
1268
+ or?: AppMembershipDefaultFilter[];
1269
+ not?: AppMembershipDefaultFilter;
1270
+ }
1271
+ export interface OrgLimitFilter {
1272
+ id?: UUIDFilter;
1273
+ name?: StringFilter;
1274
+ actorId?: UUIDFilter;
1275
+ num?: IntFilter;
1276
+ max?: IntFilter;
1277
+ entityId?: UUIDFilter;
1278
+ and?: OrgLimitFilter[];
1279
+ or?: OrgLimitFilter[];
1280
+ not?: OrgLimitFilter;
1281
+ }
1282
+ export interface OrgClaimedInviteFilter {
1283
+ id?: UUIDFilter;
1284
+ data?: JSONFilter;
1285
+ senderId?: UUIDFilter;
1286
+ receiverId?: UUIDFilter;
1287
+ createdAt?: DatetimeFilter;
1288
+ updatedAt?: DatetimeFilter;
1289
+ entityId?: UUIDFilter;
1290
+ and?: OrgClaimedInviteFilter[];
1291
+ or?: OrgClaimedInviteFilter[];
1292
+ not?: OrgClaimedInviteFilter;
1293
+ }
1294
+ export interface OrgGrantFilter {
1295
+ id?: UUIDFilter;
1296
+ permissions?: BitStringFilter;
1297
+ isGrant?: BooleanFilter;
1298
+ actorId?: UUIDFilter;
1299
+ entityId?: UUIDFilter;
1300
+ grantorId?: UUIDFilter;
1301
+ createdAt?: DatetimeFilter;
1302
+ updatedAt?: DatetimeFilter;
1303
+ and?: OrgGrantFilter[];
1304
+ or?: OrgGrantFilter[];
1305
+ not?: OrgGrantFilter;
1306
+ }
1307
+ export interface OrgChartEdgeFilter {
1308
+ id?: UUIDFilter;
1309
+ createdAt?: DatetimeFilter;
1310
+ updatedAt?: DatetimeFilter;
1311
+ entityId?: UUIDFilter;
1312
+ childId?: UUIDFilter;
1313
+ parentId?: UUIDFilter;
1314
+ positionTitle?: StringFilter;
1315
+ positionLevel?: IntFilter;
1316
+ and?: OrgChartEdgeFilter[];
1317
+ or?: OrgChartEdgeFilter[];
1318
+ not?: OrgChartEdgeFilter;
1319
+ }
1320
+ export interface OrgMembershipDefaultFilter {
1321
+ id?: UUIDFilter;
1322
+ createdAt?: DatetimeFilter;
1323
+ updatedAt?: DatetimeFilter;
1324
+ createdBy?: UUIDFilter;
1325
+ updatedBy?: UUIDFilter;
1326
+ isApproved?: BooleanFilter;
1327
+ entityId?: UUIDFilter;
1328
+ deleteMemberCascadeGroups?: BooleanFilter;
1329
+ createGroupsCascadeMembers?: BooleanFilter;
1330
+ and?: OrgMembershipDefaultFilter[];
1331
+ or?: OrgMembershipDefaultFilter[];
1332
+ not?: OrgMembershipDefaultFilter;
1333
+ }
1334
+ export interface InviteFilter {
1335
+ id?: UUIDFilter;
1336
+ email?: StringFilter;
1337
+ senderId?: UUIDFilter;
1338
+ inviteToken?: StringFilter;
1339
+ inviteValid?: BooleanFilter;
1340
+ inviteLimit?: IntFilter;
1341
+ inviteCount?: IntFilter;
1342
+ multiple?: BooleanFilter;
1343
+ data?: JSONFilter;
1344
+ expiresAt?: DatetimeFilter;
1345
+ createdAt?: DatetimeFilter;
1346
+ updatedAt?: DatetimeFilter;
1347
+ and?: InviteFilter[];
1348
+ or?: InviteFilter[];
1349
+ not?: InviteFilter;
1350
+ }
1351
+ export interface AppLevelFilter {
1352
+ id?: UUIDFilter;
1353
+ name?: StringFilter;
1354
+ description?: StringFilter;
1355
+ image?: StringFilter;
1356
+ ownerId?: UUIDFilter;
1357
+ createdAt?: DatetimeFilter;
1358
+ updatedAt?: DatetimeFilter;
1359
+ and?: AppLevelFilter[];
1360
+ or?: AppLevelFilter[];
1361
+ not?: AppLevelFilter;
1362
+ }
1363
+ export interface AppMembershipFilter {
1364
+ id?: UUIDFilter;
1365
+ createdAt?: DatetimeFilter;
1366
+ updatedAt?: DatetimeFilter;
1367
+ createdBy?: UUIDFilter;
1368
+ updatedBy?: UUIDFilter;
1369
+ isApproved?: BooleanFilter;
1370
+ isBanned?: BooleanFilter;
1371
+ isDisabled?: BooleanFilter;
1372
+ isVerified?: BooleanFilter;
1373
+ isActive?: BooleanFilter;
1374
+ isOwner?: BooleanFilter;
1375
+ isAdmin?: BooleanFilter;
1376
+ permissions?: BitStringFilter;
1377
+ granted?: BitStringFilter;
1378
+ actorId?: UUIDFilter;
1379
+ profileId?: UUIDFilter;
1380
+ and?: AppMembershipFilter[];
1381
+ or?: AppMembershipFilter[];
1382
+ not?: AppMembershipFilter;
1383
+ }
1384
+ export interface OrgMembershipFilter {
1385
+ id?: UUIDFilter;
1386
+ createdAt?: DatetimeFilter;
1387
+ updatedAt?: DatetimeFilter;
1388
+ createdBy?: UUIDFilter;
1389
+ updatedBy?: UUIDFilter;
1390
+ isApproved?: BooleanFilter;
1391
+ isBanned?: BooleanFilter;
1392
+ isDisabled?: BooleanFilter;
1393
+ isActive?: BooleanFilter;
1394
+ isOwner?: BooleanFilter;
1395
+ isAdmin?: BooleanFilter;
1396
+ permissions?: BitStringFilter;
1397
+ granted?: BitStringFilter;
1398
+ actorId?: UUIDFilter;
1399
+ entityId?: UUIDFilter;
1400
+ profileId?: UUIDFilter;
1401
+ and?: OrgMembershipFilter[];
1402
+ or?: OrgMembershipFilter[];
1403
+ not?: OrgMembershipFilter;
1404
+ }
1405
+ export interface OrgInviteFilter {
1406
+ id?: UUIDFilter;
1407
+ email?: StringFilter;
1408
+ senderId?: UUIDFilter;
1409
+ receiverId?: UUIDFilter;
1410
+ inviteToken?: StringFilter;
1411
+ inviteValid?: BooleanFilter;
1412
+ inviteLimit?: IntFilter;
1413
+ inviteCount?: IntFilter;
1414
+ multiple?: BooleanFilter;
1415
+ data?: JSONFilter;
1416
+ expiresAt?: DatetimeFilter;
1417
+ createdAt?: DatetimeFilter;
1418
+ updatedAt?: DatetimeFilter;
1419
+ entityId?: UUIDFilter;
1420
+ and?: OrgInviteFilter[];
1421
+ or?: OrgInviteFilter[];
1422
+ not?: OrgInviteFilter;
1423
+ }
1424
+ export interface OrgGetManagersRecordCondition {
1425
+ userId?: string | null;
1426
+ depth?: number | null;
1427
+ }
1428
+ export interface OrgGetSubordinatesRecordCondition {
1429
+ userId?: string | null;
1430
+ depth?: number | null;
1431
+ }
1432
+ export interface AppPermissionCondition {
1433
+ id?: string | null;
1434
+ name?: string | null;
1435
+ bitnum?: number | null;
1436
+ bitstr?: string | null;
1437
+ description?: string | null;
1438
+ }
1439
+ export interface OrgPermissionCondition {
1440
+ id?: string | null;
1441
+ name?: string | null;
1442
+ bitnum?: number | null;
1443
+ bitstr?: string | null;
1444
+ description?: string | null;
1445
+ }
1446
+ export interface AppLevelRequirementCondition {
1447
+ id?: string | null;
1448
+ name?: string | null;
1449
+ level?: string | null;
1450
+ description?: string | null;
1451
+ requiredCount?: number | null;
1452
+ priority?: number | null;
1453
+ createdAt?: string | null;
1454
+ updatedAt?: string | null;
1455
+ }
1456
+ export interface OrgMemberCondition {
1457
+ id?: string | null;
1458
+ isAdmin?: boolean | null;
1459
+ actorId?: string | null;
1460
+ entityId?: string | null;
1461
+ }
1462
+ export interface AppPermissionDefaultCondition {
1463
+ id?: string | null;
1464
+ permissions?: string | null;
1465
+ }
1466
+ export interface OrgPermissionDefaultCondition {
1467
+ id?: string | null;
1468
+ permissions?: string | null;
1469
+ entityId?: string | null;
1470
+ }
1471
+ export interface AppAdminGrantCondition {
1472
+ id?: string | null;
1473
+ isGrant?: boolean | null;
1474
+ actorId?: string | null;
1475
+ grantorId?: string | null;
1476
+ createdAt?: string | null;
1477
+ updatedAt?: string | null;
1478
+ }
1479
+ export interface AppOwnerGrantCondition {
1480
+ id?: string | null;
1481
+ isGrant?: boolean | null;
1482
+ actorId?: string | null;
1483
+ grantorId?: string | null;
1484
+ createdAt?: string | null;
1485
+ updatedAt?: string | null;
1486
+ }
1487
+ export interface OrgAdminGrantCondition {
1488
+ id?: string | null;
1489
+ isGrant?: boolean | null;
1490
+ actorId?: string | null;
1491
+ entityId?: string | null;
1492
+ grantorId?: string | null;
1493
+ createdAt?: string | null;
1494
+ updatedAt?: string | null;
1495
+ }
1496
+ export interface OrgOwnerGrantCondition {
1497
+ id?: string | null;
1498
+ isGrant?: boolean | null;
1499
+ actorId?: string | null;
1500
+ entityId?: string | null;
1501
+ grantorId?: string | null;
1502
+ createdAt?: string | null;
1503
+ updatedAt?: string | null;
1504
+ }
1505
+ export interface AppLimitDefaultCondition {
1506
+ id?: string | null;
1507
+ name?: string | null;
1508
+ max?: number | null;
1509
+ }
1510
+ export interface OrgLimitDefaultCondition {
1511
+ id?: string | null;
1512
+ name?: string | null;
1513
+ max?: number | null;
1514
+ }
1515
+ export interface MembershipTypeCondition {
1516
+ id?: number | null;
1517
+ name?: string | null;
1518
+ description?: string | null;
1519
+ prefix?: string | null;
1520
+ }
1521
+ export interface OrgChartEdgeGrantCondition {
1522
+ id?: string | null;
1523
+ entityId?: string | null;
1524
+ childId?: string | null;
1525
+ parentId?: string | null;
1526
+ grantorId?: string | null;
1527
+ isGrant?: boolean | null;
1528
+ positionTitle?: string | null;
1529
+ positionLevel?: number | null;
1530
+ createdAt?: string | null;
1531
+ }
1532
+ export interface AppLimitCondition {
1533
+ id?: string | null;
1534
+ name?: string | null;
1535
+ actorId?: string | null;
1536
+ num?: number | null;
1537
+ max?: number | null;
1538
+ }
1539
+ export interface AppAchievementCondition {
1540
+ id?: string | null;
1541
+ actorId?: string | null;
1542
+ name?: string | null;
1543
+ count?: number | null;
1544
+ createdAt?: string | null;
1545
+ updatedAt?: string | null;
1546
+ }
1547
+ export interface AppStepCondition {
1548
+ id?: string | null;
1549
+ actorId?: string | null;
1550
+ name?: string | null;
1551
+ count?: number | null;
1552
+ createdAt?: string | null;
1553
+ updatedAt?: string | null;
1554
+ }
1555
+ export interface ClaimedInviteCondition {
1556
+ id?: string | null;
1557
+ data?: unknown | null;
1558
+ senderId?: string | null;
1559
+ receiverId?: string | null;
1560
+ createdAt?: string | null;
1561
+ updatedAt?: string | null;
1562
+ }
1563
+ export interface AppGrantCondition {
1564
+ id?: string | null;
1565
+ permissions?: string | null;
1566
+ isGrant?: boolean | null;
1567
+ actorId?: string | null;
1568
+ grantorId?: string | null;
1569
+ createdAt?: string | null;
1570
+ updatedAt?: string | null;
1571
+ }
1572
+ export interface AppMembershipDefaultCondition {
1573
+ id?: string | null;
1574
+ createdAt?: string | null;
1575
+ updatedAt?: string | null;
1576
+ createdBy?: string | null;
1577
+ updatedBy?: string | null;
1578
+ isApproved?: boolean | null;
1579
+ isVerified?: boolean | null;
1580
+ }
1581
+ export interface OrgLimitCondition {
1582
+ id?: string | null;
1583
+ name?: string | null;
1584
+ actorId?: string | null;
1585
+ num?: number | null;
1586
+ max?: number | null;
1587
+ entityId?: string | null;
1588
+ }
1589
+ export interface OrgClaimedInviteCondition {
1590
+ id?: string | null;
1591
+ data?: unknown | null;
1592
+ senderId?: string | null;
1593
+ receiverId?: string | null;
1594
+ createdAt?: string | null;
1595
+ updatedAt?: string | null;
1596
+ entityId?: string | null;
1597
+ }
1598
+ export interface OrgGrantCondition {
1599
+ id?: string | null;
1600
+ permissions?: string | null;
1601
+ isGrant?: boolean | null;
1602
+ actorId?: string | null;
1603
+ entityId?: string | null;
1604
+ grantorId?: string | null;
1605
+ createdAt?: string | null;
1606
+ updatedAt?: string | null;
1607
+ }
1608
+ export interface OrgChartEdgeCondition {
1609
+ id?: string | null;
1610
+ createdAt?: string | null;
1611
+ updatedAt?: string | null;
1612
+ entityId?: string | null;
1613
+ childId?: string | null;
1614
+ parentId?: string | null;
1615
+ positionTitle?: string | null;
1616
+ positionLevel?: number | null;
1617
+ }
1618
+ export interface OrgMembershipDefaultCondition {
1619
+ id?: string | null;
1620
+ createdAt?: string | null;
1621
+ updatedAt?: string | null;
1622
+ createdBy?: string | null;
1623
+ updatedBy?: string | null;
1624
+ isApproved?: boolean | null;
1625
+ entityId?: string | null;
1626
+ deleteMemberCascadeGroups?: boolean | null;
1627
+ createGroupsCascadeMembers?: boolean | null;
1628
+ }
1629
+ export interface InviteCondition {
1630
+ id?: string | null;
1631
+ email?: unknown | null;
1632
+ senderId?: string | null;
1633
+ inviteToken?: string | null;
1634
+ inviteValid?: boolean | null;
1635
+ inviteLimit?: number | null;
1636
+ inviteCount?: number | null;
1637
+ multiple?: boolean | null;
1638
+ data?: unknown | null;
1639
+ expiresAt?: string | null;
1640
+ createdAt?: string | null;
1641
+ updatedAt?: string | null;
1642
+ }
1643
+ export interface AppLevelCondition {
1644
+ id?: string | null;
1645
+ name?: string | null;
1646
+ description?: string | null;
1647
+ image?: unknown | null;
1648
+ ownerId?: string | null;
1649
+ createdAt?: string | null;
1650
+ updatedAt?: string | null;
1651
+ }
1652
+ export interface AppMembershipCondition {
1653
+ id?: string | null;
1654
+ createdAt?: string | null;
1655
+ updatedAt?: string | null;
1656
+ createdBy?: string | null;
1657
+ updatedBy?: string | null;
1658
+ isApproved?: boolean | null;
1659
+ isBanned?: boolean | null;
1660
+ isDisabled?: boolean | null;
1661
+ isVerified?: boolean | null;
1662
+ isActive?: boolean | null;
1663
+ isOwner?: boolean | null;
1664
+ isAdmin?: boolean | null;
1665
+ permissions?: string | null;
1666
+ granted?: string | null;
1667
+ actorId?: string | null;
1668
+ profileId?: string | null;
1669
+ }
1670
+ export interface OrgMembershipCondition {
1671
+ id?: string | null;
1672
+ createdAt?: string | null;
1673
+ updatedAt?: string | null;
1674
+ createdBy?: string | null;
1675
+ updatedBy?: string | null;
1676
+ isApproved?: boolean | null;
1677
+ isBanned?: boolean | null;
1678
+ isDisabled?: boolean | null;
1679
+ isActive?: boolean | null;
1680
+ isOwner?: boolean | null;
1681
+ isAdmin?: boolean | null;
1682
+ permissions?: string | null;
1683
+ granted?: string | null;
1684
+ actorId?: string | null;
1685
+ entityId?: string | null;
1686
+ profileId?: string | null;
1687
+ }
1688
+ export interface OrgInviteCondition {
1689
+ id?: string | null;
1690
+ email?: unknown | null;
1691
+ senderId?: string | null;
1692
+ receiverId?: string | null;
1693
+ inviteToken?: string | null;
1694
+ inviteValid?: boolean | null;
1695
+ inviteLimit?: number | null;
1696
+ inviteCount?: number | null;
1697
+ multiple?: boolean | null;
1698
+ data?: unknown | null;
1699
+ expiresAt?: string | null;
1700
+ createdAt?: string | null;
1701
+ updatedAt?: string | null;
1702
+ entityId?: string | null;
1703
+ }
1704
+ export type OrgGetManagersRecordsOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'USER_ID_ASC' | 'USER_ID_DESC' | 'DEPTH_ASC' | 'DEPTH_DESC';
1705
+ export type OrgGetSubordinatesRecordsOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'USER_ID_ASC' | 'USER_ID_DESC' | 'DEPTH_ASC' | 'DEPTH_DESC';
1706
+ export type AppPermissionOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC';
1707
+ export type OrgPermissionOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC';
1708
+ export type AppLevelRequirementOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'LEVEL_ASC' | 'LEVEL_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'REQUIRED_COUNT_ASC' | 'REQUIRED_COUNT_DESC' | 'PRIORITY_ASC' | 'PRIORITY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1709
+ export type OrgMemberOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
1710
+ export type AppPermissionDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC';
1711
+ export type OrgPermissionDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
1712
+ export type AppAdminGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1713
+ export type AppOwnerGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1714
+ export type OrgAdminGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1715
+ export type OrgOwnerGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1716
+ export type AppLimitDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'MAX_ASC' | 'MAX_DESC';
1717
+ export type OrgLimitDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'MAX_ASC' | 'MAX_DESC';
1718
+ export type MembershipTypeOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC';
1719
+ export type OrgChartEdgeGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'POSITION_TITLE_ASC' | 'POSITION_TITLE_DESC' | 'POSITION_LEVEL_ASC' | 'POSITION_LEVEL_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC';
1720
+ export type AppLimitOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NUM_ASC' | 'NUM_DESC' | 'MAX_ASC' | 'MAX_DESC';
1721
+ export type AppAchievementOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'COUNT_ASC' | 'COUNT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1722
+ export type AppStepOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'COUNT_ASC' | 'COUNT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1723
+ export type ClaimedInviteOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1724
+ export type AppGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1725
+ export type AppMembershipDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC';
1726
+ export type OrgLimitOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NUM_ASC' | 'NUM_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
1727
+ export type OrgClaimedInviteOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
1728
+ export type OrgGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1729
+ export type OrgChartEdgeOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'POSITION_TITLE_ASC' | 'POSITION_TITLE_DESC' | 'POSITION_LEVEL_ASC' | 'POSITION_LEVEL_DESC';
1730
+ export type OrgMembershipDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'DELETE_MEMBER_CASCADE_GROUPS_ASC' | 'DELETE_MEMBER_CASCADE_GROUPS_DESC' | 'CREATE_GROUPS_CASCADE_MEMBERS_ASC' | 'CREATE_GROUPS_CASCADE_MEMBERS_DESC';
1731
+ export type InviteOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'INVITE_LIMIT_ASC' | 'INVITE_LIMIT_DESC' | 'INVITE_COUNT_ASC' | 'INVITE_COUNT_DESC' | 'MULTIPLE_ASC' | 'MULTIPLE_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1732
+ export type AppLevelOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'IMAGE_ASC' | 'IMAGE_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1733
+ export type AppMembershipOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_BANNED_ASC' | 'IS_BANNED_DESC' | 'IS_DISABLED_ASC' | 'IS_DISABLED_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'GRANTED_ASC' | 'GRANTED_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
1734
+ export type OrgMembershipOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_BANNED_ASC' | 'IS_BANNED_DESC' | 'IS_DISABLED_ASC' | 'IS_DISABLED_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'GRANTED_ASC' | 'GRANTED_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
1735
+ export type OrgInviteOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'INVITE_LIMIT_ASC' | 'INVITE_LIMIT_DESC' | 'INVITE_COUNT_ASC' | 'INVITE_COUNT_DESC' | 'MULTIPLE_ASC' | 'MULTIPLE_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
1736
+ export interface CreateOrgGetManagersRecordInput {
1737
+ clientMutationId?: string;
1738
+ orgGetManagersRecord: {
1739
+ userId: string;
1740
+ depth?: number;
1741
+ };
1742
+ }
1743
+ export interface OrgGetManagersRecordPatch {
1744
+ userId?: string | null;
1745
+ depth?: number | null;
1746
+ }
1747
+ export interface UpdateOrgGetManagersRecordInput {
1748
+ clientMutationId?: string;
1749
+ id: string;
1750
+ orgGetManagersRecordPatch: OrgGetManagersRecordPatch;
1751
+ }
1752
+ export interface DeleteOrgGetManagersRecordInput {
1753
+ clientMutationId?: string;
1754
+ id: string;
1755
+ }
1756
+ export interface CreateOrgGetSubordinatesRecordInput {
1757
+ clientMutationId?: string;
1758
+ orgGetSubordinatesRecord: {
1759
+ userId: string;
1760
+ depth?: number;
1761
+ };
1762
+ }
1763
+ export interface OrgGetSubordinatesRecordPatch {
1764
+ userId?: string | null;
1765
+ depth?: number | null;
1766
+ }
1767
+ export interface UpdateOrgGetSubordinatesRecordInput {
1768
+ clientMutationId?: string;
1769
+ id: string;
1770
+ orgGetSubordinatesRecordPatch: OrgGetSubordinatesRecordPatch;
1771
+ }
1772
+ export interface DeleteOrgGetSubordinatesRecordInput {
1773
+ clientMutationId?: string;
1774
+ id: string;
1775
+ }
1776
+ export interface CreateAppPermissionInput {
1777
+ clientMutationId?: string;
1778
+ appPermission: {
1779
+ name?: string;
1780
+ bitnum?: number;
1781
+ bitstr?: string;
1782
+ description?: string;
1783
+ };
1784
+ }
1785
+ export interface AppPermissionPatch {
1786
+ name?: string | null;
1787
+ bitnum?: number | null;
1788
+ bitstr?: string | null;
1789
+ description?: string | null;
1790
+ }
1791
+ export interface UpdateAppPermissionInput {
1792
+ clientMutationId?: string;
1793
+ id: string;
1794
+ appPermissionPatch: AppPermissionPatch;
1795
+ }
1796
+ export interface DeleteAppPermissionInput {
1797
+ clientMutationId?: string;
1798
+ id: string;
1799
+ }
1800
+ export interface CreateOrgPermissionInput {
1801
+ clientMutationId?: string;
1802
+ orgPermission: {
1803
+ name?: string;
1804
+ bitnum?: number;
1805
+ bitstr?: string;
1806
+ description?: string;
1807
+ };
1808
+ }
1809
+ export interface OrgPermissionPatch {
1810
+ name?: string | null;
1811
+ bitnum?: number | null;
1812
+ bitstr?: string | null;
1813
+ description?: string | null;
1814
+ }
1815
+ export interface UpdateOrgPermissionInput {
1816
+ clientMutationId?: string;
1817
+ id: string;
1818
+ orgPermissionPatch: OrgPermissionPatch;
1819
+ }
1820
+ export interface DeleteOrgPermissionInput {
1821
+ clientMutationId?: string;
1822
+ id: string;
1823
+ }
1824
+ export interface CreateAppLevelRequirementInput {
1825
+ clientMutationId?: string;
1826
+ appLevelRequirement: {
1827
+ name: string;
1828
+ level: string;
1829
+ description?: string;
1830
+ requiredCount?: number;
1831
+ priority?: number;
1832
+ };
1833
+ }
1834
+ export interface AppLevelRequirementPatch {
1835
+ name?: string | null;
1836
+ level?: string | null;
1837
+ description?: string | null;
1838
+ requiredCount?: number | null;
1839
+ priority?: number | null;
1840
+ }
1841
+ export interface UpdateAppLevelRequirementInput {
1842
+ clientMutationId?: string;
1843
+ id: string;
1844
+ appLevelRequirementPatch: AppLevelRequirementPatch;
1845
+ }
1846
+ export interface DeleteAppLevelRequirementInput {
1847
+ clientMutationId?: string;
1848
+ id: string;
1849
+ }
1850
+ export interface CreateOrgMemberInput {
1851
+ clientMutationId?: string;
1852
+ orgMember: {
1853
+ isAdmin?: boolean;
1854
+ actorId: string;
1855
+ entityId: string;
1856
+ };
1857
+ }
1858
+ export interface OrgMemberPatch {
1859
+ isAdmin?: boolean | null;
1860
+ actorId?: string | null;
1861
+ entityId?: string | null;
1862
+ }
1863
+ export interface UpdateOrgMemberInput {
1864
+ clientMutationId?: string;
1865
+ id: string;
1866
+ orgMemberPatch: OrgMemberPatch;
1867
+ }
1868
+ export interface DeleteOrgMemberInput {
1869
+ clientMutationId?: string;
1870
+ id: string;
1871
+ }
1872
+ export interface CreateAppPermissionDefaultInput {
1873
+ clientMutationId?: string;
1874
+ appPermissionDefault: {
1875
+ permissions?: string;
1876
+ };
1877
+ }
1878
+ export interface AppPermissionDefaultPatch {
1879
+ permissions?: string | null;
1880
+ }
1881
+ export interface UpdateAppPermissionDefaultInput {
1882
+ clientMutationId?: string;
1883
+ id: string;
1884
+ appPermissionDefaultPatch: AppPermissionDefaultPatch;
1885
+ }
1886
+ export interface DeleteAppPermissionDefaultInput {
1887
+ clientMutationId?: string;
1888
+ id: string;
1889
+ }
1890
+ export interface CreateOrgPermissionDefaultInput {
1891
+ clientMutationId?: string;
1892
+ orgPermissionDefault: {
1893
+ permissions?: string;
1894
+ entityId: string;
1895
+ };
1896
+ }
1897
+ export interface OrgPermissionDefaultPatch {
1898
+ permissions?: string | null;
1899
+ entityId?: string | null;
1900
+ }
1901
+ export interface UpdateOrgPermissionDefaultInput {
1902
+ clientMutationId?: string;
1903
+ id: string;
1904
+ orgPermissionDefaultPatch: OrgPermissionDefaultPatch;
1905
+ }
1906
+ export interface DeleteOrgPermissionDefaultInput {
1907
+ clientMutationId?: string;
1908
+ id: string;
1909
+ }
1910
+ export interface CreateAppAdminGrantInput {
1911
+ clientMutationId?: string;
1912
+ appAdminGrant: {
1913
+ isGrant?: boolean;
1914
+ actorId: string;
1915
+ grantorId?: string;
1916
+ };
1917
+ }
1918
+ export interface AppAdminGrantPatch {
1919
+ isGrant?: boolean | null;
1920
+ actorId?: string | null;
1921
+ grantorId?: string | null;
1922
+ }
1923
+ export interface UpdateAppAdminGrantInput {
1924
+ clientMutationId?: string;
1925
+ id: string;
1926
+ appAdminGrantPatch: AppAdminGrantPatch;
1927
+ }
1928
+ export interface DeleteAppAdminGrantInput {
1929
+ clientMutationId?: string;
1930
+ id: string;
1931
+ }
1932
+ export interface CreateAppOwnerGrantInput {
1933
+ clientMutationId?: string;
1934
+ appOwnerGrant: {
1935
+ isGrant?: boolean;
1936
+ actorId: string;
1937
+ grantorId?: string;
1938
+ };
1939
+ }
1940
+ export interface AppOwnerGrantPatch {
1941
+ isGrant?: boolean | null;
1942
+ actorId?: string | null;
1943
+ grantorId?: string | null;
1944
+ }
1945
+ export interface UpdateAppOwnerGrantInput {
1946
+ clientMutationId?: string;
1947
+ id: string;
1948
+ appOwnerGrantPatch: AppOwnerGrantPatch;
1949
+ }
1950
+ export interface DeleteAppOwnerGrantInput {
1951
+ clientMutationId?: string;
1952
+ id: string;
1953
+ }
1954
+ export interface CreateOrgAdminGrantInput {
1955
+ clientMutationId?: string;
1956
+ orgAdminGrant: {
1957
+ isGrant?: boolean;
1958
+ actorId: string;
1959
+ entityId: string;
1960
+ grantorId?: string;
1961
+ };
1962
+ }
1963
+ export interface OrgAdminGrantPatch {
1964
+ isGrant?: boolean | null;
1965
+ actorId?: string | null;
1966
+ entityId?: string | null;
1967
+ grantorId?: string | null;
1968
+ }
1969
+ export interface UpdateOrgAdminGrantInput {
1970
+ clientMutationId?: string;
1971
+ id: string;
1972
+ orgAdminGrantPatch: OrgAdminGrantPatch;
1973
+ }
1974
+ export interface DeleteOrgAdminGrantInput {
1975
+ clientMutationId?: string;
1976
+ id: string;
1977
+ }
1978
+ export interface CreateOrgOwnerGrantInput {
1979
+ clientMutationId?: string;
1980
+ orgOwnerGrant: {
1981
+ isGrant?: boolean;
1982
+ actorId: string;
1983
+ entityId: string;
1984
+ grantorId?: string;
1985
+ };
1986
+ }
1987
+ export interface OrgOwnerGrantPatch {
1988
+ isGrant?: boolean | null;
1989
+ actorId?: string | null;
1990
+ entityId?: string | null;
1991
+ grantorId?: string | null;
1992
+ }
1993
+ export interface UpdateOrgOwnerGrantInput {
1994
+ clientMutationId?: string;
1995
+ id: string;
1996
+ orgOwnerGrantPatch: OrgOwnerGrantPatch;
1997
+ }
1998
+ export interface DeleteOrgOwnerGrantInput {
1999
+ clientMutationId?: string;
2000
+ id: string;
2001
+ }
2002
+ export interface CreateAppLimitDefaultInput {
2003
+ clientMutationId?: string;
2004
+ appLimitDefault: {
2005
+ name: string;
2006
+ max?: number;
2007
+ };
2008
+ }
2009
+ export interface AppLimitDefaultPatch {
2010
+ name?: string | null;
2011
+ max?: number | null;
2012
+ }
2013
+ export interface UpdateAppLimitDefaultInput {
2014
+ clientMutationId?: string;
2015
+ id: string;
2016
+ appLimitDefaultPatch: AppLimitDefaultPatch;
2017
+ }
2018
+ export interface DeleteAppLimitDefaultInput {
2019
+ clientMutationId?: string;
2020
+ id: string;
2021
+ }
2022
+ export interface CreateOrgLimitDefaultInput {
2023
+ clientMutationId?: string;
2024
+ orgLimitDefault: {
2025
+ name: string;
2026
+ max?: number;
2027
+ };
2028
+ }
2029
+ export interface OrgLimitDefaultPatch {
2030
+ name?: string | null;
2031
+ max?: number | null;
2032
+ }
2033
+ export interface UpdateOrgLimitDefaultInput {
2034
+ clientMutationId?: string;
2035
+ id: string;
2036
+ orgLimitDefaultPatch: OrgLimitDefaultPatch;
2037
+ }
2038
+ export interface DeleteOrgLimitDefaultInput {
2039
+ clientMutationId?: string;
2040
+ id: string;
2041
+ }
2042
+ export interface CreateMembershipTypeInput {
2043
+ clientMutationId?: string;
2044
+ membershipType: {
2045
+ name: string;
2046
+ description: string;
2047
+ prefix: string;
2048
+ };
2049
+ }
2050
+ export interface MembershipTypePatch {
2051
+ name?: string | null;
2052
+ description?: string | null;
2053
+ prefix?: string | null;
2054
+ }
2055
+ export interface UpdateMembershipTypeInput {
2056
+ clientMutationId?: string;
2057
+ id: number;
2058
+ membershipTypePatch: MembershipTypePatch;
2059
+ }
2060
+ export interface DeleteMembershipTypeInput {
2061
+ clientMutationId?: string;
2062
+ id: number;
2063
+ }
2064
+ export interface CreateOrgChartEdgeGrantInput {
2065
+ clientMutationId?: string;
2066
+ orgChartEdgeGrant: {
2067
+ entityId: string;
2068
+ childId: string;
2069
+ parentId?: string;
2070
+ grantorId: string;
2071
+ isGrant?: boolean;
2072
+ positionTitle?: string;
2073
+ positionLevel?: number;
2074
+ };
2075
+ }
2076
+ export interface OrgChartEdgeGrantPatch {
2077
+ entityId?: string | null;
2078
+ childId?: string | null;
2079
+ parentId?: string | null;
2080
+ grantorId?: string | null;
2081
+ isGrant?: boolean | null;
2082
+ positionTitle?: string | null;
2083
+ positionLevel?: number | null;
2084
+ }
2085
+ export interface UpdateOrgChartEdgeGrantInput {
2086
+ clientMutationId?: string;
2087
+ id: string;
2088
+ orgChartEdgeGrantPatch: OrgChartEdgeGrantPatch;
2089
+ }
2090
+ export interface DeleteOrgChartEdgeGrantInput {
2091
+ clientMutationId?: string;
2092
+ id: string;
2093
+ }
2094
+ export interface CreateAppLimitInput {
2095
+ clientMutationId?: string;
2096
+ appLimit: {
2097
+ name?: string;
2098
+ actorId: string;
2099
+ num?: number;
2100
+ max?: number;
2101
+ };
2102
+ }
2103
+ export interface AppLimitPatch {
2104
+ name?: string | null;
2105
+ actorId?: string | null;
2106
+ num?: number | null;
2107
+ max?: number | null;
2108
+ }
2109
+ export interface UpdateAppLimitInput {
2110
+ clientMutationId?: string;
2111
+ id: string;
2112
+ appLimitPatch: AppLimitPatch;
2113
+ }
2114
+ export interface DeleteAppLimitInput {
2115
+ clientMutationId?: string;
2116
+ id: string;
2117
+ }
2118
+ export interface CreateAppAchievementInput {
2119
+ clientMutationId?: string;
2120
+ appAchievement: {
2121
+ actorId?: string;
2122
+ name: string;
2123
+ count?: number;
2124
+ };
2125
+ }
2126
+ export interface AppAchievementPatch {
2127
+ actorId?: string | null;
2128
+ name?: string | null;
2129
+ count?: number | null;
2130
+ }
2131
+ export interface UpdateAppAchievementInput {
2132
+ clientMutationId?: string;
2133
+ id: string;
2134
+ appAchievementPatch: AppAchievementPatch;
2135
+ }
2136
+ export interface DeleteAppAchievementInput {
2137
+ clientMutationId?: string;
2138
+ id: string;
2139
+ }
2140
+ export interface CreateAppStepInput {
2141
+ clientMutationId?: string;
2142
+ appStep: {
2143
+ actorId?: string;
2144
+ name: string;
2145
+ count?: number;
2146
+ };
2147
+ }
2148
+ export interface AppStepPatch {
2149
+ actorId?: string | null;
2150
+ name?: string | null;
2151
+ count?: number | null;
2152
+ }
2153
+ export interface UpdateAppStepInput {
2154
+ clientMutationId?: string;
2155
+ id: string;
2156
+ appStepPatch: AppStepPatch;
2157
+ }
2158
+ export interface DeleteAppStepInput {
2159
+ clientMutationId?: string;
2160
+ id: string;
2161
+ }
2162
+ export interface CreateClaimedInviteInput {
2163
+ clientMutationId?: string;
2164
+ claimedInvite: {
2165
+ data?: Record<string, unknown>;
2166
+ senderId?: string;
2167
+ receiverId?: string;
2168
+ };
2169
+ }
2170
+ export interface ClaimedInvitePatch {
2171
+ data?: Record<string, unknown> | null;
2172
+ senderId?: string | null;
2173
+ receiverId?: string | null;
2174
+ }
2175
+ export interface UpdateClaimedInviteInput {
2176
+ clientMutationId?: string;
2177
+ id: string;
2178
+ claimedInvitePatch: ClaimedInvitePatch;
2179
+ }
2180
+ export interface DeleteClaimedInviteInput {
2181
+ clientMutationId?: string;
2182
+ id: string;
2183
+ }
2184
+ export interface CreateAppGrantInput {
2185
+ clientMutationId?: string;
2186
+ appGrant: {
2187
+ permissions?: string;
2188
+ isGrant?: boolean;
2189
+ actorId: string;
2190
+ grantorId?: string;
2191
+ };
2192
+ }
2193
+ export interface AppGrantPatch {
2194
+ permissions?: string | null;
2195
+ isGrant?: boolean | null;
2196
+ actorId?: string | null;
2197
+ grantorId?: string | null;
2198
+ }
2199
+ export interface UpdateAppGrantInput {
2200
+ clientMutationId?: string;
2201
+ id: string;
2202
+ appGrantPatch: AppGrantPatch;
2203
+ }
2204
+ export interface DeleteAppGrantInput {
2205
+ clientMutationId?: string;
2206
+ id: string;
2207
+ }
2208
+ export interface CreateAppMembershipDefaultInput {
2209
+ clientMutationId?: string;
2210
+ appMembershipDefault: {
2211
+ createdBy?: string;
2212
+ updatedBy?: string;
2213
+ isApproved?: boolean;
2214
+ isVerified?: boolean;
2215
+ };
2216
+ }
2217
+ export interface AppMembershipDefaultPatch {
2218
+ createdBy?: string | null;
2219
+ updatedBy?: string | null;
2220
+ isApproved?: boolean | null;
2221
+ isVerified?: boolean | null;
2222
+ }
2223
+ export interface UpdateAppMembershipDefaultInput {
2224
+ clientMutationId?: string;
2225
+ id: string;
2226
+ appMembershipDefaultPatch: AppMembershipDefaultPatch;
2227
+ }
2228
+ export interface DeleteAppMembershipDefaultInput {
2229
+ clientMutationId?: string;
2230
+ id: string;
2231
+ }
2232
+ export interface CreateOrgLimitInput {
2233
+ clientMutationId?: string;
2234
+ orgLimit: {
2235
+ name?: string;
2236
+ actorId: string;
2237
+ num?: number;
2238
+ max?: number;
2239
+ entityId: string;
2240
+ };
2241
+ }
2242
+ export interface OrgLimitPatch {
2243
+ name?: string | null;
2244
+ actorId?: string | null;
2245
+ num?: number | null;
2246
+ max?: number | null;
2247
+ entityId?: string | null;
2248
+ }
2249
+ export interface UpdateOrgLimitInput {
2250
+ clientMutationId?: string;
2251
+ id: string;
2252
+ orgLimitPatch: OrgLimitPatch;
2253
+ }
2254
+ export interface DeleteOrgLimitInput {
2255
+ clientMutationId?: string;
2256
+ id: string;
2257
+ }
2258
+ export interface CreateOrgClaimedInviteInput {
2259
+ clientMutationId?: string;
2260
+ orgClaimedInvite: {
2261
+ data?: Record<string, unknown>;
2262
+ senderId?: string;
2263
+ receiverId?: string;
2264
+ entityId: string;
2265
+ };
2266
+ }
2267
+ export interface OrgClaimedInvitePatch {
2268
+ data?: Record<string, unknown> | null;
2269
+ senderId?: string | null;
2270
+ receiverId?: string | null;
2271
+ entityId?: string | null;
2272
+ }
2273
+ export interface UpdateOrgClaimedInviteInput {
2274
+ clientMutationId?: string;
2275
+ id: string;
2276
+ orgClaimedInvitePatch: OrgClaimedInvitePatch;
2277
+ }
2278
+ export interface DeleteOrgClaimedInviteInput {
2279
+ clientMutationId?: string;
2280
+ id: string;
2281
+ }
2282
+ export interface CreateOrgGrantInput {
2283
+ clientMutationId?: string;
2284
+ orgGrant: {
2285
+ permissions?: string;
2286
+ isGrant?: boolean;
2287
+ actorId: string;
2288
+ entityId: string;
2289
+ grantorId?: string;
2290
+ };
2291
+ }
2292
+ export interface OrgGrantPatch {
2293
+ permissions?: string | null;
2294
+ isGrant?: boolean | null;
2295
+ actorId?: string | null;
2296
+ entityId?: string | null;
2297
+ grantorId?: string | null;
2298
+ }
2299
+ export interface UpdateOrgGrantInput {
2300
+ clientMutationId?: string;
2301
+ id: string;
2302
+ orgGrantPatch: OrgGrantPatch;
2303
+ }
2304
+ export interface DeleteOrgGrantInput {
2305
+ clientMutationId?: string;
2306
+ id: string;
2307
+ }
2308
+ export interface CreateOrgChartEdgeInput {
2309
+ clientMutationId?: string;
2310
+ orgChartEdge: {
2311
+ entityId: string;
2312
+ childId: string;
2313
+ parentId?: string;
2314
+ positionTitle?: string;
2315
+ positionLevel?: number;
2316
+ };
2317
+ }
2318
+ export interface OrgChartEdgePatch {
2319
+ entityId?: string | null;
2320
+ childId?: string | null;
2321
+ parentId?: string | null;
2322
+ positionTitle?: string | null;
2323
+ positionLevel?: number | null;
2324
+ }
2325
+ export interface UpdateOrgChartEdgeInput {
2326
+ clientMutationId?: string;
2327
+ id: string;
2328
+ orgChartEdgePatch: OrgChartEdgePatch;
2329
+ }
2330
+ export interface DeleteOrgChartEdgeInput {
2331
+ clientMutationId?: string;
2332
+ id: string;
2333
+ }
2334
+ export interface CreateOrgMembershipDefaultInput {
2335
+ clientMutationId?: string;
2336
+ orgMembershipDefault: {
2337
+ createdBy?: string;
2338
+ updatedBy?: string;
2339
+ isApproved?: boolean;
2340
+ entityId: string;
2341
+ deleteMemberCascadeGroups?: boolean;
2342
+ createGroupsCascadeMembers?: boolean;
2343
+ };
2344
+ }
2345
+ export interface OrgMembershipDefaultPatch {
2346
+ createdBy?: string | null;
2347
+ updatedBy?: string | null;
2348
+ isApproved?: boolean | null;
2349
+ entityId?: string | null;
2350
+ deleteMemberCascadeGroups?: boolean | null;
2351
+ createGroupsCascadeMembers?: boolean | null;
2352
+ }
2353
+ export interface UpdateOrgMembershipDefaultInput {
2354
+ clientMutationId?: string;
2355
+ id: string;
2356
+ orgMembershipDefaultPatch: OrgMembershipDefaultPatch;
2357
+ }
2358
+ export interface DeleteOrgMembershipDefaultInput {
2359
+ clientMutationId?: string;
2360
+ id: string;
2361
+ }
2362
+ export interface CreateInviteInput {
2363
+ clientMutationId?: string;
2364
+ invite: {
2365
+ email?: ConstructiveInternalTypeEmail;
2366
+ senderId?: string;
2367
+ inviteToken?: string;
2368
+ inviteValid?: boolean;
2369
+ inviteLimit?: number;
2370
+ inviteCount?: number;
2371
+ multiple?: boolean;
2372
+ data?: Record<string, unknown>;
2373
+ expiresAt?: string;
2374
+ };
2375
+ }
2376
+ export interface InvitePatch {
2377
+ email?: ConstructiveInternalTypeEmail | null;
2378
+ senderId?: string | null;
2379
+ inviteToken?: string | null;
2380
+ inviteValid?: boolean | null;
2381
+ inviteLimit?: number | null;
2382
+ inviteCount?: number | null;
2383
+ multiple?: boolean | null;
2384
+ data?: Record<string, unknown> | null;
2385
+ expiresAt?: string | null;
2386
+ }
2387
+ export interface UpdateInviteInput {
2388
+ clientMutationId?: string;
2389
+ id: string;
2390
+ invitePatch: InvitePatch;
2391
+ }
2392
+ export interface DeleteInviteInput {
2393
+ clientMutationId?: string;
2394
+ id: string;
2395
+ }
2396
+ export interface CreateAppLevelInput {
2397
+ clientMutationId?: string;
2398
+ appLevel: {
2399
+ name: string;
2400
+ description?: string;
2401
+ image?: ConstructiveInternalTypeImage;
2402
+ ownerId?: string;
2403
+ };
2404
+ }
2405
+ export interface AppLevelPatch {
2406
+ name?: string | null;
2407
+ description?: string | null;
2408
+ image?: ConstructiveInternalTypeImage | null;
2409
+ ownerId?: string | null;
2410
+ }
2411
+ export interface UpdateAppLevelInput {
2412
+ clientMutationId?: string;
2413
+ id: string;
2414
+ appLevelPatch: AppLevelPatch;
2415
+ }
2416
+ export interface DeleteAppLevelInput {
2417
+ clientMutationId?: string;
2418
+ id: string;
2419
+ }
2420
+ export interface CreateAppMembershipInput {
2421
+ clientMutationId?: string;
2422
+ appMembership: {
2423
+ createdBy?: string;
2424
+ updatedBy?: string;
2425
+ isApproved?: boolean;
2426
+ isBanned?: boolean;
2427
+ isDisabled?: boolean;
2428
+ isVerified?: boolean;
2429
+ isActive?: boolean;
2430
+ isOwner?: boolean;
2431
+ isAdmin?: boolean;
2432
+ permissions?: string;
2433
+ granted?: string;
2434
+ actorId: string;
2435
+ profileId?: string;
2436
+ };
2437
+ }
2438
+ export interface AppMembershipPatch {
2439
+ createdBy?: string | null;
2440
+ updatedBy?: string | null;
2441
+ isApproved?: boolean | null;
2442
+ isBanned?: boolean | null;
2443
+ isDisabled?: boolean | null;
2444
+ isVerified?: boolean | null;
2445
+ isActive?: boolean | null;
2446
+ isOwner?: boolean | null;
2447
+ isAdmin?: boolean | null;
2448
+ permissions?: string | null;
2449
+ granted?: string | null;
2450
+ actorId?: string | null;
2451
+ profileId?: string | null;
2452
+ }
2453
+ export interface UpdateAppMembershipInput {
2454
+ clientMutationId?: string;
2455
+ id: string;
2456
+ appMembershipPatch: AppMembershipPatch;
2457
+ }
2458
+ export interface DeleteAppMembershipInput {
2459
+ clientMutationId?: string;
2460
+ id: string;
2461
+ }
2462
+ export interface CreateOrgMembershipInput {
2463
+ clientMutationId?: string;
2464
+ orgMembership: {
2465
+ createdBy?: string;
2466
+ updatedBy?: string;
2467
+ isApproved?: boolean;
2468
+ isBanned?: boolean;
2469
+ isDisabled?: boolean;
2470
+ isActive?: boolean;
2471
+ isOwner?: boolean;
2472
+ isAdmin?: boolean;
2473
+ permissions?: string;
2474
+ granted?: string;
2475
+ actorId: string;
2476
+ entityId: string;
2477
+ profileId?: string;
2478
+ };
2479
+ }
2480
+ export interface OrgMembershipPatch {
2481
+ createdBy?: string | null;
2482
+ updatedBy?: string | null;
2483
+ isApproved?: boolean | null;
2484
+ isBanned?: boolean | null;
2485
+ isDisabled?: boolean | null;
2486
+ isActive?: boolean | null;
2487
+ isOwner?: boolean | null;
2488
+ isAdmin?: boolean | null;
2489
+ permissions?: string | null;
2490
+ granted?: string | null;
2491
+ actorId?: string | null;
2492
+ entityId?: string | null;
2493
+ profileId?: string | null;
2494
+ }
2495
+ export interface UpdateOrgMembershipInput {
2496
+ clientMutationId?: string;
2497
+ id: string;
2498
+ orgMembershipPatch: OrgMembershipPatch;
2499
+ }
2500
+ export interface DeleteOrgMembershipInput {
2501
+ clientMutationId?: string;
2502
+ id: string;
2503
+ }
2504
+ export interface CreateOrgInviteInput {
2505
+ clientMutationId?: string;
2506
+ orgInvite: {
2507
+ email?: ConstructiveInternalTypeEmail;
2508
+ senderId?: string;
2509
+ receiverId?: string;
2510
+ inviteToken?: string;
2511
+ inviteValid?: boolean;
2512
+ inviteLimit?: number;
2513
+ inviteCount?: number;
2514
+ multiple?: boolean;
2515
+ data?: Record<string, unknown>;
2516
+ expiresAt?: string;
2517
+ entityId: string;
2518
+ };
2519
+ }
2520
+ export interface OrgInvitePatch {
2521
+ email?: ConstructiveInternalTypeEmail | null;
2522
+ senderId?: string | null;
2523
+ receiverId?: string | null;
2524
+ inviteToken?: string | null;
2525
+ inviteValid?: boolean | null;
2526
+ inviteLimit?: number | null;
2527
+ inviteCount?: number | null;
2528
+ multiple?: boolean | null;
2529
+ data?: Record<string, unknown> | null;
2530
+ expiresAt?: string | null;
2531
+ entityId?: string | null;
2532
+ }
2533
+ export interface UpdateOrgInviteInput {
2534
+ clientMutationId?: string;
2535
+ id: string;
2536
+ orgInvitePatch: OrgInvitePatch;
2537
+ }
2538
+ export interface DeleteOrgInviteInput {
2539
+ clientMutationId?: string;
2540
+ id: string;
2541
+ }
2542
+ export declare const connectionFieldsMap: Record<string, Record<string, string>>;
2543
+ export interface SubmitInviteCodeInput {
2544
+ clientMutationId?: string;
2545
+ token?: string;
2546
+ }
2547
+ export interface SubmitOrgInviteCodeInput {
2548
+ clientMutationId?: string;
2549
+ token?: string;
2550
+ }
2551
+ /** A connection to a list of `AppPermission` values. */
2552
+ export interface AppPermissionConnection {
2553
+ nodes: AppPermission[];
2554
+ edges: AppPermissionEdge[];
2555
+ pageInfo: PageInfo;
2556
+ totalCount: number;
2557
+ }
2558
+ export type AppPermissionConnectionSelect = {
2559
+ nodes?: {
2560
+ select: AppPermissionSelect;
2561
+ };
2562
+ edges?: {
2563
+ select: AppPermissionEdgeSelect;
2564
+ };
2565
+ pageInfo?: {
2566
+ select: PageInfoSelect;
2567
+ };
2568
+ totalCount?: boolean;
2569
+ };
2570
+ /** A connection to a list of `OrgPermission` values. */
2571
+ export interface OrgPermissionConnection {
2572
+ nodes: OrgPermission[];
2573
+ edges: OrgPermissionEdge[];
2574
+ pageInfo: PageInfo;
2575
+ totalCount: number;
2576
+ }
2577
+ export type OrgPermissionConnectionSelect = {
2578
+ nodes?: {
2579
+ select: OrgPermissionSelect;
2580
+ };
2581
+ edges?: {
2582
+ select: OrgPermissionEdgeSelect;
2583
+ };
2584
+ pageInfo?: {
2585
+ select: PageInfoSelect;
2586
+ };
2587
+ totalCount?: boolean;
2588
+ };
2589
+ /** A connection to a list of `AppLevelRequirement` values. */
2590
+ export interface AppLevelRequirementConnection {
2591
+ nodes: AppLevelRequirement[];
2592
+ edges: AppLevelRequirementEdge[];
2593
+ pageInfo: PageInfo;
2594
+ totalCount: number;
2595
+ }
2596
+ export type AppLevelRequirementConnectionSelect = {
2597
+ nodes?: {
2598
+ select: AppLevelRequirementSelect;
2599
+ };
2600
+ edges?: {
2601
+ select: AppLevelRequirementEdgeSelect;
2602
+ };
2603
+ pageInfo?: {
2604
+ select: PageInfoSelect;
2605
+ };
2606
+ totalCount?: boolean;
2607
+ };
2608
+ export interface SubmitInviteCodePayload {
2609
+ clientMutationId?: string | null;
2610
+ result?: boolean | null;
2611
+ }
2612
+ export type SubmitInviteCodePayloadSelect = {
2613
+ clientMutationId?: boolean;
2614
+ result?: boolean;
2615
+ };
2616
+ export interface SubmitOrgInviteCodePayload {
2617
+ clientMutationId?: string | null;
2618
+ result?: boolean | null;
2619
+ }
2620
+ export type SubmitOrgInviteCodePayloadSelect = {
2621
+ clientMutationId?: boolean;
2622
+ result?: boolean;
2623
+ };
2624
+ export interface CreateAppPermissionPayload {
2625
+ clientMutationId?: string | null;
2626
+ /** The `AppPermission` that was created by this mutation. */
2627
+ appPermission?: AppPermission | null;
2628
+ appPermissionEdge?: AppPermissionEdge | null;
2629
+ }
2630
+ export type CreateAppPermissionPayloadSelect = {
2631
+ clientMutationId?: boolean;
2632
+ appPermission?: {
2633
+ select: AppPermissionSelect;
2634
+ };
2635
+ appPermissionEdge?: {
2636
+ select: AppPermissionEdgeSelect;
2637
+ };
2638
+ };
2639
+ export interface UpdateAppPermissionPayload {
2640
+ clientMutationId?: string | null;
2641
+ /** The `AppPermission` that was updated by this mutation. */
2642
+ appPermission?: AppPermission | null;
2643
+ appPermissionEdge?: AppPermissionEdge | null;
2644
+ }
2645
+ export type UpdateAppPermissionPayloadSelect = {
2646
+ clientMutationId?: boolean;
2647
+ appPermission?: {
2648
+ select: AppPermissionSelect;
2649
+ };
2650
+ appPermissionEdge?: {
2651
+ select: AppPermissionEdgeSelect;
2652
+ };
2653
+ };
2654
+ export interface DeleteAppPermissionPayload {
2655
+ clientMutationId?: string | null;
2656
+ /** The `AppPermission` that was deleted by this mutation. */
2657
+ appPermission?: AppPermission | null;
2658
+ appPermissionEdge?: AppPermissionEdge | null;
2659
+ }
2660
+ export type DeleteAppPermissionPayloadSelect = {
2661
+ clientMutationId?: boolean;
2662
+ appPermission?: {
2663
+ select: AppPermissionSelect;
2664
+ };
2665
+ appPermissionEdge?: {
2666
+ select: AppPermissionEdgeSelect;
2667
+ };
2668
+ };
2669
+ export interface CreateOrgPermissionPayload {
2670
+ clientMutationId?: string | null;
2671
+ /** The `OrgPermission` that was created by this mutation. */
2672
+ orgPermission?: OrgPermission | null;
2673
+ orgPermissionEdge?: OrgPermissionEdge | null;
2674
+ }
2675
+ export type CreateOrgPermissionPayloadSelect = {
2676
+ clientMutationId?: boolean;
2677
+ orgPermission?: {
2678
+ select: OrgPermissionSelect;
2679
+ };
2680
+ orgPermissionEdge?: {
2681
+ select: OrgPermissionEdgeSelect;
2682
+ };
2683
+ };
2684
+ export interface UpdateOrgPermissionPayload {
2685
+ clientMutationId?: string | null;
2686
+ /** The `OrgPermission` that was updated by this mutation. */
2687
+ orgPermission?: OrgPermission | null;
2688
+ orgPermissionEdge?: OrgPermissionEdge | null;
2689
+ }
2690
+ export type UpdateOrgPermissionPayloadSelect = {
2691
+ clientMutationId?: boolean;
2692
+ orgPermission?: {
2693
+ select: OrgPermissionSelect;
2694
+ };
2695
+ orgPermissionEdge?: {
2696
+ select: OrgPermissionEdgeSelect;
2697
+ };
2698
+ };
2699
+ export interface DeleteOrgPermissionPayload {
2700
+ clientMutationId?: string | null;
2701
+ /** The `OrgPermission` that was deleted by this mutation. */
2702
+ orgPermission?: OrgPermission | null;
2703
+ orgPermissionEdge?: OrgPermissionEdge | null;
2704
+ }
2705
+ export type DeleteOrgPermissionPayloadSelect = {
2706
+ clientMutationId?: boolean;
2707
+ orgPermission?: {
2708
+ select: OrgPermissionSelect;
2709
+ };
2710
+ orgPermissionEdge?: {
2711
+ select: OrgPermissionEdgeSelect;
2712
+ };
2713
+ };
2714
+ export interface CreateAppLevelRequirementPayload {
2715
+ clientMutationId?: string | null;
2716
+ /** The `AppLevelRequirement` that was created by this mutation. */
2717
+ appLevelRequirement?: AppLevelRequirement | null;
2718
+ appLevelRequirementEdge?: AppLevelRequirementEdge | null;
2719
+ }
2720
+ export type CreateAppLevelRequirementPayloadSelect = {
2721
+ clientMutationId?: boolean;
2722
+ appLevelRequirement?: {
2723
+ select: AppLevelRequirementSelect;
2724
+ };
2725
+ appLevelRequirementEdge?: {
2726
+ select: AppLevelRequirementEdgeSelect;
2727
+ };
2728
+ };
2729
+ export interface UpdateAppLevelRequirementPayload {
2730
+ clientMutationId?: string | null;
2731
+ /** The `AppLevelRequirement` that was updated by this mutation. */
2732
+ appLevelRequirement?: AppLevelRequirement | null;
2733
+ appLevelRequirementEdge?: AppLevelRequirementEdge | null;
2734
+ }
2735
+ export type UpdateAppLevelRequirementPayloadSelect = {
2736
+ clientMutationId?: boolean;
2737
+ appLevelRequirement?: {
2738
+ select: AppLevelRequirementSelect;
2739
+ };
2740
+ appLevelRequirementEdge?: {
2741
+ select: AppLevelRequirementEdgeSelect;
2742
+ };
2743
+ };
2744
+ export interface DeleteAppLevelRequirementPayload {
2745
+ clientMutationId?: string | null;
2746
+ /** The `AppLevelRequirement` that was deleted by this mutation. */
2747
+ appLevelRequirement?: AppLevelRequirement | null;
2748
+ appLevelRequirementEdge?: AppLevelRequirementEdge | null;
2749
+ }
2750
+ export type DeleteAppLevelRequirementPayloadSelect = {
2751
+ clientMutationId?: boolean;
2752
+ appLevelRequirement?: {
2753
+ select: AppLevelRequirementSelect;
2754
+ };
2755
+ appLevelRequirementEdge?: {
2756
+ select: AppLevelRequirementEdgeSelect;
2757
+ };
2758
+ };
2759
+ export interface CreateOrgMemberPayload {
2760
+ clientMutationId?: string | null;
2761
+ /** The `OrgMember` that was created by this mutation. */
2762
+ orgMember?: OrgMember | null;
2763
+ orgMemberEdge?: OrgMemberEdge | null;
2764
+ }
2765
+ export type CreateOrgMemberPayloadSelect = {
2766
+ clientMutationId?: boolean;
2767
+ orgMember?: {
2768
+ select: OrgMemberSelect;
2769
+ };
2770
+ orgMemberEdge?: {
2771
+ select: OrgMemberEdgeSelect;
2772
+ };
2773
+ };
2774
+ export interface UpdateOrgMemberPayload {
2775
+ clientMutationId?: string | null;
2776
+ /** The `OrgMember` that was updated by this mutation. */
2777
+ orgMember?: OrgMember | null;
2778
+ orgMemberEdge?: OrgMemberEdge | null;
2779
+ }
2780
+ export type UpdateOrgMemberPayloadSelect = {
2781
+ clientMutationId?: boolean;
2782
+ orgMember?: {
2783
+ select: OrgMemberSelect;
2784
+ };
2785
+ orgMemberEdge?: {
2786
+ select: OrgMemberEdgeSelect;
2787
+ };
2788
+ };
2789
+ export interface DeleteOrgMemberPayload {
2790
+ clientMutationId?: string | null;
2791
+ /** The `OrgMember` that was deleted by this mutation. */
2792
+ orgMember?: OrgMember | null;
2793
+ orgMemberEdge?: OrgMemberEdge | null;
2794
+ }
2795
+ export type DeleteOrgMemberPayloadSelect = {
2796
+ clientMutationId?: boolean;
2797
+ orgMember?: {
2798
+ select: OrgMemberSelect;
2799
+ };
2800
+ orgMemberEdge?: {
2801
+ select: OrgMemberEdgeSelect;
2802
+ };
2803
+ };
2804
+ export interface CreateAppPermissionDefaultPayload {
2805
+ clientMutationId?: string | null;
2806
+ /** The `AppPermissionDefault` that was created by this mutation. */
2807
+ appPermissionDefault?: AppPermissionDefault | null;
2808
+ appPermissionDefaultEdge?: AppPermissionDefaultEdge | null;
2809
+ }
2810
+ export type CreateAppPermissionDefaultPayloadSelect = {
2811
+ clientMutationId?: boolean;
2812
+ appPermissionDefault?: {
2813
+ select: AppPermissionDefaultSelect;
2814
+ };
2815
+ appPermissionDefaultEdge?: {
2816
+ select: AppPermissionDefaultEdgeSelect;
2817
+ };
2818
+ };
2819
+ export interface UpdateAppPermissionDefaultPayload {
2820
+ clientMutationId?: string | null;
2821
+ /** The `AppPermissionDefault` that was updated by this mutation. */
2822
+ appPermissionDefault?: AppPermissionDefault | null;
2823
+ appPermissionDefaultEdge?: AppPermissionDefaultEdge | null;
2824
+ }
2825
+ export type UpdateAppPermissionDefaultPayloadSelect = {
2826
+ clientMutationId?: boolean;
2827
+ appPermissionDefault?: {
2828
+ select: AppPermissionDefaultSelect;
2829
+ };
2830
+ appPermissionDefaultEdge?: {
2831
+ select: AppPermissionDefaultEdgeSelect;
2832
+ };
2833
+ };
2834
+ export interface DeleteAppPermissionDefaultPayload {
2835
+ clientMutationId?: string | null;
2836
+ /** The `AppPermissionDefault` that was deleted by this mutation. */
2837
+ appPermissionDefault?: AppPermissionDefault | null;
2838
+ appPermissionDefaultEdge?: AppPermissionDefaultEdge | null;
2839
+ }
2840
+ export type DeleteAppPermissionDefaultPayloadSelect = {
2841
+ clientMutationId?: boolean;
2842
+ appPermissionDefault?: {
2843
+ select: AppPermissionDefaultSelect;
2844
+ };
2845
+ appPermissionDefaultEdge?: {
2846
+ select: AppPermissionDefaultEdgeSelect;
2847
+ };
2848
+ };
2849
+ export interface CreateOrgPermissionDefaultPayload {
2850
+ clientMutationId?: string | null;
2851
+ /** The `OrgPermissionDefault` that was created by this mutation. */
2852
+ orgPermissionDefault?: OrgPermissionDefault | null;
2853
+ orgPermissionDefaultEdge?: OrgPermissionDefaultEdge | null;
2854
+ }
2855
+ export type CreateOrgPermissionDefaultPayloadSelect = {
2856
+ clientMutationId?: boolean;
2857
+ orgPermissionDefault?: {
2858
+ select: OrgPermissionDefaultSelect;
2859
+ };
2860
+ orgPermissionDefaultEdge?: {
2861
+ select: OrgPermissionDefaultEdgeSelect;
2862
+ };
2863
+ };
2864
+ export interface UpdateOrgPermissionDefaultPayload {
2865
+ clientMutationId?: string | null;
2866
+ /** The `OrgPermissionDefault` that was updated by this mutation. */
2867
+ orgPermissionDefault?: OrgPermissionDefault | null;
2868
+ orgPermissionDefaultEdge?: OrgPermissionDefaultEdge | null;
2869
+ }
2870
+ export type UpdateOrgPermissionDefaultPayloadSelect = {
2871
+ clientMutationId?: boolean;
2872
+ orgPermissionDefault?: {
2873
+ select: OrgPermissionDefaultSelect;
2874
+ };
2875
+ orgPermissionDefaultEdge?: {
2876
+ select: OrgPermissionDefaultEdgeSelect;
2877
+ };
2878
+ };
2879
+ export interface DeleteOrgPermissionDefaultPayload {
2880
+ clientMutationId?: string | null;
2881
+ /** The `OrgPermissionDefault` that was deleted by this mutation. */
2882
+ orgPermissionDefault?: OrgPermissionDefault | null;
2883
+ orgPermissionDefaultEdge?: OrgPermissionDefaultEdge | null;
2884
+ }
2885
+ export type DeleteOrgPermissionDefaultPayloadSelect = {
2886
+ clientMutationId?: boolean;
2887
+ orgPermissionDefault?: {
2888
+ select: OrgPermissionDefaultSelect;
2889
+ };
2890
+ orgPermissionDefaultEdge?: {
2891
+ select: OrgPermissionDefaultEdgeSelect;
2892
+ };
2893
+ };
2894
+ export interface CreateAppAdminGrantPayload {
2895
+ clientMutationId?: string | null;
2896
+ /** The `AppAdminGrant` that was created by this mutation. */
2897
+ appAdminGrant?: AppAdminGrant | null;
2898
+ appAdminGrantEdge?: AppAdminGrantEdge | null;
2899
+ }
2900
+ export type CreateAppAdminGrantPayloadSelect = {
2901
+ clientMutationId?: boolean;
2902
+ appAdminGrant?: {
2903
+ select: AppAdminGrantSelect;
2904
+ };
2905
+ appAdminGrantEdge?: {
2906
+ select: AppAdminGrantEdgeSelect;
2907
+ };
2908
+ };
2909
+ export interface UpdateAppAdminGrantPayload {
2910
+ clientMutationId?: string | null;
2911
+ /** The `AppAdminGrant` that was updated by this mutation. */
2912
+ appAdminGrant?: AppAdminGrant | null;
2913
+ appAdminGrantEdge?: AppAdminGrantEdge | null;
2914
+ }
2915
+ export type UpdateAppAdminGrantPayloadSelect = {
2916
+ clientMutationId?: boolean;
2917
+ appAdminGrant?: {
2918
+ select: AppAdminGrantSelect;
2919
+ };
2920
+ appAdminGrantEdge?: {
2921
+ select: AppAdminGrantEdgeSelect;
2922
+ };
2923
+ };
2924
+ export interface DeleteAppAdminGrantPayload {
2925
+ clientMutationId?: string | null;
2926
+ /** The `AppAdminGrant` that was deleted by this mutation. */
2927
+ appAdminGrant?: AppAdminGrant | null;
2928
+ appAdminGrantEdge?: AppAdminGrantEdge | null;
2929
+ }
2930
+ export type DeleteAppAdminGrantPayloadSelect = {
2931
+ clientMutationId?: boolean;
2932
+ appAdminGrant?: {
2933
+ select: AppAdminGrantSelect;
2934
+ };
2935
+ appAdminGrantEdge?: {
2936
+ select: AppAdminGrantEdgeSelect;
2937
+ };
2938
+ };
2939
+ export interface CreateAppOwnerGrantPayload {
2940
+ clientMutationId?: string | null;
2941
+ /** The `AppOwnerGrant` that was created by this mutation. */
2942
+ appOwnerGrant?: AppOwnerGrant | null;
2943
+ appOwnerGrantEdge?: AppOwnerGrantEdge | null;
2944
+ }
2945
+ export type CreateAppOwnerGrantPayloadSelect = {
2946
+ clientMutationId?: boolean;
2947
+ appOwnerGrant?: {
2948
+ select: AppOwnerGrantSelect;
2949
+ };
2950
+ appOwnerGrantEdge?: {
2951
+ select: AppOwnerGrantEdgeSelect;
2952
+ };
2953
+ };
2954
+ export interface UpdateAppOwnerGrantPayload {
2955
+ clientMutationId?: string | null;
2956
+ /** The `AppOwnerGrant` that was updated by this mutation. */
2957
+ appOwnerGrant?: AppOwnerGrant | null;
2958
+ appOwnerGrantEdge?: AppOwnerGrantEdge | null;
2959
+ }
2960
+ export type UpdateAppOwnerGrantPayloadSelect = {
2961
+ clientMutationId?: boolean;
2962
+ appOwnerGrant?: {
2963
+ select: AppOwnerGrantSelect;
2964
+ };
2965
+ appOwnerGrantEdge?: {
2966
+ select: AppOwnerGrantEdgeSelect;
2967
+ };
2968
+ };
2969
+ export interface DeleteAppOwnerGrantPayload {
2970
+ clientMutationId?: string | null;
2971
+ /** The `AppOwnerGrant` that was deleted by this mutation. */
2972
+ appOwnerGrant?: AppOwnerGrant | null;
2973
+ appOwnerGrantEdge?: AppOwnerGrantEdge | null;
2974
+ }
2975
+ export type DeleteAppOwnerGrantPayloadSelect = {
2976
+ clientMutationId?: boolean;
2977
+ appOwnerGrant?: {
2978
+ select: AppOwnerGrantSelect;
2979
+ };
2980
+ appOwnerGrantEdge?: {
2981
+ select: AppOwnerGrantEdgeSelect;
2982
+ };
2983
+ };
2984
+ export interface CreateOrgAdminGrantPayload {
2985
+ clientMutationId?: string | null;
2986
+ /** The `OrgAdminGrant` that was created by this mutation. */
2987
+ orgAdminGrant?: OrgAdminGrant | null;
2988
+ orgAdminGrantEdge?: OrgAdminGrantEdge | null;
2989
+ }
2990
+ export type CreateOrgAdminGrantPayloadSelect = {
2991
+ clientMutationId?: boolean;
2992
+ orgAdminGrant?: {
2993
+ select: OrgAdminGrantSelect;
2994
+ };
2995
+ orgAdminGrantEdge?: {
2996
+ select: OrgAdminGrantEdgeSelect;
2997
+ };
2998
+ };
2999
+ export interface UpdateOrgAdminGrantPayload {
3000
+ clientMutationId?: string | null;
3001
+ /** The `OrgAdminGrant` that was updated by this mutation. */
3002
+ orgAdminGrant?: OrgAdminGrant | null;
3003
+ orgAdminGrantEdge?: OrgAdminGrantEdge | null;
3004
+ }
3005
+ export type UpdateOrgAdminGrantPayloadSelect = {
3006
+ clientMutationId?: boolean;
3007
+ orgAdminGrant?: {
3008
+ select: OrgAdminGrantSelect;
3009
+ };
3010
+ orgAdminGrantEdge?: {
3011
+ select: OrgAdminGrantEdgeSelect;
3012
+ };
3013
+ };
3014
+ export interface DeleteOrgAdminGrantPayload {
3015
+ clientMutationId?: string | null;
3016
+ /** The `OrgAdminGrant` that was deleted by this mutation. */
3017
+ orgAdminGrant?: OrgAdminGrant | null;
3018
+ orgAdminGrantEdge?: OrgAdminGrantEdge | null;
3019
+ }
3020
+ export type DeleteOrgAdminGrantPayloadSelect = {
3021
+ clientMutationId?: boolean;
3022
+ orgAdminGrant?: {
3023
+ select: OrgAdminGrantSelect;
3024
+ };
3025
+ orgAdminGrantEdge?: {
3026
+ select: OrgAdminGrantEdgeSelect;
3027
+ };
3028
+ };
3029
+ export interface CreateOrgOwnerGrantPayload {
3030
+ clientMutationId?: string | null;
3031
+ /** The `OrgOwnerGrant` that was created by this mutation. */
3032
+ orgOwnerGrant?: OrgOwnerGrant | null;
3033
+ orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
3034
+ }
3035
+ export type CreateOrgOwnerGrantPayloadSelect = {
3036
+ clientMutationId?: boolean;
3037
+ orgOwnerGrant?: {
3038
+ select: OrgOwnerGrantSelect;
3039
+ };
3040
+ orgOwnerGrantEdge?: {
3041
+ select: OrgOwnerGrantEdgeSelect;
3042
+ };
3043
+ };
3044
+ export interface UpdateOrgOwnerGrantPayload {
3045
+ clientMutationId?: string | null;
3046
+ /** The `OrgOwnerGrant` that was updated by this mutation. */
3047
+ orgOwnerGrant?: OrgOwnerGrant | null;
3048
+ orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
3049
+ }
3050
+ export type UpdateOrgOwnerGrantPayloadSelect = {
3051
+ clientMutationId?: boolean;
3052
+ orgOwnerGrant?: {
3053
+ select: OrgOwnerGrantSelect;
3054
+ };
3055
+ orgOwnerGrantEdge?: {
3056
+ select: OrgOwnerGrantEdgeSelect;
3057
+ };
3058
+ };
3059
+ export interface DeleteOrgOwnerGrantPayload {
3060
+ clientMutationId?: string | null;
3061
+ /** The `OrgOwnerGrant` that was deleted by this mutation. */
3062
+ orgOwnerGrant?: OrgOwnerGrant | null;
3063
+ orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
3064
+ }
3065
+ export type DeleteOrgOwnerGrantPayloadSelect = {
3066
+ clientMutationId?: boolean;
3067
+ orgOwnerGrant?: {
3068
+ select: OrgOwnerGrantSelect;
3069
+ };
3070
+ orgOwnerGrantEdge?: {
3071
+ select: OrgOwnerGrantEdgeSelect;
3072
+ };
3073
+ };
3074
+ export interface CreateAppLimitDefaultPayload {
3075
+ clientMutationId?: string | null;
3076
+ /** The `AppLimitDefault` that was created by this mutation. */
3077
+ appLimitDefault?: AppLimitDefault | null;
3078
+ appLimitDefaultEdge?: AppLimitDefaultEdge | null;
3079
+ }
3080
+ export type CreateAppLimitDefaultPayloadSelect = {
3081
+ clientMutationId?: boolean;
3082
+ appLimitDefault?: {
3083
+ select: AppLimitDefaultSelect;
3084
+ };
3085
+ appLimitDefaultEdge?: {
3086
+ select: AppLimitDefaultEdgeSelect;
3087
+ };
3088
+ };
3089
+ export interface UpdateAppLimitDefaultPayload {
3090
+ clientMutationId?: string | null;
3091
+ /** The `AppLimitDefault` that was updated by this mutation. */
3092
+ appLimitDefault?: AppLimitDefault | null;
3093
+ appLimitDefaultEdge?: AppLimitDefaultEdge | null;
3094
+ }
3095
+ export type UpdateAppLimitDefaultPayloadSelect = {
3096
+ clientMutationId?: boolean;
3097
+ appLimitDefault?: {
3098
+ select: AppLimitDefaultSelect;
3099
+ };
3100
+ appLimitDefaultEdge?: {
3101
+ select: AppLimitDefaultEdgeSelect;
3102
+ };
3103
+ };
3104
+ export interface DeleteAppLimitDefaultPayload {
3105
+ clientMutationId?: string | null;
3106
+ /** The `AppLimitDefault` that was deleted by this mutation. */
3107
+ appLimitDefault?: AppLimitDefault | null;
3108
+ appLimitDefaultEdge?: AppLimitDefaultEdge | null;
3109
+ }
3110
+ export type DeleteAppLimitDefaultPayloadSelect = {
3111
+ clientMutationId?: boolean;
3112
+ appLimitDefault?: {
3113
+ select: AppLimitDefaultSelect;
3114
+ };
3115
+ appLimitDefaultEdge?: {
3116
+ select: AppLimitDefaultEdgeSelect;
3117
+ };
3118
+ };
3119
+ export interface CreateOrgLimitDefaultPayload {
3120
+ clientMutationId?: string | null;
3121
+ /** The `OrgLimitDefault` that was created by this mutation. */
3122
+ orgLimitDefault?: OrgLimitDefault | null;
3123
+ orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
3124
+ }
3125
+ export type CreateOrgLimitDefaultPayloadSelect = {
3126
+ clientMutationId?: boolean;
3127
+ orgLimitDefault?: {
3128
+ select: OrgLimitDefaultSelect;
3129
+ };
3130
+ orgLimitDefaultEdge?: {
3131
+ select: OrgLimitDefaultEdgeSelect;
3132
+ };
3133
+ };
3134
+ export interface UpdateOrgLimitDefaultPayload {
3135
+ clientMutationId?: string | null;
3136
+ /** The `OrgLimitDefault` that was updated by this mutation. */
3137
+ orgLimitDefault?: OrgLimitDefault | null;
3138
+ orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
3139
+ }
3140
+ export type UpdateOrgLimitDefaultPayloadSelect = {
3141
+ clientMutationId?: boolean;
3142
+ orgLimitDefault?: {
3143
+ select: OrgLimitDefaultSelect;
3144
+ };
3145
+ orgLimitDefaultEdge?: {
3146
+ select: OrgLimitDefaultEdgeSelect;
3147
+ };
3148
+ };
3149
+ export interface DeleteOrgLimitDefaultPayload {
3150
+ clientMutationId?: string | null;
3151
+ /** The `OrgLimitDefault` that was deleted by this mutation. */
3152
+ orgLimitDefault?: OrgLimitDefault | null;
3153
+ orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
3154
+ }
3155
+ export type DeleteOrgLimitDefaultPayloadSelect = {
3156
+ clientMutationId?: boolean;
3157
+ orgLimitDefault?: {
3158
+ select: OrgLimitDefaultSelect;
3159
+ };
3160
+ orgLimitDefaultEdge?: {
3161
+ select: OrgLimitDefaultEdgeSelect;
3162
+ };
3163
+ };
3164
+ export interface CreateMembershipTypePayload {
3165
+ clientMutationId?: string | null;
3166
+ /** The `MembershipType` that was created by this mutation. */
3167
+ membershipType?: MembershipType | null;
3168
+ membershipTypeEdge?: MembershipTypeEdge | null;
3169
+ }
3170
+ export type CreateMembershipTypePayloadSelect = {
3171
+ clientMutationId?: boolean;
3172
+ membershipType?: {
3173
+ select: MembershipTypeSelect;
3174
+ };
3175
+ membershipTypeEdge?: {
3176
+ select: MembershipTypeEdgeSelect;
3177
+ };
3178
+ };
3179
+ export interface UpdateMembershipTypePayload {
3180
+ clientMutationId?: string | null;
3181
+ /** The `MembershipType` that was updated by this mutation. */
3182
+ membershipType?: MembershipType | null;
3183
+ membershipTypeEdge?: MembershipTypeEdge | null;
3184
+ }
3185
+ export type UpdateMembershipTypePayloadSelect = {
3186
+ clientMutationId?: boolean;
3187
+ membershipType?: {
3188
+ select: MembershipTypeSelect;
3189
+ };
3190
+ membershipTypeEdge?: {
3191
+ select: MembershipTypeEdgeSelect;
3192
+ };
3193
+ };
3194
+ export interface DeleteMembershipTypePayload {
3195
+ clientMutationId?: string | null;
3196
+ /** The `MembershipType` that was deleted by this mutation. */
3197
+ membershipType?: MembershipType | null;
3198
+ membershipTypeEdge?: MembershipTypeEdge | null;
3199
+ }
3200
+ export type DeleteMembershipTypePayloadSelect = {
3201
+ clientMutationId?: boolean;
3202
+ membershipType?: {
3203
+ select: MembershipTypeSelect;
3204
+ };
3205
+ membershipTypeEdge?: {
3206
+ select: MembershipTypeEdgeSelect;
3207
+ };
3208
+ };
3209
+ export interface CreateOrgChartEdgeGrantPayload {
3210
+ clientMutationId?: string | null;
3211
+ /** The `OrgChartEdgeGrant` that was created by this mutation. */
3212
+ orgChartEdgeGrant?: OrgChartEdgeGrant | null;
3213
+ orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
3214
+ }
3215
+ export type CreateOrgChartEdgeGrantPayloadSelect = {
3216
+ clientMutationId?: boolean;
3217
+ orgChartEdgeGrant?: {
3218
+ select: OrgChartEdgeGrantSelect;
3219
+ };
3220
+ orgChartEdgeGrantEdge?: {
3221
+ select: OrgChartEdgeGrantEdgeSelect;
3222
+ };
3223
+ };
3224
+ export interface UpdateOrgChartEdgeGrantPayload {
3225
+ clientMutationId?: string | null;
3226
+ /** The `OrgChartEdgeGrant` that was updated by this mutation. */
3227
+ orgChartEdgeGrant?: OrgChartEdgeGrant | null;
3228
+ orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
3229
+ }
3230
+ export type UpdateOrgChartEdgeGrantPayloadSelect = {
3231
+ clientMutationId?: boolean;
3232
+ orgChartEdgeGrant?: {
3233
+ select: OrgChartEdgeGrantSelect;
3234
+ };
3235
+ orgChartEdgeGrantEdge?: {
3236
+ select: OrgChartEdgeGrantEdgeSelect;
3237
+ };
3238
+ };
3239
+ export interface DeleteOrgChartEdgeGrantPayload {
3240
+ clientMutationId?: string | null;
3241
+ /** The `OrgChartEdgeGrant` that was deleted by this mutation. */
3242
+ orgChartEdgeGrant?: OrgChartEdgeGrant | null;
3243
+ orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
3244
+ }
3245
+ export type DeleteOrgChartEdgeGrantPayloadSelect = {
3246
+ clientMutationId?: boolean;
3247
+ orgChartEdgeGrant?: {
3248
+ select: OrgChartEdgeGrantSelect;
3249
+ };
3250
+ orgChartEdgeGrantEdge?: {
3251
+ select: OrgChartEdgeGrantEdgeSelect;
3252
+ };
3253
+ };
3254
+ export interface CreateAppLimitPayload {
3255
+ clientMutationId?: string | null;
3256
+ /** The `AppLimit` that was created by this mutation. */
3257
+ appLimit?: AppLimit | null;
3258
+ appLimitEdge?: AppLimitEdge | null;
3259
+ }
3260
+ export type CreateAppLimitPayloadSelect = {
3261
+ clientMutationId?: boolean;
3262
+ appLimit?: {
3263
+ select: AppLimitSelect;
3264
+ };
3265
+ appLimitEdge?: {
3266
+ select: AppLimitEdgeSelect;
3267
+ };
3268
+ };
3269
+ export interface UpdateAppLimitPayload {
3270
+ clientMutationId?: string | null;
3271
+ /** The `AppLimit` that was updated by this mutation. */
3272
+ appLimit?: AppLimit | null;
3273
+ appLimitEdge?: AppLimitEdge | null;
3274
+ }
3275
+ export type UpdateAppLimitPayloadSelect = {
3276
+ clientMutationId?: boolean;
3277
+ appLimit?: {
3278
+ select: AppLimitSelect;
3279
+ };
3280
+ appLimitEdge?: {
3281
+ select: AppLimitEdgeSelect;
3282
+ };
3283
+ };
3284
+ export interface DeleteAppLimitPayload {
3285
+ clientMutationId?: string | null;
3286
+ /** The `AppLimit` that was deleted by this mutation. */
3287
+ appLimit?: AppLimit | null;
3288
+ appLimitEdge?: AppLimitEdge | null;
3289
+ }
3290
+ export type DeleteAppLimitPayloadSelect = {
3291
+ clientMutationId?: boolean;
3292
+ appLimit?: {
3293
+ select: AppLimitSelect;
3294
+ };
3295
+ appLimitEdge?: {
3296
+ select: AppLimitEdgeSelect;
3297
+ };
3298
+ };
3299
+ export interface CreateAppAchievementPayload {
3300
+ clientMutationId?: string | null;
3301
+ /** The `AppAchievement` that was created by this mutation. */
3302
+ appAchievement?: AppAchievement | null;
3303
+ appAchievementEdge?: AppAchievementEdge | null;
3304
+ }
3305
+ export type CreateAppAchievementPayloadSelect = {
3306
+ clientMutationId?: boolean;
3307
+ appAchievement?: {
3308
+ select: AppAchievementSelect;
3309
+ };
3310
+ appAchievementEdge?: {
3311
+ select: AppAchievementEdgeSelect;
3312
+ };
3313
+ };
3314
+ export interface UpdateAppAchievementPayload {
3315
+ clientMutationId?: string | null;
3316
+ /** The `AppAchievement` that was updated by this mutation. */
3317
+ appAchievement?: AppAchievement | null;
3318
+ appAchievementEdge?: AppAchievementEdge | null;
3319
+ }
3320
+ export type UpdateAppAchievementPayloadSelect = {
3321
+ clientMutationId?: boolean;
3322
+ appAchievement?: {
3323
+ select: AppAchievementSelect;
3324
+ };
3325
+ appAchievementEdge?: {
3326
+ select: AppAchievementEdgeSelect;
3327
+ };
3328
+ };
3329
+ export interface DeleteAppAchievementPayload {
3330
+ clientMutationId?: string | null;
3331
+ /** The `AppAchievement` that was deleted by this mutation. */
3332
+ appAchievement?: AppAchievement | null;
3333
+ appAchievementEdge?: AppAchievementEdge | null;
3334
+ }
3335
+ export type DeleteAppAchievementPayloadSelect = {
3336
+ clientMutationId?: boolean;
3337
+ appAchievement?: {
3338
+ select: AppAchievementSelect;
3339
+ };
3340
+ appAchievementEdge?: {
3341
+ select: AppAchievementEdgeSelect;
3342
+ };
3343
+ };
3344
+ export interface CreateAppStepPayload {
3345
+ clientMutationId?: string | null;
3346
+ /** The `AppStep` that was created by this mutation. */
3347
+ appStep?: AppStep | null;
3348
+ appStepEdge?: AppStepEdge | null;
3349
+ }
3350
+ export type CreateAppStepPayloadSelect = {
3351
+ clientMutationId?: boolean;
3352
+ appStep?: {
3353
+ select: AppStepSelect;
3354
+ };
3355
+ appStepEdge?: {
3356
+ select: AppStepEdgeSelect;
3357
+ };
3358
+ };
3359
+ export interface UpdateAppStepPayload {
3360
+ clientMutationId?: string | null;
3361
+ /** The `AppStep` that was updated by this mutation. */
3362
+ appStep?: AppStep | null;
3363
+ appStepEdge?: AppStepEdge | null;
3364
+ }
3365
+ export type UpdateAppStepPayloadSelect = {
3366
+ clientMutationId?: boolean;
3367
+ appStep?: {
3368
+ select: AppStepSelect;
3369
+ };
3370
+ appStepEdge?: {
3371
+ select: AppStepEdgeSelect;
3372
+ };
3373
+ };
3374
+ export interface DeleteAppStepPayload {
3375
+ clientMutationId?: string | null;
3376
+ /** The `AppStep` that was deleted by this mutation. */
3377
+ appStep?: AppStep | null;
3378
+ appStepEdge?: AppStepEdge | null;
3379
+ }
3380
+ export type DeleteAppStepPayloadSelect = {
3381
+ clientMutationId?: boolean;
3382
+ appStep?: {
3383
+ select: AppStepSelect;
3384
+ };
3385
+ appStepEdge?: {
3386
+ select: AppStepEdgeSelect;
3387
+ };
3388
+ };
3389
+ export interface CreateClaimedInvitePayload {
3390
+ clientMutationId?: string | null;
3391
+ /** The `ClaimedInvite` that was created by this mutation. */
3392
+ claimedInvite?: ClaimedInvite | null;
3393
+ claimedInviteEdge?: ClaimedInviteEdge | null;
3394
+ }
3395
+ export type CreateClaimedInvitePayloadSelect = {
3396
+ clientMutationId?: boolean;
3397
+ claimedInvite?: {
3398
+ select: ClaimedInviteSelect;
3399
+ };
3400
+ claimedInviteEdge?: {
3401
+ select: ClaimedInviteEdgeSelect;
3402
+ };
3403
+ };
3404
+ export interface UpdateClaimedInvitePayload {
3405
+ clientMutationId?: string | null;
3406
+ /** The `ClaimedInvite` that was updated by this mutation. */
3407
+ claimedInvite?: ClaimedInvite | null;
3408
+ claimedInviteEdge?: ClaimedInviteEdge | null;
3409
+ }
3410
+ export type UpdateClaimedInvitePayloadSelect = {
3411
+ clientMutationId?: boolean;
3412
+ claimedInvite?: {
3413
+ select: ClaimedInviteSelect;
3414
+ };
3415
+ claimedInviteEdge?: {
3416
+ select: ClaimedInviteEdgeSelect;
3417
+ };
3418
+ };
3419
+ export interface DeleteClaimedInvitePayload {
3420
+ clientMutationId?: string | null;
3421
+ /** The `ClaimedInvite` that was deleted by this mutation. */
3422
+ claimedInvite?: ClaimedInvite | null;
3423
+ claimedInviteEdge?: ClaimedInviteEdge | null;
3424
+ }
3425
+ export type DeleteClaimedInvitePayloadSelect = {
3426
+ clientMutationId?: boolean;
3427
+ claimedInvite?: {
3428
+ select: ClaimedInviteSelect;
3429
+ };
3430
+ claimedInviteEdge?: {
3431
+ select: ClaimedInviteEdgeSelect;
3432
+ };
3433
+ };
3434
+ export interface CreateAppGrantPayload {
3435
+ clientMutationId?: string | null;
3436
+ /** The `AppGrant` that was created by this mutation. */
3437
+ appGrant?: AppGrant | null;
3438
+ appGrantEdge?: AppGrantEdge | null;
3439
+ }
3440
+ export type CreateAppGrantPayloadSelect = {
3441
+ clientMutationId?: boolean;
3442
+ appGrant?: {
3443
+ select: AppGrantSelect;
3444
+ };
3445
+ appGrantEdge?: {
3446
+ select: AppGrantEdgeSelect;
3447
+ };
3448
+ };
3449
+ export interface UpdateAppGrantPayload {
3450
+ clientMutationId?: string | null;
3451
+ /** The `AppGrant` that was updated by this mutation. */
3452
+ appGrant?: AppGrant | null;
3453
+ appGrantEdge?: AppGrantEdge | null;
3454
+ }
3455
+ export type UpdateAppGrantPayloadSelect = {
3456
+ clientMutationId?: boolean;
3457
+ appGrant?: {
3458
+ select: AppGrantSelect;
3459
+ };
3460
+ appGrantEdge?: {
3461
+ select: AppGrantEdgeSelect;
3462
+ };
3463
+ };
3464
+ export interface DeleteAppGrantPayload {
3465
+ clientMutationId?: string | null;
3466
+ /** The `AppGrant` that was deleted by this mutation. */
3467
+ appGrant?: AppGrant | null;
3468
+ appGrantEdge?: AppGrantEdge | null;
3469
+ }
3470
+ export type DeleteAppGrantPayloadSelect = {
3471
+ clientMutationId?: boolean;
3472
+ appGrant?: {
3473
+ select: AppGrantSelect;
3474
+ };
3475
+ appGrantEdge?: {
3476
+ select: AppGrantEdgeSelect;
3477
+ };
3478
+ };
3479
+ export interface CreateAppMembershipDefaultPayload {
3480
+ clientMutationId?: string | null;
3481
+ /** The `AppMembershipDefault` that was created by this mutation. */
3482
+ appMembershipDefault?: AppMembershipDefault | null;
3483
+ appMembershipDefaultEdge?: AppMembershipDefaultEdge | null;
3484
+ }
3485
+ export type CreateAppMembershipDefaultPayloadSelect = {
3486
+ clientMutationId?: boolean;
3487
+ appMembershipDefault?: {
3488
+ select: AppMembershipDefaultSelect;
3489
+ };
3490
+ appMembershipDefaultEdge?: {
3491
+ select: AppMembershipDefaultEdgeSelect;
3492
+ };
3493
+ };
3494
+ export interface UpdateAppMembershipDefaultPayload {
3495
+ clientMutationId?: string | null;
3496
+ /** The `AppMembershipDefault` that was updated by this mutation. */
3497
+ appMembershipDefault?: AppMembershipDefault | null;
3498
+ appMembershipDefaultEdge?: AppMembershipDefaultEdge | null;
3499
+ }
3500
+ export type UpdateAppMembershipDefaultPayloadSelect = {
3501
+ clientMutationId?: boolean;
3502
+ appMembershipDefault?: {
3503
+ select: AppMembershipDefaultSelect;
3504
+ };
3505
+ appMembershipDefaultEdge?: {
3506
+ select: AppMembershipDefaultEdgeSelect;
3507
+ };
3508
+ };
3509
+ export interface DeleteAppMembershipDefaultPayload {
3510
+ clientMutationId?: string | null;
3511
+ /** The `AppMembershipDefault` that was deleted by this mutation. */
3512
+ appMembershipDefault?: AppMembershipDefault | null;
3513
+ appMembershipDefaultEdge?: AppMembershipDefaultEdge | null;
3514
+ }
3515
+ export type DeleteAppMembershipDefaultPayloadSelect = {
3516
+ clientMutationId?: boolean;
3517
+ appMembershipDefault?: {
3518
+ select: AppMembershipDefaultSelect;
3519
+ };
3520
+ appMembershipDefaultEdge?: {
3521
+ select: AppMembershipDefaultEdgeSelect;
3522
+ };
3523
+ };
3524
+ export interface CreateOrgLimitPayload {
3525
+ clientMutationId?: string | null;
3526
+ /** The `OrgLimit` that was created by this mutation. */
3527
+ orgLimit?: OrgLimit | null;
3528
+ orgLimitEdge?: OrgLimitEdge | null;
3529
+ }
3530
+ export type CreateOrgLimitPayloadSelect = {
3531
+ clientMutationId?: boolean;
3532
+ orgLimit?: {
3533
+ select: OrgLimitSelect;
3534
+ };
3535
+ orgLimitEdge?: {
3536
+ select: OrgLimitEdgeSelect;
3537
+ };
3538
+ };
3539
+ export interface UpdateOrgLimitPayload {
3540
+ clientMutationId?: string | null;
3541
+ /** The `OrgLimit` that was updated by this mutation. */
3542
+ orgLimit?: OrgLimit | null;
3543
+ orgLimitEdge?: OrgLimitEdge | null;
3544
+ }
3545
+ export type UpdateOrgLimitPayloadSelect = {
3546
+ clientMutationId?: boolean;
3547
+ orgLimit?: {
3548
+ select: OrgLimitSelect;
3549
+ };
3550
+ orgLimitEdge?: {
3551
+ select: OrgLimitEdgeSelect;
3552
+ };
3553
+ };
3554
+ export interface DeleteOrgLimitPayload {
3555
+ clientMutationId?: string | null;
3556
+ /** The `OrgLimit` that was deleted by this mutation. */
3557
+ orgLimit?: OrgLimit | null;
3558
+ orgLimitEdge?: OrgLimitEdge | null;
3559
+ }
3560
+ export type DeleteOrgLimitPayloadSelect = {
3561
+ clientMutationId?: boolean;
3562
+ orgLimit?: {
3563
+ select: OrgLimitSelect;
3564
+ };
3565
+ orgLimitEdge?: {
3566
+ select: OrgLimitEdgeSelect;
3567
+ };
3568
+ };
3569
+ export interface CreateOrgClaimedInvitePayload {
3570
+ clientMutationId?: string | null;
3571
+ /** The `OrgClaimedInvite` that was created by this mutation. */
3572
+ orgClaimedInvite?: OrgClaimedInvite | null;
3573
+ orgClaimedInviteEdge?: OrgClaimedInviteEdge | null;
3574
+ }
3575
+ export type CreateOrgClaimedInvitePayloadSelect = {
3576
+ clientMutationId?: boolean;
3577
+ orgClaimedInvite?: {
3578
+ select: OrgClaimedInviteSelect;
3579
+ };
3580
+ orgClaimedInviteEdge?: {
3581
+ select: OrgClaimedInviteEdgeSelect;
3582
+ };
3583
+ };
3584
+ export interface UpdateOrgClaimedInvitePayload {
3585
+ clientMutationId?: string | null;
3586
+ /** The `OrgClaimedInvite` that was updated by this mutation. */
3587
+ orgClaimedInvite?: OrgClaimedInvite | null;
3588
+ orgClaimedInviteEdge?: OrgClaimedInviteEdge | null;
3589
+ }
3590
+ export type UpdateOrgClaimedInvitePayloadSelect = {
3591
+ clientMutationId?: boolean;
3592
+ orgClaimedInvite?: {
3593
+ select: OrgClaimedInviteSelect;
3594
+ };
3595
+ orgClaimedInviteEdge?: {
3596
+ select: OrgClaimedInviteEdgeSelect;
3597
+ };
3598
+ };
3599
+ export interface DeleteOrgClaimedInvitePayload {
3600
+ clientMutationId?: string | null;
3601
+ /** The `OrgClaimedInvite` that was deleted by this mutation. */
3602
+ orgClaimedInvite?: OrgClaimedInvite | null;
3603
+ orgClaimedInviteEdge?: OrgClaimedInviteEdge | null;
3604
+ }
3605
+ export type DeleteOrgClaimedInvitePayloadSelect = {
3606
+ clientMutationId?: boolean;
3607
+ orgClaimedInvite?: {
3608
+ select: OrgClaimedInviteSelect;
3609
+ };
3610
+ orgClaimedInviteEdge?: {
3611
+ select: OrgClaimedInviteEdgeSelect;
3612
+ };
3613
+ };
3614
+ export interface CreateOrgGrantPayload {
3615
+ clientMutationId?: string | null;
3616
+ /** The `OrgGrant` that was created by this mutation. */
3617
+ orgGrant?: OrgGrant | null;
3618
+ orgGrantEdge?: OrgGrantEdge | null;
3619
+ }
3620
+ export type CreateOrgGrantPayloadSelect = {
3621
+ clientMutationId?: boolean;
3622
+ orgGrant?: {
3623
+ select: OrgGrantSelect;
3624
+ };
3625
+ orgGrantEdge?: {
3626
+ select: OrgGrantEdgeSelect;
3627
+ };
3628
+ };
3629
+ export interface UpdateOrgGrantPayload {
3630
+ clientMutationId?: string | null;
3631
+ /** The `OrgGrant` that was updated by this mutation. */
3632
+ orgGrant?: OrgGrant | null;
3633
+ orgGrantEdge?: OrgGrantEdge | null;
3634
+ }
3635
+ export type UpdateOrgGrantPayloadSelect = {
3636
+ clientMutationId?: boolean;
3637
+ orgGrant?: {
3638
+ select: OrgGrantSelect;
3639
+ };
3640
+ orgGrantEdge?: {
3641
+ select: OrgGrantEdgeSelect;
3642
+ };
3643
+ };
3644
+ export interface DeleteOrgGrantPayload {
3645
+ clientMutationId?: string | null;
3646
+ /** The `OrgGrant` that was deleted by this mutation. */
3647
+ orgGrant?: OrgGrant | null;
3648
+ orgGrantEdge?: OrgGrantEdge | null;
3649
+ }
3650
+ export type DeleteOrgGrantPayloadSelect = {
3651
+ clientMutationId?: boolean;
3652
+ orgGrant?: {
3653
+ select: OrgGrantSelect;
3654
+ };
3655
+ orgGrantEdge?: {
3656
+ select: OrgGrantEdgeSelect;
3657
+ };
3658
+ };
3659
+ export interface CreateOrgChartEdgePayload {
3660
+ clientMutationId?: string | null;
3661
+ /** The `OrgChartEdge` that was created by this mutation. */
3662
+ orgChartEdge?: OrgChartEdge | null;
3663
+ orgChartEdgeEdge?: OrgChartEdgeEdge | null;
3664
+ }
3665
+ export type CreateOrgChartEdgePayloadSelect = {
3666
+ clientMutationId?: boolean;
3667
+ orgChartEdge?: {
3668
+ select: OrgChartEdgeSelect;
3669
+ };
3670
+ orgChartEdgeEdge?: {
3671
+ select: OrgChartEdgeEdgeSelect;
3672
+ };
3673
+ };
3674
+ export interface UpdateOrgChartEdgePayload {
3675
+ clientMutationId?: string | null;
3676
+ /** The `OrgChartEdge` that was updated by this mutation. */
3677
+ orgChartEdge?: OrgChartEdge | null;
3678
+ orgChartEdgeEdge?: OrgChartEdgeEdge | null;
3679
+ }
3680
+ export type UpdateOrgChartEdgePayloadSelect = {
3681
+ clientMutationId?: boolean;
3682
+ orgChartEdge?: {
3683
+ select: OrgChartEdgeSelect;
3684
+ };
3685
+ orgChartEdgeEdge?: {
3686
+ select: OrgChartEdgeEdgeSelect;
3687
+ };
3688
+ };
3689
+ export interface DeleteOrgChartEdgePayload {
3690
+ clientMutationId?: string | null;
3691
+ /** The `OrgChartEdge` that was deleted by this mutation. */
3692
+ orgChartEdge?: OrgChartEdge | null;
3693
+ orgChartEdgeEdge?: OrgChartEdgeEdge | null;
3694
+ }
3695
+ export type DeleteOrgChartEdgePayloadSelect = {
3696
+ clientMutationId?: boolean;
3697
+ orgChartEdge?: {
3698
+ select: OrgChartEdgeSelect;
3699
+ };
3700
+ orgChartEdgeEdge?: {
3701
+ select: OrgChartEdgeEdgeSelect;
3702
+ };
3703
+ };
3704
+ export interface CreateOrgMembershipDefaultPayload {
3705
+ clientMutationId?: string | null;
3706
+ /** The `OrgMembershipDefault` that was created by this mutation. */
3707
+ orgMembershipDefault?: OrgMembershipDefault | null;
3708
+ orgMembershipDefaultEdge?: OrgMembershipDefaultEdge | null;
3709
+ }
3710
+ export type CreateOrgMembershipDefaultPayloadSelect = {
3711
+ clientMutationId?: boolean;
3712
+ orgMembershipDefault?: {
3713
+ select: OrgMembershipDefaultSelect;
3714
+ };
3715
+ orgMembershipDefaultEdge?: {
3716
+ select: OrgMembershipDefaultEdgeSelect;
3717
+ };
3718
+ };
3719
+ export interface UpdateOrgMembershipDefaultPayload {
3720
+ clientMutationId?: string | null;
3721
+ /** The `OrgMembershipDefault` that was updated by this mutation. */
3722
+ orgMembershipDefault?: OrgMembershipDefault | null;
3723
+ orgMembershipDefaultEdge?: OrgMembershipDefaultEdge | null;
3724
+ }
3725
+ export type UpdateOrgMembershipDefaultPayloadSelect = {
3726
+ clientMutationId?: boolean;
3727
+ orgMembershipDefault?: {
3728
+ select: OrgMembershipDefaultSelect;
3729
+ };
3730
+ orgMembershipDefaultEdge?: {
3731
+ select: OrgMembershipDefaultEdgeSelect;
3732
+ };
3733
+ };
3734
+ export interface DeleteOrgMembershipDefaultPayload {
3735
+ clientMutationId?: string | null;
3736
+ /** The `OrgMembershipDefault` that was deleted by this mutation. */
3737
+ orgMembershipDefault?: OrgMembershipDefault | null;
3738
+ orgMembershipDefaultEdge?: OrgMembershipDefaultEdge | null;
3739
+ }
3740
+ export type DeleteOrgMembershipDefaultPayloadSelect = {
3741
+ clientMutationId?: boolean;
3742
+ orgMembershipDefault?: {
3743
+ select: OrgMembershipDefaultSelect;
3744
+ };
3745
+ orgMembershipDefaultEdge?: {
3746
+ select: OrgMembershipDefaultEdgeSelect;
3747
+ };
3748
+ };
3749
+ export interface CreateInvitePayload {
3750
+ clientMutationId?: string | null;
3751
+ /** The `Invite` that was created by this mutation. */
3752
+ invite?: Invite | null;
3753
+ inviteEdge?: InviteEdge | null;
3754
+ }
3755
+ export type CreateInvitePayloadSelect = {
3756
+ clientMutationId?: boolean;
3757
+ invite?: {
3758
+ select: InviteSelect;
3759
+ };
3760
+ inviteEdge?: {
3761
+ select: InviteEdgeSelect;
3762
+ };
3763
+ };
3764
+ export interface UpdateInvitePayload {
3765
+ clientMutationId?: string | null;
3766
+ /** The `Invite` that was updated by this mutation. */
3767
+ invite?: Invite | null;
3768
+ inviteEdge?: InviteEdge | null;
3769
+ }
3770
+ export type UpdateInvitePayloadSelect = {
3771
+ clientMutationId?: boolean;
3772
+ invite?: {
3773
+ select: InviteSelect;
3774
+ };
3775
+ inviteEdge?: {
3776
+ select: InviteEdgeSelect;
3777
+ };
3778
+ };
3779
+ export interface DeleteInvitePayload {
3780
+ clientMutationId?: string | null;
3781
+ /** The `Invite` that was deleted by this mutation. */
3782
+ invite?: Invite | null;
3783
+ inviteEdge?: InviteEdge | null;
3784
+ }
3785
+ export type DeleteInvitePayloadSelect = {
3786
+ clientMutationId?: boolean;
3787
+ invite?: {
3788
+ select: InviteSelect;
3789
+ };
3790
+ inviteEdge?: {
3791
+ select: InviteEdgeSelect;
3792
+ };
3793
+ };
3794
+ export interface CreateAppLevelPayload {
3795
+ clientMutationId?: string | null;
3796
+ /** The `AppLevel` that was created by this mutation. */
3797
+ appLevel?: AppLevel | null;
3798
+ appLevelEdge?: AppLevelEdge | null;
3799
+ }
3800
+ export type CreateAppLevelPayloadSelect = {
3801
+ clientMutationId?: boolean;
3802
+ appLevel?: {
3803
+ select: AppLevelSelect;
3804
+ };
3805
+ appLevelEdge?: {
3806
+ select: AppLevelEdgeSelect;
3807
+ };
3808
+ };
3809
+ export interface UpdateAppLevelPayload {
3810
+ clientMutationId?: string | null;
3811
+ /** The `AppLevel` that was updated by this mutation. */
3812
+ appLevel?: AppLevel | null;
3813
+ appLevelEdge?: AppLevelEdge | null;
3814
+ }
3815
+ export type UpdateAppLevelPayloadSelect = {
3816
+ clientMutationId?: boolean;
3817
+ appLevel?: {
3818
+ select: AppLevelSelect;
3819
+ };
3820
+ appLevelEdge?: {
3821
+ select: AppLevelEdgeSelect;
3822
+ };
3823
+ };
3824
+ export interface DeleteAppLevelPayload {
3825
+ clientMutationId?: string | null;
3826
+ /** The `AppLevel` that was deleted by this mutation. */
3827
+ appLevel?: AppLevel | null;
3828
+ appLevelEdge?: AppLevelEdge | null;
3829
+ }
3830
+ export type DeleteAppLevelPayloadSelect = {
3831
+ clientMutationId?: boolean;
3832
+ appLevel?: {
3833
+ select: AppLevelSelect;
3834
+ };
3835
+ appLevelEdge?: {
3836
+ select: AppLevelEdgeSelect;
3837
+ };
3838
+ };
3839
+ export interface CreateAppMembershipPayload {
3840
+ clientMutationId?: string | null;
3841
+ /** The `AppMembership` that was created by this mutation. */
3842
+ appMembership?: AppMembership | null;
3843
+ appMembershipEdge?: AppMembershipEdge | null;
3844
+ }
3845
+ export type CreateAppMembershipPayloadSelect = {
3846
+ clientMutationId?: boolean;
3847
+ appMembership?: {
3848
+ select: AppMembershipSelect;
3849
+ };
3850
+ appMembershipEdge?: {
3851
+ select: AppMembershipEdgeSelect;
3852
+ };
3853
+ };
3854
+ export interface UpdateAppMembershipPayload {
3855
+ clientMutationId?: string | null;
3856
+ /** The `AppMembership` that was updated by this mutation. */
3857
+ appMembership?: AppMembership | null;
3858
+ appMembershipEdge?: AppMembershipEdge | null;
3859
+ }
3860
+ export type UpdateAppMembershipPayloadSelect = {
3861
+ clientMutationId?: boolean;
3862
+ appMembership?: {
3863
+ select: AppMembershipSelect;
3864
+ };
3865
+ appMembershipEdge?: {
3866
+ select: AppMembershipEdgeSelect;
3867
+ };
3868
+ };
3869
+ export interface DeleteAppMembershipPayload {
3870
+ clientMutationId?: string | null;
3871
+ /** The `AppMembership` that was deleted by this mutation. */
3872
+ appMembership?: AppMembership | null;
3873
+ appMembershipEdge?: AppMembershipEdge | null;
3874
+ }
3875
+ export type DeleteAppMembershipPayloadSelect = {
3876
+ clientMutationId?: boolean;
3877
+ appMembership?: {
3878
+ select: AppMembershipSelect;
3879
+ };
3880
+ appMembershipEdge?: {
3881
+ select: AppMembershipEdgeSelect;
3882
+ };
3883
+ };
3884
+ export interface CreateOrgMembershipPayload {
3885
+ clientMutationId?: string | null;
3886
+ /** The `OrgMembership` that was created by this mutation. */
3887
+ orgMembership?: OrgMembership | null;
3888
+ orgMembershipEdge?: OrgMembershipEdge | null;
3889
+ }
3890
+ export type CreateOrgMembershipPayloadSelect = {
3891
+ clientMutationId?: boolean;
3892
+ orgMembership?: {
3893
+ select: OrgMembershipSelect;
3894
+ };
3895
+ orgMembershipEdge?: {
3896
+ select: OrgMembershipEdgeSelect;
3897
+ };
3898
+ };
3899
+ export interface UpdateOrgMembershipPayload {
3900
+ clientMutationId?: string | null;
3901
+ /** The `OrgMembership` that was updated by this mutation. */
3902
+ orgMembership?: OrgMembership | null;
3903
+ orgMembershipEdge?: OrgMembershipEdge | null;
3904
+ }
3905
+ export type UpdateOrgMembershipPayloadSelect = {
3906
+ clientMutationId?: boolean;
3907
+ orgMembership?: {
3908
+ select: OrgMembershipSelect;
3909
+ };
3910
+ orgMembershipEdge?: {
3911
+ select: OrgMembershipEdgeSelect;
3912
+ };
3913
+ };
3914
+ export interface DeleteOrgMembershipPayload {
3915
+ clientMutationId?: string | null;
3916
+ /** The `OrgMembership` that was deleted by this mutation. */
3917
+ orgMembership?: OrgMembership | null;
3918
+ orgMembershipEdge?: OrgMembershipEdge | null;
3919
+ }
3920
+ export type DeleteOrgMembershipPayloadSelect = {
3921
+ clientMutationId?: boolean;
3922
+ orgMembership?: {
3923
+ select: OrgMembershipSelect;
3924
+ };
3925
+ orgMembershipEdge?: {
3926
+ select: OrgMembershipEdgeSelect;
3927
+ };
3928
+ };
3929
+ export interface CreateOrgInvitePayload {
3930
+ clientMutationId?: string | null;
3931
+ /** The `OrgInvite` that was created by this mutation. */
3932
+ orgInvite?: OrgInvite | null;
3933
+ orgInviteEdge?: OrgInviteEdge | null;
3934
+ }
3935
+ export type CreateOrgInvitePayloadSelect = {
3936
+ clientMutationId?: boolean;
3937
+ orgInvite?: {
3938
+ select: OrgInviteSelect;
3939
+ };
3940
+ orgInviteEdge?: {
3941
+ select: OrgInviteEdgeSelect;
3942
+ };
3943
+ };
3944
+ export interface UpdateOrgInvitePayload {
3945
+ clientMutationId?: string | null;
3946
+ /** The `OrgInvite` that was updated by this mutation. */
3947
+ orgInvite?: OrgInvite | null;
3948
+ orgInviteEdge?: OrgInviteEdge | null;
3949
+ }
3950
+ export type UpdateOrgInvitePayloadSelect = {
3951
+ clientMutationId?: boolean;
3952
+ orgInvite?: {
3953
+ select: OrgInviteSelect;
3954
+ };
3955
+ orgInviteEdge?: {
3956
+ select: OrgInviteEdgeSelect;
3957
+ };
3958
+ };
3959
+ export interface DeleteOrgInvitePayload {
3960
+ clientMutationId?: string | null;
3961
+ /** The `OrgInvite` that was deleted by this mutation. */
3962
+ orgInvite?: OrgInvite | null;
3963
+ orgInviteEdge?: OrgInviteEdge | null;
3964
+ }
3965
+ export type DeleteOrgInvitePayloadSelect = {
3966
+ clientMutationId?: boolean;
3967
+ orgInvite?: {
3968
+ select: OrgInviteSelect;
3969
+ };
3970
+ orgInviteEdge?: {
3971
+ select: OrgInviteEdgeSelect;
3972
+ };
3973
+ };
3974
+ /** A `AppPermission` edge in the connection. */
3975
+ export interface AppPermissionEdge {
3976
+ cursor?: string | null;
3977
+ /** The `AppPermission` at the end of the edge. */
3978
+ node?: AppPermission | null;
3979
+ }
3980
+ export type AppPermissionEdgeSelect = {
3981
+ cursor?: boolean;
3982
+ node?: {
3983
+ select: AppPermissionSelect;
3984
+ };
3985
+ };
3986
+ /** Information about pagination in a connection. */
3987
+ export interface PageInfo {
3988
+ /** When paginating forwards, are there more items? */
3989
+ hasNextPage: boolean;
3990
+ /** When paginating backwards, are there more items? */
3991
+ hasPreviousPage: boolean;
3992
+ /** When paginating backwards, the cursor to continue. */
3993
+ startCursor?: string | null;
3994
+ /** When paginating forwards, the cursor to continue. */
3995
+ endCursor?: string | null;
3996
+ }
3997
+ export type PageInfoSelect = {
3998
+ hasNextPage?: boolean;
3999
+ hasPreviousPage?: boolean;
4000
+ startCursor?: boolean;
4001
+ endCursor?: boolean;
4002
+ };
4003
+ /** A `OrgPermission` edge in the connection. */
4004
+ export interface OrgPermissionEdge {
4005
+ cursor?: string | null;
4006
+ /** The `OrgPermission` at the end of the edge. */
4007
+ node?: OrgPermission | null;
4008
+ }
4009
+ export type OrgPermissionEdgeSelect = {
4010
+ cursor?: boolean;
4011
+ node?: {
4012
+ select: OrgPermissionSelect;
4013
+ };
4014
+ };
4015
+ /** A `AppLevelRequirement` edge in the connection. */
4016
+ export interface AppLevelRequirementEdge {
4017
+ cursor?: string | null;
4018
+ /** The `AppLevelRequirement` at the end of the edge. */
4019
+ node?: AppLevelRequirement | null;
4020
+ }
4021
+ export type AppLevelRequirementEdgeSelect = {
4022
+ cursor?: boolean;
4023
+ node?: {
4024
+ select: AppLevelRequirementSelect;
4025
+ };
4026
+ };
4027
+ /** A `OrgMember` edge in the connection. */
4028
+ export interface OrgMemberEdge {
4029
+ cursor?: string | null;
4030
+ /** The `OrgMember` at the end of the edge. */
4031
+ node?: OrgMember | null;
4032
+ }
4033
+ export type OrgMemberEdgeSelect = {
4034
+ cursor?: boolean;
4035
+ node?: {
4036
+ select: OrgMemberSelect;
4037
+ };
4038
+ };
4039
+ /** A `AppPermissionDefault` edge in the connection. */
4040
+ export interface AppPermissionDefaultEdge {
4041
+ cursor?: string | null;
4042
+ /** The `AppPermissionDefault` at the end of the edge. */
4043
+ node?: AppPermissionDefault | null;
4044
+ }
4045
+ export type AppPermissionDefaultEdgeSelect = {
4046
+ cursor?: boolean;
4047
+ node?: {
4048
+ select: AppPermissionDefaultSelect;
4049
+ };
4050
+ };
4051
+ /** A `OrgPermissionDefault` edge in the connection. */
4052
+ export interface OrgPermissionDefaultEdge {
4053
+ cursor?: string | null;
4054
+ /** The `OrgPermissionDefault` at the end of the edge. */
4055
+ node?: OrgPermissionDefault | null;
4056
+ }
4057
+ export type OrgPermissionDefaultEdgeSelect = {
4058
+ cursor?: boolean;
4059
+ node?: {
4060
+ select: OrgPermissionDefaultSelect;
4061
+ };
4062
+ };
4063
+ /** A `AppAdminGrant` edge in the connection. */
4064
+ export interface AppAdminGrantEdge {
4065
+ cursor?: string | null;
4066
+ /** The `AppAdminGrant` at the end of the edge. */
4067
+ node?: AppAdminGrant | null;
4068
+ }
4069
+ export type AppAdminGrantEdgeSelect = {
4070
+ cursor?: boolean;
4071
+ node?: {
4072
+ select: AppAdminGrantSelect;
4073
+ };
4074
+ };
4075
+ /** A `AppOwnerGrant` edge in the connection. */
4076
+ export interface AppOwnerGrantEdge {
4077
+ cursor?: string | null;
4078
+ /** The `AppOwnerGrant` at the end of the edge. */
4079
+ node?: AppOwnerGrant | null;
4080
+ }
4081
+ export type AppOwnerGrantEdgeSelect = {
4082
+ cursor?: boolean;
4083
+ node?: {
4084
+ select: AppOwnerGrantSelect;
4085
+ };
4086
+ };
4087
+ /** A `OrgAdminGrant` edge in the connection. */
4088
+ export interface OrgAdminGrantEdge {
4089
+ cursor?: string | null;
4090
+ /** The `OrgAdminGrant` at the end of the edge. */
4091
+ node?: OrgAdminGrant | null;
4092
+ }
4093
+ export type OrgAdminGrantEdgeSelect = {
4094
+ cursor?: boolean;
4095
+ node?: {
4096
+ select: OrgAdminGrantSelect;
4097
+ };
4098
+ };
4099
+ /** A `OrgOwnerGrant` edge in the connection. */
4100
+ export interface OrgOwnerGrantEdge {
4101
+ cursor?: string | null;
4102
+ /** The `OrgOwnerGrant` at the end of the edge. */
4103
+ node?: OrgOwnerGrant | null;
4104
+ }
4105
+ export type OrgOwnerGrantEdgeSelect = {
4106
+ cursor?: boolean;
4107
+ node?: {
4108
+ select: OrgOwnerGrantSelect;
4109
+ };
4110
+ };
4111
+ /** A `AppLimitDefault` edge in the connection. */
4112
+ export interface AppLimitDefaultEdge {
4113
+ cursor?: string | null;
4114
+ /** The `AppLimitDefault` at the end of the edge. */
4115
+ node?: AppLimitDefault | null;
4116
+ }
4117
+ export type AppLimitDefaultEdgeSelect = {
4118
+ cursor?: boolean;
4119
+ node?: {
4120
+ select: AppLimitDefaultSelect;
4121
+ };
4122
+ };
4123
+ /** A `OrgLimitDefault` edge in the connection. */
4124
+ export interface OrgLimitDefaultEdge {
4125
+ cursor?: string | null;
4126
+ /** The `OrgLimitDefault` at the end of the edge. */
4127
+ node?: OrgLimitDefault | null;
4128
+ }
4129
+ export type OrgLimitDefaultEdgeSelect = {
4130
+ cursor?: boolean;
4131
+ node?: {
4132
+ select: OrgLimitDefaultSelect;
4133
+ };
4134
+ };
4135
+ /** A `MembershipType` edge in the connection. */
4136
+ export interface MembershipTypeEdge {
4137
+ cursor?: string | null;
4138
+ /** The `MembershipType` at the end of the edge. */
4139
+ node?: MembershipType | null;
4140
+ }
4141
+ export type MembershipTypeEdgeSelect = {
4142
+ cursor?: boolean;
4143
+ node?: {
4144
+ select: MembershipTypeSelect;
4145
+ };
4146
+ };
4147
+ /** A `OrgChartEdgeGrant` edge in the connection. */
4148
+ export interface OrgChartEdgeGrantEdge {
4149
+ cursor?: string | null;
4150
+ /** The `OrgChartEdgeGrant` at the end of the edge. */
4151
+ node?: OrgChartEdgeGrant | null;
4152
+ }
4153
+ export type OrgChartEdgeGrantEdgeSelect = {
4154
+ cursor?: boolean;
4155
+ node?: {
4156
+ select: OrgChartEdgeGrantSelect;
4157
+ };
4158
+ };
4159
+ /** A `AppLimit` edge in the connection. */
4160
+ export interface AppLimitEdge {
4161
+ cursor?: string | null;
4162
+ /** The `AppLimit` at the end of the edge. */
4163
+ node?: AppLimit | null;
4164
+ }
4165
+ export type AppLimitEdgeSelect = {
4166
+ cursor?: boolean;
4167
+ node?: {
4168
+ select: AppLimitSelect;
4169
+ };
4170
+ };
4171
+ /** A `AppAchievement` edge in the connection. */
4172
+ export interface AppAchievementEdge {
4173
+ cursor?: string | null;
4174
+ /** The `AppAchievement` at the end of the edge. */
4175
+ node?: AppAchievement | null;
4176
+ }
4177
+ export type AppAchievementEdgeSelect = {
4178
+ cursor?: boolean;
4179
+ node?: {
4180
+ select: AppAchievementSelect;
4181
+ };
4182
+ };
4183
+ /** A `AppStep` edge in the connection. */
4184
+ export interface AppStepEdge {
4185
+ cursor?: string | null;
4186
+ /** The `AppStep` at the end of the edge. */
4187
+ node?: AppStep | null;
4188
+ }
4189
+ export type AppStepEdgeSelect = {
4190
+ cursor?: boolean;
4191
+ node?: {
4192
+ select: AppStepSelect;
4193
+ };
4194
+ };
4195
+ /** A `ClaimedInvite` edge in the connection. */
4196
+ export interface ClaimedInviteEdge {
4197
+ cursor?: string | null;
4198
+ /** The `ClaimedInvite` at the end of the edge. */
4199
+ node?: ClaimedInvite | null;
4200
+ }
4201
+ export type ClaimedInviteEdgeSelect = {
4202
+ cursor?: boolean;
4203
+ node?: {
4204
+ select: ClaimedInviteSelect;
4205
+ };
4206
+ };
4207
+ /** A `AppGrant` edge in the connection. */
4208
+ export interface AppGrantEdge {
4209
+ cursor?: string | null;
4210
+ /** The `AppGrant` at the end of the edge. */
4211
+ node?: AppGrant | null;
4212
+ }
4213
+ export type AppGrantEdgeSelect = {
4214
+ cursor?: boolean;
4215
+ node?: {
4216
+ select: AppGrantSelect;
4217
+ };
4218
+ };
4219
+ /** A `AppMembershipDefault` edge in the connection. */
4220
+ export interface AppMembershipDefaultEdge {
4221
+ cursor?: string | null;
4222
+ /** The `AppMembershipDefault` at the end of the edge. */
4223
+ node?: AppMembershipDefault | null;
4224
+ }
4225
+ export type AppMembershipDefaultEdgeSelect = {
4226
+ cursor?: boolean;
4227
+ node?: {
4228
+ select: AppMembershipDefaultSelect;
4229
+ };
4230
+ };
4231
+ /** A `OrgLimit` edge in the connection. */
4232
+ export interface OrgLimitEdge {
4233
+ cursor?: string | null;
4234
+ /** The `OrgLimit` at the end of the edge. */
4235
+ node?: OrgLimit | null;
4236
+ }
4237
+ export type OrgLimitEdgeSelect = {
4238
+ cursor?: boolean;
4239
+ node?: {
4240
+ select: OrgLimitSelect;
4241
+ };
4242
+ };
4243
+ /** A `OrgClaimedInvite` edge in the connection. */
4244
+ export interface OrgClaimedInviteEdge {
4245
+ cursor?: string | null;
4246
+ /** The `OrgClaimedInvite` at the end of the edge. */
4247
+ node?: OrgClaimedInvite | null;
4248
+ }
4249
+ export type OrgClaimedInviteEdgeSelect = {
4250
+ cursor?: boolean;
4251
+ node?: {
4252
+ select: OrgClaimedInviteSelect;
4253
+ };
4254
+ };
4255
+ /** A `OrgGrant` edge in the connection. */
4256
+ export interface OrgGrantEdge {
4257
+ cursor?: string | null;
4258
+ /** The `OrgGrant` at the end of the edge. */
4259
+ node?: OrgGrant | null;
4260
+ }
4261
+ export type OrgGrantEdgeSelect = {
4262
+ cursor?: boolean;
4263
+ node?: {
4264
+ select: OrgGrantSelect;
4265
+ };
4266
+ };
4267
+ /** A `OrgChartEdge` edge in the connection. */
4268
+ export interface OrgChartEdgeEdge {
4269
+ cursor?: string | null;
4270
+ /** The `OrgChartEdge` at the end of the edge. */
4271
+ node?: OrgChartEdge | null;
4272
+ }
4273
+ export type OrgChartEdgeEdgeSelect = {
4274
+ cursor?: boolean;
4275
+ node?: {
4276
+ select: OrgChartEdgeSelect;
4277
+ };
4278
+ };
4279
+ /** A `OrgMembershipDefault` edge in the connection. */
4280
+ export interface OrgMembershipDefaultEdge {
4281
+ cursor?: string | null;
4282
+ /** The `OrgMembershipDefault` at the end of the edge. */
4283
+ node?: OrgMembershipDefault | null;
4284
+ }
4285
+ export type OrgMembershipDefaultEdgeSelect = {
4286
+ cursor?: boolean;
4287
+ node?: {
4288
+ select: OrgMembershipDefaultSelect;
4289
+ };
4290
+ };
4291
+ /** A `Invite` edge in the connection. */
4292
+ export interface InviteEdge {
4293
+ cursor?: string | null;
4294
+ /** The `Invite` at the end of the edge. */
4295
+ node?: Invite | null;
4296
+ }
4297
+ export type InviteEdgeSelect = {
4298
+ cursor?: boolean;
4299
+ node?: {
4300
+ select: InviteSelect;
4301
+ };
4302
+ };
4303
+ /** A `AppLevel` edge in the connection. */
4304
+ export interface AppLevelEdge {
4305
+ cursor?: string | null;
4306
+ /** The `AppLevel` at the end of the edge. */
4307
+ node?: AppLevel | null;
4308
+ }
4309
+ export type AppLevelEdgeSelect = {
4310
+ cursor?: boolean;
4311
+ node?: {
4312
+ select: AppLevelSelect;
4313
+ };
4314
+ };
4315
+ /** A `AppMembership` edge in the connection. */
4316
+ export interface AppMembershipEdge {
4317
+ cursor?: string | null;
4318
+ /** The `AppMembership` at the end of the edge. */
4319
+ node?: AppMembership | null;
4320
+ }
4321
+ export type AppMembershipEdgeSelect = {
4322
+ cursor?: boolean;
4323
+ node?: {
4324
+ select: AppMembershipSelect;
4325
+ };
4326
+ };
4327
+ /** A `OrgMembership` edge in the connection. */
4328
+ export interface OrgMembershipEdge {
4329
+ cursor?: string | null;
4330
+ /** The `OrgMembership` at the end of the edge. */
4331
+ node?: OrgMembership | null;
4332
+ }
4333
+ export type OrgMembershipEdgeSelect = {
4334
+ cursor?: boolean;
4335
+ node?: {
4336
+ select: OrgMembershipSelect;
4337
+ };
4338
+ };
4339
+ /** A `OrgInvite` edge in the connection. */
4340
+ export interface OrgInviteEdge {
4341
+ cursor?: string | null;
4342
+ /** The `OrgInvite` at the end of the edge. */
4343
+ node?: OrgInvite | null;
4344
+ }
4345
+ export type OrgInviteEdgeSelect = {
4346
+ cursor?: boolean;
4347
+ node?: {
4348
+ select: OrgInviteSelect;
4349
+ };
4350
+ };