@constructive-io/react 0.2.2 → 0.3.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 (1875) hide show
  1. package/admin/hooks/index.d.ts +1 -1
  2. package/admin/hooks/index.js +1 -1
  3. package/admin/hooks/invalidation.d.ts +42 -18
  4. package/admin/hooks/invalidation.js +109 -45
  5. package/admin/hooks/mutation-keys.d.ts +84 -36
  6. package/admin/hooks/mutation-keys.js +53 -22
  7. package/admin/hooks/mutations/index.d.ts +17 -9
  8. package/admin/hooks/mutations/index.js +17 -9
  9. package/admin/hooks/mutations/useCreateAppAchievementMutation.d.ts +2 -2
  10. package/admin/hooks/mutations/useCreateAppAchievementMutation.js +1 -1
  11. package/admin/hooks/mutations/useCreateAppAdminGrantMutation.d.ts +2 -2
  12. package/admin/hooks/mutations/useCreateAppAdminGrantMutation.js +1 -1
  13. package/admin/hooks/mutations/useCreateAppGrantMutation.d.ts +2 -2
  14. package/admin/hooks/mutations/useCreateAppGrantMutation.js +1 -1
  15. package/admin/hooks/mutations/useCreateAppLevelMutation.d.ts +2 -2
  16. package/admin/hooks/mutations/useCreateAppLevelMutation.js +1 -1
  17. package/admin/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +2 -2
  18. package/admin/hooks/mutations/useCreateAppLevelRequirementMutation.js +1 -1
  19. package/admin/hooks/mutations/useCreateAppLimitDefaultMutation.d.ts +2 -2
  20. package/admin/hooks/mutations/useCreateAppLimitDefaultMutation.js +1 -1
  21. package/admin/hooks/mutations/useCreateAppLimitMutation.d.ts +2 -2
  22. package/admin/hooks/mutations/useCreateAppLimitMutation.js +1 -1
  23. package/admin/hooks/mutations/useCreateAppMembershipDefaultMutation.d.ts +2 -2
  24. package/admin/hooks/mutations/useCreateAppMembershipDefaultMutation.js +1 -1
  25. package/admin/hooks/mutations/useCreateAppMembershipMutation.d.ts +2 -2
  26. package/admin/hooks/mutations/useCreateAppMembershipMutation.js +1 -1
  27. package/admin/hooks/mutations/useCreateAppOwnerGrantMutation.d.ts +2 -2
  28. package/admin/hooks/mutations/useCreateAppOwnerGrantMutation.js +1 -1
  29. package/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +2 -2
  30. package/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.js +1 -1
  31. package/admin/hooks/mutations/useCreateAppPermissionMutation.d.ts +2 -2
  32. package/admin/hooks/mutations/useCreateAppPermissionMutation.js +1 -1
  33. package/admin/hooks/mutations/useCreateAppStepMutation.d.ts +2 -2
  34. package/admin/hooks/mutations/useCreateAppStepMutation.js +1 -1
  35. package/admin/hooks/mutations/useCreateClaimedInviteMutation.d.ts +2 -2
  36. package/admin/hooks/mutations/useCreateClaimedInviteMutation.js +1 -1
  37. package/admin/hooks/mutations/useCreateInviteMutation.d.ts +2 -2
  38. package/admin/hooks/mutations/useCreateInviteMutation.js +1 -1
  39. package/admin/hooks/mutations/useCreateMembershipTypeMutation.d.ts +2 -2
  40. package/admin/hooks/mutations/useCreateMembershipTypeMutation.js +1 -1
  41. package/admin/hooks/mutations/useCreateOrgAdminGrantMutation.d.ts +2 -2
  42. package/admin/hooks/mutations/useCreateOrgAdminGrantMutation.js +1 -1
  43. package/admin/hooks/mutations/useCreateOrgChartEdgeGrantMutation.d.ts +34 -0
  44. package/admin/hooks/mutations/useCreateOrgChartEdgeGrantMutation.js +34 -0
  45. package/admin/hooks/mutations/useCreateOrgChartEdgeMutation.d.ts +34 -0
  46. package/admin/hooks/mutations/useCreateOrgChartEdgeMutation.js +34 -0
  47. package/admin/hooks/mutations/useCreateOrgClaimedInviteMutation.d.ts +2 -2
  48. package/admin/hooks/mutations/useCreateOrgClaimedInviteMutation.js +1 -1
  49. package/admin/hooks/mutations/useCreateOrgGetManagersRecordMutation.d.ts +34 -0
  50. package/{public/hooks/mutations/useCreateProcedureMutation.js → admin/hooks/mutations/useCreateOrgGetManagersRecordMutation.js} +6 -6
  51. package/admin/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.d.ts +34 -0
  52. package/admin/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.js +34 -0
  53. package/admin/hooks/mutations/useCreateOrgGrantMutation.d.ts +2 -2
  54. package/admin/hooks/mutations/useCreateOrgGrantMutation.js +1 -1
  55. package/admin/hooks/mutations/useCreateOrgInviteMutation.d.ts +2 -2
  56. package/admin/hooks/mutations/useCreateOrgInviteMutation.js +1 -1
  57. package/admin/hooks/mutations/useCreateOrgLimitDefaultMutation.d.ts +2 -2
  58. package/admin/hooks/mutations/useCreateOrgLimitDefaultMutation.js +1 -1
  59. package/admin/hooks/mutations/useCreateOrgLimitMutation.d.ts +2 -2
  60. package/admin/hooks/mutations/useCreateOrgLimitMutation.js +1 -1
  61. package/admin/hooks/mutations/useCreateOrgMemberMutation.d.ts +2 -2
  62. package/admin/hooks/mutations/useCreateOrgMemberMutation.js +1 -1
  63. package/admin/hooks/mutations/useCreateOrgMembershipDefaultMutation.d.ts +2 -2
  64. package/admin/hooks/mutations/useCreateOrgMembershipDefaultMutation.js +1 -1
  65. package/admin/hooks/mutations/useCreateOrgMembershipMutation.d.ts +2 -2
  66. package/admin/hooks/mutations/useCreateOrgMembershipMutation.js +1 -1
  67. package/admin/hooks/mutations/useCreateOrgOwnerGrantMutation.d.ts +2 -2
  68. package/admin/hooks/mutations/useCreateOrgOwnerGrantMutation.js +1 -1
  69. package/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +2 -2
  70. package/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +1 -1
  71. package/admin/hooks/mutations/useCreateOrgPermissionMutation.d.ts +2 -2
  72. package/admin/hooks/mutations/useCreateOrgPermissionMutation.js +1 -1
  73. package/admin/hooks/mutations/useDeleteAppAchievementMutation.d.ts +2 -2
  74. package/admin/hooks/mutations/useDeleteAppAchievementMutation.js +1 -1
  75. package/admin/hooks/mutations/useDeleteAppAdminGrantMutation.d.ts +2 -2
  76. package/admin/hooks/mutations/useDeleteAppAdminGrantMutation.js +1 -1
  77. package/admin/hooks/mutations/useDeleteAppGrantMutation.d.ts +2 -2
  78. package/admin/hooks/mutations/useDeleteAppGrantMutation.js +1 -1
  79. package/admin/hooks/mutations/useDeleteAppLevelMutation.d.ts +2 -2
  80. package/admin/hooks/mutations/useDeleteAppLevelMutation.js +1 -1
  81. package/admin/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +2 -2
  82. package/admin/hooks/mutations/useDeleteAppLevelRequirementMutation.js +1 -1
  83. package/admin/hooks/mutations/useDeleteAppLimitDefaultMutation.d.ts +2 -2
  84. package/admin/hooks/mutations/useDeleteAppLimitDefaultMutation.js +1 -1
  85. package/admin/hooks/mutations/useDeleteAppLimitMutation.d.ts +2 -2
  86. package/admin/hooks/mutations/useDeleteAppLimitMutation.js +1 -1
  87. package/admin/hooks/mutations/useDeleteAppMembershipDefaultMutation.d.ts +2 -2
  88. package/admin/hooks/mutations/useDeleteAppMembershipDefaultMutation.js +1 -1
  89. package/admin/hooks/mutations/useDeleteAppMembershipMutation.d.ts +2 -2
  90. package/admin/hooks/mutations/useDeleteAppMembershipMutation.js +1 -1
  91. package/admin/hooks/mutations/useDeleteAppOwnerGrantMutation.d.ts +2 -2
  92. package/admin/hooks/mutations/useDeleteAppOwnerGrantMutation.js +1 -1
  93. package/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +2 -2
  94. package/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +1 -1
  95. package/admin/hooks/mutations/useDeleteAppPermissionMutation.d.ts +2 -2
  96. package/admin/hooks/mutations/useDeleteAppPermissionMutation.js +1 -1
  97. package/admin/hooks/mutations/useDeleteAppStepMutation.d.ts +2 -2
  98. package/admin/hooks/mutations/useDeleteAppStepMutation.js +1 -1
  99. package/admin/hooks/mutations/useDeleteClaimedInviteMutation.d.ts +2 -2
  100. package/admin/hooks/mutations/useDeleteClaimedInviteMutation.js +1 -1
  101. package/admin/hooks/mutations/useDeleteInviteMutation.d.ts +2 -2
  102. package/admin/hooks/mutations/useDeleteInviteMutation.js +1 -1
  103. package/admin/hooks/mutations/useDeleteMembershipTypeMutation.d.ts +2 -2
  104. package/admin/hooks/mutations/useDeleteMembershipTypeMutation.js +1 -1
  105. package/admin/hooks/mutations/useDeleteOrgAdminGrantMutation.d.ts +2 -2
  106. package/admin/hooks/mutations/useDeleteOrgAdminGrantMutation.js +1 -1
  107. package/admin/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.d.ts +38 -0
  108. package/admin/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.js +39 -0
  109. package/admin/hooks/mutations/useDeleteOrgChartEdgeMutation.d.ts +38 -0
  110. package/{public/hooks/mutations/useDeleteProcedureMutation.js → admin/hooks/mutations/useDeleteOrgChartEdgeMutation.js} +7 -7
  111. package/admin/hooks/mutations/useDeleteOrgClaimedInviteMutation.d.ts +2 -2
  112. package/admin/hooks/mutations/useDeleteOrgClaimedInviteMutation.js +1 -1
  113. package/admin/hooks/mutations/useDeleteOrgGrantMutation.d.ts +2 -2
  114. package/admin/hooks/mutations/useDeleteOrgGrantMutation.js +1 -1
  115. package/admin/hooks/mutations/useDeleteOrgInviteMutation.d.ts +2 -2
  116. package/admin/hooks/mutations/useDeleteOrgInviteMutation.js +1 -1
  117. package/admin/hooks/mutations/useDeleteOrgLimitDefaultMutation.d.ts +2 -2
  118. package/admin/hooks/mutations/useDeleteOrgLimitDefaultMutation.js +1 -1
  119. package/admin/hooks/mutations/useDeleteOrgLimitMutation.d.ts +2 -2
  120. package/admin/hooks/mutations/useDeleteOrgLimitMutation.js +1 -1
  121. package/admin/hooks/mutations/useDeleteOrgMemberMutation.d.ts +2 -2
  122. package/admin/hooks/mutations/useDeleteOrgMemberMutation.js +1 -1
  123. package/admin/hooks/mutations/useDeleteOrgMembershipDefaultMutation.d.ts +2 -2
  124. package/admin/hooks/mutations/useDeleteOrgMembershipDefaultMutation.js +1 -1
  125. package/admin/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +2 -2
  126. package/admin/hooks/mutations/useDeleteOrgMembershipMutation.js +1 -1
  127. package/admin/hooks/mutations/useDeleteOrgOwnerGrantMutation.d.ts +2 -2
  128. package/admin/hooks/mutations/useDeleteOrgOwnerGrantMutation.js +1 -1
  129. package/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +2 -2
  130. package/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +1 -1
  131. package/admin/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +2 -2
  132. package/admin/hooks/mutations/useDeleteOrgPermissionMutation.js +1 -1
  133. package/admin/hooks/mutations/useUpdateAppAchievementMutation.d.ts +2 -2
  134. package/admin/hooks/mutations/useUpdateAppAchievementMutation.js +1 -1
  135. package/admin/hooks/mutations/useUpdateAppAdminGrantMutation.d.ts +2 -2
  136. package/admin/hooks/mutations/useUpdateAppAdminGrantMutation.js +1 -1
  137. package/admin/hooks/mutations/useUpdateAppGrantMutation.d.ts +2 -2
  138. package/admin/hooks/mutations/useUpdateAppGrantMutation.js +1 -1
  139. package/admin/hooks/mutations/useUpdateAppLevelMutation.d.ts +2 -2
  140. package/admin/hooks/mutations/useUpdateAppLevelMutation.js +1 -1
  141. package/admin/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +2 -2
  142. package/admin/hooks/mutations/useUpdateAppLevelRequirementMutation.js +1 -1
  143. package/admin/hooks/mutations/useUpdateAppLimitDefaultMutation.d.ts +2 -2
  144. package/admin/hooks/mutations/useUpdateAppLimitDefaultMutation.js +1 -1
  145. package/admin/hooks/mutations/useUpdateAppLimitMutation.d.ts +2 -2
  146. package/admin/hooks/mutations/useUpdateAppLimitMutation.js +1 -1
  147. package/admin/hooks/mutations/useUpdateAppMembershipDefaultMutation.d.ts +2 -2
  148. package/admin/hooks/mutations/useUpdateAppMembershipDefaultMutation.js +1 -1
  149. package/admin/hooks/mutations/useUpdateAppMembershipMutation.d.ts +2 -2
  150. package/admin/hooks/mutations/useUpdateAppMembershipMutation.js +1 -1
  151. package/admin/hooks/mutations/useUpdateAppOwnerGrantMutation.d.ts +2 -2
  152. package/admin/hooks/mutations/useUpdateAppOwnerGrantMutation.js +1 -1
  153. package/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +2 -2
  154. package/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +1 -1
  155. package/admin/hooks/mutations/useUpdateAppPermissionMutation.d.ts +2 -2
  156. package/admin/hooks/mutations/useUpdateAppPermissionMutation.js +1 -1
  157. package/admin/hooks/mutations/useUpdateAppStepMutation.d.ts +2 -2
  158. package/admin/hooks/mutations/useUpdateAppStepMutation.js +1 -1
  159. package/admin/hooks/mutations/useUpdateClaimedInviteMutation.d.ts +2 -2
  160. package/admin/hooks/mutations/useUpdateClaimedInviteMutation.js +1 -1
  161. package/admin/hooks/mutations/useUpdateInviteMutation.d.ts +2 -2
  162. package/admin/hooks/mutations/useUpdateInviteMutation.js +1 -1
  163. package/admin/hooks/mutations/useUpdateMembershipTypeMutation.d.ts +2 -2
  164. package/admin/hooks/mutations/useUpdateMembershipTypeMutation.js +1 -1
  165. package/admin/hooks/mutations/useUpdateOrgAdminGrantMutation.d.ts +2 -2
  166. package/admin/hooks/mutations/useUpdateOrgAdminGrantMutation.js +1 -1
  167. package/admin/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.d.ts +40 -0
  168. package/admin/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.js +40 -0
  169. package/admin/hooks/mutations/useUpdateOrgChartEdgeMutation.d.ts +40 -0
  170. package/{public/hooks/mutations/useUpdateProcedureMutation.js → admin/hooks/mutations/useUpdateOrgChartEdgeMutation.js} +9 -9
  171. package/admin/hooks/mutations/useUpdateOrgClaimedInviteMutation.d.ts +2 -2
  172. package/admin/hooks/mutations/useUpdateOrgClaimedInviteMutation.js +1 -1
  173. package/admin/hooks/mutations/useUpdateOrgGrantMutation.d.ts +2 -2
  174. package/admin/hooks/mutations/useUpdateOrgGrantMutation.js +1 -1
  175. package/admin/hooks/mutations/useUpdateOrgInviteMutation.d.ts +2 -2
  176. package/admin/hooks/mutations/useUpdateOrgInviteMutation.js +1 -1
  177. package/admin/hooks/mutations/useUpdateOrgLimitDefaultMutation.d.ts +2 -2
  178. package/admin/hooks/mutations/useUpdateOrgLimitDefaultMutation.js +1 -1
  179. package/admin/hooks/mutations/useUpdateOrgLimitMutation.d.ts +2 -2
  180. package/admin/hooks/mutations/useUpdateOrgLimitMutation.js +1 -1
  181. package/admin/hooks/mutations/useUpdateOrgMemberMutation.d.ts +2 -2
  182. package/admin/hooks/mutations/useUpdateOrgMemberMutation.js +1 -1
  183. package/admin/hooks/mutations/useUpdateOrgMembershipDefaultMutation.d.ts +2 -2
  184. package/admin/hooks/mutations/useUpdateOrgMembershipDefaultMutation.js +1 -1
  185. package/admin/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +2 -2
  186. package/admin/hooks/mutations/useUpdateOrgMembershipMutation.js +1 -1
  187. package/admin/hooks/mutations/useUpdateOrgOwnerGrantMutation.d.ts +2 -2
  188. package/admin/hooks/mutations/useUpdateOrgOwnerGrantMutation.js +1 -1
  189. package/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +2 -2
  190. package/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +1 -1
  191. package/admin/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +2 -2
  192. package/admin/hooks/mutations/useUpdateOrgPermissionMutation.js +1 -1
  193. package/admin/hooks/queries/index.d.ts +13 -6
  194. package/admin/hooks/queries/index.js +13 -6
  195. package/admin/hooks/queries/useAppAchievementQuery.d.ts +4 -4
  196. package/admin/hooks/queries/useAppAchievementQuery.js +1 -1
  197. package/admin/hooks/queries/useAppAchievementsQuery.d.ts +4 -4
  198. package/admin/hooks/queries/useAppAchievementsQuery.js +1 -1
  199. package/admin/hooks/queries/useAppAdminGrantQuery.d.ts +4 -4
  200. package/admin/hooks/queries/useAppAdminGrantQuery.js +1 -1
  201. package/admin/hooks/queries/useAppAdminGrantsQuery.d.ts +4 -4
  202. package/admin/hooks/queries/useAppAdminGrantsQuery.js +1 -1
  203. package/admin/hooks/queries/useAppGrantQuery.d.ts +4 -4
  204. package/admin/hooks/queries/useAppGrantQuery.js +1 -1
  205. package/admin/hooks/queries/useAppGrantsQuery.d.ts +4 -4
  206. package/admin/hooks/queries/useAppGrantsQuery.js +1 -1
  207. package/admin/hooks/queries/useAppLevelQuery.d.ts +4 -4
  208. package/admin/hooks/queries/useAppLevelQuery.js +1 -1
  209. package/admin/hooks/queries/useAppLevelRequirementQuery.d.ts +4 -4
  210. package/admin/hooks/queries/useAppLevelRequirementQuery.js +1 -1
  211. package/admin/hooks/queries/useAppLevelRequirementsQuery.d.ts +4 -4
  212. package/admin/hooks/queries/useAppLevelRequirementsQuery.js +1 -1
  213. package/admin/hooks/queries/useAppLevelsQuery.d.ts +4 -4
  214. package/admin/hooks/queries/useAppLevelsQuery.js +1 -1
  215. package/admin/hooks/queries/useAppLimitDefaultQuery.d.ts +4 -4
  216. package/admin/hooks/queries/useAppLimitDefaultQuery.js +1 -1
  217. package/admin/hooks/queries/useAppLimitDefaultsQuery.d.ts +4 -4
  218. package/admin/hooks/queries/useAppLimitDefaultsQuery.js +1 -1
  219. package/admin/hooks/queries/useAppLimitQuery.d.ts +4 -4
  220. package/admin/hooks/queries/useAppLimitQuery.js +1 -1
  221. package/admin/hooks/queries/useAppLimitsQuery.d.ts +4 -4
  222. package/admin/hooks/queries/useAppLimitsQuery.js +1 -1
  223. package/admin/hooks/queries/useAppMembershipDefaultQuery.d.ts +4 -4
  224. package/admin/hooks/queries/useAppMembershipDefaultQuery.js +1 -1
  225. package/admin/hooks/queries/useAppMembershipDefaultsQuery.d.ts +4 -4
  226. package/admin/hooks/queries/useAppMembershipDefaultsQuery.js +1 -1
  227. package/admin/hooks/queries/useAppMembershipQuery.d.ts +4 -4
  228. package/admin/hooks/queries/useAppMembershipQuery.js +1 -1
  229. package/admin/hooks/queries/useAppMembershipsQuery.d.ts +4 -4
  230. package/admin/hooks/queries/useAppMembershipsQuery.js +1 -1
  231. package/admin/hooks/queries/useAppOwnerGrantQuery.d.ts +4 -4
  232. package/admin/hooks/queries/useAppOwnerGrantQuery.js +1 -1
  233. package/admin/hooks/queries/useAppOwnerGrantsQuery.d.ts +4 -4
  234. package/admin/hooks/queries/useAppOwnerGrantsQuery.js +1 -1
  235. package/admin/hooks/queries/useAppPermissionDefaultQuery.d.ts +4 -4
  236. package/admin/hooks/queries/useAppPermissionDefaultQuery.js +1 -1
  237. package/admin/hooks/queries/useAppPermissionDefaultsQuery.d.ts +4 -4
  238. package/admin/hooks/queries/useAppPermissionDefaultsQuery.js +1 -1
  239. package/admin/hooks/queries/useAppPermissionQuery.d.ts +4 -4
  240. package/admin/hooks/queries/useAppPermissionQuery.js +1 -1
  241. package/admin/hooks/queries/useAppPermissionsQuery.d.ts +4 -4
  242. package/admin/hooks/queries/useAppPermissionsQuery.js +1 -1
  243. package/admin/hooks/queries/useAppStepQuery.d.ts +4 -4
  244. package/admin/hooks/queries/useAppStepQuery.js +1 -1
  245. package/admin/hooks/queries/useAppStepsQuery.d.ts +4 -4
  246. package/admin/hooks/queries/useAppStepsQuery.js +1 -1
  247. package/admin/hooks/queries/useClaimedInviteQuery.d.ts +4 -4
  248. package/admin/hooks/queries/useClaimedInviteQuery.js +1 -1
  249. package/admin/hooks/queries/useClaimedInvitesQuery.d.ts +4 -4
  250. package/admin/hooks/queries/useClaimedInvitesQuery.js +1 -1
  251. package/admin/hooks/queries/useInviteQuery.d.ts +4 -4
  252. package/admin/hooks/queries/useInviteQuery.js +1 -1
  253. package/admin/hooks/queries/useInvitesQuery.d.ts +4 -4
  254. package/admin/hooks/queries/useInvitesQuery.js +1 -1
  255. package/admin/hooks/queries/useMembershipTypeQuery.d.ts +4 -4
  256. package/admin/hooks/queries/useMembershipTypeQuery.js +1 -1
  257. package/admin/hooks/queries/useMembershipTypesQuery.d.ts +4 -4
  258. package/admin/hooks/queries/useMembershipTypesQuery.js +1 -1
  259. package/admin/hooks/queries/useOrgAdminGrantQuery.d.ts +4 -4
  260. package/admin/hooks/queries/useOrgAdminGrantQuery.js +1 -1
  261. package/admin/hooks/queries/useOrgAdminGrantsQuery.d.ts +4 -4
  262. package/admin/hooks/queries/useOrgAdminGrantsQuery.js +1 -1
  263. package/admin/hooks/queries/useOrgChartEdgeGrantQuery.d.ts +65 -0
  264. package/admin/hooks/queries/useOrgChartEdgeGrantQuery.js +53 -0
  265. package/admin/hooks/queries/useOrgChartEdgeGrantsQuery.d.ts +69 -0
  266. package/admin/hooks/queries/useOrgChartEdgeGrantsQuery.js +38 -0
  267. package/admin/hooks/queries/useOrgChartEdgeQuery.d.ts +65 -0
  268. package/{public/hooks/queries/useProcedureQuery.js → admin/hooks/queries/useOrgChartEdgeQuery.js} +14 -14
  269. package/admin/hooks/queries/useOrgChartEdgesQuery.d.ts +69 -0
  270. package/admin/hooks/queries/useOrgChartEdgesQuery.js +38 -0
  271. package/admin/hooks/queries/useOrgClaimedInviteQuery.d.ts +4 -4
  272. package/admin/hooks/queries/useOrgClaimedInviteQuery.js +1 -1
  273. package/admin/hooks/queries/useOrgClaimedInvitesQuery.d.ts +4 -4
  274. package/admin/hooks/queries/useOrgClaimedInvitesQuery.js +1 -1
  275. package/admin/hooks/queries/useOrgGetManagersQuery.d.ts +69 -0
  276. package/admin/hooks/queries/useOrgGetManagersQuery.js +38 -0
  277. package/admin/hooks/queries/useOrgGetSubordinatesQuery.d.ts +69 -0
  278. package/admin/hooks/queries/useOrgGetSubordinatesQuery.js +38 -0
  279. package/admin/hooks/queries/useOrgGrantQuery.d.ts +4 -4
  280. package/admin/hooks/queries/useOrgGrantQuery.js +1 -1
  281. package/admin/hooks/queries/useOrgGrantsQuery.d.ts +4 -4
  282. package/admin/hooks/queries/useOrgGrantsQuery.js +1 -1
  283. package/admin/hooks/queries/useOrgInviteQuery.d.ts +4 -4
  284. package/admin/hooks/queries/useOrgInviteQuery.js +1 -1
  285. package/admin/hooks/queries/useOrgInvitesQuery.d.ts +4 -4
  286. package/admin/hooks/queries/useOrgInvitesQuery.js +1 -1
  287. package/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +53 -0
  288. package/admin/hooks/queries/useOrgIsManagerOfQuery.js +53 -0
  289. package/admin/hooks/queries/useOrgLimitDefaultQuery.d.ts +4 -4
  290. package/admin/hooks/queries/useOrgLimitDefaultQuery.js +1 -1
  291. package/admin/hooks/queries/useOrgLimitDefaultsQuery.d.ts +4 -4
  292. package/admin/hooks/queries/useOrgLimitDefaultsQuery.js +1 -1
  293. package/admin/hooks/queries/useOrgLimitQuery.d.ts +4 -4
  294. package/admin/hooks/queries/useOrgLimitQuery.js +1 -1
  295. package/admin/hooks/queries/useOrgLimitsQuery.d.ts +4 -4
  296. package/admin/hooks/queries/useOrgLimitsQuery.js +1 -1
  297. package/admin/hooks/queries/useOrgMemberQuery.d.ts +4 -4
  298. package/admin/hooks/queries/useOrgMemberQuery.js +1 -1
  299. package/admin/hooks/queries/useOrgMembersQuery.d.ts +4 -4
  300. package/admin/hooks/queries/useOrgMembersQuery.js +1 -1
  301. package/admin/hooks/queries/useOrgMembershipDefaultQuery.d.ts +4 -4
  302. package/admin/hooks/queries/useOrgMembershipDefaultQuery.js +1 -1
  303. package/admin/hooks/queries/useOrgMembershipDefaultsQuery.d.ts +4 -4
  304. package/admin/hooks/queries/useOrgMembershipDefaultsQuery.js +1 -1
  305. package/admin/hooks/queries/useOrgMembershipQuery.d.ts +4 -4
  306. package/admin/hooks/queries/useOrgMembershipQuery.js +1 -1
  307. package/admin/hooks/queries/useOrgMembershipsQuery.d.ts +4 -4
  308. package/admin/hooks/queries/useOrgMembershipsQuery.js +1 -1
  309. package/admin/hooks/queries/useOrgOwnerGrantQuery.d.ts +4 -4
  310. package/admin/hooks/queries/useOrgOwnerGrantQuery.js +1 -1
  311. package/admin/hooks/queries/useOrgOwnerGrantsQuery.d.ts +4 -4
  312. package/admin/hooks/queries/useOrgOwnerGrantsQuery.js +1 -1
  313. package/admin/hooks/queries/useOrgPermissionDefaultQuery.d.ts +4 -4
  314. package/admin/hooks/queries/useOrgPermissionDefaultQuery.js +1 -1
  315. package/admin/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +4 -4
  316. package/admin/hooks/queries/useOrgPermissionDefaultsQuery.js +1 -1
  317. package/admin/hooks/queries/useOrgPermissionQuery.d.ts +4 -4
  318. package/admin/hooks/queries/useOrgPermissionQuery.js +1 -1
  319. package/admin/hooks/queries/useOrgPermissionsQuery.d.ts +4 -4
  320. package/admin/hooks/queries/useOrgPermissionsQuery.js +1 -1
  321. package/admin/hooks/query-keys.d.ts +100 -42
  322. package/admin/hooks/query-keys.js +58 -25
  323. package/admin/orm/index.d.ts +19 -6
  324. package/admin/orm/index.js +14 -6
  325. package/admin/orm/input-types.d.ts +879 -363
  326. package/admin/orm/models/index.d.ts +7 -3
  327. package/admin/orm/models/index.js +15 -7
  328. package/admin/orm/models/orgChartEdge.d.ts +56 -0
  329. package/{public/orm/models/limitFunction.js → admin/orm/models/orgChartEdge.js} +25 -25
  330. package/admin/orm/models/orgChartEdgeGrant.d.ts +56 -0
  331. package/admin/orm/models/orgChartEdgeGrant.js +98 -0
  332. package/admin/orm/models/orgGetManagersRecord.d.ts +32 -0
  333. package/admin/orm/models/orgGetManagersRecord.js +55 -0
  334. package/admin/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
  335. package/admin/orm/models/orgGetSubordinatesRecord.js +55 -0
  336. package/admin/orm/query/index.d.ts +11 -0
  337. package/admin/orm/query/index.js +24 -0
  338. package/admin/schema-types.d.ts +855 -325
  339. package/admin/types.d.ts +50 -19
  340. package/auth/hooks/index.d.ts +1 -1
  341. package/auth/hooks/index.js +1 -1
  342. package/auth/hooks/invalidation.d.ts +6 -6
  343. package/auth/hooks/invalidation.js +15 -15
  344. package/auth/hooks/mutation-keys.d.ts +12 -12
  345. package/auth/hooks/mutation-keys.js +8 -8
  346. package/auth/hooks/mutations/index.d.ts +3 -3
  347. package/auth/hooks/mutations/index.js +3 -3
  348. package/auth/hooks/mutations/useCreateAuditLogMutation.d.ts +2 -2
  349. package/auth/hooks/mutations/useCreateAuditLogMutation.js +1 -1
  350. package/auth/hooks/mutations/useCreateConnectedAccountMutation.d.ts +2 -2
  351. package/auth/hooks/mutations/useCreateConnectedAccountMutation.js +1 -1
  352. package/auth/hooks/mutations/useCreateCryptoAddressMutation.d.ts +2 -2
  353. package/auth/hooks/mutations/useCreateCryptoAddressMutation.js +1 -1
  354. package/auth/hooks/mutations/useCreateEmailMutation.d.ts +2 -2
  355. package/auth/hooks/mutations/useCreateEmailMutation.js +1 -1
  356. package/auth/hooks/mutations/useCreatePhoneNumberMutation.d.ts +2 -2
  357. package/auth/hooks/mutations/useCreatePhoneNumberMutation.js +1 -1
  358. package/auth/hooks/mutations/useDeleteAuditLogMutation.d.ts +2 -2
  359. package/auth/hooks/mutations/useDeleteAuditLogMutation.js +1 -1
  360. package/auth/hooks/mutations/useDeleteConnectedAccountMutation.d.ts +2 -2
  361. package/auth/hooks/mutations/useDeleteConnectedAccountMutation.js +1 -1
  362. package/auth/hooks/mutations/useDeleteCryptoAddressMutation.d.ts +2 -2
  363. package/auth/hooks/mutations/useDeleteCryptoAddressMutation.js +1 -1
  364. package/auth/hooks/mutations/useDeleteEmailMutation.d.ts +2 -2
  365. package/auth/hooks/mutations/useDeleteEmailMutation.js +1 -1
  366. package/auth/hooks/mutations/useDeletePhoneNumberMutation.d.ts +2 -2
  367. package/auth/hooks/mutations/useDeletePhoneNumberMutation.js +1 -1
  368. package/auth/hooks/mutations/useUpdateAuditLogMutation.d.ts +2 -2
  369. package/auth/hooks/mutations/useUpdateAuditLogMutation.js +1 -1
  370. package/auth/hooks/mutations/useUpdateConnectedAccountMutation.d.ts +2 -2
  371. package/auth/hooks/mutations/useUpdateConnectedAccountMutation.js +1 -1
  372. package/auth/hooks/mutations/useUpdateCryptoAddressMutation.d.ts +2 -2
  373. package/auth/hooks/mutations/useUpdateCryptoAddressMutation.js +1 -1
  374. package/auth/hooks/mutations/useUpdateEmailMutation.d.ts +2 -2
  375. package/auth/hooks/mutations/useUpdateEmailMutation.js +1 -1
  376. package/auth/hooks/mutations/useUpdatePhoneNumberMutation.d.ts +2 -2
  377. package/auth/hooks/mutations/useUpdatePhoneNumberMutation.js +1 -1
  378. package/auth/hooks/queries/index.d.ts +2 -2
  379. package/auth/hooks/queries/index.js +2 -2
  380. package/auth/hooks/queries/useAuditLogQuery.d.ts +4 -4
  381. package/auth/hooks/queries/useAuditLogQuery.js +1 -1
  382. package/auth/hooks/queries/useAuditLogsQuery.d.ts +4 -4
  383. package/auth/hooks/queries/useAuditLogsQuery.js +1 -1
  384. package/auth/hooks/queries/useConnectedAccountQuery.d.ts +4 -4
  385. package/auth/hooks/queries/useConnectedAccountQuery.js +1 -1
  386. package/auth/hooks/queries/useConnectedAccountsQuery.d.ts +4 -4
  387. package/auth/hooks/queries/useConnectedAccountsQuery.js +1 -1
  388. package/auth/hooks/queries/useCryptoAddressQuery.d.ts +4 -4
  389. package/auth/hooks/queries/useCryptoAddressQuery.js +1 -1
  390. package/auth/hooks/queries/useCryptoAddressesQuery.d.ts +4 -4
  391. package/auth/hooks/queries/useCryptoAddressesQuery.js +1 -1
  392. package/auth/hooks/queries/useEmailQuery.d.ts +4 -4
  393. package/auth/hooks/queries/useEmailQuery.js +1 -1
  394. package/auth/hooks/queries/useEmailsQuery.d.ts +4 -4
  395. package/auth/hooks/queries/useEmailsQuery.js +1 -1
  396. package/auth/hooks/queries/usePhoneNumberQuery.d.ts +4 -4
  397. package/auth/hooks/queries/usePhoneNumberQuery.js +1 -1
  398. package/auth/hooks/queries/usePhoneNumbersQuery.d.ts +4 -4
  399. package/auth/hooks/queries/usePhoneNumbersQuery.js +1 -1
  400. package/auth/hooks/query-keys.d.ts +14 -14
  401. package/auth/hooks/query-keys.js +9 -9
  402. package/auth/orm/index.d.ts +2 -2
  403. package/auth/orm/index.js +2 -2
  404. package/auth/orm/input-types.d.ts +163 -128
  405. package/auth/orm/models/index.d.ts +1 -1
  406. package/auth/orm/models/index.js +3 -3
  407. package/auth/schema-types.d.ts +233 -183
  408. package/auth/types.d.ts +9 -9
  409. package/esm/admin/hooks/index.d.ts +1 -1
  410. package/esm/admin/hooks/index.js +1 -1
  411. package/esm/admin/hooks/invalidation.d.ts +42 -18
  412. package/esm/admin/hooks/invalidation.js +110 -46
  413. package/esm/admin/hooks/mutation-keys.d.ts +84 -36
  414. package/esm/admin/hooks/mutation-keys.js +52 -21
  415. package/esm/admin/hooks/mutations/index.d.ts +17 -9
  416. package/esm/admin/hooks/mutations/index.js +17 -9
  417. package/esm/admin/hooks/mutations/useCreateAppAchievementMutation.d.ts +2 -2
  418. package/esm/admin/hooks/mutations/useCreateAppAchievementMutation.js +1 -1
  419. package/esm/admin/hooks/mutations/useCreateAppAdminGrantMutation.d.ts +2 -2
  420. package/esm/admin/hooks/mutations/useCreateAppAdminGrantMutation.js +1 -1
  421. package/esm/admin/hooks/mutations/useCreateAppGrantMutation.d.ts +2 -2
  422. package/esm/admin/hooks/mutations/useCreateAppGrantMutation.js +1 -1
  423. package/esm/admin/hooks/mutations/useCreateAppLevelMutation.d.ts +2 -2
  424. package/esm/admin/hooks/mutations/useCreateAppLevelMutation.js +1 -1
  425. package/esm/admin/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +2 -2
  426. package/esm/admin/hooks/mutations/useCreateAppLevelRequirementMutation.js +1 -1
  427. package/esm/admin/hooks/mutations/useCreateAppLimitDefaultMutation.d.ts +2 -2
  428. package/esm/admin/hooks/mutations/useCreateAppLimitDefaultMutation.js +1 -1
  429. package/esm/admin/hooks/mutations/useCreateAppLimitMutation.d.ts +2 -2
  430. package/esm/admin/hooks/mutations/useCreateAppLimitMutation.js +1 -1
  431. package/esm/admin/hooks/mutations/useCreateAppMembershipDefaultMutation.d.ts +2 -2
  432. package/esm/admin/hooks/mutations/useCreateAppMembershipDefaultMutation.js +1 -1
  433. package/esm/admin/hooks/mutations/useCreateAppMembershipMutation.d.ts +2 -2
  434. package/esm/admin/hooks/mutations/useCreateAppMembershipMutation.js +1 -1
  435. package/esm/admin/hooks/mutations/useCreateAppOwnerGrantMutation.d.ts +2 -2
  436. package/esm/admin/hooks/mutations/useCreateAppOwnerGrantMutation.js +1 -1
  437. package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +2 -2
  438. package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.js +1 -1
  439. package/esm/admin/hooks/mutations/useCreateAppPermissionMutation.d.ts +2 -2
  440. package/esm/admin/hooks/mutations/useCreateAppPermissionMutation.js +1 -1
  441. package/esm/admin/hooks/mutations/useCreateAppStepMutation.d.ts +2 -2
  442. package/esm/admin/hooks/mutations/useCreateAppStepMutation.js +1 -1
  443. package/esm/admin/hooks/mutations/useCreateClaimedInviteMutation.d.ts +2 -2
  444. package/esm/admin/hooks/mutations/useCreateClaimedInviteMutation.js +1 -1
  445. package/esm/admin/hooks/mutations/useCreateInviteMutation.d.ts +2 -2
  446. package/esm/admin/hooks/mutations/useCreateInviteMutation.js +1 -1
  447. package/esm/admin/hooks/mutations/useCreateMembershipTypeMutation.d.ts +2 -2
  448. package/esm/admin/hooks/mutations/useCreateMembershipTypeMutation.js +1 -1
  449. package/esm/admin/hooks/mutations/useCreateOrgAdminGrantMutation.d.ts +2 -2
  450. package/esm/admin/hooks/mutations/useCreateOrgAdminGrantMutation.js +1 -1
  451. package/esm/admin/hooks/mutations/useCreateOrgChartEdgeGrantMutation.d.ts +34 -0
  452. package/esm/admin/hooks/mutations/useCreateOrgChartEdgeGrantMutation.js +31 -0
  453. package/esm/admin/hooks/mutations/useCreateOrgChartEdgeMutation.d.ts +34 -0
  454. package/esm/admin/hooks/mutations/useCreateOrgChartEdgeMutation.js +31 -0
  455. package/esm/admin/hooks/mutations/useCreateOrgClaimedInviteMutation.d.ts +2 -2
  456. package/esm/admin/hooks/mutations/useCreateOrgClaimedInviteMutation.js +1 -1
  457. package/esm/admin/hooks/mutations/useCreateOrgGetManagersRecordMutation.d.ts +34 -0
  458. package/esm/{public/hooks/mutations/useCreateProcedureMutation.js → admin/hooks/mutations/useCreateOrgGetManagersRecordMutation.js} +7 -7
  459. package/esm/admin/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.d.ts +34 -0
  460. package/esm/admin/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.js +31 -0
  461. package/esm/admin/hooks/mutations/useCreateOrgGrantMutation.d.ts +2 -2
  462. package/esm/admin/hooks/mutations/useCreateOrgGrantMutation.js +1 -1
  463. package/esm/admin/hooks/mutations/useCreateOrgInviteMutation.d.ts +2 -2
  464. package/esm/admin/hooks/mutations/useCreateOrgInviteMutation.js +1 -1
  465. package/esm/admin/hooks/mutations/useCreateOrgLimitDefaultMutation.d.ts +2 -2
  466. package/esm/admin/hooks/mutations/useCreateOrgLimitDefaultMutation.js +1 -1
  467. package/esm/admin/hooks/mutations/useCreateOrgLimitMutation.d.ts +2 -2
  468. package/esm/admin/hooks/mutations/useCreateOrgLimitMutation.js +1 -1
  469. package/esm/admin/hooks/mutations/useCreateOrgMemberMutation.d.ts +2 -2
  470. package/esm/admin/hooks/mutations/useCreateOrgMemberMutation.js +1 -1
  471. package/esm/admin/hooks/mutations/useCreateOrgMembershipDefaultMutation.d.ts +2 -2
  472. package/esm/admin/hooks/mutations/useCreateOrgMembershipDefaultMutation.js +1 -1
  473. package/esm/admin/hooks/mutations/useCreateOrgMembershipMutation.d.ts +2 -2
  474. package/esm/admin/hooks/mutations/useCreateOrgMembershipMutation.js +1 -1
  475. package/esm/admin/hooks/mutations/useCreateOrgOwnerGrantMutation.d.ts +2 -2
  476. package/esm/admin/hooks/mutations/useCreateOrgOwnerGrantMutation.js +1 -1
  477. package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +2 -2
  478. package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +1 -1
  479. package/esm/admin/hooks/mutations/useCreateOrgPermissionMutation.d.ts +2 -2
  480. package/esm/admin/hooks/mutations/useCreateOrgPermissionMutation.js +1 -1
  481. package/esm/admin/hooks/mutations/useDeleteAppAchievementMutation.d.ts +2 -2
  482. package/esm/admin/hooks/mutations/useDeleteAppAchievementMutation.js +1 -1
  483. package/esm/admin/hooks/mutations/useDeleteAppAdminGrantMutation.d.ts +2 -2
  484. package/esm/admin/hooks/mutations/useDeleteAppAdminGrantMutation.js +1 -1
  485. package/esm/admin/hooks/mutations/useDeleteAppGrantMutation.d.ts +2 -2
  486. package/esm/admin/hooks/mutations/useDeleteAppGrantMutation.js +1 -1
  487. package/esm/admin/hooks/mutations/useDeleteAppLevelMutation.d.ts +2 -2
  488. package/esm/admin/hooks/mutations/useDeleteAppLevelMutation.js +1 -1
  489. package/esm/admin/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +2 -2
  490. package/esm/admin/hooks/mutations/useDeleteAppLevelRequirementMutation.js +1 -1
  491. package/esm/admin/hooks/mutations/useDeleteAppLimitDefaultMutation.d.ts +2 -2
  492. package/esm/admin/hooks/mutations/useDeleteAppLimitDefaultMutation.js +1 -1
  493. package/esm/admin/hooks/mutations/useDeleteAppLimitMutation.d.ts +2 -2
  494. package/esm/admin/hooks/mutations/useDeleteAppLimitMutation.js +1 -1
  495. package/esm/admin/hooks/mutations/useDeleteAppMembershipDefaultMutation.d.ts +2 -2
  496. package/esm/admin/hooks/mutations/useDeleteAppMembershipDefaultMutation.js +1 -1
  497. package/esm/admin/hooks/mutations/useDeleteAppMembershipMutation.d.ts +2 -2
  498. package/esm/admin/hooks/mutations/useDeleteAppMembershipMutation.js +1 -1
  499. package/esm/admin/hooks/mutations/useDeleteAppOwnerGrantMutation.d.ts +2 -2
  500. package/esm/admin/hooks/mutations/useDeleteAppOwnerGrantMutation.js +1 -1
  501. package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +2 -2
  502. package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +1 -1
  503. package/esm/admin/hooks/mutations/useDeleteAppPermissionMutation.d.ts +2 -2
  504. package/esm/admin/hooks/mutations/useDeleteAppPermissionMutation.js +1 -1
  505. package/esm/admin/hooks/mutations/useDeleteAppStepMutation.d.ts +2 -2
  506. package/esm/admin/hooks/mutations/useDeleteAppStepMutation.js +1 -1
  507. package/esm/admin/hooks/mutations/useDeleteClaimedInviteMutation.d.ts +2 -2
  508. package/esm/admin/hooks/mutations/useDeleteClaimedInviteMutation.js +1 -1
  509. package/esm/admin/hooks/mutations/useDeleteInviteMutation.d.ts +2 -2
  510. package/esm/admin/hooks/mutations/useDeleteInviteMutation.js +1 -1
  511. package/esm/admin/hooks/mutations/useDeleteMembershipTypeMutation.d.ts +2 -2
  512. package/esm/admin/hooks/mutations/useDeleteMembershipTypeMutation.js +1 -1
  513. package/esm/admin/hooks/mutations/useDeleteOrgAdminGrantMutation.d.ts +2 -2
  514. package/esm/admin/hooks/mutations/useDeleteOrgAdminGrantMutation.js +1 -1
  515. package/esm/admin/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.d.ts +38 -0
  516. package/esm/admin/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.js +36 -0
  517. package/esm/admin/hooks/mutations/useDeleteOrgChartEdgeMutation.d.ts +38 -0
  518. package/esm/{public/hooks/mutations/useDeleteProcedureMutation.js → admin/hooks/mutations/useDeleteOrgChartEdgeMutation.js} +8 -8
  519. package/esm/admin/hooks/mutations/useDeleteOrgClaimedInviteMutation.d.ts +2 -2
  520. package/esm/admin/hooks/mutations/useDeleteOrgClaimedInviteMutation.js +1 -1
  521. package/esm/admin/hooks/mutations/useDeleteOrgGrantMutation.d.ts +2 -2
  522. package/esm/admin/hooks/mutations/useDeleteOrgGrantMutation.js +1 -1
  523. package/esm/admin/hooks/mutations/useDeleteOrgInviteMutation.d.ts +2 -2
  524. package/esm/admin/hooks/mutations/useDeleteOrgInviteMutation.js +1 -1
  525. package/esm/admin/hooks/mutations/useDeleteOrgLimitDefaultMutation.d.ts +2 -2
  526. package/esm/admin/hooks/mutations/useDeleteOrgLimitDefaultMutation.js +1 -1
  527. package/esm/admin/hooks/mutations/useDeleteOrgLimitMutation.d.ts +2 -2
  528. package/esm/admin/hooks/mutations/useDeleteOrgLimitMutation.js +1 -1
  529. package/esm/admin/hooks/mutations/useDeleteOrgMemberMutation.d.ts +2 -2
  530. package/esm/admin/hooks/mutations/useDeleteOrgMemberMutation.js +1 -1
  531. package/esm/admin/hooks/mutations/useDeleteOrgMembershipDefaultMutation.d.ts +2 -2
  532. package/esm/admin/hooks/mutations/useDeleteOrgMembershipDefaultMutation.js +1 -1
  533. package/esm/admin/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +2 -2
  534. package/esm/admin/hooks/mutations/useDeleteOrgMembershipMutation.js +1 -1
  535. package/esm/admin/hooks/mutations/useDeleteOrgOwnerGrantMutation.d.ts +2 -2
  536. package/esm/admin/hooks/mutations/useDeleteOrgOwnerGrantMutation.js +1 -1
  537. package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +2 -2
  538. package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +1 -1
  539. package/esm/admin/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +2 -2
  540. package/esm/admin/hooks/mutations/useDeleteOrgPermissionMutation.js +1 -1
  541. package/esm/admin/hooks/mutations/useUpdateAppAchievementMutation.d.ts +2 -2
  542. package/esm/admin/hooks/mutations/useUpdateAppAchievementMutation.js +1 -1
  543. package/esm/admin/hooks/mutations/useUpdateAppAdminGrantMutation.d.ts +2 -2
  544. package/esm/admin/hooks/mutations/useUpdateAppAdminGrantMutation.js +1 -1
  545. package/esm/admin/hooks/mutations/useUpdateAppGrantMutation.d.ts +2 -2
  546. package/esm/admin/hooks/mutations/useUpdateAppGrantMutation.js +1 -1
  547. package/esm/admin/hooks/mutations/useUpdateAppLevelMutation.d.ts +2 -2
  548. package/esm/admin/hooks/mutations/useUpdateAppLevelMutation.js +1 -1
  549. package/esm/admin/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +2 -2
  550. package/esm/admin/hooks/mutations/useUpdateAppLevelRequirementMutation.js +1 -1
  551. package/esm/admin/hooks/mutations/useUpdateAppLimitDefaultMutation.d.ts +2 -2
  552. package/esm/admin/hooks/mutations/useUpdateAppLimitDefaultMutation.js +1 -1
  553. package/esm/admin/hooks/mutations/useUpdateAppLimitMutation.d.ts +2 -2
  554. package/esm/admin/hooks/mutations/useUpdateAppLimitMutation.js +1 -1
  555. package/esm/admin/hooks/mutations/useUpdateAppMembershipDefaultMutation.d.ts +2 -2
  556. package/esm/admin/hooks/mutations/useUpdateAppMembershipDefaultMutation.js +1 -1
  557. package/esm/admin/hooks/mutations/useUpdateAppMembershipMutation.d.ts +2 -2
  558. package/esm/admin/hooks/mutations/useUpdateAppMembershipMutation.js +1 -1
  559. package/esm/admin/hooks/mutations/useUpdateAppOwnerGrantMutation.d.ts +2 -2
  560. package/esm/admin/hooks/mutations/useUpdateAppOwnerGrantMutation.js +1 -1
  561. package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +2 -2
  562. package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +1 -1
  563. package/esm/admin/hooks/mutations/useUpdateAppPermissionMutation.d.ts +2 -2
  564. package/esm/admin/hooks/mutations/useUpdateAppPermissionMutation.js +1 -1
  565. package/esm/admin/hooks/mutations/useUpdateAppStepMutation.d.ts +2 -2
  566. package/esm/admin/hooks/mutations/useUpdateAppStepMutation.js +1 -1
  567. package/esm/admin/hooks/mutations/useUpdateClaimedInviteMutation.d.ts +2 -2
  568. package/esm/admin/hooks/mutations/useUpdateClaimedInviteMutation.js +1 -1
  569. package/esm/admin/hooks/mutations/useUpdateInviteMutation.d.ts +2 -2
  570. package/esm/admin/hooks/mutations/useUpdateInviteMutation.js +1 -1
  571. package/esm/admin/hooks/mutations/useUpdateMembershipTypeMutation.d.ts +2 -2
  572. package/esm/admin/hooks/mutations/useUpdateMembershipTypeMutation.js +1 -1
  573. package/esm/admin/hooks/mutations/useUpdateOrgAdminGrantMutation.d.ts +2 -2
  574. package/esm/admin/hooks/mutations/useUpdateOrgAdminGrantMutation.js +1 -1
  575. package/esm/admin/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.d.ts +40 -0
  576. package/esm/admin/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.js +37 -0
  577. package/esm/admin/hooks/mutations/useUpdateOrgChartEdgeMutation.d.ts +40 -0
  578. package/esm/{public/hooks/mutations/useUpdateProcedureMutation.js → admin/hooks/mutations/useUpdateOrgChartEdgeMutation.js} +10 -10
  579. package/esm/admin/hooks/mutations/useUpdateOrgClaimedInviteMutation.d.ts +2 -2
  580. package/esm/admin/hooks/mutations/useUpdateOrgClaimedInviteMutation.js +1 -1
  581. package/esm/admin/hooks/mutations/useUpdateOrgGrantMutation.d.ts +2 -2
  582. package/esm/admin/hooks/mutations/useUpdateOrgGrantMutation.js +1 -1
  583. package/esm/admin/hooks/mutations/useUpdateOrgInviteMutation.d.ts +2 -2
  584. package/esm/admin/hooks/mutations/useUpdateOrgInviteMutation.js +1 -1
  585. package/esm/admin/hooks/mutations/useUpdateOrgLimitDefaultMutation.d.ts +2 -2
  586. package/esm/admin/hooks/mutations/useUpdateOrgLimitDefaultMutation.js +1 -1
  587. package/esm/admin/hooks/mutations/useUpdateOrgLimitMutation.d.ts +2 -2
  588. package/esm/admin/hooks/mutations/useUpdateOrgLimitMutation.js +1 -1
  589. package/esm/admin/hooks/mutations/useUpdateOrgMemberMutation.d.ts +2 -2
  590. package/esm/admin/hooks/mutations/useUpdateOrgMemberMutation.js +1 -1
  591. package/esm/admin/hooks/mutations/useUpdateOrgMembershipDefaultMutation.d.ts +2 -2
  592. package/esm/admin/hooks/mutations/useUpdateOrgMembershipDefaultMutation.js +1 -1
  593. package/esm/admin/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +2 -2
  594. package/esm/admin/hooks/mutations/useUpdateOrgMembershipMutation.js +1 -1
  595. package/esm/admin/hooks/mutations/useUpdateOrgOwnerGrantMutation.d.ts +2 -2
  596. package/esm/admin/hooks/mutations/useUpdateOrgOwnerGrantMutation.js +1 -1
  597. package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +2 -2
  598. package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +1 -1
  599. package/esm/admin/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +2 -2
  600. package/esm/admin/hooks/mutations/useUpdateOrgPermissionMutation.js +1 -1
  601. package/esm/admin/hooks/queries/index.d.ts +13 -6
  602. package/esm/admin/hooks/queries/index.js +13 -6
  603. package/esm/admin/hooks/queries/useAppAchievementQuery.d.ts +4 -4
  604. package/esm/admin/hooks/queries/useAppAchievementQuery.js +1 -1
  605. package/esm/admin/hooks/queries/useAppAchievementsQuery.d.ts +4 -4
  606. package/esm/admin/hooks/queries/useAppAchievementsQuery.js +1 -1
  607. package/esm/admin/hooks/queries/useAppAdminGrantQuery.d.ts +4 -4
  608. package/esm/admin/hooks/queries/useAppAdminGrantQuery.js +1 -1
  609. package/esm/admin/hooks/queries/useAppAdminGrantsQuery.d.ts +4 -4
  610. package/esm/admin/hooks/queries/useAppAdminGrantsQuery.js +1 -1
  611. package/esm/admin/hooks/queries/useAppGrantQuery.d.ts +4 -4
  612. package/esm/admin/hooks/queries/useAppGrantQuery.js +1 -1
  613. package/esm/admin/hooks/queries/useAppGrantsQuery.d.ts +4 -4
  614. package/esm/admin/hooks/queries/useAppGrantsQuery.js +1 -1
  615. package/esm/admin/hooks/queries/useAppLevelQuery.d.ts +4 -4
  616. package/esm/admin/hooks/queries/useAppLevelQuery.js +1 -1
  617. package/esm/admin/hooks/queries/useAppLevelRequirementQuery.d.ts +4 -4
  618. package/esm/admin/hooks/queries/useAppLevelRequirementQuery.js +1 -1
  619. package/esm/admin/hooks/queries/useAppLevelRequirementsQuery.d.ts +4 -4
  620. package/esm/admin/hooks/queries/useAppLevelRequirementsQuery.js +1 -1
  621. package/esm/admin/hooks/queries/useAppLevelsQuery.d.ts +4 -4
  622. package/esm/admin/hooks/queries/useAppLevelsQuery.js +1 -1
  623. package/esm/admin/hooks/queries/useAppLimitDefaultQuery.d.ts +4 -4
  624. package/esm/admin/hooks/queries/useAppLimitDefaultQuery.js +1 -1
  625. package/esm/admin/hooks/queries/useAppLimitDefaultsQuery.d.ts +4 -4
  626. package/esm/admin/hooks/queries/useAppLimitDefaultsQuery.js +1 -1
  627. package/esm/admin/hooks/queries/useAppLimitQuery.d.ts +4 -4
  628. package/esm/admin/hooks/queries/useAppLimitQuery.js +1 -1
  629. package/esm/admin/hooks/queries/useAppLimitsQuery.d.ts +4 -4
  630. package/esm/admin/hooks/queries/useAppLimitsQuery.js +1 -1
  631. package/esm/admin/hooks/queries/useAppMembershipDefaultQuery.d.ts +4 -4
  632. package/esm/admin/hooks/queries/useAppMembershipDefaultQuery.js +1 -1
  633. package/esm/admin/hooks/queries/useAppMembershipDefaultsQuery.d.ts +4 -4
  634. package/esm/admin/hooks/queries/useAppMembershipDefaultsQuery.js +1 -1
  635. package/esm/admin/hooks/queries/useAppMembershipQuery.d.ts +4 -4
  636. package/esm/admin/hooks/queries/useAppMembershipQuery.js +1 -1
  637. package/esm/admin/hooks/queries/useAppMembershipsQuery.d.ts +4 -4
  638. package/esm/admin/hooks/queries/useAppMembershipsQuery.js +1 -1
  639. package/esm/admin/hooks/queries/useAppOwnerGrantQuery.d.ts +4 -4
  640. package/esm/admin/hooks/queries/useAppOwnerGrantQuery.js +1 -1
  641. package/esm/admin/hooks/queries/useAppOwnerGrantsQuery.d.ts +4 -4
  642. package/esm/admin/hooks/queries/useAppOwnerGrantsQuery.js +1 -1
  643. package/esm/admin/hooks/queries/useAppPermissionDefaultQuery.d.ts +4 -4
  644. package/esm/admin/hooks/queries/useAppPermissionDefaultQuery.js +1 -1
  645. package/esm/admin/hooks/queries/useAppPermissionDefaultsQuery.d.ts +4 -4
  646. package/esm/admin/hooks/queries/useAppPermissionDefaultsQuery.js +1 -1
  647. package/esm/admin/hooks/queries/useAppPermissionQuery.d.ts +4 -4
  648. package/esm/admin/hooks/queries/useAppPermissionQuery.js +1 -1
  649. package/esm/admin/hooks/queries/useAppPermissionsQuery.d.ts +4 -4
  650. package/esm/admin/hooks/queries/useAppPermissionsQuery.js +1 -1
  651. package/esm/admin/hooks/queries/useAppStepQuery.d.ts +4 -4
  652. package/esm/admin/hooks/queries/useAppStepQuery.js +1 -1
  653. package/esm/admin/hooks/queries/useAppStepsQuery.d.ts +4 -4
  654. package/esm/admin/hooks/queries/useAppStepsQuery.js +1 -1
  655. package/esm/admin/hooks/queries/useClaimedInviteQuery.d.ts +4 -4
  656. package/esm/admin/hooks/queries/useClaimedInviteQuery.js +1 -1
  657. package/esm/admin/hooks/queries/useClaimedInvitesQuery.d.ts +4 -4
  658. package/esm/admin/hooks/queries/useClaimedInvitesQuery.js +1 -1
  659. package/esm/admin/hooks/queries/useInviteQuery.d.ts +4 -4
  660. package/esm/admin/hooks/queries/useInviteQuery.js +1 -1
  661. package/esm/admin/hooks/queries/useInvitesQuery.d.ts +4 -4
  662. package/esm/admin/hooks/queries/useInvitesQuery.js +1 -1
  663. package/esm/admin/hooks/queries/useMembershipTypeQuery.d.ts +4 -4
  664. package/esm/admin/hooks/queries/useMembershipTypeQuery.js +1 -1
  665. package/esm/admin/hooks/queries/useMembershipTypesQuery.d.ts +4 -4
  666. package/esm/admin/hooks/queries/useMembershipTypesQuery.js +1 -1
  667. package/esm/admin/hooks/queries/useOrgAdminGrantQuery.d.ts +4 -4
  668. package/esm/admin/hooks/queries/useOrgAdminGrantQuery.js +1 -1
  669. package/esm/admin/hooks/queries/useOrgAdminGrantsQuery.d.ts +4 -4
  670. package/esm/admin/hooks/queries/useOrgAdminGrantsQuery.js +1 -1
  671. package/esm/admin/hooks/queries/useOrgChartEdgeGrantQuery.d.ts +65 -0
  672. package/esm/admin/hooks/queries/useOrgChartEdgeGrantQuery.js +47 -0
  673. package/esm/admin/hooks/queries/useOrgChartEdgeGrantsQuery.d.ts +69 -0
  674. package/esm/admin/hooks/queries/useOrgChartEdgeGrantsQuery.js +32 -0
  675. package/esm/admin/hooks/queries/useOrgChartEdgeQuery.d.ts +65 -0
  676. package/esm/{public/hooks/queries/useProcedureQuery.js → admin/hooks/queries/useOrgChartEdgeQuery.js} +11 -11
  677. package/esm/admin/hooks/queries/useOrgChartEdgesQuery.d.ts +69 -0
  678. package/esm/admin/hooks/queries/useOrgChartEdgesQuery.js +32 -0
  679. package/esm/admin/hooks/queries/useOrgClaimedInviteQuery.d.ts +4 -4
  680. package/esm/admin/hooks/queries/useOrgClaimedInviteQuery.js +1 -1
  681. package/esm/admin/hooks/queries/useOrgClaimedInvitesQuery.d.ts +4 -4
  682. package/esm/admin/hooks/queries/useOrgClaimedInvitesQuery.js +1 -1
  683. package/esm/admin/hooks/queries/useOrgGetManagersQuery.d.ts +69 -0
  684. package/esm/{public/hooks/queries/useLimitFunctionsQuery.js → admin/hooks/queries/useOrgGetManagersQuery.js} +11 -11
  685. package/esm/admin/hooks/queries/useOrgGetSubordinatesQuery.d.ts +69 -0
  686. package/esm/admin/hooks/queries/useOrgGetSubordinatesQuery.js +32 -0
  687. package/esm/admin/hooks/queries/useOrgGrantQuery.d.ts +4 -4
  688. package/esm/admin/hooks/queries/useOrgGrantQuery.js +1 -1
  689. package/esm/admin/hooks/queries/useOrgGrantsQuery.d.ts +4 -4
  690. package/esm/admin/hooks/queries/useOrgGrantsQuery.js +1 -1
  691. package/esm/admin/hooks/queries/useOrgInviteQuery.d.ts +4 -4
  692. package/esm/admin/hooks/queries/useOrgInviteQuery.js +1 -1
  693. package/esm/admin/hooks/queries/useOrgInvitesQuery.d.ts +4 -4
  694. package/esm/admin/hooks/queries/useOrgInvitesQuery.js +1 -1
  695. package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.d.ts +53 -0
  696. package/esm/admin/hooks/queries/useOrgIsManagerOfQuery.js +47 -0
  697. package/esm/admin/hooks/queries/useOrgLimitDefaultQuery.d.ts +4 -4
  698. package/esm/admin/hooks/queries/useOrgLimitDefaultQuery.js +1 -1
  699. package/esm/admin/hooks/queries/useOrgLimitDefaultsQuery.d.ts +4 -4
  700. package/esm/admin/hooks/queries/useOrgLimitDefaultsQuery.js +1 -1
  701. package/esm/admin/hooks/queries/useOrgLimitQuery.d.ts +4 -4
  702. package/esm/admin/hooks/queries/useOrgLimitQuery.js +1 -1
  703. package/esm/admin/hooks/queries/useOrgLimitsQuery.d.ts +4 -4
  704. package/esm/admin/hooks/queries/useOrgLimitsQuery.js +1 -1
  705. package/esm/admin/hooks/queries/useOrgMemberQuery.d.ts +4 -4
  706. package/esm/admin/hooks/queries/useOrgMemberQuery.js +1 -1
  707. package/esm/admin/hooks/queries/useOrgMembersQuery.d.ts +4 -4
  708. package/esm/admin/hooks/queries/useOrgMembersQuery.js +1 -1
  709. package/esm/admin/hooks/queries/useOrgMembershipDefaultQuery.d.ts +4 -4
  710. package/esm/admin/hooks/queries/useOrgMembershipDefaultQuery.js +1 -1
  711. package/esm/admin/hooks/queries/useOrgMembershipDefaultsQuery.d.ts +4 -4
  712. package/esm/admin/hooks/queries/useOrgMembershipDefaultsQuery.js +1 -1
  713. package/esm/admin/hooks/queries/useOrgMembershipQuery.d.ts +4 -4
  714. package/esm/admin/hooks/queries/useOrgMembershipQuery.js +1 -1
  715. package/esm/admin/hooks/queries/useOrgMembershipsQuery.d.ts +4 -4
  716. package/esm/admin/hooks/queries/useOrgMembershipsQuery.js +1 -1
  717. package/esm/admin/hooks/queries/useOrgOwnerGrantQuery.d.ts +4 -4
  718. package/esm/admin/hooks/queries/useOrgOwnerGrantQuery.js +1 -1
  719. package/esm/admin/hooks/queries/useOrgOwnerGrantsQuery.d.ts +4 -4
  720. package/esm/admin/hooks/queries/useOrgOwnerGrantsQuery.js +1 -1
  721. package/esm/admin/hooks/queries/useOrgPermissionDefaultQuery.d.ts +4 -4
  722. package/esm/admin/hooks/queries/useOrgPermissionDefaultQuery.js +1 -1
  723. package/esm/admin/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +4 -4
  724. package/esm/admin/hooks/queries/useOrgPermissionDefaultsQuery.js +1 -1
  725. package/esm/admin/hooks/queries/useOrgPermissionQuery.d.ts +4 -4
  726. package/esm/admin/hooks/queries/useOrgPermissionQuery.js +1 -1
  727. package/esm/admin/hooks/queries/useOrgPermissionsQuery.d.ts +4 -4
  728. package/esm/admin/hooks/queries/useOrgPermissionsQuery.js +1 -1
  729. package/esm/admin/hooks/query-keys.d.ts +100 -42
  730. package/esm/admin/hooks/query-keys.js +57 -24
  731. package/esm/admin/orm/index.d.ts +19 -6
  732. package/esm/admin/orm/index.js +14 -6
  733. package/esm/admin/orm/input-types.d.ts +879 -363
  734. package/esm/admin/orm/models/index.d.ts +7 -3
  735. package/esm/admin/orm/models/index.js +7 -3
  736. package/esm/admin/orm/models/orgChartEdge.d.ts +56 -0
  737. package/esm/{public/orm/models/procedure.js → admin/orm/models/orgChartEdge.js} +23 -23
  738. package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +56 -0
  739. package/esm/admin/orm/models/orgChartEdgeGrant.js +94 -0
  740. package/esm/admin/orm/models/orgGetManagersRecord.d.ts +32 -0
  741. package/esm/admin/orm/models/orgGetManagersRecord.js +51 -0
  742. package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
  743. package/esm/admin/orm/models/orgGetSubordinatesRecord.js +51 -0
  744. package/esm/admin/orm/query/index.d.ts +11 -0
  745. package/esm/admin/orm/query/index.js +24 -0
  746. package/esm/admin/schema-types.d.ts +855 -325
  747. package/esm/admin/types.d.ts +50 -19
  748. package/esm/auth/hooks/index.d.ts +1 -1
  749. package/esm/auth/hooks/index.js +1 -1
  750. package/esm/auth/hooks/invalidation.d.ts +6 -6
  751. package/esm/auth/hooks/invalidation.js +16 -16
  752. package/esm/auth/hooks/mutation-keys.d.ts +12 -12
  753. package/esm/auth/hooks/mutation-keys.js +7 -7
  754. package/esm/auth/hooks/mutations/index.d.ts +3 -3
  755. package/esm/auth/hooks/mutations/index.js +3 -3
  756. package/esm/auth/hooks/mutations/useCreateAuditLogMutation.d.ts +2 -2
  757. package/esm/auth/hooks/mutations/useCreateAuditLogMutation.js +1 -1
  758. package/esm/auth/hooks/mutations/useCreateConnectedAccountMutation.d.ts +2 -2
  759. package/esm/auth/hooks/mutations/useCreateConnectedAccountMutation.js +1 -1
  760. package/esm/auth/hooks/mutations/useCreateCryptoAddressMutation.d.ts +2 -2
  761. package/esm/auth/hooks/mutations/useCreateCryptoAddressMutation.js +1 -1
  762. package/esm/auth/hooks/mutations/useCreateEmailMutation.d.ts +2 -2
  763. package/esm/auth/hooks/mutations/useCreateEmailMutation.js +1 -1
  764. package/esm/auth/hooks/mutations/useCreatePhoneNumberMutation.d.ts +2 -2
  765. package/esm/auth/hooks/mutations/useCreatePhoneNumberMutation.js +1 -1
  766. package/esm/auth/hooks/mutations/useDeleteAuditLogMutation.d.ts +2 -2
  767. package/esm/auth/hooks/mutations/useDeleteAuditLogMutation.js +1 -1
  768. package/esm/auth/hooks/mutations/useDeleteConnectedAccountMutation.d.ts +2 -2
  769. package/esm/auth/hooks/mutations/useDeleteConnectedAccountMutation.js +1 -1
  770. package/esm/auth/hooks/mutations/useDeleteCryptoAddressMutation.d.ts +2 -2
  771. package/esm/auth/hooks/mutations/useDeleteCryptoAddressMutation.js +1 -1
  772. package/esm/auth/hooks/mutations/useDeleteEmailMutation.d.ts +2 -2
  773. package/esm/auth/hooks/mutations/useDeleteEmailMutation.js +1 -1
  774. package/esm/auth/hooks/mutations/useDeletePhoneNumberMutation.d.ts +2 -2
  775. package/esm/auth/hooks/mutations/useDeletePhoneNumberMutation.js +1 -1
  776. package/esm/auth/hooks/mutations/useUpdateAuditLogMutation.d.ts +2 -2
  777. package/esm/auth/hooks/mutations/useUpdateAuditLogMutation.js +1 -1
  778. package/esm/auth/hooks/mutations/useUpdateConnectedAccountMutation.d.ts +2 -2
  779. package/esm/auth/hooks/mutations/useUpdateConnectedAccountMutation.js +1 -1
  780. package/esm/auth/hooks/mutations/useUpdateCryptoAddressMutation.d.ts +2 -2
  781. package/esm/auth/hooks/mutations/useUpdateCryptoAddressMutation.js +1 -1
  782. package/esm/auth/hooks/mutations/useUpdateEmailMutation.d.ts +2 -2
  783. package/esm/auth/hooks/mutations/useUpdateEmailMutation.js +1 -1
  784. package/esm/auth/hooks/mutations/useUpdatePhoneNumberMutation.d.ts +2 -2
  785. package/esm/auth/hooks/mutations/useUpdatePhoneNumberMutation.js +1 -1
  786. package/esm/auth/hooks/queries/index.d.ts +2 -2
  787. package/esm/auth/hooks/queries/index.js +2 -2
  788. package/esm/auth/hooks/queries/useAuditLogQuery.d.ts +4 -4
  789. package/esm/auth/hooks/queries/useAuditLogQuery.js +1 -1
  790. package/esm/auth/hooks/queries/useAuditLogsQuery.d.ts +4 -4
  791. package/esm/auth/hooks/queries/useAuditLogsQuery.js +1 -1
  792. package/esm/auth/hooks/queries/useConnectedAccountQuery.d.ts +4 -4
  793. package/esm/auth/hooks/queries/useConnectedAccountQuery.js +1 -1
  794. package/esm/auth/hooks/queries/useConnectedAccountsQuery.d.ts +4 -4
  795. package/esm/auth/hooks/queries/useConnectedAccountsQuery.js +1 -1
  796. package/esm/auth/hooks/queries/useCryptoAddressQuery.d.ts +4 -4
  797. package/esm/auth/hooks/queries/useCryptoAddressQuery.js +1 -1
  798. package/esm/auth/hooks/queries/useCryptoAddressesQuery.d.ts +4 -4
  799. package/esm/auth/hooks/queries/useCryptoAddressesQuery.js +1 -1
  800. package/esm/auth/hooks/queries/useEmailQuery.d.ts +4 -4
  801. package/esm/auth/hooks/queries/useEmailQuery.js +1 -1
  802. package/esm/auth/hooks/queries/useEmailsQuery.d.ts +4 -4
  803. package/esm/auth/hooks/queries/useEmailsQuery.js +1 -1
  804. package/esm/auth/hooks/queries/usePhoneNumberQuery.d.ts +4 -4
  805. package/esm/auth/hooks/queries/usePhoneNumberQuery.js +1 -1
  806. package/esm/auth/hooks/queries/usePhoneNumbersQuery.d.ts +4 -4
  807. package/esm/auth/hooks/queries/usePhoneNumbersQuery.js +1 -1
  808. package/esm/auth/hooks/query-keys.d.ts +14 -14
  809. package/esm/auth/hooks/query-keys.js +8 -8
  810. package/esm/auth/orm/index.d.ts +2 -2
  811. package/esm/auth/orm/index.js +2 -2
  812. package/esm/auth/orm/input-types.d.ts +163 -128
  813. package/esm/auth/orm/models/index.d.ts +1 -1
  814. package/esm/auth/orm/models/index.js +1 -1
  815. package/esm/auth/schema-types.d.ts +233 -183
  816. package/esm/auth/types.d.ts +9 -9
  817. package/esm/public/hooks/index.d.ts +1 -1
  818. package/esm/public/hooks/index.js +1 -1
  819. package/esm/public/hooks/invalidation.d.ts +77 -47
  820. package/esm/public/hooks/invalidation.js +201 -121
  821. package/esm/public/hooks/mutation-keys.d.ts +154 -94
  822. package/esm/public/hooks/mutation-keys.js +93 -55
  823. package/esm/public/hooks/mutations/index.d.ts +35 -24
  824. package/esm/public/hooks/mutations/index.js +35 -24
  825. package/esm/public/hooks/mutations/useCreateApiModuleMutation.d.ts +2 -2
  826. package/esm/public/hooks/mutations/useCreateApiModuleMutation.js +1 -1
  827. package/esm/public/hooks/mutations/useCreateApiMutation.d.ts +2 -2
  828. package/esm/public/hooks/mutations/useCreateApiMutation.js +1 -1
  829. package/esm/public/hooks/mutations/useCreateApiSchemaMutation.d.ts +2 -2
  830. package/esm/public/hooks/mutations/useCreateApiSchemaMutation.js +1 -1
  831. package/esm/public/hooks/mutations/useCreateAppAchievementMutation.d.ts +2 -2
  832. package/esm/public/hooks/mutations/useCreateAppAchievementMutation.js +1 -1
  833. package/esm/public/hooks/mutations/useCreateAppAdminGrantMutation.d.ts +2 -2
  834. package/esm/public/hooks/mutations/useCreateAppAdminGrantMutation.js +1 -1
  835. package/esm/public/hooks/mutations/useCreateAppGrantMutation.d.ts +2 -2
  836. package/esm/public/hooks/mutations/useCreateAppGrantMutation.js +1 -1
  837. package/esm/public/hooks/mutations/useCreateAppLevelMutation.d.ts +2 -2
  838. package/esm/public/hooks/mutations/useCreateAppLevelMutation.js +1 -1
  839. package/esm/public/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +2 -2
  840. package/esm/public/hooks/mutations/useCreateAppLevelRequirementMutation.js +1 -1
  841. package/esm/public/hooks/mutations/useCreateAppLimitDefaultMutation.d.ts +2 -2
  842. package/esm/public/hooks/mutations/useCreateAppLimitDefaultMutation.js +1 -1
  843. package/esm/public/hooks/mutations/useCreateAppLimitMutation.d.ts +2 -2
  844. package/esm/public/hooks/mutations/useCreateAppLimitMutation.js +1 -1
  845. package/esm/public/hooks/mutations/useCreateAppMembershipDefaultMutation.d.ts +2 -2
  846. package/esm/public/hooks/mutations/useCreateAppMembershipDefaultMutation.js +1 -1
  847. package/esm/public/hooks/mutations/useCreateAppMembershipMutation.d.ts +2 -2
  848. package/esm/public/hooks/mutations/useCreateAppMembershipMutation.js +1 -1
  849. package/esm/public/hooks/mutations/useCreateAppMutation.d.ts +2 -2
  850. package/esm/public/hooks/mutations/useCreateAppMutation.js +1 -1
  851. package/esm/public/hooks/mutations/useCreateAppOwnerGrantMutation.d.ts +2 -2
  852. package/esm/public/hooks/mutations/useCreateAppOwnerGrantMutation.js +1 -1
  853. package/esm/public/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +2 -2
  854. package/esm/public/hooks/mutations/useCreateAppPermissionDefaultMutation.js +1 -1
  855. package/esm/public/hooks/mutations/useCreateAppPermissionMutation.d.ts +2 -2
  856. package/esm/public/hooks/mutations/useCreateAppPermissionMutation.js +1 -1
  857. package/esm/public/hooks/mutations/useCreateAppStepMutation.d.ts +2 -2
  858. package/esm/public/hooks/mutations/useCreateAppStepMutation.js +1 -1
  859. package/esm/public/hooks/mutations/useCreateAuditLogMutation.d.ts +2 -2
  860. package/esm/public/hooks/mutations/useCreateAuditLogMutation.js +1 -1
  861. package/esm/public/hooks/mutations/useCreateClaimedInviteMutation.d.ts +2 -2
  862. package/esm/public/hooks/mutations/useCreateClaimedInviteMutation.js +1 -1
  863. package/esm/public/hooks/mutations/useCreateConnectedAccountMutation.d.ts +2 -2
  864. package/esm/public/hooks/mutations/useCreateConnectedAccountMutation.js +1 -1
  865. package/esm/public/hooks/mutations/useCreateCryptoAddressMutation.d.ts +2 -2
  866. package/esm/public/hooks/mutations/useCreateCryptoAddressMutation.js +1 -1
  867. package/esm/public/hooks/mutations/useCreateDefaultPrivilegeMutation.d.ts +34 -0
  868. package/esm/public/hooks/mutations/{useCreateLimitFunctionMutation.js → useCreateDefaultPrivilegeMutation.js} +7 -7
  869. package/esm/public/hooks/mutations/useCreateDomainMutation.d.ts +2 -2
  870. package/esm/public/hooks/mutations/useCreateDomainMutation.js +1 -1
  871. package/esm/public/hooks/mutations/useCreateEmailMutation.d.ts +2 -2
  872. package/esm/public/hooks/mutations/useCreateEmailMutation.js +1 -1
  873. package/esm/public/hooks/mutations/useCreateInviteMutation.d.ts +2 -2
  874. package/esm/public/hooks/mutations/useCreateInviteMutation.js +1 -1
  875. package/esm/public/hooks/mutations/useCreateMembershipTypeMutation.d.ts +2 -2
  876. package/esm/public/hooks/mutations/useCreateMembershipTypeMutation.js +1 -1
  877. package/esm/public/hooks/mutations/useCreateOrgAdminGrantMutation.d.ts +2 -2
  878. package/esm/public/hooks/mutations/useCreateOrgAdminGrantMutation.js +1 -1
  879. package/esm/public/hooks/mutations/useCreateOrgChartEdgeGrantMutation.d.ts +34 -0
  880. package/esm/public/hooks/mutations/useCreateOrgChartEdgeGrantMutation.js +31 -0
  881. package/esm/public/hooks/mutations/useCreateOrgChartEdgeMutation.d.ts +34 -0
  882. package/esm/public/hooks/mutations/useCreateOrgChartEdgeMutation.js +31 -0
  883. package/esm/public/hooks/mutations/useCreateOrgClaimedInviteMutation.d.ts +2 -2
  884. package/esm/public/hooks/mutations/useCreateOrgClaimedInviteMutation.js +1 -1
  885. package/esm/public/hooks/mutations/useCreateOrgGetManagersRecordMutation.d.ts +34 -0
  886. package/esm/public/hooks/mutations/useCreateOrgGetManagersRecordMutation.js +31 -0
  887. package/esm/public/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.d.ts +34 -0
  888. package/esm/public/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.js +31 -0
  889. package/esm/public/hooks/mutations/useCreateOrgGrantMutation.d.ts +2 -2
  890. package/esm/public/hooks/mutations/useCreateOrgGrantMutation.js +1 -1
  891. package/esm/public/hooks/mutations/useCreateOrgInviteMutation.d.ts +2 -2
  892. package/esm/public/hooks/mutations/useCreateOrgInviteMutation.js +1 -1
  893. package/esm/public/hooks/mutations/useCreateOrgLimitDefaultMutation.d.ts +2 -2
  894. package/esm/public/hooks/mutations/useCreateOrgLimitDefaultMutation.js +1 -1
  895. package/esm/public/hooks/mutations/useCreateOrgLimitMutation.d.ts +2 -2
  896. package/esm/public/hooks/mutations/useCreateOrgLimitMutation.js +1 -1
  897. package/esm/public/hooks/mutations/useCreateOrgMemberMutation.d.ts +2 -2
  898. package/esm/public/hooks/mutations/useCreateOrgMemberMutation.js +1 -1
  899. package/esm/public/hooks/mutations/useCreateOrgMembershipDefaultMutation.d.ts +2 -2
  900. package/esm/public/hooks/mutations/useCreateOrgMembershipDefaultMutation.js +1 -1
  901. package/esm/public/hooks/mutations/useCreateOrgMembershipMutation.d.ts +2 -2
  902. package/esm/public/hooks/mutations/useCreateOrgMembershipMutation.js +1 -1
  903. package/esm/public/hooks/mutations/useCreateOrgOwnerGrantMutation.d.ts +2 -2
  904. package/esm/public/hooks/mutations/useCreateOrgOwnerGrantMutation.js +1 -1
  905. package/esm/public/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +2 -2
  906. package/esm/public/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +1 -1
  907. package/esm/public/hooks/mutations/useCreateOrgPermissionMutation.d.ts +2 -2
  908. package/esm/public/hooks/mutations/useCreateOrgPermissionMutation.js +1 -1
  909. package/esm/public/hooks/mutations/useCreatePhoneNumberMutation.d.ts +2 -2
  910. package/esm/public/hooks/mutations/useCreatePhoneNumberMutation.js +1 -1
  911. package/esm/public/hooks/mutations/useCreateRelationProvisionMutation.d.ts +48 -0
  912. package/esm/public/hooks/mutations/useCreateRelationProvisionMutation.js +38 -0
  913. package/esm/public/hooks/mutations/useCreateSecureTableProvisionMutation.d.ts +34 -0
  914. package/esm/public/hooks/mutations/useCreateSecureTableProvisionMutation.js +31 -0
  915. package/esm/public/hooks/mutations/useCreateSiteMetadatumMutation.d.ts +2 -2
  916. package/esm/public/hooks/mutations/useCreateSiteMetadatumMutation.js +1 -1
  917. package/esm/public/hooks/mutations/useCreateSiteModuleMutation.d.ts +2 -2
  918. package/esm/public/hooks/mutations/useCreateSiteModuleMutation.js +1 -1
  919. package/esm/public/hooks/mutations/useCreateSiteMutation.d.ts +2 -2
  920. package/esm/public/hooks/mutations/useCreateSiteMutation.js +1 -1
  921. package/esm/public/hooks/mutations/useCreateSiteThemeMutation.d.ts +2 -2
  922. package/esm/public/hooks/mutations/useCreateSiteThemeMutation.js +1 -1
  923. package/esm/public/hooks/mutations/useDeleteApiModuleMutation.d.ts +2 -2
  924. package/esm/public/hooks/mutations/useDeleteApiModuleMutation.js +1 -1
  925. package/esm/public/hooks/mutations/useDeleteApiMutation.d.ts +2 -2
  926. package/esm/public/hooks/mutations/useDeleteApiMutation.js +1 -1
  927. package/esm/public/hooks/mutations/useDeleteApiSchemaMutation.d.ts +2 -2
  928. package/esm/public/hooks/mutations/useDeleteApiSchemaMutation.js +1 -1
  929. package/esm/public/hooks/mutations/useDeleteAppAchievementMutation.d.ts +2 -2
  930. package/esm/public/hooks/mutations/useDeleteAppAchievementMutation.js +1 -1
  931. package/esm/public/hooks/mutations/useDeleteAppAdminGrantMutation.d.ts +2 -2
  932. package/esm/public/hooks/mutations/useDeleteAppAdminGrantMutation.js +1 -1
  933. package/esm/public/hooks/mutations/useDeleteAppGrantMutation.d.ts +2 -2
  934. package/esm/public/hooks/mutations/useDeleteAppGrantMutation.js +1 -1
  935. package/esm/public/hooks/mutations/useDeleteAppLevelMutation.d.ts +2 -2
  936. package/esm/public/hooks/mutations/useDeleteAppLevelMutation.js +1 -1
  937. package/esm/public/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +2 -2
  938. package/esm/public/hooks/mutations/useDeleteAppLevelRequirementMutation.js +1 -1
  939. package/esm/public/hooks/mutations/useDeleteAppLimitDefaultMutation.d.ts +2 -2
  940. package/esm/public/hooks/mutations/useDeleteAppLimitDefaultMutation.js +1 -1
  941. package/esm/public/hooks/mutations/useDeleteAppLimitMutation.d.ts +2 -2
  942. package/esm/public/hooks/mutations/useDeleteAppLimitMutation.js +1 -1
  943. package/esm/public/hooks/mutations/useDeleteAppMembershipDefaultMutation.d.ts +2 -2
  944. package/esm/public/hooks/mutations/useDeleteAppMembershipDefaultMutation.js +1 -1
  945. package/esm/public/hooks/mutations/useDeleteAppMembershipMutation.d.ts +2 -2
  946. package/esm/public/hooks/mutations/useDeleteAppMembershipMutation.js +1 -1
  947. package/esm/public/hooks/mutations/useDeleteAppMutation.d.ts +2 -2
  948. package/esm/public/hooks/mutations/useDeleteAppMutation.js +1 -1
  949. package/esm/public/hooks/mutations/useDeleteAppOwnerGrantMutation.d.ts +2 -2
  950. package/esm/public/hooks/mutations/useDeleteAppOwnerGrantMutation.js +1 -1
  951. package/esm/public/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +2 -2
  952. package/esm/public/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +1 -1
  953. package/esm/public/hooks/mutations/useDeleteAppPermissionMutation.d.ts +2 -2
  954. package/esm/public/hooks/mutations/useDeleteAppPermissionMutation.js +1 -1
  955. package/esm/public/hooks/mutations/useDeleteAppStepMutation.d.ts +2 -2
  956. package/esm/public/hooks/mutations/useDeleteAppStepMutation.js +1 -1
  957. package/esm/public/hooks/mutations/useDeleteAuditLogMutation.d.ts +2 -2
  958. package/esm/public/hooks/mutations/useDeleteAuditLogMutation.js +1 -1
  959. package/esm/public/hooks/mutations/useDeleteClaimedInviteMutation.d.ts +2 -2
  960. package/esm/public/hooks/mutations/useDeleteClaimedInviteMutation.js +1 -1
  961. package/esm/public/hooks/mutations/useDeleteConnectedAccountMutation.d.ts +2 -2
  962. package/esm/public/hooks/mutations/useDeleteConnectedAccountMutation.js +1 -1
  963. package/esm/public/hooks/mutations/useDeleteCryptoAddressMutation.d.ts +2 -2
  964. package/esm/public/hooks/mutations/useDeleteCryptoAddressMutation.js +1 -1
  965. package/esm/public/hooks/mutations/useDeleteDefaultPrivilegeMutation.d.ts +38 -0
  966. package/esm/public/hooks/mutations/{useDeleteLimitFunctionMutation.js → useDeleteDefaultPrivilegeMutation.js} +8 -8
  967. package/esm/public/hooks/mutations/useDeleteDomainMutation.d.ts +2 -2
  968. package/esm/public/hooks/mutations/useDeleteDomainMutation.js +1 -1
  969. package/esm/public/hooks/mutations/useDeleteEmailMutation.d.ts +2 -2
  970. package/esm/public/hooks/mutations/useDeleteEmailMutation.js +1 -1
  971. package/esm/public/hooks/mutations/useDeleteInviteMutation.d.ts +2 -2
  972. package/esm/public/hooks/mutations/useDeleteInviteMutation.js +1 -1
  973. package/esm/public/hooks/mutations/useDeleteMembershipTypeMutation.d.ts +2 -2
  974. package/esm/public/hooks/mutations/useDeleteMembershipTypeMutation.js +1 -1
  975. package/esm/public/hooks/mutations/useDeleteOrgAdminGrantMutation.d.ts +2 -2
  976. package/esm/public/hooks/mutations/useDeleteOrgAdminGrantMutation.js +1 -1
  977. package/esm/public/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.d.ts +38 -0
  978. package/esm/public/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.js +36 -0
  979. package/esm/public/hooks/mutations/useDeleteOrgChartEdgeMutation.d.ts +38 -0
  980. package/esm/public/hooks/mutations/useDeleteOrgChartEdgeMutation.js +36 -0
  981. package/esm/public/hooks/mutations/useDeleteOrgClaimedInviteMutation.d.ts +2 -2
  982. package/esm/public/hooks/mutations/useDeleteOrgClaimedInviteMutation.js +1 -1
  983. package/esm/public/hooks/mutations/useDeleteOrgGrantMutation.d.ts +2 -2
  984. package/esm/public/hooks/mutations/useDeleteOrgGrantMutation.js +1 -1
  985. package/esm/public/hooks/mutations/useDeleteOrgInviteMutation.d.ts +2 -2
  986. package/esm/public/hooks/mutations/useDeleteOrgInviteMutation.js +1 -1
  987. package/esm/public/hooks/mutations/useDeleteOrgLimitDefaultMutation.d.ts +2 -2
  988. package/esm/public/hooks/mutations/useDeleteOrgLimitDefaultMutation.js +1 -1
  989. package/esm/public/hooks/mutations/useDeleteOrgLimitMutation.d.ts +2 -2
  990. package/esm/public/hooks/mutations/useDeleteOrgLimitMutation.js +1 -1
  991. package/esm/public/hooks/mutations/useDeleteOrgMemberMutation.d.ts +2 -2
  992. package/esm/public/hooks/mutations/useDeleteOrgMemberMutation.js +1 -1
  993. package/esm/public/hooks/mutations/useDeleteOrgMembershipDefaultMutation.d.ts +2 -2
  994. package/esm/public/hooks/mutations/useDeleteOrgMembershipDefaultMutation.js +1 -1
  995. package/esm/public/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +2 -2
  996. package/esm/public/hooks/mutations/useDeleteOrgMembershipMutation.js +1 -1
  997. package/esm/public/hooks/mutations/useDeleteOrgOwnerGrantMutation.d.ts +2 -2
  998. package/esm/public/hooks/mutations/useDeleteOrgOwnerGrantMutation.js +1 -1
  999. package/esm/public/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +2 -2
  1000. package/esm/public/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +1 -1
  1001. package/esm/public/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +2 -2
  1002. package/esm/public/hooks/mutations/useDeleteOrgPermissionMutation.js +1 -1
  1003. package/esm/public/hooks/mutations/useDeletePhoneNumberMutation.d.ts +2 -2
  1004. package/esm/public/hooks/mutations/useDeletePhoneNumberMutation.js +1 -1
  1005. package/esm/public/hooks/mutations/useDeleteRelationProvisionMutation.d.ts +52 -0
  1006. package/esm/public/hooks/mutations/useDeleteRelationProvisionMutation.js +43 -0
  1007. package/esm/public/hooks/mutations/useDeleteSecureTableProvisionMutation.d.ts +38 -0
  1008. package/esm/public/hooks/mutations/useDeleteSecureTableProvisionMutation.js +36 -0
  1009. package/esm/public/hooks/mutations/useDeleteSiteMetadatumMutation.d.ts +2 -2
  1010. package/esm/public/hooks/mutations/useDeleteSiteMetadatumMutation.js +1 -1
  1011. package/esm/public/hooks/mutations/useDeleteSiteModuleMutation.d.ts +2 -2
  1012. package/esm/public/hooks/mutations/useDeleteSiteModuleMutation.js +1 -1
  1013. package/esm/public/hooks/mutations/useDeleteSiteMutation.d.ts +2 -2
  1014. package/esm/public/hooks/mutations/useDeleteSiteMutation.js +1 -1
  1015. package/esm/public/hooks/mutations/useDeleteSiteThemeMutation.d.ts +2 -2
  1016. package/esm/public/hooks/mutations/useDeleteSiteThemeMutation.js +1 -1
  1017. package/esm/public/hooks/mutations/useUpdateApiModuleMutation.d.ts +2 -2
  1018. package/esm/public/hooks/mutations/useUpdateApiModuleMutation.js +1 -1
  1019. package/esm/public/hooks/mutations/useUpdateApiMutation.d.ts +2 -2
  1020. package/esm/public/hooks/mutations/useUpdateApiMutation.js +1 -1
  1021. package/esm/public/hooks/mutations/useUpdateApiSchemaMutation.d.ts +2 -2
  1022. package/esm/public/hooks/mutations/useUpdateApiSchemaMutation.js +1 -1
  1023. package/esm/public/hooks/mutations/useUpdateAppAchievementMutation.d.ts +2 -2
  1024. package/esm/public/hooks/mutations/useUpdateAppAchievementMutation.js +1 -1
  1025. package/esm/public/hooks/mutations/useUpdateAppAdminGrantMutation.d.ts +2 -2
  1026. package/esm/public/hooks/mutations/useUpdateAppAdminGrantMutation.js +1 -1
  1027. package/esm/public/hooks/mutations/useUpdateAppGrantMutation.d.ts +2 -2
  1028. package/esm/public/hooks/mutations/useUpdateAppGrantMutation.js +1 -1
  1029. package/esm/public/hooks/mutations/useUpdateAppLevelMutation.d.ts +2 -2
  1030. package/esm/public/hooks/mutations/useUpdateAppLevelMutation.js +1 -1
  1031. package/esm/public/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +2 -2
  1032. package/esm/public/hooks/mutations/useUpdateAppLevelRequirementMutation.js +1 -1
  1033. package/esm/public/hooks/mutations/useUpdateAppLimitDefaultMutation.d.ts +2 -2
  1034. package/esm/public/hooks/mutations/useUpdateAppLimitDefaultMutation.js +1 -1
  1035. package/esm/public/hooks/mutations/useUpdateAppLimitMutation.d.ts +2 -2
  1036. package/esm/public/hooks/mutations/useUpdateAppLimitMutation.js +1 -1
  1037. package/esm/public/hooks/mutations/useUpdateAppMembershipDefaultMutation.d.ts +2 -2
  1038. package/esm/public/hooks/mutations/useUpdateAppMembershipDefaultMutation.js +1 -1
  1039. package/esm/public/hooks/mutations/useUpdateAppMembershipMutation.d.ts +2 -2
  1040. package/esm/public/hooks/mutations/useUpdateAppMembershipMutation.js +1 -1
  1041. package/esm/public/hooks/mutations/useUpdateAppMutation.d.ts +2 -2
  1042. package/esm/public/hooks/mutations/useUpdateAppMutation.js +1 -1
  1043. package/esm/public/hooks/mutations/useUpdateAppOwnerGrantMutation.d.ts +2 -2
  1044. package/esm/public/hooks/mutations/useUpdateAppOwnerGrantMutation.js +1 -1
  1045. package/esm/public/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +2 -2
  1046. package/esm/public/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +1 -1
  1047. package/esm/public/hooks/mutations/useUpdateAppPermissionMutation.d.ts +2 -2
  1048. package/esm/public/hooks/mutations/useUpdateAppPermissionMutation.js +1 -1
  1049. package/esm/public/hooks/mutations/useUpdateAppStepMutation.d.ts +2 -2
  1050. package/esm/public/hooks/mutations/useUpdateAppStepMutation.js +1 -1
  1051. package/esm/public/hooks/mutations/useUpdateAuditLogMutation.d.ts +2 -2
  1052. package/esm/public/hooks/mutations/useUpdateAuditLogMutation.js +1 -1
  1053. package/esm/public/hooks/mutations/useUpdateClaimedInviteMutation.d.ts +2 -2
  1054. package/esm/public/hooks/mutations/useUpdateClaimedInviteMutation.js +1 -1
  1055. package/esm/public/hooks/mutations/useUpdateConnectedAccountMutation.d.ts +2 -2
  1056. package/esm/public/hooks/mutations/useUpdateConnectedAccountMutation.js +1 -1
  1057. package/esm/public/hooks/mutations/useUpdateCryptoAddressMutation.d.ts +2 -2
  1058. package/esm/public/hooks/mutations/useUpdateCryptoAddressMutation.js +1 -1
  1059. package/esm/public/hooks/mutations/useUpdateDefaultPrivilegeMutation.d.ts +40 -0
  1060. package/esm/public/hooks/mutations/{useUpdateLimitFunctionMutation.js → useUpdateDefaultPrivilegeMutation.js} +10 -10
  1061. package/esm/public/hooks/mutations/useUpdateDomainMutation.d.ts +2 -2
  1062. package/esm/public/hooks/mutations/useUpdateDomainMutation.js +1 -1
  1063. package/esm/public/hooks/mutations/useUpdateEmailMutation.d.ts +2 -2
  1064. package/esm/public/hooks/mutations/useUpdateEmailMutation.js +1 -1
  1065. package/esm/public/hooks/mutations/useUpdateInviteMutation.d.ts +2 -2
  1066. package/esm/public/hooks/mutations/useUpdateInviteMutation.js +1 -1
  1067. package/esm/public/hooks/mutations/useUpdateMembershipTypeMutation.d.ts +2 -2
  1068. package/esm/public/hooks/mutations/useUpdateMembershipTypeMutation.js +1 -1
  1069. package/esm/public/hooks/mutations/useUpdateOrgAdminGrantMutation.d.ts +2 -2
  1070. package/esm/public/hooks/mutations/useUpdateOrgAdminGrantMutation.js +1 -1
  1071. package/esm/public/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.d.ts +40 -0
  1072. package/esm/public/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.js +37 -0
  1073. package/esm/public/hooks/mutations/useUpdateOrgChartEdgeMutation.d.ts +40 -0
  1074. package/esm/public/hooks/mutations/useUpdateOrgChartEdgeMutation.js +37 -0
  1075. package/esm/public/hooks/mutations/useUpdateOrgClaimedInviteMutation.d.ts +2 -2
  1076. package/esm/public/hooks/mutations/useUpdateOrgClaimedInviteMutation.js +1 -1
  1077. package/esm/public/hooks/mutations/useUpdateOrgGrantMutation.d.ts +2 -2
  1078. package/esm/public/hooks/mutations/useUpdateOrgGrantMutation.js +1 -1
  1079. package/esm/public/hooks/mutations/useUpdateOrgInviteMutation.d.ts +2 -2
  1080. package/esm/public/hooks/mutations/useUpdateOrgInviteMutation.js +1 -1
  1081. package/esm/public/hooks/mutations/useUpdateOrgLimitDefaultMutation.d.ts +2 -2
  1082. package/esm/public/hooks/mutations/useUpdateOrgLimitDefaultMutation.js +1 -1
  1083. package/esm/public/hooks/mutations/useUpdateOrgLimitMutation.d.ts +2 -2
  1084. package/esm/public/hooks/mutations/useUpdateOrgLimitMutation.js +1 -1
  1085. package/esm/public/hooks/mutations/useUpdateOrgMemberMutation.d.ts +2 -2
  1086. package/esm/public/hooks/mutations/useUpdateOrgMemberMutation.js +1 -1
  1087. package/esm/public/hooks/mutations/useUpdateOrgMembershipDefaultMutation.d.ts +2 -2
  1088. package/esm/public/hooks/mutations/useUpdateOrgMembershipDefaultMutation.js +1 -1
  1089. package/esm/public/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +2 -2
  1090. package/esm/public/hooks/mutations/useUpdateOrgMembershipMutation.js +1 -1
  1091. package/esm/public/hooks/mutations/useUpdateOrgOwnerGrantMutation.d.ts +2 -2
  1092. package/esm/public/hooks/mutations/useUpdateOrgOwnerGrantMutation.js +1 -1
  1093. package/esm/public/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +2 -2
  1094. package/esm/public/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +1 -1
  1095. package/esm/public/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +2 -2
  1096. package/esm/public/hooks/mutations/useUpdateOrgPermissionMutation.js +1 -1
  1097. package/esm/public/hooks/mutations/useUpdatePhoneNumberMutation.d.ts +2 -2
  1098. package/esm/public/hooks/mutations/useUpdatePhoneNumberMutation.js +1 -1
  1099. package/esm/public/hooks/mutations/useUpdateRelationProvisionMutation.d.ts +54 -0
  1100. package/esm/public/hooks/mutations/useUpdateRelationProvisionMutation.js +44 -0
  1101. package/esm/public/hooks/mutations/useUpdateSecureTableProvisionMutation.d.ts +40 -0
  1102. package/esm/public/hooks/mutations/useUpdateSecureTableProvisionMutation.js +37 -0
  1103. package/esm/public/hooks/mutations/useUpdateSiteMetadatumMutation.d.ts +2 -2
  1104. package/esm/public/hooks/mutations/useUpdateSiteMetadatumMutation.js +1 -1
  1105. package/esm/public/hooks/mutations/useUpdateSiteModuleMutation.d.ts +2 -2
  1106. package/esm/public/hooks/mutations/useUpdateSiteModuleMutation.js +1 -1
  1107. package/esm/public/hooks/mutations/useUpdateSiteMutation.d.ts +2 -2
  1108. package/esm/public/hooks/mutations/useUpdateSiteMutation.js +1 -1
  1109. package/esm/public/hooks/mutations/useUpdateSiteThemeMutation.d.ts +2 -2
  1110. package/esm/public/hooks/mutations/useUpdateSiteThemeMutation.js +1 -1
  1111. package/esm/public/hooks/queries/index.d.ts +25 -16
  1112. package/esm/public/hooks/queries/index.js +25 -16
  1113. package/esm/public/hooks/queries/useApiModuleQuery.d.ts +4 -4
  1114. package/esm/public/hooks/queries/useApiModuleQuery.js +1 -1
  1115. package/esm/public/hooks/queries/useApiModulesQuery.d.ts +4 -4
  1116. package/esm/public/hooks/queries/useApiModulesQuery.js +1 -1
  1117. package/esm/public/hooks/queries/useApiQuery.d.ts +4 -4
  1118. package/esm/public/hooks/queries/useApiQuery.js +1 -1
  1119. package/esm/public/hooks/queries/useApiSchemaQuery.d.ts +4 -4
  1120. package/esm/public/hooks/queries/useApiSchemaQuery.js +1 -1
  1121. package/esm/public/hooks/queries/useApiSchemasQuery.d.ts +4 -4
  1122. package/esm/public/hooks/queries/useApiSchemasQuery.js +1 -1
  1123. package/esm/public/hooks/queries/useApisQuery.d.ts +4 -4
  1124. package/esm/public/hooks/queries/useApisQuery.js +1 -1
  1125. package/esm/public/hooks/queries/useAppAchievementQuery.d.ts +4 -4
  1126. package/esm/public/hooks/queries/useAppAchievementQuery.js +1 -1
  1127. package/esm/public/hooks/queries/useAppAchievementsQuery.d.ts +4 -4
  1128. package/esm/public/hooks/queries/useAppAchievementsQuery.js +1 -1
  1129. package/esm/public/hooks/queries/useAppAdminGrantQuery.d.ts +4 -4
  1130. package/esm/public/hooks/queries/useAppAdminGrantQuery.js +1 -1
  1131. package/esm/public/hooks/queries/useAppAdminGrantsQuery.d.ts +4 -4
  1132. package/esm/public/hooks/queries/useAppAdminGrantsQuery.js +1 -1
  1133. package/esm/public/hooks/queries/useAppGrantQuery.d.ts +4 -4
  1134. package/esm/public/hooks/queries/useAppGrantQuery.js +1 -1
  1135. package/esm/public/hooks/queries/useAppGrantsQuery.d.ts +4 -4
  1136. package/esm/public/hooks/queries/useAppGrantsQuery.js +1 -1
  1137. package/esm/public/hooks/queries/useAppLevelQuery.d.ts +4 -4
  1138. package/esm/public/hooks/queries/useAppLevelQuery.js +1 -1
  1139. package/esm/public/hooks/queries/useAppLevelRequirementQuery.d.ts +4 -4
  1140. package/esm/public/hooks/queries/useAppLevelRequirementQuery.js +1 -1
  1141. package/esm/public/hooks/queries/useAppLevelRequirementsQuery.d.ts +4 -4
  1142. package/esm/public/hooks/queries/useAppLevelRequirementsQuery.js +1 -1
  1143. package/esm/public/hooks/queries/useAppLevelsQuery.d.ts +4 -4
  1144. package/esm/public/hooks/queries/useAppLevelsQuery.js +1 -1
  1145. package/esm/public/hooks/queries/useAppLimitDefaultQuery.d.ts +4 -4
  1146. package/esm/public/hooks/queries/useAppLimitDefaultQuery.js +1 -1
  1147. package/esm/public/hooks/queries/useAppLimitDefaultsQuery.d.ts +4 -4
  1148. package/esm/public/hooks/queries/useAppLimitDefaultsQuery.js +1 -1
  1149. package/esm/public/hooks/queries/useAppLimitQuery.d.ts +4 -4
  1150. package/esm/public/hooks/queries/useAppLimitQuery.js +1 -1
  1151. package/esm/public/hooks/queries/useAppLimitsQuery.d.ts +4 -4
  1152. package/esm/public/hooks/queries/useAppLimitsQuery.js +1 -1
  1153. package/esm/public/hooks/queries/useAppMembershipDefaultQuery.d.ts +4 -4
  1154. package/esm/public/hooks/queries/useAppMembershipDefaultQuery.js +1 -1
  1155. package/esm/public/hooks/queries/useAppMembershipDefaultsQuery.d.ts +4 -4
  1156. package/esm/public/hooks/queries/useAppMembershipDefaultsQuery.js +1 -1
  1157. package/esm/public/hooks/queries/useAppMembershipQuery.d.ts +4 -4
  1158. package/esm/public/hooks/queries/useAppMembershipQuery.js +1 -1
  1159. package/esm/public/hooks/queries/useAppMembershipsQuery.d.ts +4 -4
  1160. package/esm/public/hooks/queries/useAppMembershipsQuery.js +1 -1
  1161. package/esm/public/hooks/queries/useAppOwnerGrantQuery.d.ts +4 -4
  1162. package/esm/public/hooks/queries/useAppOwnerGrantQuery.js +1 -1
  1163. package/esm/public/hooks/queries/useAppOwnerGrantsQuery.d.ts +4 -4
  1164. package/esm/public/hooks/queries/useAppOwnerGrantsQuery.js +1 -1
  1165. package/esm/public/hooks/queries/useAppPermissionDefaultQuery.d.ts +4 -4
  1166. package/esm/public/hooks/queries/useAppPermissionDefaultQuery.js +1 -1
  1167. package/esm/public/hooks/queries/useAppPermissionDefaultsQuery.d.ts +4 -4
  1168. package/esm/public/hooks/queries/useAppPermissionDefaultsQuery.js +1 -1
  1169. package/esm/public/hooks/queries/useAppPermissionQuery.d.ts +4 -4
  1170. package/esm/public/hooks/queries/useAppPermissionQuery.js +1 -1
  1171. package/esm/public/hooks/queries/useAppPermissionsQuery.d.ts +4 -4
  1172. package/esm/public/hooks/queries/useAppPermissionsQuery.js +1 -1
  1173. package/esm/public/hooks/queries/useAppQuery.d.ts +4 -4
  1174. package/esm/public/hooks/queries/useAppQuery.js +1 -1
  1175. package/esm/public/hooks/queries/useAppStepQuery.d.ts +4 -4
  1176. package/esm/public/hooks/queries/useAppStepQuery.js +1 -1
  1177. package/esm/public/hooks/queries/useAppStepsQuery.d.ts +4 -4
  1178. package/esm/public/hooks/queries/useAppStepsQuery.js +1 -1
  1179. package/esm/public/hooks/queries/useAppsQuery.d.ts +4 -4
  1180. package/esm/public/hooks/queries/useAppsQuery.js +1 -1
  1181. package/esm/public/hooks/queries/useAuditLogQuery.d.ts +4 -4
  1182. package/esm/public/hooks/queries/useAuditLogQuery.js +1 -1
  1183. package/esm/public/hooks/queries/useAuditLogsQuery.d.ts +4 -4
  1184. package/esm/public/hooks/queries/useAuditLogsQuery.js +1 -1
  1185. package/esm/public/hooks/queries/useClaimedInviteQuery.d.ts +4 -4
  1186. package/esm/public/hooks/queries/useClaimedInviteQuery.js +1 -1
  1187. package/esm/public/hooks/queries/useClaimedInvitesQuery.d.ts +4 -4
  1188. package/esm/public/hooks/queries/useClaimedInvitesQuery.js +1 -1
  1189. package/esm/public/hooks/queries/useConnectedAccountQuery.d.ts +4 -4
  1190. package/esm/public/hooks/queries/useConnectedAccountQuery.js +1 -1
  1191. package/esm/public/hooks/queries/useConnectedAccountsQuery.d.ts +4 -4
  1192. package/esm/public/hooks/queries/useConnectedAccountsQuery.js +1 -1
  1193. package/esm/public/hooks/queries/useCryptoAddressQuery.d.ts +4 -4
  1194. package/esm/public/hooks/queries/useCryptoAddressQuery.js +1 -1
  1195. package/esm/public/hooks/queries/useCryptoAddressesQuery.d.ts +4 -4
  1196. package/esm/public/hooks/queries/useCryptoAddressesQuery.js +1 -1
  1197. package/esm/public/hooks/queries/useDefaultPrivilegeQuery.d.ts +65 -0
  1198. package/esm/public/hooks/queries/{useLimitFunctionQuery.js → useDefaultPrivilegeQuery.js} +11 -11
  1199. package/esm/public/hooks/queries/useDefaultPrivilegesQuery.d.ts +69 -0
  1200. package/esm/public/hooks/queries/{useProceduresQuery.js → useDefaultPrivilegesQuery.js} +11 -11
  1201. package/esm/public/hooks/queries/useDomainQuery.d.ts +4 -4
  1202. package/esm/public/hooks/queries/useDomainQuery.js +1 -1
  1203. package/esm/public/hooks/queries/useDomainsQuery.d.ts +4 -4
  1204. package/esm/public/hooks/queries/useDomainsQuery.js +1 -1
  1205. package/esm/public/hooks/queries/useEmailQuery.d.ts +4 -4
  1206. package/esm/public/hooks/queries/useEmailQuery.js +1 -1
  1207. package/esm/public/hooks/queries/useEmailsQuery.d.ts +4 -4
  1208. package/esm/public/hooks/queries/useEmailsQuery.js +1 -1
  1209. package/esm/public/hooks/queries/useInviteQuery.d.ts +4 -4
  1210. package/esm/public/hooks/queries/useInviteQuery.js +1 -1
  1211. package/esm/public/hooks/queries/useInvitesQuery.d.ts +4 -4
  1212. package/esm/public/hooks/queries/useInvitesQuery.js +1 -1
  1213. package/esm/public/hooks/queries/useMembershipTypeQuery.d.ts +4 -4
  1214. package/esm/public/hooks/queries/useMembershipTypeQuery.js +1 -1
  1215. package/esm/public/hooks/queries/useMembershipTypesQuery.d.ts +4 -4
  1216. package/esm/public/hooks/queries/useMembershipTypesQuery.js +1 -1
  1217. package/esm/public/hooks/queries/useOrgAdminGrantQuery.d.ts +4 -4
  1218. package/esm/public/hooks/queries/useOrgAdminGrantQuery.js +1 -1
  1219. package/esm/public/hooks/queries/useOrgAdminGrantsQuery.d.ts +4 -4
  1220. package/esm/public/hooks/queries/useOrgAdminGrantsQuery.js +1 -1
  1221. package/esm/public/hooks/queries/useOrgChartEdgeGrantQuery.d.ts +65 -0
  1222. package/esm/public/hooks/queries/useOrgChartEdgeGrantQuery.js +47 -0
  1223. package/esm/public/hooks/queries/useOrgChartEdgeGrantsQuery.d.ts +69 -0
  1224. package/esm/public/hooks/queries/useOrgChartEdgeGrantsQuery.js +32 -0
  1225. package/esm/public/hooks/queries/useOrgChartEdgeQuery.d.ts +65 -0
  1226. package/esm/public/hooks/queries/useOrgChartEdgeQuery.js +47 -0
  1227. package/esm/public/hooks/queries/useOrgChartEdgesQuery.d.ts +69 -0
  1228. package/esm/public/hooks/queries/useOrgChartEdgesQuery.js +32 -0
  1229. package/esm/public/hooks/queries/useOrgClaimedInviteQuery.d.ts +4 -4
  1230. package/esm/public/hooks/queries/useOrgClaimedInviteQuery.js +1 -1
  1231. package/esm/public/hooks/queries/useOrgClaimedInvitesQuery.d.ts +4 -4
  1232. package/esm/public/hooks/queries/useOrgClaimedInvitesQuery.js +1 -1
  1233. package/esm/public/hooks/queries/useOrgGetManagersQuery.d.ts +69 -0
  1234. package/esm/public/hooks/queries/useOrgGetManagersQuery.js +32 -0
  1235. package/esm/public/hooks/queries/useOrgGetSubordinatesQuery.d.ts +69 -0
  1236. package/esm/public/hooks/queries/useOrgGetSubordinatesQuery.js +32 -0
  1237. package/esm/public/hooks/queries/useOrgGrantQuery.d.ts +4 -4
  1238. package/esm/public/hooks/queries/useOrgGrantQuery.js +1 -1
  1239. package/esm/public/hooks/queries/useOrgGrantsQuery.d.ts +4 -4
  1240. package/esm/public/hooks/queries/useOrgGrantsQuery.js +1 -1
  1241. package/esm/public/hooks/queries/useOrgInviteQuery.d.ts +4 -4
  1242. package/esm/public/hooks/queries/useOrgInviteQuery.js +1 -1
  1243. package/esm/public/hooks/queries/useOrgInvitesQuery.d.ts +4 -4
  1244. package/esm/public/hooks/queries/useOrgInvitesQuery.js +1 -1
  1245. package/esm/public/hooks/queries/useOrgIsManagerOfQuery.d.ts +53 -0
  1246. package/esm/public/hooks/queries/useOrgIsManagerOfQuery.js +47 -0
  1247. package/esm/public/hooks/queries/useOrgLimitDefaultQuery.d.ts +4 -4
  1248. package/esm/public/hooks/queries/useOrgLimitDefaultQuery.js +1 -1
  1249. package/esm/public/hooks/queries/useOrgLimitDefaultsQuery.d.ts +4 -4
  1250. package/esm/public/hooks/queries/useOrgLimitDefaultsQuery.js +1 -1
  1251. package/esm/public/hooks/queries/useOrgLimitQuery.d.ts +4 -4
  1252. package/esm/public/hooks/queries/useOrgLimitQuery.js +1 -1
  1253. package/esm/public/hooks/queries/useOrgLimitsQuery.d.ts +4 -4
  1254. package/esm/public/hooks/queries/useOrgLimitsQuery.js +1 -1
  1255. package/esm/public/hooks/queries/useOrgMemberQuery.d.ts +4 -4
  1256. package/esm/public/hooks/queries/useOrgMemberQuery.js +1 -1
  1257. package/esm/public/hooks/queries/useOrgMembersQuery.d.ts +4 -4
  1258. package/esm/public/hooks/queries/useOrgMembersQuery.js +1 -1
  1259. package/esm/public/hooks/queries/useOrgMembershipDefaultQuery.d.ts +4 -4
  1260. package/esm/public/hooks/queries/useOrgMembershipDefaultQuery.js +1 -1
  1261. package/esm/public/hooks/queries/useOrgMembershipDefaultsQuery.d.ts +4 -4
  1262. package/esm/public/hooks/queries/useOrgMembershipDefaultsQuery.js +1 -1
  1263. package/esm/public/hooks/queries/useOrgMembershipQuery.d.ts +4 -4
  1264. package/esm/public/hooks/queries/useOrgMembershipQuery.js +1 -1
  1265. package/esm/public/hooks/queries/useOrgMembershipsQuery.d.ts +4 -4
  1266. package/esm/public/hooks/queries/useOrgMembershipsQuery.js +1 -1
  1267. package/esm/public/hooks/queries/useOrgOwnerGrantQuery.d.ts +4 -4
  1268. package/esm/public/hooks/queries/useOrgOwnerGrantQuery.js +1 -1
  1269. package/esm/public/hooks/queries/useOrgOwnerGrantsQuery.d.ts +4 -4
  1270. package/esm/public/hooks/queries/useOrgOwnerGrantsQuery.js +1 -1
  1271. package/esm/public/hooks/queries/useOrgPermissionDefaultQuery.d.ts +4 -4
  1272. package/esm/public/hooks/queries/useOrgPermissionDefaultQuery.js +1 -1
  1273. package/esm/public/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +4 -4
  1274. package/esm/public/hooks/queries/useOrgPermissionDefaultsQuery.js +1 -1
  1275. package/esm/public/hooks/queries/useOrgPermissionQuery.d.ts +4 -4
  1276. package/esm/public/hooks/queries/useOrgPermissionQuery.js +1 -1
  1277. package/esm/public/hooks/queries/useOrgPermissionsQuery.d.ts +4 -4
  1278. package/esm/public/hooks/queries/useOrgPermissionsQuery.js +1 -1
  1279. package/esm/public/hooks/queries/usePhoneNumberQuery.d.ts +4 -4
  1280. package/esm/public/hooks/queries/usePhoneNumberQuery.js +1 -1
  1281. package/esm/public/hooks/queries/usePhoneNumbersQuery.d.ts +4 -4
  1282. package/esm/public/hooks/queries/usePhoneNumbersQuery.js +1 -1
  1283. package/esm/public/hooks/queries/useRelationProvisionQuery.d.ts +93 -0
  1284. package/esm/public/hooks/queries/useRelationProvisionQuery.js +54 -0
  1285. package/esm/public/hooks/queries/useRelationProvisionsQuery.d.ts +97 -0
  1286. package/esm/public/hooks/queries/useRelationProvisionsQuery.js +39 -0
  1287. package/esm/public/hooks/queries/useSecureTableProvisionQuery.d.ts +65 -0
  1288. package/esm/public/hooks/queries/useSecureTableProvisionQuery.js +47 -0
  1289. package/esm/public/hooks/queries/useSecureTableProvisionsQuery.d.ts +69 -0
  1290. package/esm/public/hooks/queries/useSecureTableProvisionsQuery.js +32 -0
  1291. package/esm/public/hooks/queries/useSiteMetadataQuery.d.ts +4 -4
  1292. package/esm/public/hooks/queries/useSiteMetadataQuery.js +1 -1
  1293. package/esm/public/hooks/queries/useSiteMetadatumQuery.d.ts +4 -4
  1294. package/esm/public/hooks/queries/useSiteMetadatumQuery.js +1 -1
  1295. package/esm/public/hooks/queries/useSiteModuleQuery.d.ts +4 -4
  1296. package/esm/public/hooks/queries/useSiteModuleQuery.js +1 -1
  1297. package/esm/public/hooks/queries/useSiteModulesQuery.d.ts +4 -4
  1298. package/esm/public/hooks/queries/useSiteModulesQuery.js +1 -1
  1299. package/esm/public/hooks/queries/useSiteQuery.d.ts +4 -4
  1300. package/esm/public/hooks/queries/useSiteQuery.js +1 -1
  1301. package/esm/public/hooks/queries/useSiteThemeQuery.d.ts +4 -4
  1302. package/esm/public/hooks/queries/useSiteThemeQuery.js +1 -1
  1303. package/esm/public/hooks/queries/useSiteThemesQuery.d.ts +4 -4
  1304. package/esm/public/hooks/queries/useSiteThemesQuery.js +1 -1
  1305. package/esm/public/hooks/queries/useSitesQuery.d.ts +4 -4
  1306. package/esm/public/hooks/queries/useSitesQuery.js +1 -1
  1307. package/esm/public/hooks/query-keys.d.ts +182 -110
  1308. package/esm/public/hooks/query-keys.js +104 -63
  1309. package/esm/public/orm/index.d.ts +31 -16
  1310. package/esm/public/orm/index.js +26 -16
  1311. package/esm/public/orm/input-types.d.ts +2255 -1110
  1312. package/esm/public/orm/input-types.js +14 -3
  1313. package/esm/public/orm/models/defaultPrivilege.d.ts +56 -0
  1314. package/esm/public/orm/models/defaultPrivilege.js +94 -0
  1315. package/esm/public/orm/models/index.d.ts +13 -8
  1316. package/esm/public/orm/models/index.js +13 -8
  1317. package/esm/public/orm/models/orgChartEdge.d.ts +56 -0
  1318. package/esm/public/orm/models/{limitFunction.js → orgChartEdge.js} +23 -23
  1319. package/esm/public/orm/models/orgChartEdgeGrant.d.ts +56 -0
  1320. package/esm/public/orm/models/orgChartEdgeGrant.js +94 -0
  1321. package/esm/public/orm/models/orgGetManagersRecord.d.ts +32 -0
  1322. package/esm/public/orm/models/orgGetManagersRecord.js +51 -0
  1323. package/esm/public/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
  1324. package/esm/public/orm/models/orgGetSubordinatesRecord.js +51 -0
  1325. package/esm/public/orm/models/relationProvision.d.ts +56 -0
  1326. package/esm/public/orm/models/relationProvision.js +94 -0
  1327. package/esm/public/orm/models/secureTableProvision.d.ts +56 -0
  1328. package/esm/public/orm/models/secureTableProvision.js +94 -0
  1329. package/esm/public/orm/query/index.d.ts +11 -0
  1330. package/esm/public/orm/query/index.js +24 -0
  1331. package/esm/public/schema-types.d.ts +3511 -2302
  1332. package/esm/public/types.d.ts +143 -78
  1333. package/package.json +9 -9
  1334. package/public/hooks/index.d.ts +1 -1
  1335. package/public/hooks/index.js +1 -1
  1336. package/public/hooks/invalidation.d.ts +77 -47
  1337. package/public/hooks/invalidation.js +200 -120
  1338. package/public/hooks/mutation-keys.d.ts +154 -94
  1339. package/public/hooks/mutation-keys.js +96 -58
  1340. package/public/hooks/mutations/index.d.ts +35 -24
  1341. package/public/hooks/mutations/index.js +35 -24
  1342. package/public/hooks/mutations/useCreateApiModuleMutation.d.ts +2 -2
  1343. package/public/hooks/mutations/useCreateApiModuleMutation.js +1 -1
  1344. package/public/hooks/mutations/useCreateApiMutation.d.ts +2 -2
  1345. package/public/hooks/mutations/useCreateApiMutation.js +1 -1
  1346. package/public/hooks/mutations/useCreateApiSchemaMutation.d.ts +2 -2
  1347. package/public/hooks/mutations/useCreateApiSchemaMutation.js +1 -1
  1348. package/public/hooks/mutations/useCreateAppAchievementMutation.d.ts +2 -2
  1349. package/public/hooks/mutations/useCreateAppAchievementMutation.js +1 -1
  1350. package/public/hooks/mutations/useCreateAppAdminGrantMutation.d.ts +2 -2
  1351. package/public/hooks/mutations/useCreateAppAdminGrantMutation.js +1 -1
  1352. package/public/hooks/mutations/useCreateAppGrantMutation.d.ts +2 -2
  1353. package/public/hooks/mutations/useCreateAppGrantMutation.js +1 -1
  1354. package/public/hooks/mutations/useCreateAppLevelMutation.d.ts +2 -2
  1355. package/public/hooks/mutations/useCreateAppLevelMutation.js +1 -1
  1356. package/public/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +2 -2
  1357. package/public/hooks/mutations/useCreateAppLevelRequirementMutation.js +1 -1
  1358. package/public/hooks/mutations/useCreateAppLimitDefaultMutation.d.ts +2 -2
  1359. package/public/hooks/mutations/useCreateAppLimitDefaultMutation.js +1 -1
  1360. package/public/hooks/mutations/useCreateAppLimitMutation.d.ts +2 -2
  1361. package/public/hooks/mutations/useCreateAppLimitMutation.js +1 -1
  1362. package/public/hooks/mutations/useCreateAppMembershipDefaultMutation.d.ts +2 -2
  1363. package/public/hooks/mutations/useCreateAppMembershipDefaultMutation.js +1 -1
  1364. package/public/hooks/mutations/useCreateAppMembershipMutation.d.ts +2 -2
  1365. package/public/hooks/mutations/useCreateAppMembershipMutation.js +1 -1
  1366. package/public/hooks/mutations/useCreateAppMutation.d.ts +2 -2
  1367. package/public/hooks/mutations/useCreateAppMutation.js +1 -1
  1368. package/public/hooks/mutations/useCreateAppOwnerGrantMutation.d.ts +2 -2
  1369. package/public/hooks/mutations/useCreateAppOwnerGrantMutation.js +1 -1
  1370. package/public/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +2 -2
  1371. package/public/hooks/mutations/useCreateAppPermissionDefaultMutation.js +1 -1
  1372. package/public/hooks/mutations/useCreateAppPermissionMutation.d.ts +2 -2
  1373. package/public/hooks/mutations/useCreateAppPermissionMutation.js +1 -1
  1374. package/public/hooks/mutations/useCreateAppStepMutation.d.ts +2 -2
  1375. package/public/hooks/mutations/useCreateAppStepMutation.js +1 -1
  1376. package/public/hooks/mutations/useCreateAuditLogMutation.d.ts +2 -2
  1377. package/public/hooks/mutations/useCreateAuditLogMutation.js +1 -1
  1378. package/public/hooks/mutations/useCreateClaimedInviteMutation.d.ts +2 -2
  1379. package/public/hooks/mutations/useCreateClaimedInviteMutation.js +1 -1
  1380. package/public/hooks/mutations/useCreateConnectedAccountMutation.d.ts +2 -2
  1381. package/public/hooks/mutations/useCreateConnectedAccountMutation.js +1 -1
  1382. package/public/hooks/mutations/useCreateCryptoAddressMutation.d.ts +2 -2
  1383. package/public/hooks/mutations/useCreateCryptoAddressMutation.js +1 -1
  1384. package/public/hooks/mutations/useCreateDefaultPrivilegeMutation.d.ts +34 -0
  1385. package/public/hooks/mutations/{useCreateLimitFunctionMutation.js → useCreateDefaultPrivilegeMutation.js} +6 -6
  1386. package/public/hooks/mutations/useCreateDomainMutation.d.ts +2 -2
  1387. package/public/hooks/mutations/useCreateDomainMutation.js +1 -1
  1388. package/public/hooks/mutations/useCreateEmailMutation.d.ts +2 -2
  1389. package/public/hooks/mutations/useCreateEmailMutation.js +1 -1
  1390. package/public/hooks/mutations/useCreateInviteMutation.d.ts +2 -2
  1391. package/public/hooks/mutations/useCreateInviteMutation.js +1 -1
  1392. package/public/hooks/mutations/useCreateMembershipTypeMutation.d.ts +2 -2
  1393. package/public/hooks/mutations/useCreateMembershipTypeMutation.js +1 -1
  1394. package/public/hooks/mutations/useCreateOrgAdminGrantMutation.d.ts +2 -2
  1395. package/public/hooks/mutations/useCreateOrgAdminGrantMutation.js +1 -1
  1396. package/public/hooks/mutations/useCreateOrgChartEdgeGrantMutation.d.ts +34 -0
  1397. package/public/hooks/mutations/useCreateOrgChartEdgeGrantMutation.js +34 -0
  1398. package/public/hooks/mutations/useCreateOrgChartEdgeMutation.d.ts +34 -0
  1399. package/public/hooks/mutations/useCreateOrgChartEdgeMutation.js +34 -0
  1400. package/public/hooks/mutations/useCreateOrgClaimedInviteMutation.d.ts +2 -2
  1401. package/public/hooks/mutations/useCreateOrgClaimedInviteMutation.js +1 -1
  1402. package/public/hooks/mutations/useCreateOrgGetManagersRecordMutation.d.ts +34 -0
  1403. package/public/hooks/mutations/useCreateOrgGetManagersRecordMutation.js +34 -0
  1404. package/public/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.d.ts +34 -0
  1405. package/public/hooks/mutations/useCreateOrgGetSubordinatesRecordMutation.js +34 -0
  1406. package/public/hooks/mutations/useCreateOrgGrantMutation.d.ts +2 -2
  1407. package/public/hooks/mutations/useCreateOrgGrantMutation.js +1 -1
  1408. package/public/hooks/mutations/useCreateOrgInviteMutation.d.ts +2 -2
  1409. package/public/hooks/mutations/useCreateOrgInviteMutation.js +1 -1
  1410. package/public/hooks/mutations/useCreateOrgLimitDefaultMutation.d.ts +2 -2
  1411. package/public/hooks/mutations/useCreateOrgLimitDefaultMutation.js +1 -1
  1412. package/public/hooks/mutations/useCreateOrgLimitMutation.d.ts +2 -2
  1413. package/public/hooks/mutations/useCreateOrgLimitMutation.js +1 -1
  1414. package/public/hooks/mutations/useCreateOrgMemberMutation.d.ts +2 -2
  1415. package/public/hooks/mutations/useCreateOrgMemberMutation.js +1 -1
  1416. package/public/hooks/mutations/useCreateOrgMembershipDefaultMutation.d.ts +2 -2
  1417. package/public/hooks/mutations/useCreateOrgMembershipDefaultMutation.js +1 -1
  1418. package/public/hooks/mutations/useCreateOrgMembershipMutation.d.ts +2 -2
  1419. package/public/hooks/mutations/useCreateOrgMembershipMutation.js +1 -1
  1420. package/public/hooks/mutations/useCreateOrgOwnerGrantMutation.d.ts +2 -2
  1421. package/public/hooks/mutations/useCreateOrgOwnerGrantMutation.js +1 -1
  1422. package/public/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +2 -2
  1423. package/public/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +1 -1
  1424. package/public/hooks/mutations/useCreateOrgPermissionMutation.d.ts +2 -2
  1425. package/public/hooks/mutations/useCreateOrgPermissionMutation.js +1 -1
  1426. package/public/hooks/mutations/useCreatePhoneNumberMutation.d.ts +2 -2
  1427. package/public/hooks/mutations/useCreatePhoneNumberMutation.js +1 -1
  1428. package/public/hooks/mutations/useCreateRelationProvisionMutation.d.ts +48 -0
  1429. package/public/hooks/mutations/useCreateRelationProvisionMutation.js +41 -0
  1430. package/public/hooks/mutations/useCreateSecureTableProvisionMutation.d.ts +34 -0
  1431. package/public/hooks/mutations/useCreateSecureTableProvisionMutation.js +34 -0
  1432. package/public/hooks/mutations/useCreateSiteMetadatumMutation.d.ts +2 -2
  1433. package/public/hooks/mutations/useCreateSiteMetadatumMutation.js +1 -1
  1434. package/public/hooks/mutations/useCreateSiteModuleMutation.d.ts +2 -2
  1435. package/public/hooks/mutations/useCreateSiteModuleMutation.js +1 -1
  1436. package/public/hooks/mutations/useCreateSiteMutation.d.ts +2 -2
  1437. package/public/hooks/mutations/useCreateSiteMutation.js +1 -1
  1438. package/public/hooks/mutations/useCreateSiteThemeMutation.d.ts +2 -2
  1439. package/public/hooks/mutations/useCreateSiteThemeMutation.js +1 -1
  1440. package/public/hooks/mutations/useDeleteApiModuleMutation.d.ts +2 -2
  1441. package/public/hooks/mutations/useDeleteApiModuleMutation.js +1 -1
  1442. package/public/hooks/mutations/useDeleteApiMutation.d.ts +2 -2
  1443. package/public/hooks/mutations/useDeleteApiMutation.js +1 -1
  1444. package/public/hooks/mutations/useDeleteApiSchemaMutation.d.ts +2 -2
  1445. package/public/hooks/mutations/useDeleteApiSchemaMutation.js +1 -1
  1446. package/public/hooks/mutations/useDeleteAppAchievementMutation.d.ts +2 -2
  1447. package/public/hooks/mutations/useDeleteAppAchievementMutation.js +1 -1
  1448. package/public/hooks/mutations/useDeleteAppAdminGrantMutation.d.ts +2 -2
  1449. package/public/hooks/mutations/useDeleteAppAdminGrantMutation.js +1 -1
  1450. package/public/hooks/mutations/useDeleteAppGrantMutation.d.ts +2 -2
  1451. package/public/hooks/mutations/useDeleteAppGrantMutation.js +1 -1
  1452. package/public/hooks/mutations/useDeleteAppLevelMutation.d.ts +2 -2
  1453. package/public/hooks/mutations/useDeleteAppLevelMutation.js +1 -1
  1454. package/public/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +2 -2
  1455. package/public/hooks/mutations/useDeleteAppLevelRequirementMutation.js +1 -1
  1456. package/public/hooks/mutations/useDeleteAppLimitDefaultMutation.d.ts +2 -2
  1457. package/public/hooks/mutations/useDeleteAppLimitDefaultMutation.js +1 -1
  1458. package/public/hooks/mutations/useDeleteAppLimitMutation.d.ts +2 -2
  1459. package/public/hooks/mutations/useDeleteAppLimitMutation.js +1 -1
  1460. package/public/hooks/mutations/useDeleteAppMembershipDefaultMutation.d.ts +2 -2
  1461. package/public/hooks/mutations/useDeleteAppMembershipDefaultMutation.js +1 -1
  1462. package/public/hooks/mutations/useDeleteAppMembershipMutation.d.ts +2 -2
  1463. package/public/hooks/mutations/useDeleteAppMembershipMutation.js +1 -1
  1464. package/public/hooks/mutations/useDeleteAppMutation.d.ts +2 -2
  1465. package/public/hooks/mutations/useDeleteAppMutation.js +1 -1
  1466. package/public/hooks/mutations/useDeleteAppOwnerGrantMutation.d.ts +2 -2
  1467. package/public/hooks/mutations/useDeleteAppOwnerGrantMutation.js +1 -1
  1468. package/public/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +2 -2
  1469. package/public/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +1 -1
  1470. package/public/hooks/mutations/useDeleteAppPermissionMutation.d.ts +2 -2
  1471. package/public/hooks/mutations/useDeleteAppPermissionMutation.js +1 -1
  1472. package/public/hooks/mutations/useDeleteAppStepMutation.d.ts +2 -2
  1473. package/public/hooks/mutations/useDeleteAppStepMutation.js +1 -1
  1474. package/public/hooks/mutations/useDeleteAuditLogMutation.d.ts +2 -2
  1475. package/public/hooks/mutations/useDeleteAuditLogMutation.js +1 -1
  1476. package/public/hooks/mutations/useDeleteClaimedInviteMutation.d.ts +2 -2
  1477. package/public/hooks/mutations/useDeleteClaimedInviteMutation.js +1 -1
  1478. package/public/hooks/mutations/useDeleteConnectedAccountMutation.d.ts +2 -2
  1479. package/public/hooks/mutations/useDeleteConnectedAccountMutation.js +1 -1
  1480. package/public/hooks/mutations/useDeleteCryptoAddressMutation.d.ts +2 -2
  1481. package/public/hooks/mutations/useDeleteCryptoAddressMutation.js +1 -1
  1482. package/public/hooks/mutations/useDeleteDefaultPrivilegeMutation.d.ts +38 -0
  1483. package/public/hooks/mutations/{useDeleteLimitFunctionMutation.js → useDeleteDefaultPrivilegeMutation.js} +7 -7
  1484. package/public/hooks/mutations/useDeleteDomainMutation.d.ts +2 -2
  1485. package/public/hooks/mutations/useDeleteDomainMutation.js +1 -1
  1486. package/public/hooks/mutations/useDeleteEmailMutation.d.ts +2 -2
  1487. package/public/hooks/mutations/useDeleteEmailMutation.js +1 -1
  1488. package/public/hooks/mutations/useDeleteInviteMutation.d.ts +2 -2
  1489. package/public/hooks/mutations/useDeleteInviteMutation.js +1 -1
  1490. package/public/hooks/mutations/useDeleteMembershipTypeMutation.d.ts +2 -2
  1491. package/public/hooks/mutations/useDeleteMembershipTypeMutation.js +1 -1
  1492. package/public/hooks/mutations/useDeleteOrgAdminGrantMutation.d.ts +2 -2
  1493. package/public/hooks/mutations/useDeleteOrgAdminGrantMutation.js +1 -1
  1494. package/public/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.d.ts +38 -0
  1495. package/public/hooks/mutations/useDeleteOrgChartEdgeGrantMutation.js +39 -0
  1496. package/public/hooks/mutations/useDeleteOrgChartEdgeMutation.d.ts +38 -0
  1497. package/public/hooks/mutations/useDeleteOrgChartEdgeMutation.js +39 -0
  1498. package/public/hooks/mutations/useDeleteOrgClaimedInviteMutation.d.ts +2 -2
  1499. package/public/hooks/mutations/useDeleteOrgClaimedInviteMutation.js +1 -1
  1500. package/public/hooks/mutations/useDeleteOrgGrantMutation.d.ts +2 -2
  1501. package/public/hooks/mutations/useDeleteOrgGrantMutation.js +1 -1
  1502. package/public/hooks/mutations/useDeleteOrgInviteMutation.d.ts +2 -2
  1503. package/public/hooks/mutations/useDeleteOrgInviteMutation.js +1 -1
  1504. package/public/hooks/mutations/useDeleteOrgLimitDefaultMutation.d.ts +2 -2
  1505. package/public/hooks/mutations/useDeleteOrgLimitDefaultMutation.js +1 -1
  1506. package/public/hooks/mutations/useDeleteOrgLimitMutation.d.ts +2 -2
  1507. package/public/hooks/mutations/useDeleteOrgLimitMutation.js +1 -1
  1508. package/public/hooks/mutations/useDeleteOrgMemberMutation.d.ts +2 -2
  1509. package/public/hooks/mutations/useDeleteOrgMemberMutation.js +1 -1
  1510. package/public/hooks/mutations/useDeleteOrgMembershipDefaultMutation.d.ts +2 -2
  1511. package/public/hooks/mutations/useDeleteOrgMembershipDefaultMutation.js +1 -1
  1512. package/public/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +2 -2
  1513. package/public/hooks/mutations/useDeleteOrgMembershipMutation.js +1 -1
  1514. package/public/hooks/mutations/useDeleteOrgOwnerGrantMutation.d.ts +2 -2
  1515. package/public/hooks/mutations/useDeleteOrgOwnerGrantMutation.js +1 -1
  1516. package/public/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +2 -2
  1517. package/public/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +1 -1
  1518. package/public/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +2 -2
  1519. package/public/hooks/mutations/useDeleteOrgPermissionMutation.js +1 -1
  1520. package/public/hooks/mutations/useDeletePhoneNumberMutation.d.ts +2 -2
  1521. package/public/hooks/mutations/useDeletePhoneNumberMutation.js +1 -1
  1522. package/public/hooks/mutations/useDeleteRelationProvisionMutation.d.ts +52 -0
  1523. package/public/hooks/mutations/useDeleteRelationProvisionMutation.js +46 -0
  1524. package/public/hooks/mutations/useDeleteSecureTableProvisionMutation.d.ts +38 -0
  1525. package/public/hooks/mutations/useDeleteSecureTableProvisionMutation.js +39 -0
  1526. package/public/hooks/mutations/useDeleteSiteMetadatumMutation.d.ts +2 -2
  1527. package/public/hooks/mutations/useDeleteSiteMetadatumMutation.js +1 -1
  1528. package/public/hooks/mutations/useDeleteSiteModuleMutation.d.ts +2 -2
  1529. package/public/hooks/mutations/useDeleteSiteModuleMutation.js +1 -1
  1530. package/public/hooks/mutations/useDeleteSiteMutation.d.ts +2 -2
  1531. package/public/hooks/mutations/useDeleteSiteMutation.js +1 -1
  1532. package/public/hooks/mutations/useDeleteSiteThemeMutation.d.ts +2 -2
  1533. package/public/hooks/mutations/useDeleteSiteThemeMutation.js +1 -1
  1534. package/public/hooks/mutations/useUpdateApiModuleMutation.d.ts +2 -2
  1535. package/public/hooks/mutations/useUpdateApiModuleMutation.js +1 -1
  1536. package/public/hooks/mutations/useUpdateApiMutation.d.ts +2 -2
  1537. package/public/hooks/mutations/useUpdateApiMutation.js +1 -1
  1538. package/public/hooks/mutations/useUpdateApiSchemaMutation.d.ts +2 -2
  1539. package/public/hooks/mutations/useUpdateApiSchemaMutation.js +1 -1
  1540. package/public/hooks/mutations/useUpdateAppAchievementMutation.d.ts +2 -2
  1541. package/public/hooks/mutations/useUpdateAppAchievementMutation.js +1 -1
  1542. package/public/hooks/mutations/useUpdateAppAdminGrantMutation.d.ts +2 -2
  1543. package/public/hooks/mutations/useUpdateAppAdminGrantMutation.js +1 -1
  1544. package/public/hooks/mutations/useUpdateAppGrantMutation.d.ts +2 -2
  1545. package/public/hooks/mutations/useUpdateAppGrantMutation.js +1 -1
  1546. package/public/hooks/mutations/useUpdateAppLevelMutation.d.ts +2 -2
  1547. package/public/hooks/mutations/useUpdateAppLevelMutation.js +1 -1
  1548. package/public/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +2 -2
  1549. package/public/hooks/mutations/useUpdateAppLevelRequirementMutation.js +1 -1
  1550. package/public/hooks/mutations/useUpdateAppLimitDefaultMutation.d.ts +2 -2
  1551. package/public/hooks/mutations/useUpdateAppLimitDefaultMutation.js +1 -1
  1552. package/public/hooks/mutations/useUpdateAppLimitMutation.d.ts +2 -2
  1553. package/public/hooks/mutations/useUpdateAppLimitMutation.js +1 -1
  1554. package/public/hooks/mutations/useUpdateAppMembershipDefaultMutation.d.ts +2 -2
  1555. package/public/hooks/mutations/useUpdateAppMembershipDefaultMutation.js +1 -1
  1556. package/public/hooks/mutations/useUpdateAppMembershipMutation.d.ts +2 -2
  1557. package/public/hooks/mutations/useUpdateAppMembershipMutation.js +1 -1
  1558. package/public/hooks/mutations/useUpdateAppMutation.d.ts +2 -2
  1559. package/public/hooks/mutations/useUpdateAppMutation.js +1 -1
  1560. package/public/hooks/mutations/useUpdateAppOwnerGrantMutation.d.ts +2 -2
  1561. package/public/hooks/mutations/useUpdateAppOwnerGrantMutation.js +1 -1
  1562. package/public/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +2 -2
  1563. package/public/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +1 -1
  1564. package/public/hooks/mutations/useUpdateAppPermissionMutation.d.ts +2 -2
  1565. package/public/hooks/mutations/useUpdateAppPermissionMutation.js +1 -1
  1566. package/public/hooks/mutations/useUpdateAppStepMutation.d.ts +2 -2
  1567. package/public/hooks/mutations/useUpdateAppStepMutation.js +1 -1
  1568. package/public/hooks/mutations/useUpdateAuditLogMutation.d.ts +2 -2
  1569. package/public/hooks/mutations/useUpdateAuditLogMutation.js +1 -1
  1570. package/public/hooks/mutations/useUpdateClaimedInviteMutation.d.ts +2 -2
  1571. package/public/hooks/mutations/useUpdateClaimedInviteMutation.js +1 -1
  1572. package/public/hooks/mutations/useUpdateConnectedAccountMutation.d.ts +2 -2
  1573. package/public/hooks/mutations/useUpdateConnectedAccountMutation.js +1 -1
  1574. package/public/hooks/mutations/useUpdateCryptoAddressMutation.d.ts +2 -2
  1575. package/public/hooks/mutations/useUpdateCryptoAddressMutation.js +1 -1
  1576. package/public/hooks/mutations/useUpdateDefaultPrivilegeMutation.d.ts +40 -0
  1577. package/public/hooks/mutations/{useUpdateLimitFunctionMutation.js → useUpdateDefaultPrivilegeMutation.js} +9 -9
  1578. package/public/hooks/mutations/useUpdateDomainMutation.d.ts +2 -2
  1579. package/public/hooks/mutations/useUpdateDomainMutation.js +1 -1
  1580. package/public/hooks/mutations/useUpdateEmailMutation.d.ts +2 -2
  1581. package/public/hooks/mutations/useUpdateEmailMutation.js +1 -1
  1582. package/public/hooks/mutations/useUpdateInviteMutation.d.ts +2 -2
  1583. package/public/hooks/mutations/useUpdateInviteMutation.js +1 -1
  1584. package/public/hooks/mutations/useUpdateMembershipTypeMutation.d.ts +2 -2
  1585. package/public/hooks/mutations/useUpdateMembershipTypeMutation.js +1 -1
  1586. package/public/hooks/mutations/useUpdateOrgAdminGrantMutation.d.ts +2 -2
  1587. package/public/hooks/mutations/useUpdateOrgAdminGrantMutation.js +1 -1
  1588. package/public/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.d.ts +40 -0
  1589. package/public/hooks/mutations/useUpdateOrgChartEdgeGrantMutation.js +40 -0
  1590. package/public/hooks/mutations/useUpdateOrgChartEdgeMutation.d.ts +40 -0
  1591. package/public/hooks/mutations/useUpdateOrgChartEdgeMutation.js +40 -0
  1592. package/public/hooks/mutations/useUpdateOrgClaimedInviteMutation.d.ts +2 -2
  1593. package/public/hooks/mutations/useUpdateOrgClaimedInviteMutation.js +1 -1
  1594. package/public/hooks/mutations/useUpdateOrgGrantMutation.d.ts +2 -2
  1595. package/public/hooks/mutations/useUpdateOrgGrantMutation.js +1 -1
  1596. package/public/hooks/mutations/useUpdateOrgInviteMutation.d.ts +2 -2
  1597. package/public/hooks/mutations/useUpdateOrgInviteMutation.js +1 -1
  1598. package/public/hooks/mutations/useUpdateOrgLimitDefaultMutation.d.ts +2 -2
  1599. package/public/hooks/mutations/useUpdateOrgLimitDefaultMutation.js +1 -1
  1600. package/public/hooks/mutations/useUpdateOrgLimitMutation.d.ts +2 -2
  1601. package/public/hooks/mutations/useUpdateOrgLimitMutation.js +1 -1
  1602. package/public/hooks/mutations/useUpdateOrgMemberMutation.d.ts +2 -2
  1603. package/public/hooks/mutations/useUpdateOrgMemberMutation.js +1 -1
  1604. package/public/hooks/mutations/useUpdateOrgMembershipDefaultMutation.d.ts +2 -2
  1605. package/public/hooks/mutations/useUpdateOrgMembershipDefaultMutation.js +1 -1
  1606. package/public/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +2 -2
  1607. package/public/hooks/mutations/useUpdateOrgMembershipMutation.js +1 -1
  1608. package/public/hooks/mutations/useUpdateOrgOwnerGrantMutation.d.ts +2 -2
  1609. package/public/hooks/mutations/useUpdateOrgOwnerGrantMutation.js +1 -1
  1610. package/public/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +2 -2
  1611. package/public/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +1 -1
  1612. package/public/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +2 -2
  1613. package/public/hooks/mutations/useUpdateOrgPermissionMutation.js +1 -1
  1614. package/public/hooks/mutations/useUpdatePhoneNumberMutation.d.ts +2 -2
  1615. package/public/hooks/mutations/useUpdatePhoneNumberMutation.js +1 -1
  1616. package/public/hooks/mutations/useUpdateRelationProvisionMutation.d.ts +54 -0
  1617. package/public/hooks/mutations/useUpdateRelationProvisionMutation.js +47 -0
  1618. package/public/hooks/mutations/useUpdateSecureTableProvisionMutation.d.ts +40 -0
  1619. package/public/hooks/mutations/useUpdateSecureTableProvisionMutation.js +40 -0
  1620. package/public/hooks/mutations/useUpdateSiteMetadatumMutation.d.ts +2 -2
  1621. package/public/hooks/mutations/useUpdateSiteMetadatumMutation.js +1 -1
  1622. package/public/hooks/mutations/useUpdateSiteModuleMutation.d.ts +2 -2
  1623. package/public/hooks/mutations/useUpdateSiteModuleMutation.js +1 -1
  1624. package/public/hooks/mutations/useUpdateSiteMutation.d.ts +2 -2
  1625. package/public/hooks/mutations/useUpdateSiteMutation.js +1 -1
  1626. package/public/hooks/mutations/useUpdateSiteThemeMutation.d.ts +2 -2
  1627. package/public/hooks/mutations/useUpdateSiteThemeMutation.js +1 -1
  1628. package/public/hooks/queries/index.d.ts +25 -16
  1629. package/public/hooks/queries/index.js +25 -16
  1630. package/public/hooks/queries/useApiModuleQuery.d.ts +4 -4
  1631. package/public/hooks/queries/useApiModuleQuery.js +1 -1
  1632. package/public/hooks/queries/useApiModulesQuery.d.ts +4 -4
  1633. package/public/hooks/queries/useApiModulesQuery.js +1 -1
  1634. package/public/hooks/queries/useApiQuery.d.ts +4 -4
  1635. package/public/hooks/queries/useApiQuery.js +1 -1
  1636. package/public/hooks/queries/useApiSchemaQuery.d.ts +4 -4
  1637. package/public/hooks/queries/useApiSchemaQuery.js +1 -1
  1638. package/public/hooks/queries/useApiSchemasQuery.d.ts +4 -4
  1639. package/public/hooks/queries/useApiSchemasQuery.js +1 -1
  1640. package/public/hooks/queries/useApisQuery.d.ts +4 -4
  1641. package/public/hooks/queries/useApisQuery.js +1 -1
  1642. package/public/hooks/queries/useAppAchievementQuery.d.ts +4 -4
  1643. package/public/hooks/queries/useAppAchievementQuery.js +1 -1
  1644. package/public/hooks/queries/useAppAchievementsQuery.d.ts +4 -4
  1645. package/public/hooks/queries/useAppAchievementsQuery.js +1 -1
  1646. package/public/hooks/queries/useAppAdminGrantQuery.d.ts +4 -4
  1647. package/public/hooks/queries/useAppAdminGrantQuery.js +1 -1
  1648. package/public/hooks/queries/useAppAdminGrantsQuery.d.ts +4 -4
  1649. package/public/hooks/queries/useAppAdminGrantsQuery.js +1 -1
  1650. package/public/hooks/queries/useAppGrantQuery.d.ts +4 -4
  1651. package/public/hooks/queries/useAppGrantQuery.js +1 -1
  1652. package/public/hooks/queries/useAppGrantsQuery.d.ts +4 -4
  1653. package/public/hooks/queries/useAppGrantsQuery.js +1 -1
  1654. package/public/hooks/queries/useAppLevelQuery.d.ts +4 -4
  1655. package/public/hooks/queries/useAppLevelQuery.js +1 -1
  1656. package/public/hooks/queries/useAppLevelRequirementQuery.d.ts +4 -4
  1657. package/public/hooks/queries/useAppLevelRequirementQuery.js +1 -1
  1658. package/public/hooks/queries/useAppLevelRequirementsQuery.d.ts +4 -4
  1659. package/public/hooks/queries/useAppLevelRequirementsQuery.js +1 -1
  1660. package/public/hooks/queries/useAppLevelsQuery.d.ts +4 -4
  1661. package/public/hooks/queries/useAppLevelsQuery.js +1 -1
  1662. package/public/hooks/queries/useAppLimitDefaultQuery.d.ts +4 -4
  1663. package/public/hooks/queries/useAppLimitDefaultQuery.js +1 -1
  1664. package/public/hooks/queries/useAppLimitDefaultsQuery.d.ts +4 -4
  1665. package/public/hooks/queries/useAppLimitDefaultsQuery.js +1 -1
  1666. package/public/hooks/queries/useAppLimitQuery.d.ts +4 -4
  1667. package/public/hooks/queries/useAppLimitQuery.js +1 -1
  1668. package/public/hooks/queries/useAppLimitsQuery.d.ts +4 -4
  1669. package/public/hooks/queries/useAppLimitsQuery.js +1 -1
  1670. package/public/hooks/queries/useAppMembershipDefaultQuery.d.ts +4 -4
  1671. package/public/hooks/queries/useAppMembershipDefaultQuery.js +1 -1
  1672. package/public/hooks/queries/useAppMembershipDefaultsQuery.d.ts +4 -4
  1673. package/public/hooks/queries/useAppMembershipDefaultsQuery.js +1 -1
  1674. package/public/hooks/queries/useAppMembershipQuery.d.ts +4 -4
  1675. package/public/hooks/queries/useAppMembershipQuery.js +1 -1
  1676. package/public/hooks/queries/useAppMembershipsQuery.d.ts +4 -4
  1677. package/public/hooks/queries/useAppMembershipsQuery.js +1 -1
  1678. package/public/hooks/queries/useAppOwnerGrantQuery.d.ts +4 -4
  1679. package/public/hooks/queries/useAppOwnerGrantQuery.js +1 -1
  1680. package/public/hooks/queries/useAppOwnerGrantsQuery.d.ts +4 -4
  1681. package/public/hooks/queries/useAppOwnerGrantsQuery.js +1 -1
  1682. package/public/hooks/queries/useAppPermissionDefaultQuery.d.ts +4 -4
  1683. package/public/hooks/queries/useAppPermissionDefaultQuery.js +1 -1
  1684. package/public/hooks/queries/useAppPermissionDefaultsQuery.d.ts +4 -4
  1685. package/public/hooks/queries/useAppPermissionDefaultsQuery.js +1 -1
  1686. package/public/hooks/queries/useAppPermissionQuery.d.ts +4 -4
  1687. package/public/hooks/queries/useAppPermissionQuery.js +1 -1
  1688. package/public/hooks/queries/useAppPermissionsQuery.d.ts +4 -4
  1689. package/public/hooks/queries/useAppPermissionsQuery.js +1 -1
  1690. package/public/hooks/queries/useAppQuery.d.ts +4 -4
  1691. package/public/hooks/queries/useAppQuery.js +1 -1
  1692. package/public/hooks/queries/useAppStepQuery.d.ts +4 -4
  1693. package/public/hooks/queries/useAppStepQuery.js +1 -1
  1694. package/public/hooks/queries/useAppStepsQuery.d.ts +4 -4
  1695. package/public/hooks/queries/useAppStepsQuery.js +1 -1
  1696. package/public/hooks/queries/useAppsQuery.d.ts +4 -4
  1697. package/public/hooks/queries/useAppsQuery.js +1 -1
  1698. package/public/hooks/queries/useAuditLogQuery.d.ts +4 -4
  1699. package/public/hooks/queries/useAuditLogQuery.js +1 -1
  1700. package/public/hooks/queries/useAuditLogsQuery.d.ts +4 -4
  1701. package/public/hooks/queries/useAuditLogsQuery.js +1 -1
  1702. package/public/hooks/queries/useClaimedInviteQuery.d.ts +4 -4
  1703. package/public/hooks/queries/useClaimedInviteQuery.js +1 -1
  1704. package/public/hooks/queries/useClaimedInvitesQuery.d.ts +4 -4
  1705. package/public/hooks/queries/useClaimedInvitesQuery.js +1 -1
  1706. package/public/hooks/queries/useConnectedAccountQuery.d.ts +4 -4
  1707. package/public/hooks/queries/useConnectedAccountQuery.js +1 -1
  1708. package/public/hooks/queries/useConnectedAccountsQuery.d.ts +4 -4
  1709. package/public/hooks/queries/useConnectedAccountsQuery.js +1 -1
  1710. package/public/hooks/queries/useCryptoAddressQuery.d.ts +4 -4
  1711. package/public/hooks/queries/useCryptoAddressQuery.js +1 -1
  1712. package/public/hooks/queries/useCryptoAddressesQuery.d.ts +4 -4
  1713. package/public/hooks/queries/useCryptoAddressesQuery.js +1 -1
  1714. package/public/hooks/queries/useDefaultPrivilegeQuery.d.ts +65 -0
  1715. package/public/hooks/queries/useDefaultPrivilegeQuery.js +53 -0
  1716. package/public/hooks/queries/useDefaultPrivilegesQuery.d.ts +69 -0
  1717. package/public/hooks/queries/useDefaultPrivilegesQuery.js +38 -0
  1718. package/public/hooks/queries/useDomainQuery.d.ts +4 -4
  1719. package/public/hooks/queries/useDomainQuery.js +1 -1
  1720. package/public/hooks/queries/useDomainsQuery.d.ts +4 -4
  1721. package/public/hooks/queries/useDomainsQuery.js +1 -1
  1722. package/public/hooks/queries/useEmailQuery.d.ts +4 -4
  1723. package/public/hooks/queries/useEmailQuery.js +1 -1
  1724. package/public/hooks/queries/useEmailsQuery.d.ts +4 -4
  1725. package/public/hooks/queries/useEmailsQuery.js +1 -1
  1726. package/public/hooks/queries/useInviteQuery.d.ts +4 -4
  1727. package/public/hooks/queries/useInviteQuery.js +1 -1
  1728. package/public/hooks/queries/useInvitesQuery.d.ts +4 -4
  1729. package/public/hooks/queries/useInvitesQuery.js +1 -1
  1730. package/public/hooks/queries/useMembershipTypeQuery.d.ts +4 -4
  1731. package/public/hooks/queries/useMembershipTypeQuery.js +1 -1
  1732. package/public/hooks/queries/useMembershipTypesQuery.d.ts +4 -4
  1733. package/public/hooks/queries/useMembershipTypesQuery.js +1 -1
  1734. package/public/hooks/queries/useOrgAdminGrantQuery.d.ts +4 -4
  1735. package/public/hooks/queries/useOrgAdminGrantQuery.js +1 -1
  1736. package/public/hooks/queries/useOrgAdminGrantsQuery.d.ts +4 -4
  1737. package/public/hooks/queries/useOrgAdminGrantsQuery.js +1 -1
  1738. package/public/hooks/queries/useOrgChartEdgeGrantQuery.d.ts +65 -0
  1739. package/public/hooks/queries/useOrgChartEdgeGrantQuery.js +53 -0
  1740. package/public/hooks/queries/useOrgChartEdgeGrantsQuery.d.ts +69 -0
  1741. package/public/hooks/queries/useOrgChartEdgeGrantsQuery.js +38 -0
  1742. package/public/hooks/queries/useOrgChartEdgeQuery.d.ts +65 -0
  1743. package/public/hooks/queries/{useLimitFunctionQuery.js → useOrgChartEdgeQuery.js} +14 -14
  1744. package/public/hooks/queries/useOrgChartEdgesQuery.d.ts +69 -0
  1745. package/public/hooks/queries/useOrgChartEdgesQuery.js +38 -0
  1746. package/public/hooks/queries/useOrgClaimedInviteQuery.d.ts +4 -4
  1747. package/public/hooks/queries/useOrgClaimedInviteQuery.js +1 -1
  1748. package/public/hooks/queries/useOrgClaimedInvitesQuery.d.ts +4 -4
  1749. package/public/hooks/queries/useOrgClaimedInvitesQuery.js +1 -1
  1750. package/public/hooks/queries/useOrgGetManagersQuery.d.ts +69 -0
  1751. package/public/hooks/queries/useOrgGetManagersQuery.js +38 -0
  1752. package/public/hooks/queries/useOrgGetSubordinatesQuery.d.ts +69 -0
  1753. package/public/hooks/queries/useOrgGetSubordinatesQuery.js +38 -0
  1754. package/public/hooks/queries/useOrgGrantQuery.d.ts +4 -4
  1755. package/public/hooks/queries/useOrgGrantQuery.js +1 -1
  1756. package/public/hooks/queries/useOrgGrantsQuery.d.ts +4 -4
  1757. package/public/hooks/queries/useOrgGrantsQuery.js +1 -1
  1758. package/public/hooks/queries/useOrgInviteQuery.d.ts +4 -4
  1759. package/public/hooks/queries/useOrgInviteQuery.js +1 -1
  1760. package/public/hooks/queries/useOrgInvitesQuery.d.ts +4 -4
  1761. package/public/hooks/queries/useOrgInvitesQuery.js +1 -1
  1762. package/public/hooks/queries/useOrgIsManagerOfQuery.d.ts +53 -0
  1763. package/public/hooks/queries/useOrgIsManagerOfQuery.js +53 -0
  1764. package/public/hooks/queries/useOrgLimitDefaultQuery.d.ts +4 -4
  1765. package/public/hooks/queries/useOrgLimitDefaultQuery.js +1 -1
  1766. package/public/hooks/queries/useOrgLimitDefaultsQuery.d.ts +4 -4
  1767. package/public/hooks/queries/useOrgLimitDefaultsQuery.js +1 -1
  1768. package/public/hooks/queries/useOrgLimitQuery.d.ts +4 -4
  1769. package/public/hooks/queries/useOrgLimitQuery.js +1 -1
  1770. package/public/hooks/queries/useOrgLimitsQuery.d.ts +4 -4
  1771. package/public/hooks/queries/useOrgLimitsQuery.js +1 -1
  1772. package/public/hooks/queries/useOrgMemberQuery.d.ts +4 -4
  1773. package/public/hooks/queries/useOrgMemberQuery.js +1 -1
  1774. package/public/hooks/queries/useOrgMembersQuery.d.ts +4 -4
  1775. package/public/hooks/queries/useOrgMembersQuery.js +1 -1
  1776. package/public/hooks/queries/useOrgMembershipDefaultQuery.d.ts +4 -4
  1777. package/public/hooks/queries/useOrgMembershipDefaultQuery.js +1 -1
  1778. package/public/hooks/queries/useOrgMembershipDefaultsQuery.d.ts +4 -4
  1779. package/public/hooks/queries/useOrgMembershipDefaultsQuery.js +1 -1
  1780. package/public/hooks/queries/useOrgMembershipQuery.d.ts +4 -4
  1781. package/public/hooks/queries/useOrgMembershipQuery.js +1 -1
  1782. package/public/hooks/queries/useOrgMembershipsQuery.d.ts +4 -4
  1783. package/public/hooks/queries/useOrgMembershipsQuery.js +1 -1
  1784. package/public/hooks/queries/useOrgOwnerGrantQuery.d.ts +4 -4
  1785. package/public/hooks/queries/useOrgOwnerGrantQuery.js +1 -1
  1786. package/public/hooks/queries/useOrgOwnerGrantsQuery.d.ts +4 -4
  1787. package/public/hooks/queries/useOrgOwnerGrantsQuery.js +1 -1
  1788. package/public/hooks/queries/useOrgPermissionDefaultQuery.d.ts +4 -4
  1789. package/public/hooks/queries/useOrgPermissionDefaultQuery.js +1 -1
  1790. package/public/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +4 -4
  1791. package/public/hooks/queries/useOrgPermissionDefaultsQuery.js +1 -1
  1792. package/public/hooks/queries/useOrgPermissionQuery.d.ts +4 -4
  1793. package/public/hooks/queries/useOrgPermissionQuery.js +1 -1
  1794. package/public/hooks/queries/useOrgPermissionsQuery.d.ts +4 -4
  1795. package/public/hooks/queries/useOrgPermissionsQuery.js +1 -1
  1796. package/public/hooks/queries/usePhoneNumberQuery.d.ts +4 -4
  1797. package/public/hooks/queries/usePhoneNumberQuery.js +1 -1
  1798. package/public/hooks/queries/usePhoneNumbersQuery.d.ts +4 -4
  1799. package/public/hooks/queries/usePhoneNumbersQuery.js +1 -1
  1800. package/public/hooks/queries/useRelationProvisionQuery.d.ts +93 -0
  1801. package/public/hooks/queries/useRelationProvisionQuery.js +60 -0
  1802. package/public/hooks/queries/useRelationProvisionsQuery.d.ts +97 -0
  1803. package/public/hooks/queries/useRelationProvisionsQuery.js +45 -0
  1804. package/public/hooks/queries/useSecureTableProvisionQuery.d.ts +65 -0
  1805. package/public/hooks/queries/useSecureTableProvisionQuery.js +53 -0
  1806. package/public/hooks/queries/useSecureTableProvisionsQuery.d.ts +69 -0
  1807. package/public/hooks/queries/useSecureTableProvisionsQuery.js +38 -0
  1808. package/public/hooks/queries/useSiteMetadataQuery.d.ts +4 -4
  1809. package/public/hooks/queries/useSiteMetadataQuery.js +1 -1
  1810. package/public/hooks/queries/useSiteMetadatumQuery.d.ts +4 -4
  1811. package/public/hooks/queries/useSiteMetadatumQuery.js +1 -1
  1812. package/public/hooks/queries/useSiteModuleQuery.d.ts +4 -4
  1813. package/public/hooks/queries/useSiteModuleQuery.js +1 -1
  1814. package/public/hooks/queries/useSiteModulesQuery.d.ts +4 -4
  1815. package/public/hooks/queries/useSiteModulesQuery.js +1 -1
  1816. package/public/hooks/queries/useSiteQuery.d.ts +4 -4
  1817. package/public/hooks/queries/useSiteQuery.js +1 -1
  1818. package/public/hooks/queries/useSiteThemeQuery.d.ts +4 -4
  1819. package/public/hooks/queries/useSiteThemeQuery.js +1 -1
  1820. package/public/hooks/queries/useSiteThemesQuery.d.ts +4 -4
  1821. package/public/hooks/queries/useSiteThemesQuery.js +1 -1
  1822. package/public/hooks/queries/useSitesQuery.d.ts +4 -4
  1823. package/public/hooks/queries/useSitesQuery.js +1 -1
  1824. package/public/hooks/query-keys.d.ts +182 -110
  1825. package/public/hooks/query-keys.js +107 -66
  1826. package/public/orm/index.d.ts +31 -16
  1827. package/public/orm/index.js +26 -16
  1828. package/public/orm/input-types.d.ts +2255 -1110
  1829. package/public/orm/input-types.js +14 -3
  1830. package/public/orm/models/defaultPrivilege.d.ts +56 -0
  1831. package/public/orm/models/defaultPrivilege.js +98 -0
  1832. package/public/orm/models/index.d.ts +13 -8
  1833. package/public/orm/models/index.js +29 -18
  1834. package/public/orm/models/orgChartEdge.d.ts +56 -0
  1835. package/public/orm/models/{procedure.js → orgChartEdge.js} +25 -25
  1836. package/public/orm/models/orgChartEdgeGrant.d.ts +56 -0
  1837. package/public/orm/models/orgChartEdgeGrant.js +98 -0
  1838. package/public/orm/models/orgGetManagersRecord.d.ts +32 -0
  1839. package/public/orm/models/orgGetManagersRecord.js +55 -0
  1840. package/public/orm/models/orgGetSubordinatesRecord.d.ts +32 -0
  1841. package/public/orm/models/orgGetSubordinatesRecord.js +55 -0
  1842. package/public/orm/models/relationProvision.d.ts +56 -0
  1843. package/public/orm/models/relationProvision.js +98 -0
  1844. package/public/orm/models/secureTableProvision.d.ts +56 -0
  1845. package/public/orm/models/secureTableProvision.js +98 -0
  1846. package/public/orm/query/index.d.ts +11 -0
  1847. package/public/orm/query/index.js +24 -0
  1848. package/public/schema-types.d.ts +3511 -2302
  1849. package/public/types.d.ts +143 -78
  1850. package/esm/public/hooks/mutations/useCreateLimitFunctionMutation.d.ts +0 -34
  1851. package/esm/public/hooks/mutations/useCreateProcedureMutation.d.ts +0 -34
  1852. package/esm/public/hooks/mutations/useDeleteLimitFunctionMutation.d.ts +0 -38
  1853. package/esm/public/hooks/mutations/useDeleteProcedureMutation.d.ts +0 -38
  1854. package/esm/public/hooks/mutations/useUpdateLimitFunctionMutation.d.ts +0 -40
  1855. package/esm/public/hooks/mutations/useUpdateProcedureMutation.d.ts +0 -40
  1856. package/esm/public/hooks/queries/useLimitFunctionQuery.d.ts +0 -65
  1857. package/esm/public/hooks/queries/useLimitFunctionsQuery.d.ts +0 -69
  1858. package/esm/public/hooks/queries/useProcedureQuery.d.ts +0 -65
  1859. package/esm/public/hooks/queries/useProceduresQuery.d.ts +0 -69
  1860. package/esm/public/orm/models/limitFunction.d.ts +0 -56
  1861. package/esm/public/orm/models/procedure.d.ts +0 -56
  1862. package/public/hooks/mutations/useCreateLimitFunctionMutation.d.ts +0 -34
  1863. package/public/hooks/mutations/useCreateProcedureMutation.d.ts +0 -34
  1864. package/public/hooks/mutations/useDeleteLimitFunctionMutation.d.ts +0 -38
  1865. package/public/hooks/mutations/useDeleteProcedureMutation.d.ts +0 -38
  1866. package/public/hooks/mutations/useUpdateLimitFunctionMutation.d.ts +0 -40
  1867. package/public/hooks/mutations/useUpdateProcedureMutation.d.ts +0 -40
  1868. package/public/hooks/queries/useLimitFunctionQuery.d.ts +0 -65
  1869. package/public/hooks/queries/useLimitFunctionsQuery.d.ts +0 -69
  1870. package/public/hooks/queries/useLimitFunctionsQuery.js +0 -38
  1871. package/public/hooks/queries/useProcedureQuery.d.ts +0 -65
  1872. package/public/hooks/queries/useProceduresQuery.d.ts +0 -69
  1873. package/public/hooks/queries/useProceduresQuery.js +0 -38
  1874. package/public/orm/models/limitFunction.d.ts +0 -56
  1875. package/public/orm/models/procedure.d.ts +0 -56
@@ -3,7 +3,7 @@
3
3
  * @generated by @constructive-io/graphql-codegen
4
4
  * DO NOT EDIT - changes will be overwritten
5
5
  */
6
- import type { AppAchievement, AppAdminGrant, AppGrant, AppLevel, AppLevelRequirement, AppLimit, AppLimitDefault, AppMembership, AppMembershipDefault, AppOwnerGrant, AppPermission, AppPermissionDefault, AppStep, ClaimedInvite, Invite, MembershipType, OrgAdminGrant, OrgClaimedInvite, OrgGrant, OrgInvite, OrgLimit, OrgLimitDefault, OrgMember, OrgMembership, OrgMembershipDefault, OrgOwnerGrant, OrgPermission, OrgPermissionDefault, BitStringFilter, BooleanFilter, DatetimeFilter, IntFilter, StringFilter, UUIDFilter } from './types';
6
+ import type { AppAchievement, AppAdminGrant, AppGrant, AppLevel, AppLevelRequirement, AppLimit, AppLimitDefault, AppMembership, AppMembershipDefault, AppOwnerGrant, AppPermission, AppPermissionDefault, AppStep, ClaimedInvite, Invite, MembershipType, OrgAdminGrant, OrgChartEdge, OrgChartEdgeGrant, OrgClaimedInvite, OrgGetManagersRecord, OrgGetSubordinatesRecord, OrgGrant, OrgInvite, OrgLimit, OrgLimitDefault, OrgMember, OrgMembership, OrgMembershipDefault, OrgOwnerGrant, OrgPermission, OrgPermissionDefault, BitStringFilter, BooleanFilter, DatetimeFilter, IntFilter, StringFilter, UUIDFilter } from './types';
7
7
  export type ConstructiveInternalTypeEmail = unknown;
8
8
  export type ConstructiveInternalTypeImage = unknown;
9
9
  /** Methods to use when ordering `OrgMember`. */
@@ -16,16 +16,18 @@ export type OrgPermissionDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMA
16
16
  export type AppAdminGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
17
17
  /** Methods to use when ordering `AppOwnerGrant`. */
18
18
  export type AppOwnerGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
19
- /** Methods to use when ordering `AppLimitDefault`. */
20
- export type AppLimitDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
21
- /** Methods to use when ordering `OrgLimitDefault`. */
22
- export type OrgLimitDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
23
19
  /** Methods to use when ordering `OrgAdminGrant`. */
24
20
  export type OrgAdminGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | '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';
25
21
  /** Methods to use when ordering `OrgOwnerGrant`. */
26
22
  export type OrgOwnerGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | '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';
23
+ /** Methods to use when ordering `AppLimitDefault`. */
24
+ export type AppLimitDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
25
+ /** Methods to use when ordering `OrgLimitDefault`. */
26
+ export type OrgLimitDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
27
27
  /** Methods to use when ordering `MembershipType`. */
28
28
  export type MembershipTypeOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
29
+ /** Methods to use when ordering `OrgChartEdgeGrant`. */
30
+ export type OrgChartEdgeGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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';
29
31
  /** Methods to use when ordering `AppPermission`. */
30
32
  export type AppPermissionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC';
31
33
  /** Methods to use when ordering `OrgPermission`. */
@@ -48,18 +50,20 @@ export type OrgLimitOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC'
48
50
  export type OrgClaimedInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_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';
49
51
  /** Methods to use when ordering `OrgGrant`. */
50
52
  export type OrgGrantOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | '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';
53
+ /** Methods to use when ordering `OrgChartEdge`. */
54
+ export type OrgChartEdgeOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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';
51
55
  /** Methods to use when ordering `OrgMembershipDefault`. */
52
56
  export type OrgMembershipDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
53
57
  /** Methods to use when ordering `AppLevelRequirement`. */
54
58
  export type AppLevelRequirementOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'LEVEL_ASC' | 'LEVEL_DESC' | 'PRIORITY_ASC' | 'PRIORITY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
55
- /** Methods to use when ordering `AppLevel`. */
56
- export type AppLevelOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
57
59
  /** Methods to use when ordering `Invite`. */
58
60
  export type InviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
61
+ /** Methods to use when ordering `AppLevel`. */
62
+ export type AppLevelOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
59
63
  /** Methods to use when ordering `AppMembership`. */
60
- export type AppMembershipOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC';
64
+ export type AppMembershipOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
61
65
  /** Methods to use when ordering `OrgMembership`. */
62
- export type OrgMembershipOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
66
+ export type OrgMembershipOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
63
67
  /** Methods to use when ordering `OrgInvite`. */
64
68
  export type OrgInviteOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | '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' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
65
69
  /**
@@ -221,60 +225,6 @@ export interface AppOwnerGrantFilter {
221
225
  /** Negates the expression. */
222
226
  not?: AppOwnerGrantFilter;
223
227
  }
224
- /**
225
- * A condition to be used against `AppLimitDefault` object types. All fields are
226
- * tested for equality and combined with a logical ‘and.’
227
- */
228
- export interface AppLimitDefaultCondition {
229
- /** Checks for equality with the object’s `id` field. */
230
- id?: string;
231
- /** Checks for equality with the object’s `name` field. */
232
- name?: string;
233
- /** Checks for equality with the object’s `max` field. */
234
- max?: number;
235
- }
236
- /** A filter to be used against `AppLimitDefault` object types. All fields are combined with a logical ‘and.’ */
237
- export interface AppLimitDefaultFilter {
238
- /** Filter by the object’s `id` field. */
239
- id?: UUIDFilter;
240
- /** Filter by the object’s `name` field. */
241
- name?: StringFilter;
242
- /** Filter by the object’s `max` field. */
243
- max?: IntFilter;
244
- /** Checks for all expressions in this list. */
245
- and?: AppLimitDefaultFilter[];
246
- /** Checks for any expressions in this list. */
247
- or?: AppLimitDefaultFilter[];
248
- /** Negates the expression. */
249
- not?: AppLimitDefaultFilter;
250
- }
251
- /**
252
- * A condition to be used against `OrgLimitDefault` object types. All fields are
253
- * tested for equality and combined with a logical ‘and.’
254
- */
255
- export interface OrgLimitDefaultCondition {
256
- /** Checks for equality with the object’s `id` field. */
257
- id?: string;
258
- /** Checks for equality with the object’s `name` field. */
259
- name?: string;
260
- /** Checks for equality with the object’s `max` field. */
261
- max?: number;
262
- }
263
- /** A filter to be used against `OrgLimitDefault` object types. All fields are combined with a logical ‘and.’ */
264
- export interface OrgLimitDefaultFilter {
265
- /** Filter by the object’s `id` field. */
266
- id?: UUIDFilter;
267
- /** Filter by the object’s `name` field. */
268
- name?: StringFilter;
269
- /** Filter by the object’s `max` field. */
270
- max?: IntFilter;
271
- /** Checks for all expressions in this list. */
272
- and?: OrgLimitDefaultFilter[];
273
- /** Checks for any expressions in this list. */
274
- or?: OrgLimitDefaultFilter[];
275
- /** Negates the expression. */
276
- not?: OrgLimitDefaultFilter;
277
- }
278
228
  /**
279
229
  * A condition to be used against `OrgAdminGrant` object types. All fields are
280
230
  * tested for equality and combined with a logical ‘and.’
@@ -361,6 +311,60 @@ export interface OrgOwnerGrantFilter {
361
311
  /** Negates the expression. */
362
312
  not?: OrgOwnerGrantFilter;
363
313
  }
314
+ /**
315
+ * A condition to be used against `AppLimitDefault` object types. All fields are
316
+ * tested for equality and combined with a logical ‘and.’
317
+ */
318
+ export interface AppLimitDefaultCondition {
319
+ /** Checks for equality with the object’s `id` field. */
320
+ id?: string;
321
+ /** Checks for equality with the object’s `name` field. */
322
+ name?: string;
323
+ /** Checks for equality with the object’s `max` field. */
324
+ max?: number;
325
+ }
326
+ /** A filter to be used against `AppLimitDefault` object types. All fields are combined with a logical ‘and.’ */
327
+ export interface AppLimitDefaultFilter {
328
+ /** Filter by the object’s `id` field. */
329
+ id?: UUIDFilter;
330
+ /** Filter by the object’s `name` field. */
331
+ name?: StringFilter;
332
+ /** Filter by the object’s `max` field. */
333
+ max?: IntFilter;
334
+ /** Checks for all expressions in this list. */
335
+ and?: AppLimitDefaultFilter[];
336
+ /** Checks for any expressions in this list. */
337
+ or?: AppLimitDefaultFilter[];
338
+ /** Negates the expression. */
339
+ not?: AppLimitDefaultFilter;
340
+ }
341
+ /**
342
+ * A condition to be used against `OrgLimitDefault` object types. All fields are
343
+ * tested for equality and combined with a logical ‘and.’
344
+ */
345
+ export interface OrgLimitDefaultCondition {
346
+ /** Checks for equality with the object’s `id` field. */
347
+ id?: string;
348
+ /** Checks for equality with the object’s `name` field. */
349
+ name?: string;
350
+ /** Checks for equality with the object’s `max` field. */
351
+ max?: number;
352
+ }
353
+ /** A filter to be used against `OrgLimitDefault` object types. All fields are combined with a logical ‘and.’ */
354
+ export interface OrgLimitDefaultFilter {
355
+ /** Filter by the object’s `id` field. */
356
+ id?: UUIDFilter;
357
+ /** Filter by the object’s `name` field. */
358
+ name?: StringFilter;
359
+ /** Filter by the object’s `max` field. */
360
+ max?: IntFilter;
361
+ /** Checks for all expressions in this list. */
362
+ and?: OrgLimitDefaultFilter[];
363
+ /** Checks for any expressions in this list. */
364
+ or?: OrgLimitDefaultFilter[];
365
+ /** Negates the expression. */
366
+ not?: OrgLimitDefaultFilter;
367
+ }
364
368
  /**
365
369
  * A condition to be used against `MembershipType` object types. All fields are
366
370
  * tested for equality and combined with a logical ‘and.’
@@ -392,6 +396,57 @@ export interface MembershipTypeFilter {
392
396
  /** Negates the expression. */
393
397
  not?: MembershipTypeFilter;
394
398
  }
399
+ /**
400
+ * A condition to be used against `OrgChartEdgeGrant` object types. All fields are
401
+ * tested for equality and combined with a logical ‘and.’
402
+ */
403
+ export interface OrgChartEdgeGrantCondition {
404
+ /** Checks for equality with the object’s `id` field. */
405
+ id?: string;
406
+ /** Checks for equality with the object’s `entityId` field. */
407
+ entityId?: string;
408
+ /** Checks for equality with the object’s `childId` field. */
409
+ childId?: string;
410
+ /** Checks for equality with the object’s `parentId` field. */
411
+ parentId?: string;
412
+ /** Checks for equality with the object’s `grantorId` field. */
413
+ grantorId?: string;
414
+ /** Checks for equality with the object’s `isGrant` field. */
415
+ isGrant?: boolean;
416
+ /** Checks for equality with the object’s `positionTitle` field. */
417
+ positionTitle?: string;
418
+ /** Checks for equality with the object’s `positionLevel` field. */
419
+ positionLevel?: number;
420
+ /** Checks for equality with the object’s `createdAt` field. */
421
+ createdAt?: string;
422
+ }
423
+ /** A filter to be used against `OrgChartEdgeGrant` object types. All fields are combined with a logical ‘and.’ */
424
+ export interface OrgChartEdgeGrantFilter {
425
+ /** Filter by the object’s `id` field. */
426
+ id?: UUIDFilter;
427
+ /** Filter by the object’s `entityId` field. */
428
+ entityId?: UUIDFilter;
429
+ /** Filter by the object’s `childId` field. */
430
+ childId?: UUIDFilter;
431
+ /** Filter by the object’s `parentId` field. */
432
+ parentId?: UUIDFilter;
433
+ /** Filter by the object’s `grantorId` field. */
434
+ grantorId?: UUIDFilter;
435
+ /** Filter by the object’s `isGrant` field. */
436
+ isGrant?: BooleanFilter;
437
+ /** Filter by the object’s `positionTitle` field. */
438
+ positionTitle?: StringFilter;
439
+ /** Filter by the object’s `positionLevel` field. */
440
+ positionLevel?: IntFilter;
441
+ /** Filter by the object’s `createdAt` field. */
442
+ createdAt?: DatetimeFilter;
443
+ /** Checks for all expressions in this list. */
444
+ and?: OrgChartEdgeGrantFilter[];
445
+ /** Checks for any expressions in this list. */
446
+ or?: OrgChartEdgeGrantFilter[];
447
+ /** Negates the expression. */
448
+ not?: OrgChartEdgeGrantFilter;
449
+ }
395
450
  /**
396
451
  * A condition to be used against `AppPermission` object types. All fields are
397
452
  * tested for equality and combined with a logical ‘and.’
@@ -822,6 +877,53 @@ export interface OrgGrantFilter {
822
877
  /** Negates the expression. */
823
878
  not?: OrgGrantFilter;
824
879
  }
880
+ /**
881
+ * A condition to be used against `OrgChartEdge` object types. All fields are
882
+ * tested for equality and combined with a logical ‘and.’
883
+ */
884
+ export interface OrgChartEdgeCondition {
885
+ /** Checks for equality with the object’s `id` field. */
886
+ id?: string;
887
+ /** Checks for equality with the object’s `createdAt` field. */
888
+ createdAt?: string;
889
+ /** Checks for equality with the object’s `updatedAt` field. */
890
+ updatedAt?: string;
891
+ /** Checks for equality with the object’s `entityId` field. */
892
+ entityId?: string;
893
+ /** Checks for equality with the object’s `childId` field. */
894
+ childId?: string;
895
+ /** Checks for equality with the object’s `parentId` field. */
896
+ parentId?: string;
897
+ /** Checks for equality with the object’s `positionTitle` field. */
898
+ positionTitle?: string;
899
+ /** Checks for equality with the object’s `positionLevel` field. */
900
+ positionLevel?: number;
901
+ }
902
+ /** A filter to be used against `OrgChartEdge` object types. All fields are combined with a logical ‘and.’ */
903
+ export interface OrgChartEdgeFilter {
904
+ /** Filter by the object’s `id` field. */
905
+ id?: UUIDFilter;
906
+ /** Filter by the object’s `createdAt` field. */
907
+ createdAt?: DatetimeFilter;
908
+ /** Filter by the object’s `updatedAt` field. */
909
+ updatedAt?: DatetimeFilter;
910
+ /** Filter by the object’s `entityId` field. */
911
+ entityId?: UUIDFilter;
912
+ /** Filter by the object’s `childId` field. */
913
+ childId?: UUIDFilter;
914
+ /** Filter by the object’s `parentId` field. */
915
+ parentId?: UUIDFilter;
916
+ /** Filter by the object’s `positionTitle` field. */
917
+ positionTitle?: StringFilter;
918
+ /** Filter by the object’s `positionLevel` field. */
919
+ positionLevel?: IntFilter;
920
+ /** Checks for all expressions in this list. */
921
+ and?: OrgChartEdgeFilter[];
922
+ /** Checks for any expressions in this list. */
923
+ or?: OrgChartEdgeFilter[];
924
+ /** Negates the expression. */
925
+ not?: OrgChartEdgeFilter;
926
+ }
825
927
  /**
826
928
  * A condition to be used against `OrgMembershipDefault` object types. All fields
827
929
  * are tested for equality and combined with a logical ‘and.’
@@ -920,84 +1022,6 @@ export interface AppLevelRequirementFilter {
920
1022
  /** Negates the expression. */
921
1023
  not?: AppLevelRequirementFilter;
922
1024
  }
923
- /**
924
- * A condition to be used against `AppLevel` object types. All fields are tested
925
- * for equality and combined with a logical ‘and.’
926
- */
927
- export interface AppLevelCondition {
928
- /** Checks for equality with the object’s `id` field. */
929
- id?: string;
930
- /** Checks for equality with the object’s `name` field. */
931
- name?: string;
932
- /** Checks for equality with the object’s `description` field. */
933
- description?: string;
934
- /** Checks for equality with the object’s `image` field. */
935
- image?: ConstructiveInternalTypeImage;
936
- /** Checks for equality with the object’s `ownerId` field. */
937
- ownerId?: string;
938
- /** Checks for equality with the object’s `createdAt` field. */
939
- createdAt?: string;
940
- /** Checks for equality with the object’s `updatedAt` field. */
941
- updatedAt?: string;
942
- }
943
- /** A filter to be used against `AppLevel` object types. All fields are combined with a logical ‘and.’ */
944
- export interface AppLevelFilter {
945
- /** Filter by the object’s `id` field. */
946
- id?: UUIDFilter;
947
- /** Filter by the object’s `name` field. */
948
- name?: StringFilter;
949
- /** Filter by the object’s `description` field. */
950
- description?: StringFilter;
951
- /** Filter by the object’s `image` field. */
952
- image?: ConstructiveInternalTypeImageFilter;
953
- /** Filter by the object’s `ownerId` field. */
954
- ownerId?: UUIDFilter;
955
- /** Filter by the object’s `createdAt` field. */
956
- createdAt?: DatetimeFilter;
957
- /** Filter by the object’s `updatedAt` field. */
958
- updatedAt?: DatetimeFilter;
959
- /** Checks for all expressions in this list. */
960
- and?: AppLevelFilter[];
961
- /** Checks for any expressions in this list. */
962
- or?: AppLevelFilter[];
963
- /** Negates the expression. */
964
- not?: AppLevelFilter;
965
- }
966
- /** A filter to be used against ConstructiveInternalTypeImage fields. All fields are combined with a logical ‘and.’ */
967
- export interface ConstructiveInternalTypeImageFilter {
968
- /** Is null (if `true` is specified) or is not null (if `false` is specified). */
969
- isNull?: boolean;
970
- /** Equal to the specified value. */
971
- equalTo?: ConstructiveInternalTypeImage;
972
- /** Not equal to the specified value. */
973
- notEqualTo?: ConstructiveInternalTypeImage;
974
- /** Not equal to the specified value, treating null like an ordinary value. */
975
- distinctFrom?: ConstructiveInternalTypeImage;
976
- /** Equal to the specified value, treating null like an ordinary value. */
977
- notDistinctFrom?: ConstructiveInternalTypeImage;
978
- /** Included in the specified list. */
979
- in?: ConstructiveInternalTypeImage[];
980
- /** Not included in the specified list. */
981
- notIn?: ConstructiveInternalTypeImage[];
982
- /** Less than the specified value. */
983
- lessThan?: ConstructiveInternalTypeImage;
984
- /** Less than or equal to the specified value. */
985
- lessThanOrEqualTo?: ConstructiveInternalTypeImage;
986
- /** Greater than the specified value. */
987
- greaterThan?: ConstructiveInternalTypeImage;
988
- /** Greater than or equal to the specified value. */
989
- greaterThanOrEqualTo?: ConstructiveInternalTypeImage;
990
- /** Contains the specified JSON. */
991
- contains?: ConstructiveInternalTypeImage;
992
- /** Contains the specified key. */
993
- containsKey?: string;
994
- /** Contains all of the specified keys. */
995
- containsAllKeys?: string[];
996
- /** Contains any of the specified keys. */
997
- containsAnyKeys?: string[];
998
- /** Contained by the specified JSON. */
999
- containedBy?: ConstructiveInternalTypeImage;
1000
- }
1001
1025
  /** A condition to be used against `Invite` object types. All fields are tested for equality and combined with a logical ‘and.’ */
1002
1026
  export interface InviteCondition {
1003
1027
  /** Checks for equality with the object’s `id` field. */
@@ -1134,13 +1158,91 @@ export interface ConstructiveInternalTypeEmailFilter {
1134
1158
  greaterThanOrEqualToInsensitive?: ConstructiveInternalTypeEmail;
1135
1159
  }
1136
1160
  /**
1137
- * A condition to be used against `AppMembership` object types. All fields are
1138
- * tested for equality and combined with a logical ‘and.’
1161
+ * A condition to be used against `AppLevel` object types. All fields are tested
1162
+ * for equality and combined with a logical ‘and.’
1139
1163
  */
1140
- export interface AppMembershipCondition {
1164
+ export interface AppLevelCondition {
1141
1165
  /** Checks for equality with the object’s `id` field. */
1142
1166
  id?: string;
1143
- /** Checks for equality with the object’s `createdAt` field. */
1167
+ /** Checks for equality with the object’s `name` field. */
1168
+ name?: string;
1169
+ /** Checks for equality with the object’s `description` field. */
1170
+ description?: string;
1171
+ /** Checks for equality with the object’s `image` field. */
1172
+ image?: ConstructiveInternalTypeImage;
1173
+ /** Checks for equality with the object’s `ownerId` field. */
1174
+ ownerId?: string;
1175
+ /** Checks for equality with the object’s `createdAt` field. */
1176
+ createdAt?: string;
1177
+ /** Checks for equality with the object’s `updatedAt` field. */
1178
+ updatedAt?: string;
1179
+ }
1180
+ /** A filter to be used against `AppLevel` object types. All fields are combined with a logical ‘and.’ */
1181
+ export interface AppLevelFilter {
1182
+ /** Filter by the object’s `id` field. */
1183
+ id?: UUIDFilter;
1184
+ /** Filter by the object’s `name` field. */
1185
+ name?: StringFilter;
1186
+ /** Filter by the object’s `description` field. */
1187
+ description?: StringFilter;
1188
+ /** Filter by the object’s `image` field. */
1189
+ image?: ConstructiveInternalTypeImageFilter;
1190
+ /** Filter by the object’s `ownerId` field. */
1191
+ ownerId?: UUIDFilter;
1192
+ /** Filter by the object’s `createdAt` field. */
1193
+ createdAt?: DatetimeFilter;
1194
+ /** Filter by the object’s `updatedAt` field. */
1195
+ updatedAt?: DatetimeFilter;
1196
+ /** Checks for all expressions in this list. */
1197
+ and?: AppLevelFilter[];
1198
+ /** Checks for any expressions in this list. */
1199
+ or?: AppLevelFilter[];
1200
+ /** Negates the expression. */
1201
+ not?: AppLevelFilter;
1202
+ }
1203
+ /** A filter to be used against ConstructiveInternalTypeImage fields. All fields are combined with a logical ‘and.’ */
1204
+ export interface ConstructiveInternalTypeImageFilter {
1205
+ /** Is null (if `true` is specified) or is not null (if `false` is specified). */
1206
+ isNull?: boolean;
1207
+ /** Equal to the specified value. */
1208
+ equalTo?: ConstructiveInternalTypeImage;
1209
+ /** Not equal to the specified value. */
1210
+ notEqualTo?: ConstructiveInternalTypeImage;
1211
+ /** Not equal to the specified value, treating null like an ordinary value. */
1212
+ distinctFrom?: ConstructiveInternalTypeImage;
1213
+ /** Equal to the specified value, treating null like an ordinary value. */
1214
+ notDistinctFrom?: ConstructiveInternalTypeImage;
1215
+ /** Included in the specified list. */
1216
+ in?: ConstructiveInternalTypeImage[];
1217
+ /** Not included in the specified list. */
1218
+ notIn?: ConstructiveInternalTypeImage[];
1219
+ /** Less than the specified value. */
1220
+ lessThan?: ConstructiveInternalTypeImage;
1221
+ /** Less than or equal to the specified value. */
1222
+ lessThanOrEqualTo?: ConstructiveInternalTypeImage;
1223
+ /** Greater than the specified value. */
1224
+ greaterThan?: ConstructiveInternalTypeImage;
1225
+ /** Greater than or equal to the specified value. */
1226
+ greaterThanOrEqualTo?: ConstructiveInternalTypeImage;
1227
+ /** Contains the specified JSON. */
1228
+ contains?: ConstructiveInternalTypeImage;
1229
+ /** Contains the specified key. */
1230
+ containsKey?: string;
1231
+ /** Contains all of the specified keys. */
1232
+ containsAllKeys?: string[];
1233
+ /** Contains any of the specified keys. */
1234
+ containsAnyKeys?: string[];
1235
+ /** Contained by the specified JSON. */
1236
+ containedBy?: ConstructiveInternalTypeImage;
1237
+ }
1238
+ /**
1239
+ * A condition to be used against `AppMembership` object types. All fields are
1240
+ * tested for equality and combined with a logical ‘and.’
1241
+ */
1242
+ export interface AppMembershipCondition {
1243
+ /** Checks for equality with the object’s `id` field. */
1244
+ id?: string;
1245
+ /** Checks for equality with the object’s `createdAt` field. */
1144
1246
  createdAt?: string;
1145
1247
  /** Checks for equality with the object’s `updatedAt` field. */
1146
1248
  updatedAt?: string;
@@ -1168,6 +1270,8 @@ export interface AppMembershipCondition {
1168
1270
  granted?: string;
1169
1271
  /** Checks for equality with the object’s `actorId` field. */
1170
1272
  actorId?: string;
1273
+ /** Checks for equality with the object’s `profileId` field. */
1274
+ profileId?: string;
1171
1275
  }
1172
1276
  /** A filter to be used against `AppMembership` object types. All fields are combined with a logical ‘and.’ */
1173
1277
  export interface AppMembershipFilter {
@@ -1201,6 +1305,8 @@ export interface AppMembershipFilter {
1201
1305
  granted?: BitStringFilter;
1202
1306
  /** Filter by the object’s `actorId` field. */
1203
1307
  actorId?: UUIDFilter;
1308
+ /** Filter by the object’s `profileId` field. */
1309
+ profileId?: UUIDFilter;
1204
1310
  /** Checks for all expressions in this list. */
1205
1311
  and?: AppMembershipFilter[];
1206
1312
  /** Checks for any expressions in this list. */
@@ -1243,6 +1349,8 @@ export interface OrgMembershipCondition {
1243
1349
  actorId?: string;
1244
1350
  /** Checks for equality with the object’s `entityId` field. */
1245
1351
  entityId?: string;
1352
+ /** Checks for equality with the object’s `profileId` field. */
1353
+ profileId?: string;
1246
1354
  }
1247
1355
  /** A filter to be used against `OrgMembership` object types. All fields are combined with a logical ‘and.’ */
1248
1356
  export interface OrgMembershipFilter {
@@ -1276,6 +1384,8 @@ export interface OrgMembershipFilter {
1276
1384
  actorId?: UUIDFilter;
1277
1385
  /** Filter by the object’s `entityId` field. */
1278
1386
  entityId?: UUIDFilter;
1387
+ /** Filter by the object’s `profileId` field. */
1388
+ profileId?: UUIDFilter;
1279
1389
  /** Checks for all expressions in this list. */
1280
1390
  and?: OrgMembershipFilter[];
1281
1391
  /** Checks for any expressions in this list. */
@@ -1368,8 +1478,11 @@ export interface CreateOrgMemberInput {
1368
1478
  /** An input for mutations affecting `OrgMember` */
1369
1479
  export interface OrgMemberInput {
1370
1480
  id?: string;
1481
+ /** Whether this member has admin privileges */
1371
1482
  isAdmin?: boolean;
1483
+ /** References the user who is a member */
1372
1484
  actorId: string;
1485
+ /** References the entity (org or group) this member belongs to */
1373
1486
  entityId: string;
1374
1487
  }
1375
1488
  export interface CreateAppPermissionDefaultInput {
@@ -1380,6 +1493,7 @@ export interface CreateAppPermissionDefaultInput {
1380
1493
  /** An input for mutations affecting `AppPermissionDefault` */
1381
1494
  export interface AppPermissionDefaultInput {
1382
1495
  id?: string;
1496
+ /** Default permission bitmask applied to new members */
1383
1497
  permissions?: string;
1384
1498
  }
1385
1499
  export interface CreateOrgPermissionDefaultInput {
@@ -1390,7 +1504,9 @@ export interface CreateOrgPermissionDefaultInput {
1390
1504
  /** An input for mutations affecting `OrgPermissionDefault` */
1391
1505
  export interface OrgPermissionDefaultInput {
1392
1506
  id?: string;
1507
+ /** Default permission bitmask applied to new members */
1393
1508
  permissions?: string;
1509
+ /** References the entity these default permissions apply to */
1394
1510
  entityId: string;
1395
1511
  }
1396
1512
  export interface CreateAppAdminGrantInput {
@@ -1401,7 +1517,9 @@ export interface CreateAppAdminGrantInput {
1401
1517
  /** An input for mutations affecting `AppAdminGrant` */
1402
1518
  export interface AppAdminGrantInput {
1403
1519
  id?: string;
1520
+ /** True to grant admin, false to revoke admin */
1404
1521
  isGrant?: boolean;
1522
+ /** The member receiving or losing the admin grant */
1405
1523
  actorId: string;
1406
1524
  grantorId?: string;
1407
1525
  createdAt?: string;
@@ -1415,34 +1533,14 @@ export interface CreateAppOwnerGrantInput {
1415
1533
  /** An input for mutations affecting `AppOwnerGrant` */
1416
1534
  export interface AppOwnerGrantInput {
1417
1535
  id?: string;
1536
+ /** True to grant ownership, false to revoke ownership */
1418
1537
  isGrant?: boolean;
1538
+ /** The member receiving or losing the ownership grant */
1419
1539
  actorId: string;
1420
1540
  grantorId?: string;
1421
1541
  createdAt?: string;
1422
1542
  updatedAt?: string;
1423
1543
  }
1424
- export interface CreateAppLimitDefaultInput {
1425
- clientMutationId?: string;
1426
- /** The `AppLimitDefault` to be created by this mutation. */
1427
- appLimitDefault: AppLimitDefaultInput;
1428
- }
1429
- /** An input for mutations affecting `AppLimitDefault` */
1430
- export interface AppLimitDefaultInput {
1431
- id?: string;
1432
- name: string;
1433
- max?: number;
1434
- }
1435
- export interface CreateOrgLimitDefaultInput {
1436
- clientMutationId?: string;
1437
- /** The `OrgLimitDefault` to be created by this mutation. */
1438
- orgLimitDefault: OrgLimitDefaultInput;
1439
- }
1440
- /** An input for mutations affecting `OrgLimitDefault` */
1441
- export interface OrgLimitDefaultInput {
1442
- id?: string;
1443
- name: string;
1444
- max?: number;
1445
- }
1446
1544
  export interface CreateOrgAdminGrantInput {
1447
1545
  clientMutationId?: string;
1448
1546
  /** The `OrgAdminGrant` to be created by this mutation. */
@@ -1451,8 +1549,11 @@ export interface CreateOrgAdminGrantInput {
1451
1549
  /** An input for mutations affecting `OrgAdminGrant` */
1452
1550
  export interface OrgAdminGrantInput {
1453
1551
  id?: string;
1552
+ /** True to grant admin, false to revoke admin */
1454
1553
  isGrant?: boolean;
1554
+ /** The member receiving or losing the admin grant */
1455
1555
  actorId: string;
1556
+ /** The entity (org or group) this admin grant applies to */
1456
1557
  entityId: string;
1457
1558
  grantorId?: string;
1458
1559
  createdAt?: string;
@@ -1466,13 +1567,42 @@ export interface CreateOrgOwnerGrantInput {
1466
1567
  /** An input for mutations affecting `OrgOwnerGrant` */
1467
1568
  export interface OrgOwnerGrantInput {
1468
1569
  id?: string;
1570
+ /** True to grant ownership, false to revoke ownership */
1469
1571
  isGrant?: boolean;
1572
+ /** The member receiving or losing the ownership grant */
1470
1573
  actorId: string;
1574
+ /** The entity (org or group) this ownership grant applies to */
1471
1575
  entityId: string;
1472
1576
  grantorId?: string;
1473
1577
  createdAt?: string;
1474
1578
  updatedAt?: string;
1475
1579
  }
1580
+ export interface CreateAppLimitDefaultInput {
1581
+ clientMutationId?: string;
1582
+ /** The `AppLimitDefault` to be created by this mutation. */
1583
+ appLimitDefault: AppLimitDefaultInput;
1584
+ }
1585
+ /** An input for mutations affecting `AppLimitDefault` */
1586
+ export interface AppLimitDefaultInput {
1587
+ id?: string;
1588
+ /** Name identifier of the limit this default applies to */
1589
+ name: string;
1590
+ /** Default maximum usage allowed for this limit */
1591
+ max?: number;
1592
+ }
1593
+ export interface CreateOrgLimitDefaultInput {
1594
+ clientMutationId?: string;
1595
+ /** The `OrgLimitDefault` to be created by this mutation. */
1596
+ orgLimitDefault: OrgLimitDefaultInput;
1597
+ }
1598
+ /** An input for mutations affecting `OrgLimitDefault` */
1599
+ export interface OrgLimitDefaultInput {
1600
+ id?: string;
1601
+ /** Name identifier of the limit this default applies to */
1602
+ name: string;
1603
+ /** Default maximum usage allowed for this limit */
1604
+ max?: number;
1605
+ }
1476
1606
  export interface CreateMembershipTypeInput {
1477
1607
  clientMutationId?: string;
1478
1608
  /** The `MembershipType` to be created by this mutation. */
@@ -1480,11 +1610,40 @@ export interface CreateMembershipTypeInput {
1480
1610
  }
1481
1611
  /** An input for mutations affecting `MembershipType` */
1482
1612
  export interface MembershipTypeInput {
1613
+ /** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
1483
1614
  id: number;
1615
+ /** Human-readable name of the membership type */
1484
1616
  name: string;
1617
+ /** Description of what this membership type represents */
1485
1618
  description: string;
1619
+ /** Short prefix used to namespace tables and functions for this membership scope */
1486
1620
  prefix: string;
1487
1621
  }
1622
+ export interface CreateOrgChartEdgeGrantInput {
1623
+ clientMutationId?: string;
1624
+ /** The `OrgChartEdgeGrant` to be created by this mutation. */
1625
+ orgChartEdgeGrant: OrgChartEdgeGrantInput;
1626
+ }
1627
+ /** An input for mutations affecting `OrgChartEdgeGrant` */
1628
+ export interface OrgChartEdgeGrantInput {
1629
+ id?: string;
1630
+ /** Organization this grant applies to */
1631
+ entityId: string;
1632
+ /** User ID of the subordinate being placed in the hierarchy */
1633
+ childId: string;
1634
+ /** User ID of the manager being assigned; NULL for top-level positions */
1635
+ parentId?: string;
1636
+ /** User ID of the admin who performed this grant or revocation */
1637
+ grantorId: string;
1638
+ /** TRUE to add/update the edge, FALSE to remove it */
1639
+ isGrant?: boolean;
1640
+ /** Job title or role name being assigned in this grant */
1641
+ positionTitle?: string;
1642
+ /** Numeric seniority level being assigned in this grant */
1643
+ positionLevel?: number;
1644
+ /** Timestamp when this grant or revocation was recorded */
1645
+ createdAt?: string;
1646
+ }
1488
1647
  export interface CreateAppPermissionInput {
1489
1648
  clientMutationId?: string;
1490
1649
  /** The `AppPermission` to be created by this mutation. */
@@ -1493,9 +1652,13 @@ export interface CreateAppPermissionInput {
1493
1652
  /** An input for mutations affecting `AppPermission` */
1494
1653
  export interface AppPermissionInput {
1495
1654
  id?: string;
1655
+ /** Human-readable permission name (e.g. read, write, manage) */
1496
1656
  name?: string;
1657
+ /** Position of this permission in the bitmask (1-indexed), must be unique per permission set */
1497
1658
  bitnum?: number;
1659
+ /** Pre-computed bitmask with only this permission bit set, used for bitwise OR/AND operations */
1498
1660
  bitstr?: string;
1661
+ /** Human-readable description of what this permission allows */
1499
1662
  description?: string;
1500
1663
  }
1501
1664
  export interface CreateOrgPermissionInput {
@@ -1506,9 +1669,13 @@ export interface CreateOrgPermissionInput {
1506
1669
  /** An input for mutations affecting `OrgPermission` */
1507
1670
  export interface OrgPermissionInput {
1508
1671
  id?: string;
1672
+ /** Human-readable permission name (e.g. read, write, manage) */
1509
1673
  name?: string;
1674
+ /** Position of this permission in the bitmask (1-indexed), must be unique per permission set */
1510
1675
  bitnum?: number;
1676
+ /** Pre-computed bitmask with only this permission bit set, used for bitwise OR/AND operations */
1511
1677
  bitstr?: string;
1678
+ /** Human-readable description of what this permission allows */
1512
1679
  description?: string;
1513
1680
  }
1514
1681
  export interface CreateAppLimitInput {
@@ -1519,9 +1686,13 @@ export interface CreateAppLimitInput {
1519
1686
  /** An input for mutations affecting `AppLimit` */
1520
1687
  export interface AppLimitInput {
1521
1688
  id?: string;
1689
+ /** Name identifier of the limit being tracked */
1522
1690
  name?: string;
1691
+ /** User whose usage is being tracked against this limit */
1523
1692
  actorId: string;
1693
+ /** Current usage count for this actor and limit */
1524
1694
  num?: number;
1695
+ /** Maximum allowed usage; NULL means use the default limit value */
1525
1696
  max?: number;
1526
1697
  }
1527
1698
  export interface CreateAppAchievementInput {
@@ -1533,7 +1704,9 @@ export interface CreateAppAchievementInput {
1533
1704
  export interface AppAchievementInput {
1534
1705
  id?: string;
1535
1706
  actorId?: string;
1707
+ /** Name identifier of the level requirement being tracked */
1536
1708
  name: string;
1709
+ /** Cumulative count of completed steps toward this requirement */
1537
1710
  count?: number;
1538
1711
  createdAt?: string;
1539
1712
  updatedAt?: string;
@@ -1547,7 +1720,9 @@ export interface CreateAppStepInput {
1547
1720
  export interface AppStepInput {
1548
1721
  id?: string;
1549
1722
  actorId?: string;
1723
+ /** Name identifier of the level requirement this step fulfills */
1550
1724
  name: string;
1725
+ /** Number of units completed in this step action */
1551
1726
  count?: number;
1552
1727
  createdAt?: string;
1553
1728
  updatedAt?: string;
@@ -1560,8 +1735,11 @@ export interface CreateClaimedInviteInput {
1560
1735
  /** An input for mutations affecting `ClaimedInvite` */
1561
1736
  export interface ClaimedInviteInput {
1562
1737
  id?: string;
1738
+ /** Optional JSON payload captured at the time the invite was claimed */
1563
1739
  data?: unknown;
1740
+ /** User ID of the original invitation sender */
1564
1741
  senderId?: string;
1742
+ /** User ID of the person who claimed and redeemed the invitation */
1565
1743
  receiverId?: string;
1566
1744
  createdAt?: string;
1567
1745
  updatedAt?: string;
@@ -1574,8 +1752,11 @@ export interface CreateAppGrantInput {
1574
1752
  /** An input for mutations affecting `AppGrant` */
1575
1753
  export interface AppGrantInput {
1576
1754
  id?: string;
1755
+ /** Bitmask of permissions being granted or revoked */
1577
1756
  permissions?: string;
1757
+ /** True to grant the permissions, false to revoke them */
1578
1758
  isGrant?: boolean;
1759
+ /** The member receiving or losing the permission grant */
1579
1760
  actorId: string;
1580
1761
  grantorId?: string;
1581
1762
  createdAt?: string;
@@ -1593,7 +1774,9 @@ export interface AppMembershipDefaultInput {
1593
1774
  updatedAt?: string;
1594
1775
  createdBy?: string;
1595
1776
  updatedBy?: string;
1777
+ /** Whether new members are automatically approved upon joining */
1596
1778
  isApproved?: boolean;
1779
+ /** Whether new members are automatically verified upon joining */
1597
1780
  isVerified?: boolean;
1598
1781
  }
1599
1782
  export interface CreateOrgLimitInput {
@@ -1604,9 +1787,13 @@ export interface CreateOrgLimitInput {
1604
1787
  /** An input for mutations affecting `OrgLimit` */
1605
1788
  export interface OrgLimitInput {
1606
1789
  id?: string;
1790
+ /** Name identifier of the limit being tracked */
1607
1791
  name?: string;
1792
+ /** User whose usage is being tracked against this limit */
1608
1793
  actorId: string;
1794
+ /** Current usage count for this actor and limit */
1609
1795
  num?: number;
1796
+ /** Maximum allowed usage; NULL means use the default limit value */
1610
1797
  max?: number;
1611
1798
  entityId: string;
1612
1799
  }
@@ -1618,8 +1805,11 @@ export interface CreateOrgClaimedInviteInput {
1618
1805
  /** An input for mutations affecting `OrgClaimedInvite` */
1619
1806
  export interface OrgClaimedInviteInput {
1620
1807
  id?: string;
1808
+ /** Optional JSON payload captured at the time the invite was claimed */
1621
1809
  data?: unknown;
1810
+ /** User ID of the original invitation sender */
1622
1811
  senderId?: string;
1812
+ /** User ID of the person who claimed and redeemed the invitation */
1623
1813
  receiverId?: string;
1624
1814
  createdAt?: string;
1625
1815
  updatedAt?: string;
@@ -1633,14 +1823,39 @@ export interface CreateOrgGrantInput {
1633
1823
  /** An input for mutations affecting `OrgGrant` */
1634
1824
  export interface OrgGrantInput {
1635
1825
  id?: string;
1826
+ /** Bitmask of permissions being granted or revoked */
1636
1827
  permissions?: string;
1828
+ /** True to grant the permissions, false to revoke them */
1637
1829
  isGrant?: boolean;
1830
+ /** The member receiving or losing the permission grant */
1638
1831
  actorId: string;
1832
+ /** The entity (org or group) this permission grant applies to */
1639
1833
  entityId: string;
1640
1834
  grantorId?: string;
1641
1835
  createdAt?: string;
1642
1836
  updatedAt?: string;
1643
1837
  }
1838
+ export interface CreateOrgChartEdgeInput {
1839
+ clientMutationId?: string;
1840
+ /** The `OrgChartEdge` to be created by this mutation. */
1841
+ orgChartEdge: OrgChartEdgeInput;
1842
+ }
1843
+ /** An input for mutations affecting `OrgChartEdge` */
1844
+ export interface OrgChartEdgeInput {
1845
+ id?: string;
1846
+ createdAt?: string;
1847
+ updatedAt?: string;
1848
+ /** Organization this hierarchy edge belongs to */
1849
+ entityId: string;
1850
+ /** User ID of the subordinate (employee) in this reporting relationship */
1851
+ childId: string;
1852
+ /** User ID of the manager; NULL indicates a top-level position with no direct report */
1853
+ parentId?: string;
1854
+ /** Job title or role name for this position in the org chart */
1855
+ positionTitle?: string;
1856
+ /** Numeric seniority level for this position (higher = more senior) */
1857
+ positionLevel?: number;
1858
+ }
1644
1859
  export interface CreateOrgMembershipDefaultInput {
1645
1860
  clientMutationId?: string;
1646
1861
  /** The `OrgMembershipDefault` to be created by this mutation. */
@@ -1653,9 +1868,13 @@ export interface OrgMembershipDefaultInput {
1653
1868
  updatedAt?: string;
1654
1869
  createdBy?: string;
1655
1870
  updatedBy?: string;
1871
+ /** Whether new members are automatically approved upon joining */
1656
1872
  isApproved?: boolean;
1873
+ /** References the entity these membership defaults apply to */
1657
1874
  entityId: string;
1875
+ /** When an org member is deleted, whether to cascade-remove their group memberships */
1658
1876
  deleteMemberCascadeGroups?: boolean;
1877
+ /** When a group is created, whether to auto-add existing org members as group members */
1659
1878
  createGroupsCascadeMembers?: boolean;
1660
1879
  }
1661
1880
  export interface CreateAppLevelRequirementInput {
@@ -1666,29 +1885,19 @@ export interface CreateAppLevelRequirementInput {
1666
1885
  /** An input for mutations affecting `AppLevelRequirement` */
1667
1886
  export interface AppLevelRequirementInput {
1668
1887
  id?: string;
1888
+ /** Name identifier of the requirement (matches step names) */
1669
1889
  name: string;
1890
+ /** Name of the level this requirement belongs to */
1670
1891
  level: string;
1892
+ /** Human-readable description of what this requirement entails */
1671
1893
  description?: string;
1894
+ /** Number of steps needed to satisfy this requirement */
1672
1895
  requiredCount?: number;
1896
+ /** Display ordering priority; lower values appear first */
1673
1897
  priority?: number;
1674
1898
  createdAt?: string;
1675
1899
  updatedAt?: string;
1676
1900
  }
1677
- export interface CreateAppLevelInput {
1678
- clientMutationId?: string;
1679
- /** The `AppLevel` to be created by this mutation. */
1680
- appLevel: AppLevelInput;
1681
- }
1682
- /** An input for mutations affecting `AppLevel` */
1683
- export interface AppLevelInput {
1684
- id?: string;
1685
- name: string;
1686
- description?: string;
1687
- image?: ConstructiveInternalTypeImage;
1688
- ownerId?: string;
1689
- createdAt?: string;
1690
- updatedAt?: string;
1691
- }
1692
1901
  export interface CreateInviteInput {
1693
1902
  clientMutationId?: string;
1694
1903
  /** The `Invite` to be created by this mutation. */
@@ -1697,18 +1906,46 @@ export interface CreateInviteInput {
1697
1906
  /** An input for mutations affecting `Invite` */
1698
1907
  export interface InviteInput {
1699
1908
  id?: string;
1909
+ /** Email address of the invited recipient */
1700
1910
  email?: ConstructiveInternalTypeEmail;
1911
+ /** User ID of the member who sent this invitation */
1701
1912
  senderId?: string;
1913
+ /** Unique random hex token used to redeem this invitation */
1702
1914
  inviteToken?: string;
1915
+ /** Whether this invitation is still valid and can be redeemed */
1703
1916
  inviteValid?: boolean;
1917
+ /** Maximum number of times this invite can be claimed; -1 means unlimited */
1704
1918
  inviteLimit?: number;
1919
+ /** Running count of how many times this invite has been claimed */
1705
1920
  inviteCount?: number;
1921
+ /** Whether this invite can be claimed by multiple recipients */
1706
1922
  multiple?: boolean;
1923
+ /** Optional JSON payload of additional invite metadata */
1707
1924
  data?: unknown;
1925
+ /** Timestamp after which this invitation can no longer be redeemed */
1708
1926
  expiresAt?: string;
1709
1927
  createdAt?: string;
1710
1928
  updatedAt?: string;
1711
1929
  }
1930
+ export interface CreateAppLevelInput {
1931
+ clientMutationId?: string;
1932
+ /** The `AppLevel` to be created by this mutation. */
1933
+ appLevel: AppLevelInput;
1934
+ }
1935
+ /** An input for mutations affecting `AppLevel` */
1936
+ export interface AppLevelInput {
1937
+ id?: string;
1938
+ /** Unique name of the level */
1939
+ name: string;
1940
+ /** Human-readable description of what this level represents */
1941
+ description?: string;
1942
+ /** Badge or icon image associated with this level */
1943
+ image?: ConstructiveInternalTypeImage;
1944
+ /** Optional owner (actor) who created or manages this level */
1945
+ ownerId?: string;
1946
+ createdAt?: string;
1947
+ updatedAt?: string;
1948
+ }
1712
1949
  export interface CreateAppMembershipInput {
1713
1950
  clientMutationId?: string;
1714
1951
  /** The `AppMembership` to be created by this mutation. */
@@ -1721,16 +1958,27 @@ export interface AppMembershipInput {
1721
1958
  updatedAt?: string;
1722
1959
  createdBy?: string;
1723
1960
  updatedBy?: string;
1961
+ /** Whether this membership has been approved by an admin */
1724
1962
  isApproved?: boolean;
1963
+ /** Whether this member has been banned from the entity */
1725
1964
  isBanned?: boolean;
1965
+ /** Whether this membership is temporarily disabled */
1726
1966
  isDisabled?: boolean;
1967
+ /** Whether this member has been verified (e.g. email confirmation) */
1727
1968
  isVerified?: boolean;
1969
+ /** Computed field indicating the membership is approved, verified, not banned, and not disabled */
1728
1970
  isActive?: boolean;
1971
+ /** Whether the actor is the owner of this entity */
1729
1972
  isOwner?: boolean;
1973
+ /** Whether the actor has admin privileges on this entity */
1730
1974
  isAdmin?: boolean;
1975
+ /** Aggregated permission bitmask combining profile-based and directly granted permissions */
1731
1976
  permissions?: string;
1977
+ /** Bitmask of permissions directly granted to this member (not from profiles) */
1732
1978
  granted?: string;
1979
+ /** References the user who holds this membership */
1733
1980
  actorId: string;
1981
+ profileId?: string;
1734
1982
  }
1735
1983
  export interface CreateOrgMembershipInput {
1736
1984
  clientMutationId?: string;
@@ -1744,16 +1992,27 @@ export interface OrgMembershipInput {
1744
1992
  updatedAt?: string;
1745
1993
  createdBy?: string;
1746
1994
  updatedBy?: string;
1995
+ /** Whether this membership has been approved by an admin */
1747
1996
  isApproved?: boolean;
1997
+ /** Whether this member has been banned from the entity */
1748
1998
  isBanned?: boolean;
1999
+ /** Whether this membership is temporarily disabled */
1749
2000
  isDisabled?: boolean;
2001
+ /** Computed field indicating the membership is approved, verified, not banned, and not disabled */
1750
2002
  isActive?: boolean;
2003
+ /** Whether the actor is the owner of this entity */
1751
2004
  isOwner?: boolean;
2005
+ /** Whether the actor has admin privileges on this entity */
1752
2006
  isAdmin?: boolean;
2007
+ /** Aggregated permission bitmask combining profile-based and directly granted permissions */
1753
2008
  permissions?: string;
2009
+ /** Bitmask of permissions directly granted to this member (not from profiles) */
1754
2010
  granted?: string;
2011
+ /** References the user who holds this membership */
1755
2012
  actorId: string;
2013
+ /** References the entity (org or group) this membership belongs to */
1756
2014
  entityId: string;
2015
+ profileId?: string;
1757
2016
  }
1758
2017
  export interface CreateOrgInviteInput {
1759
2018
  clientMutationId?: string;
@@ -1763,15 +2022,25 @@ export interface CreateOrgInviteInput {
1763
2022
  /** An input for mutations affecting `OrgInvite` */
1764
2023
  export interface OrgInviteInput {
1765
2024
  id?: string;
2025
+ /** Email address of the invited recipient */
1766
2026
  email?: ConstructiveInternalTypeEmail;
2027
+ /** User ID of the member who sent this invitation */
1767
2028
  senderId?: string;
2029
+ /** User ID of the intended recipient, if targeting a specific user */
1768
2030
  receiverId?: string;
2031
+ /** Unique random hex token used to redeem this invitation */
1769
2032
  inviteToken?: string;
2033
+ /** Whether this invitation is still valid and can be redeemed */
1770
2034
  inviteValid?: boolean;
2035
+ /** Maximum number of times this invite can be claimed; -1 means unlimited */
1771
2036
  inviteLimit?: number;
2037
+ /** Running count of how many times this invite has been claimed */
1772
2038
  inviteCount?: number;
2039
+ /** Whether this invite can be claimed by multiple recipients */
1773
2040
  multiple?: boolean;
2041
+ /** Optional JSON payload of additional invite metadata */
1774
2042
  data?: unknown;
2043
+ /** Timestamp after which this invitation can no longer be redeemed */
1775
2044
  expiresAt?: string;
1776
2045
  createdAt?: string;
1777
2046
  updatedAt?: string;
@@ -1786,8 +2055,11 @@ export interface UpdateOrgMemberInput {
1786
2055
  /** Represents an update to a `OrgMember`. Fields that are set will be updated. */
1787
2056
  export interface OrgMemberPatch {
1788
2057
  id?: string;
2058
+ /** Whether this member has admin privileges */
1789
2059
  isAdmin?: boolean;
2060
+ /** References the user who is a member */
1790
2061
  actorId?: string;
2062
+ /** References the entity (org or group) this member belongs to */
1791
2063
  entityId?: string;
1792
2064
  }
1793
2065
  export interface UpdateAppPermissionDefaultInput {
@@ -1799,6 +2071,7 @@ export interface UpdateAppPermissionDefaultInput {
1799
2071
  /** Represents an update to a `AppPermissionDefault`. Fields that are set will be updated. */
1800
2072
  export interface AppPermissionDefaultPatch {
1801
2073
  id?: string;
2074
+ /** Default permission bitmask applied to new members */
1802
2075
  permissions?: string;
1803
2076
  }
1804
2077
  export interface UpdateOrgPermissionDefaultInput {
@@ -1810,7 +2083,9 @@ export interface UpdateOrgPermissionDefaultInput {
1810
2083
  /** Represents an update to a `OrgPermissionDefault`. Fields that are set will be updated. */
1811
2084
  export interface OrgPermissionDefaultPatch {
1812
2085
  id?: string;
2086
+ /** Default permission bitmask applied to new members */
1813
2087
  permissions?: string;
2088
+ /** References the entity these default permissions apply to */
1814
2089
  entityId?: string;
1815
2090
  }
1816
2091
  export interface UpdateAppAdminGrantInput {
@@ -1822,7 +2097,9 @@ export interface UpdateAppAdminGrantInput {
1822
2097
  /** Represents an update to a `AppAdminGrant`. Fields that are set will be updated. */
1823
2098
  export interface AppAdminGrantPatch {
1824
2099
  id?: string;
2100
+ /** True to grant admin, false to revoke admin */
1825
2101
  isGrant?: boolean;
2102
+ /** The member receiving or losing the admin grant */
1826
2103
  actorId?: string;
1827
2104
  grantorId?: string;
1828
2105
  createdAt?: string;
@@ -1837,36 +2114,14 @@ export interface UpdateAppOwnerGrantInput {
1837
2114
  /** Represents an update to a `AppOwnerGrant`. Fields that are set will be updated. */
1838
2115
  export interface AppOwnerGrantPatch {
1839
2116
  id?: string;
2117
+ /** True to grant ownership, false to revoke ownership */
1840
2118
  isGrant?: boolean;
2119
+ /** The member receiving or losing the ownership grant */
1841
2120
  actorId?: string;
1842
2121
  grantorId?: string;
1843
2122
  createdAt?: string;
1844
2123
  updatedAt?: string;
1845
2124
  }
1846
- export interface UpdateAppLimitDefaultInput {
1847
- clientMutationId?: string;
1848
- id: string;
1849
- /** An object where the defined keys will be set on the `AppLimitDefault` being updated. */
1850
- appLimitDefaultPatch: AppLimitDefaultPatch;
1851
- }
1852
- /** Represents an update to a `AppLimitDefault`. Fields that are set will be updated. */
1853
- export interface AppLimitDefaultPatch {
1854
- id?: string;
1855
- name?: string;
1856
- max?: number;
1857
- }
1858
- export interface UpdateOrgLimitDefaultInput {
1859
- clientMutationId?: string;
1860
- id: string;
1861
- /** An object where the defined keys will be set on the `OrgLimitDefault` being updated. */
1862
- orgLimitDefaultPatch: OrgLimitDefaultPatch;
1863
- }
1864
- /** Represents an update to a `OrgLimitDefault`. Fields that are set will be updated. */
1865
- export interface OrgLimitDefaultPatch {
1866
- id?: string;
1867
- name?: string;
1868
- max?: number;
1869
- }
1870
2125
  export interface UpdateOrgAdminGrantInput {
1871
2126
  clientMutationId?: string;
1872
2127
  id: string;
@@ -1876,8 +2131,11 @@ export interface UpdateOrgAdminGrantInput {
1876
2131
  /** Represents an update to a `OrgAdminGrant`. Fields that are set will be updated. */
1877
2132
  export interface OrgAdminGrantPatch {
1878
2133
  id?: string;
2134
+ /** True to grant admin, false to revoke admin */
1879
2135
  isGrant?: boolean;
2136
+ /** The member receiving or losing the admin grant */
1880
2137
  actorId?: string;
2138
+ /** The entity (org or group) this admin grant applies to */
1881
2139
  entityId?: string;
1882
2140
  grantorId?: string;
1883
2141
  createdAt?: string;
@@ -1892,26 +2150,88 @@ export interface UpdateOrgOwnerGrantInput {
1892
2150
  /** Represents an update to a `OrgOwnerGrant`. Fields that are set will be updated. */
1893
2151
  export interface OrgOwnerGrantPatch {
1894
2152
  id?: string;
2153
+ /** True to grant ownership, false to revoke ownership */
1895
2154
  isGrant?: boolean;
2155
+ /** The member receiving or losing the ownership grant */
1896
2156
  actorId?: string;
2157
+ /** The entity (org or group) this ownership grant applies to */
1897
2158
  entityId?: string;
1898
2159
  grantorId?: string;
1899
2160
  createdAt?: string;
1900
2161
  updatedAt?: string;
1901
2162
  }
2163
+ export interface UpdateAppLimitDefaultInput {
2164
+ clientMutationId?: string;
2165
+ id: string;
2166
+ /** An object where the defined keys will be set on the `AppLimitDefault` being updated. */
2167
+ appLimitDefaultPatch: AppLimitDefaultPatch;
2168
+ }
2169
+ /** Represents an update to a `AppLimitDefault`. Fields that are set will be updated. */
2170
+ export interface AppLimitDefaultPatch {
2171
+ id?: string;
2172
+ /** Name identifier of the limit this default applies to */
2173
+ name?: string;
2174
+ /** Default maximum usage allowed for this limit */
2175
+ max?: number;
2176
+ }
2177
+ export interface UpdateOrgLimitDefaultInput {
2178
+ clientMutationId?: string;
2179
+ id: string;
2180
+ /** An object where the defined keys will be set on the `OrgLimitDefault` being updated. */
2181
+ orgLimitDefaultPatch: OrgLimitDefaultPatch;
2182
+ }
2183
+ /** Represents an update to a `OrgLimitDefault`. Fields that are set will be updated. */
2184
+ export interface OrgLimitDefaultPatch {
2185
+ id?: string;
2186
+ /** Name identifier of the limit this default applies to */
2187
+ name?: string;
2188
+ /** Default maximum usage allowed for this limit */
2189
+ max?: number;
2190
+ }
1902
2191
  export interface UpdateMembershipTypeInput {
1903
2192
  clientMutationId?: string;
2193
+ /** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
1904
2194
  id: number;
1905
2195
  /** An object where the defined keys will be set on the `MembershipType` being updated. */
1906
2196
  membershipTypePatch: MembershipTypePatch;
1907
2197
  }
1908
2198
  /** Represents an update to a `MembershipType`. Fields that are set will be updated. */
1909
2199
  export interface MembershipTypePatch {
2200
+ /** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
1910
2201
  id?: number;
2202
+ /** Human-readable name of the membership type */
1911
2203
  name?: string;
2204
+ /** Description of what this membership type represents */
1912
2205
  description?: string;
2206
+ /** Short prefix used to namespace tables and functions for this membership scope */
1913
2207
  prefix?: string;
1914
2208
  }
2209
+ export interface UpdateOrgChartEdgeGrantInput {
2210
+ clientMutationId?: string;
2211
+ id: string;
2212
+ /** An object where the defined keys will be set on the `OrgChartEdgeGrant` being updated. */
2213
+ orgChartEdgeGrantPatch: OrgChartEdgeGrantPatch;
2214
+ }
2215
+ /** Represents an update to a `OrgChartEdgeGrant`. Fields that are set will be updated. */
2216
+ export interface OrgChartEdgeGrantPatch {
2217
+ id?: string;
2218
+ /** Organization this grant applies to */
2219
+ entityId?: string;
2220
+ /** User ID of the subordinate being placed in the hierarchy */
2221
+ childId?: string;
2222
+ /** User ID of the manager being assigned; NULL for top-level positions */
2223
+ parentId?: string;
2224
+ /** User ID of the admin who performed this grant or revocation */
2225
+ grantorId?: string;
2226
+ /** TRUE to add/update the edge, FALSE to remove it */
2227
+ isGrant?: boolean;
2228
+ /** Job title or role name being assigned in this grant */
2229
+ positionTitle?: string;
2230
+ /** Numeric seniority level being assigned in this grant */
2231
+ positionLevel?: number;
2232
+ /** Timestamp when this grant or revocation was recorded */
2233
+ createdAt?: string;
2234
+ }
1915
2235
  export interface UpdateAppPermissionInput {
1916
2236
  clientMutationId?: string;
1917
2237
  id: string;
@@ -1921,9 +2241,13 @@ export interface UpdateAppPermissionInput {
1921
2241
  /** Represents an update to a `AppPermission`. Fields that are set will be updated. */
1922
2242
  export interface AppPermissionPatch {
1923
2243
  id?: string;
2244
+ /** Human-readable permission name (e.g. read, write, manage) */
1924
2245
  name?: string;
2246
+ /** Position of this permission in the bitmask (1-indexed), must be unique per permission set */
1925
2247
  bitnum?: number;
2248
+ /** Pre-computed bitmask with only this permission bit set, used for bitwise OR/AND operations */
1926
2249
  bitstr?: string;
2250
+ /** Human-readable description of what this permission allows */
1927
2251
  description?: string;
1928
2252
  }
1929
2253
  export interface UpdateOrgPermissionInput {
@@ -1935,9 +2259,13 @@ export interface UpdateOrgPermissionInput {
1935
2259
  /** Represents an update to a `OrgPermission`. Fields that are set will be updated. */
1936
2260
  export interface OrgPermissionPatch {
1937
2261
  id?: string;
2262
+ /** Human-readable permission name (e.g. read, write, manage) */
1938
2263
  name?: string;
2264
+ /** Position of this permission in the bitmask (1-indexed), must be unique per permission set */
1939
2265
  bitnum?: number;
2266
+ /** Pre-computed bitmask with only this permission bit set, used for bitwise OR/AND operations */
1940
2267
  bitstr?: string;
2268
+ /** Human-readable description of what this permission allows */
1941
2269
  description?: string;
1942
2270
  }
1943
2271
  export interface UpdateAppLimitInput {
@@ -1949,9 +2277,13 @@ export interface UpdateAppLimitInput {
1949
2277
  /** Represents an update to a `AppLimit`. Fields that are set will be updated. */
1950
2278
  export interface AppLimitPatch {
1951
2279
  id?: string;
2280
+ /** Name identifier of the limit being tracked */
1952
2281
  name?: string;
2282
+ /** User whose usage is being tracked against this limit */
1953
2283
  actorId?: string;
2284
+ /** Current usage count for this actor and limit */
1954
2285
  num?: number;
2286
+ /** Maximum allowed usage; NULL means use the default limit value */
1955
2287
  max?: number;
1956
2288
  }
1957
2289
  export interface UpdateAppAchievementInput {
@@ -1964,7 +2296,9 @@ export interface UpdateAppAchievementInput {
1964
2296
  export interface AppAchievementPatch {
1965
2297
  id?: string;
1966
2298
  actorId?: string;
2299
+ /** Name identifier of the level requirement being tracked */
1967
2300
  name?: string;
2301
+ /** Cumulative count of completed steps toward this requirement */
1968
2302
  count?: number;
1969
2303
  createdAt?: string;
1970
2304
  updatedAt?: string;
@@ -1979,7 +2313,9 @@ export interface UpdateAppStepInput {
1979
2313
  export interface AppStepPatch {
1980
2314
  id?: string;
1981
2315
  actorId?: string;
2316
+ /** Name identifier of the level requirement this step fulfills */
1982
2317
  name?: string;
2318
+ /** Number of units completed in this step action */
1983
2319
  count?: number;
1984
2320
  createdAt?: string;
1985
2321
  updatedAt?: string;
@@ -1993,8 +2329,11 @@ export interface UpdateClaimedInviteInput {
1993
2329
  /** Represents an update to a `ClaimedInvite`. Fields that are set will be updated. */
1994
2330
  export interface ClaimedInvitePatch {
1995
2331
  id?: string;
2332
+ /** Optional JSON payload captured at the time the invite was claimed */
1996
2333
  data?: unknown;
2334
+ /** User ID of the original invitation sender */
1997
2335
  senderId?: string;
2336
+ /** User ID of the person who claimed and redeemed the invitation */
1998
2337
  receiverId?: string;
1999
2338
  createdAt?: string;
2000
2339
  updatedAt?: string;
@@ -2008,8 +2347,11 @@ export interface UpdateAppGrantInput {
2008
2347
  /** Represents an update to a `AppGrant`. Fields that are set will be updated. */
2009
2348
  export interface AppGrantPatch {
2010
2349
  id?: string;
2350
+ /** Bitmask of permissions being granted or revoked */
2011
2351
  permissions?: string;
2352
+ /** True to grant the permissions, false to revoke them */
2012
2353
  isGrant?: boolean;
2354
+ /** The member receiving or losing the permission grant */
2013
2355
  actorId?: string;
2014
2356
  grantorId?: string;
2015
2357
  createdAt?: string;
@@ -2028,7 +2370,9 @@ export interface AppMembershipDefaultPatch {
2028
2370
  updatedAt?: string;
2029
2371
  createdBy?: string;
2030
2372
  updatedBy?: string;
2373
+ /** Whether new members are automatically approved upon joining */
2031
2374
  isApproved?: boolean;
2375
+ /** Whether new members are automatically verified upon joining */
2032
2376
  isVerified?: boolean;
2033
2377
  }
2034
2378
  export interface UpdateOrgLimitInput {
@@ -2040,9 +2384,13 @@ export interface UpdateOrgLimitInput {
2040
2384
  /** Represents an update to a `OrgLimit`. Fields that are set will be updated. */
2041
2385
  export interface OrgLimitPatch {
2042
2386
  id?: string;
2387
+ /** Name identifier of the limit being tracked */
2043
2388
  name?: string;
2389
+ /** User whose usage is being tracked against this limit */
2044
2390
  actorId?: string;
2391
+ /** Current usage count for this actor and limit */
2045
2392
  num?: number;
2393
+ /** Maximum allowed usage; NULL means use the default limit value */
2046
2394
  max?: number;
2047
2395
  entityId?: string;
2048
2396
  }
@@ -2055,8 +2403,11 @@ export interface UpdateOrgClaimedInviteInput {
2055
2403
  /** Represents an update to a `OrgClaimedInvite`. Fields that are set will be updated. */
2056
2404
  export interface OrgClaimedInvitePatch {
2057
2405
  id?: string;
2406
+ /** Optional JSON payload captured at the time the invite was claimed */
2058
2407
  data?: unknown;
2408
+ /** User ID of the original invitation sender */
2059
2409
  senderId?: string;
2410
+ /** User ID of the person who claimed and redeemed the invitation */
2060
2411
  receiverId?: string;
2061
2412
  createdAt?: string;
2062
2413
  updatedAt?: string;
@@ -2071,14 +2422,40 @@ export interface UpdateOrgGrantInput {
2071
2422
  /** Represents an update to a `OrgGrant`. Fields that are set will be updated. */
2072
2423
  export interface OrgGrantPatch {
2073
2424
  id?: string;
2425
+ /** Bitmask of permissions being granted or revoked */
2074
2426
  permissions?: string;
2427
+ /** True to grant the permissions, false to revoke them */
2075
2428
  isGrant?: boolean;
2429
+ /** The member receiving or losing the permission grant */
2076
2430
  actorId?: string;
2431
+ /** The entity (org or group) this permission grant applies to */
2077
2432
  entityId?: string;
2078
2433
  grantorId?: string;
2079
2434
  createdAt?: string;
2080
2435
  updatedAt?: string;
2081
2436
  }
2437
+ export interface UpdateOrgChartEdgeInput {
2438
+ clientMutationId?: string;
2439
+ id: string;
2440
+ /** An object where the defined keys will be set on the `OrgChartEdge` being updated. */
2441
+ orgChartEdgePatch: OrgChartEdgePatch;
2442
+ }
2443
+ /** Represents an update to a `OrgChartEdge`. Fields that are set will be updated. */
2444
+ export interface OrgChartEdgePatch {
2445
+ id?: string;
2446
+ createdAt?: string;
2447
+ updatedAt?: string;
2448
+ /** Organization this hierarchy edge belongs to */
2449
+ entityId?: string;
2450
+ /** User ID of the subordinate (employee) in this reporting relationship */
2451
+ childId?: string;
2452
+ /** User ID of the manager; NULL indicates a top-level position with no direct report */
2453
+ parentId?: string;
2454
+ /** Job title or role name for this position in the org chart */
2455
+ positionTitle?: string;
2456
+ /** Numeric seniority level for this position (higher = more senior) */
2457
+ positionLevel?: number;
2458
+ }
2082
2459
  export interface UpdateOrgMembershipDefaultInput {
2083
2460
  clientMutationId?: string;
2084
2461
  id: string;
@@ -2092,9 +2469,13 @@ export interface OrgMembershipDefaultPatch {
2092
2469
  updatedAt?: string;
2093
2470
  createdBy?: string;
2094
2471
  updatedBy?: string;
2472
+ /** Whether new members are automatically approved upon joining */
2095
2473
  isApproved?: boolean;
2474
+ /** References the entity these membership defaults apply to */
2096
2475
  entityId?: string;
2476
+ /** When an org member is deleted, whether to cascade-remove their group memberships */
2097
2477
  deleteMemberCascadeGroups?: boolean;
2478
+ /** When a group is created, whether to auto-add existing org members as group members */
2098
2479
  createGroupsCascadeMembers?: boolean;
2099
2480
  }
2100
2481
  export interface UpdateAppLevelRequirementInput {
@@ -2106,30 +2487,19 @@ export interface UpdateAppLevelRequirementInput {
2106
2487
  /** Represents an update to a `AppLevelRequirement`. Fields that are set will be updated. */
2107
2488
  export interface AppLevelRequirementPatch {
2108
2489
  id?: string;
2490
+ /** Name identifier of the requirement (matches step names) */
2109
2491
  name?: string;
2492
+ /** Name of the level this requirement belongs to */
2110
2493
  level?: string;
2494
+ /** Human-readable description of what this requirement entails */
2111
2495
  description?: string;
2496
+ /** Number of steps needed to satisfy this requirement */
2112
2497
  requiredCount?: number;
2498
+ /** Display ordering priority; lower values appear first */
2113
2499
  priority?: number;
2114
2500
  createdAt?: string;
2115
2501
  updatedAt?: string;
2116
2502
  }
2117
- export interface UpdateAppLevelInput {
2118
- clientMutationId?: string;
2119
- id: string;
2120
- /** An object where the defined keys will be set on the `AppLevel` being updated. */
2121
- appLevelPatch: AppLevelPatch;
2122
- }
2123
- /** Represents an update to a `AppLevel`. Fields that are set will be updated. */
2124
- export interface AppLevelPatch {
2125
- id?: string;
2126
- name?: string;
2127
- description?: string;
2128
- image?: ConstructiveInternalTypeImage;
2129
- ownerId?: string;
2130
- createdAt?: string;
2131
- updatedAt?: string;
2132
- }
2133
2503
  export interface UpdateInviteInput {
2134
2504
  clientMutationId?: string;
2135
2505
  id: string;
@@ -2139,18 +2509,49 @@ export interface UpdateInviteInput {
2139
2509
  /** Represents an update to a `Invite`. Fields that are set will be updated. */
2140
2510
  export interface InvitePatch {
2141
2511
  id?: string;
2512
+ /** Email address of the invited recipient */
2142
2513
  email?: ConstructiveInternalTypeEmail;
2514
+ /** User ID of the member who sent this invitation */
2143
2515
  senderId?: string;
2516
+ /** Unique random hex token used to redeem this invitation */
2144
2517
  inviteToken?: string;
2518
+ /** Whether this invitation is still valid and can be redeemed */
2145
2519
  inviteValid?: boolean;
2520
+ /** Maximum number of times this invite can be claimed; -1 means unlimited */
2146
2521
  inviteLimit?: number;
2522
+ /** Running count of how many times this invite has been claimed */
2147
2523
  inviteCount?: number;
2524
+ /** Whether this invite can be claimed by multiple recipients */
2148
2525
  multiple?: boolean;
2526
+ /** Optional JSON payload of additional invite metadata */
2149
2527
  data?: unknown;
2528
+ /** Timestamp after which this invitation can no longer be redeemed */
2150
2529
  expiresAt?: string;
2151
2530
  createdAt?: string;
2152
2531
  updatedAt?: string;
2153
2532
  }
2533
+ export interface UpdateAppLevelInput {
2534
+ clientMutationId?: string;
2535
+ id: string;
2536
+ /** An object where the defined keys will be set on the `AppLevel` being updated. */
2537
+ appLevelPatch: AppLevelPatch;
2538
+ }
2539
+ /** Represents an update to a `AppLevel`. Fields that are set will be updated. */
2540
+ export interface AppLevelPatch {
2541
+ id?: string;
2542
+ /** Unique name of the level */
2543
+ name?: string;
2544
+ /** Human-readable description of what this level represents */
2545
+ description?: string;
2546
+ /** Badge or icon image associated with this level */
2547
+ image?: ConstructiveInternalTypeImage;
2548
+ /** Optional owner (actor) who created or manages this level */
2549
+ ownerId?: string;
2550
+ createdAt?: string;
2551
+ updatedAt?: string;
2552
+ /** Upload for Badge or icon image associated with this level */
2553
+ imageUpload?: File;
2554
+ }
2154
2555
  export interface UpdateAppMembershipInput {
2155
2556
  clientMutationId?: string;
2156
2557
  id: string;
@@ -2164,16 +2565,27 @@ export interface AppMembershipPatch {
2164
2565
  updatedAt?: string;
2165
2566
  createdBy?: string;
2166
2567
  updatedBy?: string;
2568
+ /** Whether this membership has been approved by an admin */
2167
2569
  isApproved?: boolean;
2570
+ /** Whether this member has been banned from the entity */
2168
2571
  isBanned?: boolean;
2572
+ /** Whether this membership is temporarily disabled */
2169
2573
  isDisabled?: boolean;
2574
+ /** Whether this member has been verified (e.g. email confirmation) */
2170
2575
  isVerified?: boolean;
2576
+ /** Computed field indicating the membership is approved, verified, not banned, and not disabled */
2171
2577
  isActive?: boolean;
2578
+ /** Whether the actor is the owner of this entity */
2172
2579
  isOwner?: boolean;
2580
+ /** Whether the actor has admin privileges on this entity */
2173
2581
  isAdmin?: boolean;
2582
+ /** Aggregated permission bitmask combining profile-based and directly granted permissions */
2174
2583
  permissions?: string;
2584
+ /** Bitmask of permissions directly granted to this member (not from profiles) */
2175
2585
  granted?: string;
2586
+ /** References the user who holds this membership */
2176
2587
  actorId?: string;
2588
+ profileId?: string;
2177
2589
  }
2178
2590
  export interface UpdateOrgMembershipInput {
2179
2591
  clientMutationId?: string;
@@ -2188,16 +2600,27 @@ export interface OrgMembershipPatch {
2188
2600
  updatedAt?: string;
2189
2601
  createdBy?: string;
2190
2602
  updatedBy?: string;
2603
+ /** Whether this membership has been approved by an admin */
2191
2604
  isApproved?: boolean;
2605
+ /** Whether this member has been banned from the entity */
2192
2606
  isBanned?: boolean;
2607
+ /** Whether this membership is temporarily disabled */
2193
2608
  isDisabled?: boolean;
2609
+ /** Computed field indicating the membership is approved, verified, not banned, and not disabled */
2194
2610
  isActive?: boolean;
2611
+ /** Whether the actor is the owner of this entity */
2195
2612
  isOwner?: boolean;
2613
+ /** Whether the actor has admin privileges on this entity */
2196
2614
  isAdmin?: boolean;
2615
+ /** Aggregated permission bitmask combining profile-based and directly granted permissions */
2197
2616
  permissions?: string;
2617
+ /** Bitmask of permissions directly granted to this member (not from profiles) */
2198
2618
  granted?: string;
2619
+ /** References the user who holds this membership */
2199
2620
  actorId?: string;
2621
+ /** References the entity (org or group) this membership belongs to */
2200
2622
  entityId?: string;
2623
+ profileId?: string;
2201
2624
  }
2202
2625
  export interface UpdateOrgInviteInput {
2203
2626
  clientMutationId?: string;
@@ -2208,15 +2631,25 @@ export interface UpdateOrgInviteInput {
2208
2631
  /** Represents an update to a `OrgInvite`. Fields that are set will be updated. */
2209
2632
  export interface OrgInvitePatch {
2210
2633
  id?: string;
2634
+ /** Email address of the invited recipient */
2211
2635
  email?: ConstructiveInternalTypeEmail;
2636
+ /** User ID of the member who sent this invitation */
2212
2637
  senderId?: string;
2638
+ /** User ID of the intended recipient, if targeting a specific user */
2213
2639
  receiverId?: string;
2640
+ /** Unique random hex token used to redeem this invitation */
2214
2641
  inviteToken?: string;
2642
+ /** Whether this invitation is still valid and can be redeemed */
2215
2643
  inviteValid?: boolean;
2644
+ /** Maximum number of times this invite can be claimed; -1 means unlimited */
2216
2645
  inviteLimit?: number;
2646
+ /** Running count of how many times this invite has been claimed */
2217
2647
  inviteCount?: number;
2648
+ /** Whether this invite can be claimed by multiple recipients */
2218
2649
  multiple?: boolean;
2650
+ /** Optional JSON payload of additional invite metadata */
2219
2651
  data?: unknown;
2652
+ /** Timestamp after which this invitation can no longer be redeemed */
2220
2653
  expiresAt?: string;
2221
2654
  createdAt?: string;
2222
2655
  updatedAt?: string;
@@ -2242,26 +2675,31 @@ export interface DeleteAppOwnerGrantInput {
2242
2675
  clientMutationId?: string;
2243
2676
  id: string;
2244
2677
  }
2245
- export interface DeleteAppLimitDefaultInput {
2678
+ export interface DeleteOrgAdminGrantInput {
2246
2679
  clientMutationId?: string;
2247
2680
  id: string;
2248
2681
  }
2249
- export interface DeleteOrgLimitDefaultInput {
2682
+ export interface DeleteOrgOwnerGrantInput {
2250
2683
  clientMutationId?: string;
2251
2684
  id: string;
2252
2685
  }
2253
- export interface DeleteOrgAdminGrantInput {
2686
+ export interface DeleteAppLimitDefaultInput {
2254
2687
  clientMutationId?: string;
2255
2688
  id: string;
2256
2689
  }
2257
- export interface DeleteOrgOwnerGrantInput {
2690
+ export interface DeleteOrgLimitDefaultInput {
2258
2691
  clientMutationId?: string;
2259
2692
  id: string;
2260
2693
  }
2261
2694
  export interface DeleteMembershipTypeInput {
2262
2695
  clientMutationId?: string;
2696
+ /** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
2263
2697
  id: number;
2264
2698
  }
2699
+ export interface DeleteOrgChartEdgeGrantInput {
2700
+ clientMutationId?: string;
2701
+ id: string;
2702
+ }
2265
2703
  export interface DeleteAppPermissionInput {
2266
2704
  clientMutationId?: string;
2267
2705
  id: string;
@@ -2306,6 +2744,10 @@ export interface DeleteOrgGrantInput {
2306
2744
  clientMutationId?: string;
2307
2745
  id: string;
2308
2746
  }
2747
+ export interface DeleteOrgChartEdgeInput {
2748
+ clientMutationId?: string;
2749
+ id: string;
2750
+ }
2309
2751
  export interface DeleteOrgMembershipDefaultInput {
2310
2752
  clientMutationId?: string;
2311
2753
  id: string;
@@ -2314,11 +2756,11 @@ export interface DeleteAppLevelRequirementInput {
2314
2756
  clientMutationId?: string;
2315
2757
  id: string;
2316
2758
  }
2317
- export interface DeleteAppLevelInput {
2759
+ export interface DeleteInviteInput {
2318
2760
  clientMutationId?: string;
2319
2761
  id: string;
2320
2762
  }
2321
- export interface DeleteInviteInput {
2763
+ export interface DeleteAppLevelInput {
2322
2764
  clientMutationId?: string;
2323
2765
  id: string;
2324
2766
  }
@@ -2334,6 +2776,20 @@ export interface DeleteOrgInviteInput {
2334
2776
  clientMutationId?: string;
2335
2777
  id: string;
2336
2778
  }
2779
+ /** A connection to a list of `OrgGetManagersRecord` values. */
2780
+ export interface OrgGetManagersConnection {
2781
+ nodes: OrgGetManagersRecord[];
2782
+ edges: OrgGetManagersEdge[];
2783
+ pageInfo: PageInfo;
2784
+ totalCount: number;
2785
+ }
2786
+ /** A connection to a list of `OrgGetSubordinatesRecord` values. */
2787
+ export interface OrgGetSubordinatesConnection {
2788
+ nodes: OrgGetSubordinatesRecord[];
2789
+ edges: OrgGetSubordinatesEdge[];
2790
+ pageInfo: PageInfo;
2791
+ totalCount: number;
2792
+ }
2337
2793
  /** A connection to a list of `AppPermission` values. */
2338
2794
  export interface AppPermissionConnection {
2339
2795
  nodes: AppPermission[];
@@ -2390,20 +2846,6 @@ export interface AppOwnerGrantConnection {
2390
2846
  pageInfo: PageInfo;
2391
2847
  totalCount: number;
2392
2848
  }
2393
- /** A connection to a list of `AppLimitDefault` values. */
2394
- export interface AppLimitDefaultConnection {
2395
- nodes: AppLimitDefault[];
2396
- edges: AppLimitDefaultEdge[];
2397
- pageInfo: PageInfo;
2398
- totalCount: number;
2399
- }
2400
- /** A connection to a list of `OrgLimitDefault` values. */
2401
- export interface OrgLimitDefaultConnection {
2402
- nodes: OrgLimitDefault[];
2403
- edges: OrgLimitDefaultEdge[];
2404
- pageInfo: PageInfo;
2405
- totalCount: number;
2406
- }
2407
2849
  /** A connection to a list of `OrgAdminGrant` values. */
2408
2850
  export interface OrgAdminGrantConnection {
2409
2851
  nodes: OrgAdminGrant[];
@@ -2418,6 +2860,20 @@ export interface OrgOwnerGrantConnection {
2418
2860
  pageInfo: PageInfo;
2419
2861
  totalCount: number;
2420
2862
  }
2863
+ /** A connection to a list of `AppLimitDefault` values. */
2864
+ export interface AppLimitDefaultConnection {
2865
+ nodes: AppLimitDefault[];
2866
+ edges: AppLimitDefaultEdge[];
2867
+ pageInfo: PageInfo;
2868
+ totalCount: number;
2869
+ }
2870
+ /** A connection to a list of `OrgLimitDefault` values. */
2871
+ export interface OrgLimitDefaultConnection {
2872
+ nodes: OrgLimitDefault[];
2873
+ edges: OrgLimitDefaultEdge[];
2874
+ pageInfo: PageInfo;
2875
+ totalCount: number;
2876
+ }
2421
2877
  /** A connection to a list of `MembershipType` values. */
2422
2878
  export interface MembershipTypeConnection {
2423
2879
  nodes: MembershipType[];
@@ -2425,6 +2881,13 @@ export interface MembershipTypeConnection {
2425
2881
  pageInfo: PageInfo;
2426
2882
  totalCount: number;
2427
2883
  }
2884
+ /** A connection to a list of `OrgChartEdgeGrant` values. */
2885
+ export interface OrgChartEdgeGrantConnection {
2886
+ nodes: OrgChartEdgeGrant[];
2887
+ edges: OrgChartEdgeGrantEdge[];
2888
+ pageInfo: PageInfo;
2889
+ totalCount: number;
2890
+ }
2428
2891
  /** A connection to a list of `AppLimit` values. */
2429
2892
  export interface AppLimitConnection {
2430
2893
  nodes: AppLimit[];
@@ -2488,6 +2951,13 @@ export interface OrgGrantConnection {
2488
2951
  pageInfo: PageInfo;
2489
2952
  totalCount: number;
2490
2953
  }
2954
+ /** A connection to a list of `OrgChartEdge` values. */
2955
+ export interface OrgChartEdgeConnection {
2956
+ nodes: OrgChartEdge[];
2957
+ edges: OrgChartEdgeEdge[];
2958
+ pageInfo: PageInfo;
2959
+ totalCount: number;
2960
+ }
2491
2961
  /** A connection to a list of `OrgMembershipDefault` values. */
2492
2962
  export interface OrgMembershipDefaultConnection {
2493
2963
  nodes: OrgMembershipDefault[];
@@ -2495,13 +2965,6 @@ export interface OrgMembershipDefaultConnection {
2495
2965
  pageInfo: PageInfo;
2496
2966
  totalCount: number;
2497
2967
  }
2498
- /** A connection to a list of `AppLevel` values. */
2499
- export interface AppLevelConnection {
2500
- nodes: AppLevel[];
2501
- edges: AppLevelEdge[];
2502
- pageInfo: PageInfo;
2503
- totalCount: number;
2504
- }
2505
2968
  /** A connection to a list of `Invite` values. */
2506
2969
  export interface InviteConnection {
2507
2970
  nodes: Invite[];
@@ -2509,6 +2972,13 @@ export interface InviteConnection {
2509
2972
  pageInfo: PageInfo;
2510
2973
  totalCount: number;
2511
2974
  }
2975
+ /** A connection to a list of `AppLevel` values. */
2976
+ export interface AppLevelConnection {
2977
+ nodes: AppLevel[];
2978
+ edges: AppLevelEdge[];
2979
+ pageInfo: PageInfo;
2980
+ totalCount: number;
2981
+ }
2512
2982
  /** A connection to a list of `AppMembership` values. */
2513
2983
  export interface AppMembershipConnection {
2514
2984
  nodes: AppMembership[];
@@ -2572,18 +3042,6 @@ export interface CreateAppOwnerGrantPayload {
2572
3042
  appOwnerGrant?: AppOwnerGrant | null;
2573
3043
  appOwnerGrantEdge?: AppOwnerGrantEdge | null;
2574
3044
  }
2575
- export interface CreateAppLimitDefaultPayload {
2576
- clientMutationId?: string | null;
2577
- /** The `AppLimitDefault` that was created by this mutation. */
2578
- appLimitDefault?: AppLimitDefault | null;
2579
- appLimitDefaultEdge?: AppLimitDefaultEdge | null;
2580
- }
2581
- export interface CreateOrgLimitDefaultPayload {
2582
- clientMutationId?: string | null;
2583
- /** The `OrgLimitDefault` that was created by this mutation. */
2584
- orgLimitDefault?: OrgLimitDefault | null;
2585
- orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
2586
- }
2587
3045
  export interface CreateOrgAdminGrantPayload {
2588
3046
  clientMutationId?: string | null;
2589
3047
  /** The `OrgAdminGrant` that was created by this mutation. */
@@ -2596,12 +3054,30 @@ export interface CreateOrgOwnerGrantPayload {
2596
3054
  orgOwnerGrant?: OrgOwnerGrant | null;
2597
3055
  orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
2598
3056
  }
3057
+ export interface CreateAppLimitDefaultPayload {
3058
+ clientMutationId?: string | null;
3059
+ /** The `AppLimitDefault` that was created by this mutation. */
3060
+ appLimitDefault?: AppLimitDefault | null;
3061
+ appLimitDefaultEdge?: AppLimitDefaultEdge | null;
3062
+ }
3063
+ export interface CreateOrgLimitDefaultPayload {
3064
+ clientMutationId?: string | null;
3065
+ /** The `OrgLimitDefault` that was created by this mutation. */
3066
+ orgLimitDefault?: OrgLimitDefault | null;
3067
+ orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
3068
+ }
2599
3069
  export interface CreateMembershipTypePayload {
2600
3070
  clientMutationId?: string | null;
2601
3071
  /** The `MembershipType` that was created by this mutation. */
2602
3072
  membershipType?: MembershipType | null;
2603
3073
  membershipTypeEdge?: MembershipTypeEdge | null;
2604
3074
  }
3075
+ export interface CreateOrgChartEdgeGrantPayload {
3076
+ clientMutationId?: string | null;
3077
+ /** The `OrgChartEdgeGrant` that was created by this mutation. */
3078
+ orgChartEdgeGrant?: OrgChartEdgeGrant | null;
3079
+ orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
3080
+ }
2605
3081
  export interface CreateAppPermissionPayload {
2606
3082
  clientMutationId?: string | null;
2607
3083
  /** The `AppPermission` that was created by this mutation. */
@@ -2668,6 +3144,12 @@ export interface CreateOrgGrantPayload {
2668
3144
  orgGrant?: OrgGrant | null;
2669
3145
  orgGrantEdge?: OrgGrantEdge | null;
2670
3146
  }
3147
+ export interface CreateOrgChartEdgePayload {
3148
+ clientMutationId?: string | null;
3149
+ /** The `OrgChartEdge` that was created by this mutation. */
3150
+ orgChartEdge?: OrgChartEdge | null;
3151
+ orgChartEdgeEdge?: OrgChartEdgeEdge | null;
3152
+ }
2671
3153
  export interface CreateOrgMembershipDefaultPayload {
2672
3154
  clientMutationId?: string | null;
2673
3155
  /** The `OrgMembershipDefault` that was created by this mutation. */
@@ -2680,18 +3162,18 @@ export interface CreateAppLevelRequirementPayload {
2680
3162
  appLevelRequirement?: AppLevelRequirement | null;
2681
3163
  appLevelRequirementEdge?: AppLevelRequirementEdge | null;
2682
3164
  }
2683
- export interface CreateAppLevelPayload {
2684
- clientMutationId?: string | null;
2685
- /** The `AppLevel` that was created by this mutation. */
2686
- appLevel?: AppLevel | null;
2687
- appLevelEdge?: AppLevelEdge | null;
2688
- }
2689
3165
  export interface CreateInvitePayload {
2690
3166
  clientMutationId?: string | null;
2691
3167
  /** The `Invite` that was created by this mutation. */
2692
3168
  invite?: Invite | null;
2693
3169
  inviteEdge?: InviteEdge | null;
2694
3170
  }
3171
+ export interface CreateAppLevelPayload {
3172
+ clientMutationId?: string | null;
3173
+ /** The `AppLevel` that was created by this mutation. */
3174
+ appLevel?: AppLevel | null;
3175
+ appLevelEdge?: AppLevelEdge | null;
3176
+ }
2695
3177
  export interface CreateAppMembershipPayload {
2696
3178
  clientMutationId?: string | null;
2697
3179
  /** The `AppMembership` that was created by this mutation. */
@@ -2740,18 +3222,6 @@ export interface UpdateAppOwnerGrantPayload {
2740
3222
  appOwnerGrant?: AppOwnerGrant | null;
2741
3223
  appOwnerGrantEdge?: AppOwnerGrantEdge | null;
2742
3224
  }
2743
- export interface UpdateAppLimitDefaultPayload {
2744
- clientMutationId?: string | null;
2745
- /** The `AppLimitDefault` that was updated by this mutation. */
2746
- appLimitDefault?: AppLimitDefault | null;
2747
- appLimitDefaultEdge?: AppLimitDefaultEdge | null;
2748
- }
2749
- export interface UpdateOrgLimitDefaultPayload {
2750
- clientMutationId?: string | null;
2751
- /** The `OrgLimitDefault` that was updated by this mutation. */
2752
- orgLimitDefault?: OrgLimitDefault | null;
2753
- orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
2754
- }
2755
3225
  export interface UpdateOrgAdminGrantPayload {
2756
3226
  clientMutationId?: string | null;
2757
3227
  /** The `OrgAdminGrant` that was updated by this mutation. */
@@ -2764,12 +3234,30 @@ export interface UpdateOrgOwnerGrantPayload {
2764
3234
  orgOwnerGrant?: OrgOwnerGrant | null;
2765
3235
  orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
2766
3236
  }
3237
+ export interface UpdateAppLimitDefaultPayload {
3238
+ clientMutationId?: string | null;
3239
+ /** The `AppLimitDefault` that was updated by this mutation. */
3240
+ appLimitDefault?: AppLimitDefault | null;
3241
+ appLimitDefaultEdge?: AppLimitDefaultEdge | null;
3242
+ }
3243
+ export interface UpdateOrgLimitDefaultPayload {
3244
+ clientMutationId?: string | null;
3245
+ /** The `OrgLimitDefault` that was updated by this mutation. */
3246
+ orgLimitDefault?: OrgLimitDefault | null;
3247
+ orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
3248
+ }
2767
3249
  export interface UpdateMembershipTypePayload {
2768
3250
  clientMutationId?: string | null;
2769
3251
  /** The `MembershipType` that was updated by this mutation. */
2770
3252
  membershipType?: MembershipType | null;
2771
3253
  membershipTypeEdge?: MembershipTypeEdge | null;
2772
3254
  }
3255
+ export interface UpdateOrgChartEdgeGrantPayload {
3256
+ clientMutationId?: string | null;
3257
+ /** The `OrgChartEdgeGrant` that was updated by this mutation. */
3258
+ orgChartEdgeGrant?: OrgChartEdgeGrant | null;
3259
+ orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
3260
+ }
2773
3261
  export interface UpdateAppPermissionPayload {
2774
3262
  clientMutationId?: string | null;
2775
3263
  /** The `AppPermission` that was updated by this mutation. */
@@ -2836,6 +3324,12 @@ export interface UpdateOrgGrantPayload {
2836
3324
  orgGrant?: OrgGrant | null;
2837
3325
  orgGrantEdge?: OrgGrantEdge | null;
2838
3326
  }
3327
+ export interface UpdateOrgChartEdgePayload {
3328
+ clientMutationId?: string | null;
3329
+ /** The `OrgChartEdge` that was updated by this mutation. */
3330
+ orgChartEdge?: OrgChartEdge | null;
3331
+ orgChartEdgeEdge?: OrgChartEdgeEdge | null;
3332
+ }
2839
3333
  export interface UpdateOrgMembershipDefaultPayload {
2840
3334
  clientMutationId?: string | null;
2841
3335
  /** The `OrgMembershipDefault` that was updated by this mutation. */
@@ -2848,18 +3342,18 @@ export interface UpdateAppLevelRequirementPayload {
2848
3342
  appLevelRequirement?: AppLevelRequirement | null;
2849
3343
  appLevelRequirementEdge?: AppLevelRequirementEdge | null;
2850
3344
  }
2851
- export interface UpdateAppLevelPayload {
2852
- clientMutationId?: string | null;
2853
- /** The `AppLevel` that was updated by this mutation. */
2854
- appLevel?: AppLevel | null;
2855
- appLevelEdge?: AppLevelEdge | null;
2856
- }
2857
3345
  export interface UpdateInvitePayload {
2858
3346
  clientMutationId?: string | null;
2859
3347
  /** The `Invite` that was updated by this mutation. */
2860
3348
  invite?: Invite | null;
2861
3349
  inviteEdge?: InviteEdge | null;
2862
3350
  }
3351
+ export interface UpdateAppLevelPayload {
3352
+ clientMutationId?: string | null;
3353
+ /** The `AppLevel` that was updated by this mutation. */
3354
+ appLevel?: AppLevel | null;
3355
+ appLevelEdge?: AppLevelEdge | null;
3356
+ }
2863
3357
  export interface UpdateAppMembershipPayload {
2864
3358
  clientMutationId?: string | null;
2865
3359
  /** The `AppMembership` that was updated by this mutation. */
@@ -2908,18 +3402,6 @@ export interface DeleteAppOwnerGrantPayload {
2908
3402
  appOwnerGrant?: AppOwnerGrant | null;
2909
3403
  appOwnerGrantEdge?: AppOwnerGrantEdge | null;
2910
3404
  }
2911
- export interface DeleteAppLimitDefaultPayload {
2912
- clientMutationId?: string | null;
2913
- /** The `AppLimitDefault` that was deleted by this mutation. */
2914
- appLimitDefault?: AppLimitDefault | null;
2915
- appLimitDefaultEdge?: AppLimitDefaultEdge | null;
2916
- }
2917
- export interface DeleteOrgLimitDefaultPayload {
2918
- clientMutationId?: string | null;
2919
- /** The `OrgLimitDefault` that was deleted by this mutation. */
2920
- orgLimitDefault?: OrgLimitDefault | null;
2921
- orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
2922
- }
2923
3405
  export interface DeleteOrgAdminGrantPayload {
2924
3406
  clientMutationId?: string | null;
2925
3407
  /** The `OrgAdminGrant` that was deleted by this mutation. */
@@ -2932,12 +3414,30 @@ export interface DeleteOrgOwnerGrantPayload {
2932
3414
  orgOwnerGrant?: OrgOwnerGrant | null;
2933
3415
  orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
2934
3416
  }
3417
+ export interface DeleteAppLimitDefaultPayload {
3418
+ clientMutationId?: string | null;
3419
+ /** The `AppLimitDefault` that was deleted by this mutation. */
3420
+ appLimitDefault?: AppLimitDefault | null;
3421
+ appLimitDefaultEdge?: AppLimitDefaultEdge | null;
3422
+ }
3423
+ export interface DeleteOrgLimitDefaultPayload {
3424
+ clientMutationId?: string | null;
3425
+ /** The `OrgLimitDefault` that was deleted by this mutation. */
3426
+ orgLimitDefault?: OrgLimitDefault | null;
3427
+ orgLimitDefaultEdge?: OrgLimitDefaultEdge | null;
3428
+ }
2935
3429
  export interface DeleteMembershipTypePayload {
2936
3430
  clientMutationId?: string | null;
2937
3431
  /** The `MembershipType` that was deleted by this mutation. */
2938
3432
  membershipType?: MembershipType | null;
2939
3433
  membershipTypeEdge?: MembershipTypeEdge | null;
2940
3434
  }
3435
+ export interface DeleteOrgChartEdgeGrantPayload {
3436
+ clientMutationId?: string | null;
3437
+ /** The `OrgChartEdgeGrant` that was deleted by this mutation. */
3438
+ orgChartEdgeGrant?: OrgChartEdgeGrant | null;
3439
+ orgChartEdgeGrantEdge?: OrgChartEdgeGrantEdge | null;
3440
+ }
2941
3441
  export interface DeleteAppPermissionPayload {
2942
3442
  clientMutationId?: string | null;
2943
3443
  /** The `AppPermission` that was deleted by this mutation. */
@@ -3004,6 +3504,12 @@ export interface DeleteOrgGrantPayload {
3004
3504
  orgGrant?: OrgGrant | null;
3005
3505
  orgGrantEdge?: OrgGrantEdge | null;
3006
3506
  }
3507
+ export interface DeleteOrgChartEdgePayload {
3508
+ clientMutationId?: string | null;
3509
+ /** The `OrgChartEdge` that was deleted by this mutation. */
3510
+ orgChartEdge?: OrgChartEdge | null;
3511
+ orgChartEdgeEdge?: OrgChartEdgeEdge | null;
3512
+ }
3007
3513
  export interface DeleteOrgMembershipDefaultPayload {
3008
3514
  clientMutationId?: string | null;
3009
3515
  /** The `OrgMembershipDefault` that was deleted by this mutation. */
@@ -3016,18 +3522,18 @@ export interface DeleteAppLevelRequirementPayload {
3016
3522
  appLevelRequirement?: AppLevelRequirement | null;
3017
3523
  appLevelRequirementEdge?: AppLevelRequirementEdge | null;
3018
3524
  }
3019
- export interface DeleteAppLevelPayload {
3020
- clientMutationId?: string | null;
3021
- /** The `AppLevel` that was deleted by this mutation. */
3022
- appLevel?: AppLevel | null;
3023
- appLevelEdge?: AppLevelEdge | null;
3024
- }
3025
3525
  export interface DeleteInvitePayload {
3026
3526
  clientMutationId?: string | null;
3027
3527
  /** The `Invite` that was deleted by this mutation. */
3028
3528
  invite?: Invite | null;
3029
3529
  inviteEdge?: InviteEdge | null;
3030
3530
  }
3531
+ export interface DeleteAppLevelPayload {
3532
+ clientMutationId?: string | null;
3533
+ /** The `AppLevel` that was deleted by this mutation. */
3534
+ appLevel?: AppLevel | null;
3535
+ appLevelEdge?: AppLevelEdge | null;
3536
+ }
3031
3537
  export interface DeleteAppMembershipPayload {
3032
3538
  clientMutationId?: string | null;
3033
3539
  /** The `AppMembership` that was deleted by this mutation. */
@@ -3046,11 +3552,11 @@ export interface DeleteOrgInvitePayload {
3046
3552
  orgInvite?: OrgInvite | null;
3047
3553
  orgInviteEdge?: OrgInviteEdge | null;
3048
3554
  }
3049
- /** A `AppPermission` edge in the connection. */
3050
- export interface AppPermissionEdge {
3555
+ /** A `OrgGetManagersRecord` edge in the connection. */
3556
+ export interface OrgGetManagersEdge {
3051
3557
  cursor?: string | null;
3052
- /** The `AppPermission` at the end of the edge. */
3053
- node?: AppPermission | null;
3558
+ /** The `OrgGetManagersRecord` at the end of the edge. */
3559
+ node?: OrgGetManagersRecord | null;
3054
3560
  }
3055
3561
  /** Information about pagination in a connection. */
3056
3562
  export interface PageInfo {
@@ -3063,6 +3569,18 @@ export interface PageInfo {
3063
3569
  /** When paginating forwards, the cursor to continue. */
3064
3570
  endCursor?: string | null;
3065
3571
  }
3572
+ /** A `OrgGetSubordinatesRecord` edge in the connection. */
3573
+ export interface OrgGetSubordinatesEdge {
3574
+ cursor?: string | null;
3575
+ /** The `OrgGetSubordinatesRecord` at the end of the edge. */
3576
+ node?: OrgGetSubordinatesRecord | null;
3577
+ }
3578
+ /** A `AppPermission` edge in the connection. */
3579
+ export interface AppPermissionEdge {
3580
+ cursor?: string | null;
3581
+ /** The `AppPermission` at the end of the edge. */
3582
+ node?: AppPermission | null;
3583
+ }
3066
3584
  /** A `OrgPermission` edge in the connection. */
3067
3585
  export interface OrgPermissionEdge {
3068
3586
  cursor?: string | null;
@@ -3105,18 +3623,6 @@ export interface AppOwnerGrantEdge {
3105
3623
  /** The `AppOwnerGrant` at the end of the edge. */
3106
3624
  node?: AppOwnerGrant | null;
3107
3625
  }
3108
- /** A `AppLimitDefault` edge in the connection. */
3109
- export interface AppLimitDefaultEdge {
3110
- cursor?: string | null;
3111
- /** The `AppLimitDefault` at the end of the edge. */
3112
- node?: AppLimitDefault | null;
3113
- }
3114
- /** A `OrgLimitDefault` edge in the connection. */
3115
- export interface OrgLimitDefaultEdge {
3116
- cursor?: string | null;
3117
- /** The `OrgLimitDefault` at the end of the edge. */
3118
- node?: OrgLimitDefault | null;
3119
- }
3120
3626
  /** A `OrgAdminGrant` edge in the connection. */
3121
3627
  export interface OrgAdminGrantEdge {
3122
3628
  cursor?: string | null;
@@ -3129,12 +3635,30 @@ export interface OrgOwnerGrantEdge {
3129
3635
  /** The `OrgOwnerGrant` at the end of the edge. */
3130
3636
  node?: OrgOwnerGrant | null;
3131
3637
  }
3638
+ /** A `AppLimitDefault` edge in the connection. */
3639
+ export interface AppLimitDefaultEdge {
3640
+ cursor?: string | null;
3641
+ /** The `AppLimitDefault` at the end of the edge. */
3642
+ node?: AppLimitDefault | null;
3643
+ }
3644
+ /** A `OrgLimitDefault` edge in the connection. */
3645
+ export interface OrgLimitDefaultEdge {
3646
+ cursor?: string | null;
3647
+ /** The `OrgLimitDefault` at the end of the edge. */
3648
+ node?: OrgLimitDefault | null;
3649
+ }
3132
3650
  /** A `MembershipType` edge in the connection. */
3133
3651
  export interface MembershipTypeEdge {
3134
3652
  cursor?: string | null;
3135
3653
  /** The `MembershipType` at the end of the edge. */
3136
3654
  node?: MembershipType | null;
3137
3655
  }
3656
+ /** A `OrgChartEdgeGrant` edge in the connection. */
3657
+ export interface OrgChartEdgeGrantEdge {
3658
+ cursor?: string | null;
3659
+ /** The `OrgChartEdgeGrant` at the end of the edge. */
3660
+ node?: OrgChartEdgeGrant | null;
3661
+ }
3138
3662
  /** A `AppLimit` edge in the connection. */
3139
3663
  export interface AppLimitEdge {
3140
3664
  cursor?: string | null;
@@ -3189,24 +3713,30 @@ export interface OrgGrantEdge {
3189
3713
  /** The `OrgGrant` at the end of the edge. */
3190
3714
  node?: OrgGrant | null;
3191
3715
  }
3716
+ /** A `OrgChartEdge` edge in the connection. */
3717
+ export interface OrgChartEdgeEdge {
3718
+ cursor?: string | null;
3719
+ /** The `OrgChartEdge` at the end of the edge. */
3720
+ node?: OrgChartEdge | null;
3721
+ }
3192
3722
  /** A `OrgMembershipDefault` edge in the connection. */
3193
3723
  export interface OrgMembershipDefaultEdge {
3194
3724
  cursor?: string | null;
3195
3725
  /** The `OrgMembershipDefault` at the end of the edge. */
3196
3726
  node?: OrgMembershipDefault | null;
3197
3727
  }
3198
- /** A `AppLevel` edge in the connection. */
3199
- export interface AppLevelEdge {
3200
- cursor?: string | null;
3201
- /** The `AppLevel` at the end of the edge. */
3202
- node?: AppLevel | null;
3203
- }
3204
3728
  /** A `Invite` edge in the connection. */
3205
3729
  export interface InviteEdge {
3206
3730
  cursor?: string | null;
3207
3731
  /** The `Invite` at the end of the edge. */
3208
3732
  node?: Invite | null;
3209
3733
  }
3734
+ /** A `AppLevel` edge in the connection. */
3735
+ export interface AppLevelEdge {
3736
+ cursor?: string | null;
3737
+ /** The `AppLevel` at the end of the edge. */
3738
+ node?: AppLevel | null;
3739
+ }
3210
3740
  /** A `AppMembership` edge in the connection. */
3211
3741
  export interface AppMembershipEdge {
3212
3742
  cursor?: string | null;