@constructive-io/react 0.1.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 (3995) hide show
  1. package/LICENSE +23 -0
  2. package/README.md +84 -0
  3. package/admin/hooks/client.d.ts +30 -0
  4. package/admin/hooks/client.js +40 -0
  5. package/admin/hooks/index.d.ts +39 -0
  6. package/admin/hooks/index.js +55 -0
  7. package/admin/hooks/invalidation.d.ts +208 -0
  8. package/admin/hooks/invalidation.js +491 -0
  9. package/admin/hooks/mutation-keys.d.ts +373 -0
  10. package/admin/hooks/mutation-keys.js +252 -0
  11. package/admin/hooks/mutations/index.d.ts +91 -0
  12. package/admin/hooks/mutations/index.js +107 -0
  13. package/admin/hooks/mutations/useCreateAppAchievementMutation.d.ts +34 -0
  14. package/admin/hooks/mutations/useCreateAppAchievementMutation.js +34 -0
  15. package/admin/hooks/mutations/useCreateAppAdminGrantMutation.d.ts +34 -0
  16. package/admin/hooks/mutations/useCreateAppAdminGrantMutation.js +34 -0
  17. package/admin/hooks/mutations/useCreateAppGrantMutation.d.ts +34 -0
  18. package/admin/hooks/mutations/useCreateAppGrantMutation.js +34 -0
  19. package/admin/hooks/mutations/useCreateAppLevelMutation.d.ts +34 -0
  20. package/admin/hooks/mutations/useCreateAppLevelMutation.js +34 -0
  21. package/admin/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +34 -0
  22. package/admin/hooks/mutations/useCreateAppLevelRequirementMutation.js +34 -0
  23. package/admin/hooks/mutations/useCreateAppLimitDefaultMutation.d.ts +34 -0
  24. package/admin/hooks/mutations/useCreateAppLimitDefaultMutation.js +34 -0
  25. package/admin/hooks/mutations/useCreateAppLimitMutation.d.ts +34 -0
  26. package/admin/hooks/mutations/useCreateAppLimitMutation.js +34 -0
  27. package/admin/hooks/mutations/useCreateAppMembershipDefaultMutation.d.ts +34 -0
  28. package/admin/hooks/mutations/useCreateAppMembershipDefaultMutation.js +34 -0
  29. package/admin/hooks/mutations/useCreateAppMembershipMutation.d.ts +34 -0
  30. package/admin/hooks/mutations/useCreateAppMembershipMutation.js +34 -0
  31. package/admin/hooks/mutations/useCreateAppOwnerGrantMutation.d.ts +34 -0
  32. package/admin/hooks/mutations/useCreateAppOwnerGrantMutation.js +34 -0
  33. package/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +34 -0
  34. package/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.js +34 -0
  35. package/admin/hooks/mutations/useCreateAppPermissionMutation.d.ts +34 -0
  36. package/admin/hooks/mutations/useCreateAppPermissionMutation.js +34 -0
  37. package/admin/hooks/mutations/useCreateAppStepMutation.d.ts +34 -0
  38. package/admin/hooks/mutations/useCreateAppStepMutation.js +34 -0
  39. package/admin/hooks/mutations/useCreateClaimedInviteMutation.d.ts +34 -0
  40. package/admin/hooks/mutations/useCreateClaimedInviteMutation.js +34 -0
  41. package/admin/hooks/mutations/useCreateInviteMutation.d.ts +34 -0
  42. package/admin/hooks/mutations/useCreateInviteMutation.js +34 -0
  43. package/admin/hooks/mutations/useCreateMembershipTypeMutation.d.ts +34 -0
  44. package/admin/hooks/mutations/useCreateMembershipTypeMutation.js +34 -0
  45. package/admin/hooks/mutations/useCreateOrgAdminGrantMutation.d.ts +34 -0
  46. package/admin/hooks/mutations/useCreateOrgAdminGrantMutation.js +34 -0
  47. package/admin/hooks/mutations/useCreateOrgClaimedInviteMutation.d.ts +34 -0
  48. package/admin/hooks/mutations/useCreateOrgClaimedInviteMutation.js +34 -0
  49. package/admin/hooks/mutations/useCreateOrgGrantMutation.d.ts +34 -0
  50. package/admin/hooks/mutations/useCreateOrgGrantMutation.js +34 -0
  51. package/admin/hooks/mutations/useCreateOrgInviteMutation.d.ts +34 -0
  52. package/admin/hooks/mutations/useCreateOrgInviteMutation.js +34 -0
  53. package/admin/hooks/mutations/useCreateOrgLimitDefaultMutation.d.ts +34 -0
  54. package/admin/hooks/mutations/useCreateOrgLimitDefaultMutation.js +34 -0
  55. package/admin/hooks/mutations/useCreateOrgLimitMutation.d.ts +34 -0
  56. package/admin/hooks/mutations/useCreateOrgLimitMutation.js +34 -0
  57. package/admin/hooks/mutations/useCreateOrgMemberMutation.d.ts +34 -0
  58. package/admin/hooks/mutations/useCreateOrgMemberMutation.js +34 -0
  59. package/admin/hooks/mutations/useCreateOrgMembershipDefaultMutation.d.ts +34 -0
  60. package/admin/hooks/mutations/useCreateOrgMembershipDefaultMutation.js +34 -0
  61. package/admin/hooks/mutations/useCreateOrgMembershipMutation.d.ts +34 -0
  62. package/admin/hooks/mutations/useCreateOrgMembershipMutation.js +34 -0
  63. package/admin/hooks/mutations/useCreateOrgOwnerGrantMutation.d.ts +34 -0
  64. package/admin/hooks/mutations/useCreateOrgOwnerGrantMutation.js +34 -0
  65. package/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +34 -0
  66. package/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +34 -0
  67. package/admin/hooks/mutations/useCreateOrgPermissionMutation.d.ts +34 -0
  68. package/admin/hooks/mutations/useCreateOrgPermissionMutation.js +34 -0
  69. package/admin/hooks/mutations/useDeleteAppAchievementMutation.d.ts +38 -0
  70. package/admin/hooks/mutations/useDeleteAppAchievementMutation.js +39 -0
  71. package/admin/hooks/mutations/useDeleteAppAdminGrantMutation.d.ts +38 -0
  72. package/admin/hooks/mutations/useDeleteAppAdminGrantMutation.js +39 -0
  73. package/admin/hooks/mutations/useDeleteAppGrantMutation.d.ts +38 -0
  74. package/admin/hooks/mutations/useDeleteAppGrantMutation.js +39 -0
  75. package/admin/hooks/mutations/useDeleteAppLevelMutation.d.ts +38 -0
  76. package/admin/hooks/mutations/useDeleteAppLevelMutation.js +39 -0
  77. package/admin/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +38 -0
  78. package/admin/hooks/mutations/useDeleteAppLevelRequirementMutation.js +39 -0
  79. package/admin/hooks/mutations/useDeleteAppLimitDefaultMutation.d.ts +38 -0
  80. package/admin/hooks/mutations/useDeleteAppLimitDefaultMutation.js +39 -0
  81. package/admin/hooks/mutations/useDeleteAppLimitMutation.d.ts +38 -0
  82. package/admin/hooks/mutations/useDeleteAppLimitMutation.js +39 -0
  83. package/admin/hooks/mutations/useDeleteAppMembershipDefaultMutation.d.ts +38 -0
  84. package/admin/hooks/mutations/useDeleteAppMembershipDefaultMutation.js +39 -0
  85. package/admin/hooks/mutations/useDeleteAppMembershipMutation.d.ts +38 -0
  86. package/admin/hooks/mutations/useDeleteAppMembershipMutation.js +39 -0
  87. package/admin/hooks/mutations/useDeleteAppOwnerGrantMutation.d.ts +38 -0
  88. package/admin/hooks/mutations/useDeleteAppOwnerGrantMutation.js +39 -0
  89. package/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +38 -0
  90. package/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +39 -0
  91. package/admin/hooks/mutations/useDeleteAppPermissionMutation.d.ts +38 -0
  92. package/admin/hooks/mutations/useDeleteAppPermissionMutation.js +39 -0
  93. package/admin/hooks/mutations/useDeleteAppStepMutation.d.ts +38 -0
  94. package/admin/hooks/mutations/useDeleteAppStepMutation.js +39 -0
  95. package/admin/hooks/mutations/useDeleteClaimedInviteMutation.d.ts +38 -0
  96. package/admin/hooks/mutations/useDeleteClaimedInviteMutation.js +39 -0
  97. package/admin/hooks/mutations/useDeleteInviteMutation.d.ts +38 -0
  98. package/admin/hooks/mutations/useDeleteInviteMutation.js +39 -0
  99. package/admin/hooks/mutations/useDeleteMembershipTypeMutation.d.ts +38 -0
  100. package/admin/hooks/mutations/useDeleteMembershipTypeMutation.js +39 -0
  101. package/admin/hooks/mutations/useDeleteOrgAdminGrantMutation.d.ts +38 -0
  102. package/admin/hooks/mutations/useDeleteOrgAdminGrantMutation.js +39 -0
  103. package/admin/hooks/mutations/useDeleteOrgClaimedInviteMutation.d.ts +38 -0
  104. package/admin/hooks/mutations/useDeleteOrgClaimedInviteMutation.js +39 -0
  105. package/admin/hooks/mutations/useDeleteOrgGrantMutation.d.ts +38 -0
  106. package/admin/hooks/mutations/useDeleteOrgGrantMutation.js +39 -0
  107. package/admin/hooks/mutations/useDeleteOrgInviteMutation.d.ts +38 -0
  108. package/admin/hooks/mutations/useDeleteOrgInviteMutation.js +39 -0
  109. package/admin/hooks/mutations/useDeleteOrgLimitDefaultMutation.d.ts +38 -0
  110. package/admin/hooks/mutations/useDeleteOrgLimitDefaultMutation.js +39 -0
  111. package/admin/hooks/mutations/useDeleteOrgLimitMutation.d.ts +38 -0
  112. package/admin/hooks/mutations/useDeleteOrgLimitMutation.js +39 -0
  113. package/admin/hooks/mutations/useDeleteOrgMemberMutation.d.ts +38 -0
  114. package/admin/hooks/mutations/useDeleteOrgMemberMutation.js +39 -0
  115. package/admin/hooks/mutations/useDeleteOrgMembershipDefaultMutation.d.ts +38 -0
  116. package/admin/hooks/mutations/useDeleteOrgMembershipDefaultMutation.js +39 -0
  117. package/admin/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +38 -0
  118. package/admin/hooks/mutations/useDeleteOrgMembershipMutation.js +39 -0
  119. package/admin/hooks/mutations/useDeleteOrgOwnerGrantMutation.d.ts +38 -0
  120. package/admin/hooks/mutations/useDeleteOrgOwnerGrantMutation.js +39 -0
  121. package/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +38 -0
  122. package/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +39 -0
  123. package/admin/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +38 -0
  124. package/admin/hooks/mutations/useDeleteOrgPermissionMutation.js +39 -0
  125. package/admin/hooks/mutations/useSubmitInviteCodeMutation.d.ts +20 -0
  126. package/admin/hooks/mutations/useSubmitInviteCodeMutation.js +26 -0
  127. package/admin/hooks/mutations/useSubmitOrgInviteCodeMutation.d.ts +20 -0
  128. package/admin/hooks/mutations/useSubmitOrgInviteCodeMutation.js +26 -0
  129. package/admin/hooks/mutations/useUpdateAppAchievementMutation.d.ts +40 -0
  130. package/admin/hooks/mutations/useUpdateAppAchievementMutation.js +40 -0
  131. package/admin/hooks/mutations/useUpdateAppAdminGrantMutation.d.ts +40 -0
  132. package/admin/hooks/mutations/useUpdateAppAdminGrantMutation.js +40 -0
  133. package/admin/hooks/mutations/useUpdateAppGrantMutation.d.ts +40 -0
  134. package/admin/hooks/mutations/useUpdateAppGrantMutation.js +40 -0
  135. package/admin/hooks/mutations/useUpdateAppLevelMutation.d.ts +40 -0
  136. package/admin/hooks/mutations/useUpdateAppLevelMutation.js +40 -0
  137. package/admin/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +40 -0
  138. package/admin/hooks/mutations/useUpdateAppLevelRequirementMutation.js +40 -0
  139. package/admin/hooks/mutations/useUpdateAppLimitDefaultMutation.d.ts +40 -0
  140. package/admin/hooks/mutations/useUpdateAppLimitDefaultMutation.js +40 -0
  141. package/admin/hooks/mutations/useUpdateAppLimitMutation.d.ts +40 -0
  142. package/admin/hooks/mutations/useUpdateAppLimitMutation.js +40 -0
  143. package/admin/hooks/mutations/useUpdateAppMembershipDefaultMutation.d.ts +40 -0
  144. package/admin/hooks/mutations/useUpdateAppMembershipDefaultMutation.js +40 -0
  145. package/admin/hooks/mutations/useUpdateAppMembershipMutation.d.ts +40 -0
  146. package/admin/hooks/mutations/useUpdateAppMembershipMutation.js +40 -0
  147. package/admin/hooks/mutations/useUpdateAppOwnerGrantMutation.d.ts +40 -0
  148. package/admin/hooks/mutations/useUpdateAppOwnerGrantMutation.js +40 -0
  149. package/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +40 -0
  150. package/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +40 -0
  151. package/admin/hooks/mutations/useUpdateAppPermissionMutation.d.ts +40 -0
  152. package/admin/hooks/mutations/useUpdateAppPermissionMutation.js +40 -0
  153. package/admin/hooks/mutations/useUpdateAppStepMutation.d.ts +40 -0
  154. package/admin/hooks/mutations/useUpdateAppStepMutation.js +40 -0
  155. package/admin/hooks/mutations/useUpdateClaimedInviteMutation.d.ts +40 -0
  156. package/admin/hooks/mutations/useUpdateClaimedInviteMutation.js +40 -0
  157. package/admin/hooks/mutations/useUpdateInviteMutation.d.ts +40 -0
  158. package/admin/hooks/mutations/useUpdateInviteMutation.js +40 -0
  159. package/admin/hooks/mutations/useUpdateMembershipTypeMutation.d.ts +40 -0
  160. package/admin/hooks/mutations/useUpdateMembershipTypeMutation.js +40 -0
  161. package/admin/hooks/mutations/useUpdateOrgAdminGrantMutation.d.ts +40 -0
  162. package/admin/hooks/mutations/useUpdateOrgAdminGrantMutation.js +40 -0
  163. package/admin/hooks/mutations/useUpdateOrgClaimedInviteMutation.d.ts +40 -0
  164. package/admin/hooks/mutations/useUpdateOrgClaimedInviteMutation.js +40 -0
  165. package/admin/hooks/mutations/useUpdateOrgGrantMutation.d.ts +40 -0
  166. package/admin/hooks/mutations/useUpdateOrgGrantMutation.js +40 -0
  167. package/admin/hooks/mutations/useUpdateOrgInviteMutation.d.ts +40 -0
  168. package/admin/hooks/mutations/useUpdateOrgInviteMutation.js +40 -0
  169. package/admin/hooks/mutations/useUpdateOrgLimitDefaultMutation.d.ts +40 -0
  170. package/admin/hooks/mutations/useUpdateOrgLimitDefaultMutation.js +40 -0
  171. package/admin/hooks/mutations/useUpdateOrgLimitMutation.d.ts +40 -0
  172. package/admin/hooks/mutations/useUpdateOrgLimitMutation.js +40 -0
  173. package/admin/hooks/mutations/useUpdateOrgMemberMutation.d.ts +40 -0
  174. package/admin/hooks/mutations/useUpdateOrgMemberMutation.js +40 -0
  175. package/admin/hooks/mutations/useUpdateOrgMembershipDefaultMutation.d.ts +40 -0
  176. package/admin/hooks/mutations/useUpdateOrgMembershipDefaultMutation.js +40 -0
  177. package/admin/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +40 -0
  178. package/admin/hooks/mutations/useUpdateOrgMembershipMutation.js +40 -0
  179. package/admin/hooks/mutations/useUpdateOrgOwnerGrantMutation.d.ts +40 -0
  180. package/admin/hooks/mutations/useUpdateOrgOwnerGrantMutation.js +40 -0
  181. package/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +40 -0
  182. package/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +40 -0
  183. package/admin/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +40 -0
  184. package/admin/hooks/mutations/useUpdateOrgPermissionMutation.js +40 -0
  185. package/admin/hooks/queries/index.d.ts +71 -0
  186. package/admin/hooks/queries/index.js +87 -0
  187. package/admin/hooks/queries/useAppAchievementQuery.d.ts +65 -0
  188. package/admin/hooks/queries/useAppAchievementQuery.js +53 -0
  189. package/admin/hooks/queries/useAppAchievementsQuery.d.ts +69 -0
  190. package/admin/hooks/queries/useAppAchievementsQuery.js +38 -0
  191. package/admin/hooks/queries/useAppAdminGrantQuery.d.ts +65 -0
  192. package/admin/hooks/queries/useAppAdminGrantQuery.js +53 -0
  193. package/admin/hooks/queries/useAppAdminGrantsQuery.d.ts +69 -0
  194. package/admin/hooks/queries/useAppAdminGrantsQuery.js +38 -0
  195. package/admin/hooks/queries/useAppGrantQuery.d.ts +65 -0
  196. package/admin/hooks/queries/useAppGrantQuery.js +53 -0
  197. package/admin/hooks/queries/useAppGrantsQuery.d.ts +69 -0
  198. package/admin/hooks/queries/useAppGrantsQuery.js +38 -0
  199. package/admin/hooks/queries/useAppLevelQuery.d.ts +65 -0
  200. package/admin/hooks/queries/useAppLevelQuery.js +53 -0
  201. package/admin/hooks/queries/useAppLevelRequirementQuery.d.ts +65 -0
  202. package/admin/hooks/queries/useAppLevelRequirementQuery.js +53 -0
  203. package/admin/hooks/queries/useAppLevelRequirementsQuery.d.ts +69 -0
  204. package/admin/hooks/queries/useAppLevelRequirementsQuery.js +38 -0
  205. package/admin/hooks/queries/useAppLevelsQuery.d.ts +69 -0
  206. package/admin/hooks/queries/useAppLevelsQuery.js +38 -0
  207. package/admin/hooks/queries/useAppLimitDefaultQuery.d.ts +65 -0
  208. package/admin/hooks/queries/useAppLimitDefaultQuery.js +53 -0
  209. package/admin/hooks/queries/useAppLimitDefaultsQuery.d.ts +69 -0
  210. package/admin/hooks/queries/useAppLimitDefaultsQuery.js +38 -0
  211. package/admin/hooks/queries/useAppLimitQuery.d.ts +65 -0
  212. package/admin/hooks/queries/useAppLimitQuery.js +53 -0
  213. package/admin/hooks/queries/useAppLimitsQuery.d.ts +69 -0
  214. package/admin/hooks/queries/useAppLimitsQuery.js +38 -0
  215. package/admin/hooks/queries/useAppMembershipDefaultQuery.d.ts +65 -0
  216. package/admin/hooks/queries/useAppMembershipDefaultQuery.js +53 -0
  217. package/admin/hooks/queries/useAppMembershipDefaultsQuery.d.ts +69 -0
  218. package/admin/hooks/queries/useAppMembershipDefaultsQuery.js +38 -0
  219. package/admin/hooks/queries/useAppMembershipQuery.d.ts +65 -0
  220. package/admin/hooks/queries/useAppMembershipQuery.js +53 -0
  221. package/admin/hooks/queries/useAppMembershipsQuery.d.ts +69 -0
  222. package/admin/hooks/queries/useAppMembershipsQuery.js +38 -0
  223. package/admin/hooks/queries/useAppOwnerGrantQuery.d.ts +65 -0
  224. package/admin/hooks/queries/useAppOwnerGrantQuery.js +53 -0
  225. package/admin/hooks/queries/useAppOwnerGrantsQuery.d.ts +69 -0
  226. package/admin/hooks/queries/useAppOwnerGrantsQuery.js +38 -0
  227. package/admin/hooks/queries/useAppPermissionDefaultQuery.d.ts +65 -0
  228. package/admin/hooks/queries/useAppPermissionDefaultQuery.js +53 -0
  229. package/admin/hooks/queries/useAppPermissionDefaultsQuery.d.ts +69 -0
  230. package/admin/hooks/queries/useAppPermissionDefaultsQuery.js +38 -0
  231. package/admin/hooks/queries/useAppPermissionQuery.d.ts +65 -0
  232. package/admin/hooks/queries/useAppPermissionQuery.js +53 -0
  233. package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +54 -0
  234. package/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +53 -0
  235. package/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.d.ts +53 -0
  236. package/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.js +53 -0
  237. package/admin/hooks/queries/useAppPermissionsGetMaskQuery.d.ts +53 -0
  238. package/admin/hooks/queries/useAppPermissionsGetMaskQuery.js +53 -0
  239. package/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.d.ts +53 -0
  240. package/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.js +53 -0
  241. package/admin/hooks/queries/useAppPermissionsQuery.d.ts +69 -0
  242. package/admin/hooks/queries/useAppPermissionsQuery.js +38 -0
  243. package/admin/hooks/queries/useAppStepQuery.d.ts +65 -0
  244. package/admin/hooks/queries/useAppStepQuery.js +53 -0
  245. package/admin/hooks/queries/useAppStepsQuery.d.ts +69 -0
  246. package/admin/hooks/queries/useAppStepsQuery.js +38 -0
  247. package/admin/hooks/queries/useClaimedInviteQuery.d.ts +65 -0
  248. package/admin/hooks/queries/useClaimedInviteQuery.js +53 -0
  249. package/admin/hooks/queries/useClaimedInvitesQuery.d.ts +69 -0
  250. package/admin/hooks/queries/useClaimedInvitesQuery.js +38 -0
  251. package/admin/hooks/queries/useInviteQuery.d.ts +65 -0
  252. package/admin/hooks/queries/useInviteQuery.js +53 -0
  253. package/admin/hooks/queries/useInvitesQuery.d.ts +69 -0
  254. package/admin/hooks/queries/useInvitesQuery.js +38 -0
  255. package/admin/hooks/queries/useMembershipTypeQuery.d.ts +65 -0
  256. package/admin/hooks/queries/useMembershipTypeQuery.js +53 -0
  257. package/admin/hooks/queries/useMembershipTypesQuery.d.ts +69 -0
  258. package/admin/hooks/queries/useMembershipTypesQuery.js +38 -0
  259. package/admin/hooks/queries/useOrgAdminGrantQuery.d.ts +65 -0
  260. package/admin/hooks/queries/useOrgAdminGrantQuery.js +53 -0
  261. package/admin/hooks/queries/useOrgAdminGrantsQuery.d.ts +69 -0
  262. package/admin/hooks/queries/useOrgAdminGrantsQuery.js +38 -0
  263. package/admin/hooks/queries/useOrgClaimedInviteQuery.d.ts +65 -0
  264. package/admin/hooks/queries/useOrgClaimedInviteQuery.js +53 -0
  265. package/admin/hooks/queries/useOrgClaimedInvitesQuery.d.ts +69 -0
  266. package/admin/hooks/queries/useOrgClaimedInvitesQuery.js +38 -0
  267. package/admin/hooks/queries/useOrgGrantQuery.d.ts +65 -0
  268. package/admin/hooks/queries/useOrgGrantQuery.js +53 -0
  269. package/admin/hooks/queries/useOrgGrantsQuery.d.ts +69 -0
  270. package/admin/hooks/queries/useOrgGrantsQuery.js +38 -0
  271. package/admin/hooks/queries/useOrgInviteQuery.d.ts +65 -0
  272. package/admin/hooks/queries/useOrgInviteQuery.js +53 -0
  273. package/admin/hooks/queries/useOrgInvitesQuery.d.ts +69 -0
  274. package/admin/hooks/queries/useOrgInvitesQuery.js +38 -0
  275. package/admin/hooks/queries/useOrgLimitDefaultQuery.d.ts +65 -0
  276. package/admin/hooks/queries/useOrgLimitDefaultQuery.js +53 -0
  277. package/admin/hooks/queries/useOrgLimitDefaultsQuery.d.ts +69 -0
  278. package/admin/hooks/queries/useOrgLimitDefaultsQuery.js +38 -0
  279. package/admin/hooks/queries/useOrgLimitQuery.d.ts +65 -0
  280. package/admin/hooks/queries/useOrgLimitQuery.js +53 -0
  281. package/admin/hooks/queries/useOrgLimitsQuery.d.ts +69 -0
  282. package/admin/hooks/queries/useOrgLimitsQuery.js +38 -0
  283. package/admin/hooks/queries/useOrgMemberQuery.d.ts +65 -0
  284. package/admin/hooks/queries/useOrgMemberQuery.js +53 -0
  285. package/admin/hooks/queries/useOrgMembersQuery.d.ts +69 -0
  286. package/admin/hooks/queries/useOrgMembersQuery.js +38 -0
  287. package/admin/hooks/queries/useOrgMembershipDefaultQuery.d.ts +65 -0
  288. package/admin/hooks/queries/useOrgMembershipDefaultQuery.js +53 -0
  289. package/admin/hooks/queries/useOrgMembershipDefaultsQuery.d.ts +69 -0
  290. package/admin/hooks/queries/useOrgMembershipDefaultsQuery.js +38 -0
  291. package/admin/hooks/queries/useOrgMembershipQuery.d.ts +65 -0
  292. package/admin/hooks/queries/useOrgMembershipQuery.js +53 -0
  293. package/admin/hooks/queries/useOrgMembershipsQuery.d.ts +69 -0
  294. package/admin/hooks/queries/useOrgMembershipsQuery.js +38 -0
  295. package/admin/hooks/queries/useOrgOwnerGrantQuery.d.ts +65 -0
  296. package/admin/hooks/queries/useOrgOwnerGrantQuery.js +53 -0
  297. package/admin/hooks/queries/useOrgOwnerGrantsQuery.d.ts +69 -0
  298. package/admin/hooks/queries/useOrgOwnerGrantsQuery.js +38 -0
  299. package/admin/hooks/queries/useOrgPermissionDefaultQuery.d.ts +65 -0
  300. package/admin/hooks/queries/useOrgPermissionDefaultQuery.js +53 -0
  301. package/admin/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +69 -0
  302. package/admin/hooks/queries/useOrgPermissionDefaultsQuery.js +38 -0
  303. package/admin/hooks/queries/useOrgPermissionQuery.d.ts +65 -0
  304. package/admin/hooks/queries/useOrgPermissionQuery.js +53 -0
  305. package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +54 -0
  306. package/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +53 -0
  307. package/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.d.ts +53 -0
  308. package/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.js +53 -0
  309. package/admin/hooks/queries/useOrgPermissionsGetMaskQuery.d.ts +53 -0
  310. package/admin/hooks/queries/useOrgPermissionsGetMaskQuery.js +53 -0
  311. package/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.d.ts +53 -0
  312. package/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.js +53 -0
  313. package/admin/hooks/queries/useOrgPermissionsQuery.d.ts +69 -0
  314. package/admin/hooks/queries/useOrgPermissionsQuery.js +38 -0
  315. package/admin/hooks/queries/useStepsAchievedQuery.d.ts +53 -0
  316. package/admin/hooks/queries/useStepsAchievedQuery.js +53 -0
  317. package/admin/hooks/queries/useStepsRequiredQuery.d.ts +54 -0
  318. package/admin/hooks/queries/useStepsRequiredQuery.js +53 -0
  319. package/admin/hooks/query-keys.d.ts +447 -0
  320. package/admin/hooks/query-keys.js +285 -0
  321. package/admin/hooks/selection.d.ts +30 -0
  322. package/admin/hooks/selection.js +26 -0
  323. package/admin/index.d.ts +7 -0
  324. package/admin/index.js +23 -0
  325. package/admin/orm/client.d.ts +55 -0
  326. package/admin/orm/client.js +105 -0
  327. package/admin/orm/index.d.ts +153 -0
  328. package/admin/orm/index.js +122 -0
  329. package/admin/orm/input-types.d.ts +3834 -0
  330. package/admin/orm/input-types.js +5 -0
  331. package/admin/orm/models/appAchievement.d.ts +56 -0
  332. package/admin/orm/models/appAchievement.js +98 -0
  333. package/admin/orm/models/appAdminGrant.d.ts +56 -0
  334. package/admin/orm/models/appAdminGrant.js +98 -0
  335. package/admin/orm/models/appGrant.d.ts +56 -0
  336. package/admin/orm/models/appGrant.js +98 -0
  337. package/admin/orm/models/appLevel.d.ts +56 -0
  338. package/admin/orm/models/appLevel.js +98 -0
  339. package/admin/orm/models/appLevelRequirement.d.ts +56 -0
  340. package/admin/orm/models/appLevelRequirement.js +98 -0
  341. package/admin/orm/models/appLimit.d.ts +56 -0
  342. package/admin/orm/models/appLimit.js +98 -0
  343. package/admin/orm/models/appLimitDefault.d.ts +56 -0
  344. package/admin/orm/models/appLimitDefault.js +98 -0
  345. package/admin/orm/models/appMembership.d.ts +56 -0
  346. package/admin/orm/models/appMembership.js +98 -0
  347. package/admin/orm/models/appMembershipDefault.d.ts +56 -0
  348. package/admin/orm/models/appMembershipDefault.js +98 -0
  349. package/admin/orm/models/appOwnerGrant.d.ts +56 -0
  350. package/admin/orm/models/appOwnerGrant.js +98 -0
  351. package/admin/orm/models/appPermission.d.ts +56 -0
  352. package/admin/orm/models/appPermission.js +98 -0
  353. package/admin/orm/models/appPermissionDefault.d.ts +56 -0
  354. package/admin/orm/models/appPermissionDefault.js +98 -0
  355. package/admin/orm/models/appStep.d.ts +56 -0
  356. package/admin/orm/models/appStep.js +98 -0
  357. package/admin/orm/models/claimedInvite.d.ts +56 -0
  358. package/admin/orm/models/claimedInvite.js +98 -0
  359. package/admin/orm/models/index.d.ts +33 -0
  360. package/admin/orm/models/index.js +64 -0
  361. package/admin/orm/models/invite.d.ts +56 -0
  362. package/admin/orm/models/invite.js +98 -0
  363. package/admin/orm/models/membershipType.d.ts +56 -0
  364. package/admin/orm/models/membershipType.js +98 -0
  365. package/admin/orm/models/orgAdminGrant.d.ts +56 -0
  366. package/admin/orm/models/orgAdminGrant.js +98 -0
  367. package/admin/orm/models/orgClaimedInvite.d.ts +56 -0
  368. package/admin/orm/models/orgClaimedInvite.js +98 -0
  369. package/admin/orm/models/orgGrant.d.ts +56 -0
  370. package/admin/orm/models/orgGrant.js +98 -0
  371. package/admin/orm/models/orgInvite.d.ts +56 -0
  372. package/admin/orm/models/orgInvite.js +98 -0
  373. package/admin/orm/models/orgLimit.d.ts +56 -0
  374. package/admin/orm/models/orgLimit.js +98 -0
  375. package/admin/orm/models/orgLimitDefault.d.ts +56 -0
  376. package/admin/orm/models/orgLimitDefault.js +98 -0
  377. package/admin/orm/models/orgMember.d.ts +56 -0
  378. package/admin/orm/models/orgMember.js +98 -0
  379. package/admin/orm/models/orgMembership.d.ts +56 -0
  380. package/admin/orm/models/orgMembership.js +98 -0
  381. package/admin/orm/models/orgMembershipDefault.d.ts +56 -0
  382. package/admin/orm/models/orgMembershipDefault.js +98 -0
  383. package/admin/orm/models/orgOwnerGrant.d.ts +56 -0
  384. package/admin/orm/models/orgOwnerGrant.js +98 -0
  385. package/admin/orm/models/orgPermission.d.ts +56 -0
  386. package/admin/orm/models/orgPermission.js +98 -0
  387. package/admin/orm/models/orgPermissionDefault.d.ts +56 -0
  388. package/admin/orm/models/orgPermissionDefault.js +98 -0
  389. package/admin/orm/mutation/index.d.ts +27 -0
  390. package/admin/orm/mutation/index.js +33 -0
  391. package/admin/orm/query/index.d.ts +119 -0
  392. package/admin/orm/query/index.js +173 -0
  393. package/admin/orm/query-builder.d.ts +89 -0
  394. package/admin/orm/query-builder.js +611 -0
  395. package/admin/orm/select-types.d.ts +101 -0
  396. package/admin/orm/select-types.js +2 -0
  397. package/admin/orm/types.d.ts +6 -0
  398. package/admin/orm/types.js +23 -0
  399. package/admin/schema-types.d.ts +3353 -0
  400. package/admin/schema-types.js +7 -0
  401. package/admin/types.d.ts +473 -0
  402. package/admin/types.js +2 -0
  403. package/auth/hooks/client.d.ts +30 -0
  404. package/auth/hooks/client.js +40 -0
  405. package/auth/hooks/index.d.ts +39 -0
  406. package/auth/hooks/index.js +55 -0
  407. package/auth/hooks/invalidation.d.ts +82 -0
  408. package/auth/hooks/invalidation.js +155 -0
  409. package/auth/hooks/mutation-keys.d.ts +149 -0
  410. package/auth/hooks/mutation-keys.js +143 -0
  411. package/auth/hooks/mutations/index.d.ts +42 -0
  412. package/auth/hooks/mutations/index.js +58 -0
  413. package/auth/hooks/mutations/useCheckPasswordMutation.d.ts +20 -0
  414. package/auth/hooks/mutations/useCheckPasswordMutation.js +26 -0
  415. package/auth/hooks/mutations/useConfirmDeleteAccountMutation.d.ts +20 -0
  416. package/auth/hooks/mutations/useConfirmDeleteAccountMutation.js +26 -0
  417. package/auth/hooks/mutations/useCreateAuditLogMutation.d.ts +34 -0
  418. package/auth/hooks/mutations/useCreateAuditLogMutation.js +34 -0
  419. package/auth/hooks/mutations/useCreateConnectedAccountMutation.d.ts +34 -0
  420. package/auth/hooks/mutations/useCreateConnectedAccountMutation.js +34 -0
  421. package/auth/hooks/mutations/useCreateCryptoAddressMutation.d.ts +34 -0
  422. package/auth/hooks/mutations/useCreateCryptoAddressMutation.js +34 -0
  423. package/auth/hooks/mutations/useCreateEmailMutation.d.ts +34 -0
  424. package/auth/hooks/mutations/useCreateEmailMutation.js +34 -0
  425. package/auth/hooks/mutations/useCreatePhoneNumberMutation.d.ts +34 -0
  426. package/auth/hooks/mutations/useCreatePhoneNumberMutation.js +34 -0
  427. package/auth/hooks/mutations/useCreateRoleTypeMutation.d.ts +34 -0
  428. package/auth/hooks/mutations/useCreateRoleTypeMutation.js +34 -0
  429. package/auth/hooks/mutations/useCreateUserMutation.d.ts +34 -0
  430. package/auth/hooks/mutations/useCreateUserMutation.js +34 -0
  431. package/auth/hooks/mutations/useDeleteAuditLogMutation.d.ts +38 -0
  432. package/auth/hooks/mutations/useDeleteAuditLogMutation.js +39 -0
  433. package/auth/hooks/mutations/useDeleteConnectedAccountMutation.d.ts +38 -0
  434. package/auth/hooks/mutations/useDeleteConnectedAccountMutation.js +39 -0
  435. package/auth/hooks/mutations/useDeleteCryptoAddressMutation.d.ts +38 -0
  436. package/auth/hooks/mutations/useDeleteCryptoAddressMutation.js +39 -0
  437. package/auth/hooks/mutations/useDeleteEmailMutation.d.ts +38 -0
  438. package/auth/hooks/mutations/useDeleteEmailMutation.js +39 -0
  439. package/auth/hooks/mutations/useDeletePhoneNumberMutation.d.ts +38 -0
  440. package/auth/hooks/mutations/useDeletePhoneNumberMutation.js +39 -0
  441. package/auth/hooks/mutations/useDeleteRoleTypeMutation.d.ts +38 -0
  442. package/auth/hooks/mutations/useDeleteRoleTypeMutation.js +39 -0
  443. package/auth/hooks/mutations/useDeleteUserMutation.d.ts +38 -0
  444. package/auth/hooks/mutations/useDeleteUserMutation.js +39 -0
  445. package/auth/hooks/mutations/useExtendTokenExpiresMutation.d.ts +20 -0
  446. package/auth/hooks/mutations/useExtendTokenExpiresMutation.js +26 -0
  447. package/auth/hooks/mutations/useForgotPasswordMutation.d.ts +20 -0
  448. package/auth/hooks/mutations/useForgotPasswordMutation.js +26 -0
  449. package/auth/hooks/mutations/useOneTimeTokenMutation.d.ts +20 -0
  450. package/auth/hooks/mutations/useOneTimeTokenMutation.js +26 -0
  451. package/auth/hooks/mutations/useResetPasswordMutation.d.ts +20 -0
  452. package/auth/hooks/mutations/useResetPasswordMutation.js +26 -0
  453. package/auth/hooks/mutations/useSendAccountDeletionEmailMutation.d.ts +20 -0
  454. package/auth/hooks/mutations/useSendAccountDeletionEmailMutation.js +26 -0
  455. package/auth/hooks/mutations/useSendVerificationEmailMutation.d.ts +20 -0
  456. package/auth/hooks/mutations/useSendVerificationEmailMutation.js +26 -0
  457. package/auth/hooks/mutations/useSetPasswordMutation.d.ts +20 -0
  458. package/auth/hooks/mutations/useSetPasswordMutation.js +26 -0
  459. package/auth/hooks/mutations/useSignInMutation.d.ts +20 -0
  460. package/auth/hooks/mutations/useSignInMutation.js +26 -0
  461. package/auth/hooks/mutations/useSignInOneTimeTokenMutation.d.ts +20 -0
  462. package/auth/hooks/mutations/useSignInOneTimeTokenMutation.js +26 -0
  463. package/auth/hooks/mutations/useSignOutMutation.d.ts +20 -0
  464. package/auth/hooks/mutations/useSignOutMutation.js +26 -0
  465. package/auth/hooks/mutations/useSignUpMutation.d.ts +20 -0
  466. package/auth/hooks/mutations/useSignUpMutation.js +26 -0
  467. package/auth/hooks/mutations/useUpdateAuditLogMutation.d.ts +40 -0
  468. package/auth/hooks/mutations/useUpdateAuditLogMutation.js +40 -0
  469. package/auth/hooks/mutations/useUpdateConnectedAccountMutation.d.ts +40 -0
  470. package/auth/hooks/mutations/useUpdateConnectedAccountMutation.js +40 -0
  471. package/auth/hooks/mutations/useUpdateCryptoAddressMutation.d.ts +40 -0
  472. package/auth/hooks/mutations/useUpdateCryptoAddressMutation.js +40 -0
  473. package/auth/hooks/mutations/useUpdateEmailMutation.d.ts +40 -0
  474. package/auth/hooks/mutations/useUpdateEmailMutation.js +40 -0
  475. package/auth/hooks/mutations/useUpdatePhoneNumberMutation.d.ts +40 -0
  476. package/auth/hooks/mutations/useUpdatePhoneNumberMutation.js +40 -0
  477. package/auth/hooks/mutations/useUpdateRoleTypeMutation.d.ts +40 -0
  478. package/auth/hooks/mutations/useUpdateRoleTypeMutation.js +40 -0
  479. package/auth/hooks/mutations/useUpdateUserMutation.d.ts +40 -0
  480. package/auth/hooks/mutations/useUpdateUserMutation.js +40 -0
  481. package/auth/hooks/mutations/useVerifyEmailMutation.d.ts +20 -0
  482. package/auth/hooks/mutations/useVerifyEmailMutation.js +26 -0
  483. package/auth/hooks/mutations/useVerifyPasswordMutation.d.ts +20 -0
  484. package/auth/hooks/mutations/useVerifyPasswordMutation.js +26 -0
  485. package/auth/hooks/mutations/useVerifyTotpMutation.d.ts +20 -0
  486. package/auth/hooks/mutations/useVerifyTotpMutation.js +26 -0
  487. package/auth/hooks/queries/index.d.ts +23 -0
  488. package/auth/hooks/queries/index.js +39 -0
  489. package/auth/hooks/queries/useAuditLogQuery.d.ts +65 -0
  490. package/auth/hooks/queries/useAuditLogQuery.js +53 -0
  491. package/auth/hooks/queries/useAuditLogsQuery.d.ts +69 -0
  492. package/auth/hooks/queries/useAuditLogsQuery.js +38 -0
  493. package/auth/hooks/queries/useConnectedAccountQuery.d.ts +65 -0
  494. package/auth/hooks/queries/useConnectedAccountQuery.js +53 -0
  495. package/auth/hooks/queries/useConnectedAccountsQuery.d.ts +69 -0
  496. package/auth/hooks/queries/useConnectedAccountsQuery.js +38 -0
  497. package/auth/hooks/queries/useCryptoAddressQuery.d.ts +65 -0
  498. package/auth/hooks/queries/useCryptoAddressQuery.js +53 -0
  499. package/auth/hooks/queries/useCryptoAddressesQuery.d.ts +69 -0
  500. package/auth/hooks/queries/useCryptoAddressesQuery.js +38 -0
  501. package/auth/hooks/queries/useCurrentIpAddressQuery.d.ts +45 -0
  502. package/auth/hooks/queries/useCurrentIpAddressQuery.js +49 -0
  503. package/auth/hooks/queries/useCurrentUserAgentQuery.d.ts +45 -0
  504. package/auth/hooks/queries/useCurrentUserAgentQuery.js +49 -0
  505. package/auth/hooks/queries/useCurrentUserIdQuery.d.ts +45 -0
  506. package/auth/hooks/queries/useCurrentUserIdQuery.js +49 -0
  507. package/auth/hooks/queries/useCurrentUserQuery.d.ts +60 -0
  508. package/auth/hooks/queries/useCurrentUserQuery.js +50 -0
  509. package/auth/hooks/queries/useEmailQuery.d.ts +65 -0
  510. package/auth/hooks/queries/useEmailQuery.js +53 -0
  511. package/auth/hooks/queries/useEmailsQuery.d.ts +69 -0
  512. package/auth/hooks/queries/useEmailsQuery.js +38 -0
  513. package/auth/hooks/queries/usePhoneNumberQuery.d.ts +65 -0
  514. package/auth/hooks/queries/usePhoneNumberQuery.js +53 -0
  515. package/auth/hooks/queries/usePhoneNumbersQuery.d.ts +69 -0
  516. package/auth/hooks/queries/usePhoneNumbersQuery.js +38 -0
  517. package/auth/hooks/queries/useRoleTypeQuery.d.ts +65 -0
  518. package/auth/hooks/queries/useRoleTypeQuery.js +53 -0
  519. package/auth/hooks/queries/useRoleTypesQuery.d.ts +69 -0
  520. package/auth/hooks/queries/useRoleTypesQuery.js +38 -0
  521. package/auth/hooks/queries/useUserQuery.d.ts +65 -0
  522. package/auth/hooks/queries/useUserQuery.js +53 -0
  523. package/auth/hooks/queries/useUsersQuery.d.ts +69 -0
  524. package/auth/hooks/queries/useUsersQuery.js +38 -0
  525. package/auth/hooks/query-keys.d.ts +141 -0
  526. package/auth/hooks/query-keys.js +111 -0
  527. package/auth/hooks/selection.d.ts +30 -0
  528. package/auth/hooks/selection.js +26 -0
  529. package/auth/index.d.ts +7 -0
  530. package/auth/index.js +23 -0
  531. package/auth/orm/client.d.ts +55 -0
  532. package/auth/orm/client.js +105 -0
  533. package/auth/orm/index.d.ts +151 -0
  534. package/auth/orm/index.js +80 -0
  535. package/auth/orm/input-types.d.ts +1462 -0
  536. package/auth/orm/input-types.js +5 -0
  537. package/auth/orm/models/auditLog.d.ts +56 -0
  538. package/auth/orm/models/auditLog.js +98 -0
  539. package/auth/orm/models/connectedAccount.d.ts +56 -0
  540. package/auth/orm/models/connectedAccount.js +98 -0
  541. package/auth/orm/models/cryptoAddress.d.ts +56 -0
  542. package/auth/orm/models/cryptoAddress.js +98 -0
  543. package/auth/orm/models/email.d.ts +56 -0
  544. package/auth/orm/models/email.js +98 -0
  545. package/auth/orm/models/index.d.ts +12 -0
  546. package/auth/orm/models/index.js +22 -0
  547. package/auth/orm/models/phoneNumber.d.ts +56 -0
  548. package/auth/orm/models/phoneNumber.js +98 -0
  549. package/auth/orm/models/roleType.d.ts +56 -0
  550. package/auth/orm/models/roleType.js +98 -0
  551. package/auth/orm/models/user.d.ts +56 -0
  552. package/auth/orm/models/user.js +98 -0
  553. package/auth/orm/mutation/index.d.ts +139 -0
  554. package/auth/orm/mutation/index.js +201 -0
  555. package/auth/orm/query/index.d.ts +31 -0
  556. package/auth/orm/query/index.js +37 -0
  557. package/auth/orm/query-builder.d.ts +89 -0
  558. package/auth/orm/query-builder.js +611 -0
  559. package/auth/orm/select-types.d.ts +101 -0
  560. package/auth/orm/select-types.js +2 -0
  561. package/auth/orm/types.d.ts +6 -0
  562. package/auth/orm/types.js +23 -0
  563. package/auth/schema-types.d.ts +1316 -0
  564. package/auth/schema-types.js +7 -0
  565. package/auth/types.d.ts +288 -0
  566. package/auth/types.js +2 -0
  567. package/esm/admin/hooks/client.d.ts +30 -0
  568. package/esm/admin/hooks/client.js +34 -0
  569. package/esm/admin/hooks/index.d.ts +39 -0
  570. package/esm/admin/hooks/index.js +39 -0
  571. package/esm/admin/hooks/invalidation.d.ts +208 -0
  572. package/esm/admin/hooks/invalidation.js +488 -0
  573. package/esm/admin/hooks/mutation-keys.d.ts +373 -0
  574. package/esm/admin/hooks/mutation-keys.js +249 -0
  575. package/esm/admin/hooks/mutations/index.d.ts +91 -0
  576. package/esm/admin/hooks/mutations/index.js +91 -0
  577. package/esm/admin/hooks/mutations/useCreateAppAchievementMutation.d.ts +34 -0
  578. package/esm/admin/hooks/mutations/useCreateAppAchievementMutation.js +31 -0
  579. package/esm/admin/hooks/mutations/useCreateAppAdminGrantMutation.d.ts +34 -0
  580. package/esm/admin/hooks/mutations/useCreateAppAdminGrantMutation.js +31 -0
  581. package/esm/admin/hooks/mutations/useCreateAppGrantMutation.d.ts +34 -0
  582. package/esm/admin/hooks/mutations/useCreateAppGrantMutation.js +31 -0
  583. package/esm/admin/hooks/mutations/useCreateAppLevelMutation.d.ts +34 -0
  584. package/esm/admin/hooks/mutations/useCreateAppLevelMutation.js +31 -0
  585. package/esm/admin/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +34 -0
  586. package/esm/admin/hooks/mutations/useCreateAppLevelRequirementMutation.js +31 -0
  587. package/esm/admin/hooks/mutations/useCreateAppLimitDefaultMutation.d.ts +34 -0
  588. package/esm/admin/hooks/mutations/useCreateAppLimitDefaultMutation.js +31 -0
  589. package/esm/admin/hooks/mutations/useCreateAppLimitMutation.d.ts +34 -0
  590. package/esm/admin/hooks/mutations/useCreateAppLimitMutation.js +31 -0
  591. package/esm/admin/hooks/mutations/useCreateAppMembershipDefaultMutation.d.ts +34 -0
  592. package/esm/admin/hooks/mutations/useCreateAppMembershipDefaultMutation.js +31 -0
  593. package/esm/admin/hooks/mutations/useCreateAppMembershipMutation.d.ts +34 -0
  594. package/esm/admin/hooks/mutations/useCreateAppMembershipMutation.js +31 -0
  595. package/esm/admin/hooks/mutations/useCreateAppOwnerGrantMutation.d.ts +34 -0
  596. package/esm/admin/hooks/mutations/useCreateAppOwnerGrantMutation.js +31 -0
  597. package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +34 -0
  598. package/esm/admin/hooks/mutations/useCreateAppPermissionDefaultMutation.js +31 -0
  599. package/esm/admin/hooks/mutations/useCreateAppPermissionMutation.d.ts +34 -0
  600. package/esm/admin/hooks/mutations/useCreateAppPermissionMutation.js +31 -0
  601. package/esm/admin/hooks/mutations/useCreateAppStepMutation.d.ts +34 -0
  602. package/esm/admin/hooks/mutations/useCreateAppStepMutation.js +31 -0
  603. package/esm/admin/hooks/mutations/useCreateClaimedInviteMutation.d.ts +34 -0
  604. package/esm/admin/hooks/mutations/useCreateClaimedInviteMutation.js +31 -0
  605. package/esm/admin/hooks/mutations/useCreateInviteMutation.d.ts +34 -0
  606. package/esm/admin/hooks/mutations/useCreateInviteMutation.js +31 -0
  607. package/esm/admin/hooks/mutations/useCreateMembershipTypeMutation.d.ts +34 -0
  608. package/esm/admin/hooks/mutations/useCreateMembershipTypeMutation.js +31 -0
  609. package/esm/admin/hooks/mutations/useCreateOrgAdminGrantMutation.d.ts +34 -0
  610. package/esm/admin/hooks/mutations/useCreateOrgAdminGrantMutation.js +31 -0
  611. package/esm/admin/hooks/mutations/useCreateOrgClaimedInviteMutation.d.ts +34 -0
  612. package/esm/admin/hooks/mutations/useCreateOrgClaimedInviteMutation.js +31 -0
  613. package/esm/admin/hooks/mutations/useCreateOrgGrantMutation.d.ts +34 -0
  614. package/esm/admin/hooks/mutations/useCreateOrgGrantMutation.js +31 -0
  615. package/esm/admin/hooks/mutations/useCreateOrgInviteMutation.d.ts +34 -0
  616. package/esm/admin/hooks/mutations/useCreateOrgInviteMutation.js +31 -0
  617. package/esm/admin/hooks/mutations/useCreateOrgLimitDefaultMutation.d.ts +34 -0
  618. package/esm/admin/hooks/mutations/useCreateOrgLimitDefaultMutation.js +31 -0
  619. package/esm/admin/hooks/mutations/useCreateOrgLimitMutation.d.ts +34 -0
  620. package/esm/admin/hooks/mutations/useCreateOrgLimitMutation.js +31 -0
  621. package/esm/admin/hooks/mutations/useCreateOrgMemberMutation.d.ts +34 -0
  622. package/esm/admin/hooks/mutations/useCreateOrgMemberMutation.js +31 -0
  623. package/esm/admin/hooks/mutations/useCreateOrgMembershipDefaultMutation.d.ts +34 -0
  624. package/esm/admin/hooks/mutations/useCreateOrgMembershipDefaultMutation.js +31 -0
  625. package/esm/admin/hooks/mutations/useCreateOrgMembershipMutation.d.ts +34 -0
  626. package/esm/admin/hooks/mutations/useCreateOrgMembershipMutation.js +31 -0
  627. package/esm/admin/hooks/mutations/useCreateOrgOwnerGrantMutation.d.ts +34 -0
  628. package/esm/admin/hooks/mutations/useCreateOrgOwnerGrantMutation.js +31 -0
  629. package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +34 -0
  630. package/esm/admin/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +31 -0
  631. package/esm/admin/hooks/mutations/useCreateOrgPermissionMutation.d.ts +34 -0
  632. package/esm/admin/hooks/mutations/useCreateOrgPermissionMutation.js +31 -0
  633. package/esm/admin/hooks/mutations/useDeleteAppAchievementMutation.d.ts +38 -0
  634. package/esm/admin/hooks/mutations/useDeleteAppAchievementMutation.js +36 -0
  635. package/esm/admin/hooks/mutations/useDeleteAppAdminGrantMutation.d.ts +38 -0
  636. package/esm/admin/hooks/mutations/useDeleteAppAdminGrantMutation.js +36 -0
  637. package/esm/admin/hooks/mutations/useDeleteAppGrantMutation.d.ts +38 -0
  638. package/esm/admin/hooks/mutations/useDeleteAppGrantMutation.js +36 -0
  639. package/esm/admin/hooks/mutations/useDeleteAppLevelMutation.d.ts +38 -0
  640. package/esm/admin/hooks/mutations/useDeleteAppLevelMutation.js +36 -0
  641. package/esm/admin/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +38 -0
  642. package/esm/admin/hooks/mutations/useDeleteAppLevelRequirementMutation.js +36 -0
  643. package/esm/admin/hooks/mutations/useDeleteAppLimitDefaultMutation.d.ts +38 -0
  644. package/esm/admin/hooks/mutations/useDeleteAppLimitDefaultMutation.js +36 -0
  645. package/esm/admin/hooks/mutations/useDeleteAppLimitMutation.d.ts +38 -0
  646. package/esm/admin/hooks/mutations/useDeleteAppLimitMutation.js +36 -0
  647. package/esm/admin/hooks/mutations/useDeleteAppMembershipDefaultMutation.d.ts +38 -0
  648. package/esm/admin/hooks/mutations/useDeleteAppMembershipDefaultMutation.js +36 -0
  649. package/esm/admin/hooks/mutations/useDeleteAppMembershipMutation.d.ts +38 -0
  650. package/esm/admin/hooks/mutations/useDeleteAppMembershipMutation.js +36 -0
  651. package/esm/admin/hooks/mutations/useDeleteAppOwnerGrantMutation.d.ts +38 -0
  652. package/esm/admin/hooks/mutations/useDeleteAppOwnerGrantMutation.js +36 -0
  653. package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +38 -0
  654. package/esm/admin/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +36 -0
  655. package/esm/admin/hooks/mutations/useDeleteAppPermissionMutation.d.ts +38 -0
  656. package/esm/admin/hooks/mutations/useDeleteAppPermissionMutation.js +36 -0
  657. package/esm/admin/hooks/mutations/useDeleteAppStepMutation.d.ts +38 -0
  658. package/esm/admin/hooks/mutations/useDeleteAppStepMutation.js +36 -0
  659. package/esm/admin/hooks/mutations/useDeleteClaimedInviteMutation.d.ts +38 -0
  660. package/esm/admin/hooks/mutations/useDeleteClaimedInviteMutation.js +36 -0
  661. package/esm/admin/hooks/mutations/useDeleteInviteMutation.d.ts +38 -0
  662. package/esm/admin/hooks/mutations/useDeleteInviteMutation.js +36 -0
  663. package/esm/admin/hooks/mutations/useDeleteMembershipTypeMutation.d.ts +38 -0
  664. package/esm/admin/hooks/mutations/useDeleteMembershipTypeMutation.js +36 -0
  665. package/esm/admin/hooks/mutations/useDeleteOrgAdminGrantMutation.d.ts +38 -0
  666. package/esm/admin/hooks/mutations/useDeleteOrgAdminGrantMutation.js +36 -0
  667. package/esm/admin/hooks/mutations/useDeleteOrgClaimedInviteMutation.d.ts +38 -0
  668. package/esm/admin/hooks/mutations/useDeleteOrgClaimedInviteMutation.js +36 -0
  669. package/esm/admin/hooks/mutations/useDeleteOrgGrantMutation.d.ts +38 -0
  670. package/esm/admin/hooks/mutations/useDeleteOrgGrantMutation.js +36 -0
  671. package/esm/admin/hooks/mutations/useDeleteOrgInviteMutation.d.ts +38 -0
  672. package/esm/admin/hooks/mutations/useDeleteOrgInviteMutation.js +36 -0
  673. package/esm/admin/hooks/mutations/useDeleteOrgLimitDefaultMutation.d.ts +38 -0
  674. package/esm/admin/hooks/mutations/useDeleteOrgLimitDefaultMutation.js +36 -0
  675. package/esm/admin/hooks/mutations/useDeleteOrgLimitMutation.d.ts +38 -0
  676. package/esm/admin/hooks/mutations/useDeleteOrgLimitMutation.js +36 -0
  677. package/esm/admin/hooks/mutations/useDeleteOrgMemberMutation.d.ts +38 -0
  678. package/esm/admin/hooks/mutations/useDeleteOrgMemberMutation.js +36 -0
  679. package/esm/admin/hooks/mutations/useDeleteOrgMembershipDefaultMutation.d.ts +38 -0
  680. package/esm/admin/hooks/mutations/useDeleteOrgMembershipDefaultMutation.js +36 -0
  681. package/esm/admin/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +38 -0
  682. package/esm/admin/hooks/mutations/useDeleteOrgMembershipMutation.js +36 -0
  683. package/esm/admin/hooks/mutations/useDeleteOrgOwnerGrantMutation.d.ts +38 -0
  684. package/esm/admin/hooks/mutations/useDeleteOrgOwnerGrantMutation.js +36 -0
  685. package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +38 -0
  686. package/esm/admin/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +36 -0
  687. package/esm/admin/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +38 -0
  688. package/esm/admin/hooks/mutations/useDeleteOrgPermissionMutation.js +36 -0
  689. package/esm/admin/hooks/mutations/useSubmitInviteCodeMutation.d.ts +20 -0
  690. package/esm/admin/hooks/mutations/useSubmitInviteCodeMutation.js +23 -0
  691. package/esm/admin/hooks/mutations/useSubmitOrgInviteCodeMutation.d.ts +20 -0
  692. package/esm/admin/hooks/mutations/useSubmitOrgInviteCodeMutation.js +23 -0
  693. package/esm/admin/hooks/mutations/useUpdateAppAchievementMutation.d.ts +40 -0
  694. package/esm/admin/hooks/mutations/useUpdateAppAchievementMutation.js +37 -0
  695. package/esm/admin/hooks/mutations/useUpdateAppAdminGrantMutation.d.ts +40 -0
  696. package/esm/admin/hooks/mutations/useUpdateAppAdminGrantMutation.js +37 -0
  697. package/esm/admin/hooks/mutations/useUpdateAppGrantMutation.d.ts +40 -0
  698. package/esm/admin/hooks/mutations/useUpdateAppGrantMutation.js +37 -0
  699. package/esm/admin/hooks/mutations/useUpdateAppLevelMutation.d.ts +40 -0
  700. package/esm/admin/hooks/mutations/useUpdateAppLevelMutation.js +37 -0
  701. package/esm/admin/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +40 -0
  702. package/esm/admin/hooks/mutations/useUpdateAppLevelRequirementMutation.js +37 -0
  703. package/esm/admin/hooks/mutations/useUpdateAppLimitDefaultMutation.d.ts +40 -0
  704. package/esm/admin/hooks/mutations/useUpdateAppLimitDefaultMutation.js +37 -0
  705. package/esm/admin/hooks/mutations/useUpdateAppLimitMutation.d.ts +40 -0
  706. package/esm/admin/hooks/mutations/useUpdateAppLimitMutation.js +37 -0
  707. package/esm/admin/hooks/mutations/useUpdateAppMembershipDefaultMutation.d.ts +40 -0
  708. package/esm/admin/hooks/mutations/useUpdateAppMembershipDefaultMutation.js +37 -0
  709. package/esm/admin/hooks/mutations/useUpdateAppMembershipMutation.d.ts +40 -0
  710. package/esm/admin/hooks/mutations/useUpdateAppMembershipMutation.js +37 -0
  711. package/esm/admin/hooks/mutations/useUpdateAppOwnerGrantMutation.d.ts +40 -0
  712. package/esm/admin/hooks/mutations/useUpdateAppOwnerGrantMutation.js +37 -0
  713. package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +40 -0
  714. package/esm/admin/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +37 -0
  715. package/esm/admin/hooks/mutations/useUpdateAppPermissionMutation.d.ts +40 -0
  716. package/esm/admin/hooks/mutations/useUpdateAppPermissionMutation.js +37 -0
  717. package/esm/admin/hooks/mutations/useUpdateAppStepMutation.d.ts +40 -0
  718. package/esm/admin/hooks/mutations/useUpdateAppStepMutation.js +37 -0
  719. package/esm/admin/hooks/mutations/useUpdateClaimedInviteMutation.d.ts +40 -0
  720. package/esm/admin/hooks/mutations/useUpdateClaimedInviteMutation.js +37 -0
  721. package/esm/admin/hooks/mutations/useUpdateInviteMutation.d.ts +40 -0
  722. package/esm/admin/hooks/mutations/useUpdateInviteMutation.js +37 -0
  723. package/esm/admin/hooks/mutations/useUpdateMembershipTypeMutation.d.ts +40 -0
  724. package/esm/admin/hooks/mutations/useUpdateMembershipTypeMutation.js +37 -0
  725. package/esm/admin/hooks/mutations/useUpdateOrgAdminGrantMutation.d.ts +40 -0
  726. package/esm/admin/hooks/mutations/useUpdateOrgAdminGrantMutation.js +37 -0
  727. package/esm/admin/hooks/mutations/useUpdateOrgClaimedInviteMutation.d.ts +40 -0
  728. package/esm/admin/hooks/mutations/useUpdateOrgClaimedInviteMutation.js +37 -0
  729. package/esm/admin/hooks/mutations/useUpdateOrgGrantMutation.d.ts +40 -0
  730. package/esm/admin/hooks/mutations/useUpdateOrgGrantMutation.js +37 -0
  731. package/esm/admin/hooks/mutations/useUpdateOrgInviteMutation.d.ts +40 -0
  732. package/esm/admin/hooks/mutations/useUpdateOrgInviteMutation.js +37 -0
  733. package/esm/admin/hooks/mutations/useUpdateOrgLimitDefaultMutation.d.ts +40 -0
  734. package/esm/admin/hooks/mutations/useUpdateOrgLimitDefaultMutation.js +37 -0
  735. package/esm/admin/hooks/mutations/useUpdateOrgLimitMutation.d.ts +40 -0
  736. package/esm/admin/hooks/mutations/useUpdateOrgLimitMutation.js +37 -0
  737. package/esm/admin/hooks/mutations/useUpdateOrgMemberMutation.d.ts +40 -0
  738. package/esm/admin/hooks/mutations/useUpdateOrgMemberMutation.js +37 -0
  739. package/esm/admin/hooks/mutations/useUpdateOrgMembershipDefaultMutation.d.ts +40 -0
  740. package/esm/admin/hooks/mutations/useUpdateOrgMembershipDefaultMutation.js +37 -0
  741. package/esm/admin/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +40 -0
  742. package/esm/admin/hooks/mutations/useUpdateOrgMembershipMutation.js +37 -0
  743. package/esm/admin/hooks/mutations/useUpdateOrgOwnerGrantMutation.d.ts +40 -0
  744. package/esm/admin/hooks/mutations/useUpdateOrgOwnerGrantMutation.js +37 -0
  745. package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +40 -0
  746. package/esm/admin/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +37 -0
  747. package/esm/admin/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +40 -0
  748. package/esm/admin/hooks/mutations/useUpdateOrgPermissionMutation.js +37 -0
  749. package/esm/admin/hooks/queries/index.d.ts +71 -0
  750. package/esm/admin/hooks/queries/index.js +71 -0
  751. package/esm/admin/hooks/queries/useAppAchievementQuery.d.ts +65 -0
  752. package/esm/admin/hooks/queries/useAppAchievementQuery.js +47 -0
  753. package/esm/admin/hooks/queries/useAppAchievementsQuery.d.ts +69 -0
  754. package/esm/admin/hooks/queries/useAppAchievementsQuery.js +32 -0
  755. package/esm/admin/hooks/queries/useAppAdminGrantQuery.d.ts +65 -0
  756. package/esm/admin/hooks/queries/useAppAdminGrantQuery.js +47 -0
  757. package/esm/admin/hooks/queries/useAppAdminGrantsQuery.d.ts +69 -0
  758. package/esm/admin/hooks/queries/useAppAdminGrantsQuery.js +32 -0
  759. package/esm/admin/hooks/queries/useAppGrantQuery.d.ts +65 -0
  760. package/esm/admin/hooks/queries/useAppGrantQuery.js +47 -0
  761. package/esm/admin/hooks/queries/useAppGrantsQuery.d.ts +69 -0
  762. package/esm/admin/hooks/queries/useAppGrantsQuery.js +32 -0
  763. package/esm/admin/hooks/queries/useAppLevelQuery.d.ts +65 -0
  764. package/esm/admin/hooks/queries/useAppLevelQuery.js +47 -0
  765. package/esm/admin/hooks/queries/useAppLevelRequirementQuery.d.ts +65 -0
  766. package/esm/admin/hooks/queries/useAppLevelRequirementQuery.js +47 -0
  767. package/esm/admin/hooks/queries/useAppLevelRequirementsQuery.d.ts +69 -0
  768. package/esm/admin/hooks/queries/useAppLevelRequirementsQuery.js +32 -0
  769. package/esm/admin/hooks/queries/useAppLevelsQuery.d.ts +69 -0
  770. package/esm/admin/hooks/queries/useAppLevelsQuery.js +32 -0
  771. package/esm/admin/hooks/queries/useAppLimitDefaultQuery.d.ts +65 -0
  772. package/esm/admin/hooks/queries/useAppLimitDefaultQuery.js +47 -0
  773. package/esm/admin/hooks/queries/useAppLimitDefaultsQuery.d.ts +69 -0
  774. package/esm/admin/hooks/queries/useAppLimitDefaultsQuery.js +32 -0
  775. package/esm/admin/hooks/queries/useAppLimitQuery.d.ts +65 -0
  776. package/esm/admin/hooks/queries/useAppLimitQuery.js +47 -0
  777. package/esm/admin/hooks/queries/useAppLimitsQuery.d.ts +69 -0
  778. package/esm/admin/hooks/queries/useAppLimitsQuery.js +32 -0
  779. package/esm/admin/hooks/queries/useAppMembershipDefaultQuery.d.ts +65 -0
  780. package/esm/admin/hooks/queries/useAppMembershipDefaultQuery.js +47 -0
  781. package/esm/admin/hooks/queries/useAppMembershipDefaultsQuery.d.ts +69 -0
  782. package/esm/admin/hooks/queries/useAppMembershipDefaultsQuery.js +32 -0
  783. package/esm/admin/hooks/queries/useAppMembershipQuery.d.ts +65 -0
  784. package/esm/admin/hooks/queries/useAppMembershipQuery.js +47 -0
  785. package/esm/admin/hooks/queries/useAppMembershipsQuery.d.ts +69 -0
  786. package/esm/admin/hooks/queries/useAppMembershipsQuery.js +32 -0
  787. package/esm/admin/hooks/queries/useAppOwnerGrantQuery.d.ts +65 -0
  788. package/esm/admin/hooks/queries/useAppOwnerGrantQuery.js +47 -0
  789. package/esm/admin/hooks/queries/useAppOwnerGrantsQuery.d.ts +69 -0
  790. package/esm/admin/hooks/queries/useAppOwnerGrantsQuery.js +32 -0
  791. package/esm/admin/hooks/queries/useAppPermissionDefaultQuery.d.ts +65 -0
  792. package/esm/admin/hooks/queries/useAppPermissionDefaultQuery.js +47 -0
  793. package/esm/admin/hooks/queries/useAppPermissionDefaultsQuery.d.ts +69 -0
  794. package/esm/admin/hooks/queries/useAppPermissionDefaultsQuery.js +32 -0
  795. package/esm/admin/hooks/queries/useAppPermissionQuery.d.ts +65 -0
  796. package/esm/admin/hooks/queries/useAppPermissionQuery.js +47 -0
  797. package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +54 -0
  798. package/esm/admin/hooks/queries/useAppPermissionsGetByMaskQuery.js +47 -0
  799. package/esm/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.d.ts +53 -0
  800. package/esm/admin/hooks/queries/useAppPermissionsGetMaskByNamesQuery.js +47 -0
  801. package/esm/admin/hooks/queries/useAppPermissionsGetMaskQuery.d.ts +53 -0
  802. package/esm/admin/hooks/queries/useAppPermissionsGetMaskQuery.js +47 -0
  803. package/esm/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.d.ts +53 -0
  804. package/esm/admin/hooks/queries/useAppPermissionsGetPaddedMaskQuery.js +47 -0
  805. package/esm/admin/hooks/queries/useAppPermissionsQuery.d.ts +69 -0
  806. package/esm/admin/hooks/queries/useAppPermissionsQuery.js +32 -0
  807. package/esm/admin/hooks/queries/useAppStepQuery.d.ts +65 -0
  808. package/esm/admin/hooks/queries/useAppStepQuery.js +47 -0
  809. package/esm/admin/hooks/queries/useAppStepsQuery.d.ts +69 -0
  810. package/esm/admin/hooks/queries/useAppStepsQuery.js +32 -0
  811. package/esm/admin/hooks/queries/useClaimedInviteQuery.d.ts +65 -0
  812. package/esm/admin/hooks/queries/useClaimedInviteQuery.js +47 -0
  813. package/esm/admin/hooks/queries/useClaimedInvitesQuery.d.ts +69 -0
  814. package/esm/admin/hooks/queries/useClaimedInvitesQuery.js +32 -0
  815. package/esm/admin/hooks/queries/useInviteQuery.d.ts +65 -0
  816. package/esm/admin/hooks/queries/useInviteQuery.js +47 -0
  817. package/esm/admin/hooks/queries/useInvitesQuery.d.ts +69 -0
  818. package/esm/admin/hooks/queries/useInvitesQuery.js +32 -0
  819. package/esm/admin/hooks/queries/useMembershipTypeQuery.d.ts +65 -0
  820. package/esm/admin/hooks/queries/useMembershipTypeQuery.js +47 -0
  821. package/esm/admin/hooks/queries/useMembershipTypesQuery.d.ts +69 -0
  822. package/esm/admin/hooks/queries/useMembershipTypesQuery.js +32 -0
  823. package/esm/admin/hooks/queries/useOrgAdminGrantQuery.d.ts +65 -0
  824. package/esm/admin/hooks/queries/useOrgAdminGrantQuery.js +47 -0
  825. package/esm/admin/hooks/queries/useOrgAdminGrantsQuery.d.ts +69 -0
  826. package/esm/admin/hooks/queries/useOrgAdminGrantsQuery.js +32 -0
  827. package/esm/admin/hooks/queries/useOrgClaimedInviteQuery.d.ts +65 -0
  828. package/esm/admin/hooks/queries/useOrgClaimedInviteQuery.js +47 -0
  829. package/esm/admin/hooks/queries/useOrgClaimedInvitesQuery.d.ts +69 -0
  830. package/esm/admin/hooks/queries/useOrgClaimedInvitesQuery.js +32 -0
  831. package/esm/admin/hooks/queries/useOrgGrantQuery.d.ts +65 -0
  832. package/esm/admin/hooks/queries/useOrgGrantQuery.js +47 -0
  833. package/esm/admin/hooks/queries/useOrgGrantsQuery.d.ts +69 -0
  834. package/esm/admin/hooks/queries/useOrgGrantsQuery.js +32 -0
  835. package/esm/admin/hooks/queries/useOrgInviteQuery.d.ts +65 -0
  836. package/esm/admin/hooks/queries/useOrgInviteQuery.js +47 -0
  837. package/esm/admin/hooks/queries/useOrgInvitesQuery.d.ts +69 -0
  838. package/esm/admin/hooks/queries/useOrgInvitesQuery.js +32 -0
  839. package/esm/admin/hooks/queries/useOrgLimitDefaultQuery.d.ts +65 -0
  840. package/esm/admin/hooks/queries/useOrgLimitDefaultQuery.js +47 -0
  841. package/esm/admin/hooks/queries/useOrgLimitDefaultsQuery.d.ts +69 -0
  842. package/esm/admin/hooks/queries/useOrgLimitDefaultsQuery.js +32 -0
  843. package/esm/admin/hooks/queries/useOrgLimitQuery.d.ts +65 -0
  844. package/esm/admin/hooks/queries/useOrgLimitQuery.js +47 -0
  845. package/esm/admin/hooks/queries/useOrgLimitsQuery.d.ts +69 -0
  846. package/esm/admin/hooks/queries/useOrgLimitsQuery.js +32 -0
  847. package/esm/admin/hooks/queries/useOrgMemberQuery.d.ts +65 -0
  848. package/esm/admin/hooks/queries/useOrgMemberQuery.js +47 -0
  849. package/esm/admin/hooks/queries/useOrgMembersQuery.d.ts +69 -0
  850. package/esm/admin/hooks/queries/useOrgMembersQuery.js +32 -0
  851. package/esm/admin/hooks/queries/useOrgMembershipDefaultQuery.d.ts +65 -0
  852. package/esm/admin/hooks/queries/useOrgMembershipDefaultQuery.js +47 -0
  853. package/esm/admin/hooks/queries/useOrgMembershipDefaultsQuery.d.ts +69 -0
  854. package/esm/admin/hooks/queries/useOrgMembershipDefaultsQuery.js +32 -0
  855. package/esm/admin/hooks/queries/useOrgMembershipQuery.d.ts +65 -0
  856. package/esm/admin/hooks/queries/useOrgMembershipQuery.js +47 -0
  857. package/esm/admin/hooks/queries/useOrgMembershipsQuery.d.ts +69 -0
  858. package/esm/admin/hooks/queries/useOrgMembershipsQuery.js +32 -0
  859. package/esm/admin/hooks/queries/useOrgOwnerGrantQuery.d.ts +65 -0
  860. package/esm/admin/hooks/queries/useOrgOwnerGrantQuery.js +47 -0
  861. package/esm/admin/hooks/queries/useOrgOwnerGrantsQuery.d.ts +69 -0
  862. package/esm/admin/hooks/queries/useOrgOwnerGrantsQuery.js +32 -0
  863. package/esm/admin/hooks/queries/useOrgPermissionDefaultQuery.d.ts +65 -0
  864. package/esm/admin/hooks/queries/useOrgPermissionDefaultQuery.js +47 -0
  865. package/esm/admin/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +69 -0
  866. package/esm/admin/hooks/queries/useOrgPermissionDefaultsQuery.js +32 -0
  867. package/esm/admin/hooks/queries/useOrgPermissionQuery.d.ts +65 -0
  868. package/esm/admin/hooks/queries/useOrgPermissionQuery.js +47 -0
  869. package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +54 -0
  870. package/esm/admin/hooks/queries/useOrgPermissionsGetByMaskQuery.js +47 -0
  871. package/esm/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.d.ts +53 -0
  872. package/esm/admin/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.js +47 -0
  873. package/esm/admin/hooks/queries/useOrgPermissionsGetMaskQuery.d.ts +53 -0
  874. package/esm/admin/hooks/queries/useOrgPermissionsGetMaskQuery.js +47 -0
  875. package/esm/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.d.ts +53 -0
  876. package/esm/admin/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.js +47 -0
  877. package/esm/admin/hooks/queries/useOrgPermissionsQuery.d.ts +69 -0
  878. package/esm/admin/hooks/queries/useOrgPermissionsQuery.js +32 -0
  879. package/esm/admin/hooks/queries/useStepsAchievedQuery.d.ts +53 -0
  880. package/esm/admin/hooks/queries/useStepsAchievedQuery.js +47 -0
  881. package/esm/admin/hooks/queries/useStepsRequiredQuery.d.ts +54 -0
  882. package/esm/admin/hooks/queries/useStepsRequiredQuery.js +47 -0
  883. package/esm/admin/hooks/query-keys.d.ts +447 -0
  884. package/esm/admin/hooks/query-keys.js +282 -0
  885. package/esm/admin/hooks/selection.d.ts +30 -0
  886. package/esm/admin/hooks/selection.js +22 -0
  887. package/esm/admin/index.d.ts +7 -0
  888. package/esm/admin/index.js +7 -0
  889. package/esm/admin/orm/client.d.ts +55 -0
  890. package/esm/admin/orm/client.js +99 -0
  891. package/esm/admin/orm/index.d.ts +153 -0
  892. package/esm/admin/orm/index.js +100 -0
  893. package/esm/admin/orm/input-types.d.ts +3834 -0
  894. package/esm/admin/orm/input-types.js +2 -0
  895. package/esm/admin/orm/models/appAchievement.d.ts +56 -0
  896. package/esm/admin/orm/models/appAchievement.js +94 -0
  897. package/esm/admin/orm/models/appAdminGrant.d.ts +56 -0
  898. package/esm/admin/orm/models/appAdminGrant.js +94 -0
  899. package/esm/admin/orm/models/appGrant.d.ts +56 -0
  900. package/esm/admin/orm/models/appGrant.js +94 -0
  901. package/esm/admin/orm/models/appLevel.d.ts +56 -0
  902. package/esm/admin/orm/models/appLevel.js +94 -0
  903. package/esm/admin/orm/models/appLevelRequirement.d.ts +56 -0
  904. package/esm/admin/orm/models/appLevelRequirement.js +94 -0
  905. package/esm/admin/orm/models/appLimit.d.ts +56 -0
  906. package/esm/admin/orm/models/appLimit.js +94 -0
  907. package/esm/admin/orm/models/appLimitDefault.d.ts +56 -0
  908. package/esm/admin/orm/models/appLimitDefault.js +94 -0
  909. package/esm/admin/orm/models/appMembership.d.ts +56 -0
  910. package/esm/admin/orm/models/appMembership.js +94 -0
  911. package/esm/admin/orm/models/appMembershipDefault.d.ts +56 -0
  912. package/esm/admin/orm/models/appMembershipDefault.js +94 -0
  913. package/esm/admin/orm/models/appOwnerGrant.d.ts +56 -0
  914. package/esm/admin/orm/models/appOwnerGrant.js +94 -0
  915. package/esm/admin/orm/models/appPermission.d.ts +56 -0
  916. package/esm/admin/orm/models/appPermission.js +94 -0
  917. package/esm/admin/orm/models/appPermissionDefault.d.ts +56 -0
  918. package/esm/admin/orm/models/appPermissionDefault.js +94 -0
  919. package/esm/admin/orm/models/appStep.d.ts +56 -0
  920. package/esm/admin/orm/models/appStep.js +94 -0
  921. package/esm/admin/orm/models/claimedInvite.d.ts +56 -0
  922. package/esm/admin/orm/models/claimedInvite.js +94 -0
  923. package/esm/admin/orm/models/index.d.ts +33 -0
  924. package/esm/admin/orm/models/index.js +33 -0
  925. package/esm/admin/orm/models/invite.d.ts +56 -0
  926. package/esm/admin/orm/models/invite.js +94 -0
  927. package/esm/admin/orm/models/membershipType.d.ts +56 -0
  928. package/esm/admin/orm/models/membershipType.js +94 -0
  929. package/esm/admin/orm/models/orgAdminGrant.d.ts +56 -0
  930. package/esm/admin/orm/models/orgAdminGrant.js +94 -0
  931. package/esm/admin/orm/models/orgClaimedInvite.d.ts +56 -0
  932. package/esm/admin/orm/models/orgClaimedInvite.js +94 -0
  933. package/esm/admin/orm/models/orgGrant.d.ts +56 -0
  934. package/esm/admin/orm/models/orgGrant.js +94 -0
  935. package/esm/admin/orm/models/orgInvite.d.ts +56 -0
  936. package/esm/admin/orm/models/orgInvite.js +94 -0
  937. package/esm/admin/orm/models/orgLimit.d.ts +56 -0
  938. package/esm/admin/orm/models/orgLimit.js +94 -0
  939. package/esm/admin/orm/models/orgLimitDefault.d.ts +56 -0
  940. package/esm/admin/orm/models/orgLimitDefault.js +94 -0
  941. package/esm/admin/orm/models/orgMember.d.ts +56 -0
  942. package/esm/admin/orm/models/orgMember.js +94 -0
  943. package/esm/admin/orm/models/orgMembership.d.ts +56 -0
  944. package/esm/admin/orm/models/orgMembership.js +94 -0
  945. package/esm/admin/orm/models/orgMembershipDefault.d.ts +56 -0
  946. package/esm/admin/orm/models/orgMembershipDefault.js +94 -0
  947. package/esm/admin/orm/models/orgOwnerGrant.d.ts +56 -0
  948. package/esm/admin/orm/models/orgOwnerGrant.js +94 -0
  949. package/esm/admin/orm/models/orgPermission.d.ts +56 -0
  950. package/esm/admin/orm/models/orgPermission.js +94 -0
  951. package/esm/admin/orm/models/orgPermissionDefault.d.ts +56 -0
  952. package/esm/admin/orm/models/orgPermissionDefault.js +94 -0
  953. package/esm/admin/orm/mutation/index.d.ts +27 -0
  954. package/esm/admin/orm/mutation/index.js +30 -0
  955. package/esm/admin/orm/query/index.d.ts +119 -0
  956. package/esm/admin/orm/query/index.js +170 -0
  957. package/esm/admin/orm/query-builder.d.ts +89 -0
  958. package/esm/admin/orm/query-builder.js +564 -0
  959. package/esm/admin/orm/select-types.d.ts +101 -0
  960. package/esm/admin/orm/select-types.js +1 -0
  961. package/esm/admin/orm/types.d.ts +6 -0
  962. package/esm/admin/orm/types.js +7 -0
  963. package/esm/admin/schema-types.d.ts +3353 -0
  964. package/esm/admin/schema-types.js +6 -0
  965. package/esm/admin/types.d.ts +473 -0
  966. package/esm/admin/types.js +1 -0
  967. package/esm/auth/hooks/client.d.ts +30 -0
  968. package/esm/auth/hooks/client.js +34 -0
  969. package/esm/auth/hooks/index.d.ts +39 -0
  970. package/esm/auth/hooks/index.js +39 -0
  971. package/esm/auth/hooks/invalidation.d.ts +82 -0
  972. package/esm/auth/hooks/invalidation.js +152 -0
  973. package/esm/auth/hooks/mutation-keys.d.ts +149 -0
  974. package/esm/auth/hooks/mutation-keys.js +140 -0
  975. package/esm/auth/hooks/mutations/index.d.ts +42 -0
  976. package/esm/auth/hooks/mutations/index.js +42 -0
  977. package/esm/auth/hooks/mutations/useCheckPasswordMutation.d.ts +20 -0
  978. package/esm/auth/hooks/mutations/useCheckPasswordMutation.js +23 -0
  979. package/esm/auth/hooks/mutations/useConfirmDeleteAccountMutation.d.ts +20 -0
  980. package/esm/auth/hooks/mutations/useConfirmDeleteAccountMutation.js +23 -0
  981. package/esm/auth/hooks/mutations/useCreateAuditLogMutation.d.ts +34 -0
  982. package/esm/auth/hooks/mutations/useCreateAuditLogMutation.js +31 -0
  983. package/esm/auth/hooks/mutations/useCreateConnectedAccountMutation.d.ts +34 -0
  984. package/esm/auth/hooks/mutations/useCreateConnectedAccountMutation.js +31 -0
  985. package/esm/auth/hooks/mutations/useCreateCryptoAddressMutation.d.ts +34 -0
  986. package/esm/auth/hooks/mutations/useCreateCryptoAddressMutation.js +31 -0
  987. package/esm/auth/hooks/mutations/useCreateEmailMutation.d.ts +34 -0
  988. package/esm/auth/hooks/mutations/useCreateEmailMutation.js +31 -0
  989. package/esm/auth/hooks/mutations/useCreatePhoneNumberMutation.d.ts +34 -0
  990. package/esm/auth/hooks/mutations/useCreatePhoneNumberMutation.js +31 -0
  991. package/esm/auth/hooks/mutations/useCreateRoleTypeMutation.d.ts +34 -0
  992. package/esm/auth/hooks/mutations/useCreateRoleTypeMutation.js +31 -0
  993. package/esm/auth/hooks/mutations/useCreateUserMutation.d.ts +34 -0
  994. package/esm/auth/hooks/mutations/useCreateUserMutation.js +31 -0
  995. package/esm/auth/hooks/mutations/useDeleteAuditLogMutation.d.ts +38 -0
  996. package/esm/auth/hooks/mutations/useDeleteAuditLogMutation.js +36 -0
  997. package/esm/auth/hooks/mutations/useDeleteConnectedAccountMutation.d.ts +38 -0
  998. package/esm/auth/hooks/mutations/useDeleteConnectedAccountMutation.js +36 -0
  999. package/esm/auth/hooks/mutations/useDeleteCryptoAddressMutation.d.ts +38 -0
  1000. package/esm/auth/hooks/mutations/useDeleteCryptoAddressMutation.js +36 -0
  1001. package/esm/auth/hooks/mutations/useDeleteEmailMutation.d.ts +38 -0
  1002. package/esm/auth/hooks/mutations/useDeleteEmailMutation.js +36 -0
  1003. package/esm/auth/hooks/mutations/useDeletePhoneNumberMutation.d.ts +38 -0
  1004. package/esm/auth/hooks/mutations/useDeletePhoneNumberMutation.js +36 -0
  1005. package/esm/auth/hooks/mutations/useDeleteRoleTypeMutation.d.ts +38 -0
  1006. package/esm/auth/hooks/mutations/useDeleteRoleTypeMutation.js +36 -0
  1007. package/esm/auth/hooks/mutations/useDeleteUserMutation.d.ts +38 -0
  1008. package/esm/auth/hooks/mutations/useDeleteUserMutation.js +36 -0
  1009. package/esm/auth/hooks/mutations/useExtendTokenExpiresMutation.d.ts +20 -0
  1010. package/esm/auth/hooks/mutations/useExtendTokenExpiresMutation.js +23 -0
  1011. package/esm/auth/hooks/mutations/useForgotPasswordMutation.d.ts +20 -0
  1012. package/esm/auth/hooks/mutations/useForgotPasswordMutation.js +23 -0
  1013. package/esm/auth/hooks/mutations/useOneTimeTokenMutation.d.ts +20 -0
  1014. package/esm/auth/hooks/mutations/useOneTimeTokenMutation.js +23 -0
  1015. package/esm/auth/hooks/mutations/useResetPasswordMutation.d.ts +20 -0
  1016. package/esm/auth/hooks/mutations/useResetPasswordMutation.js +23 -0
  1017. package/esm/auth/hooks/mutations/useSendAccountDeletionEmailMutation.d.ts +20 -0
  1018. package/esm/auth/hooks/mutations/useSendAccountDeletionEmailMutation.js +23 -0
  1019. package/esm/auth/hooks/mutations/useSendVerificationEmailMutation.d.ts +20 -0
  1020. package/esm/auth/hooks/mutations/useSendVerificationEmailMutation.js +23 -0
  1021. package/esm/auth/hooks/mutations/useSetPasswordMutation.d.ts +20 -0
  1022. package/esm/auth/hooks/mutations/useSetPasswordMutation.js +23 -0
  1023. package/esm/auth/hooks/mutations/useSignInMutation.d.ts +20 -0
  1024. package/esm/auth/hooks/mutations/useSignInMutation.js +23 -0
  1025. package/esm/auth/hooks/mutations/useSignInOneTimeTokenMutation.d.ts +20 -0
  1026. package/esm/auth/hooks/mutations/useSignInOneTimeTokenMutation.js +23 -0
  1027. package/esm/auth/hooks/mutations/useSignOutMutation.d.ts +20 -0
  1028. package/esm/auth/hooks/mutations/useSignOutMutation.js +23 -0
  1029. package/esm/auth/hooks/mutations/useSignUpMutation.d.ts +20 -0
  1030. package/esm/auth/hooks/mutations/useSignUpMutation.js +23 -0
  1031. package/esm/auth/hooks/mutations/useUpdateAuditLogMutation.d.ts +40 -0
  1032. package/esm/auth/hooks/mutations/useUpdateAuditLogMutation.js +37 -0
  1033. package/esm/auth/hooks/mutations/useUpdateConnectedAccountMutation.d.ts +40 -0
  1034. package/esm/auth/hooks/mutations/useUpdateConnectedAccountMutation.js +37 -0
  1035. package/esm/auth/hooks/mutations/useUpdateCryptoAddressMutation.d.ts +40 -0
  1036. package/esm/auth/hooks/mutations/useUpdateCryptoAddressMutation.js +37 -0
  1037. package/esm/auth/hooks/mutations/useUpdateEmailMutation.d.ts +40 -0
  1038. package/esm/auth/hooks/mutations/useUpdateEmailMutation.js +37 -0
  1039. package/esm/auth/hooks/mutations/useUpdatePhoneNumberMutation.d.ts +40 -0
  1040. package/esm/auth/hooks/mutations/useUpdatePhoneNumberMutation.js +37 -0
  1041. package/esm/auth/hooks/mutations/useUpdateRoleTypeMutation.d.ts +40 -0
  1042. package/esm/auth/hooks/mutations/useUpdateRoleTypeMutation.js +37 -0
  1043. package/esm/auth/hooks/mutations/useUpdateUserMutation.d.ts +40 -0
  1044. package/esm/auth/hooks/mutations/useUpdateUserMutation.js +37 -0
  1045. package/esm/auth/hooks/mutations/useVerifyEmailMutation.d.ts +20 -0
  1046. package/esm/auth/hooks/mutations/useVerifyEmailMutation.js +23 -0
  1047. package/esm/auth/hooks/mutations/useVerifyPasswordMutation.d.ts +20 -0
  1048. package/esm/auth/hooks/mutations/useVerifyPasswordMutation.js +23 -0
  1049. package/esm/auth/hooks/mutations/useVerifyTotpMutation.d.ts +20 -0
  1050. package/esm/auth/hooks/mutations/useVerifyTotpMutation.js +23 -0
  1051. package/esm/auth/hooks/queries/index.d.ts +23 -0
  1052. package/esm/auth/hooks/queries/index.js +23 -0
  1053. package/esm/auth/hooks/queries/useAuditLogQuery.d.ts +65 -0
  1054. package/esm/auth/hooks/queries/useAuditLogQuery.js +47 -0
  1055. package/esm/auth/hooks/queries/useAuditLogsQuery.d.ts +69 -0
  1056. package/esm/auth/hooks/queries/useAuditLogsQuery.js +32 -0
  1057. package/esm/auth/hooks/queries/useConnectedAccountQuery.d.ts +65 -0
  1058. package/esm/auth/hooks/queries/useConnectedAccountQuery.js +47 -0
  1059. package/esm/auth/hooks/queries/useConnectedAccountsQuery.d.ts +69 -0
  1060. package/esm/auth/hooks/queries/useConnectedAccountsQuery.js +32 -0
  1061. package/esm/auth/hooks/queries/useCryptoAddressQuery.d.ts +65 -0
  1062. package/esm/auth/hooks/queries/useCryptoAddressQuery.js +47 -0
  1063. package/esm/auth/hooks/queries/useCryptoAddressesQuery.d.ts +69 -0
  1064. package/esm/auth/hooks/queries/useCryptoAddressesQuery.js +32 -0
  1065. package/esm/auth/hooks/queries/useCurrentIpAddressQuery.d.ts +45 -0
  1066. package/esm/auth/hooks/queries/useCurrentIpAddressQuery.js +43 -0
  1067. package/esm/auth/hooks/queries/useCurrentUserAgentQuery.d.ts +45 -0
  1068. package/esm/auth/hooks/queries/useCurrentUserAgentQuery.js +43 -0
  1069. package/esm/auth/hooks/queries/useCurrentUserIdQuery.d.ts +45 -0
  1070. package/esm/auth/hooks/queries/useCurrentUserIdQuery.js +43 -0
  1071. package/esm/auth/hooks/queries/useCurrentUserQuery.d.ts +60 -0
  1072. package/esm/auth/hooks/queries/useCurrentUserQuery.js +44 -0
  1073. package/esm/auth/hooks/queries/useEmailQuery.d.ts +65 -0
  1074. package/esm/auth/hooks/queries/useEmailQuery.js +47 -0
  1075. package/esm/auth/hooks/queries/useEmailsQuery.d.ts +69 -0
  1076. package/esm/auth/hooks/queries/useEmailsQuery.js +32 -0
  1077. package/esm/auth/hooks/queries/usePhoneNumberQuery.d.ts +65 -0
  1078. package/esm/auth/hooks/queries/usePhoneNumberQuery.js +47 -0
  1079. package/esm/auth/hooks/queries/usePhoneNumbersQuery.d.ts +69 -0
  1080. package/esm/auth/hooks/queries/usePhoneNumbersQuery.js +32 -0
  1081. package/esm/auth/hooks/queries/useRoleTypeQuery.d.ts +65 -0
  1082. package/esm/auth/hooks/queries/useRoleTypeQuery.js +47 -0
  1083. package/esm/auth/hooks/queries/useRoleTypesQuery.d.ts +69 -0
  1084. package/esm/auth/hooks/queries/useRoleTypesQuery.js +32 -0
  1085. package/esm/auth/hooks/queries/useUserQuery.d.ts +65 -0
  1086. package/esm/auth/hooks/queries/useUserQuery.js +47 -0
  1087. package/esm/auth/hooks/queries/useUsersQuery.d.ts +69 -0
  1088. package/esm/auth/hooks/queries/useUsersQuery.js +32 -0
  1089. package/esm/auth/hooks/query-keys.d.ts +141 -0
  1090. package/esm/auth/hooks/query-keys.js +108 -0
  1091. package/esm/auth/hooks/selection.d.ts +30 -0
  1092. package/esm/auth/hooks/selection.js +22 -0
  1093. package/esm/auth/index.d.ts +7 -0
  1094. package/esm/auth/index.js +7 -0
  1095. package/esm/auth/orm/client.d.ts +55 -0
  1096. package/esm/auth/orm/client.js +99 -0
  1097. package/esm/auth/orm/index.d.ts +151 -0
  1098. package/esm/auth/orm/index.js +58 -0
  1099. package/esm/auth/orm/input-types.d.ts +1462 -0
  1100. package/esm/auth/orm/input-types.js +2 -0
  1101. package/esm/auth/orm/models/auditLog.d.ts +56 -0
  1102. package/esm/auth/orm/models/auditLog.js +94 -0
  1103. package/esm/auth/orm/models/connectedAccount.d.ts +56 -0
  1104. package/esm/auth/orm/models/connectedAccount.js +94 -0
  1105. package/esm/auth/orm/models/cryptoAddress.d.ts +56 -0
  1106. package/esm/auth/orm/models/cryptoAddress.js +94 -0
  1107. package/esm/auth/orm/models/email.d.ts +56 -0
  1108. package/esm/auth/orm/models/email.js +94 -0
  1109. package/esm/auth/orm/models/index.d.ts +12 -0
  1110. package/esm/auth/orm/models/index.js +12 -0
  1111. package/esm/auth/orm/models/phoneNumber.d.ts +56 -0
  1112. package/esm/auth/orm/models/phoneNumber.js +94 -0
  1113. package/esm/auth/orm/models/roleType.d.ts +56 -0
  1114. package/esm/auth/orm/models/roleType.js +94 -0
  1115. package/esm/auth/orm/models/user.d.ts +56 -0
  1116. package/esm/auth/orm/models/user.js +94 -0
  1117. package/esm/auth/orm/mutation/index.d.ts +139 -0
  1118. package/esm/auth/orm/mutation/index.js +198 -0
  1119. package/esm/auth/orm/query/index.d.ts +31 -0
  1120. package/esm/auth/orm/query/index.js +34 -0
  1121. package/esm/auth/orm/query-builder.d.ts +89 -0
  1122. package/esm/auth/orm/query-builder.js +564 -0
  1123. package/esm/auth/orm/select-types.d.ts +101 -0
  1124. package/esm/auth/orm/select-types.js +1 -0
  1125. package/esm/auth/orm/types.d.ts +6 -0
  1126. package/esm/auth/orm/types.js +7 -0
  1127. package/esm/auth/schema-types.d.ts +1316 -0
  1128. package/esm/auth/schema-types.js +6 -0
  1129. package/esm/auth/types.d.ts +288 -0
  1130. package/esm/auth/types.js +1 -0
  1131. package/esm/index.d.ts +8 -0
  1132. package/esm/index.js +8 -0
  1133. package/esm/objects/hooks/client.d.ts +30 -0
  1134. package/esm/objects/hooks/client.js +34 -0
  1135. package/esm/objects/hooks/index.d.ts +39 -0
  1136. package/esm/objects/hooks/index.js +39 -0
  1137. package/esm/objects/hooks/invalidation.d.ts +70 -0
  1138. package/esm/objects/hooks/invalidation.js +120 -0
  1139. package/esm/objects/hooks/mutation-keys.d.ts +109 -0
  1140. package/esm/objects/hooks/mutation-keys.js +106 -0
  1141. package/esm/objects/hooks/mutations/index.d.ts +26 -0
  1142. package/esm/objects/hooks/mutations/index.js +26 -0
  1143. package/esm/objects/hooks/mutations/useCreateCommitMutation.d.ts +34 -0
  1144. package/esm/objects/hooks/mutations/useCreateCommitMutation.js +31 -0
  1145. package/esm/objects/hooks/mutations/useCreateGetAllRecordMutation.d.ts +34 -0
  1146. package/esm/objects/hooks/mutations/useCreateGetAllRecordMutation.js +31 -0
  1147. package/esm/objects/hooks/mutations/useCreateObjectMutation.d.ts +34 -0
  1148. package/esm/objects/hooks/mutations/useCreateObjectMutation.js +31 -0
  1149. package/esm/objects/hooks/mutations/useCreateRefMutation.d.ts +34 -0
  1150. package/esm/objects/hooks/mutations/useCreateRefMutation.js +31 -0
  1151. package/esm/objects/hooks/mutations/useCreateStoreMutation.d.ts +34 -0
  1152. package/esm/objects/hooks/mutations/useCreateStoreMutation.js +31 -0
  1153. package/esm/objects/hooks/mutations/useDeleteCommitMutation.d.ts +38 -0
  1154. package/esm/objects/hooks/mutations/useDeleteCommitMutation.js +36 -0
  1155. package/esm/objects/hooks/mutations/useDeleteObjectMutation.d.ts +38 -0
  1156. package/esm/objects/hooks/mutations/useDeleteObjectMutation.js +36 -0
  1157. package/esm/objects/hooks/mutations/useDeleteRefMutation.d.ts +38 -0
  1158. package/esm/objects/hooks/mutations/useDeleteRefMutation.js +36 -0
  1159. package/esm/objects/hooks/mutations/useDeleteStoreMutation.d.ts +38 -0
  1160. package/esm/objects/hooks/mutations/useDeleteStoreMutation.js +36 -0
  1161. package/esm/objects/hooks/mutations/useFreezeObjectsMutation.d.ts +20 -0
  1162. package/esm/objects/hooks/mutations/useFreezeObjectsMutation.js +23 -0
  1163. package/esm/objects/hooks/mutations/useInitEmptyRepoMutation.d.ts +20 -0
  1164. package/esm/objects/hooks/mutations/useInitEmptyRepoMutation.js +23 -0
  1165. package/esm/objects/hooks/mutations/useInsertNodeAtPathMutation.d.ts +20 -0
  1166. package/esm/objects/hooks/mutations/useInsertNodeAtPathMutation.js +23 -0
  1167. package/esm/objects/hooks/mutations/useRemoveNodeAtPathMutation.d.ts +20 -0
  1168. package/esm/objects/hooks/mutations/useRemoveNodeAtPathMutation.js +23 -0
  1169. package/esm/objects/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
  1170. package/esm/objects/hooks/mutations/useSetAndCommitMutation.js +23 -0
  1171. package/esm/objects/hooks/mutations/useSetDataAtPathMutation.d.ts +20 -0
  1172. package/esm/objects/hooks/mutations/useSetDataAtPathMutation.js +23 -0
  1173. package/esm/objects/hooks/mutations/useSetPropsAndCommitMutation.d.ts +20 -0
  1174. package/esm/objects/hooks/mutations/useSetPropsAndCommitMutation.js +23 -0
  1175. package/esm/objects/hooks/mutations/useUpdateCommitMutation.d.ts +40 -0
  1176. package/esm/objects/hooks/mutations/useUpdateCommitMutation.js +37 -0
  1177. package/esm/objects/hooks/mutations/useUpdateNodeAtPathMutation.d.ts +20 -0
  1178. package/esm/objects/hooks/mutations/useUpdateNodeAtPathMutation.js +23 -0
  1179. package/esm/objects/hooks/mutations/useUpdateObjectMutation.d.ts +40 -0
  1180. package/esm/objects/hooks/mutations/useUpdateObjectMutation.js +37 -0
  1181. package/esm/objects/hooks/mutations/useUpdateRefMutation.d.ts +40 -0
  1182. package/esm/objects/hooks/mutations/useUpdateRefMutation.js +37 -0
  1183. package/esm/objects/hooks/mutations/useUpdateStoreMutation.d.ts +40 -0
  1184. package/esm/objects/hooks/mutations/useUpdateStoreMutation.js +37 -0
  1185. package/esm/objects/hooks/queries/index.d.ts +18 -0
  1186. package/esm/objects/hooks/queries/index.js +18 -0
  1187. package/esm/objects/hooks/queries/useCommitQuery.d.ts +65 -0
  1188. package/esm/objects/hooks/queries/useCommitQuery.js +47 -0
  1189. package/esm/objects/hooks/queries/useCommitsQuery.d.ts +69 -0
  1190. package/esm/objects/hooks/queries/useCommitsQuery.js +32 -0
  1191. package/esm/objects/hooks/queries/useGetAllObjectsFromRootQuery.d.ts +54 -0
  1192. package/esm/objects/hooks/queries/useGetAllObjectsFromRootQuery.js +47 -0
  1193. package/esm/objects/hooks/queries/useGetAllQuery.d.ts +69 -0
  1194. package/esm/objects/hooks/queries/useGetAllQuery.js +32 -0
  1195. package/esm/objects/hooks/queries/useGetObjectAtPathQuery.d.ts +65 -0
  1196. package/esm/objects/hooks/queries/useGetObjectAtPathQuery.js +48 -0
  1197. package/esm/objects/hooks/queries/useGetPathObjectsFromRootQuery.d.ts +54 -0
  1198. package/esm/objects/hooks/queries/useGetPathObjectsFromRootQuery.js +47 -0
  1199. package/esm/objects/hooks/queries/useObjectQuery.d.ts +65 -0
  1200. package/esm/objects/hooks/queries/useObjectQuery.js +47 -0
  1201. package/esm/objects/hooks/queries/useObjectsQuery.d.ts +69 -0
  1202. package/esm/objects/hooks/queries/useObjectsQuery.js +32 -0
  1203. package/esm/objects/hooks/queries/useRefQuery.d.ts +65 -0
  1204. package/esm/objects/hooks/queries/useRefQuery.js +47 -0
  1205. package/esm/objects/hooks/queries/useRefsQuery.d.ts +69 -0
  1206. package/esm/objects/hooks/queries/useRefsQuery.js +32 -0
  1207. package/esm/objects/hooks/queries/useRevParseQuery.d.ts +53 -0
  1208. package/esm/objects/hooks/queries/useRevParseQuery.js +47 -0
  1209. package/esm/objects/hooks/queries/useStoreQuery.d.ts +65 -0
  1210. package/esm/objects/hooks/queries/useStoreQuery.js +47 -0
  1211. package/esm/objects/hooks/queries/useStoresQuery.d.ts +69 -0
  1212. package/esm/objects/hooks/queries/useStoresQuery.js +32 -0
  1213. package/esm/objects/hooks/query-keys.d.ts +113 -0
  1214. package/esm/objects/hooks/query-keys.js +92 -0
  1215. package/esm/objects/hooks/selection.d.ts +30 -0
  1216. package/esm/objects/hooks/selection.js +22 -0
  1217. package/esm/objects/index.d.ts +7 -0
  1218. package/esm/objects/index.js +7 -0
  1219. package/esm/objects/orm/client.d.ts +55 -0
  1220. package/esm/objects/orm/client.js +99 -0
  1221. package/esm/objects/orm/index.d.ts +107 -0
  1222. package/esm/objects/orm/index.js +54 -0
  1223. package/esm/objects/orm/input-types.d.ts +951 -0
  1224. package/esm/objects/orm/input-types.js +2 -0
  1225. package/esm/objects/orm/models/commit.d.ts +56 -0
  1226. package/esm/objects/orm/models/commit.js +94 -0
  1227. package/esm/objects/orm/models/getAllRecord.d.ts +32 -0
  1228. package/esm/objects/orm/models/getAllRecord.js +51 -0
  1229. package/esm/objects/orm/models/index.d.ts +10 -0
  1230. package/esm/objects/orm/models/index.js +10 -0
  1231. package/esm/objects/orm/models/object.d.ts +56 -0
  1232. package/esm/objects/orm/models/object.js +84 -0
  1233. package/esm/objects/orm/models/ref.d.ts +56 -0
  1234. package/esm/objects/orm/models/ref.js +94 -0
  1235. package/esm/objects/orm/models/store.d.ts +56 -0
  1236. package/esm/objects/orm/models/store.js +94 -0
  1237. package/esm/objects/orm/mutation/index.d.ts +75 -0
  1238. package/esm/objects/orm/mutation/index.js +102 -0
  1239. package/esm/objects/orm/query/index.d.ts +69 -0
  1240. package/esm/objects/orm/query/index.js +110 -0
  1241. package/esm/objects/orm/query-builder.d.ts +89 -0
  1242. package/esm/objects/orm/query-builder.js +564 -0
  1243. package/esm/objects/orm/select-types.d.ts +101 -0
  1244. package/esm/objects/orm/select-types.js +1 -0
  1245. package/esm/objects/orm/types.d.ts +6 -0
  1246. package/esm/objects/orm/types.js +7 -0
  1247. package/esm/objects/schema-types.d.ts +709 -0
  1248. package/esm/objects/schema-types.js +6 -0
  1249. package/esm/objects/types.d.ts +261 -0
  1250. package/esm/objects/types.js +1 -0
  1251. package/esm/public/hooks/client.d.ts +30 -0
  1252. package/esm/public/hooks/client.js +34 -0
  1253. package/esm/public/hooks/index.d.ts +39 -0
  1254. package/esm/public/hooks/index.js +39 -0
  1255. package/esm/public/hooks/invalidation.d.ts +634 -0
  1256. package/esm/public/hooks/invalidation.js +1624 -0
  1257. package/esm/public/hooks/mutation-keys.d.ts +1283 -0
  1258. package/esm/public/hooks/mutation-keys.js +847 -0
  1259. package/esm/public/hooks/mutations/index.d.ts +327 -0
  1260. package/esm/public/hooks/mutations/index.js +327 -0
  1261. package/esm/public/hooks/mutations/useApplyRlsMutation.d.ts +20 -0
  1262. package/esm/public/hooks/mutations/useApplyRlsMutation.js +23 -0
  1263. package/esm/public/hooks/mutations/useBootstrapUserMutation.d.ts +20 -0
  1264. package/esm/public/hooks/mutations/useBootstrapUserMutation.js +23 -0
  1265. package/esm/public/hooks/mutations/useCheckPasswordMutation.d.ts +20 -0
  1266. package/esm/public/hooks/mutations/useCheckPasswordMutation.js +23 -0
  1267. package/esm/public/hooks/mutations/useConfirmDeleteAccountMutation.d.ts +20 -0
  1268. package/esm/public/hooks/mutations/useConfirmDeleteAccountMutation.js +23 -0
  1269. package/esm/public/hooks/mutations/useCreateApiModuleMutation.d.ts +34 -0
  1270. package/esm/public/hooks/mutations/useCreateApiModuleMutation.js +31 -0
  1271. package/esm/public/hooks/mutations/useCreateApiMutation.d.ts +34 -0
  1272. package/esm/public/hooks/mutations/useCreateApiMutation.js +31 -0
  1273. package/esm/public/hooks/mutations/useCreateApiSchemaMutation.d.ts +34 -0
  1274. package/esm/public/hooks/mutations/useCreateApiSchemaMutation.js +31 -0
  1275. package/esm/public/hooks/mutations/useCreateAppAchievementMutation.d.ts +34 -0
  1276. package/esm/public/hooks/mutations/useCreateAppAchievementMutation.js +31 -0
  1277. package/esm/public/hooks/mutations/useCreateAppAdminGrantMutation.d.ts +34 -0
  1278. package/esm/public/hooks/mutations/useCreateAppAdminGrantMutation.js +31 -0
  1279. package/esm/public/hooks/mutations/useCreateAppGrantMutation.d.ts +34 -0
  1280. package/esm/public/hooks/mutations/useCreateAppGrantMutation.js +31 -0
  1281. package/esm/public/hooks/mutations/useCreateAppLevelMutation.d.ts +34 -0
  1282. package/esm/public/hooks/mutations/useCreateAppLevelMutation.js +31 -0
  1283. package/esm/public/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +34 -0
  1284. package/esm/public/hooks/mutations/useCreateAppLevelRequirementMutation.js +31 -0
  1285. package/esm/public/hooks/mutations/useCreateAppLimitDefaultMutation.d.ts +34 -0
  1286. package/esm/public/hooks/mutations/useCreateAppLimitDefaultMutation.js +31 -0
  1287. package/esm/public/hooks/mutations/useCreateAppLimitMutation.d.ts +34 -0
  1288. package/esm/public/hooks/mutations/useCreateAppLimitMutation.js +31 -0
  1289. package/esm/public/hooks/mutations/useCreateAppMembershipDefaultMutation.d.ts +34 -0
  1290. package/esm/public/hooks/mutations/useCreateAppMembershipDefaultMutation.js +31 -0
  1291. package/esm/public/hooks/mutations/useCreateAppMembershipMutation.d.ts +34 -0
  1292. package/esm/public/hooks/mutations/useCreateAppMembershipMutation.js +31 -0
  1293. package/esm/public/hooks/mutations/useCreateAppMutation.d.ts +34 -0
  1294. package/esm/public/hooks/mutations/useCreateAppMutation.js +31 -0
  1295. package/esm/public/hooks/mutations/useCreateAppOwnerGrantMutation.d.ts +34 -0
  1296. package/esm/public/hooks/mutations/useCreateAppOwnerGrantMutation.js +31 -0
  1297. package/esm/public/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +34 -0
  1298. package/esm/public/hooks/mutations/useCreateAppPermissionDefaultMutation.js +31 -0
  1299. package/esm/public/hooks/mutations/useCreateAppPermissionMutation.d.ts +34 -0
  1300. package/esm/public/hooks/mutations/useCreateAppPermissionMutation.js +31 -0
  1301. package/esm/public/hooks/mutations/useCreateAppStepMutation.d.ts +34 -0
  1302. package/esm/public/hooks/mutations/useCreateAppStepMutation.js +31 -0
  1303. package/esm/public/hooks/mutations/useCreateAstMigrationMutation.d.ts +34 -0
  1304. package/esm/public/hooks/mutations/useCreateAstMigrationMutation.js +31 -0
  1305. package/esm/public/hooks/mutations/useCreateAuditLogMutation.d.ts +34 -0
  1306. package/esm/public/hooks/mutations/useCreateAuditLogMutation.js +31 -0
  1307. package/esm/public/hooks/mutations/useCreateCheckConstraintMutation.d.ts +34 -0
  1308. package/esm/public/hooks/mutations/useCreateCheckConstraintMutation.js +31 -0
  1309. package/esm/public/hooks/mutations/useCreateClaimedInviteMutation.d.ts +34 -0
  1310. package/esm/public/hooks/mutations/useCreateClaimedInviteMutation.js +31 -0
  1311. package/esm/public/hooks/mutations/useCreateCommitMutation.d.ts +34 -0
  1312. package/esm/public/hooks/mutations/useCreateCommitMutation.js +31 -0
  1313. package/esm/public/hooks/mutations/useCreateConnectedAccountMutation.d.ts +34 -0
  1314. package/esm/public/hooks/mutations/useCreateConnectedAccountMutation.js +31 -0
  1315. package/esm/public/hooks/mutations/useCreateConnectedAccountsModuleMutation.d.ts +34 -0
  1316. package/esm/public/hooks/mutations/useCreateConnectedAccountsModuleMutation.js +31 -0
  1317. package/esm/public/hooks/mutations/useCreateCryptoAddressMutation.d.ts +34 -0
  1318. package/esm/public/hooks/mutations/useCreateCryptoAddressMutation.js +31 -0
  1319. package/esm/public/hooks/mutations/useCreateCryptoAddressesModuleMutation.d.ts +34 -0
  1320. package/esm/public/hooks/mutations/useCreateCryptoAddressesModuleMutation.js +31 -0
  1321. package/esm/public/hooks/mutations/useCreateCryptoAuthModuleMutation.d.ts +34 -0
  1322. package/esm/public/hooks/mutations/useCreateCryptoAuthModuleMutation.js +31 -0
  1323. package/esm/public/hooks/mutations/useCreateDatabaseMutation.d.ts +34 -0
  1324. package/esm/public/hooks/mutations/useCreateDatabaseMutation.js +31 -0
  1325. package/esm/public/hooks/mutations/useCreateDatabaseProvisionModuleMutation.d.ts +34 -0
  1326. package/esm/public/hooks/mutations/useCreateDatabaseProvisionModuleMutation.js +31 -0
  1327. package/esm/public/hooks/mutations/useCreateDefaultIdsModuleMutation.d.ts +34 -0
  1328. package/esm/public/hooks/mutations/useCreateDefaultIdsModuleMutation.js +31 -0
  1329. package/esm/public/hooks/mutations/useCreateDenormalizedTableFieldMutation.d.ts +34 -0
  1330. package/esm/public/hooks/mutations/useCreateDenormalizedTableFieldMutation.js +31 -0
  1331. package/esm/public/hooks/mutations/useCreateDomainMutation.d.ts +34 -0
  1332. package/esm/public/hooks/mutations/useCreateDomainMutation.js +31 -0
  1333. package/esm/public/hooks/mutations/useCreateEmailMutation.d.ts +34 -0
  1334. package/esm/public/hooks/mutations/useCreateEmailMutation.js +31 -0
  1335. package/esm/public/hooks/mutations/useCreateEmailsModuleMutation.d.ts +34 -0
  1336. package/esm/public/hooks/mutations/useCreateEmailsModuleMutation.js +31 -0
  1337. package/esm/public/hooks/mutations/useCreateEncryptedSecretsModuleMutation.d.ts +34 -0
  1338. package/esm/public/hooks/mutations/useCreateEncryptedSecretsModuleMutation.js +31 -0
  1339. package/esm/public/hooks/mutations/useCreateFieldModuleMutation.d.ts +34 -0
  1340. package/esm/public/hooks/mutations/useCreateFieldModuleMutation.js +31 -0
  1341. package/esm/public/hooks/mutations/useCreateFieldMutation.d.ts +34 -0
  1342. package/esm/public/hooks/mutations/useCreateFieldMutation.js +31 -0
  1343. package/esm/public/hooks/mutations/useCreateForeignKeyConstraintMutation.d.ts +34 -0
  1344. package/esm/public/hooks/mutations/useCreateForeignKeyConstraintMutation.js +31 -0
  1345. package/esm/public/hooks/mutations/useCreateFullTextSearchMutation.d.ts +34 -0
  1346. package/esm/public/hooks/mutations/useCreateFullTextSearchMutation.js +31 -0
  1347. package/esm/public/hooks/mutations/useCreateGetAllRecordMutation.d.ts +34 -0
  1348. package/esm/public/hooks/mutations/useCreateGetAllRecordMutation.js +31 -0
  1349. package/esm/public/hooks/mutations/useCreateHierarchyModuleMutation.d.ts +34 -0
  1350. package/esm/public/hooks/mutations/useCreateHierarchyModuleMutation.js +31 -0
  1351. package/esm/public/hooks/mutations/useCreateIndexMutation.d.ts +34 -0
  1352. package/esm/public/hooks/mutations/useCreateIndexMutation.js +31 -0
  1353. package/esm/public/hooks/mutations/useCreateInviteMutation.d.ts +34 -0
  1354. package/esm/public/hooks/mutations/useCreateInviteMutation.js +31 -0
  1355. package/esm/public/hooks/mutations/useCreateInvitesModuleMutation.d.ts +34 -0
  1356. package/esm/public/hooks/mutations/useCreateInvitesModuleMutation.js +31 -0
  1357. package/esm/public/hooks/mutations/useCreateLevelsModuleMutation.d.ts +34 -0
  1358. package/esm/public/hooks/mutations/useCreateLevelsModuleMutation.js +31 -0
  1359. package/esm/public/hooks/mutations/useCreateLimitFunctionMutation.d.ts +34 -0
  1360. package/esm/public/hooks/mutations/useCreateLimitFunctionMutation.js +31 -0
  1361. package/esm/public/hooks/mutations/useCreateLimitsModuleMutation.d.ts +34 -0
  1362. package/esm/public/hooks/mutations/useCreateLimitsModuleMutation.js +31 -0
  1363. package/esm/public/hooks/mutations/useCreateMembershipTypeMutation.d.ts +34 -0
  1364. package/esm/public/hooks/mutations/useCreateMembershipTypeMutation.js +31 -0
  1365. package/esm/public/hooks/mutations/useCreateMembershipTypesModuleMutation.d.ts +34 -0
  1366. package/esm/public/hooks/mutations/useCreateMembershipTypesModuleMutation.js +31 -0
  1367. package/esm/public/hooks/mutations/useCreateMembershipsModuleMutation.d.ts +34 -0
  1368. package/esm/public/hooks/mutations/useCreateMembershipsModuleMutation.js +31 -0
  1369. package/esm/public/hooks/mutations/useCreateNodeTypeRegistryMutation.d.ts +34 -0
  1370. package/esm/public/hooks/mutations/useCreateNodeTypeRegistryMutation.js +31 -0
  1371. package/esm/public/hooks/mutations/useCreateObjectMutation.d.ts +34 -0
  1372. package/esm/public/hooks/mutations/useCreateObjectMutation.js +31 -0
  1373. package/esm/public/hooks/mutations/useCreateOrgAdminGrantMutation.d.ts +34 -0
  1374. package/esm/public/hooks/mutations/useCreateOrgAdminGrantMutation.js +31 -0
  1375. package/esm/public/hooks/mutations/useCreateOrgClaimedInviteMutation.d.ts +34 -0
  1376. package/esm/public/hooks/mutations/useCreateOrgClaimedInviteMutation.js +31 -0
  1377. package/esm/public/hooks/mutations/useCreateOrgGrantMutation.d.ts +34 -0
  1378. package/esm/public/hooks/mutations/useCreateOrgGrantMutation.js +31 -0
  1379. package/esm/public/hooks/mutations/useCreateOrgInviteMutation.d.ts +34 -0
  1380. package/esm/public/hooks/mutations/useCreateOrgInviteMutation.js +31 -0
  1381. package/esm/public/hooks/mutations/useCreateOrgLimitDefaultMutation.d.ts +34 -0
  1382. package/esm/public/hooks/mutations/useCreateOrgLimitDefaultMutation.js +31 -0
  1383. package/esm/public/hooks/mutations/useCreateOrgLimitMutation.d.ts +34 -0
  1384. package/esm/public/hooks/mutations/useCreateOrgLimitMutation.js +31 -0
  1385. package/esm/public/hooks/mutations/useCreateOrgMemberMutation.d.ts +34 -0
  1386. package/esm/public/hooks/mutations/useCreateOrgMemberMutation.js +31 -0
  1387. package/esm/public/hooks/mutations/useCreateOrgMembershipDefaultMutation.d.ts +34 -0
  1388. package/esm/public/hooks/mutations/useCreateOrgMembershipDefaultMutation.js +31 -0
  1389. package/esm/public/hooks/mutations/useCreateOrgMembershipMutation.d.ts +34 -0
  1390. package/esm/public/hooks/mutations/useCreateOrgMembershipMutation.js +31 -0
  1391. package/esm/public/hooks/mutations/useCreateOrgOwnerGrantMutation.d.ts +34 -0
  1392. package/esm/public/hooks/mutations/useCreateOrgOwnerGrantMutation.js +31 -0
  1393. package/esm/public/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +34 -0
  1394. package/esm/public/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +31 -0
  1395. package/esm/public/hooks/mutations/useCreateOrgPermissionMutation.d.ts +34 -0
  1396. package/esm/public/hooks/mutations/useCreateOrgPermissionMutation.js +31 -0
  1397. package/esm/public/hooks/mutations/useCreatePermissionsModuleMutation.d.ts +34 -0
  1398. package/esm/public/hooks/mutations/useCreatePermissionsModuleMutation.js +31 -0
  1399. package/esm/public/hooks/mutations/useCreatePhoneNumberMutation.d.ts +34 -0
  1400. package/esm/public/hooks/mutations/useCreatePhoneNumberMutation.js +31 -0
  1401. package/esm/public/hooks/mutations/useCreatePhoneNumbersModuleMutation.d.ts +34 -0
  1402. package/esm/public/hooks/mutations/useCreatePhoneNumbersModuleMutation.js +31 -0
  1403. package/esm/public/hooks/mutations/useCreatePolicyMutation.d.ts +34 -0
  1404. package/esm/public/hooks/mutations/useCreatePolicyMutation.js +31 -0
  1405. package/esm/public/hooks/mutations/useCreatePrimaryKeyConstraintMutation.d.ts +34 -0
  1406. package/esm/public/hooks/mutations/useCreatePrimaryKeyConstraintMutation.js +31 -0
  1407. package/esm/public/hooks/mutations/useCreateProcedureMutation.d.ts +34 -0
  1408. package/esm/public/hooks/mutations/useCreateProcedureMutation.js +31 -0
  1409. package/esm/public/hooks/mutations/useCreateProfilesModuleMutation.d.ts +34 -0
  1410. package/esm/public/hooks/mutations/useCreateProfilesModuleMutation.js +31 -0
  1411. package/esm/public/hooks/mutations/useCreateRefMutation.d.ts +34 -0
  1412. package/esm/public/hooks/mutations/useCreateRefMutation.js +31 -0
  1413. package/esm/public/hooks/mutations/useCreateRlsModuleMutation.d.ts +34 -0
  1414. package/esm/public/hooks/mutations/useCreateRlsModuleMutation.js +31 -0
  1415. package/esm/public/hooks/mutations/useCreateRoleTypeMutation.d.ts +34 -0
  1416. package/esm/public/hooks/mutations/useCreateRoleTypeMutation.js +31 -0
  1417. package/esm/public/hooks/mutations/useCreateSchemaGrantMutation.d.ts +34 -0
  1418. package/esm/public/hooks/mutations/useCreateSchemaGrantMutation.js +31 -0
  1419. package/esm/public/hooks/mutations/useCreateSchemaMutation.d.ts +34 -0
  1420. package/esm/public/hooks/mutations/useCreateSchemaMutation.js +31 -0
  1421. package/esm/public/hooks/mutations/useCreateSecretsModuleMutation.d.ts +34 -0
  1422. package/esm/public/hooks/mutations/useCreateSecretsModuleMutation.js +31 -0
  1423. package/esm/public/hooks/mutations/useCreateSessionsModuleMutation.d.ts +34 -0
  1424. package/esm/public/hooks/mutations/useCreateSessionsModuleMutation.js +31 -0
  1425. package/esm/public/hooks/mutations/useCreateSiteMetadatumMutation.d.ts +34 -0
  1426. package/esm/public/hooks/mutations/useCreateSiteMetadatumMutation.js +31 -0
  1427. package/esm/public/hooks/mutations/useCreateSiteModuleMutation.d.ts +34 -0
  1428. package/esm/public/hooks/mutations/useCreateSiteModuleMutation.js +31 -0
  1429. package/esm/public/hooks/mutations/useCreateSiteMutation.d.ts +34 -0
  1430. package/esm/public/hooks/mutations/useCreateSiteMutation.js +31 -0
  1431. package/esm/public/hooks/mutations/useCreateSiteThemeMutation.d.ts +34 -0
  1432. package/esm/public/hooks/mutations/useCreateSiteThemeMutation.js +31 -0
  1433. package/esm/public/hooks/mutations/useCreateSqlMigrationMutation.d.ts +34 -0
  1434. package/esm/public/hooks/mutations/useCreateSqlMigrationMutation.js +31 -0
  1435. package/esm/public/hooks/mutations/useCreateStoreMutation.d.ts +34 -0
  1436. package/esm/public/hooks/mutations/useCreateStoreMutation.js +31 -0
  1437. package/esm/public/hooks/mutations/useCreateTableGrantMutation.d.ts +34 -0
  1438. package/esm/public/hooks/mutations/useCreateTableGrantMutation.js +31 -0
  1439. package/esm/public/hooks/mutations/useCreateTableModuleMutation.d.ts +34 -0
  1440. package/esm/public/hooks/mutations/useCreateTableModuleMutation.js +31 -0
  1441. package/esm/public/hooks/mutations/useCreateTableMutation.d.ts +34 -0
  1442. package/esm/public/hooks/mutations/useCreateTableMutation.js +31 -0
  1443. package/esm/public/hooks/mutations/useCreateTableTemplateModuleMutation.d.ts +34 -0
  1444. package/esm/public/hooks/mutations/useCreateTableTemplateModuleMutation.js +31 -0
  1445. package/esm/public/hooks/mutations/useCreateTriggerFunctionMutation.d.ts +34 -0
  1446. package/esm/public/hooks/mutations/useCreateTriggerFunctionMutation.js +31 -0
  1447. package/esm/public/hooks/mutations/useCreateTriggerMutation.d.ts +34 -0
  1448. package/esm/public/hooks/mutations/useCreateTriggerMutation.js +31 -0
  1449. package/esm/public/hooks/mutations/useCreateUniqueConstraintMutation.d.ts +34 -0
  1450. package/esm/public/hooks/mutations/useCreateUniqueConstraintMutation.js +31 -0
  1451. package/esm/public/hooks/mutations/useCreateUserAuthModuleMutation.d.ts +34 -0
  1452. package/esm/public/hooks/mutations/useCreateUserAuthModuleMutation.js +31 -0
  1453. package/esm/public/hooks/mutations/useCreateUserDatabaseMutation.d.ts +20 -0
  1454. package/esm/public/hooks/mutations/useCreateUserDatabaseMutation.js +23 -0
  1455. package/esm/public/hooks/mutations/useCreateUserMutation.d.ts +34 -0
  1456. package/esm/public/hooks/mutations/useCreateUserMutation.js +31 -0
  1457. package/esm/public/hooks/mutations/useCreateUsersModuleMutation.d.ts +34 -0
  1458. package/esm/public/hooks/mutations/useCreateUsersModuleMutation.js +31 -0
  1459. package/esm/public/hooks/mutations/useCreateUuidModuleMutation.d.ts +34 -0
  1460. package/esm/public/hooks/mutations/useCreateUuidModuleMutation.js +31 -0
  1461. package/esm/public/hooks/mutations/useCreateViewGrantMutation.d.ts +34 -0
  1462. package/esm/public/hooks/mutations/useCreateViewGrantMutation.js +31 -0
  1463. package/esm/public/hooks/mutations/useCreateViewMutation.d.ts +34 -0
  1464. package/esm/public/hooks/mutations/useCreateViewMutation.js +31 -0
  1465. package/esm/public/hooks/mutations/useCreateViewRuleMutation.d.ts +34 -0
  1466. package/esm/public/hooks/mutations/useCreateViewRuleMutation.js +31 -0
  1467. package/esm/public/hooks/mutations/useCreateViewTableMutation.d.ts +34 -0
  1468. package/esm/public/hooks/mutations/useCreateViewTableMutation.js +31 -0
  1469. package/esm/public/hooks/mutations/useDeleteApiModuleMutation.d.ts +38 -0
  1470. package/esm/public/hooks/mutations/useDeleteApiModuleMutation.js +36 -0
  1471. package/esm/public/hooks/mutations/useDeleteApiMutation.d.ts +38 -0
  1472. package/esm/public/hooks/mutations/useDeleteApiMutation.js +36 -0
  1473. package/esm/public/hooks/mutations/useDeleteApiSchemaMutation.d.ts +38 -0
  1474. package/esm/public/hooks/mutations/useDeleteApiSchemaMutation.js +36 -0
  1475. package/esm/public/hooks/mutations/useDeleteAppAchievementMutation.d.ts +38 -0
  1476. package/esm/public/hooks/mutations/useDeleteAppAchievementMutation.js +36 -0
  1477. package/esm/public/hooks/mutations/useDeleteAppAdminGrantMutation.d.ts +38 -0
  1478. package/esm/public/hooks/mutations/useDeleteAppAdminGrantMutation.js +36 -0
  1479. package/esm/public/hooks/mutations/useDeleteAppGrantMutation.d.ts +38 -0
  1480. package/esm/public/hooks/mutations/useDeleteAppGrantMutation.js +36 -0
  1481. package/esm/public/hooks/mutations/useDeleteAppLevelMutation.d.ts +38 -0
  1482. package/esm/public/hooks/mutations/useDeleteAppLevelMutation.js +36 -0
  1483. package/esm/public/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +38 -0
  1484. package/esm/public/hooks/mutations/useDeleteAppLevelRequirementMutation.js +36 -0
  1485. package/esm/public/hooks/mutations/useDeleteAppLimitDefaultMutation.d.ts +38 -0
  1486. package/esm/public/hooks/mutations/useDeleteAppLimitDefaultMutation.js +36 -0
  1487. package/esm/public/hooks/mutations/useDeleteAppLimitMutation.d.ts +38 -0
  1488. package/esm/public/hooks/mutations/useDeleteAppLimitMutation.js +36 -0
  1489. package/esm/public/hooks/mutations/useDeleteAppMembershipDefaultMutation.d.ts +38 -0
  1490. package/esm/public/hooks/mutations/useDeleteAppMembershipDefaultMutation.js +36 -0
  1491. package/esm/public/hooks/mutations/useDeleteAppMembershipMutation.d.ts +38 -0
  1492. package/esm/public/hooks/mutations/useDeleteAppMembershipMutation.js +36 -0
  1493. package/esm/public/hooks/mutations/useDeleteAppMutation.d.ts +38 -0
  1494. package/esm/public/hooks/mutations/useDeleteAppMutation.js +36 -0
  1495. package/esm/public/hooks/mutations/useDeleteAppOwnerGrantMutation.d.ts +38 -0
  1496. package/esm/public/hooks/mutations/useDeleteAppOwnerGrantMutation.js +36 -0
  1497. package/esm/public/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +38 -0
  1498. package/esm/public/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +36 -0
  1499. package/esm/public/hooks/mutations/useDeleteAppPermissionMutation.d.ts +38 -0
  1500. package/esm/public/hooks/mutations/useDeleteAppPermissionMutation.js +36 -0
  1501. package/esm/public/hooks/mutations/useDeleteAppStepMutation.d.ts +38 -0
  1502. package/esm/public/hooks/mutations/useDeleteAppStepMutation.js +36 -0
  1503. package/esm/public/hooks/mutations/useDeleteAuditLogMutation.d.ts +38 -0
  1504. package/esm/public/hooks/mutations/useDeleteAuditLogMutation.js +36 -0
  1505. package/esm/public/hooks/mutations/useDeleteCheckConstraintMutation.d.ts +38 -0
  1506. package/esm/public/hooks/mutations/useDeleteCheckConstraintMutation.js +36 -0
  1507. package/esm/public/hooks/mutations/useDeleteClaimedInviteMutation.d.ts +38 -0
  1508. package/esm/public/hooks/mutations/useDeleteClaimedInviteMutation.js +36 -0
  1509. package/esm/public/hooks/mutations/useDeleteCommitMutation.d.ts +38 -0
  1510. package/esm/public/hooks/mutations/useDeleteCommitMutation.js +36 -0
  1511. package/esm/public/hooks/mutations/useDeleteConnectedAccountMutation.d.ts +38 -0
  1512. package/esm/public/hooks/mutations/useDeleteConnectedAccountMutation.js +36 -0
  1513. package/esm/public/hooks/mutations/useDeleteConnectedAccountsModuleMutation.d.ts +38 -0
  1514. package/esm/public/hooks/mutations/useDeleteConnectedAccountsModuleMutation.js +36 -0
  1515. package/esm/public/hooks/mutations/useDeleteCryptoAddressMutation.d.ts +38 -0
  1516. package/esm/public/hooks/mutations/useDeleteCryptoAddressMutation.js +36 -0
  1517. package/esm/public/hooks/mutations/useDeleteCryptoAddressesModuleMutation.d.ts +38 -0
  1518. package/esm/public/hooks/mutations/useDeleteCryptoAddressesModuleMutation.js +36 -0
  1519. package/esm/public/hooks/mutations/useDeleteCryptoAuthModuleMutation.d.ts +38 -0
  1520. package/esm/public/hooks/mutations/useDeleteCryptoAuthModuleMutation.js +36 -0
  1521. package/esm/public/hooks/mutations/useDeleteDatabaseMutation.d.ts +38 -0
  1522. package/esm/public/hooks/mutations/useDeleteDatabaseMutation.js +36 -0
  1523. package/esm/public/hooks/mutations/useDeleteDatabaseProvisionModuleMutation.d.ts +38 -0
  1524. package/esm/public/hooks/mutations/useDeleteDatabaseProvisionModuleMutation.js +36 -0
  1525. package/esm/public/hooks/mutations/useDeleteDefaultIdsModuleMutation.d.ts +38 -0
  1526. package/esm/public/hooks/mutations/useDeleteDefaultIdsModuleMutation.js +36 -0
  1527. package/esm/public/hooks/mutations/useDeleteDenormalizedTableFieldMutation.d.ts +38 -0
  1528. package/esm/public/hooks/mutations/useDeleteDenormalizedTableFieldMutation.js +36 -0
  1529. package/esm/public/hooks/mutations/useDeleteDomainMutation.d.ts +38 -0
  1530. package/esm/public/hooks/mutations/useDeleteDomainMutation.js +36 -0
  1531. package/esm/public/hooks/mutations/useDeleteEmailMutation.d.ts +38 -0
  1532. package/esm/public/hooks/mutations/useDeleteEmailMutation.js +36 -0
  1533. package/esm/public/hooks/mutations/useDeleteEmailsModuleMutation.d.ts +38 -0
  1534. package/esm/public/hooks/mutations/useDeleteEmailsModuleMutation.js +36 -0
  1535. package/esm/public/hooks/mutations/useDeleteEncryptedSecretsModuleMutation.d.ts +38 -0
  1536. package/esm/public/hooks/mutations/useDeleteEncryptedSecretsModuleMutation.js +36 -0
  1537. package/esm/public/hooks/mutations/useDeleteFieldModuleMutation.d.ts +38 -0
  1538. package/esm/public/hooks/mutations/useDeleteFieldModuleMutation.js +36 -0
  1539. package/esm/public/hooks/mutations/useDeleteFieldMutation.d.ts +38 -0
  1540. package/esm/public/hooks/mutations/useDeleteFieldMutation.js +36 -0
  1541. package/esm/public/hooks/mutations/useDeleteForeignKeyConstraintMutation.d.ts +38 -0
  1542. package/esm/public/hooks/mutations/useDeleteForeignKeyConstraintMutation.js +36 -0
  1543. package/esm/public/hooks/mutations/useDeleteFullTextSearchMutation.d.ts +38 -0
  1544. package/esm/public/hooks/mutations/useDeleteFullTextSearchMutation.js +36 -0
  1545. package/esm/public/hooks/mutations/useDeleteHierarchyModuleMutation.d.ts +38 -0
  1546. package/esm/public/hooks/mutations/useDeleteHierarchyModuleMutation.js +36 -0
  1547. package/esm/public/hooks/mutations/useDeleteIndexMutation.d.ts +38 -0
  1548. package/esm/public/hooks/mutations/useDeleteIndexMutation.js +36 -0
  1549. package/esm/public/hooks/mutations/useDeleteInviteMutation.d.ts +38 -0
  1550. package/esm/public/hooks/mutations/useDeleteInviteMutation.js +36 -0
  1551. package/esm/public/hooks/mutations/useDeleteInvitesModuleMutation.d.ts +38 -0
  1552. package/esm/public/hooks/mutations/useDeleteInvitesModuleMutation.js +36 -0
  1553. package/esm/public/hooks/mutations/useDeleteLevelsModuleMutation.d.ts +38 -0
  1554. package/esm/public/hooks/mutations/useDeleteLevelsModuleMutation.js +36 -0
  1555. package/esm/public/hooks/mutations/useDeleteLimitFunctionMutation.d.ts +38 -0
  1556. package/esm/public/hooks/mutations/useDeleteLimitFunctionMutation.js +36 -0
  1557. package/esm/public/hooks/mutations/useDeleteLimitsModuleMutation.d.ts +38 -0
  1558. package/esm/public/hooks/mutations/useDeleteLimitsModuleMutation.js +36 -0
  1559. package/esm/public/hooks/mutations/useDeleteMembershipTypeMutation.d.ts +38 -0
  1560. package/esm/public/hooks/mutations/useDeleteMembershipTypeMutation.js +36 -0
  1561. package/esm/public/hooks/mutations/useDeleteMembershipTypesModuleMutation.d.ts +38 -0
  1562. package/esm/public/hooks/mutations/useDeleteMembershipTypesModuleMutation.js +36 -0
  1563. package/esm/public/hooks/mutations/useDeleteMembershipsModuleMutation.d.ts +38 -0
  1564. package/esm/public/hooks/mutations/useDeleteMembershipsModuleMutation.js +36 -0
  1565. package/esm/public/hooks/mutations/useDeleteNodeTypeRegistryMutation.d.ts +38 -0
  1566. package/esm/public/hooks/mutations/useDeleteNodeTypeRegistryMutation.js +36 -0
  1567. package/esm/public/hooks/mutations/useDeleteObjectMutation.d.ts +38 -0
  1568. package/esm/public/hooks/mutations/useDeleteObjectMutation.js +36 -0
  1569. package/esm/public/hooks/mutations/useDeleteOrgAdminGrantMutation.d.ts +38 -0
  1570. package/esm/public/hooks/mutations/useDeleteOrgAdminGrantMutation.js +36 -0
  1571. package/esm/public/hooks/mutations/useDeleteOrgClaimedInviteMutation.d.ts +38 -0
  1572. package/esm/public/hooks/mutations/useDeleteOrgClaimedInviteMutation.js +36 -0
  1573. package/esm/public/hooks/mutations/useDeleteOrgGrantMutation.d.ts +38 -0
  1574. package/esm/public/hooks/mutations/useDeleteOrgGrantMutation.js +36 -0
  1575. package/esm/public/hooks/mutations/useDeleteOrgInviteMutation.d.ts +38 -0
  1576. package/esm/public/hooks/mutations/useDeleteOrgInviteMutation.js +36 -0
  1577. package/esm/public/hooks/mutations/useDeleteOrgLimitDefaultMutation.d.ts +38 -0
  1578. package/esm/public/hooks/mutations/useDeleteOrgLimitDefaultMutation.js +36 -0
  1579. package/esm/public/hooks/mutations/useDeleteOrgLimitMutation.d.ts +38 -0
  1580. package/esm/public/hooks/mutations/useDeleteOrgLimitMutation.js +36 -0
  1581. package/esm/public/hooks/mutations/useDeleteOrgMemberMutation.d.ts +38 -0
  1582. package/esm/public/hooks/mutations/useDeleteOrgMemberMutation.js +36 -0
  1583. package/esm/public/hooks/mutations/useDeleteOrgMembershipDefaultMutation.d.ts +38 -0
  1584. package/esm/public/hooks/mutations/useDeleteOrgMembershipDefaultMutation.js +36 -0
  1585. package/esm/public/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +38 -0
  1586. package/esm/public/hooks/mutations/useDeleteOrgMembershipMutation.js +36 -0
  1587. package/esm/public/hooks/mutations/useDeleteOrgOwnerGrantMutation.d.ts +38 -0
  1588. package/esm/public/hooks/mutations/useDeleteOrgOwnerGrantMutation.js +36 -0
  1589. package/esm/public/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +38 -0
  1590. package/esm/public/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +36 -0
  1591. package/esm/public/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +38 -0
  1592. package/esm/public/hooks/mutations/useDeleteOrgPermissionMutation.js +36 -0
  1593. package/esm/public/hooks/mutations/useDeletePermissionsModuleMutation.d.ts +38 -0
  1594. package/esm/public/hooks/mutations/useDeletePermissionsModuleMutation.js +36 -0
  1595. package/esm/public/hooks/mutations/useDeletePhoneNumberMutation.d.ts +38 -0
  1596. package/esm/public/hooks/mutations/useDeletePhoneNumberMutation.js +36 -0
  1597. package/esm/public/hooks/mutations/useDeletePhoneNumbersModuleMutation.d.ts +38 -0
  1598. package/esm/public/hooks/mutations/useDeletePhoneNumbersModuleMutation.js +36 -0
  1599. package/esm/public/hooks/mutations/useDeletePolicyMutation.d.ts +38 -0
  1600. package/esm/public/hooks/mutations/useDeletePolicyMutation.js +36 -0
  1601. package/esm/public/hooks/mutations/useDeletePrimaryKeyConstraintMutation.d.ts +38 -0
  1602. package/esm/public/hooks/mutations/useDeletePrimaryKeyConstraintMutation.js +36 -0
  1603. package/esm/public/hooks/mutations/useDeleteProcedureMutation.d.ts +38 -0
  1604. package/esm/public/hooks/mutations/useDeleteProcedureMutation.js +36 -0
  1605. package/esm/public/hooks/mutations/useDeleteProfilesModuleMutation.d.ts +38 -0
  1606. package/esm/public/hooks/mutations/useDeleteProfilesModuleMutation.js +36 -0
  1607. package/esm/public/hooks/mutations/useDeleteRefMutation.d.ts +38 -0
  1608. package/esm/public/hooks/mutations/useDeleteRefMutation.js +36 -0
  1609. package/esm/public/hooks/mutations/useDeleteRlsModuleMutation.d.ts +38 -0
  1610. package/esm/public/hooks/mutations/useDeleteRlsModuleMutation.js +36 -0
  1611. package/esm/public/hooks/mutations/useDeleteRoleTypeMutation.d.ts +38 -0
  1612. package/esm/public/hooks/mutations/useDeleteRoleTypeMutation.js +36 -0
  1613. package/esm/public/hooks/mutations/useDeleteSchemaGrantMutation.d.ts +38 -0
  1614. package/esm/public/hooks/mutations/useDeleteSchemaGrantMutation.js +36 -0
  1615. package/esm/public/hooks/mutations/useDeleteSchemaMutation.d.ts +38 -0
  1616. package/esm/public/hooks/mutations/useDeleteSchemaMutation.js +36 -0
  1617. package/esm/public/hooks/mutations/useDeleteSecretsModuleMutation.d.ts +38 -0
  1618. package/esm/public/hooks/mutations/useDeleteSecretsModuleMutation.js +36 -0
  1619. package/esm/public/hooks/mutations/useDeleteSessionsModuleMutation.d.ts +38 -0
  1620. package/esm/public/hooks/mutations/useDeleteSessionsModuleMutation.js +36 -0
  1621. package/esm/public/hooks/mutations/useDeleteSiteMetadatumMutation.d.ts +38 -0
  1622. package/esm/public/hooks/mutations/useDeleteSiteMetadatumMutation.js +36 -0
  1623. package/esm/public/hooks/mutations/useDeleteSiteModuleMutation.d.ts +38 -0
  1624. package/esm/public/hooks/mutations/useDeleteSiteModuleMutation.js +36 -0
  1625. package/esm/public/hooks/mutations/useDeleteSiteMutation.d.ts +38 -0
  1626. package/esm/public/hooks/mutations/useDeleteSiteMutation.js +36 -0
  1627. package/esm/public/hooks/mutations/useDeleteSiteThemeMutation.d.ts +38 -0
  1628. package/esm/public/hooks/mutations/useDeleteSiteThemeMutation.js +36 -0
  1629. package/esm/public/hooks/mutations/useDeleteStoreMutation.d.ts +38 -0
  1630. package/esm/public/hooks/mutations/useDeleteStoreMutation.js +36 -0
  1631. package/esm/public/hooks/mutations/useDeleteTableGrantMutation.d.ts +38 -0
  1632. package/esm/public/hooks/mutations/useDeleteTableGrantMutation.js +36 -0
  1633. package/esm/public/hooks/mutations/useDeleteTableModuleMutation.d.ts +38 -0
  1634. package/esm/public/hooks/mutations/useDeleteTableModuleMutation.js +36 -0
  1635. package/esm/public/hooks/mutations/useDeleteTableMutation.d.ts +38 -0
  1636. package/esm/public/hooks/mutations/useDeleteTableMutation.js +36 -0
  1637. package/esm/public/hooks/mutations/useDeleteTableTemplateModuleMutation.d.ts +38 -0
  1638. package/esm/public/hooks/mutations/useDeleteTableTemplateModuleMutation.js +36 -0
  1639. package/esm/public/hooks/mutations/useDeleteTriggerFunctionMutation.d.ts +38 -0
  1640. package/esm/public/hooks/mutations/useDeleteTriggerFunctionMutation.js +36 -0
  1641. package/esm/public/hooks/mutations/useDeleteTriggerMutation.d.ts +38 -0
  1642. package/esm/public/hooks/mutations/useDeleteTriggerMutation.js +36 -0
  1643. package/esm/public/hooks/mutations/useDeleteUniqueConstraintMutation.d.ts +38 -0
  1644. package/esm/public/hooks/mutations/useDeleteUniqueConstraintMutation.js +36 -0
  1645. package/esm/public/hooks/mutations/useDeleteUserAuthModuleMutation.d.ts +38 -0
  1646. package/esm/public/hooks/mutations/useDeleteUserAuthModuleMutation.js +36 -0
  1647. package/esm/public/hooks/mutations/useDeleteUserMutation.d.ts +38 -0
  1648. package/esm/public/hooks/mutations/useDeleteUserMutation.js +36 -0
  1649. package/esm/public/hooks/mutations/useDeleteUsersModuleMutation.d.ts +38 -0
  1650. package/esm/public/hooks/mutations/useDeleteUsersModuleMutation.js +36 -0
  1651. package/esm/public/hooks/mutations/useDeleteUuidModuleMutation.d.ts +38 -0
  1652. package/esm/public/hooks/mutations/useDeleteUuidModuleMutation.js +36 -0
  1653. package/esm/public/hooks/mutations/useDeleteViewGrantMutation.d.ts +38 -0
  1654. package/esm/public/hooks/mutations/useDeleteViewGrantMutation.js +36 -0
  1655. package/esm/public/hooks/mutations/useDeleteViewMutation.d.ts +38 -0
  1656. package/esm/public/hooks/mutations/useDeleteViewMutation.js +36 -0
  1657. package/esm/public/hooks/mutations/useDeleteViewRuleMutation.d.ts +38 -0
  1658. package/esm/public/hooks/mutations/useDeleteViewRuleMutation.js +36 -0
  1659. package/esm/public/hooks/mutations/useDeleteViewTableMutation.d.ts +38 -0
  1660. package/esm/public/hooks/mutations/useDeleteViewTableMutation.js +36 -0
  1661. package/esm/public/hooks/mutations/useExtendTokenExpiresMutation.d.ts +20 -0
  1662. package/esm/public/hooks/mutations/useExtendTokenExpiresMutation.js +23 -0
  1663. package/esm/public/hooks/mutations/useForgotPasswordMutation.d.ts +20 -0
  1664. package/esm/public/hooks/mutations/useForgotPasswordMutation.js +23 -0
  1665. package/esm/public/hooks/mutations/useFreezeObjectsMutation.d.ts +20 -0
  1666. package/esm/public/hooks/mutations/useFreezeObjectsMutation.js +23 -0
  1667. package/esm/public/hooks/mutations/useInitEmptyRepoMutation.d.ts +20 -0
  1668. package/esm/public/hooks/mutations/useInitEmptyRepoMutation.js +23 -0
  1669. package/esm/public/hooks/mutations/useInsertNodeAtPathMutation.d.ts +20 -0
  1670. package/esm/public/hooks/mutations/useInsertNodeAtPathMutation.js +23 -0
  1671. package/esm/public/hooks/mutations/useOneTimeTokenMutation.d.ts +20 -0
  1672. package/esm/public/hooks/mutations/useOneTimeTokenMutation.js +23 -0
  1673. package/esm/public/hooks/mutations/useProvisionDatabaseWithUserMutation.d.ts +20 -0
  1674. package/esm/public/hooks/mutations/useProvisionDatabaseWithUserMutation.js +23 -0
  1675. package/esm/public/hooks/mutations/useRemoveNodeAtPathMutation.d.ts +20 -0
  1676. package/esm/public/hooks/mutations/useRemoveNodeAtPathMutation.js +23 -0
  1677. package/esm/public/hooks/mutations/useResetPasswordMutation.d.ts +20 -0
  1678. package/esm/public/hooks/mutations/useResetPasswordMutation.js +23 -0
  1679. package/esm/public/hooks/mutations/useSendAccountDeletionEmailMutation.d.ts +20 -0
  1680. package/esm/public/hooks/mutations/useSendAccountDeletionEmailMutation.js +23 -0
  1681. package/esm/public/hooks/mutations/useSendVerificationEmailMutation.d.ts +20 -0
  1682. package/esm/public/hooks/mutations/useSendVerificationEmailMutation.js +23 -0
  1683. package/esm/public/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
  1684. package/esm/public/hooks/mutations/useSetAndCommitMutation.js +23 -0
  1685. package/esm/public/hooks/mutations/useSetDataAtPathMutation.d.ts +20 -0
  1686. package/esm/public/hooks/mutations/useSetDataAtPathMutation.js +23 -0
  1687. package/esm/public/hooks/mutations/useSetFieldOrderMutation.d.ts +20 -0
  1688. package/esm/public/hooks/mutations/useSetFieldOrderMutation.js +23 -0
  1689. package/esm/public/hooks/mutations/useSetPasswordMutation.d.ts +20 -0
  1690. package/esm/public/hooks/mutations/useSetPasswordMutation.js +23 -0
  1691. package/esm/public/hooks/mutations/useSetPropsAndCommitMutation.d.ts +20 -0
  1692. package/esm/public/hooks/mutations/useSetPropsAndCommitMutation.js +23 -0
  1693. package/esm/public/hooks/mutations/useSignInMutation.d.ts +20 -0
  1694. package/esm/public/hooks/mutations/useSignInMutation.js +23 -0
  1695. package/esm/public/hooks/mutations/useSignInOneTimeTokenMutation.d.ts +20 -0
  1696. package/esm/public/hooks/mutations/useSignInOneTimeTokenMutation.js +23 -0
  1697. package/esm/public/hooks/mutations/useSignOutMutation.d.ts +20 -0
  1698. package/esm/public/hooks/mutations/useSignOutMutation.js +23 -0
  1699. package/esm/public/hooks/mutations/useSignUpMutation.d.ts +20 -0
  1700. package/esm/public/hooks/mutations/useSignUpMutation.js +23 -0
  1701. package/esm/public/hooks/mutations/useSubmitInviteCodeMutation.d.ts +20 -0
  1702. package/esm/public/hooks/mutations/useSubmitInviteCodeMutation.js +23 -0
  1703. package/esm/public/hooks/mutations/useSubmitOrgInviteCodeMutation.d.ts +20 -0
  1704. package/esm/public/hooks/mutations/useSubmitOrgInviteCodeMutation.js +23 -0
  1705. package/esm/public/hooks/mutations/useUpdateApiModuleMutation.d.ts +40 -0
  1706. package/esm/public/hooks/mutations/useUpdateApiModuleMutation.js +37 -0
  1707. package/esm/public/hooks/mutations/useUpdateApiMutation.d.ts +40 -0
  1708. package/esm/public/hooks/mutations/useUpdateApiMutation.js +37 -0
  1709. package/esm/public/hooks/mutations/useUpdateApiSchemaMutation.d.ts +40 -0
  1710. package/esm/public/hooks/mutations/useUpdateApiSchemaMutation.js +37 -0
  1711. package/esm/public/hooks/mutations/useUpdateAppAchievementMutation.d.ts +40 -0
  1712. package/esm/public/hooks/mutations/useUpdateAppAchievementMutation.js +37 -0
  1713. package/esm/public/hooks/mutations/useUpdateAppAdminGrantMutation.d.ts +40 -0
  1714. package/esm/public/hooks/mutations/useUpdateAppAdminGrantMutation.js +37 -0
  1715. package/esm/public/hooks/mutations/useUpdateAppGrantMutation.d.ts +40 -0
  1716. package/esm/public/hooks/mutations/useUpdateAppGrantMutation.js +37 -0
  1717. package/esm/public/hooks/mutations/useUpdateAppLevelMutation.d.ts +40 -0
  1718. package/esm/public/hooks/mutations/useUpdateAppLevelMutation.js +37 -0
  1719. package/esm/public/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +40 -0
  1720. package/esm/public/hooks/mutations/useUpdateAppLevelRequirementMutation.js +37 -0
  1721. package/esm/public/hooks/mutations/useUpdateAppLimitDefaultMutation.d.ts +40 -0
  1722. package/esm/public/hooks/mutations/useUpdateAppLimitDefaultMutation.js +37 -0
  1723. package/esm/public/hooks/mutations/useUpdateAppLimitMutation.d.ts +40 -0
  1724. package/esm/public/hooks/mutations/useUpdateAppLimitMutation.js +37 -0
  1725. package/esm/public/hooks/mutations/useUpdateAppMembershipDefaultMutation.d.ts +40 -0
  1726. package/esm/public/hooks/mutations/useUpdateAppMembershipDefaultMutation.js +37 -0
  1727. package/esm/public/hooks/mutations/useUpdateAppMembershipMutation.d.ts +40 -0
  1728. package/esm/public/hooks/mutations/useUpdateAppMembershipMutation.js +37 -0
  1729. package/esm/public/hooks/mutations/useUpdateAppMutation.d.ts +40 -0
  1730. package/esm/public/hooks/mutations/useUpdateAppMutation.js +37 -0
  1731. package/esm/public/hooks/mutations/useUpdateAppOwnerGrantMutation.d.ts +40 -0
  1732. package/esm/public/hooks/mutations/useUpdateAppOwnerGrantMutation.js +37 -0
  1733. package/esm/public/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +40 -0
  1734. package/esm/public/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +37 -0
  1735. package/esm/public/hooks/mutations/useUpdateAppPermissionMutation.d.ts +40 -0
  1736. package/esm/public/hooks/mutations/useUpdateAppPermissionMutation.js +37 -0
  1737. package/esm/public/hooks/mutations/useUpdateAppStepMutation.d.ts +40 -0
  1738. package/esm/public/hooks/mutations/useUpdateAppStepMutation.js +37 -0
  1739. package/esm/public/hooks/mutations/useUpdateAuditLogMutation.d.ts +40 -0
  1740. package/esm/public/hooks/mutations/useUpdateAuditLogMutation.js +37 -0
  1741. package/esm/public/hooks/mutations/useUpdateCheckConstraintMutation.d.ts +40 -0
  1742. package/esm/public/hooks/mutations/useUpdateCheckConstraintMutation.js +37 -0
  1743. package/esm/public/hooks/mutations/useUpdateClaimedInviteMutation.d.ts +40 -0
  1744. package/esm/public/hooks/mutations/useUpdateClaimedInviteMutation.js +37 -0
  1745. package/esm/public/hooks/mutations/useUpdateCommitMutation.d.ts +40 -0
  1746. package/esm/public/hooks/mutations/useUpdateCommitMutation.js +37 -0
  1747. package/esm/public/hooks/mutations/useUpdateConnectedAccountMutation.d.ts +40 -0
  1748. package/esm/public/hooks/mutations/useUpdateConnectedAccountMutation.js +37 -0
  1749. package/esm/public/hooks/mutations/useUpdateConnectedAccountsModuleMutation.d.ts +40 -0
  1750. package/esm/public/hooks/mutations/useUpdateConnectedAccountsModuleMutation.js +37 -0
  1751. package/esm/public/hooks/mutations/useUpdateCryptoAddressMutation.d.ts +40 -0
  1752. package/esm/public/hooks/mutations/useUpdateCryptoAddressMutation.js +37 -0
  1753. package/esm/public/hooks/mutations/useUpdateCryptoAddressesModuleMutation.d.ts +40 -0
  1754. package/esm/public/hooks/mutations/useUpdateCryptoAddressesModuleMutation.js +37 -0
  1755. package/esm/public/hooks/mutations/useUpdateCryptoAuthModuleMutation.d.ts +40 -0
  1756. package/esm/public/hooks/mutations/useUpdateCryptoAuthModuleMutation.js +37 -0
  1757. package/esm/public/hooks/mutations/useUpdateDatabaseMutation.d.ts +40 -0
  1758. package/esm/public/hooks/mutations/useUpdateDatabaseMutation.js +37 -0
  1759. package/esm/public/hooks/mutations/useUpdateDatabaseProvisionModuleMutation.d.ts +40 -0
  1760. package/esm/public/hooks/mutations/useUpdateDatabaseProvisionModuleMutation.js +37 -0
  1761. package/esm/public/hooks/mutations/useUpdateDefaultIdsModuleMutation.d.ts +40 -0
  1762. package/esm/public/hooks/mutations/useUpdateDefaultIdsModuleMutation.js +37 -0
  1763. package/esm/public/hooks/mutations/useUpdateDenormalizedTableFieldMutation.d.ts +40 -0
  1764. package/esm/public/hooks/mutations/useUpdateDenormalizedTableFieldMutation.js +37 -0
  1765. package/esm/public/hooks/mutations/useUpdateDomainMutation.d.ts +40 -0
  1766. package/esm/public/hooks/mutations/useUpdateDomainMutation.js +37 -0
  1767. package/esm/public/hooks/mutations/useUpdateEmailMutation.d.ts +40 -0
  1768. package/esm/public/hooks/mutations/useUpdateEmailMutation.js +37 -0
  1769. package/esm/public/hooks/mutations/useUpdateEmailsModuleMutation.d.ts +40 -0
  1770. package/esm/public/hooks/mutations/useUpdateEmailsModuleMutation.js +37 -0
  1771. package/esm/public/hooks/mutations/useUpdateEncryptedSecretsModuleMutation.d.ts +40 -0
  1772. package/esm/public/hooks/mutations/useUpdateEncryptedSecretsModuleMutation.js +37 -0
  1773. package/esm/public/hooks/mutations/useUpdateFieldModuleMutation.d.ts +40 -0
  1774. package/esm/public/hooks/mutations/useUpdateFieldModuleMutation.js +37 -0
  1775. package/esm/public/hooks/mutations/useUpdateFieldMutation.d.ts +40 -0
  1776. package/esm/public/hooks/mutations/useUpdateFieldMutation.js +37 -0
  1777. package/esm/public/hooks/mutations/useUpdateForeignKeyConstraintMutation.d.ts +40 -0
  1778. package/esm/public/hooks/mutations/useUpdateForeignKeyConstraintMutation.js +37 -0
  1779. package/esm/public/hooks/mutations/useUpdateFullTextSearchMutation.d.ts +40 -0
  1780. package/esm/public/hooks/mutations/useUpdateFullTextSearchMutation.js +37 -0
  1781. package/esm/public/hooks/mutations/useUpdateHierarchyModuleMutation.d.ts +40 -0
  1782. package/esm/public/hooks/mutations/useUpdateHierarchyModuleMutation.js +37 -0
  1783. package/esm/public/hooks/mutations/useUpdateIndexMutation.d.ts +40 -0
  1784. package/esm/public/hooks/mutations/useUpdateIndexMutation.js +37 -0
  1785. package/esm/public/hooks/mutations/useUpdateInviteMutation.d.ts +40 -0
  1786. package/esm/public/hooks/mutations/useUpdateInviteMutation.js +37 -0
  1787. package/esm/public/hooks/mutations/useUpdateInvitesModuleMutation.d.ts +40 -0
  1788. package/esm/public/hooks/mutations/useUpdateInvitesModuleMutation.js +37 -0
  1789. package/esm/public/hooks/mutations/useUpdateLevelsModuleMutation.d.ts +40 -0
  1790. package/esm/public/hooks/mutations/useUpdateLevelsModuleMutation.js +37 -0
  1791. package/esm/public/hooks/mutations/useUpdateLimitFunctionMutation.d.ts +40 -0
  1792. package/esm/public/hooks/mutations/useUpdateLimitFunctionMutation.js +37 -0
  1793. package/esm/public/hooks/mutations/useUpdateLimitsModuleMutation.d.ts +40 -0
  1794. package/esm/public/hooks/mutations/useUpdateLimitsModuleMutation.js +37 -0
  1795. package/esm/public/hooks/mutations/useUpdateMembershipTypeMutation.d.ts +40 -0
  1796. package/esm/public/hooks/mutations/useUpdateMembershipTypeMutation.js +37 -0
  1797. package/esm/public/hooks/mutations/useUpdateMembershipTypesModuleMutation.d.ts +40 -0
  1798. package/esm/public/hooks/mutations/useUpdateMembershipTypesModuleMutation.js +37 -0
  1799. package/esm/public/hooks/mutations/useUpdateMembershipsModuleMutation.d.ts +40 -0
  1800. package/esm/public/hooks/mutations/useUpdateMembershipsModuleMutation.js +37 -0
  1801. package/esm/public/hooks/mutations/useUpdateNodeAtPathMutation.d.ts +20 -0
  1802. package/esm/public/hooks/mutations/useUpdateNodeAtPathMutation.js +23 -0
  1803. package/esm/public/hooks/mutations/useUpdateNodeTypeRegistryMutation.d.ts +40 -0
  1804. package/esm/public/hooks/mutations/useUpdateNodeTypeRegistryMutation.js +37 -0
  1805. package/esm/public/hooks/mutations/useUpdateObjectMutation.d.ts +40 -0
  1806. package/esm/public/hooks/mutations/useUpdateObjectMutation.js +37 -0
  1807. package/esm/public/hooks/mutations/useUpdateOrgAdminGrantMutation.d.ts +40 -0
  1808. package/esm/public/hooks/mutations/useUpdateOrgAdminGrantMutation.js +37 -0
  1809. package/esm/public/hooks/mutations/useUpdateOrgClaimedInviteMutation.d.ts +40 -0
  1810. package/esm/public/hooks/mutations/useUpdateOrgClaimedInviteMutation.js +37 -0
  1811. package/esm/public/hooks/mutations/useUpdateOrgGrantMutation.d.ts +40 -0
  1812. package/esm/public/hooks/mutations/useUpdateOrgGrantMutation.js +37 -0
  1813. package/esm/public/hooks/mutations/useUpdateOrgInviteMutation.d.ts +40 -0
  1814. package/esm/public/hooks/mutations/useUpdateOrgInviteMutation.js +37 -0
  1815. package/esm/public/hooks/mutations/useUpdateOrgLimitDefaultMutation.d.ts +40 -0
  1816. package/esm/public/hooks/mutations/useUpdateOrgLimitDefaultMutation.js +37 -0
  1817. package/esm/public/hooks/mutations/useUpdateOrgLimitMutation.d.ts +40 -0
  1818. package/esm/public/hooks/mutations/useUpdateOrgLimitMutation.js +37 -0
  1819. package/esm/public/hooks/mutations/useUpdateOrgMemberMutation.d.ts +40 -0
  1820. package/esm/public/hooks/mutations/useUpdateOrgMemberMutation.js +37 -0
  1821. package/esm/public/hooks/mutations/useUpdateOrgMembershipDefaultMutation.d.ts +40 -0
  1822. package/esm/public/hooks/mutations/useUpdateOrgMembershipDefaultMutation.js +37 -0
  1823. package/esm/public/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +40 -0
  1824. package/esm/public/hooks/mutations/useUpdateOrgMembershipMutation.js +37 -0
  1825. package/esm/public/hooks/mutations/useUpdateOrgOwnerGrantMutation.d.ts +40 -0
  1826. package/esm/public/hooks/mutations/useUpdateOrgOwnerGrantMutation.js +37 -0
  1827. package/esm/public/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +40 -0
  1828. package/esm/public/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +37 -0
  1829. package/esm/public/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +40 -0
  1830. package/esm/public/hooks/mutations/useUpdateOrgPermissionMutation.js +37 -0
  1831. package/esm/public/hooks/mutations/useUpdatePermissionsModuleMutation.d.ts +40 -0
  1832. package/esm/public/hooks/mutations/useUpdatePermissionsModuleMutation.js +37 -0
  1833. package/esm/public/hooks/mutations/useUpdatePhoneNumberMutation.d.ts +40 -0
  1834. package/esm/public/hooks/mutations/useUpdatePhoneNumberMutation.js +37 -0
  1835. package/esm/public/hooks/mutations/useUpdatePhoneNumbersModuleMutation.d.ts +40 -0
  1836. package/esm/public/hooks/mutations/useUpdatePhoneNumbersModuleMutation.js +37 -0
  1837. package/esm/public/hooks/mutations/useUpdatePolicyMutation.d.ts +40 -0
  1838. package/esm/public/hooks/mutations/useUpdatePolicyMutation.js +37 -0
  1839. package/esm/public/hooks/mutations/useUpdatePrimaryKeyConstraintMutation.d.ts +40 -0
  1840. package/esm/public/hooks/mutations/useUpdatePrimaryKeyConstraintMutation.js +37 -0
  1841. package/esm/public/hooks/mutations/useUpdateProcedureMutation.d.ts +40 -0
  1842. package/esm/public/hooks/mutations/useUpdateProcedureMutation.js +37 -0
  1843. package/esm/public/hooks/mutations/useUpdateProfilesModuleMutation.d.ts +40 -0
  1844. package/esm/public/hooks/mutations/useUpdateProfilesModuleMutation.js +37 -0
  1845. package/esm/public/hooks/mutations/useUpdateRefMutation.d.ts +40 -0
  1846. package/esm/public/hooks/mutations/useUpdateRefMutation.js +37 -0
  1847. package/esm/public/hooks/mutations/useUpdateRlsModuleMutation.d.ts +40 -0
  1848. package/esm/public/hooks/mutations/useUpdateRlsModuleMutation.js +37 -0
  1849. package/esm/public/hooks/mutations/useUpdateRoleTypeMutation.d.ts +40 -0
  1850. package/esm/public/hooks/mutations/useUpdateRoleTypeMutation.js +37 -0
  1851. package/esm/public/hooks/mutations/useUpdateSchemaGrantMutation.d.ts +40 -0
  1852. package/esm/public/hooks/mutations/useUpdateSchemaGrantMutation.js +37 -0
  1853. package/esm/public/hooks/mutations/useUpdateSchemaMutation.d.ts +40 -0
  1854. package/esm/public/hooks/mutations/useUpdateSchemaMutation.js +37 -0
  1855. package/esm/public/hooks/mutations/useUpdateSecretsModuleMutation.d.ts +40 -0
  1856. package/esm/public/hooks/mutations/useUpdateSecretsModuleMutation.js +37 -0
  1857. package/esm/public/hooks/mutations/useUpdateSessionsModuleMutation.d.ts +40 -0
  1858. package/esm/public/hooks/mutations/useUpdateSessionsModuleMutation.js +37 -0
  1859. package/esm/public/hooks/mutations/useUpdateSiteMetadatumMutation.d.ts +40 -0
  1860. package/esm/public/hooks/mutations/useUpdateSiteMetadatumMutation.js +37 -0
  1861. package/esm/public/hooks/mutations/useUpdateSiteModuleMutation.d.ts +40 -0
  1862. package/esm/public/hooks/mutations/useUpdateSiteModuleMutation.js +37 -0
  1863. package/esm/public/hooks/mutations/useUpdateSiteMutation.d.ts +40 -0
  1864. package/esm/public/hooks/mutations/useUpdateSiteMutation.js +37 -0
  1865. package/esm/public/hooks/mutations/useUpdateSiteThemeMutation.d.ts +40 -0
  1866. package/esm/public/hooks/mutations/useUpdateSiteThemeMutation.js +37 -0
  1867. package/esm/public/hooks/mutations/useUpdateStoreMutation.d.ts +40 -0
  1868. package/esm/public/hooks/mutations/useUpdateStoreMutation.js +37 -0
  1869. package/esm/public/hooks/mutations/useUpdateTableGrantMutation.d.ts +40 -0
  1870. package/esm/public/hooks/mutations/useUpdateTableGrantMutation.js +37 -0
  1871. package/esm/public/hooks/mutations/useUpdateTableModuleMutation.d.ts +40 -0
  1872. package/esm/public/hooks/mutations/useUpdateTableModuleMutation.js +37 -0
  1873. package/esm/public/hooks/mutations/useUpdateTableMutation.d.ts +40 -0
  1874. package/esm/public/hooks/mutations/useUpdateTableMutation.js +37 -0
  1875. package/esm/public/hooks/mutations/useUpdateTableTemplateModuleMutation.d.ts +40 -0
  1876. package/esm/public/hooks/mutations/useUpdateTableTemplateModuleMutation.js +37 -0
  1877. package/esm/public/hooks/mutations/useUpdateTriggerFunctionMutation.d.ts +40 -0
  1878. package/esm/public/hooks/mutations/useUpdateTriggerFunctionMutation.js +37 -0
  1879. package/esm/public/hooks/mutations/useUpdateTriggerMutation.d.ts +40 -0
  1880. package/esm/public/hooks/mutations/useUpdateTriggerMutation.js +37 -0
  1881. package/esm/public/hooks/mutations/useUpdateUniqueConstraintMutation.d.ts +40 -0
  1882. package/esm/public/hooks/mutations/useUpdateUniqueConstraintMutation.js +37 -0
  1883. package/esm/public/hooks/mutations/useUpdateUserAuthModuleMutation.d.ts +40 -0
  1884. package/esm/public/hooks/mutations/useUpdateUserAuthModuleMutation.js +37 -0
  1885. package/esm/public/hooks/mutations/useUpdateUserMutation.d.ts +40 -0
  1886. package/esm/public/hooks/mutations/useUpdateUserMutation.js +37 -0
  1887. package/esm/public/hooks/mutations/useUpdateUsersModuleMutation.d.ts +40 -0
  1888. package/esm/public/hooks/mutations/useUpdateUsersModuleMutation.js +37 -0
  1889. package/esm/public/hooks/mutations/useUpdateUuidModuleMutation.d.ts +40 -0
  1890. package/esm/public/hooks/mutations/useUpdateUuidModuleMutation.js +37 -0
  1891. package/esm/public/hooks/mutations/useUpdateViewGrantMutation.d.ts +40 -0
  1892. package/esm/public/hooks/mutations/useUpdateViewGrantMutation.js +37 -0
  1893. package/esm/public/hooks/mutations/useUpdateViewMutation.d.ts +40 -0
  1894. package/esm/public/hooks/mutations/useUpdateViewMutation.js +37 -0
  1895. package/esm/public/hooks/mutations/useUpdateViewRuleMutation.d.ts +40 -0
  1896. package/esm/public/hooks/mutations/useUpdateViewRuleMutation.js +37 -0
  1897. package/esm/public/hooks/mutations/useUpdateViewTableMutation.d.ts +40 -0
  1898. package/esm/public/hooks/mutations/useUpdateViewTableMutation.js +37 -0
  1899. package/esm/public/hooks/mutations/useVerifyEmailMutation.d.ts +20 -0
  1900. package/esm/public/hooks/mutations/useVerifyEmailMutation.js +23 -0
  1901. package/esm/public/hooks/mutations/useVerifyPasswordMutation.d.ts +20 -0
  1902. package/esm/public/hooks/mutations/useVerifyPasswordMutation.js +23 -0
  1903. package/esm/public/hooks/mutations/useVerifyTotpMutation.d.ts +20 -0
  1904. package/esm/public/hooks/mutations/useVerifyTotpMutation.js +23 -0
  1905. package/esm/public/hooks/queries/index.d.ts +220 -0
  1906. package/esm/public/hooks/queries/index.js +220 -0
  1907. package/esm/public/hooks/queries/useApiModuleQuery.d.ts +65 -0
  1908. package/esm/public/hooks/queries/useApiModuleQuery.js +47 -0
  1909. package/esm/public/hooks/queries/useApiModulesQuery.d.ts +69 -0
  1910. package/esm/public/hooks/queries/useApiModulesQuery.js +32 -0
  1911. package/esm/public/hooks/queries/useApiQuery.d.ts +65 -0
  1912. package/esm/public/hooks/queries/useApiQuery.js +47 -0
  1913. package/esm/public/hooks/queries/useApiSchemaQuery.d.ts +65 -0
  1914. package/esm/public/hooks/queries/useApiSchemaQuery.js +47 -0
  1915. package/esm/public/hooks/queries/useApiSchemasQuery.d.ts +69 -0
  1916. package/esm/public/hooks/queries/useApiSchemasQuery.js +32 -0
  1917. package/esm/public/hooks/queries/useApisQuery.d.ts +69 -0
  1918. package/esm/public/hooks/queries/useApisQuery.js +32 -0
  1919. package/esm/public/hooks/queries/useAppAchievementQuery.d.ts +65 -0
  1920. package/esm/public/hooks/queries/useAppAchievementQuery.js +47 -0
  1921. package/esm/public/hooks/queries/useAppAchievementsQuery.d.ts +69 -0
  1922. package/esm/public/hooks/queries/useAppAchievementsQuery.js +32 -0
  1923. package/esm/public/hooks/queries/useAppAdminGrantQuery.d.ts +65 -0
  1924. package/esm/public/hooks/queries/useAppAdminGrantQuery.js +47 -0
  1925. package/esm/public/hooks/queries/useAppAdminGrantsQuery.d.ts +69 -0
  1926. package/esm/public/hooks/queries/useAppAdminGrantsQuery.js +32 -0
  1927. package/esm/public/hooks/queries/useAppGrantQuery.d.ts +65 -0
  1928. package/esm/public/hooks/queries/useAppGrantQuery.js +47 -0
  1929. package/esm/public/hooks/queries/useAppGrantsQuery.d.ts +69 -0
  1930. package/esm/public/hooks/queries/useAppGrantsQuery.js +32 -0
  1931. package/esm/public/hooks/queries/useAppLevelQuery.d.ts +65 -0
  1932. package/esm/public/hooks/queries/useAppLevelQuery.js +47 -0
  1933. package/esm/public/hooks/queries/useAppLevelRequirementQuery.d.ts +65 -0
  1934. package/esm/public/hooks/queries/useAppLevelRequirementQuery.js +47 -0
  1935. package/esm/public/hooks/queries/useAppLevelRequirementsQuery.d.ts +69 -0
  1936. package/esm/public/hooks/queries/useAppLevelRequirementsQuery.js +32 -0
  1937. package/esm/public/hooks/queries/useAppLevelsQuery.d.ts +69 -0
  1938. package/esm/public/hooks/queries/useAppLevelsQuery.js +32 -0
  1939. package/esm/public/hooks/queries/useAppLimitDefaultQuery.d.ts +65 -0
  1940. package/esm/public/hooks/queries/useAppLimitDefaultQuery.js +47 -0
  1941. package/esm/public/hooks/queries/useAppLimitDefaultsQuery.d.ts +69 -0
  1942. package/esm/public/hooks/queries/useAppLimitDefaultsQuery.js +32 -0
  1943. package/esm/public/hooks/queries/useAppLimitQuery.d.ts +65 -0
  1944. package/esm/public/hooks/queries/useAppLimitQuery.js +47 -0
  1945. package/esm/public/hooks/queries/useAppLimitsQuery.d.ts +69 -0
  1946. package/esm/public/hooks/queries/useAppLimitsQuery.js +32 -0
  1947. package/esm/public/hooks/queries/useAppMembershipDefaultQuery.d.ts +65 -0
  1948. package/esm/public/hooks/queries/useAppMembershipDefaultQuery.js +47 -0
  1949. package/esm/public/hooks/queries/useAppMembershipDefaultsQuery.d.ts +69 -0
  1950. package/esm/public/hooks/queries/useAppMembershipDefaultsQuery.js +32 -0
  1951. package/esm/public/hooks/queries/useAppMembershipQuery.d.ts +65 -0
  1952. package/esm/public/hooks/queries/useAppMembershipQuery.js +47 -0
  1953. package/esm/public/hooks/queries/useAppMembershipsQuery.d.ts +69 -0
  1954. package/esm/public/hooks/queries/useAppMembershipsQuery.js +32 -0
  1955. package/esm/public/hooks/queries/useAppOwnerGrantQuery.d.ts +65 -0
  1956. package/esm/public/hooks/queries/useAppOwnerGrantQuery.js +47 -0
  1957. package/esm/public/hooks/queries/useAppOwnerGrantsQuery.d.ts +69 -0
  1958. package/esm/public/hooks/queries/useAppOwnerGrantsQuery.js +32 -0
  1959. package/esm/public/hooks/queries/useAppPermissionDefaultQuery.d.ts +65 -0
  1960. package/esm/public/hooks/queries/useAppPermissionDefaultQuery.js +47 -0
  1961. package/esm/public/hooks/queries/useAppPermissionDefaultsQuery.d.ts +69 -0
  1962. package/esm/public/hooks/queries/useAppPermissionDefaultsQuery.js +32 -0
  1963. package/esm/public/hooks/queries/useAppPermissionQuery.d.ts +65 -0
  1964. package/esm/public/hooks/queries/useAppPermissionQuery.js +47 -0
  1965. package/esm/public/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +54 -0
  1966. package/esm/public/hooks/queries/useAppPermissionsGetByMaskQuery.js +47 -0
  1967. package/esm/public/hooks/queries/useAppPermissionsGetMaskByNamesQuery.d.ts +53 -0
  1968. package/esm/public/hooks/queries/useAppPermissionsGetMaskByNamesQuery.js +47 -0
  1969. package/esm/public/hooks/queries/useAppPermissionsGetMaskQuery.d.ts +53 -0
  1970. package/esm/public/hooks/queries/useAppPermissionsGetMaskQuery.js +47 -0
  1971. package/esm/public/hooks/queries/useAppPermissionsGetPaddedMaskQuery.d.ts +53 -0
  1972. package/esm/public/hooks/queries/useAppPermissionsGetPaddedMaskQuery.js +47 -0
  1973. package/esm/public/hooks/queries/useAppPermissionsQuery.d.ts +69 -0
  1974. package/esm/public/hooks/queries/useAppPermissionsQuery.js +32 -0
  1975. package/esm/public/hooks/queries/useAppQuery.d.ts +65 -0
  1976. package/esm/public/hooks/queries/useAppQuery.js +47 -0
  1977. package/esm/public/hooks/queries/useAppStepQuery.d.ts +65 -0
  1978. package/esm/public/hooks/queries/useAppStepQuery.js +47 -0
  1979. package/esm/public/hooks/queries/useAppStepsQuery.d.ts +69 -0
  1980. package/esm/public/hooks/queries/useAppStepsQuery.js +32 -0
  1981. package/esm/public/hooks/queries/useAppsQuery.d.ts +69 -0
  1982. package/esm/public/hooks/queries/useAppsQuery.js +32 -0
  1983. package/esm/public/hooks/queries/useAstMigrationQuery.d.ts +65 -0
  1984. package/esm/public/hooks/queries/useAstMigrationQuery.js +47 -0
  1985. package/esm/public/hooks/queries/useAstMigrationsQuery.d.ts +69 -0
  1986. package/esm/public/hooks/queries/useAstMigrationsQuery.js +32 -0
  1987. package/esm/public/hooks/queries/useAuditLogQuery.d.ts +65 -0
  1988. package/esm/public/hooks/queries/useAuditLogQuery.js +47 -0
  1989. package/esm/public/hooks/queries/useAuditLogsQuery.d.ts +69 -0
  1990. package/esm/public/hooks/queries/useAuditLogsQuery.js +32 -0
  1991. package/esm/public/hooks/queries/useCheckConstraintQuery.d.ts +65 -0
  1992. package/esm/public/hooks/queries/useCheckConstraintQuery.js +47 -0
  1993. package/esm/public/hooks/queries/useCheckConstraintsQuery.d.ts +69 -0
  1994. package/esm/public/hooks/queries/useCheckConstraintsQuery.js +32 -0
  1995. package/esm/public/hooks/queries/useClaimedInviteQuery.d.ts +65 -0
  1996. package/esm/public/hooks/queries/useClaimedInviteQuery.js +47 -0
  1997. package/esm/public/hooks/queries/useClaimedInvitesQuery.d.ts +69 -0
  1998. package/esm/public/hooks/queries/useClaimedInvitesQuery.js +32 -0
  1999. package/esm/public/hooks/queries/useCommitQuery.d.ts +65 -0
  2000. package/esm/public/hooks/queries/useCommitQuery.js +47 -0
  2001. package/esm/public/hooks/queries/useCommitsQuery.d.ts +69 -0
  2002. package/esm/public/hooks/queries/useCommitsQuery.js +32 -0
  2003. package/esm/public/hooks/queries/useConnectedAccountQuery.d.ts +65 -0
  2004. package/esm/public/hooks/queries/useConnectedAccountQuery.js +47 -0
  2005. package/esm/public/hooks/queries/useConnectedAccountsModuleQuery.d.ts +65 -0
  2006. package/esm/public/hooks/queries/useConnectedAccountsModuleQuery.js +47 -0
  2007. package/esm/public/hooks/queries/useConnectedAccountsModulesQuery.d.ts +69 -0
  2008. package/esm/public/hooks/queries/useConnectedAccountsModulesQuery.js +32 -0
  2009. package/esm/public/hooks/queries/useConnectedAccountsQuery.d.ts +69 -0
  2010. package/esm/public/hooks/queries/useConnectedAccountsQuery.js +32 -0
  2011. package/esm/public/hooks/queries/useCryptoAddressQuery.d.ts +65 -0
  2012. package/esm/public/hooks/queries/useCryptoAddressQuery.js +47 -0
  2013. package/esm/public/hooks/queries/useCryptoAddressesModuleQuery.d.ts +65 -0
  2014. package/esm/public/hooks/queries/useCryptoAddressesModuleQuery.js +47 -0
  2015. package/esm/public/hooks/queries/useCryptoAddressesModulesQuery.d.ts +69 -0
  2016. package/esm/public/hooks/queries/useCryptoAddressesModulesQuery.js +32 -0
  2017. package/esm/public/hooks/queries/useCryptoAddressesQuery.d.ts +69 -0
  2018. package/esm/public/hooks/queries/useCryptoAddressesQuery.js +32 -0
  2019. package/esm/public/hooks/queries/useCryptoAuthModuleQuery.d.ts +65 -0
  2020. package/esm/public/hooks/queries/useCryptoAuthModuleQuery.js +47 -0
  2021. package/esm/public/hooks/queries/useCryptoAuthModulesQuery.d.ts +69 -0
  2022. package/esm/public/hooks/queries/useCryptoAuthModulesQuery.js +32 -0
  2023. package/esm/public/hooks/queries/useCurrentIpAddressQuery.d.ts +45 -0
  2024. package/esm/public/hooks/queries/useCurrentIpAddressQuery.js +43 -0
  2025. package/esm/public/hooks/queries/useCurrentUserAgentQuery.d.ts +45 -0
  2026. package/esm/public/hooks/queries/useCurrentUserAgentQuery.js +43 -0
  2027. package/esm/public/hooks/queries/useCurrentUserIdQuery.d.ts +45 -0
  2028. package/esm/public/hooks/queries/useCurrentUserIdQuery.js +43 -0
  2029. package/esm/public/hooks/queries/useCurrentUserQuery.d.ts +60 -0
  2030. package/esm/public/hooks/queries/useCurrentUserQuery.js +44 -0
  2031. package/esm/public/hooks/queries/useDatabaseProvisionModuleQuery.d.ts +65 -0
  2032. package/esm/public/hooks/queries/useDatabaseProvisionModuleQuery.js +47 -0
  2033. package/esm/public/hooks/queries/useDatabaseProvisionModulesQuery.d.ts +69 -0
  2034. package/esm/public/hooks/queries/useDatabaseProvisionModulesQuery.js +32 -0
  2035. package/esm/public/hooks/queries/useDatabaseQuery.d.ts +65 -0
  2036. package/esm/public/hooks/queries/useDatabaseQuery.js +47 -0
  2037. package/esm/public/hooks/queries/useDatabasesQuery.d.ts +69 -0
  2038. package/esm/public/hooks/queries/useDatabasesQuery.js +32 -0
  2039. package/esm/public/hooks/queries/useDefaultIdsModuleQuery.d.ts +65 -0
  2040. package/esm/public/hooks/queries/useDefaultIdsModuleQuery.js +47 -0
  2041. package/esm/public/hooks/queries/useDefaultIdsModulesQuery.d.ts +69 -0
  2042. package/esm/public/hooks/queries/useDefaultIdsModulesQuery.js +32 -0
  2043. package/esm/public/hooks/queries/useDenormalizedTableFieldQuery.d.ts +65 -0
  2044. package/esm/public/hooks/queries/useDenormalizedTableFieldQuery.js +47 -0
  2045. package/esm/public/hooks/queries/useDenormalizedTableFieldsQuery.d.ts +69 -0
  2046. package/esm/public/hooks/queries/useDenormalizedTableFieldsQuery.js +32 -0
  2047. package/esm/public/hooks/queries/useDomainQuery.d.ts +65 -0
  2048. package/esm/public/hooks/queries/useDomainQuery.js +47 -0
  2049. package/esm/public/hooks/queries/useDomainsQuery.d.ts +69 -0
  2050. package/esm/public/hooks/queries/useDomainsQuery.js +32 -0
  2051. package/esm/public/hooks/queries/useEmailQuery.d.ts +65 -0
  2052. package/esm/public/hooks/queries/useEmailQuery.js +47 -0
  2053. package/esm/public/hooks/queries/useEmailsModuleQuery.d.ts +65 -0
  2054. package/esm/public/hooks/queries/useEmailsModuleQuery.js +47 -0
  2055. package/esm/public/hooks/queries/useEmailsModulesQuery.d.ts +69 -0
  2056. package/esm/public/hooks/queries/useEmailsModulesQuery.js +32 -0
  2057. package/esm/public/hooks/queries/useEmailsQuery.d.ts +69 -0
  2058. package/esm/public/hooks/queries/useEmailsQuery.js +32 -0
  2059. package/esm/public/hooks/queries/useEncryptedSecretsModuleQuery.d.ts +65 -0
  2060. package/esm/public/hooks/queries/useEncryptedSecretsModuleQuery.js +47 -0
  2061. package/esm/public/hooks/queries/useEncryptedSecretsModulesQuery.d.ts +69 -0
  2062. package/esm/public/hooks/queries/useEncryptedSecretsModulesQuery.js +32 -0
  2063. package/esm/public/hooks/queries/useFieldModuleQuery.d.ts +65 -0
  2064. package/esm/public/hooks/queries/useFieldModuleQuery.js +47 -0
  2065. package/esm/public/hooks/queries/useFieldModulesQuery.d.ts +69 -0
  2066. package/esm/public/hooks/queries/useFieldModulesQuery.js +32 -0
  2067. package/esm/public/hooks/queries/useFieldQuery.d.ts +65 -0
  2068. package/esm/public/hooks/queries/useFieldQuery.js +47 -0
  2069. package/esm/public/hooks/queries/useFieldsQuery.d.ts +69 -0
  2070. package/esm/public/hooks/queries/useFieldsQuery.js +32 -0
  2071. package/esm/public/hooks/queries/useForeignKeyConstraintQuery.d.ts +65 -0
  2072. package/esm/public/hooks/queries/useForeignKeyConstraintQuery.js +47 -0
  2073. package/esm/public/hooks/queries/useForeignKeyConstraintsQuery.d.ts +69 -0
  2074. package/esm/public/hooks/queries/useForeignKeyConstraintsQuery.js +32 -0
  2075. package/esm/public/hooks/queries/useFullTextSearchQuery.d.ts +65 -0
  2076. package/esm/public/hooks/queries/useFullTextSearchQuery.js +47 -0
  2077. package/esm/public/hooks/queries/useFullTextSearchesQuery.d.ts +69 -0
  2078. package/esm/public/hooks/queries/useFullTextSearchesQuery.js +32 -0
  2079. package/esm/public/hooks/queries/useGetAllObjectsFromRootQuery.d.ts +54 -0
  2080. package/esm/public/hooks/queries/useGetAllObjectsFromRootQuery.js +47 -0
  2081. package/esm/public/hooks/queries/useGetAllQuery.d.ts +69 -0
  2082. package/esm/public/hooks/queries/useGetAllQuery.js +32 -0
  2083. package/esm/public/hooks/queries/useGetObjectAtPathQuery.d.ts +65 -0
  2084. package/esm/public/hooks/queries/useGetObjectAtPathQuery.js +48 -0
  2085. package/esm/public/hooks/queries/useGetPathObjectsFromRootQuery.d.ts +54 -0
  2086. package/esm/public/hooks/queries/useGetPathObjectsFromRootQuery.js +47 -0
  2087. package/esm/public/hooks/queries/useHierarchyModuleQuery.d.ts +65 -0
  2088. package/esm/public/hooks/queries/useHierarchyModuleQuery.js +47 -0
  2089. package/esm/public/hooks/queries/useHierarchyModulesQuery.d.ts +69 -0
  2090. package/esm/public/hooks/queries/useHierarchyModulesQuery.js +32 -0
  2091. package/esm/public/hooks/queries/useIndexQuery.d.ts +65 -0
  2092. package/esm/public/hooks/queries/useIndexQuery.js +47 -0
  2093. package/esm/public/hooks/queries/useIndicesQuery.d.ts +69 -0
  2094. package/esm/public/hooks/queries/useIndicesQuery.js +32 -0
  2095. package/esm/public/hooks/queries/useInviteQuery.d.ts +65 -0
  2096. package/esm/public/hooks/queries/useInviteQuery.js +47 -0
  2097. package/esm/public/hooks/queries/useInvitesModuleQuery.d.ts +65 -0
  2098. package/esm/public/hooks/queries/useInvitesModuleQuery.js +47 -0
  2099. package/esm/public/hooks/queries/useInvitesModulesQuery.d.ts +69 -0
  2100. package/esm/public/hooks/queries/useInvitesModulesQuery.js +32 -0
  2101. package/esm/public/hooks/queries/useInvitesQuery.d.ts +69 -0
  2102. package/esm/public/hooks/queries/useInvitesQuery.js +32 -0
  2103. package/esm/public/hooks/queries/useLevelsModuleQuery.d.ts +65 -0
  2104. package/esm/public/hooks/queries/useLevelsModuleQuery.js +47 -0
  2105. package/esm/public/hooks/queries/useLevelsModulesQuery.d.ts +69 -0
  2106. package/esm/public/hooks/queries/useLevelsModulesQuery.js +32 -0
  2107. package/esm/public/hooks/queries/useLimitFunctionQuery.d.ts +65 -0
  2108. package/esm/public/hooks/queries/useLimitFunctionQuery.js +47 -0
  2109. package/esm/public/hooks/queries/useLimitFunctionsQuery.d.ts +69 -0
  2110. package/esm/public/hooks/queries/useLimitFunctionsQuery.js +32 -0
  2111. package/esm/public/hooks/queries/useLimitsModuleQuery.d.ts +65 -0
  2112. package/esm/public/hooks/queries/useLimitsModuleQuery.js +47 -0
  2113. package/esm/public/hooks/queries/useLimitsModulesQuery.d.ts +69 -0
  2114. package/esm/public/hooks/queries/useLimitsModulesQuery.js +32 -0
  2115. package/esm/public/hooks/queries/useMembershipTypeQuery.d.ts +65 -0
  2116. package/esm/public/hooks/queries/useMembershipTypeQuery.js +47 -0
  2117. package/esm/public/hooks/queries/useMembershipTypesModuleQuery.d.ts +65 -0
  2118. package/esm/public/hooks/queries/useMembershipTypesModuleQuery.js +47 -0
  2119. package/esm/public/hooks/queries/useMembershipTypesModulesQuery.d.ts +69 -0
  2120. package/esm/public/hooks/queries/useMembershipTypesModulesQuery.js +32 -0
  2121. package/esm/public/hooks/queries/useMembershipTypesQuery.d.ts +69 -0
  2122. package/esm/public/hooks/queries/useMembershipTypesQuery.js +32 -0
  2123. package/esm/public/hooks/queries/useMembershipsModuleQuery.d.ts +65 -0
  2124. package/esm/public/hooks/queries/useMembershipsModuleQuery.js +47 -0
  2125. package/esm/public/hooks/queries/useMembershipsModulesQuery.d.ts +69 -0
  2126. package/esm/public/hooks/queries/useMembershipsModulesQuery.js +32 -0
  2127. package/esm/public/hooks/queries/useNodeTypeRegistriesQuery.d.ts +69 -0
  2128. package/esm/public/hooks/queries/useNodeTypeRegistriesQuery.js +32 -0
  2129. package/esm/public/hooks/queries/useNodeTypeRegistryQuery.d.ts +65 -0
  2130. package/esm/public/hooks/queries/useNodeTypeRegistryQuery.js +47 -0
  2131. package/esm/public/hooks/queries/useObjectQuery.d.ts +65 -0
  2132. package/esm/public/hooks/queries/useObjectQuery.js +47 -0
  2133. package/esm/public/hooks/queries/useObjectsQuery.d.ts +69 -0
  2134. package/esm/public/hooks/queries/useObjectsQuery.js +32 -0
  2135. package/esm/public/hooks/queries/useOrgAdminGrantQuery.d.ts +65 -0
  2136. package/esm/public/hooks/queries/useOrgAdminGrantQuery.js +47 -0
  2137. package/esm/public/hooks/queries/useOrgAdminGrantsQuery.d.ts +69 -0
  2138. package/esm/public/hooks/queries/useOrgAdminGrantsQuery.js +32 -0
  2139. package/esm/public/hooks/queries/useOrgClaimedInviteQuery.d.ts +65 -0
  2140. package/esm/public/hooks/queries/useOrgClaimedInviteQuery.js +47 -0
  2141. package/esm/public/hooks/queries/useOrgClaimedInvitesQuery.d.ts +69 -0
  2142. package/esm/public/hooks/queries/useOrgClaimedInvitesQuery.js +32 -0
  2143. package/esm/public/hooks/queries/useOrgGrantQuery.d.ts +65 -0
  2144. package/esm/public/hooks/queries/useOrgGrantQuery.js +47 -0
  2145. package/esm/public/hooks/queries/useOrgGrantsQuery.d.ts +69 -0
  2146. package/esm/public/hooks/queries/useOrgGrantsQuery.js +32 -0
  2147. package/esm/public/hooks/queries/useOrgInviteQuery.d.ts +65 -0
  2148. package/esm/public/hooks/queries/useOrgInviteQuery.js +47 -0
  2149. package/esm/public/hooks/queries/useOrgInvitesQuery.d.ts +69 -0
  2150. package/esm/public/hooks/queries/useOrgInvitesQuery.js +32 -0
  2151. package/esm/public/hooks/queries/useOrgLimitDefaultQuery.d.ts +65 -0
  2152. package/esm/public/hooks/queries/useOrgLimitDefaultQuery.js +47 -0
  2153. package/esm/public/hooks/queries/useOrgLimitDefaultsQuery.d.ts +69 -0
  2154. package/esm/public/hooks/queries/useOrgLimitDefaultsQuery.js +32 -0
  2155. package/esm/public/hooks/queries/useOrgLimitQuery.d.ts +65 -0
  2156. package/esm/public/hooks/queries/useOrgLimitQuery.js +47 -0
  2157. package/esm/public/hooks/queries/useOrgLimitsQuery.d.ts +69 -0
  2158. package/esm/public/hooks/queries/useOrgLimitsQuery.js +32 -0
  2159. package/esm/public/hooks/queries/useOrgMemberQuery.d.ts +65 -0
  2160. package/esm/public/hooks/queries/useOrgMemberQuery.js +47 -0
  2161. package/esm/public/hooks/queries/useOrgMembersQuery.d.ts +69 -0
  2162. package/esm/public/hooks/queries/useOrgMembersQuery.js +32 -0
  2163. package/esm/public/hooks/queries/useOrgMembershipDefaultQuery.d.ts +65 -0
  2164. package/esm/public/hooks/queries/useOrgMembershipDefaultQuery.js +47 -0
  2165. package/esm/public/hooks/queries/useOrgMembershipDefaultsQuery.d.ts +69 -0
  2166. package/esm/public/hooks/queries/useOrgMembershipDefaultsQuery.js +32 -0
  2167. package/esm/public/hooks/queries/useOrgMembershipQuery.d.ts +65 -0
  2168. package/esm/public/hooks/queries/useOrgMembershipQuery.js +47 -0
  2169. package/esm/public/hooks/queries/useOrgMembershipsQuery.d.ts +69 -0
  2170. package/esm/public/hooks/queries/useOrgMembershipsQuery.js +32 -0
  2171. package/esm/public/hooks/queries/useOrgOwnerGrantQuery.d.ts +65 -0
  2172. package/esm/public/hooks/queries/useOrgOwnerGrantQuery.js +47 -0
  2173. package/esm/public/hooks/queries/useOrgOwnerGrantsQuery.d.ts +69 -0
  2174. package/esm/public/hooks/queries/useOrgOwnerGrantsQuery.js +32 -0
  2175. package/esm/public/hooks/queries/useOrgPermissionDefaultQuery.d.ts +65 -0
  2176. package/esm/public/hooks/queries/useOrgPermissionDefaultQuery.js +47 -0
  2177. package/esm/public/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +69 -0
  2178. package/esm/public/hooks/queries/useOrgPermissionDefaultsQuery.js +32 -0
  2179. package/esm/public/hooks/queries/useOrgPermissionQuery.d.ts +65 -0
  2180. package/esm/public/hooks/queries/useOrgPermissionQuery.js +47 -0
  2181. package/esm/public/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +54 -0
  2182. package/esm/public/hooks/queries/useOrgPermissionsGetByMaskQuery.js +47 -0
  2183. package/esm/public/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.d.ts +53 -0
  2184. package/esm/public/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.js +47 -0
  2185. package/esm/public/hooks/queries/useOrgPermissionsGetMaskQuery.d.ts +53 -0
  2186. package/esm/public/hooks/queries/useOrgPermissionsGetMaskQuery.js +47 -0
  2187. package/esm/public/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.d.ts +53 -0
  2188. package/esm/public/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.js +47 -0
  2189. package/esm/public/hooks/queries/useOrgPermissionsQuery.d.ts +69 -0
  2190. package/esm/public/hooks/queries/useOrgPermissionsQuery.js +32 -0
  2191. package/esm/public/hooks/queries/usePermissionsModuleQuery.d.ts +65 -0
  2192. package/esm/public/hooks/queries/usePermissionsModuleQuery.js +47 -0
  2193. package/esm/public/hooks/queries/usePermissionsModulesQuery.d.ts +69 -0
  2194. package/esm/public/hooks/queries/usePermissionsModulesQuery.js +32 -0
  2195. package/esm/public/hooks/queries/usePhoneNumberQuery.d.ts +65 -0
  2196. package/esm/public/hooks/queries/usePhoneNumberQuery.js +47 -0
  2197. package/esm/public/hooks/queries/usePhoneNumbersModuleQuery.d.ts +65 -0
  2198. package/esm/public/hooks/queries/usePhoneNumbersModuleQuery.js +47 -0
  2199. package/esm/public/hooks/queries/usePhoneNumbersModulesQuery.d.ts +69 -0
  2200. package/esm/public/hooks/queries/usePhoneNumbersModulesQuery.js +32 -0
  2201. package/esm/public/hooks/queries/usePhoneNumbersQuery.d.ts +69 -0
  2202. package/esm/public/hooks/queries/usePhoneNumbersQuery.js +32 -0
  2203. package/esm/public/hooks/queries/usePoliciesQuery.d.ts +69 -0
  2204. package/esm/public/hooks/queries/usePoliciesQuery.js +32 -0
  2205. package/esm/public/hooks/queries/usePolicyQuery.d.ts +65 -0
  2206. package/esm/public/hooks/queries/usePolicyQuery.js +47 -0
  2207. package/esm/public/hooks/queries/usePrimaryKeyConstraintQuery.d.ts +65 -0
  2208. package/esm/public/hooks/queries/usePrimaryKeyConstraintQuery.js +47 -0
  2209. package/esm/public/hooks/queries/usePrimaryKeyConstraintsQuery.d.ts +69 -0
  2210. package/esm/public/hooks/queries/usePrimaryKeyConstraintsQuery.js +32 -0
  2211. package/esm/public/hooks/queries/useProcedureQuery.d.ts +65 -0
  2212. package/esm/public/hooks/queries/useProcedureQuery.js +47 -0
  2213. package/esm/public/hooks/queries/useProceduresQuery.d.ts +69 -0
  2214. package/esm/public/hooks/queries/useProceduresQuery.js +32 -0
  2215. package/esm/public/hooks/queries/useProfilesModuleQuery.d.ts +65 -0
  2216. package/esm/public/hooks/queries/useProfilesModuleQuery.js +47 -0
  2217. package/esm/public/hooks/queries/useProfilesModulesQuery.d.ts +69 -0
  2218. package/esm/public/hooks/queries/useProfilesModulesQuery.js +32 -0
  2219. package/esm/public/hooks/queries/useRefQuery.d.ts +65 -0
  2220. package/esm/public/hooks/queries/useRefQuery.js +47 -0
  2221. package/esm/public/hooks/queries/useRefsQuery.d.ts +69 -0
  2222. package/esm/public/hooks/queries/useRefsQuery.js +32 -0
  2223. package/esm/public/hooks/queries/useRevParseQuery.d.ts +53 -0
  2224. package/esm/public/hooks/queries/useRevParseQuery.js +47 -0
  2225. package/esm/public/hooks/queries/useRlsModuleQuery.d.ts +65 -0
  2226. package/esm/public/hooks/queries/useRlsModuleQuery.js +47 -0
  2227. package/esm/public/hooks/queries/useRlsModulesQuery.d.ts +69 -0
  2228. package/esm/public/hooks/queries/useRlsModulesQuery.js +32 -0
  2229. package/esm/public/hooks/queries/useRoleTypeQuery.d.ts +65 -0
  2230. package/esm/public/hooks/queries/useRoleTypeQuery.js +47 -0
  2231. package/esm/public/hooks/queries/useRoleTypesQuery.d.ts +69 -0
  2232. package/esm/public/hooks/queries/useRoleTypesQuery.js +32 -0
  2233. package/esm/public/hooks/queries/useSchemaGrantQuery.d.ts +65 -0
  2234. package/esm/public/hooks/queries/useSchemaGrantQuery.js +47 -0
  2235. package/esm/public/hooks/queries/useSchemaGrantsQuery.d.ts +69 -0
  2236. package/esm/public/hooks/queries/useSchemaGrantsQuery.js +32 -0
  2237. package/esm/public/hooks/queries/useSchemaQuery.d.ts +65 -0
  2238. package/esm/public/hooks/queries/useSchemaQuery.js +47 -0
  2239. package/esm/public/hooks/queries/useSchemasQuery.d.ts +69 -0
  2240. package/esm/public/hooks/queries/useSchemasQuery.js +32 -0
  2241. package/esm/public/hooks/queries/useSecretsModuleQuery.d.ts +65 -0
  2242. package/esm/public/hooks/queries/useSecretsModuleQuery.js +47 -0
  2243. package/esm/public/hooks/queries/useSecretsModulesQuery.d.ts +69 -0
  2244. package/esm/public/hooks/queries/useSecretsModulesQuery.js +32 -0
  2245. package/esm/public/hooks/queries/useSessionsModuleQuery.d.ts +65 -0
  2246. package/esm/public/hooks/queries/useSessionsModuleQuery.js +47 -0
  2247. package/esm/public/hooks/queries/useSessionsModulesQuery.d.ts +69 -0
  2248. package/esm/public/hooks/queries/useSessionsModulesQuery.js +32 -0
  2249. package/esm/public/hooks/queries/useSiteMetadataQuery.d.ts +69 -0
  2250. package/esm/public/hooks/queries/useSiteMetadataQuery.js +32 -0
  2251. package/esm/public/hooks/queries/useSiteMetadatumQuery.d.ts +65 -0
  2252. package/esm/public/hooks/queries/useSiteMetadatumQuery.js +47 -0
  2253. package/esm/public/hooks/queries/useSiteModuleQuery.d.ts +65 -0
  2254. package/esm/public/hooks/queries/useSiteModuleQuery.js +47 -0
  2255. package/esm/public/hooks/queries/useSiteModulesQuery.d.ts +69 -0
  2256. package/esm/public/hooks/queries/useSiteModulesQuery.js +32 -0
  2257. package/esm/public/hooks/queries/useSiteQuery.d.ts +65 -0
  2258. package/esm/public/hooks/queries/useSiteQuery.js +47 -0
  2259. package/esm/public/hooks/queries/useSiteThemeQuery.d.ts +65 -0
  2260. package/esm/public/hooks/queries/useSiteThemeQuery.js +47 -0
  2261. package/esm/public/hooks/queries/useSiteThemesQuery.d.ts +69 -0
  2262. package/esm/public/hooks/queries/useSiteThemesQuery.js +32 -0
  2263. package/esm/public/hooks/queries/useSitesQuery.d.ts +69 -0
  2264. package/esm/public/hooks/queries/useSitesQuery.js +32 -0
  2265. package/esm/public/hooks/queries/useSqlMigrationQuery.d.ts +65 -0
  2266. package/esm/public/hooks/queries/useSqlMigrationQuery.js +47 -0
  2267. package/esm/public/hooks/queries/useSqlMigrationsQuery.d.ts +69 -0
  2268. package/esm/public/hooks/queries/useSqlMigrationsQuery.js +32 -0
  2269. package/esm/public/hooks/queries/useStepsAchievedQuery.d.ts +53 -0
  2270. package/esm/public/hooks/queries/useStepsAchievedQuery.js +47 -0
  2271. package/esm/public/hooks/queries/useStepsRequiredQuery.d.ts +54 -0
  2272. package/esm/public/hooks/queries/useStepsRequiredQuery.js +47 -0
  2273. package/esm/public/hooks/queries/useStoreQuery.d.ts +65 -0
  2274. package/esm/public/hooks/queries/useStoreQuery.js +47 -0
  2275. package/esm/public/hooks/queries/useStoresQuery.d.ts +69 -0
  2276. package/esm/public/hooks/queries/useStoresQuery.js +32 -0
  2277. package/esm/public/hooks/queries/useTableGrantQuery.d.ts +65 -0
  2278. package/esm/public/hooks/queries/useTableGrantQuery.js +47 -0
  2279. package/esm/public/hooks/queries/useTableGrantsQuery.d.ts +69 -0
  2280. package/esm/public/hooks/queries/useTableGrantsQuery.js +32 -0
  2281. package/esm/public/hooks/queries/useTableModuleQuery.d.ts +65 -0
  2282. package/esm/public/hooks/queries/useTableModuleQuery.js +47 -0
  2283. package/esm/public/hooks/queries/useTableModulesQuery.d.ts +69 -0
  2284. package/esm/public/hooks/queries/useTableModulesQuery.js +32 -0
  2285. package/esm/public/hooks/queries/useTableQuery.d.ts +65 -0
  2286. package/esm/public/hooks/queries/useTableQuery.js +47 -0
  2287. package/esm/public/hooks/queries/useTableTemplateModuleQuery.d.ts +65 -0
  2288. package/esm/public/hooks/queries/useTableTemplateModuleQuery.js +47 -0
  2289. package/esm/public/hooks/queries/useTableTemplateModulesQuery.d.ts +69 -0
  2290. package/esm/public/hooks/queries/useTableTemplateModulesQuery.js +32 -0
  2291. package/esm/public/hooks/queries/useTablesQuery.d.ts +69 -0
  2292. package/esm/public/hooks/queries/useTablesQuery.js +32 -0
  2293. package/esm/public/hooks/queries/useTriggerFunctionQuery.d.ts +65 -0
  2294. package/esm/public/hooks/queries/useTriggerFunctionQuery.js +47 -0
  2295. package/esm/public/hooks/queries/useTriggerFunctionsQuery.d.ts +69 -0
  2296. package/esm/public/hooks/queries/useTriggerFunctionsQuery.js +32 -0
  2297. package/esm/public/hooks/queries/useTriggerQuery.d.ts +65 -0
  2298. package/esm/public/hooks/queries/useTriggerQuery.js +47 -0
  2299. package/esm/public/hooks/queries/useTriggersQuery.d.ts +69 -0
  2300. package/esm/public/hooks/queries/useTriggersQuery.js +32 -0
  2301. package/esm/public/hooks/queries/useUniqueConstraintQuery.d.ts +65 -0
  2302. package/esm/public/hooks/queries/useUniqueConstraintQuery.js +47 -0
  2303. package/esm/public/hooks/queries/useUniqueConstraintsQuery.d.ts +69 -0
  2304. package/esm/public/hooks/queries/useUniqueConstraintsQuery.js +32 -0
  2305. package/esm/public/hooks/queries/useUserAuthModuleQuery.d.ts +65 -0
  2306. package/esm/public/hooks/queries/useUserAuthModuleQuery.js +47 -0
  2307. package/esm/public/hooks/queries/useUserAuthModulesQuery.d.ts +69 -0
  2308. package/esm/public/hooks/queries/useUserAuthModulesQuery.js +32 -0
  2309. package/esm/public/hooks/queries/useUserQuery.d.ts +65 -0
  2310. package/esm/public/hooks/queries/useUserQuery.js +47 -0
  2311. package/esm/public/hooks/queries/useUsersModuleQuery.d.ts +65 -0
  2312. package/esm/public/hooks/queries/useUsersModuleQuery.js +47 -0
  2313. package/esm/public/hooks/queries/useUsersModulesQuery.d.ts +69 -0
  2314. package/esm/public/hooks/queries/useUsersModulesQuery.js +32 -0
  2315. package/esm/public/hooks/queries/useUsersQuery.d.ts +69 -0
  2316. package/esm/public/hooks/queries/useUsersQuery.js +32 -0
  2317. package/esm/public/hooks/queries/useUuidModuleQuery.d.ts +65 -0
  2318. package/esm/public/hooks/queries/useUuidModuleQuery.js +47 -0
  2319. package/esm/public/hooks/queries/useUuidModulesQuery.d.ts +69 -0
  2320. package/esm/public/hooks/queries/useUuidModulesQuery.js +32 -0
  2321. package/esm/public/hooks/queries/useViewGrantQuery.d.ts +65 -0
  2322. package/esm/public/hooks/queries/useViewGrantQuery.js +47 -0
  2323. package/esm/public/hooks/queries/useViewGrantsQuery.d.ts +69 -0
  2324. package/esm/public/hooks/queries/useViewGrantsQuery.js +32 -0
  2325. package/esm/public/hooks/queries/useViewQuery.d.ts +65 -0
  2326. package/esm/public/hooks/queries/useViewQuery.js +47 -0
  2327. package/esm/public/hooks/queries/useViewRuleQuery.d.ts +65 -0
  2328. package/esm/public/hooks/queries/useViewRuleQuery.js +47 -0
  2329. package/esm/public/hooks/queries/useViewRulesQuery.d.ts +69 -0
  2330. package/esm/public/hooks/queries/useViewRulesQuery.js +32 -0
  2331. package/esm/public/hooks/queries/useViewTableQuery.d.ts +65 -0
  2332. package/esm/public/hooks/queries/useViewTableQuery.js +47 -0
  2333. package/esm/public/hooks/queries/useViewTablesQuery.d.ts +69 -0
  2334. package/esm/public/hooks/queries/useViewTablesQuery.js +32 -0
  2335. package/esm/public/hooks/queries/useViewsQuery.d.ts +69 -0
  2336. package/esm/public/hooks/queries/useViewsQuery.js +32 -0
  2337. package/esm/public/hooks/query-keys.d.ts +1457 -0
  2338. package/esm/public/hooks/query-keys.js +858 -0
  2339. package/esm/public/hooks/selection.d.ts +30 -0
  2340. package/esm/public/hooks/selection.js +22 -0
  2341. package/esm/public/index.d.ts +7 -0
  2342. package/esm/public/index.js +7 -0
  2343. package/esm/public/orm/client.d.ts +55 -0
  2344. package/esm/public/orm/client.js +99 -0
  2345. package/esm/public/orm/index.d.ts +480 -0
  2346. package/esm/public/orm/index.js +242 -0
  2347. package/esm/public/orm/input-types.d.ts +16535 -0
  2348. package/esm/public/orm/input-types.js +128 -0
  2349. package/esm/public/orm/models/api.d.ts +56 -0
  2350. package/esm/public/orm/models/api.js +94 -0
  2351. package/esm/public/orm/models/apiModule.d.ts +56 -0
  2352. package/esm/public/orm/models/apiModule.js +94 -0
  2353. package/esm/public/orm/models/apiSchema.d.ts +56 -0
  2354. package/esm/public/orm/models/apiSchema.js +94 -0
  2355. package/esm/public/orm/models/app.d.ts +56 -0
  2356. package/esm/public/orm/models/app.js +94 -0
  2357. package/esm/public/orm/models/appAchievement.d.ts +56 -0
  2358. package/esm/public/orm/models/appAchievement.js +94 -0
  2359. package/esm/public/orm/models/appAdminGrant.d.ts +56 -0
  2360. package/esm/public/orm/models/appAdminGrant.js +94 -0
  2361. package/esm/public/orm/models/appGrant.d.ts +56 -0
  2362. package/esm/public/orm/models/appGrant.js +94 -0
  2363. package/esm/public/orm/models/appLevel.d.ts +56 -0
  2364. package/esm/public/orm/models/appLevel.js +94 -0
  2365. package/esm/public/orm/models/appLevelRequirement.d.ts +56 -0
  2366. package/esm/public/orm/models/appLevelRequirement.js +94 -0
  2367. package/esm/public/orm/models/appLimit.d.ts +56 -0
  2368. package/esm/public/orm/models/appLimit.js +94 -0
  2369. package/esm/public/orm/models/appLimitDefault.d.ts +56 -0
  2370. package/esm/public/orm/models/appLimitDefault.js +94 -0
  2371. package/esm/public/orm/models/appMembership.d.ts +56 -0
  2372. package/esm/public/orm/models/appMembership.js +94 -0
  2373. package/esm/public/orm/models/appMembershipDefault.d.ts +56 -0
  2374. package/esm/public/orm/models/appMembershipDefault.js +94 -0
  2375. package/esm/public/orm/models/appOwnerGrant.d.ts +56 -0
  2376. package/esm/public/orm/models/appOwnerGrant.js +94 -0
  2377. package/esm/public/orm/models/appPermission.d.ts +56 -0
  2378. package/esm/public/orm/models/appPermission.js +94 -0
  2379. package/esm/public/orm/models/appPermissionDefault.d.ts +56 -0
  2380. package/esm/public/orm/models/appPermissionDefault.js +94 -0
  2381. package/esm/public/orm/models/appStep.d.ts +56 -0
  2382. package/esm/public/orm/models/appStep.js +94 -0
  2383. package/esm/public/orm/models/astMigration.d.ts +38 -0
  2384. package/esm/public/orm/models/astMigration.js +72 -0
  2385. package/esm/public/orm/models/auditLog.d.ts +56 -0
  2386. package/esm/public/orm/models/auditLog.js +94 -0
  2387. package/esm/public/orm/models/checkConstraint.d.ts +56 -0
  2388. package/esm/public/orm/models/checkConstraint.js +94 -0
  2389. package/esm/public/orm/models/claimedInvite.d.ts +56 -0
  2390. package/esm/public/orm/models/claimedInvite.js +94 -0
  2391. package/esm/public/orm/models/commit.d.ts +56 -0
  2392. package/esm/public/orm/models/commit.js +94 -0
  2393. package/esm/public/orm/models/connectedAccount.d.ts +56 -0
  2394. package/esm/public/orm/models/connectedAccount.js +94 -0
  2395. package/esm/public/orm/models/connectedAccountsModule.d.ts +56 -0
  2396. package/esm/public/orm/models/connectedAccountsModule.js +94 -0
  2397. package/esm/public/orm/models/cryptoAddress.d.ts +56 -0
  2398. package/esm/public/orm/models/cryptoAddress.js +94 -0
  2399. package/esm/public/orm/models/cryptoAddressesModule.d.ts +56 -0
  2400. package/esm/public/orm/models/cryptoAddressesModule.js +94 -0
  2401. package/esm/public/orm/models/cryptoAuthModule.d.ts +56 -0
  2402. package/esm/public/orm/models/cryptoAuthModule.js +94 -0
  2403. package/esm/public/orm/models/database.d.ts +56 -0
  2404. package/esm/public/orm/models/database.js +94 -0
  2405. package/esm/public/orm/models/databaseProvisionModule.d.ts +56 -0
  2406. package/esm/public/orm/models/databaseProvisionModule.js +94 -0
  2407. package/esm/public/orm/models/defaultIdsModule.d.ts +56 -0
  2408. package/esm/public/orm/models/defaultIdsModule.js +94 -0
  2409. package/esm/public/orm/models/denormalizedTableField.d.ts +56 -0
  2410. package/esm/public/orm/models/denormalizedTableField.js +94 -0
  2411. package/esm/public/orm/models/domain.d.ts +56 -0
  2412. package/esm/public/orm/models/domain.js +94 -0
  2413. package/esm/public/orm/models/email.d.ts +56 -0
  2414. package/esm/public/orm/models/email.js +94 -0
  2415. package/esm/public/orm/models/emailsModule.d.ts +56 -0
  2416. package/esm/public/orm/models/emailsModule.js +94 -0
  2417. package/esm/public/orm/models/encryptedSecretsModule.d.ts +56 -0
  2418. package/esm/public/orm/models/encryptedSecretsModule.js +94 -0
  2419. package/esm/public/orm/models/field.d.ts +56 -0
  2420. package/esm/public/orm/models/field.js +94 -0
  2421. package/esm/public/orm/models/fieldModule.d.ts +56 -0
  2422. package/esm/public/orm/models/fieldModule.js +94 -0
  2423. package/esm/public/orm/models/foreignKeyConstraint.d.ts +56 -0
  2424. package/esm/public/orm/models/foreignKeyConstraint.js +94 -0
  2425. package/esm/public/orm/models/fullTextSearch.d.ts +56 -0
  2426. package/esm/public/orm/models/fullTextSearch.js +94 -0
  2427. package/esm/public/orm/models/getAllRecord.d.ts +32 -0
  2428. package/esm/public/orm/models/getAllRecord.js +51 -0
  2429. package/esm/public/orm/models/hierarchyModule.d.ts +56 -0
  2430. package/esm/public/orm/models/hierarchyModule.js +94 -0
  2431. package/esm/public/orm/models/index.d.ts +104 -0
  2432. package/esm/public/orm/models/index.js +104 -0
  2433. package/esm/public/orm/models/indexModel.d.ts +56 -0
  2434. package/esm/public/orm/models/indexModel.js +94 -0
  2435. package/esm/public/orm/models/invite.d.ts +56 -0
  2436. package/esm/public/orm/models/invite.js +94 -0
  2437. package/esm/public/orm/models/invitesModule.d.ts +56 -0
  2438. package/esm/public/orm/models/invitesModule.js +94 -0
  2439. package/esm/public/orm/models/levelsModule.d.ts +56 -0
  2440. package/esm/public/orm/models/levelsModule.js +94 -0
  2441. package/esm/public/orm/models/limitFunction.d.ts +56 -0
  2442. package/esm/public/orm/models/limitFunction.js +94 -0
  2443. package/esm/public/orm/models/limitsModule.d.ts +56 -0
  2444. package/esm/public/orm/models/limitsModule.js +94 -0
  2445. package/esm/public/orm/models/membershipType.d.ts +56 -0
  2446. package/esm/public/orm/models/membershipType.js +94 -0
  2447. package/esm/public/orm/models/membershipTypesModule.d.ts +56 -0
  2448. package/esm/public/orm/models/membershipTypesModule.js +94 -0
  2449. package/esm/public/orm/models/membershipsModule.d.ts +56 -0
  2450. package/esm/public/orm/models/membershipsModule.js +94 -0
  2451. package/esm/public/orm/models/nodeTypeRegistry.d.ts +56 -0
  2452. package/esm/public/orm/models/nodeTypeRegistry.js +94 -0
  2453. package/esm/public/orm/models/object.d.ts +56 -0
  2454. package/esm/public/orm/models/object.js +84 -0
  2455. package/esm/public/orm/models/orgAdminGrant.d.ts +56 -0
  2456. package/esm/public/orm/models/orgAdminGrant.js +94 -0
  2457. package/esm/public/orm/models/orgClaimedInvite.d.ts +56 -0
  2458. package/esm/public/orm/models/orgClaimedInvite.js +94 -0
  2459. package/esm/public/orm/models/orgGrant.d.ts +56 -0
  2460. package/esm/public/orm/models/orgGrant.js +94 -0
  2461. package/esm/public/orm/models/orgInvite.d.ts +56 -0
  2462. package/esm/public/orm/models/orgInvite.js +94 -0
  2463. package/esm/public/orm/models/orgLimit.d.ts +56 -0
  2464. package/esm/public/orm/models/orgLimit.js +94 -0
  2465. package/esm/public/orm/models/orgLimitDefault.d.ts +56 -0
  2466. package/esm/public/orm/models/orgLimitDefault.js +94 -0
  2467. package/esm/public/orm/models/orgMember.d.ts +56 -0
  2468. package/esm/public/orm/models/orgMember.js +94 -0
  2469. package/esm/public/orm/models/orgMembership.d.ts +56 -0
  2470. package/esm/public/orm/models/orgMembership.js +94 -0
  2471. package/esm/public/orm/models/orgMembershipDefault.d.ts +56 -0
  2472. package/esm/public/orm/models/orgMembershipDefault.js +94 -0
  2473. package/esm/public/orm/models/orgOwnerGrant.d.ts +56 -0
  2474. package/esm/public/orm/models/orgOwnerGrant.js +94 -0
  2475. package/esm/public/orm/models/orgPermission.d.ts +56 -0
  2476. package/esm/public/orm/models/orgPermission.js +94 -0
  2477. package/esm/public/orm/models/orgPermissionDefault.d.ts +56 -0
  2478. package/esm/public/orm/models/orgPermissionDefault.js +94 -0
  2479. package/esm/public/orm/models/permissionsModule.d.ts +56 -0
  2480. package/esm/public/orm/models/permissionsModule.js +94 -0
  2481. package/esm/public/orm/models/phoneNumber.d.ts +56 -0
  2482. package/esm/public/orm/models/phoneNumber.js +94 -0
  2483. package/esm/public/orm/models/phoneNumbersModule.d.ts +56 -0
  2484. package/esm/public/orm/models/phoneNumbersModule.js +94 -0
  2485. package/esm/public/orm/models/policy.d.ts +56 -0
  2486. package/esm/public/orm/models/policy.js +94 -0
  2487. package/esm/public/orm/models/primaryKeyConstraint.d.ts +56 -0
  2488. package/esm/public/orm/models/primaryKeyConstraint.js +94 -0
  2489. package/esm/public/orm/models/procedure.d.ts +56 -0
  2490. package/esm/public/orm/models/procedure.js +94 -0
  2491. package/esm/public/orm/models/profilesModule.d.ts +56 -0
  2492. package/esm/public/orm/models/profilesModule.js +94 -0
  2493. package/esm/public/orm/models/ref.d.ts +56 -0
  2494. package/esm/public/orm/models/ref.js +94 -0
  2495. package/esm/public/orm/models/rlsModule.d.ts +56 -0
  2496. package/esm/public/orm/models/rlsModule.js +94 -0
  2497. package/esm/public/orm/models/roleType.d.ts +56 -0
  2498. package/esm/public/orm/models/roleType.js +94 -0
  2499. package/esm/public/orm/models/schema.d.ts +56 -0
  2500. package/esm/public/orm/models/schema.js +94 -0
  2501. package/esm/public/orm/models/schemaGrant.d.ts +56 -0
  2502. package/esm/public/orm/models/schemaGrant.js +94 -0
  2503. package/esm/public/orm/models/secretsModule.d.ts +56 -0
  2504. package/esm/public/orm/models/secretsModule.js +94 -0
  2505. package/esm/public/orm/models/sessionsModule.d.ts +56 -0
  2506. package/esm/public/orm/models/sessionsModule.js +94 -0
  2507. package/esm/public/orm/models/site.d.ts +56 -0
  2508. package/esm/public/orm/models/site.js +94 -0
  2509. package/esm/public/orm/models/siteMetadatum.d.ts +56 -0
  2510. package/esm/public/orm/models/siteMetadatum.js +94 -0
  2511. package/esm/public/orm/models/siteModule.d.ts +56 -0
  2512. package/esm/public/orm/models/siteModule.js +94 -0
  2513. package/esm/public/orm/models/siteTheme.d.ts +56 -0
  2514. package/esm/public/orm/models/siteTheme.js +94 -0
  2515. package/esm/public/orm/models/sqlMigration.d.ts +38 -0
  2516. package/esm/public/orm/models/sqlMigration.js +72 -0
  2517. package/esm/public/orm/models/store.d.ts +56 -0
  2518. package/esm/public/orm/models/store.js +94 -0
  2519. package/esm/public/orm/models/table.d.ts +56 -0
  2520. package/esm/public/orm/models/table.js +94 -0
  2521. package/esm/public/orm/models/tableGrant.d.ts +56 -0
  2522. package/esm/public/orm/models/tableGrant.js +94 -0
  2523. package/esm/public/orm/models/tableModule.d.ts +56 -0
  2524. package/esm/public/orm/models/tableModule.js +94 -0
  2525. package/esm/public/orm/models/tableTemplateModule.d.ts +56 -0
  2526. package/esm/public/orm/models/tableTemplateModule.js +94 -0
  2527. package/esm/public/orm/models/trigger.d.ts +56 -0
  2528. package/esm/public/orm/models/trigger.js +94 -0
  2529. package/esm/public/orm/models/triggerFunction.d.ts +56 -0
  2530. package/esm/public/orm/models/triggerFunction.js +94 -0
  2531. package/esm/public/orm/models/uniqueConstraint.d.ts +56 -0
  2532. package/esm/public/orm/models/uniqueConstraint.js +94 -0
  2533. package/esm/public/orm/models/user.d.ts +56 -0
  2534. package/esm/public/orm/models/user.js +94 -0
  2535. package/esm/public/orm/models/userAuthModule.d.ts +56 -0
  2536. package/esm/public/orm/models/userAuthModule.js +94 -0
  2537. package/esm/public/orm/models/usersModule.d.ts +56 -0
  2538. package/esm/public/orm/models/usersModule.js +94 -0
  2539. package/esm/public/orm/models/uuidModule.d.ts +56 -0
  2540. package/esm/public/orm/models/uuidModule.js +94 -0
  2541. package/esm/public/orm/models/view.d.ts +56 -0
  2542. package/esm/public/orm/models/view.js +94 -0
  2543. package/esm/public/orm/models/viewGrant.d.ts +56 -0
  2544. package/esm/public/orm/models/viewGrant.js +94 -0
  2545. package/esm/public/orm/models/viewRule.d.ts +56 -0
  2546. package/esm/public/orm/models/viewRule.js +94 -0
  2547. package/esm/public/orm/models/viewTable.d.ts +56 -0
  2548. package/esm/public/orm/models/viewTable.js +94 -0
  2549. package/esm/public/orm/mutation/index.d.ts +278 -0
  2550. package/esm/public/orm/mutation/index.js +378 -0
  2551. package/esm/public/orm/query/index.d.ts +198 -0
  2552. package/esm/public/orm/query/index.js +302 -0
  2553. package/esm/public/orm/query-builder.d.ts +89 -0
  2554. package/esm/public/orm/query-builder.js +564 -0
  2555. package/esm/public/orm/select-types.d.ts +101 -0
  2556. package/esm/public/orm/select-types.js +1 -0
  2557. package/esm/public/orm/types.d.ts +6 -0
  2558. package/esm/public/orm/types.js +7 -0
  2559. package/esm/public/schema-types.d.ts +13293 -0
  2560. package/esm/public/schema-types.js +6 -0
  2561. package/esm/public/types.d.ts +1360 -0
  2562. package/esm/public/types.js +1 -0
  2563. package/index.d.ts +8 -0
  2564. package/index.js +44 -0
  2565. package/objects/hooks/client.d.ts +30 -0
  2566. package/objects/hooks/client.js +40 -0
  2567. package/objects/hooks/index.d.ts +39 -0
  2568. package/objects/hooks/index.js +55 -0
  2569. package/objects/hooks/invalidation.d.ts +70 -0
  2570. package/objects/hooks/invalidation.js +123 -0
  2571. package/objects/hooks/mutation-keys.d.ts +109 -0
  2572. package/objects/hooks/mutation-keys.js +109 -0
  2573. package/objects/hooks/mutations/index.d.ts +26 -0
  2574. package/objects/hooks/mutations/index.js +42 -0
  2575. package/objects/hooks/mutations/useCreateCommitMutation.d.ts +34 -0
  2576. package/objects/hooks/mutations/useCreateCommitMutation.js +34 -0
  2577. package/objects/hooks/mutations/useCreateGetAllRecordMutation.d.ts +34 -0
  2578. package/objects/hooks/mutations/useCreateGetAllRecordMutation.js +34 -0
  2579. package/objects/hooks/mutations/useCreateObjectMutation.d.ts +34 -0
  2580. package/objects/hooks/mutations/useCreateObjectMutation.js +34 -0
  2581. package/objects/hooks/mutations/useCreateRefMutation.d.ts +34 -0
  2582. package/objects/hooks/mutations/useCreateRefMutation.js +34 -0
  2583. package/objects/hooks/mutations/useCreateStoreMutation.d.ts +34 -0
  2584. package/objects/hooks/mutations/useCreateStoreMutation.js +34 -0
  2585. package/objects/hooks/mutations/useDeleteCommitMutation.d.ts +38 -0
  2586. package/objects/hooks/mutations/useDeleteCommitMutation.js +39 -0
  2587. package/objects/hooks/mutations/useDeleteObjectMutation.d.ts +38 -0
  2588. package/objects/hooks/mutations/useDeleteObjectMutation.js +39 -0
  2589. package/objects/hooks/mutations/useDeleteRefMutation.d.ts +38 -0
  2590. package/objects/hooks/mutations/useDeleteRefMutation.js +39 -0
  2591. package/objects/hooks/mutations/useDeleteStoreMutation.d.ts +38 -0
  2592. package/objects/hooks/mutations/useDeleteStoreMutation.js +39 -0
  2593. package/objects/hooks/mutations/useFreezeObjectsMutation.d.ts +20 -0
  2594. package/objects/hooks/mutations/useFreezeObjectsMutation.js +26 -0
  2595. package/objects/hooks/mutations/useInitEmptyRepoMutation.d.ts +20 -0
  2596. package/objects/hooks/mutations/useInitEmptyRepoMutation.js +26 -0
  2597. package/objects/hooks/mutations/useInsertNodeAtPathMutation.d.ts +20 -0
  2598. package/objects/hooks/mutations/useInsertNodeAtPathMutation.js +26 -0
  2599. package/objects/hooks/mutations/useRemoveNodeAtPathMutation.d.ts +20 -0
  2600. package/objects/hooks/mutations/useRemoveNodeAtPathMutation.js +26 -0
  2601. package/objects/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
  2602. package/objects/hooks/mutations/useSetAndCommitMutation.js +26 -0
  2603. package/objects/hooks/mutations/useSetDataAtPathMutation.d.ts +20 -0
  2604. package/objects/hooks/mutations/useSetDataAtPathMutation.js +26 -0
  2605. package/objects/hooks/mutations/useSetPropsAndCommitMutation.d.ts +20 -0
  2606. package/objects/hooks/mutations/useSetPropsAndCommitMutation.js +26 -0
  2607. package/objects/hooks/mutations/useUpdateCommitMutation.d.ts +40 -0
  2608. package/objects/hooks/mutations/useUpdateCommitMutation.js +40 -0
  2609. package/objects/hooks/mutations/useUpdateNodeAtPathMutation.d.ts +20 -0
  2610. package/objects/hooks/mutations/useUpdateNodeAtPathMutation.js +26 -0
  2611. package/objects/hooks/mutations/useUpdateObjectMutation.d.ts +40 -0
  2612. package/objects/hooks/mutations/useUpdateObjectMutation.js +40 -0
  2613. package/objects/hooks/mutations/useUpdateRefMutation.d.ts +40 -0
  2614. package/objects/hooks/mutations/useUpdateRefMutation.js +40 -0
  2615. package/objects/hooks/mutations/useUpdateStoreMutation.d.ts +40 -0
  2616. package/objects/hooks/mutations/useUpdateStoreMutation.js +40 -0
  2617. package/objects/hooks/queries/index.d.ts +18 -0
  2618. package/objects/hooks/queries/index.js +34 -0
  2619. package/objects/hooks/queries/useCommitQuery.d.ts +65 -0
  2620. package/objects/hooks/queries/useCommitQuery.js +53 -0
  2621. package/objects/hooks/queries/useCommitsQuery.d.ts +69 -0
  2622. package/objects/hooks/queries/useCommitsQuery.js +38 -0
  2623. package/objects/hooks/queries/useGetAllObjectsFromRootQuery.d.ts +54 -0
  2624. package/objects/hooks/queries/useGetAllObjectsFromRootQuery.js +53 -0
  2625. package/objects/hooks/queries/useGetAllQuery.d.ts +69 -0
  2626. package/objects/hooks/queries/useGetAllQuery.js +38 -0
  2627. package/objects/hooks/queries/useGetObjectAtPathQuery.d.ts +65 -0
  2628. package/objects/hooks/queries/useGetObjectAtPathQuery.js +54 -0
  2629. package/objects/hooks/queries/useGetPathObjectsFromRootQuery.d.ts +54 -0
  2630. package/objects/hooks/queries/useGetPathObjectsFromRootQuery.js +53 -0
  2631. package/objects/hooks/queries/useObjectQuery.d.ts +65 -0
  2632. package/objects/hooks/queries/useObjectQuery.js +53 -0
  2633. package/objects/hooks/queries/useObjectsQuery.d.ts +69 -0
  2634. package/objects/hooks/queries/useObjectsQuery.js +38 -0
  2635. package/objects/hooks/queries/useRefQuery.d.ts +65 -0
  2636. package/objects/hooks/queries/useRefQuery.js +53 -0
  2637. package/objects/hooks/queries/useRefsQuery.d.ts +69 -0
  2638. package/objects/hooks/queries/useRefsQuery.js +38 -0
  2639. package/objects/hooks/queries/useRevParseQuery.d.ts +53 -0
  2640. package/objects/hooks/queries/useRevParseQuery.js +53 -0
  2641. package/objects/hooks/queries/useStoreQuery.d.ts +65 -0
  2642. package/objects/hooks/queries/useStoreQuery.js +53 -0
  2643. package/objects/hooks/queries/useStoresQuery.d.ts +69 -0
  2644. package/objects/hooks/queries/useStoresQuery.js +38 -0
  2645. package/objects/hooks/query-keys.d.ts +113 -0
  2646. package/objects/hooks/query-keys.js +95 -0
  2647. package/objects/hooks/selection.d.ts +30 -0
  2648. package/objects/hooks/selection.js +26 -0
  2649. package/objects/index.d.ts +7 -0
  2650. package/objects/index.js +23 -0
  2651. package/objects/orm/client.d.ts +55 -0
  2652. package/objects/orm/client.js +105 -0
  2653. package/objects/orm/index.d.ts +107 -0
  2654. package/objects/orm/index.js +76 -0
  2655. package/objects/orm/input-types.d.ts +951 -0
  2656. package/objects/orm/input-types.js +5 -0
  2657. package/objects/orm/models/commit.d.ts +56 -0
  2658. package/objects/orm/models/commit.js +98 -0
  2659. package/objects/orm/models/getAllRecord.d.ts +32 -0
  2660. package/objects/orm/models/getAllRecord.js +55 -0
  2661. package/objects/orm/models/index.d.ts +10 -0
  2662. package/objects/orm/models/index.js +18 -0
  2663. package/objects/orm/models/object.d.ts +56 -0
  2664. package/objects/orm/models/object.js +88 -0
  2665. package/objects/orm/models/ref.d.ts +56 -0
  2666. package/objects/orm/models/ref.js +98 -0
  2667. package/objects/orm/models/store.d.ts +56 -0
  2668. package/objects/orm/models/store.js +98 -0
  2669. package/objects/orm/mutation/index.d.ts +75 -0
  2670. package/objects/orm/mutation/index.js +105 -0
  2671. package/objects/orm/query/index.d.ts +69 -0
  2672. package/objects/orm/query/index.js +113 -0
  2673. package/objects/orm/query-builder.d.ts +89 -0
  2674. package/objects/orm/query-builder.js +611 -0
  2675. package/objects/orm/select-types.d.ts +101 -0
  2676. package/objects/orm/select-types.js +2 -0
  2677. package/objects/orm/types.d.ts +6 -0
  2678. package/objects/orm/types.js +23 -0
  2679. package/objects/schema-types.d.ts +709 -0
  2680. package/objects/schema-types.js +7 -0
  2681. package/objects/types.d.ts +261 -0
  2682. package/objects/types.js +2 -0
  2683. package/package.json +62 -0
  2684. package/public/hooks/client.d.ts +30 -0
  2685. package/public/hooks/client.js +40 -0
  2686. package/public/hooks/index.d.ts +39 -0
  2687. package/public/hooks/index.js +55 -0
  2688. package/public/hooks/invalidation.d.ts +634 -0
  2689. package/public/hooks/invalidation.js +1627 -0
  2690. package/public/hooks/mutation-keys.d.ts +1283 -0
  2691. package/public/hooks/mutation-keys.js +852 -0
  2692. package/public/hooks/mutations/index.d.ts +327 -0
  2693. package/public/hooks/mutations/index.js +343 -0
  2694. package/public/hooks/mutations/useApplyRlsMutation.d.ts +20 -0
  2695. package/public/hooks/mutations/useApplyRlsMutation.js +26 -0
  2696. package/public/hooks/mutations/useBootstrapUserMutation.d.ts +20 -0
  2697. package/public/hooks/mutations/useBootstrapUserMutation.js +26 -0
  2698. package/public/hooks/mutations/useCheckPasswordMutation.d.ts +20 -0
  2699. package/public/hooks/mutations/useCheckPasswordMutation.js +26 -0
  2700. package/public/hooks/mutations/useConfirmDeleteAccountMutation.d.ts +20 -0
  2701. package/public/hooks/mutations/useConfirmDeleteAccountMutation.js +26 -0
  2702. package/public/hooks/mutations/useCreateApiModuleMutation.d.ts +34 -0
  2703. package/public/hooks/mutations/useCreateApiModuleMutation.js +34 -0
  2704. package/public/hooks/mutations/useCreateApiMutation.d.ts +34 -0
  2705. package/public/hooks/mutations/useCreateApiMutation.js +34 -0
  2706. package/public/hooks/mutations/useCreateApiSchemaMutation.d.ts +34 -0
  2707. package/public/hooks/mutations/useCreateApiSchemaMutation.js +34 -0
  2708. package/public/hooks/mutations/useCreateAppAchievementMutation.d.ts +34 -0
  2709. package/public/hooks/mutations/useCreateAppAchievementMutation.js +34 -0
  2710. package/public/hooks/mutations/useCreateAppAdminGrantMutation.d.ts +34 -0
  2711. package/public/hooks/mutations/useCreateAppAdminGrantMutation.js +34 -0
  2712. package/public/hooks/mutations/useCreateAppGrantMutation.d.ts +34 -0
  2713. package/public/hooks/mutations/useCreateAppGrantMutation.js +34 -0
  2714. package/public/hooks/mutations/useCreateAppLevelMutation.d.ts +34 -0
  2715. package/public/hooks/mutations/useCreateAppLevelMutation.js +34 -0
  2716. package/public/hooks/mutations/useCreateAppLevelRequirementMutation.d.ts +34 -0
  2717. package/public/hooks/mutations/useCreateAppLevelRequirementMutation.js +34 -0
  2718. package/public/hooks/mutations/useCreateAppLimitDefaultMutation.d.ts +34 -0
  2719. package/public/hooks/mutations/useCreateAppLimitDefaultMutation.js +34 -0
  2720. package/public/hooks/mutations/useCreateAppLimitMutation.d.ts +34 -0
  2721. package/public/hooks/mutations/useCreateAppLimitMutation.js +34 -0
  2722. package/public/hooks/mutations/useCreateAppMembershipDefaultMutation.d.ts +34 -0
  2723. package/public/hooks/mutations/useCreateAppMembershipDefaultMutation.js +34 -0
  2724. package/public/hooks/mutations/useCreateAppMembershipMutation.d.ts +34 -0
  2725. package/public/hooks/mutations/useCreateAppMembershipMutation.js +34 -0
  2726. package/public/hooks/mutations/useCreateAppMutation.d.ts +34 -0
  2727. package/public/hooks/mutations/useCreateAppMutation.js +34 -0
  2728. package/public/hooks/mutations/useCreateAppOwnerGrantMutation.d.ts +34 -0
  2729. package/public/hooks/mutations/useCreateAppOwnerGrantMutation.js +34 -0
  2730. package/public/hooks/mutations/useCreateAppPermissionDefaultMutation.d.ts +34 -0
  2731. package/public/hooks/mutations/useCreateAppPermissionDefaultMutation.js +34 -0
  2732. package/public/hooks/mutations/useCreateAppPermissionMutation.d.ts +34 -0
  2733. package/public/hooks/mutations/useCreateAppPermissionMutation.js +34 -0
  2734. package/public/hooks/mutations/useCreateAppStepMutation.d.ts +34 -0
  2735. package/public/hooks/mutations/useCreateAppStepMutation.js +34 -0
  2736. package/public/hooks/mutations/useCreateAstMigrationMutation.d.ts +34 -0
  2737. package/public/hooks/mutations/useCreateAstMigrationMutation.js +34 -0
  2738. package/public/hooks/mutations/useCreateAuditLogMutation.d.ts +34 -0
  2739. package/public/hooks/mutations/useCreateAuditLogMutation.js +34 -0
  2740. package/public/hooks/mutations/useCreateCheckConstraintMutation.d.ts +34 -0
  2741. package/public/hooks/mutations/useCreateCheckConstraintMutation.js +34 -0
  2742. package/public/hooks/mutations/useCreateClaimedInviteMutation.d.ts +34 -0
  2743. package/public/hooks/mutations/useCreateClaimedInviteMutation.js +34 -0
  2744. package/public/hooks/mutations/useCreateCommitMutation.d.ts +34 -0
  2745. package/public/hooks/mutations/useCreateCommitMutation.js +34 -0
  2746. package/public/hooks/mutations/useCreateConnectedAccountMutation.d.ts +34 -0
  2747. package/public/hooks/mutations/useCreateConnectedAccountMutation.js +34 -0
  2748. package/public/hooks/mutations/useCreateConnectedAccountsModuleMutation.d.ts +34 -0
  2749. package/public/hooks/mutations/useCreateConnectedAccountsModuleMutation.js +34 -0
  2750. package/public/hooks/mutations/useCreateCryptoAddressMutation.d.ts +34 -0
  2751. package/public/hooks/mutations/useCreateCryptoAddressMutation.js +34 -0
  2752. package/public/hooks/mutations/useCreateCryptoAddressesModuleMutation.d.ts +34 -0
  2753. package/public/hooks/mutations/useCreateCryptoAddressesModuleMutation.js +34 -0
  2754. package/public/hooks/mutations/useCreateCryptoAuthModuleMutation.d.ts +34 -0
  2755. package/public/hooks/mutations/useCreateCryptoAuthModuleMutation.js +34 -0
  2756. package/public/hooks/mutations/useCreateDatabaseMutation.d.ts +34 -0
  2757. package/public/hooks/mutations/useCreateDatabaseMutation.js +34 -0
  2758. package/public/hooks/mutations/useCreateDatabaseProvisionModuleMutation.d.ts +34 -0
  2759. package/public/hooks/mutations/useCreateDatabaseProvisionModuleMutation.js +34 -0
  2760. package/public/hooks/mutations/useCreateDefaultIdsModuleMutation.d.ts +34 -0
  2761. package/public/hooks/mutations/useCreateDefaultIdsModuleMutation.js +34 -0
  2762. package/public/hooks/mutations/useCreateDenormalizedTableFieldMutation.d.ts +34 -0
  2763. package/public/hooks/mutations/useCreateDenormalizedTableFieldMutation.js +34 -0
  2764. package/public/hooks/mutations/useCreateDomainMutation.d.ts +34 -0
  2765. package/public/hooks/mutations/useCreateDomainMutation.js +34 -0
  2766. package/public/hooks/mutations/useCreateEmailMutation.d.ts +34 -0
  2767. package/public/hooks/mutations/useCreateEmailMutation.js +34 -0
  2768. package/public/hooks/mutations/useCreateEmailsModuleMutation.d.ts +34 -0
  2769. package/public/hooks/mutations/useCreateEmailsModuleMutation.js +34 -0
  2770. package/public/hooks/mutations/useCreateEncryptedSecretsModuleMutation.d.ts +34 -0
  2771. package/public/hooks/mutations/useCreateEncryptedSecretsModuleMutation.js +34 -0
  2772. package/public/hooks/mutations/useCreateFieldModuleMutation.d.ts +34 -0
  2773. package/public/hooks/mutations/useCreateFieldModuleMutation.js +34 -0
  2774. package/public/hooks/mutations/useCreateFieldMutation.d.ts +34 -0
  2775. package/public/hooks/mutations/useCreateFieldMutation.js +34 -0
  2776. package/public/hooks/mutations/useCreateForeignKeyConstraintMutation.d.ts +34 -0
  2777. package/public/hooks/mutations/useCreateForeignKeyConstraintMutation.js +34 -0
  2778. package/public/hooks/mutations/useCreateFullTextSearchMutation.d.ts +34 -0
  2779. package/public/hooks/mutations/useCreateFullTextSearchMutation.js +34 -0
  2780. package/public/hooks/mutations/useCreateGetAllRecordMutation.d.ts +34 -0
  2781. package/public/hooks/mutations/useCreateGetAllRecordMutation.js +34 -0
  2782. package/public/hooks/mutations/useCreateHierarchyModuleMutation.d.ts +34 -0
  2783. package/public/hooks/mutations/useCreateHierarchyModuleMutation.js +34 -0
  2784. package/public/hooks/mutations/useCreateIndexMutation.d.ts +34 -0
  2785. package/public/hooks/mutations/useCreateIndexMutation.js +34 -0
  2786. package/public/hooks/mutations/useCreateInviteMutation.d.ts +34 -0
  2787. package/public/hooks/mutations/useCreateInviteMutation.js +34 -0
  2788. package/public/hooks/mutations/useCreateInvitesModuleMutation.d.ts +34 -0
  2789. package/public/hooks/mutations/useCreateInvitesModuleMutation.js +34 -0
  2790. package/public/hooks/mutations/useCreateLevelsModuleMutation.d.ts +34 -0
  2791. package/public/hooks/mutations/useCreateLevelsModuleMutation.js +34 -0
  2792. package/public/hooks/mutations/useCreateLimitFunctionMutation.d.ts +34 -0
  2793. package/public/hooks/mutations/useCreateLimitFunctionMutation.js +34 -0
  2794. package/public/hooks/mutations/useCreateLimitsModuleMutation.d.ts +34 -0
  2795. package/public/hooks/mutations/useCreateLimitsModuleMutation.js +34 -0
  2796. package/public/hooks/mutations/useCreateMembershipTypeMutation.d.ts +34 -0
  2797. package/public/hooks/mutations/useCreateMembershipTypeMutation.js +34 -0
  2798. package/public/hooks/mutations/useCreateMembershipTypesModuleMutation.d.ts +34 -0
  2799. package/public/hooks/mutations/useCreateMembershipTypesModuleMutation.js +34 -0
  2800. package/public/hooks/mutations/useCreateMembershipsModuleMutation.d.ts +34 -0
  2801. package/public/hooks/mutations/useCreateMembershipsModuleMutation.js +34 -0
  2802. package/public/hooks/mutations/useCreateNodeTypeRegistryMutation.d.ts +34 -0
  2803. package/public/hooks/mutations/useCreateNodeTypeRegistryMutation.js +34 -0
  2804. package/public/hooks/mutations/useCreateObjectMutation.d.ts +34 -0
  2805. package/public/hooks/mutations/useCreateObjectMutation.js +34 -0
  2806. package/public/hooks/mutations/useCreateOrgAdminGrantMutation.d.ts +34 -0
  2807. package/public/hooks/mutations/useCreateOrgAdminGrantMutation.js +34 -0
  2808. package/public/hooks/mutations/useCreateOrgClaimedInviteMutation.d.ts +34 -0
  2809. package/public/hooks/mutations/useCreateOrgClaimedInviteMutation.js +34 -0
  2810. package/public/hooks/mutations/useCreateOrgGrantMutation.d.ts +34 -0
  2811. package/public/hooks/mutations/useCreateOrgGrantMutation.js +34 -0
  2812. package/public/hooks/mutations/useCreateOrgInviteMutation.d.ts +34 -0
  2813. package/public/hooks/mutations/useCreateOrgInviteMutation.js +34 -0
  2814. package/public/hooks/mutations/useCreateOrgLimitDefaultMutation.d.ts +34 -0
  2815. package/public/hooks/mutations/useCreateOrgLimitDefaultMutation.js +34 -0
  2816. package/public/hooks/mutations/useCreateOrgLimitMutation.d.ts +34 -0
  2817. package/public/hooks/mutations/useCreateOrgLimitMutation.js +34 -0
  2818. package/public/hooks/mutations/useCreateOrgMemberMutation.d.ts +34 -0
  2819. package/public/hooks/mutations/useCreateOrgMemberMutation.js +34 -0
  2820. package/public/hooks/mutations/useCreateOrgMembershipDefaultMutation.d.ts +34 -0
  2821. package/public/hooks/mutations/useCreateOrgMembershipDefaultMutation.js +34 -0
  2822. package/public/hooks/mutations/useCreateOrgMembershipMutation.d.ts +34 -0
  2823. package/public/hooks/mutations/useCreateOrgMembershipMutation.js +34 -0
  2824. package/public/hooks/mutations/useCreateOrgOwnerGrantMutation.d.ts +34 -0
  2825. package/public/hooks/mutations/useCreateOrgOwnerGrantMutation.js +34 -0
  2826. package/public/hooks/mutations/useCreateOrgPermissionDefaultMutation.d.ts +34 -0
  2827. package/public/hooks/mutations/useCreateOrgPermissionDefaultMutation.js +34 -0
  2828. package/public/hooks/mutations/useCreateOrgPermissionMutation.d.ts +34 -0
  2829. package/public/hooks/mutations/useCreateOrgPermissionMutation.js +34 -0
  2830. package/public/hooks/mutations/useCreatePermissionsModuleMutation.d.ts +34 -0
  2831. package/public/hooks/mutations/useCreatePermissionsModuleMutation.js +34 -0
  2832. package/public/hooks/mutations/useCreatePhoneNumberMutation.d.ts +34 -0
  2833. package/public/hooks/mutations/useCreatePhoneNumberMutation.js +34 -0
  2834. package/public/hooks/mutations/useCreatePhoneNumbersModuleMutation.d.ts +34 -0
  2835. package/public/hooks/mutations/useCreatePhoneNumbersModuleMutation.js +34 -0
  2836. package/public/hooks/mutations/useCreatePolicyMutation.d.ts +34 -0
  2837. package/public/hooks/mutations/useCreatePolicyMutation.js +34 -0
  2838. package/public/hooks/mutations/useCreatePrimaryKeyConstraintMutation.d.ts +34 -0
  2839. package/public/hooks/mutations/useCreatePrimaryKeyConstraintMutation.js +34 -0
  2840. package/public/hooks/mutations/useCreateProcedureMutation.d.ts +34 -0
  2841. package/public/hooks/mutations/useCreateProcedureMutation.js +34 -0
  2842. package/public/hooks/mutations/useCreateProfilesModuleMutation.d.ts +34 -0
  2843. package/public/hooks/mutations/useCreateProfilesModuleMutation.js +34 -0
  2844. package/public/hooks/mutations/useCreateRefMutation.d.ts +34 -0
  2845. package/public/hooks/mutations/useCreateRefMutation.js +34 -0
  2846. package/public/hooks/mutations/useCreateRlsModuleMutation.d.ts +34 -0
  2847. package/public/hooks/mutations/useCreateRlsModuleMutation.js +34 -0
  2848. package/public/hooks/mutations/useCreateRoleTypeMutation.d.ts +34 -0
  2849. package/public/hooks/mutations/useCreateRoleTypeMutation.js +34 -0
  2850. package/public/hooks/mutations/useCreateSchemaGrantMutation.d.ts +34 -0
  2851. package/public/hooks/mutations/useCreateSchemaGrantMutation.js +34 -0
  2852. package/public/hooks/mutations/useCreateSchemaMutation.d.ts +34 -0
  2853. package/public/hooks/mutations/useCreateSchemaMutation.js +34 -0
  2854. package/public/hooks/mutations/useCreateSecretsModuleMutation.d.ts +34 -0
  2855. package/public/hooks/mutations/useCreateSecretsModuleMutation.js +34 -0
  2856. package/public/hooks/mutations/useCreateSessionsModuleMutation.d.ts +34 -0
  2857. package/public/hooks/mutations/useCreateSessionsModuleMutation.js +34 -0
  2858. package/public/hooks/mutations/useCreateSiteMetadatumMutation.d.ts +34 -0
  2859. package/public/hooks/mutations/useCreateSiteMetadatumMutation.js +34 -0
  2860. package/public/hooks/mutations/useCreateSiteModuleMutation.d.ts +34 -0
  2861. package/public/hooks/mutations/useCreateSiteModuleMutation.js +34 -0
  2862. package/public/hooks/mutations/useCreateSiteMutation.d.ts +34 -0
  2863. package/public/hooks/mutations/useCreateSiteMutation.js +34 -0
  2864. package/public/hooks/mutations/useCreateSiteThemeMutation.d.ts +34 -0
  2865. package/public/hooks/mutations/useCreateSiteThemeMutation.js +34 -0
  2866. package/public/hooks/mutations/useCreateSqlMigrationMutation.d.ts +34 -0
  2867. package/public/hooks/mutations/useCreateSqlMigrationMutation.js +34 -0
  2868. package/public/hooks/mutations/useCreateStoreMutation.d.ts +34 -0
  2869. package/public/hooks/mutations/useCreateStoreMutation.js +34 -0
  2870. package/public/hooks/mutations/useCreateTableGrantMutation.d.ts +34 -0
  2871. package/public/hooks/mutations/useCreateTableGrantMutation.js +34 -0
  2872. package/public/hooks/mutations/useCreateTableModuleMutation.d.ts +34 -0
  2873. package/public/hooks/mutations/useCreateTableModuleMutation.js +34 -0
  2874. package/public/hooks/mutations/useCreateTableMutation.d.ts +34 -0
  2875. package/public/hooks/mutations/useCreateTableMutation.js +34 -0
  2876. package/public/hooks/mutations/useCreateTableTemplateModuleMutation.d.ts +34 -0
  2877. package/public/hooks/mutations/useCreateTableTemplateModuleMutation.js +34 -0
  2878. package/public/hooks/mutations/useCreateTriggerFunctionMutation.d.ts +34 -0
  2879. package/public/hooks/mutations/useCreateTriggerFunctionMutation.js +34 -0
  2880. package/public/hooks/mutations/useCreateTriggerMutation.d.ts +34 -0
  2881. package/public/hooks/mutations/useCreateTriggerMutation.js +34 -0
  2882. package/public/hooks/mutations/useCreateUniqueConstraintMutation.d.ts +34 -0
  2883. package/public/hooks/mutations/useCreateUniqueConstraintMutation.js +34 -0
  2884. package/public/hooks/mutations/useCreateUserAuthModuleMutation.d.ts +34 -0
  2885. package/public/hooks/mutations/useCreateUserAuthModuleMutation.js +34 -0
  2886. package/public/hooks/mutations/useCreateUserDatabaseMutation.d.ts +20 -0
  2887. package/public/hooks/mutations/useCreateUserDatabaseMutation.js +26 -0
  2888. package/public/hooks/mutations/useCreateUserMutation.d.ts +34 -0
  2889. package/public/hooks/mutations/useCreateUserMutation.js +34 -0
  2890. package/public/hooks/mutations/useCreateUsersModuleMutation.d.ts +34 -0
  2891. package/public/hooks/mutations/useCreateUsersModuleMutation.js +34 -0
  2892. package/public/hooks/mutations/useCreateUuidModuleMutation.d.ts +34 -0
  2893. package/public/hooks/mutations/useCreateUuidModuleMutation.js +34 -0
  2894. package/public/hooks/mutations/useCreateViewGrantMutation.d.ts +34 -0
  2895. package/public/hooks/mutations/useCreateViewGrantMutation.js +34 -0
  2896. package/public/hooks/mutations/useCreateViewMutation.d.ts +34 -0
  2897. package/public/hooks/mutations/useCreateViewMutation.js +34 -0
  2898. package/public/hooks/mutations/useCreateViewRuleMutation.d.ts +34 -0
  2899. package/public/hooks/mutations/useCreateViewRuleMutation.js +34 -0
  2900. package/public/hooks/mutations/useCreateViewTableMutation.d.ts +34 -0
  2901. package/public/hooks/mutations/useCreateViewTableMutation.js +34 -0
  2902. package/public/hooks/mutations/useDeleteApiModuleMutation.d.ts +38 -0
  2903. package/public/hooks/mutations/useDeleteApiModuleMutation.js +39 -0
  2904. package/public/hooks/mutations/useDeleteApiMutation.d.ts +38 -0
  2905. package/public/hooks/mutations/useDeleteApiMutation.js +39 -0
  2906. package/public/hooks/mutations/useDeleteApiSchemaMutation.d.ts +38 -0
  2907. package/public/hooks/mutations/useDeleteApiSchemaMutation.js +39 -0
  2908. package/public/hooks/mutations/useDeleteAppAchievementMutation.d.ts +38 -0
  2909. package/public/hooks/mutations/useDeleteAppAchievementMutation.js +39 -0
  2910. package/public/hooks/mutations/useDeleteAppAdminGrantMutation.d.ts +38 -0
  2911. package/public/hooks/mutations/useDeleteAppAdminGrantMutation.js +39 -0
  2912. package/public/hooks/mutations/useDeleteAppGrantMutation.d.ts +38 -0
  2913. package/public/hooks/mutations/useDeleteAppGrantMutation.js +39 -0
  2914. package/public/hooks/mutations/useDeleteAppLevelMutation.d.ts +38 -0
  2915. package/public/hooks/mutations/useDeleteAppLevelMutation.js +39 -0
  2916. package/public/hooks/mutations/useDeleteAppLevelRequirementMutation.d.ts +38 -0
  2917. package/public/hooks/mutations/useDeleteAppLevelRequirementMutation.js +39 -0
  2918. package/public/hooks/mutations/useDeleteAppLimitDefaultMutation.d.ts +38 -0
  2919. package/public/hooks/mutations/useDeleteAppLimitDefaultMutation.js +39 -0
  2920. package/public/hooks/mutations/useDeleteAppLimitMutation.d.ts +38 -0
  2921. package/public/hooks/mutations/useDeleteAppLimitMutation.js +39 -0
  2922. package/public/hooks/mutations/useDeleteAppMembershipDefaultMutation.d.ts +38 -0
  2923. package/public/hooks/mutations/useDeleteAppMembershipDefaultMutation.js +39 -0
  2924. package/public/hooks/mutations/useDeleteAppMembershipMutation.d.ts +38 -0
  2925. package/public/hooks/mutations/useDeleteAppMembershipMutation.js +39 -0
  2926. package/public/hooks/mutations/useDeleteAppMutation.d.ts +38 -0
  2927. package/public/hooks/mutations/useDeleteAppMutation.js +39 -0
  2928. package/public/hooks/mutations/useDeleteAppOwnerGrantMutation.d.ts +38 -0
  2929. package/public/hooks/mutations/useDeleteAppOwnerGrantMutation.js +39 -0
  2930. package/public/hooks/mutations/useDeleteAppPermissionDefaultMutation.d.ts +38 -0
  2931. package/public/hooks/mutations/useDeleteAppPermissionDefaultMutation.js +39 -0
  2932. package/public/hooks/mutations/useDeleteAppPermissionMutation.d.ts +38 -0
  2933. package/public/hooks/mutations/useDeleteAppPermissionMutation.js +39 -0
  2934. package/public/hooks/mutations/useDeleteAppStepMutation.d.ts +38 -0
  2935. package/public/hooks/mutations/useDeleteAppStepMutation.js +39 -0
  2936. package/public/hooks/mutations/useDeleteAuditLogMutation.d.ts +38 -0
  2937. package/public/hooks/mutations/useDeleteAuditLogMutation.js +39 -0
  2938. package/public/hooks/mutations/useDeleteCheckConstraintMutation.d.ts +38 -0
  2939. package/public/hooks/mutations/useDeleteCheckConstraintMutation.js +39 -0
  2940. package/public/hooks/mutations/useDeleteClaimedInviteMutation.d.ts +38 -0
  2941. package/public/hooks/mutations/useDeleteClaimedInviteMutation.js +39 -0
  2942. package/public/hooks/mutations/useDeleteCommitMutation.d.ts +38 -0
  2943. package/public/hooks/mutations/useDeleteCommitMutation.js +39 -0
  2944. package/public/hooks/mutations/useDeleteConnectedAccountMutation.d.ts +38 -0
  2945. package/public/hooks/mutations/useDeleteConnectedAccountMutation.js +39 -0
  2946. package/public/hooks/mutations/useDeleteConnectedAccountsModuleMutation.d.ts +38 -0
  2947. package/public/hooks/mutations/useDeleteConnectedAccountsModuleMutation.js +39 -0
  2948. package/public/hooks/mutations/useDeleteCryptoAddressMutation.d.ts +38 -0
  2949. package/public/hooks/mutations/useDeleteCryptoAddressMutation.js +39 -0
  2950. package/public/hooks/mutations/useDeleteCryptoAddressesModuleMutation.d.ts +38 -0
  2951. package/public/hooks/mutations/useDeleteCryptoAddressesModuleMutation.js +39 -0
  2952. package/public/hooks/mutations/useDeleteCryptoAuthModuleMutation.d.ts +38 -0
  2953. package/public/hooks/mutations/useDeleteCryptoAuthModuleMutation.js +39 -0
  2954. package/public/hooks/mutations/useDeleteDatabaseMutation.d.ts +38 -0
  2955. package/public/hooks/mutations/useDeleteDatabaseMutation.js +39 -0
  2956. package/public/hooks/mutations/useDeleteDatabaseProvisionModuleMutation.d.ts +38 -0
  2957. package/public/hooks/mutations/useDeleteDatabaseProvisionModuleMutation.js +39 -0
  2958. package/public/hooks/mutations/useDeleteDefaultIdsModuleMutation.d.ts +38 -0
  2959. package/public/hooks/mutations/useDeleteDefaultIdsModuleMutation.js +39 -0
  2960. package/public/hooks/mutations/useDeleteDenormalizedTableFieldMutation.d.ts +38 -0
  2961. package/public/hooks/mutations/useDeleteDenormalizedTableFieldMutation.js +39 -0
  2962. package/public/hooks/mutations/useDeleteDomainMutation.d.ts +38 -0
  2963. package/public/hooks/mutations/useDeleteDomainMutation.js +39 -0
  2964. package/public/hooks/mutations/useDeleteEmailMutation.d.ts +38 -0
  2965. package/public/hooks/mutations/useDeleteEmailMutation.js +39 -0
  2966. package/public/hooks/mutations/useDeleteEmailsModuleMutation.d.ts +38 -0
  2967. package/public/hooks/mutations/useDeleteEmailsModuleMutation.js +39 -0
  2968. package/public/hooks/mutations/useDeleteEncryptedSecretsModuleMutation.d.ts +38 -0
  2969. package/public/hooks/mutations/useDeleteEncryptedSecretsModuleMutation.js +39 -0
  2970. package/public/hooks/mutations/useDeleteFieldModuleMutation.d.ts +38 -0
  2971. package/public/hooks/mutations/useDeleteFieldModuleMutation.js +39 -0
  2972. package/public/hooks/mutations/useDeleteFieldMutation.d.ts +38 -0
  2973. package/public/hooks/mutations/useDeleteFieldMutation.js +39 -0
  2974. package/public/hooks/mutations/useDeleteForeignKeyConstraintMutation.d.ts +38 -0
  2975. package/public/hooks/mutations/useDeleteForeignKeyConstraintMutation.js +39 -0
  2976. package/public/hooks/mutations/useDeleteFullTextSearchMutation.d.ts +38 -0
  2977. package/public/hooks/mutations/useDeleteFullTextSearchMutation.js +39 -0
  2978. package/public/hooks/mutations/useDeleteHierarchyModuleMutation.d.ts +38 -0
  2979. package/public/hooks/mutations/useDeleteHierarchyModuleMutation.js +39 -0
  2980. package/public/hooks/mutations/useDeleteIndexMutation.d.ts +38 -0
  2981. package/public/hooks/mutations/useDeleteIndexMutation.js +39 -0
  2982. package/public/hooks/mutations/useDeleteInviteMutation.d.ts +38 -0
  2983. package/public/hooks/mutations/useDeleteInviteMutation.js +39 -0
  2984. package/public/hooks/mutations/useDeleteInvitesModuleMutation.d.ts +38 -0
  2985. package/public/hooks/mutations/useDeleteInvitesModuleMutation.js +39 -0
  2986. package/public/hooks/mutations/useDeleteLevelsModuleMutation.d.ts +38 -0
  2987. package/public/hooks/mutations/useDeleteLevelsModuleMutation.js +39 -0
  2988. package/public/hooks/mutations/useDeleteLimitFunctionMutation.d.ts +38 -0
  2989. package/public/hooks/mutations/useDeleteLimitFunctionMutation.js +39 -0
  2990. package/public/hooks/mutations/useDeleteLimitsModuleMutation.d.ts +38 -0
  2991. package/public/hooks/mutations/useDeleteLimitsModuleMutation.js +39 -0
  2992. package/public/hooks/mutations/useDeleteMembershipTypeMutation.d.ts +38 -0
  2993. package/public/hooks/mutations/useDeleteMembershipTypeMutation.js +39 -0
  2994. package/public/hooks/mutations/useDeleteMembershipTypesModuleMutation.d.ts +38 -0
  2995. package/public/hooks/mutations/useDeleteMembershipTypesModuleMutation.js +39 -0
  2996. package/public/hooks/mutations/useDeleteMembershipsModuleMutation.d.ts +38 -0
  2997. package/public/hooks/mutations/useDeleteMembershipsModuleMutation.js +39 -0
  2998. package/public/hooks/mutations/useDeleteNodeTypeRegistryMutation.d.ts +38 -0
  2999. package/public/hooks/mutations/useDeleteNodeTypeRegistryMutation.js +39 -0
  3000. package/public/hooks/mutations/useDeleteObjectMutation.d.ts +38 -0
  3001. package/public/hooks/mutations/useDeleteObjectMutation.js +39 -0
  3002. package/public/hooks/mutations/useDeleteOrgAdminGrantMutation.d.ts +38 -0
  3003. package/public/hooks/mutations/useDeleteOrgAdminGrantMutation.js +39 -0
  3004. package/public/hooks/mutations/useDeleteOrgClaimedInviteMutation.d.ts +38 -0
  3005. package/public/hooks/mutations/useDeleteOrgClaimedInviteMutation.js +39 -0
  3006. package/public/hooks/mutations/useDeleteOrgGrantMutation.d.ts +38 -0
  3007. package/public/hooks/mutations/useDeleteOrgGrantMutation.js +39 -0
  3008. package/public/hooks/mutations/useDeleteOrgInviteMutation.d.ts +38 -0
  3009. package/public/hooks/mutations/useDeleteOrgInviteMutation.js +39 -0
  3010. package/public/hooks/mutations/useDeleteOrgLimitDefaultMutation.d.ts +38 -0
  3011. package/public/hooks/mutations/useDeleteOrgLimitDefaultMutation.js +39 -0
  3012. package/public/hooks/mutations/useDeleteOrgLimitMutation.d.ts +38 -0
  3013. package/public/hooks/mutations/useDeleteOrgLimitMutation.js +39 -0
  3014. package/public/hooks/mutations/useDeleteOrgMemberMutation.d.ts +38 -0
  3015. package/public/hooks/mutations/useDeleteOrgMemberMutation.js +39 -0
  3016. package/public/hooks/mutations/useDeleteOrgMembershipDefaultMutation.d.ts +38 -0
  3017. package/public/hooks/mutations/useDeleteOrgMembershipDefaultMutation.js +39 -0
  3018. package/public/hooks/mutations/useDeleteOrgMembershipMutation.d.ts +38 -0
  3019. package/public/hooks/mutations/useDeleteOrgMembershipMutation.js +39 -0
  3020. package/public/hooks/mutations/useDeleteOrgOwnerGrantMutation.d.ts +38 -0
  3021. package/public/hooks/mutations/useDeleteOrgOwnerGrantMutation.js +39 -0
  3022. package/public/hooks/mutations/useDeleteOrgPermissionDefaultMutation.d.ts +38 -0
  3023. package/public/hooks/mutations/useDeleteOrgPermissionDefaultMutation.js +39 -0
  3024. package/public/hooks/mutations/useDeleteOrgPermissionMutation.d.ts +38 -0
  3025. package/public/hooks/mutations/useDeleteOrgPermissionMutation.js +39 -0
  3026. package/public/hooks/mutations/useDeletePermissionsModuleMutation.d.ts +38 -0
  3027. package/public/hooks/mutations/useDeletePermissionsModuleMutation.js +39 -0
  3028. package/public/hooks/mutations/useDeletePhoneNumberMutation.d.ts +38 -0
  3029. package/public/hooks/mutations/useDeletePhoneNumberMutation.js +39 -0
  3030. package/public/hooks/mutations/useDeletePhoneNumbersModuleMutation.d.ts +38 -0
  3031. package/public/hooks/mutations/useDeletePhoneNumbersModuleMutation.js +39 -0
  3032. package/public/hooks/mutations/useDeletePolicyMutation.d.ts +38 -0
  3033. package/public/hooks/mutations/useDeletePolicyMutation.js +39 -0
  3034. package/public/hooks/mutations/useDeletePrimaryKeyConstraintMutation.d.ts +38 -0
  3035. package/public/hooks/mutations/useDeletePrimaryKeyConstraintMutation.js +39 -0
  3036. package/public/hooks/mutations/useDeleteProcedureMutation.d.ts +38 -0
  3037. package/public/hooks/mutations/useDeleteProcedureMutation.js +39 -0
  3038. package/public/hooks/mutations/useDeleteProfilesModuleMutation.d.ts +38 -0
  3039. package/public/hooks/mutations/useDeleteProfilesModuleMutation.js +39 -0
  3040. package/public/hooks/mutations/useDeleteRefMutation.d.ts +38 -0
  3041. package/public/hooks/mutations/useDeleteRefMutation.js +39 -0
  3042. package/public/hooks/mutations/useDeleteRlsModuleMutation.d.ts +38 -0
  3043. package/public/hooks/mutations/useDeleteRlsModuleMutation.js +39 -0
  3044. package/public/hooks/mutations/useDeleteRoleTypeMutation.d.ts +38 -0
  3045. package/public/hooks/mutations/useDeleteRoleTypeMutation.js +39 -0
  3046. package/public/hooks/mutations/useDeleteSchemaGrantMutation.d.ts +38 -0
  3047. package/public/hooks/mutations/useDeleteSchemaGrantMutation.js +39 -0
  3048. package/public/hooks/mutations/useDeleteSchemaMutation.d.ts +38 -0
  3049. package/public/hooks/mutations/useDeleteSchemaMutation.js +39 -0
  3050. package/public/hooks/mutations/useDeleteSecretsModuleMutation.d.ts +38 -0
  3051. package/public/hooks/mutations/useDeleteSecretsModuleMutation.js +39 -0
  3052. package/public/hooks/mutations/useDeleteSessionsModuleMutation.d.ts +38 -0
  3053. package/public/hooks/mutations/useDeleteSessionsModuleMutation.js +39 -0
  3054. package/public/hooks/mutations/useDeleteSiteMetadatumMutation.d.ts +38 -0
  3055. package/public/hooks/mutations/useDeleteSiteMetadatumMutation.js +39 -0
  3056. package/public/hooks/mutations/useDeleteSiteModuleMutation.d.ts +38 -0
  3057. package/public/hooks/mutations/useDeleteSiteModuleMutation.js +39 -0
  3058. package/public/hooks/mutations/useDeleteSiteMutation.d.ts +38 -0
  3059. package/public/hooks/mutations/useDeleteSiteMutation.js +39 -0
  3060. package/public/hooks/mutations/useDeleteSiteThemeMutation.d.ts +38 -0
  3061. package/public/hooks/mutations/useDeleteSiteThemeMutation.js +39 -0
  3062. package/public/hooks/mutations/useDeleteStoreMutation.d.ts +38 -0
  3063. package/public/hooks/mutations/useDeleteStoreMutation.js +39 -0
  3064. package/public/hooks/mutations/useDeleteTableGrantMutation.d.ts +38 -0
  3065. package/public/hooks/mutations/useDeleteTableGrantMutation.js +39 -0
  3066. package/public/hooks/mutations/useDeleteTableModuleMutation.d.ts +38 -0
  3067. package/public/hooks/mutations/useDeleteTableModuleMutation.js +39 -0
  3068. package/public/hooks/mutations/useDeleteTableMutation.d.ts +38 -0
  3069. package/public/hooks/mutations/useDeleteTableMutation.js +39 -0
  3070. package/public/hooks/mutations/useDeleteTableTemplateModuleMutation.d.ts +38 -0
  3071. package/public/hooks/mutations/useDeleteTableTemplateModuleMutation.js +39 -0
  3072. package/public/hooks/mutations/useDeleteTriggerFunctionMutation.d.ts +38 -0
  3073. package/public/hooks/mutations/useDeleteTriggerFunctionMutation.js +39 -0
  3074. package/public/hooks/mutations/useDeleteTriggerMutation.d.ts +38 -0
  3075. package/public/hooks/mutations/useDeleteTriggerMutation.js +39 -0
  3076. package/public/hooks/mutations/useDeleteUniqueConstraintMutation.d.ts +38 -0
  3077. package/public/hooks/mutations/useDeleteUniqueConstraintMutation.js +39 -0
  3078. package/public/hooks/mutations/useDeleteUserAuthModuleMutation.d.ts +38 -0
  3079. package/public/hooks/mutations/useDeleteUserAuthModuleMutation.js +39 -0
  3080. package/public/hooks/mutations/useDeleteUserMutation.d.ts +38 -0
  3081. package/public/hooks/mutations/useDeleteUserMutation.js +39 -0
  3082. package/public/hooks/mutations/useDeleteUsersModuleMutation.d.ts +38 -0
  3083. package/public/hooks/mutations/useDeleteUsersModuleMutation.js +39 -0
  3084. package/public/hooks/mutations/useDeleteUuidModuleMutation.d.ts +38 -0
  3085. package/public/hooks/mutations/useDeleteUuidModuleMutation.js +39 -0
  3086. package/public/hooks/mutations/useDeleteViewGrantMutation.d.ts +38 -0
  3087. package/public/hooks/mutations/useDeleteViewGrantMutation.js +39 -0
  3088. package/public/hooks/mutations/useDeleteViewMutation.d.ts +38 -0
  3089. package/public/hooks/mutations/useDeleteViewMutation.js +39 -0
  3090. package/public/hooks/mutations/useDeleteViewRuleMutation.d.ts +38 -0
  3091. package/public/hooks/mutations/useDeleteViewRuleMutation.js +39 -0
  3092. package/public/hooks/mutations/useDeleteViewTableMutation.d.ts +38 -0
  3093. package/public/hooks/mutations/useDeleteViewTableMutation.js +39 -0
  3094. package/public/hooks/mutations/useExtendTokenExpiresMutation.d.ts +20 -0
  3095. package/public/hooks/mutations/useExtendTokenExpiresMutation.js +26 -0
  3096. package/public/hooks/mutations/useForgotPasswordMutation.d.ts +20 -0
  3097. package/public/hooks/mutations/useForgotPasswordMutation.js +26 -0
  3098. package/public/hooks/mutations/useFreezeObjectsMutation.d.ts +20 -0
  3099. package/public/hooks/mutations/useFreezeObjectsMutation.js +26 -0
  3100. package/public/hooks/mutations/useInitEmptyRepoMutation.d.ts +20 -0
  3101. package/public/hooks/mutations/useInitEmptyRepoMutation.js +26 -0
  3102. package/public/hooks/mutations/useInsertNodeAtPathMutation.d.ts +20 -0
  3103. package/public/hooks/mutations/useInsertNodeAtPathMutation.js +26 -0
  3104. package/public/hooks/mutations/useOneTimeTokenMutation.d.ts +20 -0
  3105. package/public/hooks/mutations/useOneTimeTokenMutation.js +26 -0
  3106. package/public/hooks/mutations/useProvisionDatabaseWithUserMutation.d.ts +20 -0
  3107. package/public/hooks/mutations/useProvisionDatabaseWithUserMutation.js +26 -0
  3108. package/public/hooks/mutations/useRemoveNodeAtPathMutation.d.ts +20 -0
  3109. package/public/hooks/mutations/useRemoveNodeAtPathMutation.js +26 -0
  3110. package/public/hooks/mutations/useResetPasswordMutation.d.ts +20 -0
  3111. package/public/hooks/mutations/useResetPasswordMutation.js +26 -0
  3112. package/public/hooks/mutations/useSendAccountDeletionEmailMutation.d.ts +20 -0
  3113. package/public/hooks/mutations/useSendAccountDeletionEmailMutation.js +26 -0
  3114. package/public/hooks/mutations/useSendVerificationEmailMutation.d.ts +20 -0
  3115. package/public/hooks/mutations/useSendVerificationEmailMutation.js +26 -0
  3116. package/public/hooks/mutations/useSetAndCommitMutation.d.ts +20 -0
  3117. package/public/hooks/mutations/useSetAndCommitMutation.js +26 -0
  3118. package/public/hooks/mutations/useSetDataAtPathMutation.d.ts +20 -0
  3119. package/public/hooks/mutations/useSetDataAtPathMutation.js +26 -0
  3120. package/public/hooks/mutations/useSetFieldOrderMutation.d.ts +20 -0
  3121. package/public/hooks/mutations/useSetFieldOrderMutation.js +26 -0
  3122. package/public/hooks/mutations/useSetPasswordMutation.d.ts +20 -0
  3123. package/public/hooks/mutations/useSetPasswordMutation.js +26 -0
  3124. package/public/hooks/mutations/useSetPropsAndCommitMutation.d.ts +20 -0
  3125. package/public/hooks/mutations/useSetPropsAndCommitMutation.js +26 -0
  3126. package/public/hooks/mutations/useSignInMutation.d.ts +20 -0
  3127. package/public/hooks/mutations/useSignInMutation.js +26 -0
  3128. package/public/hooks/mutations/useSignInOneTimeTokenMutation.d.ts +20 -0
  3129. package/public/hooks/mutations/useSignInOneTimeTokenMutation.js +26 -0
  3130. package/public/hooks/mutations/useSignOutMutation.d.ts +20 -0
  3131. package/public/hooks/mutations/useSignOutMutation.js +26 -0
  3132. package/public/hooks/mutations/useSignUpMutation.d.ts +20 -0
  3133. package/public/hooks/mutations/useSignUpMutation.js +26 -0
  3134. package/public/hooks/mutations/useSubmitInviteCodeMutation.d.ts +20 -0
  3135. package/public/hooks/mutations/useSubmitInviteCodeMutation.js +26 -0
  3136. package/public/hooks/mutations/useSubmitOrgInviteCodeMutation.d.ts +20 -0
  3137. package/public/hooks/mutations/useSubmitOrgInviteCodeMutation.js +26 -0
  3138. package/public/hooks/mutations/useUpdateApiModuleMutation.d.ts +40 -0
  3139. package/public/hooks/mutations/useUpdateApiModuleMutation.js +40 -0
  3140. package/public/hooks/mutations/useUpdateApiMutation.d.ts +40 -0
  3141. package/public/hooks/mutations/useUpdateApiMutation.js +40 -0
  3142. package/public/hooks/mutations/useUpdateApiSchemaMutation.d.ts +40 -0
  3143. package/public/hooks/mutations/useUpdateApiSchemaMutation.js +40 -0
  3144. package/public/hooks/mutations/useUpdateAppAchievementMutation.d.ts +40 -0
  3145. package/public/hooks/mutations/useUpdateAppAchievementMutation.js +40 -0
  3146. package/public/hooks/mutations/useUpdateAppAdminGrantMutation.d.ts +40 -0
  3147. package/public/hooks/mutations/useUpdateAppAdminGrantMutation.js +40 -0
  3148. package/public/hooks/mutations/useUpdateAppGrantMutation.d.ts +40 -0
  3149. package/public/hooks/mutations/useUpdateAppGrantMutation.js +40 -0
  3150. package/public/hooks/mutations/useUpdateAppLevelMutation.d.ts +40 -0
  3151. package/public/hooks/mutations/useUpdateAppLevelMutation.js +40 -0
  3152. package/public/hooks/mutations/useUpdateAppLevelRequirementMutation.d.ts +40 -0
  3153. package/public/hooks/mutations/useUpdateAppLevelRequirementMutation.js +40 -0
  3154. package/public/hooks/mutations/useUpdateAppLimitDefaultMutation.d.ts +40 -0
  3155. package/public/hooks/mutations/useUpdateAppLimitDefaultMutation.js +40 -0
  3156. package/public/hooks/mutations/useUpdateAppLimitMutation.d.ts +40 -0
  3157. package/public/hooks/mutations/useUpdateAppLimitMutation.js +40 -0
  3158. package/public/hooks/mutations/useUpdateAppMembershipDefaultMutation.d.ts +40 -0
  3159. package/public/hooks/mutations/useUpdateAppMembershipDefaultMutation.js +40 -0
  3160. package/public/hooks/mutations/useUpdateAppMembershipMutation.d.ts +40 -0
  3161. package/public/hooks/mutations/useUpdateAppMembershipMutation.js +40 -0
  3162. package/public/hooks/mutations/useUpdateAppMutation.d.ts +40 -0
  3163. package/public/hooks/mutations/useUpdateAppMutation.js +40 -0
  3164. package/public/hooks/mutations/useUpdateAppOwnerGrantMutation.d.ts +40 -0
  3165. package/public/hooks/mutations/useUpdateAppOwnerGrantMutation.js +40 -0
  3166. package/public/hooks/mutations/useUpdateAppPermissionDefaultMutation.d.ts +40 -0
  3167. package/public/hooks/mutations/useUpdateAppPermissionDefaultMutation.js +40 -0
  3168. package/public/hooks/mutations/useUpdateAppPermissionMutation.d.ts +40 -0
  3169. package/public/hooks/mutations/useUpdateAppPermissionMutation.js +40 -0
  3170. package/public/hooks/mutations/useUpdateAppStepMutation.d.ts +40 -0
  3171. package/public/hooks/mutations/useUpdateAppStepMutation.js +40 -0
  3172. package/public/hooks/mutations/useUpdateAuditLogMutation.d.ts +40 -0
  3173. package/public/hooks/mutations/useUpdateAuditLogMutation.js +40 -0
  3174. package/public/hooks/mutations/useUpdateCheckConstraintMutation.d.ts +40 -0
  3175. package/public/hooks/mutations/useUpdateCheckConstraintMutation.js +40 -0
  3176. package/public/hooks/mutations/useUpdateClaimedInviteMutation.d.ts +40 -0
  3177. package/public/hooks/mutations/useUpdateClaimedInviteMutation.js +40 -0
  3178. package/public/hooks/mutations/useUpdateCommitMutation.d.ts +40 -0
  3179. package/public/hooks/mutations/useUpdateCommitMutation.js +40 -0
  3180. package/public/hooks/mutations/useUpdateConnectedAccountMutation.d.ts +40 -0
  3181. package/public/hooks/mutations/useUpdateConnectedAccountMutation.js +40 -0
  3182. package/public/hooks/mutations/useUpdateConnectedAccountsModuleMutation.d.ts +40 -0
  3183. package/public/hooks/mutations/useUpdateConnectedAccountsModuleMutation.js +40 -0
  3184. package/public/hooks/mutations/useUpdateCryptoAddressMutation.d.ts +40 -0
  3185. package/public/hooks/mutations/useUpdateCryptoAddressMutation.js +40 -0
  3186. package/public/hooks/mutations/useUpdateCryptoAddressesModuleMutation.d.ts +40 -0
  3187. package/public/hooks/mutations/useUpdateCryptoAddressesModuleMutation.js +40 -0
  3188. package/public/hooks/mutations/useUpdateCryptoAuthModuleMutation.d.ts +40 -0
  3189. package/public/hooks/mutations/useUpdateCryptoAuthModuleMutation.js +40 -0
  3190. package/public/hooks/mutations/useUpdateDatabaseMutation.d.ts +40 -0
  3191. package/public/hooks/mutations/useUpdateDatabaseMutation.js +40 -0
  3192. package/public/hooks/mutations/useUpdateDatabaseProvisionModuleMutation.d.ts +40 -0
  3193. package/public/hooks/mutations/useUpdateDatabaseProvisionModuleMutation.js +40 -0
  3194. package/public/hooks/mutations/useUpdateDefaultIdsModuleMutation.d.ts +40 -0
  3195. package/public/hooks/mutations/useUpdateDefaultIdsModuleMutation.js +40 -0
  3196. package/public/hooks/mutations/useUpdateDenormalizedTableFieldMutation.d.ts +40 -0
  3197. package/public/hooks/mutations/useUpdateDenormalizedTableFieldMutation.js +40 -0
  3198. package/public/hooks/mutations/useUpdateDomainMutation.d.ts +40 -0
  3199. package/public/hooks/mutations/useUpdateDomainMutation.js +40 -0
  3200. package/public/hooks/mutations/useUpdateEmailMutation.d.ts +40 -0
  3201. package/public/hooks/mutations/useUpdateEmailMutation.js +40 -0
  3202. package/public/hooks/mutations/useUpdateEmailsModuleMutation.d.ts +40 -0
  3203. package/public/hooks/mutations/useUpdateEmailsModuleMutation.js +40 -0
  3204. package/public/hooks/mutations/useUpdateEncryptedSecretsModuleMutation.d.ts +40 -0
  3205. package/public/hooks/mutations/useUpdateEncryptedSecretsModuleMutation.js +40 -0
  3206. package/public/hooks/mutations/useUpdateFieldModuleMutation.d.ts +40 -0
  3207. package/public/hooks/mutations/useUpdateFieldModuleMutation.js +40 -0
  3208. package/public/hooks/mutations/useUpdateFieldMutation.d.ts +40 -0
  3209. package/public/hooks/mutations/useUpdateFieldMutation.js +40 -0
  3210. package/public/hooks/mutations/useUpdateForeignKeyConstraintMutation.d.ts +40 -0
  3211. package/public/hooks/mutations/useUpdateForeignKeyConstraintMutation.js +40 -0
  3212. package/public/hooks/mutations/useUpdateFullTextSearchMutation.d.ts +40 -0
  3213. package/public/hooks/mutations/useUpdateFullTextSearchMutation.js +40 -0
  3214. package/public/hooks/mutations/useUpdateHierarchyModuleMutation.d.ts +40 -0
  3215. package/public/hooks/mutations/useUpdateHierarchyModuleMutation.js +40 -0
  3216. package/public/hooks/mutations/useUpdateIndexMutation.d.ts +40 -0
  3217. package/public/hooks/mutations/useUpdateIndexMutation.js +40 -0
  3218. package/public/hooks/mutations/useUpdateInviteMutation.d.ts +40 -0
  3219. package/public/hooks/mutations/useUpdateInviteMutation.js +40 -0
  3220. package/public/hooks/mutations/useUpdateInvitesModuleMutation.d.ts +40 -0
  3221. package/public/hooks/mutations/useUpdateInvitesModuleMutation.js +40 -0
  3222. package/public/hooks/mutations/useUpdateLevelsModuleMutation.d.ts +40 -0
  3223. package/public/hooks/mutations/useUpdateLevelsModuleMutation.js +40 -0
  3224. package/public/hooks/mutations/useUpdateLimitFunctionMutation.d.ts +40 -0
  3225. package/public/hooks/mutations/useUpdateLimitFunctionMutation.js +40 -0
  3226. package/public/hooks/mutations/useUpdateLimitsModuleMutation.d.ts +40 -0
  3227. package/public/hooks/mutations/useUpdateLimitsModuleMutation.js +40 -0
  3228. package/public/hooks/mutations/useUpdateMembershipTypeMutation.d.ts +40 -0
  3229. package/public/hooks/mutations/useUpdateMembershipTypeMutation.js +40 -0
  3230. package/public/hooks/mutations/useUpdateMembershipTypesModuleMutation.d.ts +40 -0
  3231. package/public/hooks/mutations/useUpdateMembershipTypesModuleMutation.js +40 -0
  3232. package/public/hooks/mutations/useUpdateMembershipsModuleMutation.d.ts +40 -0
  3233. package/public/hooks/mutations/useUpdateMembershipsModuleMutation.js +40 -0
  3234. package/public/hooks/mutations/useUpdateNodeAtPathMutation.d.ts +20 -0
  3235. package/public/hooks/mutations/useUpdateNodeAtPathMutation.js +26 -0
  3236. package/public/hooks/mutations/useUpdateNodeTypeRegistryMutation.d.ts +40 -0
  3237. package/public/hooks/mutations/useUpdateNodeTypeRegistryMutation.js +40 -0
  3238. package/public/hooks/mutations/useUpdateObjectMutation.d.ts +40 -0
  3239. package/public/hooks/mutations/useUpdateObjectMutation.js +40 -0
  3240. package/public/hooks/mutations/useUpdateOrgAdminGrantMutation.d.ts +40 -0
  3241. package/public/hooks/mutations/useUpdateOrgAdminGrantMutation.js +40 -0
  3242. package/public/hooks/mutations/useUpdateOrgClaimedInviteMutation.d.ts +40 -0
  3243. package/public/hooks/mutations/useUpdateOrgClaimedInviteMutation.js +40 -0
  3244. package/public/hooks/mutations/useUpdateOrgGrantMutation.d.ts +40 -0
  3245. package/public/hooks/mutations/useUpdateOrgGrantMutation.js +40 -0
  3246. package/public/hooks/mutations/useUpdateOrgInviteMutation.d.ts +40 -0
  3247. package/public/hooks/mutations/useUpdateOrgInviteMutation.js +40 -0
  3248. package/public/hooks/mutations/useUpdateOrgLimitDefaultMutation.d.ts +40 -0
  3249. package/public/hooks/mutations/useUpdateOrgLimitDefaultMutation.js +40 -0
  3250. package/public/hooks/mutations/useUpdateOrgLimitMutation.d.ts +40 -0
  3251. package/public/hooks/mutations/useUpdateOrgLimitMutation.js +40 -0
  3252. package/public/hooks/mutations/useUpdateOrgMemberMutation.d.ts +40 -0
  3253. package/public/hooks/mutations/useUpdateOrgMemberMutation.js +40 -0
  3254. package/public/hooks/mutations/useUpdateOrgMembershipDefaultMutation.d.ts +40 -0
  3255. package/public/hooks/mutations/useUpdateOrgMembershipDefaultMutation.js +40 -0
  3256. package/public/hooks/mutations/useUpdateOrgMembershipMutation.d.ts +40 -0
  3257. package/public/hooks/mutations/useUpdateOrgMembershipMutation.js +40 -0
  3258. package/public/hooks/mutations/useUpdateOrgOwnerGrantMutation.d.ts +40 -0
  3259. package/public/hooks/mutations/useUpdateOrgOwnerGrantMutation.js +40 -0
  3260. package/public/hooks/mutations/useUpdateOrgPermissionDefaultMutation.d.ts +40 -0
  3261. package/public/hooks/mutations/useUpdateOrgPermissionDefaultMutation.js +40 -0
  3262. package/public/hooks/mutations/useUpdateOrgPermissionMutation.d.ts +40 -0
  3263. package/public/hooks/mutations/useUpdateOrgPermissionMutation.js +40 -0
  3264. package/public/hooks/mutations/useUpdatePermissionsModuleMutation.d.ts +40 -0
  3265. package/public/hooks/mutations/useUpdatePermissionsModuleMutation.js +40 -0
  3266. package/public/hooks/mutations/useUpdatePhoneNumberMutation.d.ts +40 -0
  3267. package/public/hooks/mutations/useUpdatePhoneNumberMutation.js +40 -0
  3268. package/public/hooks/mutations/useUpdatePhoneNumbersModuleMutation.d.ts +40 -0
  3269. package/public/hooks/mutations/useUpdatePhoneNumbersModuleMutation.js +40 -0
  3270. package/public/hooks/mutations/useUpdatePolicyMutation.d.ts +40 -0
  3271. package/public/hooks/mutations/useUpdatePolicyMutation.js +40 -0
  3272. package/public/hooks/mutations/useUpdatePrimaryKeyConstraintMutation.d.ts +40 -0
  3273. package/public/hooks/mutations/useUpdatePrimaryKeyConstraintMutation.js +40 -0
  3274. package/public/hooks/mutations/useUpdateProcedureMutation.d.ts +40 -0
  3275. package/public/hooks/mutations/useUpdateProcedureMutation.js +40 -0
  3276. package/public/hooks/mutations/useUpdateProfilesModuleMutation.d.ts +40 -0
  3277. package/public/hooks/mutations/useUpdateProfilesModuleMutation.js +40 -0
  3278. package/public/hooks/mutations/useUpdateRefMutation.d.ts +40 -0
  3279. package/public/hooks/mutations/useUpdateRefMutation.js +40 -0
  3280. package/public/hooks/mutations/useUpdateRlsModuleMutation.d.ts +40 -0
  3281. package/public/hooks/mutations/useUpdateRlsModuleMutation.js +40 -0
  3282. package/public/hooks/mutations/useUpdateRoleTypeMutation.d.ts +40 -0
  3283. package/public/hooks/mutations/useUpdateRoleTypeMutation.js +40 -0
  3284. package/public/hooks/mutations/useUpdateSchemaGrantMutation.d.ts +40 -0
  3285. package/public/hooks/mutations/useUpdateSchemaGrantMutation.js +40 -0
  3286. package/public/hooks/mutations/useUpdateSchemaMutation.d.ts +40 -0
  3287. package/public/hooks/mutations/useUpdateSchemaMutation.js +40 -0
  3288. package/public/hooks/mutations/useUpdateSecretsModuleMutation.d.ts +40 -0
  3289. package/public/hooks/mutations/useUpdateSecretsModuleMutation.js +40 -0
  3290. package/public/hooks/mutations/useUpdateSessionsModuleMutation.d.ts +40 -0
  3291. package/public/hooks/mutations/useUpdateSessionsModuleMutation.js +40 -0
  3292. package/public/hooks/mutations/useUpdateSiteMetadatumMutation.d.ts +40 -0
  3293. package/public/hooks/mutations/useUpdateSiteMetadatumMutation.js +40 -0
  3294. package/public/hooks/mutations/useUpdateSiteModuleMutation.d.ts +40 -0
  3295. package/public/hooks/mutations/useUpdateSiteModuleMutation.js +40 -0
  3296. package/public/hooks/mutations/useUpdateSiteMutation.d.ts +40 -0
  3297. package/public/hooks/mutations/useUpdateSiteMutation.js +40 -0
  3298. package/public/hooks/mutations/useUpdateSiteThemeMutation.d.ts +40 -0
  3299. package/public/hooks/mutations/useUpdateSiteThemeMutation.js +40 -0
  3300. package/public/hooks/mutations/useUpdateStoreMutation.d.ts +40 -0
  3301. package/public/hooks/mutations/useUpdateStoreMutation.js +40 -0
  3302. package/public/hooks/mutations/useUpdateTableGrantMutation.d.ts +40 -0
  3303. package/public/hooks/mutations/useUpdateTableGrantMutation.js +40 -0
  3304. package/public/hooks/mutations/useUpdateTableModuleMutation.d.ts +40 -0
  3305. package/public/hooks/mutations/useUpdateTableModuleMutation.js +40 -0
  3306. package/public/hooks/mutations/useUpdateTableMutation.d.ts +40 -0
  3307. package/public/hooks/mutations/useUpdateTableMutation.js +40 -0
  3308. package/public/hooks/mutations/useUpdateTableTemplateModuleMutation.d.ts +40 -0
  3309. package/public/hooks/mutations/useUpdateTableTemplateModuleMutation.js +40 -0
  3310. package/public/hooks/mutations/useUpdateTriggerFunctionMutation.d.ts +40 -0
  3311. package/public/hooks/mutations/useUpdateTriggerFunctionMutation.js +40 -0
  3312. package/public/hooks/mutations/useUpdateTriggerMutation.d.ts +40 -0
  3313. package/public/hooks/mutations/useUpdateTriggerMutation.js +40 -0
  3314. package/public/hooks/mutations/useUpdateUniqueConstraintMutation.d.ts +40 -0
  3315. package/public/hooks/mutations/useUpdateUniqueConstraintMutation.js +40 -0
  3316. package/public/hooks/mutations/useUpdateUserAuthModuleMutation.d.ts +40 -0
  3317. package/public/hooks/mutations/useUpdateUserAuthModuleMutation.js +40 -0
  3318. package/public/hooks/mutations/useUpdateUserMutation.d.ts +40 -0
  3319. package/public/hooks/mutations/useUpdateUserMutation.js +40 -0
  3320. package/public/hooks/mutations/useUpdateUsersModuleMutation.d.ts +40 -0
  3321. package/public/hooks/mutations/useUpdateUsersModuleMutation.js +40 -0
  3322. package/public/hooks/mutations/useUpdateUuidModuleMutation.d.ts +40 -0
  3323. package/public/hooks/mutations/useUpdateUuidModuleMutation.js +40 -0
  3324. package/public/hooks/mutations/useUpdateViewGrantMutation.d.ts +40 -0
  3325. package/public/hooks/mutations/useUpdateViewGrantMutation.js +40 -0
  3326. package/public/hooks/mutations/useUpdateViewMutation.d.ts +40 -0
  3327. package/public/hooks/mutations/useUpdateViewMutation.js +40 -0
  3328. package/public/hooks/mutations/useUpdateViewRuleMutation.d.ts +40 -0
  3329. package/public/hooks/mutations/useUpdateViewRuleMutation.js +40 -0
  3330. package/public/hooks/mutations/useUpdateViewTableMutation.d.ts +40 -0
  3331. package/public/hooks/mutations/useUpdateViewTableMutation.js +40 -0
  3332. package/public/hooks/mutations/useVerifyEmailMutation.d.ts +20 -0
  3333. package/public/hooks/mutations/useVerifyEmailMutation.js +26 -0
  3334. package/public/hooks/mutations/useVerifyPasswordMutation.d.ts +20 -0
  3335. package/public/hooks/mutations/useVerifyPasswordMutation.js +26 -0
  3336. package/public/hooks/mutations/useVerifyTotpMutation.d.ts +20 -0
  3337. package/public/hooks/mutations/useVerifyTotpMutation.js +26 -0
  3338. package/public/hooks/queries/index.d.ts +220 -0
  3339. package/public/hooks/queries/index.js +236 -0
  3340. package/public/hooks/queries/useApiModuleQuery.d.ts +65 -0
  3341. package/public/hooks/queries/useApiModuleQuery.js +53 -0
  3342. package/public/hooks/queries/useApiModulesQuery.d.ts +69 -0
  3343. package/public/hooks/queries/useApiModulesQuery.js +38 -0
  3344. package/public/hooks/queries/useApiQuery.d.ts +65 -0
  3345. package/public/hooks/queries/useApiQuery.js +53 -0
  3346. package/public/hooks/queries/useApiSchemaQuery.d.ts +65 -0
  3347. package/public/hooks/queries/useApiSchemaQuery.js +53 -0
  3348. package/public/hooks/queries/useApiSchemasQuery.d.ts +69 -0
  3349. package/public/hooks/queries/useApiSchemasQuery.js +38 -0
  3350. package/public/hooks/queries/useApisQuery.d.ts +69 -0
  3351. package/public/hooks/queries/useApisQuery.js +38 -0
  3352. package/public/hooks/queries/useAppAchievementQuery.d.ts +65 -0
  3353. package/public/hooks/queries/useAppAchievementQuery.js +53 -0
  3354. package/public/hooks/queries/useAppAchievementsQuery.d.ts +69 -0
  3355. package/public/hooks/queries/useAppAchievementsQuery.js +38 -0
  3356. package/public/hooks/queries/useAppAdminGrantQuery.d.ts +65 -0
  3357. package/public/hooks/queries/useAppAdminGrantQuery.js +53 -0
  3358. package/public/hooks/queries/useAppAdminGrantsQuery.d.ts +69 -0
  3359. package/public/hooks/queries/useAppAdminGrantsQuery.js +38 -0
  3360. package/public/hooks/queries/useAppGrantQuery.d.ts +65 -0
  3361. package/public/hooks/queries/useAppGrantQuery.js +53 -0
  3362. package/public/hooks/queries/useAppGrantsQuery.d.ts +69 -0
  3363. package/public/hooks/queries/useAppGrantsQuery.js +38 -0
  3364. package/public/hooks/queries/useAppLevelQuery.d.ts +65 -0
  3365. package/public/hooks/queries/useAppLevelQuery.js +53 -0
  3366. package/public/hooks/queries/useAppLevelRequirementQuery.d.ts +65 -0
  3367. package/public/hooks/queries/useAppLevelRequirementQuery.js +53 -0
  3368. package/public/hooks/queries/useAppLevelRequirementsQuery.d.ts +69 -0
  3369. package/public/hooks/queries/useAppLevelRequirementsQuery.js +38 -0
  3370. package/public/hooks/queries/useAppLevelsQuery.d.ts +69 -0
  3371. package/public/hooks/queries/useAppLevelsQuery.js +38 -0
  3372. package/public/hooks/queries/useAppLimitDefaultQuery.d.ts +65 -0
  3373. package/public/hooks/queries/useAppLimitDefaultQuery.js +53 -0
  3374. package/public/hooks/queries/useAppLimitDefaultsQuery.d.ts +69 -0
  3375. package/public/hooks/queries/useAppLimitDefaultsQuery.js +38 -0
  3376. package/public/hooks/queries/useAppLimitQuery.d.ts +65 -0
  3377. package/public/hooks/queries/useAppLimitQuery.js +53 -0
  3378. package/public/hooks/queries/useAppLimitsQuery.d.ts +69 -0
  3379. package/public/hooks/queries/useAppLimitsQuery.js +38 -0
  3380. package/public/hooks/queries/useAppMembershipDefaultQuery.d.ts +65 -0
  3381. package/public/hooks/queries/useAppMembershipDefaultQuery.js +53 -0
  3382. package/public/hooks/queries/useAppMembershipDefaultsQuery.d.ts +69 -0
  3383. package/public/hooks/queries/useAppMembershipDefaultsQuery.js +38 -0
  3384. package/public/hooks/queries/useAppMembershipQuery.d.ts +65 -0
  3385. package/public/hooks/queries/useAppMembershipQuery.js +53 -0
  3386. package/public/hooks/queries/useAppMembershipsQuery.d.ts +69 -0
  3387. package/public/hooks/queries/useAppMembershipsQuery.js +38 -0
  3388. package/public/hooks/queries/useAppOwnerGrantQuery.d.ts +65 -0
  3389. package/public/hooks/queries/useAppOwnerGrantQuery.js +53 -0
  3390. package/public/hooks/queries/useAppOwnerGrantsQuery.d.ts +69 -0
  3391. package/public/hooks/queries/useAppOwnerGrantsQuery.js +38 -0
  3392. package/public/hooks/queries/useAppPermissionDefaultQuery.d.ts +65 -0
  3393. package/public/hooks/queries/useAppPermissionDefaultQuery.js +53 -0
  3394. package/public/hooks/queries/useAppPermissionDefaultsQuery.d.ts +69 -0
  3395. package/public/hooks/queries/useAppPermissionDefaultsQuery.js +38 -0
  3396. package/public/hooks/queries/useAppPermissionQuery.d.ts +65 -0
  3397. package/public/hooks/queries/useAppPermissionQuery.js +53 -0
  3398. package/public/hooks/queries/useAppPermissionsGetByMaskQuery.d.ts +54 -0
  3399. package/public/hooks/queries/useAppPermissionsGetByMaskQuery.js +53 -0
  3400. package/public/hooks/queries/useAppPermissionsGetMaskByNamesQuery.d.ts +53 -0
  3401. package/public/hooks/queries/useAppPermissionsGetMaskByNamesQuery.js +53 -0
  3402. package/public/hooks/queries/useAppPermissionsGetMaskQuery.d.ts +53 -0
  3403. package/public/hooks/queries/useAppPermissionsGetMaskQuery.js +53 -0
  3404. package/public/hooks/queries/useAppPermissionsGetPaddedMaskQuery.d.ts +53 -0
  3405. package/public/hooks/queries/useAppPermissionsGetPaddedMaskQuery.js +53 -0
  3406. package/public/hooks/queries/useAppPermissionsQuery.d.ts +69 -0
  3407. package/public/hooks/queries/useAppPermissionsQuery.js +38 -0
  3408. package/public/hooks/queries/useAppQuery.d.ts +65 -0
  3409. package/public/hooks/queries/useAppQuery.js +53 -0
  3410. package/public/hooks/queries/useAppStepQuery.d.ts +65 -0
  3411. package/public/hooks/queries/useAppStepQuery.js +53 -0
  3412. package/public/hooks/queries/useAppStepsQuery.d.ts +69 -0
  3413. package/public/hooks/queries/useAppStepsQuery.js +38 -0
  3414. package/public/hooks/queries/useAppsQuery.d.ts +69 -0
  3415. package/public/hooks/queries/useAppsQuery.js +38 -0
  3416. package/public/hooks/queries/useAstMigrationQuery.d.ts +65 -0
  3417. package/public/hooks/queries/useAstMigrationQuery.js +53 -0
  3418. package/public/hooks/queries/useAstMigrationsQuery.d.ts +69 -0
  3419. package/public/hooks/queries/useAstMigrationsQuery.js +38 -0
  3420. package/public/hooks/queries/useAuditLogQuery.d.ts +65 -0
  3421. package/public/hooks/queries/useAuditLogQuery.js +53 -0
  3422. package/public/hooks/queries/useAuditLogsQuery.d.ts +69 -0
  3423. package/public/hooks/queries/useAuditLogsQuery.js +38 -0
  3424. package/public/hooks/queries/useCheckConstraintQuery.d.ts +65 -0
  3425. package/public/hooks/queries/useCheckConstraintQuery.js +53 -0
  3426. package/public/hooks/queries/useCheckConstraintsQuery.d.ts +69 -0
  3427. package/public/hooks/queries/useCheckConstraintsQuery.js +38 -0
  3428. package/public/hooks/queries/useClaimedInviteQuery.d.ts +65 -0
  3429. package/public/hooks/queries/useClaimedInviteQuery.js +53 -0
  3430. package/public/hooks/queries/useClaimedInvitesQuery.d.ts +69 -0
  3431. package/public/hooks/queries/useClaimedInvitesQuery.js +38 -0
  3432. package/public/hooks/queries/useCommitQuery.d.ts +65 -0
  3433. package/public/hooks/queries/useCommitQuery.js +53 -0
  3434. package/public/hooks/queries/useCommitsQuery.d.ts +69 -0
  3435. package/public/hooks/queries/useCommitsQuery.js +38 -0
  3436. package/public/hooks/queries/useConnectedAccountQuery.d.ts +65 -0
  3437. package/public/hooks/queries/useConnectedAccountQuery.js +53 -0
  3438. package/public/hooks/queries/useConnectedAccountsModuleQuery.d.ts +65 -0
  3439. package/public/hooks/queries/useConnectedAccountsModuleQuery.js +53 -0
  3440. package/public/hooks/queries/useConnectedAccountsModulesQuery.d.ts +69 -0
  3441. package/public/hooks/queries/useConnectedAccountsModulesQuery.js +38 -0
  3442. package/public/hooks/queries/useConnectedAccountsQuery.d.ts +69 -0
  3443. package/public/hooks/queries/useConnectedAccountsQuery.js +38 -0
  3444. package/public/hooks/queries/useCryptoAddressQuery.d.ts +65 -0
  3445. package/public/hooks/queries/useCryptoAddressQuery.js +53 -0
  3446. package/public/hooks/queries/useCryptoAddressesModuleQuery.d.ts +65 -0
  3447. package/public/hooks/queries/useCryptoAddressesModuleQuery.js +53 -0
  3448. package/public/hooks/queries/useCryptoAddressesModulesQuery.d.ts +69 -0
  3449. package/public/hooks/queries/useCryptoAddressesModulesQuery.js +38 -0
  3450. package/public/hooks/queries/useCryptoAddressesQuery.d.ts +69 -0
  3451. package/public/hooks/queries/useCryptoAddressesQuery.js +38 -0
  3452. package/public/hooks/queries/useCryptoAuthModuleQuery.d.ts +65 -0
  3453. package/public/hooks/queries/useCryptoAuthModuleQuery.js +53 -0
  3454. package/public/hooks/queries/useCryptoAuthModulesQuery.d.ts +69 -0
  3455. package/public/hooks/queries/useCryptoAuthModulesQuery.js +38 -0
  3456. package/public/hooks/queries/useCurrentIpAddressQuery.d.ts +45 -0
  3457. package/public/hooks/queries/useCurrentIpAddressQuery.js +49 -0
  3458. package/public/hooks/queries/useCurrentUserAgentQuery.d.ts +45 -0
  3459. package/public/hooks/queries/useCurrentUserAgentQuery.js +49 -0
  3460. package/public/hooks/queries/useCurrentUserIdQuery.d.ts +45 -0
  3461. package/public/hooks/queries/useCurrentUserIdQuery.js +49 -0
  3462. package/public/hooks/queries/useCurrentUserQuery.d.ts +60 -0
  3463. package/public/hooks/queries/useCurrentUserQuery.js +50 -0
  3464. package/public/hooks/queries/useDatabaseProvisionModuleQuery.d.ts +65 -0
  3465. package/public/hooks/queries/useDatabaseProvisionModuleQuery.js +53 -0
  3466. package/public/hooks/queries/useDatabaseProvisionModulesQuery.d.ts +69 -0
  3467. package/public/hooks/queries/useDatabaseProvisionModulesQuery.js +38 -0
  3468. package/public/hooks/queries/useDatabaseQuery.d.ts +65 -0
  3469. package/public/hooks/queries/useDatabaseQuery.js +53 -0
  3470. package/public/hooks/queries/useDatabasesQuery.d.ts +69 -0
  3471. package/public/hooks/queries/useDatabasesQuery.js +38 -0
  3472. package/public/hooks/queries/useDefaultIdsModuleQuery.d.ts +65 -0
  3473. package/public/hooks/queries/useDefaultIdsModuleQuery.js +53 -0
  3474. package/public/hooks/queries/useDefaultIdsModulesQuery.d.ts +69 -0
  3475. package/public/hooks/queries/useDefaultIdsModulesQuery.js +38 -0
  3476. package/public/hooks/queries/useDenormalizedTableFieldQuery.d.ts +65 -0
  3477. package/public/hooks/queries/useDenormalizedTableFieldQuery.js +53 -0
  3478. package/public/hooks/queries/useDenormalizedTableFieldsQuery.d.ts +69 -0
  3479. package/public/hooks/queries/useDenormalizedTableFieldsQuery.js +38 -0
  3480. package/public/hooks/queries/useDomainQuery.d.ts +65 -0
  3481. package/public/hooks/queries/useDomainQuery.js +53 -0
  3482. package/public/hooks/queries/useDomainsQuery.d.ts +69 -0
  3483. package/public/hooks/queries/useDomainsQuery.js +38 -0
  3484. package/public/hooks/queries/useEmailQuery.d.ts +65 -0
  3485. package/public/hooks/queries/useEmailQuery.js +53 -0
  3486. package/public/hooks/queries/useEmailsModuleQuery.d.ts +65 -0
  3487. package/public/hooks/queries/useEmailsModuleQuery.js +53 -0
  3488. package/public/hooks/queries/useEmailsModulesQuery.d.ts +69 -0
  3489. package/public/hooks/queries/useEmailsModulesQuery.js +38 -0
  3490. package/public/hooks/queries/useEmailsQuery.d.ts +69 -0
  3491. package/public/hooks/queries/useEmailsQuery.js +38 -0
  3492. package/public/hooks/queries/useEncryptedSecretsModuleQuery.d.ts +65 -0
  3493. package/public/hooks/queries/useEncryptedSecretsModuleQuery.js +53 -0
  3494. package/public/hooks/queries/useEncryptedSecretsModulesQuery.d.ts +69 -0
  3495. package/public/hooks/queries/useEncryptedSecretsModulesQuery.js +38 -0
  3496. package/public/hooks/queries/useFieldModuleQuery.d.ts +65 -0
  3497. package/public/hooks/queries/useFieldModuleQuery.js +53 -0
  3498. package/public/hooks/queries/useFieldModulesQuery.d.ts +69 -0
  3499. package/public/hooks/queries/useFieldModulesQuery.js +38 -0
  3500. package/public/hooks/queries/useFieldQuery.d.ts +65 -0
  3501. package/public/hooks/queries/useFieldQuery.js +53 -0
  3502. package/public/hooks/queries/useFieldsQuery.d.ts +69 -0
  3503. package/public/hooks/queries/useFieldsQuery.js +38 -0
  3504. package/public/hooks/queries/useForeignKeyConstraintQuery.d.ts +65 -0
  3505. package/public/hooks/queries/useForeignKeyConstraintQuery.js +53 -0
  3506. package/public/hooks/queries/useForeignKeyConstraintsQuery.d.ts +69 -0
  3507. package/public/hooks/queries/useForeignKeyConstraintsQuery.js +38 -0
  3508. package/public/hooks/queries/useFullTextSearchQuery.d.ts +65 -0
  3509. package/public/hooks/queries/useFullTextSearchQuery.js +53 -0
  3510. package/public/hooks/queries/useFullTextSearchesQuery.d.ts +69 -0
  3511. package/public/hooks/queries/useFullTextSearchesQuery.js +38 -0
  3512. package/public/hooks/queries/useGetAllObjectsFromRootQuery.d.ts +54 -0
  3513. package/public/hooks/queries/useGetAllObjectsFromRootQuery.js +53 -0
  3514. package/public/hooks/queries/useGetAllQuery.d.ts +69 -0
  3515. package/public/hooks/queries/useGetAllQuery.js +38 -0
  3516. package/public/hooks/queries/useGetObjectAtPathQuery.d.ts +65 -0
  3517. package/public/hooks/queries/useGetObjectAtPathQuery.js +54 -0
  3518. package/public/hooks/queries/useGetPathObjectsFromRootQuery.d.ts +54 -0
  3519. package/public/hooks/queries/useGetPathObjectsFromRootQuery.js +53 -0
  3520. package/public/hooks/queries/useHierarchyModuleQuery.d.ts +65 -0
  3521. package/public/hooks/queries/useHierarchyModuleQuery.js +53 -0
  3522. package/public/hooks/queries/useHierarchyModulesQuery.d.ts +69 -0
  3523. package/public/hooks/queries/useHierarchyModulesQuery.js +38 -0
  3524. package/public/hooks/queries/useIndexQuery.d.ts +65 -0
  3525. package/public/hooks/queries/useIndexQuery.js +53 -0
  3526. package/public/hooks/queries/useIndicesQuery.d.ts +69 -0
  3527. package/public/hooks/queries/useIndicesQuery.js +38 -0
  3528. package/public/hooks/queries/useInviteQuery.d.ts +65 -0
  3529. package/public/hooks/queries/useInviteQuery.js +53 -0
  3530. package/public/hooks/queries/useInvitesModuleQuery.d.ts +65 -0
  3531. package/public/hooks/queries/useInvitesModuleQuery.js +53 -0
  3532. package/public/hooks/queries/useInvitesModulesQuery.d.ts +69 -0
  3533. package/public/hooks/queries/useInvitesModulesQuery.js +38 -0
  3534. package/public/hooks/queries/useInvitesQuery.d.ts +69 -0
  3535. package/public/hooks/queries/useInvitesQuery.js +38 -0
  3536. package/public/hooks/queries/useLevelsModuleQuery.d.ts +65 -0
  3537. package/public/hooks/queries/useLevelsModuleQuery.js +53 -0
  3538. package/public/hooks/queries/useLevelsModulesQuery.d.ts +69 -0
  3539. package/public/hooks/queries/useLevelsModulesQuery.js +38 -0
  3540. package/public/hooks/queries/useLimitFunctionQuery.d.ts +65 -0
  3541. package/public/hooks/queries/useLimitFunctionQuery.js +53 -0
  3542. package/public/hooks/queries/useLimitFunctionsQuery.d.ts +69 -0
  3543. package/public/hooks/queries/useLimitFunctionsQuery.js +38 -0
  3544. package/public/hooks/queries/useLimitsModuleQuery.d.ts +65 -0
  3545. package/public/hooks/queries/useLimitsModuleQuery.js +53 -0
  3546. package/public/hooks/queries/useLimitsModulesQuery.d.ts +69 -0
  3547. package/public/hooks/queries/useLimitsModulesQuery.js +38 -0
  3548. package/public/hooks/queries/useMembershipTypeQuery.d.ts +65 -0
  3549. package/public/hooks/queries/useMembershipTypeQuery.js +53 -0
  3550. package/public/hooks/queries/useMembershipTypesModuleQuery.d.ts +65 -0
  3551. package/public/hooks/queries/useMembershipTypesModuleQuery.js +53 -0
  3552. package/public/hooks/queries/useMembershipTypesModulesQuery.d.ts +69 -0
  3553. package/public/hooks/queries/useMembershipTypesModulesQuery.js +38 -0
  3554. package/public/hooks/queries/useMembershipTypesQuery.d.ts +69 -0
  3555. package/public/hooks/queries/useMembershipTypesQuery.js +38 -0
  3556. package/public/hooks/queries/useMembershipsModuleQuery.d.ts +65 -0
  3557. package/public/hooks/queries/useMembershipsModuleQuery.js +53 -0
  3558. package/public/hooks/queries/useMembershipsModulesQuery.d.ts +69 -0
  3559. package/public/hooks/queries/useMembershipsModulesQuery.js +38 -0
  3560. package/public/hooks/queries/useNodeTypeRegistriesQuery.d.ts +69 -0
  3561. package/public/hooks/queries/useNodeTypeRegistriesQuery.js +38 -0
  3562. package/public/hooks/queries/useNodeTypeRegistryQuery.d.ts +65 -0
  3563. package/public/hooks/queries/useNodeTypeRegistryQuery.js +53 -0
  3564. package/public/hooks/queries/useObjectQuery.d.ts +65 -0
  3565. package/public/hooks/queries/useObjectQuery.js +53 -0
  3566. package/public/hooks/queries/useObjectsQuery.d.ts +69 -0
  3567. package/public/hooks/queries/useObjectsQuery.js +38 -0
  3568. package/public/hooks/queries/useOrgAdminGrantQuery.d.ts +65 -0
  3569. package/public/hooks/queries/useOrgAdminGrantQuery.js +53 -0
  3570. package/public/hooks/queries/useOrgAdminGrantsQuery.d.ts +69 -0
  3571. package/public/hooks/queries/useOrgAdminGrantsQuery.js +38 -0
  3572. package/public/hooks/queries/useOrgClaimedInviteQuery.d.ts +65 -0
  3573. package/public/hooks/queries/useOrgClaimedInviteQuery.js +53 -0
  3574. package/public/hooks/queries/useOrgClaimedInvitesQuery.d.ts +69 -0
  3575. package/public/hooks/queries/useOrgClaimedInvitesQuery.js +38 -0
  3576. package/public/hooks/queries/useOrgGrantQuery.d.ts +65 -0
  3577. package/public/hooks/queries/useOrgGrantQuery.js +53 -0
  3578. package/public/hooks/queries/useOrgGrantsQuery.d.ts +69 -0
  3579. package/public/hooks/queries/useOrgGrantsQuery.js +38 -0
  3580. package/public/hooks/queries/useOrgInviteQuery.d.ts +65 -0
  3581. package/public/hooks/queries/useOrgInviteQuery.js +53 -0
  3582. package/public/hooks/queries/useOrgInvitesQuery.d.ts +69 -0
  3583. package/public/hooks/queries/useOrgInvitesQuery.js +38 -0
  3584. package/public/hooks/queries/useOrgLimitDefaultQuery.d.ts +65 -0
  3585. package/public/hooks/queries/useOrgLimitDefaultQuery.js +53 -0
  3586. package/public/hooks/queries/useOrgLimitDefaultsQuery.d.ts +69 -0
  3587. package/public/hooks/queries/useOrgLimitDefaultsQuery.js +38 -0
  3588. package/public/hooks/queries/useOrgLimitQuery.d.ts +65 -0
  3589. package/public/hooks/queries/useOrgLimitQuery.js +53 -0
  3590. package/public/hooks/queries/useOrgLimitsQuery.d.ts +69 -0
  3591. package/public/hooks/queries/useOrgLimitsQuery.js +38 -0
  3592. package/public/hooks/queries/useOrgMemberQuery.d.ts +65 -0
  3593. package/public/hooks/queries/useOrgMemberQuery.js +53 -0
  3594. package/public/hooks/queries/useOrgMembersQuery.d.ts +69 -0
  3595. package/public/hooks/queries/useOrgMembersQuery.js +38 -0
  3596. package/public/hooks/queries/useOrgMembershipDefaultQuery.d.ts +65 -0
  3597. package/public/hooks/queries/useOrgMembershipDefaultQuery.js +53 -0
  3598. package/public/hooks/queries/useOrgMembershipDefaultsQuery.d.ts +69 -0
  3599. package/public/hooks/queries/useOrgMembershipDefaultsQuery.js +38 -0
  3600. package/public/hooks/queries/useOrgMembershipQuery.d.ts +65 -0
  3601. package/public/hooks/queries/useOrgMembershipQuery.js +53 -0
  3602. package/public/hooks/queries/useOrgMembershipsQuery.d.ts +69 -0
  3603. package/public/hooks/queries/useOrgMembershipsQuery.js +38 -0
  3604. package/public/hooks/queries/useOrgOwnerGrantQuery.d.ts +65 -0
  3605. package/public/hooks/queries/useOrgOwnerGrantQuery.js +53 -0
  3606. package/public/hooks/queries/useOrgOwnerGrantsQuery.d.ts +69 -0
  3607. package/public/hooks/queries/useOrgOwnerGrantsQuery.js +38 -0
  3608. package/public/hooks/queries/useOrgPermissionDefaultQuery.d.ts +65 -0
  3609. package/public/hooks/queries/useOrgPermissionDefaultQuery.js +53 -0
  3610. package/public/hooks/queries/useOrgPermissionDefaultsQuery.d.ts +69 -0
  3611. package/public/hooks/queries/useOrgPermissionDefaultsQuery.js +38 -0
  3612. package/public/hooks/queries/useOrgPermissionQuery.d.ts +65 -0
  3613. package/public/hooks/queries/useOrgPermissionQuery.js +53 -0
  3614. package/public/hooks/queries/useOrgPermissionsGetByMaskQuery.d.ts +54 -0
  3615. package/public/hooks/queries/useOrgPermissionsGetByMaskQuery.js +53 -0
  3616. package/public/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.d.ts +53 -0
  3617. package/public/hooks/queries/useOrgPermissionsGetMaskByNamesQuery.js +53 -0
  3618. package/public/hooks/queries/useOrgPermissionsGetMaskQuery.d.ts +53 -0
  3619. package/public/hooks/queries/useOrgPermissionsGetMaskQuery.js +53 -0
  3620. package/public/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.d.ts +53 -0
  3621. package/public/hooks/queries/useOrgPermissionsGetPaddedMaskQuery.js +53 -0
  3622. package/public/hooks/queries/useOrgPermissionsQuery.d.ts +69 -0
  3623. package/public/hooks/queries/useOrgPermissionsQuery.js +38 -0
  3624. package/public/hooks/queries/usePermissionsModuleQuery.d.ts +65 -0
  3625. package/public/hooks/queries/usePermissionsModuleQuery.js +53 -0
  3626. package/public/hooks/queries/usePermissionsModulesQuery.d.ts +69 -0
  3627. package/public/hooks/queries/usePermissionsModulesQuery.js +38 -0
  3628. package/public/hooks/queries/usePhoneNumberQuery.d.ts +65 -0
  3629. package/public/hooks/queries/usePhoneNumberQuery.js +53 -0
  3630. package/public/hooks/queries/usePhoneNumbersModuleQuery.d.ts +65 -0
  3631. package/public/hooks/queries/usePhoneNumbersModuleQuery.js +53 -0
  3632. package/public/hooks/queries/usePhoneNumbersModulesQuery.d.ts +69 -0
  3633. package/public/hooks/queries/usePhoneNumbersModulesQuery.js +38 -0
  3634. package/public/hooks/queries/usePhoneNumbersQuery.d.ts +69 -0
  3635. package/public/hooks/queries/usePhoneNumbersQuery.js +38 -0
  3636. package/public/hooks/queries/usePoliciesQuery.d.ts +69 -0
  3637. package/public/hooks/queries/usePoliciesQuery.js +38 -0
  3638. package/public/hooks/queries/usePolicyQuery.d.ts +65 -0
  3639. package/public/hooks/queries/usePolicyQuery.js +53 -0
  3640. package/public/hooks/queries/usePrimaryKeyConstraintQuery.d.ts +65 -0
  3641. package/public/hooks/queries/usePrimaryKeyConstraintQuery.js +53 -0
  3642. package/public/hooks/queries/usePrimaryKeyConstraintsQuery.d.ts +69 -0
  3643. package/public/hooks/queries/usePrimaryKeyConstraintsQuery.js +38 -0
  3644. package/public/hooks/queries/useProcedureQuery.d.ts +65 -0
  3645. package/public/hooks/queries/useProcedureQuery.js +53 -0
  3646. package/public/hooks/queries/useProceduresQuery.d.ts +69 -0
  3647. package/public/hooks/queries/useProceduresQuery.js +38 -0
  3648. package/public/hooks/queries/useProfilesModuleQuery.d.ts +65 -0
  3649. package/public/hooks/queries/useProfilesModuleQuery.js +53 -0
  3650. package/public/hooks/queries/useProfilesModulesQuery.d.ts +69 -0
  3651. package/public/hooks/queries/useProfilesModulesQuery.js +38 -0
  3652. package/public/hooks/queries/useRefQuery.d.ts +65 -0
  3653. package/public/hooks/queries/useRefQuery.js +53 -0
  3654. package/public/hooks/queries/useRefsQuery.d.ts +69 -0
  3655. package/public/hooks/queries/useRefsQuery.js +38 -0
  3656. package/public/hooks/queries/useRevParseQuery.d.ts +53 -0
  3657. package/public/hooks/queries/useRevParseQuery.js +53 -0
  3658. package/public/hooks/queries/useRlsModuleQuery.d.ts +65 -0
  3659. package/public/hooks/queries/useRlsModuleQuery.js +53 -0
  3660. package/public/hooks/queries/useRlsModulesQuery.d.ts +69 -0
  3661. package/public/hooks/queries/useRlsModulesQuery.js +38 -0
  3662. package/public/hooks/queries/useRoleTypeQuery.d.ts +65 -0
  3663. package/public/hooks/queries/useRoleTypeQuery.js +53 -0
  3664. package/public/hooks/queries/useRoleTypesQuery.d.ts +69 -0
  3665. package/public/hooks/queries/useRoleTypesQuery.js +38 -0
  3666. package/public/hooks/queries/useSchemaGrantQuery.d.ts +65 -0
  3667. package/public/hooks/queries/useSchemaGrantQuery.js +53 -0
  3668. package/public/hooks/queries/useSchemaGrantsQuery.d.ts +69 -0
  3669. package/public/hooks/queries/useSchemaGrantsQuery.js +38 -0
  3670. package/public/hooks/queries/useSchemaQuery.d.ts +65 -0
  3671. package/public/hooks/queries/useSchemaQuery.js +53 -0
  3672. package/public/hooks/queries/useSchemasQuery.d.ts +69 -0
  3673. package/public/hooks/queries/useSchemasQuery.js +38 -0
  3674. package/public/hooks/queries/useSecretsModuleQuery.d.ts +65 -0
  3675. package/public/hooks/queries/useSecretsModuleQuery.js +53 -0
  3676. package/public/hooks/queries/useSecretsModulesQuery.d.ts +69 -0
  3677. package/public/hooks/queries/useSecretsModulesQuery.js +38 -0
  3678. package/public/hooks/queries/useSessionsModuleQuery.d.ts +65 -0
  3679. package/public/hooks/queries/useSessionsModuleQuery.js +53 -0
  3680. package/public/hooks/queries/useSessionsModulesQuery.d.ts +69 -0
  3681. package/public/hooks/queries/useSessionsModulesQuery.js +38 -0
  3682. package/public/hooks/queries/useSiteMetadataQuery.d.ts +69 -0
  3683. package/public/hooks/queries/useSiteMetadataQuery.js +38 -0
  3684. package/public/hooks/queries/useSiteMetadatumQuery.d.ts +65 -0
  3685. package/public/hooks/queries/useSiteMetadatumQuery.js +53 -0
  3686. package/public/hooks/queries/useSiteModuleQuery.d.ts +65 -0
  3687. package/public/hooks/queries/useSiteModuleQuery.js +53 -0
  3688. package/public/hooks/queries/useSiteModulesQuery.d.ts +69 -0
  3689. package/public/hooks/queries/useSiteModulesQuery.js +38 -0
  3690. package/public/hooks/queries/useSiteQuery.d.ts +65 -0
  3691. package/public/hooks/queries/useSiteQuery.js +53 -0
  3692. package/public/hooks/queries/useSiteThemeQuery.d.ts +65 -0
  3693. package/public/hooks/queries/useSiteThemeQuery.js +53 -0
  3694. package/public/hooks/queries/useSiteThemesQuery.d.ts +69 -0
  3695. package/public/hooks/queries/useSiteThemesQuery.js +38 -0
  3696. package/public/hooks/queries/useSitesQuery.d.ts +69 -0
  3697. package/public/hooks/queries/useSitesQuery.js +38 -0
  3698. package/public/hooks/queries/useSqlMigrationQuery.d.ts +65 -0
  3699. package/public/hooks/queries/useSqlMigrationQuery.js +53 -0
  3700. package/public/hooks/queries/useSqlMigrationsQuery.d.ts +69 -0
  3701. package/public/hooks/queries/useSqlMigrationsQuery.js +38 -0
  3702. package/public/hooks/queries/useStepsAchievedQuery.d.ts +53 -0
  3703. package/public/hooks/queries/useStepsAchievedQuery.js +53 -0
  3704. package/public/hooks/queries/useStepsRequiredQuery.d.ts +54 -0
  3705. package/public/hooks/queries/useStepsRequiredQuery.js +53 -0
  3706. package/public/hooks/queries/useStoreQuery.d.ts +65 -0
  3707. package/public/hooks/queries/useStoreQuery.js +53 -0
  3708. package/public/hooks/queries/useStoresQuery.d.ts +69 -0
  3709. package/public/hooks/queries/useStoresQuery.js +38 -0
  3710. package/public/hooks/queries/useTableGrantQuery.d.ts +65 -0
  3711. package/public/hooks/queries/useTableGrantQuery.js +53 -0
  3712. package/public/hooks/queries/useTableGrantsQuery.d.ts +69 -0
  3713. package/public/hooks/queries/useTableGrantsQuery.js +38 -0
  3714. package/public/hooks/queries/useTableModuleQuery.d.ts +65 -0
  3715. package/public/hooks/queries/useTableModuleQuery.js +53 -0
  3716. package/public/hooks/queries/useTableModulesQuery.d.ts +69 -0
  3717. package/public/hooks/queries/useTableModulesQuery.js +38 -0
  3718. package/public/hooks/queries/useTableQuery.d.ts +65 -0
  3719. package/public/hooks/queries/useTableQuery.js +53 -0
  3720. package/public/hooks/queries/useTableTemplateModuleQuery.d.ts +65 -0
  3721. package/public/hooks/queries/useTableTemplateModuleQuery.js +53 -0
  3722. package/public/hooks/queries/useTableTemplateModulesQuery.d.ts +69 -0
  3723. package/public/hooks/queries/useTableTemplateModulesQuery.js +38 -0
  3724. package/public/hooks/queries/useTablesQuery.d.ts +69 -0
  3725. package/public/hooks/queries/useTablesQuery.js +38 -0
  3726. package/public/hooks/queries/useTriggerFunctionQuery.d.ts +65 -0
  3727. package/public/hooks/queries/useTriggerFunctionQuery.js +53 -0
  3728. package/public/hooks/queries/useTriggerFunctionsQuery.d.ts +69 -0
  3729. package/public/hooks/queries/useTriggerFunctionsQuery.js +38 -0
  3730. package/public/hooks/queries/useTriggerQuery.d.ts +65 -0
  3731. package/public/hooks/queries/useTriggerQuery.js +53 -0
  3732. package/public/hooks/queries/useTriggersQuery.d.ts +69 -0
  3733. package/public/hooks/queries/useTriggersQuery.js +38 -0
  3734. package/public/hooks/queries/useUniqueConstraintQuery.d.ts +65 -0
  3735. package/public/hooks/queries/useUniqueConstraintQuery.js +53 -0
  3736. package/public/hooks/queries/useUniqueConstraintsQuery.d.ts +69 -0
  3737. package/public/hooks/queries/useUniqueConstraintsQuery.js +38 -0
  3738. package/public/hooks/queries/useUserAuthModuleQuery.d.ts +65 -0
  3739. package/public/hooks/queries/useUserAuthModuleQuery.js +53 -0
  3740. package/public/hooks/queries/useUserAuthModulesQuery.d.ts +69 -0
  3741. package/public/hooks/queries/useUserAuthModulesQuery.js +38 -0
  3742. package/public/hooks/queries/useUserQuery.d.ts +65 -0
  3743. package/public/hooks/queries/useUserQuery.js +53 -0
  3744. package/public/hooks/queries/useUsersModuleQuery.d.ts +65 -0
  3745. package/public/hooks/queries/useUsersModuleQuery.js +53 -0
  3746. package/public/hooks/queries/useUsersModulesQuery.d.ts +69 -0
  3747. package/public/hooks/queries/useUsersModulesQuery.js +38 -0
  3748. package/public/hooks/queries/useUsersQuery.d.ts +69 -0
  3749. package/public/hooks/queries/useUsersQuery.js +38 -0
  3750. package/public/hooks/queries/useUuidModuleQuery.d.ts +65 -0
  3751. package/public/hooks/queries/useUuidModuleQuery.js +53 -0
  3752. package/public/hooks/queries/useUuidModulesQuery.d.ts +69 -0
  3753. package/public/hooks/queries/useUuidModulesQuery.js +38 -0
  3754. package/public/hooks/queries/useViewGrantQuery.d.ts +65 -0
  3755. package/public/hooks/queries/useViewGrantQuery.js +53 -0
  3756. package/public/hooks/queries/useViewGrantsQuery.d.ts +69 -0
  3757. package/public/hooks/queries/useViewGrantsQuery.js +38 -0
  3758. package/public/hooks/queries/useViewQuery.d.ts +65 -0
  3759. package/public/hooks/queries/useViewQuery.js +53 -0
  3760. package/public/hooks/queries/useViewRuleQuery.d.ts +65 -0
  3761. package/public/hooks/queries/useViewRuleQuery.js +53 -0
  3762. package/public/hooks/queries/useViewRulesQuery.d.ts +69 -0
  3763. package/public/hooks/queries/useViewRulesQuery.js +38 -0
  3764. package/public/hooks/queries/useViewTableQuery.d.ts +65 -0
  3765. package/public/hooks/queries/useViewTableQuery.js +53 -0
  3766. package/public/hooks/queries/useViewTablesQuery.d.ts +69 -0
  3767. package/public/hooks/queries/useViewTablesQuery.js +38 -0
  3768. package/public/hooks/queries/useViewsQuery.d.ts +69 -0
  3769. package/public/hooks/queries/useViewsQuery.js +38 -0
  3770. package/public/hooks/query-keys.d.ts +1457 -0
  3771. package/public/hooks/query-keys.js +863 -0
  3772. package/public/hooks/selection.d.ts +30 -0
  3773. package/public/hooks/selection.js +26 -0
  3774. package/public/index.d.ts +7 -0
  3775. package/public/index.js +23 -0
  3776. package/public/orm/client.d.ts +55 -0
  3777. package/public/orm/client.js +105 -0
  3778. package/public/orm/index.d.ts +480 -0
  3779. package/public/orm/index.js +264 -0
  3780. package/public/orm/input-types.d.ts +16535 -0
  3781. package/public/orm/input-types.js +131 -0
  3782. package/public/orm/models/api.d.ts +56 -0
  3783. package/public/orm/models/api.js +98 -0
  3784. package/public/orm/models/apiModule.d.ts +56 -0
  3785. package/public/orm/models/apiModule.js +98 -0
  3786. package/public/orm/models/apiSchema.d.ts +56 -0
  3787. package/public/orm/models/apiSchema.js +98 -0
  3788. package/public/orm/models/app.d.ts +56 -0
  3789. package/public/orm/models/app.js +98 -0
  3790. package/public/orm/models/appAchievement.d.ts +56 -0
  3791. package/public/orm/models/appAchievement.js +98 -0
  3792. package/public/orm/models/appAdminGrant.d.ts +56 -0
  3793. package/public/orm/models/appAdminGrant.js +98 -0
  3794. package/public/orm/models/appGrant.d.ts +56 -0
  3795. package/public/orm/models/appGrant.js +98 -0
  3796. package/public/orm/models/appLevel.d.ts +56 -0
  3797. package/public/orm/models/appLevel.js +98 -0
  3798. package/public/orm/models/appLevelRequirement.d.ts +56 -0
  3799. package/public/orm/models/appLevelRequirement.js +98 -0
  3800. package/public/orm/models/appLimit.d.ts +56 -0
  3801. package/public/orm/models/appLimit.js +98 -0
  3802. package/public/orm/models/appLimitDefault.d.ts +56 -0
  3803. package/public/orm/models/appLimitDefault.js +98 -0
  3804. package/public/orm/models/appMembership.d.ts +56 -0
  3805. package/public/orm/models/appMembership.js +98 -0
  3806. package/public/orm/models/appMembershipDefault.d.ts +56 -0
  3807. package/public/orm/models/appMembershipDefault.js +98 -0
  3808. package/public/orm/models/appOwnerGrant.d.ts +56 -0
  3809. package/public/orm/models/appOwnerGrant.js +98 -0
  3810. package/public/orm/models/appPermission.d.ts +56 -0
  3811. package/public/orm/models/appPermission.js +98 -0
  3812. package/public/orm/models/appPermissionDefault.d.ts +56 -0
  3813. package/public/orm/models/appPermissionDefault.js +98 -0
  3814. package/public/orm/models/appStep.d.ts +56 -0
  3815. package/public/orm/models/appStep.js +98 -0
  3816. package/public/orm/models/astMigration.d.ts +38 -0
  3817. package/public/orm/models/astMigration.js +76 -0
  3818. package/public/orm/models/auditLog.d.ts +56 -0
  3819. package/public/orm/models/auditLog.js +98 -0
  3820. package/public/orm/models/checkConstraint.d.ts +56 -0
  3821. package/public/orm/models/checkConstraint.js +98 -0
  3822. package/public/orm/models/claimedInvite.d.ts +56 -0
  3823. package/public/orm/models/claimedInvite.js +98 -0
  3824. package/public/orm/models/commit.d.ts +56 -0
  3825. package/public/orm/models/commit.js +98 -0
  3826. package/public/orm/models/connectedAccount.d.ts +56 -0
  3827. package/public/orm/models/connectedAccount.js +98 -0
  3828. package/public/orm/models/connectedAccountsModule.d.ts +56 -0
  3829. package/public/orm/models/connectedAccountsModule.js +98 -0
  3830. package/public/orm/models/cryptoAddress.d.ts +56 -0
  3831. package/public/orm/models/cryptoAddress.js +98 -0
  3832. package/public/orm/models/cryptoAddressesModule.d.ts +56 -0
  3833. package/public/orm/models/cryptoAddressesModule.js +98 -0
  3834. package/public/orm/models/cryptoAuthModule.d.ts +56 -0
  3835. package/public/orm/models/cryptoAuthModule.js +98 -0
  3836. package/public/orm/models/database.d.ts +56 -0
  3837. package/public/orm/models/database.js +98 -0
  3838. package/public/orm/models/databaseProvisionModule.d.ts +56 -0
  3839. package/public/orm/models/databaseProvisionModule.js +98 -0
  3840. package/public/orm/models/defaultIdsModule.d.ts +56 -0
  3841. package/public/orm/models/defaultIdsModule.js +98 -0
  3842. package/public/orm/models/denormalizedTableField.d.ts +56 -0
  3843. package/public/orm/models/denormalizedTableField.js +98 -0
  3844. package/public/orm/models/domain.d.ts +56 -0
  3845. package/public/orm/models/domain.js +98 -0
  3846. package/public/orm/models/email.d.ts +56 -0
  3847. package/public/orm/models/email.js +98 -0
  3848. package/public/orm/models/emailsModule.d.ts +56 -0
  3849. package/public/orm/models/emailsModule.js +98 -0
  3850. package/public/orm/models/encryptedSecretsModule.d.ts +56 -0
  3851. package/public/orm/models/encryptedSecretsModule.js +98 -0
  3852. package/public/orm/models/field.d.ts +56 -0
  3853. package/public/orm/models/field.js +98 -0
  3854. package/public/orm/models/fieldModule.d.ts +56 -0
  3855. package/public/orm/models/fieldModule.js +98 -0
  3856. package/public/orm/models/foreignKeyConstraint.d.ts +56 -0
  3857. package/public/orm/models/foreignKeyConstraint.js +98 -0
  3858. package/public/orm/models/fullTextSearch.d.ts +56 -0
  3859. package/public/orm/models/fullTextSearch.js +98 -0
  3860. package/public/orm/models/getAllRecord.d.ts +32 -0
  3861. package/public/orm/models/getAllRecord.js +55 -0
  3862. package/public/orm/models/hierarchyModule.d.ts +56 -0
  3863. package/public/orm/models/hierarchyModule.js +98 -0
  3864. package/public/orm/models/index.d.ts +104 -0
  3865. package/public/orm/models/index.js +207 -0
  3866. package/public/orm/models/indexModel.d.ts +56 -0
  3867. package/public/orm/models/indexModel.js +98 -0
  3868. package/public/orm/models/invite.d.ts +56 -0
  3869. package/public/orm/models/invite.js +98 -0
  3870. package/public/orm/models/invitesModule.d.ts +56 -0
  3871. package/public/orm/models/invitesModule.js +98 -0
  3872. package/public/orm/models/levelsModule.d.ts +56 -0
  3873. package/public/orm/models/levelsModule.js +98 -0
  3874. package/public/orm/models/limitFunction.d.ts +56 -0
  3875. package/public/orm/models/limitFunction.js +98 -0
  3876. package/public/orm/models/limitsModule.d.ts +56 -0
  3877. package/public/orm/models/limitsModule.js +98 -0
  3878. package/public/orm/models/membershipType.d.ts +56 -0
  3879. package/public/orm/models/membershipType.js +98 -0
  3880. package/public/orm/models/membershipTypesModule.d.ts +56 -0
  3881. package/public/orm/models/membershipTypesModule.js +98 -0
  3882. package/public/orm/models/membershipsModule.d.ts +56 -0
  3883. package/public/orm/models/membershipsModule.js +98 -0
  3884. package/public/orm/models/nodeTypeRegistry.d.ts +56 -0
  3885. package/public/orm/models/nodeTypeRegistry.js +98 -0
  3886. package/public/orm/models/object.d.ts +56 -0
  3887. package/public/orm/models/object.js +88 -0
  3888. package/public/orm/models/orgAdminGrant.d.ts +56 -0
  3889. package/public/orm/models/orgAdminGrant.js +98 -0
  3890. package/public/orm/models/orgClaimedInvite.d.ts +56 -0
  3891. package/public/orm/models/orgClaimedInvite.js +98 -0
  3892. package/public/orm/models/orgGrant.d.ts +56 -0
  3893. package/public/orm/models/orgGrant.js +98 -0
  3894. package/public/orm/models/orgInvite.d.ts +56 -0
  3895. package/public/orm/models/orgInvite.js +98 -0
  3896. package/public/orm/models/orgLimit.d.ts +56 -0
  3897. package/public/orm/models/orgLimit.js +98 -0
  3898. package/public/orm/models/orgLimitDefault.d.ts +56 -0
  3899. package/public/orm/models/orgLimitDefault.js +98 -0
  3900. package/public/orm/models/orgMember.d.ts +56 -0
  3901. package/public/orm/models/orgMember.js +98 -0
  3902. package/public/orm/models/orgMembership.d.ts +56 -0
  3903. package/public/orm/models/orgMembership.js +98 -0
  3904. package/public/orm/models/orgMembershipDefault.d.ts +56 -0
  3905. package/public/orm/models/orgMembershipDefault.js +98 -0
  3906. package/public/orm/models/orgOwnerGrant.d.ts +56 -0
  3907. package/public/orm/models/orgOwnerGrant.js +98 -0
  3908. package/public/orm/models/orgPermission.d.ts +56 -0
  3909. package/public/orm/models/orgPermission.js +98 -0
  3910. package/public/orm/models/orgPermissionDefault.d.ts +56 -0
  3911. package/public/orm/models/orgPermissionDefault.js +98 -0
  3912. package/public/orm/models/permissionsModule.d.ts +56 -0
  3913. package/public/orm/models/permissionsModule.js +98 -0
  3914. package/public/orm/models/phoneNumber.d.ts +56 -0
  3915. package/public/orm/models/phoneNumber.js +98 -0
  3916. package/public/orm/models/phoneNumbersModule.d.ts +56 -0
  3917. package/public/orm/models/phoneNumbersModule.js +98 -0
  3918. package/public/orm/models/policy.d.ts +56 -0
  3919. package/public/orm/models/policy.js +98 -0
  3920. package/public/orm/models/primaryKeyConstraint.d.ts +56 -0
  3921. package/public/orm/models/primaryKeyConstraint.js +98 -0
  3922. package/public/orm/models/procedure.d.ts +56 -0
  3923. package/public/orm/models/procedure.js +98 -0
  3924. package/public/orm/models/profilesModule.d.ts +56 -0
  3925. package/public/orm/models/profilesModule.js +98 -0
  3926. package/public/orm/models/ref.d.ts +56 -0
  3927. package/public/orm/models/ref.js +98 -0
  3928. package/public/orm/models/rlsModule.d.ts +56 -0
  3929. package/public/orm/models/rlsModule.js +98 -0
  3930. package/public/orm/models/roleType.d.ts +56 -0
  3931. package/public/orm/models/roleType.js +98 -0
  3932. package/public/orm/models/schema.d.ts +56 -0
  3933. package/public/orm/models/schema.js +98 -0
  3934. package/public/orm/models/schemaGrant.d.ts +56 -0
  3935. package/public/orm/models/schemaGrant.js +98 -0
  3936. package/public/orm/models/secretsModule.d.ts +56 -0
  3937. package/public/orm/models/secretsModule.js +98 -0
  3938. package/public/orm/models/sessionsModule.d.ts +56 -0
  3939. package/public/orm/models/sessionsModule.js +98 -0
  3940. package/public/orm/models/site.d.ts +56 -0
  3941. package/public/orm/models/site.js +98 -0
  3942. package/public/orm/models/siteMetadatum.d.ts +56 -0
  3943. package/public/orm/models/siteMetadatum.js +98 -0
  3944. package/public/orm/models/siteModule.d.ts +56 -0
  3945. package/public/orm/models/siteModule.js +98 -0
  3946. package/public/orm/models/siteTheme.d.ts +56 -0
  3947. package/public/orm/models/siteTheme.js +98 -0
  3948. package/public/orm/models/sqlMigration.d.ts +38 -0
  3949. package/public/orm/models/sqlMigration.js +76 -0
  3950. package/public/orm/models/store.d.ts +56 -0
  3951. package/public/orm/models/store.js +98 -0
  3952. package/public/orm/models/table.d.ts +56 -0
  3953. package/public/orm/models/table.js +98 -0
  3954. package/public/orm/models/tableGrant.d.ts +56 -0
  3955. package/public/orm/models/tableGrant.js +98 -0
  3956. package/public/orm/models/tableModule.d.ts +56 -0
  3957. package/public/orm/models/tableModule.js +98 -0
  3958. package/public/orm/models/tableTemplateModule.d.ts +56 -0
  3959. package/public/orm/models/tableTemplateModule.js +98 -0
  3960. package/public/orm/models/trigger.d.ts +56 -0
  3961. package/public/orm/models/trigger.js +98 -0
  3962. package/public/orm/models/triggerFunction.d.ts +56 -0
  3963. package/public/orm/models/triggerFunction.js +98 -0
  3964. package/public/orm/models/uniqueConstraint.d.ts +56 -0
  3965. package/public/orm/models/uniqueConstraint.js +98 -0
  3966. package/public/orm/models/user.d.ts +56 -0
  3967. package/public/orm/models/user.js +98 -0
  3968. package/public/orm/models/userAuthModule.d.ts +56 -0
  3969. package/public/orm/models/userAuthModule.js +98 -0
  3970. package/public/orm/models/usersModule.d.ts +56 -0
  3971. package/public/orm/models/usersModule.js +98 -0
  3972. package/public/orm/models/uuidModule.d.ts +56 -0
  3973. package/public/orm/models/uuidModule.js +98 -0
  3974. package/public/orm/models/view.d.ts +56 -0
  3975. package/public/orm/models/view.js +98 -0
  3976. package/public/orm/models/viewGrant.d.ts +56 -0
  3977. package/public/orm/models/viewGrant.js +98 -0
  3978. package/public/orm/models/viewRule.d.ts +56 -0
  3979. package/public/orm/models/viewRule.js +98 -0
  3980. package/public/orm/models/viewTable.d.ts +56 -0
  3981. package/public/orm/models/viewTable.js +98 -0
  3982. package/public/orm/mutation/index.d.ts +278 -0
  3983. package/public/orm/mutation/index.js +381 -0
  3984. package/public/orm/query/index.d.ts +198 -0
  3985. package/public/orm/query/index.js +305 -0
  3986. package/public/orm/query-builder.d.ts +89 -0
  3987. package/public/orm/query-builder.js +611 -0
  3988. package/public/orm/select-types.d.ts +101 -0
  3989. package/public/orm/select-types.js +2 -0
  3990. package/public/orm/types.d.ts +6 -0
  3991. package/public/orm/types.js +23 -0
  3992. package/public/schema-types.d.ts +13293 -0
  3993. package/public/schema-types.js +7 -0
  3994. package/public/types.d.ts +1360 -0
  3995. package/public/types.js +2 -0
@@ -0,0 +1,3353 @@
1
+ /**
2
+ * GraphQL schema types for custom operations
3
+ * @generated by @constructive-io/graphql-codegen
4
+ * DO NOT EDIT - changes will be overwritten
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';
7
+ export type ConstructiveInternalTypeEmail = unknown;
8
+ export type ConstructiveInternalTypeImage = unknown;
9
+ /** Methods to use when ordering `OrgMember`. */
10
+ export type OrgMemberOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
11
+ /** Methods to use when ordering `AppPermissionDefault`. */
12
+ export type AppPermissionDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC';
13
+ /** Methods to use when ordering `OrgPermissionDefault`. */
14
+ export type OrgPermissionDefaultOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC';
15
+ /** Methods to use when ordering `AppAdminGrant`. */
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
+ /** Methods to use when ordering `AppOwnerGrant`. */
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
+ /** Methods to use when ordering `OrgAdminGrant`. */
24
+ 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
+ /** Methods to use when ordering `OrgOwnerGrant`. */
26
+ 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';
27
+ /** Methods to use when ordering `MembershipType`. */
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 `AppPermission`. */
30
+ export type AppPermissionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC';
31
+ /** Methods to use when ordering `OrgPermission`. */
32
+ export type OrgPermissionOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC';
33
+ /** Methods to use when ordering `AppLimit`. */
34
+ export type AppLimitOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC';
35
+ /** Methods to use when ordering `AppAchievement`. */
36
+ export type AppAchievementOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
37
+ /** Methods to use when ordering `AppStep`. */
38
+ export type AppStepOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
39
+ /** Methods to use when ordering `ClaimedInvite`. */
40
+ export type ClaimedInviteOrderBy = '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';
41
+ /** Methods to use when ordering `AppGrant`. */
42
+ export type AppGrantOrderBy = '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';
43
+ /** Methods to use when ordering `AppMembershipDefault`. */
44
+ export type AppMembershipDefaultOrderBy = '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';
45
+ /** Methods to use when ordering `OrgLimit`. */
46
+ export type OrgLimitOrderBy = 'NATURAL' | 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
47
+ /** Methods to use when ordering `OrgClaimedInvite`. */
48
+ 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
+ /** Methods to use when ordering `OrgGrant`. */
50
+ 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';
51
+ /** Methods to use when ordering `OrgMembershipDefault`. */
52
+ 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
+ /** Methods to use when ordering `AppLevelRequirement`. */
54
+ 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
+ /** Methods to use when ordering `Invite`. */
58
+ 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';
59
+ /** 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';
61
+ /** 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';
63
+ /** Methods to use when ordering `OrgInvite`. */
64
+ 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
+ /**
66
+ * A condition to be used against `OrgMember` object types. All fields are tested
67
+ * for equality and combined with a logical ‘and.’
68
+ */
69
+ export interface OrgMemberCondition {
70
+ /** Checks for equality with the object’s `id` field. */
71
+ id?: string;
72
+ /** Checks for equality with the object’s `isAdmin` field. */
73
+ isAdmin?: boolean;
74
+ /** Checks for equality with the object’s `actorId` field. */
75
+ actorId?: string;
76
+ /** Checks for equality with the object’s `entityId` field. */
77
+ entityId?: string;
78
+ }
79
+ /** A filter to be used against `OrgMember` object types. All fields are combined with a logical ‘and.’ */
80
+ export interface OrgMemberFilter {
81
+ /** Filter by the object’s `id` field. */
82
+ id?: UUIDFilter;
83
+ /** Filter by the object’s `isAdmin` field. */
84
+ isAdmin?: BooleanFilter;
85
+ /** Filter by the object’s `actorId` field. */
86
+ actorId?: UUIDFilter;
87
+ /** Filter by the object’s `entityId` field. */
88
+ entityId?: UUIDFilter;
89
+ /** Checks for all expressions in this list. */
90
+ and?: OrgMemberFilter[];
91
+ /** Checks for any expressions in this list. */
92
+ or?: OrgMemberFilter[];
93
+ /** Negates the expression. */
94
+ not?: OrgMemberFilter;
95
+ }
96
+ /**
97
+ * A condition to be used against `AppPermissionDefault` object types. All fields
98
+ * are tested for equality and combined with a logical ‘and.’
99
+ */
100
+ export interface AppPermissionDefaultCondition {
101
+ /** Checks for equality with the object’s `id` field. */
102
+ id?: string;
103
+ /** Checks for equality with the object’s `permissions` field. */
104
+ permissions?: string;
105
+ }
106
+ /** A filter to be used against `AppPermissionDefault` object types. All fields are combined with a logical ‘and.’ */
107
+ export interface AppPermissionDefaultFilter {
108
+ /** Filter by the object’s `id` field. */
109
+ id?: UUIDFilter;
110
+ /** Filter by the object’s `permissions` field. */
111
+ permissions?: BitStringFilter;
112
+ /** Checks for all expressions in this list. */
113
+ and?: AppPermissionDefaultFilter[];
114
+ /** Checks for any expressions in this list. */
115
+ or?: AppPermissionDefaultFilter[];
116
+ /** Negates the expression. */
117
+ not?: AppPermissionDefaultFilter;
118
+ }
119
+ /**
120
+ * A condition to be used against `OrgPermissionDefault` object types. All fields
121
+ * are tested for equality and combined with a logical ‘and.’
122
+ */
123
+ export interface OrgPermissionDefaultCondition {
124
+ /** Checks for equality with the object’s `id` field. */
125
+ id?: string;
126
+ /** Checks for equality with the object’s `permissions` field. */
127
+ permissions?: string;
128
+ /** Checks for equality with the object’s `entityId` field. */
129
+ entityId?: string;
130
+ }
131
+ /** A filter to be used against `OrgPermissionDefault` object types. All fields are combined with a logical ‘and.’ */
132
+ export interface OrgPermissionDefaultFilter {
133
+ /** Filter by the object’s `id` field. */
134
+ id?: UUIDFilter;
135
+ /** Filter by the object’s `permissions` field. */
136
+ permissions?: BitStringFilter;
137
+ /** Filter by the object’s `entityId` field. */
138
+ entityId?: UUIDFilter;
139
+ /** Checks for all expressions in this list. */
140
+ and?: OrgPermissionDefaultFilter[];
141
+ /** Checks for any expressions in this list. */
142
+ or?: OrgPermissionDefaultFilter[];
143
+ /** Negates the expression. */
144
+ not?: OrgPermissionDefaultFilter;
145
+ }
146
+ /**
147
+ * A condition to be used against `AppAdminGrant` object types. All fields are
148
+ * tested for equality and combined with a logical ‘and.’
149
+ */
150
+ export interface AppAdminGrantCondition {
151
+ /** Checks for equality with the object’s `id` field. */
152
+ id?: string;
153
+ /** Checks for equality with the object’s `isGrant` field. */
154
+ isGrant?: boolean;
155
+ /** Checks for equality with the object’s `actorId` field. */
156
+ actorId?: string;
157
+ /** Checks for equality with the object’s `grantorId` field. */
158
+ grantorId?: string;
159
+ /** Checks for equality with the object’s `createdAt` field. */
160
+ createdAt?: string;
161
+ /** Checks for equality with the object’s `updatedAt` field. */
162
+ updatedAt?: string;
163
+ }
164
+ /** A filter to be used against `AppAdminGrant` object types. All fields are combined with a logical ‘and.’ */
165
+ export interface AppAdminGrantFilter {
166
+ /** Filter by the object’s `id` field. */
167
+ id?: UUIDFilter;
168
+ /** Filter by the object’s `isGrant` field. */
169
+ isGrant?: BooleanFilter;
170
+ /** Filter by the object’s `actorId` field. */
171
+ actorId?: UUIDFilter;
172
+ /** Filter by the object’s `grantorId` field. */
173
+ grantorId?: UUIDFilter;
174
+ /** Filter by the object’s `createdAt` field. */
175
+ createdAt?: DatetimeFilter;
176
+ /** Filter by the object’s `updatedAt` field. */
177
+ updatedAt?: DatetimeFilter;
178
+ /** Checks for all expressions in this list. */
179
+ and?: AppAdminGrantFilter[];
180
+ /** Checks for any expressions in this list. */
181
+ or?: AppAdminGrantFilter[];
182
+ /** Negates the expression. */
183
+ not?: AppAdminGrantFilter;
184
+ }
185
+ /**
186
+ * A condition to be used against `AppOwnerGrant` object types. All fields are
187
+ * tested for equality and combined with a logical ‘and.’
188
+ */
189
+ export interface AppOwnerGrantCondition {
190
+ /** Checks for equality with the object’s `id` field. */
191
+ id?: string;
192
+ /** Checks for equality with the object’s `isGrant` field. */
193
+ isGrant?: boolean;
194
+ /** Checks for equality with the object’s `actorId` field. */
195
+ actorId?: string;
196
+ /** Checks for equality with the object’s `grantorId` field. */
197
+ grantorId?: string;
198
+ /** Checks for equality with the object’s `createdAt` field. */
199
+ createdAt?: string;
200
+ /** Checks for equality with the object’s `updatedAt` field. */
201
+ updatedAt?: string;
202
+ }
203
+ /** A filter to be used against `AppOwnerGrant` object types. All fields are combined with a logical ‘and.’ */
204
+ export interface AppOwnerGrantFilter {
205
+ /** Filter by the object’s `id` field. */
206
+ id?: UUIDFilter;
207
+ /** Filter by the object’s `isGrant` field. */
208
+ isGrant?: BooleanFilter;
209
+ /** Filter by the object’s `actorId` field. */
210
+ actorId?: UUIDFilter;
211
+ /** Filter by the object’s `grantorId` field. */
212
+ grantorId?: UUIDFilter;
213
+ /** Filter by the object’s `createdAt` field. */
214
+ createdAt?: DatetimeFilter;
215
+ /** Filter by the object’s `updatedAt` field. */
216
+ updatedAt?: DatetimeFilter;
217
+ /** Checks for all expressions in this list. */
218
+ and?: AppOwnerGrantFilter[];
219
+ /** Checks for any expressions in this list. */
220
+ or?: AppOwnerGrantFilter[];
221
+ /** Negates the expression. */
222
+ not?: AppOwnerGrantFilter;
223
+ }
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
+ /**
279
+ * A condition to be used against `OrgAdminGrant` object types. All fields are
280
+ * tested for equality and combined with a logical ‘and.’
281
+ */
282
+ export interface OrgAdminGrantCondition {
283
+ /** Checks for equality with the object’s `id` field. */
284
+ id?: string;
285
+ /** Checks for equality with the object’s `isGrant` field. */
286
+ isGrant?: boolean;
287
+ /** Checks for equality with the object’s `actorId` field. */
288
+ actorId?: string;
289
+ /** Checks for equality with the object’s `entityId` field. */
290
+ entityId?: string;
291
+ /** Checks for equality with the object’s `grantorId` field. */
292
+ grantorId?: string;
293
+ /** Checks for equality with the object’s `createdAt` field. */
294
+ createdAt?: string;
295
+ /** Checks for equality with the object’s `updatedAt` field. */
296
+ updatedAt?: string;
297
+ }
298
+ /** A filter to be used against `OrgAdminGrant` object types. All fields are combined with a logical ‘and.’ */
299
+ export interface OrgAdminGrantFilter {
300
+ /** Filter by the object’s `id` field. */
301
+ id?: UUIDFilter;
302
+ /** Filter by the object’s `isGrant` field. */
303
+ isGrant?: BooleanFilter;
304
+ /** Filter by the object’s `actorId` field. */
305
+ actorId?: UUIDFilter;
306
+ /** Filter by the object’s `entityId` field. */
307
+ entityId?: UUIDFilter;
308
+ /** Filter by the object’s `grantorId` field. */
309
+ grantorId?: UUIDFilter;
310
+ /** Filter by the object’s `createdAt` field. */
311
+ createdAt?: DatetimeFilter;
312
+ /** Filter by the object’s `updatedAt` field. */
313
+ updatedAt?: DatetimeFilter;
314
+ /** Checks for all expressions in this list. */
315
+ and?: OrgAdminGrantFilter[];
316
+ /** Checks for any expressions in this list. */
317
+ or?: OrgAdminGrantFilter[];
318
+ /** Negates the expression. */
319
+ not?: OrgAdminGrantFilter;
320
+ }
321
+ /**
322
+ * A condition to be used against `OrgOwnerGrant` object types. All fields are
323
+ * tested for equality and combined with a logical ‘and.’
324
+ */
325
+ export interface OrgOwnerGrantCondition {
326
+ /** Checks for equality with the object’s `id` field. */
327
+ id?: string;
328
+ /** Checks for equality with the object’s `isGrant` field. */
329
+ isGrant?: boolean;
330
+ /** Checks for equality with the object’s `actorId` field. */
331
+ actorId?: string;
332
+ /** Checks for equality with the object’s `entityId` field. */
333
+ entityId?: string;
334
+ /** Checks for equality with the object’s `grantorId` field. */
335
+ grantorId?: string;
336
+ /** Checks for equality with the object’s `createdAt` field. */
337
+ createdAt?: string;
338
+ /** Checks for equality with the object’s `updatedAt` field. */
339
+ updatedAt?: string;
340
+ }
341
+ /** A filter to be used against `OrgOwnerGrant` object types. All fields are combined with a logical ‘and.’ */
342
+ export interface OrgOwnerGrantFilter {
343
+ /** Filter by the object’s `id` field. */
344
+ id?: UUIDFilter;
345
+ /** Filter by the object’s `isGrant` field. */
346
+ isGrant?: BooleanFilter;
347
+ /** Filter by the object’s `actorId` field. */
348
+ actorId?: UUIDFilter;
349
+ /** Filter by the object’s `entityId` field. */
350
+ entityId?: UUIDFilter;
351
+ /** Filter by the object’s `grantorId` field. */
352
+ grantorId?: UUIDFilter;
353
+ /** Filter by the object’s `createdAt` field. */
354
+ createdAt?: DatetimeFilter;
355
+ /** Filter by the object’s `updatedAt` field. */
356
+ updatedAt?: DatetimeFilter;
357
+ /** Checks for all expressions in this list. */
358
+ and?: OrgOwnerGrantFilter[];
359
+ /** Checks for any expressions in this list. */
360
+ or?: OrgOwnerGrantFilter[];
361
+ /** Negates the expression. */
362
+ not?: OrgOwnerGrantFilter;
363
+ }
364
+ /**
365
+ * A condition to be used against `MembershipType` object types. All fields are
366
+ * tested for equality and combined with a logical ‘and.’
367
+ */
368
+ export interface MembershipTypeCondition {
369
+ /** Checks for equality with the object’s `id` field. */
370
+ id?: number;
371
+ /** Checks for equality with the object’s `name` field. */
372
+ name?: string;
373
+ /** Checks for equality with the object’s `description` field. */
374
+ description?: string;
375
+ /** Checks for equality with the object’s `prefix` field. */
376
+ prefix?: string;
377
+ }
378
+ /** A filter to be used against `MembershipType` object types. All fields are combined with a logical ‘and.’ */
379
+ export interface MembershipTypeFilter {
380
+ /** Filter by the object’s `id` field. */
381
+ id?: IntFilter;
382
+ /** Filter by the object’s `name` field. */
383
+ name?: StringFilter;
384
+ /** Filter by the object’s `description` field. */
385
+ description?: StringFilter;
386
+ /** Filter by the object’s `prefix` field. */
387
+ prefix?: StringFilter;
388
+ /** Checks for all expressions in this list. */
389
+ and?: MembershipTypeFilter[];
390
+ /** Checks for any expressions in this list. */
391
+ or?: MembershipTypeFilter[];
392
+ /** Negates the expression. */
393
+ not?: MembershipTypeFilter;
394
+ }
395
+ /**
396
+ * A condition to be used against `AppPermission` object types. All fields are
397
+ * tested for equality and combined with a logical ‘and.’
398
+ */
399
+ export interface AppPermissionCondition {
400
+ /** Checks for equality with the object’s `id` field. */
401
+ id?: string;
402
+ /** Checks for equality with the object’s `name` field. */
403
+ name?: string;
404
+ /** Checks for equality with the object’s `bitnum` field. */
405
+ bitnum?: number;
406
+ /** Checks for equality with the object’s `bitstr` field. */
407
+ bitstr?: string;
408
+ /** Checks for equality with the object’s `description` field. */
409
+ description?: string;
410
+ }
411
+ /** A filter to be used against `AppPermission` object types. All fields are combined with a logical ‘and.’ */
412
+ export interface AppPermissionFilter {
413
+ /** Filter by the object’s `id` field. */
414
+ id?: UUIDFilter;
415
+ /** Filter by the object’s `name` field. */
416
+ name?: StringFilter;
417
+ /** Filter by the object’s `bitnum` field. */
418
+ bitnum?: IntFilter;
419
+ /** Filter by the object’s `bitstr` field. */
420
+ bitstr?: BitStringFilter;
421
+ /** Filter by the object’s `description` field. */
422
+ description?: StringFilter;
423
+ /** Checks for all expressions in this list. */
424
+ and?: AppPermissionFilter[];
425
+ /** Checks for any expressions in this list. */
426
+ or?: AppPermissionFilter[];
427
+ /** Negates the expression. */
428
+ not?: AppPermissionFilter;
429
+ }
430
+ /**
431
+ * A condition to be used against `OrgPermission` object types. All fields are
432
+ * tested for equality and combined with a logical ‘and.’
433
+ */
434
+ export interface OrgPermissionCondition {
435
+ /** Checks for equality with the object’s `id` field. */
436
+ id?: string;
437
+ /** Checks for equality with the object’s `name` field. */
438
+ name?: string;
439
+ /** Checks for equality with the object’s `bitnum` field. */
440
+ bitnum?: number;
441
+ /** Checks for equality with the object’s `bitstr` field. */
442
+ bitstr?: string;
443
+ /** Checks for equality with the object’s `description` field. */
444
+ description?: string;
445
+ }
446
+ /** A filter to be used against `OrgPermission` object types. All fields are combined with a logical ‘and.’ */
447
+ export interface OrgPermissionFilter {
448
+ /** Filter by the object’s `id` field. */
449
+ id?: UUIDFilter;
450
+ /** Filter by the object’s `name` field. */
451
+ name?: StringFilter;
452
+ /** Filter by the object’s `bitnum` field. */
453
+ bitnum?: IntFilter;
454
+ /** Filter by the object’s `bitstr` field. */
455
+ bitstr?: BitStringFilter;
456
+ /** Filter by the object’s `description` field. */
457
+ description?: StringFilter;
458
+ /** Checks for all expressions in this list. */
459
+ and?: OrgPermissionFilter[];
460
+ /** Checks for any expressions in this list. */
461
+ or?: OrgPermissionFilter[];
462
+ /** Negates the expression. */
463
+ not?: OrgPermissionFilter;
464
+ }
465
+ /**
466
+ * A condition to be used against `AppLimit` object types. All fields are tested
467
+ * for equality and combined with a logical ‘and.’
468
+ */
469
+ export interface AppLimitCondition {
470
+ /** Checks for equality with the object’s `id` field. */
471
+ id?: string;
472
+ /** Checks for equality with the object’s `name` field. */
473
+ name?: string;
474
+ /** Checks for equality with the object’s `actorId` field. */
475
+ actorId?: string;
476
+ /** Checks for equality with the object’s `num` field. */
477
+ num?: number;
478
+ /** Checks for equality with the object’s `max` field. */
479
+ max?: number;
480
+ }
481
+ /** A filter to be used against `AppLimit` object types. All fields are combined with a logical ‘and.’ */
482
+ export interface AppLimitFilter {
483
+ /** Filter by the object’s `id` field. */
484
+ id?: UUIDFilter;
485
+ /** Filter by the object’s `name` field. */
486
+ name?: StringFilter;
487
+ /** Filter by the object’s `actorId` field. */
488
+ actorId?: UUIDFilter;
489
+ /** Filter by the object’s `num` field. */
490
+ num?: IntFilter;
491
+ /** Filter by the object’s `max` field. */
492
+ max?: IntFilter;
493
+ /** Checks for all expressions in this list. */
494
+ and?: AppLimitFilter[];
495
+ /** Checks for any expressions in this list. */
496
+ or?: AppLimitFilter[];
497
+ /** Negates the expression. */
498
+ not?: AppLimitFilter;
499
+ }
500
+ /**
501
+ * A condition to be used against `AppAchievement` object types. All fields are
502
+ * tested for equality and combined with a logical ‘and.’
503
+ */
504
+ export interface AppAchievementCondition {
505
+ /** Checks for equality with the object’s `id` field. */
506
+ id?: string;
507
+ /** Checks for equality with the object’s `actorId` field. */
508
+ actorId?: string;
509
+ /** Checks for equality with the object’s `name` field. */
510
+ name?: string;
511
+ /** Checks for equality with the object’s `count` field. */
512
+ count?: number;
513
+ /** Checks for equality with the object’s `createdAt` field. */
514
+ createdAt?: string;
515
+ /** Checks for equality with the object’s `updatedAt` field. */
516
+ updatedAt?: string;
517
+ }
518
+ /** A filter to be used against `AppAchievement` object types. All fields are combined with a logical ‘and.’ */
519
+ export interface AppAchievementFilter {
520
+ /** Filter by the object’s `id` field. */
521
+ id?: UUIDFilter;
522
+ /** Filter by the object’s `actorId` field. */
523
+ actorId?: UUIDFilter;
524
+ /** Filter by the object’s `name` field. */
525
+ name?: StringFilter;
526
+ /** Filter by the object’s `count` field. */
527
+ count?: IntFilter;
528
+ /** Filter by the object’s `createdAt` field. */
529
+ createdAt?: DatetimeFilter;
530
+ /** Filter by the object’s `updatedAt` field. */
531
+ updatedAt?: DatetimeFilter;
532
+ /** Checks for all expressions in this list. */
533
+ and?: AppAchievementFilter[];
534
+ /** Checks for any expressions in this list. */
535
+ or?: AppAchievementFilter[];
536
+ /** Negates the expression. */
537
+ not?: AppAchievementFilter;
538
+ }
539
+ /** A condition to be used against `AppStep` object types. All fields are tested for equality and combined with a logical ‘and.’ */
540
+ export interface AppStepCondition {
541
+ /** Checks for equality with the object’s `id` field. */
542
+ id?: string;
543
+ /** Checks for equality with the object’s `actorId` field. */
544
+ actorId?: string;
545
+ /** Checks for equality with the object’s `name` field. */
546
+ name?: string;
547
+ /** Checks for equality with the object’s `count` field. */
548
+ count?: number;
549
+ /** Checks for equality with the object’s `createdAt` field. */
550
+ createdAt?: string;
551
+ /** Checks for equality with the object’s `updatedAt` field. */
552
+ updatedAt?: string;
553
+ }
554
+ /** A filter to be used against `AppStep` object types. All fields are combined with a logical ‘and.’ */
555
+ export interface AppStepFilter {
556
+ /** Filter by the object’s `id` field. */
557
+ id?: UUIDFilter;
558
+ /** Filter by the object’s `actorId` field. */
559
+ actorId?: UUIDFilter;
560
+ /** Filter by the object’s `name` field. */
561
+ name?: StringFilter;
562
+ /** Filter by the object’s `count` field. */
563
+ count?: IntFilter;
564
+ /** Filter by the object’s `createdAt` field. */
565
+ createdAt?: DatetimeFilter;
566
+ /** Filter by the object’s `updatedAt` field. */
567
+ updatedAt?: DatetimeFilter;
568
+ /** Checks for all expressions in this list. */
569
+ and?: AppStepFilter[];
570
+ /** Checks for any expressions in this list. */
571
+ or?: AppStepFilter[];
572
+ /** Negates the expression. */
573
+ not?: AppStepFilter;
574
+ }
575
+ /**
576
+ * A condition to be used against `ClaimedInvite` object types. All fields are
577
+ * tested for equality and combined with a logical ‘and.’
578
+ */
579
+ export interface ClaimedInviteCondition {
580
+ /** Checks for equality with the object’s `id` field. */
581
+ id?: string;
582
+ /** Checks for equality with the object’s `data` field. */
583
+ data?: unknown;
584
+ /** Checks for equality with the object’s `senderId` field. */
585
+ senderId?: string;
586
+ /** Checks for equality with the object’s `receiverId` field. */
587
+ receiverId?: string;
588
+ /** Checks for equality with the object’s `createdAt` field. */
589
+ createdAt?: string;
590
+ /** Checks for equality with the object’s `updatedAt` field. */
591
+ updatedAt?: string;
592
+ }
593
+ /** A filter to be used against `ClaimedInvite` object types. All fields are combined with a logical ‘and.’ */
594
+ export interface ClaimedInviteFilter {
595
+ /** Filter by the object’s `id` field. */
596
+ id?: UUIDFilter;
597
+ /** Filter by the object’s `senderId` field. */
598
+ senderId?: UUIDFilter;
599
+ /** Filter by the object’s `receiverId` field. */
600
+ receiverId?: UUIDFilter;
601
+ /** Filter by the object’s `createdAt` field. */
602
+ createdAt?: DatetimeFilter;
603
+ /** Filter by the object’s `updatedAt` field. */
604
+ updatedAt?: DatetimeFilter;
605
+ /** Checks for all expressions in this list. */
606
+ and?: ClaimedInviteFilter[];
607
+ /** Checks for any expressions in this list. */
608
+ or?: ClaimedInviteFilter[];
609
+ /** Negates the expression. */
610
+ not?: ClaimedInviteFilter;
611
+ }
612
+ /**
613
+ * A condition to be used against `AppGrant` object types. All fields are tested
614
+ * for equality and combined with a logical ‘and.’
615
+ */
616
+ export interface AppGrantCondition {
617
+ /** Checks for equality with the object’s `id` field. */
618
+ id?: string;
619
+ /** Checks for equality with the object’s `permissions` field. */
620
+ permissions?: string;
621
+ /** Checks for equality with the object’s `isGrant` field. */
622
+ isGrant?: boolean;
623
+ /** Checks for equality with the object’s `actorId` field. */
624
+ actorId?: string;
625
+ /** Checks for equality with the object’s `grantorId` field. */
626
+ grantorId?: string;
627
+ /** Checks for equality with the object’s `createdAt` field. */
628
+ createdAt?: string;
629
+ /** Checks for equality with the object’s `updatedAt` field. */
630
+ updatedAt?: string;
631
+ }
632
+ /** A filter to be used against `AppGrant` object types. All fields are combined with a logical ‘and.’ */
633
+ export interface AppGrantFilter {
634
+ /** Filter by the object’s `id` field. */
635
+ id?: UUIDFilter;
636
+ /** Filter by the object’s `permissions` field. */
637
+ permissions?: BitStringFilter;
638
+ /** Filter by the object’s `isGrant` field. */
639
+ isGrant?: BooleanFilter;
640
+ /** Filter by the object’s `actorId` field. */
641
+ actorId?: UUIDFilter;
642
+ /** Filter by the object’s `grantorId` field. */
643
+ grantorId?: UUIDFilter;
644
+ /** Filter by the object’s `createdAt` field. */
645
+ createdAt?: DatetimeFilter;
646
+ /** Filter by the object’s `updatedAt` field. */
647
+ updatedAt?: DatetimeFilter;
648
+ /** Checks for all expressions in this list. */
649
+ and?: AppGrantFilter[];
650
+ /** Checks for any expressions in this list. */
651
+ or?: AppGrantFilter[];
652
+ /** Negates the expression. */
653
+ not?: AppGrantFilter;
654
+ }
655
+ /**
656
+ * A condition to be used against `AppMembershipDefault` object types. All fields
657
+ * are tested for equality and combined with a logical ‘and.’
658
+ */
659
+ export interface AppMembershipDefaultCondition {
660
+ /** Checks for equality with the object’s `id` field. */
661
+ id?: string;
662
+ /** Checks for equality with the object’s `createdAt` field. */
663
+ createdAt?: string;
664
+ /** Checks for equality with the object’s `updatedAt` field. */
665
+ updatedAt?: string;
666
+ /** Checks for equality with the object’s `createdBy` field. */
667
+ createdBy?: string;
668
+ /** Checks for equality with the object’s `updatedBy` field. */
669
+ updatedBy?: string;
670
+ /** Checks for equality with the object’s `isApproved` field. */
671
+ isApproved?: boolean;
672
+ /** Checks for equality with the object’s `isVerified` field. */
673
+ isVerified?: boolean;
674
+ }
675
+ /** A filter to be used against `AppMembershipDefault` object types. All fields are combined with a logical ‘and.’ */
676
+ export interface AppMembershipDefaultFilter {
677
+ /** Filter by the object’s `id` field. */
678
+ id?: UUIDFilter;
679
+ /** Filter by the object’s `createdAt` field. */
680
+ createdAt?: DatetimeFilter;
681
+ /** Filter by the object’s `updatedAt` field. */
682
+ updatedAt?: DatetimeFilter;
683
+ /** Filter by the object’s `createdBy` field. */
684
+ createdBy?: UUIDFilter;
685
+ /** Filter by the object’s `updatedBy` field. */
686
+ updatedBy?: UUIDFilter;
687
+ /** Filter by the object’s `isApproved` field. */
688
+ isApproved?: BooleanFilter;
689
+ /** Filter by the object’s `isVerified` field. */
690
+ isVerified?: BooleanFilter;
691
+ /** Checks for all expressions in this list. */
692
+ and?: AppMembershipDefaultFilter[];
693
+ /** Checks for any expressions in this list. */
694
+ or?: AppMembershipDefaultFilter[];
695
+ /** Negates the expression. */
696
+ not?: AppMembershipDefaultFilter;
697
+ }
698
+ /**
699
+ * A condition to be used against `OrgLimit` object types. All fields are tested
700
+ * for equality and combined with a logical ‘and.’
701
+ */
702
+ export interface OrgLimitCondition {
703
+ /** Checks for equality with the object’s `id` field. */
704
+ id?: string;
705
+ /** Checks for equality with the object’s `name` field. */
706
+ name?: string;
707
+ /** Checks for equality with the object’s `actorId` field. */
708
+ actorId?: string;
709
+ /** Checks for equality with the object’s `num` field. */
710
+ num?: number;
711
+ /** Checks for equality with the object’s `max` field. */
712
+ max?: number;
713
+ /** Checks for equality with the object’s `entityId` field. */
714
+ entityId?: string;
715
+ }
716
+ /** A filter to be used against `OrgLimit` object types. All fields are combined with a logical ‘and.’ */
717
+ export interface OrgLimitFilter {
718
+ /** Filter by the object’s `id` field. */
719
+ id?: UUIDFilter;
720
+ /** Filter by the object’s `name` field. */
721
+ name?: StringFilter;
722
+ /** Filter by the object’s `actorId` field. */
723
+ actorId?: UUIDFilter;
724
+ /** Filter by the object’s `num` field. */
725
+ num?: IntFilter;
726
+ /** Filter by the object’s `max` field. */
727
+ max?: IntFilter;
728
+ /** Filter by the object’s `entityId` field. */
729
+ entityId?: UUIDFilter;
730
+ /** Checks for all expressions in this list. */
731
+ and?: OrgLimitFilter[];
732
+ /** Checks for any expressions in this list. */
733
+ or?: OrgLimitFilter[];
734
+ /** Negates the expression. */
735
+ not?: OrgLimitFilter;
736
+ }
737
+ /**
738
+ * A condition to be used against `OrgClaimedInvite` object types. All fields are
739
+ * tested for equality and combined with a logical ‘and.’
740
+ */
741
+ export interface OrgClaimedInviteCondition {
742
+ /** Checks for equality with the object’s `id` field. */
743
+ id?: string;
744
+ /** Checks for equality with the object’s `data` field. */
745
+ data?: unknown;
746
+ /** Checks for equality with the object’s `senderId` field. */
747
+ senderId?: string;
748
+ /** Checks for equality with the object’s `receiverId` field. */
749
+ receiverId?: string;
750
+ /** Checks for equality with the object’s `createdAt` field. */
751
+ createdAt?: string;
752
+ /** Checks for equality with the object’s `updatedAt` field. */
753
+ updatedAt?: string;
754
+ /** Checks for equality with the object’s `entityId` field. */
755
+ entityId?: string;
756
+ }
757
+ /** A filter to be used against `OrgClaimedInvite` object types. All fields are combined with a logical ‘and.’ */
758
+ export interface OrgClaimedInviteFilter {
759
+ /** Filter by the object’s `id` field. */
760
+ id?: UUIDFilter;
761
+ /** Filter by the object’s `senderId` field. */
762
+ senderId?: UUIDFilter;
763
+ /** Filter by the object’s `receiverId` field. */
764
+ receiverId?: UUIDFilter;
765
+ /** Filter by the object’s `createdAt` field. */
766
+ createdAt?: DatetimeFilter;
767
+ /** Filter by the object’s `updatedAt` field. */
768
+ updatedAt?: DatetimeFilter;
769
+ /** Filter by the object’s `entityId` field. */
770
+ entityId?: UUIDFilter;
771
+ /** Checks for all expressions in this list. */
772
+ and?: OrgClaimedInviteFilter[];
773
+ /** Checks for any expressions in this list. */
774
+ or?: OrgClaimedInviteFilter[];
775
+ /** Negates the expression. */
776
+ not?: OrgClaimedInviteFilter;
777
+ }
778
+ /**
779
+ * A condition to be used against `OrgGrant` object types. All fields are tested
780
+ * for equality and combined with a logical ‘and.’
781
+ */
782
+ export interface OrgGrantCondition {
783
+ /** Checks for equality with the object’s `id` field. */
784
+ id?: string;
785
+ /** Checks for equality with the object’s `permissions` field. */
786
+ permissions?: string;
787
+ /** Checks for equality with the object’s `isGrant` field. */
788
+ isGrant?: boolean;
789
+ /** Checks for equality with the object’s `actorId` field. */
790
+ actorId?: string;
791
+ /** Checks for equality with the object’s `entityId` field. */
792
+ entityId?: string;
793
+ /** Checks for equality with the object’s `grantorId` field. */
794
+ grantorId?: string;
795
+ /** Checks for equality with the object’s `createdAt` field. */
796
+ createdAt?: string;
797
+ /** Checks for equality with the object’s `updatedAt` field. */
798
+ updatedAt?: string;
799
+ }
800
+ /** A filter to be used against `OrgGrant` object types. All fields are combined with a logical ‘and.’ */
801
+ export interface OrgGrantFilter {
802
+ /** Filter by the object’s `id` field. */
803
+ id?: UUIDFilter;
804
+ /** Filter by the object’s `permissions` field. */
805
+ permissions?: BitStringFilter;
806
+ /** Filter by the object’s `isGrant` field. */
807
+ isGrant?: BooleanFilter;
808
+ /** Filter by the object’s `actorId` field. */
809
+ actorId?: UUIDFilter;
810
+ /** Filter by the object’s `entityId` field. */
811
+ entityId?: UUIDFilter;
812
+ /** Filter by the object’s `grantorId` field. */
813
+ grantorId?: UUIDFilter;
814
+ /** Filter by the object’s `createdAt` field. */
815
+ createdAt?: DatetimeFilter;
816
+ /** Filter by the object’s `updatedAt` field. */
817
+ updatedAt?: DatetimeFilter;
818
+ /** Checks for all expressions in this list. */
819
+ and?: OrgGrantFilter[];
820
+ /** Checks for any expressions in this list. */
821
+ or?: OrgGrantFilter[];
822
+ /** Negates the expression. */
823
+ not?: OrgGrantFilter;
824
+ }
825
+ /**
826
+ * A condition to be used against `OrgMembershipDefault` object types. All fields
827
+ * are tested for equality and combined with a logical ‘and.’
828
+ */
829
+ export interface OrgMembershipDefaultCondition {
830
+ /** Checks for equality with the object’s `id` field. */
831
+ id?: string;
832
+ /** Checks for equality with the object’s `createdAt` field. */
833
+ createdAt?: string;
834
+ /** Checks for equality with the object’s `updatedAt` field. */
835
+ updatedAt?: string;
836
+ /** Checks for equality with the object’s `createdBy` field. */
837
+ createdBy?: string;
838
+ /** Checks for equality with the object’s `updatedBy` field. */
839
+ updatedBy?: string;
840
+ /** Checks for equality with the object’s `isApproved` field. */
841
+ isApproved?: boolean;
842
+ /** Checks for equality with the object’s `entityId` field. */
843
+ entityId?: string;
844
+ /** Checks for equality with the object’s `deleteMemberCascadeGroups` field. */
845
+ deleteMemberCascadeGroups?: boolean;
846
+ /** Checks for equality with the object’s `createGroupsCascadeMembers` field. */
847
+ createGroupsCascadeMembers?: boolean;
848
+ }
849
+ /** A filter to be used against `OrgMembershipDefault` object types. All fields are combined with a logical ‘and.’ */
850
+ export interface OrgMembershipDefaultFilter {
851
+ /** Filter by the object’s `id` field. */
852
+ id?: UUIDFilter;
853
+ /** Filter by the object’s `createdAt` field. */
854
+ createdAt?: DatetimeFilter;
855
+ /** Filter by the object’s `updatedAt` field. */
856
+ updatedAt?: DatetimeFilter;
857
+ /** Filter by the object’s `createdBy` field. */
858
+ createdBy?: UUIDFilter;
859
+ /** Filter by the object’s `updatedBy` field. */
860
+ updatedBy?: UUIDFilter;
861
+ /** Filter by the object’s `isApproved` field. */
862
+ isApproved?: BooleanFilter;
863
+ /** Filter by the object’s `entityId` field. */
864
+ entityId?: UUIDFilter;
865
+ /** Filter by the object’s `deleteMemberCascadeGroups` field. */
866
+ deleteMemberCascadeGroups?: BooleanFilter;
867
+ /** Filter by the object’s `createGroupsCascadeMembers` field. */
868
+ createGroupsCascadeMembers?: BooleanFilter;
869
+ /** Checks for all expressions in this list. */
870
+ and?: OrgMembershipDefaultFilter[];
871
+ /** Checks for any expressions in this list. */
872
+ or?: OrgMembershipDefaultFilter[];
873
+ /** Negates the expression. */
874
+ not?: OrgMembershipDefaultFilter;
875
+ }
876
+ /**
877
+ * A condition to be used against `AppLevelRequirement` object types. All fields
878
+ * are tested for equality and combined with a logical ‘and.’
879
+ */
880
+ export interface AppLevelRequirementCondition {
881
+ /** Checks for equality with the object’s `id` field. */
882
+ id?: string;
883
+ /** Checks for equality with the object’s `name` field. */
884
+ name?: string;
885
+ /** Checks for equality with the object’s `level` field. */
886
+ level?: string;
887
+ /** Checks for equality with the object’s `description` field. */
888
+ description?: string;
889
+ /** Checks for equality with the object’s `requiredCount` field. */
890
+ requiredCount?: number;
891
+ /** Checks for equality with the object’s `priority` field. */
892
+ priority?: number;
893
+ /** Checks for equality with the object’s `createdAt` field. */
894
+ createdAt?: string;
895
+ /** Checks for equality with the object’s `updatedAt` field. */
896
+ updatedAt?: string;
897
+ }
898
+ /** A filter to be used against `AppLevelRequirement` object types. All fields are combined with a logical ‘and.’ */
899
+ export interface AppLevelRequirementFilter {
900
+ /** Filter by the object’s `id` field. */
901
+ id?: UUIDFilter;
902
+ /** Filter by the object’s `name` field. */
903
+ name?: StringFilter;
904
+ /** Filter by the object’s `level` field. */
905
+ level?: StringFilter;
906
+ /** Filter by the object’s `description` field. */
907
+ description?: StringFilter;
908
+ /** Filter by the object’s `requiredCount` field. */
909
+ requiredCount?: IntFilter;
910
+ /** Filter by the object’s `priority` field. */
911
+ priority?: IntFilter;
912
+ /** Filter by the object’s `createdAt` field. */
913
+ createdAt?: DatetimeFilter;
914
+ /** Filter by the object’s `updatedAt` field. */
915
+ updatedAt?: DatetimeFilter;
916
+ /** Checks for all expressions in this list. */
917
+ and?: AppLevelRequirementFilter[];
918
+ /** Checks for any expressions in this list. */
919
+ or?: AppLevelRequirementFilter[];
920
+ /** Negates the expression. */
921
+ not?: AppLevelRequirementFilter;
922
+ }
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
+ /** A condition to be used against `Invite` object types. All fields are tested for equality and combined with a logical ‘and.’ */
1002
+ export interface InviteCondition {
1003
+ /** Checks for equality with the object’s `id` field. */
1004
+ id?: string;
1005
+ /** Checks for equality with the object’s `email` field. */
1006
+ email?: ConstructiveInternalTypeEmail;
1007
+ /** Checks for equality with the object’s `senderId` field. */
1008
+ senderId?: string;
1009
+ /** Checks for equality with the object’s `inviteToken` field. */
1010
+ inviteToken?: string;
1011
+ /** Checks for equality with the object’s `inviteValid` field. */
1012
+ inviteValid?: boolean;
1013
+ /** Checks for equality with the object’s `inviteLimit` field. */
1014
+ inviteLimit?: number;
1015
+ /** Checks for equality with the object’s `inviteCount` field. */
1016
+ inviteCount?: number;
1017
+ /** Checks for equality with the object’s `multiple` field. */
1018
+ multiple?: boolean;
1019
+ /** Checks for equality with the object’s `data` field. */
1020
+ data?: unknown;
1021
+ /** Checks for equality with the object’s `expiresAt` field. */
1022
+ expiresAt?: string;
1023
+ /** Checks for equality with the object’s `createdAt` field. */
1024
+ createdAt?: string;
1025
+ /** Checks for equality with the object’s `updatedAt` field. */
1026
+ updatedAt?: string;
1027
+ }
1028
+ /** A filter to be used against `Invite` object types. All fields are combined with a logical ‘and.’ */
1029
+ export interface InviteFilter {
1030
+ /** Filter by the object’s `id` field. */
1031
+ id?: UUIDFilter;
1032
+ /** Filter by the object’s `email` field. */
1033
+ email?: ConstructiveInternalTypeEmailFilter;
1034
+ /** Filter by the object’s `senderId` field. */
1035
+ senderId?: UUIDFilter;
1036
+ /** Filter by the object’s `inviteToken` field. */
1037
+ inviteToken?: StringFilter;
1038
+ /** Filter by the object’s `inviteValid` field. */
1039
+ inviteValid?: BooleanFilter;
1040
+ /** Filter by the object’s `inviteLimit` field. */
1041
+ inviteLimit?: IntFilter;
1042
+ /** Filter by the object’s `inviteCount` field. */
1043
+ inviteCount?: IntFilter;
1044
+ /** Filter by the object’s `multiple` field. */
1045
+ multiple?: BooleanFilter;
1046
+ /** Filter by the object’s `expiresAt` field. */
1047
+ expiresAt?: DatetimeFilter;
1048
+ /** Filter by the object’s `createdAt` field. */
1049
+ createdAt?: DatetimeFilter;
1050
+ /** Filter by the object’s `updatedAt` field. */
1051
+ updatedAt?: DatetimeFilter;
1052
+ /** Checks for all expressions in this list. */
1053
+ and?: InviteFilter[];
1054
+ /** Checks for any expressions in this list. */
1055
+ or?: InviteFilter[];
1056
+ /** Negates the expression. */
1057
+ not?: InviteFilter;
1058
+ }
1059
+ /** A filter to be used against ConstructiveInternalTypeEmail fields. All fields are combined with a logical ‘and.’ */
1060
+ export interface ConstructiveInternalTypeEmailFilter {
1061
+ /** Is null (if `true` is specified) or is not null (if `false` is specified). */
1062
+ isNull?: boolean;
1063
+ /** Equal to the specified value. */
1064
+ equalTo?: string;
1065
+ /** Not equal to the specified value. */
1066
+ notEqualTo?: string;
1067
+ /** Not equal to the specified value, treating null like an ordinary value. */
1068
+ distinctFrom?: string;
1069
+ /** Equal to the specified value, treating null like an ordinary value. */
1070
+ notDistinctFrom?: string;
1071
+ /** Included in the specified list. */
1072
+ in?: string[];
1073
+ /** Not included in the specified list. */
1074
+ notIn?: string[];
1075
+ /** Less than the specified value. */
1076
+ lessThan?: string;
1077
+ /** Less than or equal to the specified value. */
1078
+ lessThanOrEqualTo?: string;
1079
+ /** Greater than the specified value. */
1080
+ greaterThan?: string;
1081
+ /** Greater than or equal to the specified value. */
1082
+ greaterThanOrEqualTo?: string;
1083
+ /** Contains the specified string (case-sensitive). */
1084
+ includes?: string;
1085
+ /** Does not contain the specified string (case-sensitive). */
1086
+ notIncludes?: string;
1087
+ /** Contains the specified string (case-insensitive). */
1088
+ includesInsensitive?: ConstructiveInternalTypeEmail;
1089
+ /** Does not contain the specified string (case-insensitive). */
1090
+ notIncludesInsensitive?: ConstructiveInternalTypeEmail;
1091
+ /** Starts with the specified string (case-sensitive). */
1092
+ startsWith?: string;
1093
+ /** Does not start with the specified string (case-sensitive). */
1094
+ notStartsWith?: string;
1095
+ /** Starts with the specified string (case-insensitive). */
1096
+ startsWithInsensitive?: ConstructiveInternalTypeEmail;
1097
+ /** Does not start with the specified string (case-insensitive). */
1098
+ notStartsWithInsensitive?: ConstructiveInternalTypeEmail;
1099
+ /** Ends with the specified string (case-sensitive). */
1100
+ endsWith?: string;
1101
+ /** Does not end with the specified string (case-sensitive). */
1102
+ notEndsWith?: string;
1103
+ /** Ends with the specified string (case-insensitive). */
1104
+ endsWithInsensitive?: ConstructiveInternalTypeEmail;
1105
+ /** Does not end with the specified string (case-insensitive). */
1106
+ notEndsWithInsensitive?: ConstructiveInternalTypeEmail;
1107
+ /** Matches the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
1108
+ like?: string;
1109
+ /** Does not match the specified pattern (case-sensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
1110
+ notLike?: string;
1111
+ /** Matches the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
1112
+ likeInsensitive?: ConstructiveInternalTypeEmail;
1113
+ /** Does not match the specified pattern (case-insensitive). An underscore (_) matches any single character; a percent sign (%) matches any sequence of zero or more characters. */
1114
+ notLikeInsensitive?: ConstructiveInternalTypeEmail;
1115
+ /** Equal to the specified value (case-insensitive). */
1116
+ equalToInsensitive?: ConstructiveInternalTypeEmail;
1117
+ /** Not equal to the specified value (case-insensitive). */
1118
+ notEqualToInsensitive?: ConstructiveInternalTypeEmail;
1119
+ /** Not equal to the specified value, treating null like an ordinary value (case-insensitive). */
1120
+ distinctFromInsensitive?: ConstructiveInternalTypeEmail;
1121
+ /** Equal to the specified value, treating null like an ordinary value (case-insensitive). */
1122
+ notDistinctFromInsensitive?: ConstructiveInternalTypeEmail;
1123
+ /** Included in the specified list (case-insensitive). */
1124
+ inInsensitive?: ConstructiveInternalTypeEmail[];
1125
+ /** Not included in the specified list (case-insensitive). */
1126
+ notInInsensitive?: ConstructiveInternalTypeEmail[];
1127
+ /** Less than the specified value (case-insensitive). */
1128
+ lessThanInsensitive?: ConstructiveInternalTypeEmail;
1129
+ /** Less than or equal to the specified value (case-insensitive). */
1130
+ lessThanOrEqualToInsensitive?: ConstructiveInternalTypeEmail;
1131
+ /** Greater than the specified value (case-insensitive). */
1132
+ greaterThanInsensitive?: ConstructiveInternalTypeEmail;
1133
+ /** Greater than or equal to the specified value (case-insensitive). */
1134
+ greaterThanOrEqualToInsensitive?: ConstructiveInternalTypeEmail;
1135
+ }
1136
+ /**
1137
+ * A condition to be used against `AppMembership` object types. All fields are
1138
+ * tested for equality and combined with a logical ‘and.’
1139
+ */
1140
+ export interface AppMembershipCondition {
1141
+ /** Checks for equality with the object’s `id` field. */
1142
+ id?: string;
1143
+ /** Checks for equality with the object’s `createdAt` field. */
1144
+ createdAt?: string;
1145
+ /** Checks for equality with the object’s `updatedAt` field. */
1146
+ updatedAt?: string;
1147
+ /** Checks for equality with the object’s `createdBy` field. */
1148
+ createdBy?: string;
1149
+ /** Checks for equality with the object’s `updatedBy` field. */
1150
+ updatedBy?: string;
1151
+ /** Checks for equality with the object’s `isApproved` field. */
1152
+ isApproved?: boolean;
1153
+ /** Checks for equality with the object’s `isBanned` field. */
1154
+ isBanned?: boolean;
1155
+ /** Checks for equality with the object’s `isDisabled` field. */
1156
+ isDisabled?: boolean;
1157
+ /** Checks for equality with the object’s `isVerified` field. */
1158
+ isVerified?: boolean;
1159
+ /** Checks for equality with the object’s `isActive` field. */
1160
+ isActive?: boolean;
1161
+ /** Checks for equality with the object’s `isOwner` field. */
1162
+ isOwner?: boolean;
1163
+ /** Checks for equality with the object’s `isAdmin` field. */
1164
+ isAdmin?: boolean;
1165
+ /** Checks for equality with the object’s `permissions` field. */
1166
+ permissions?: string;
1167
+ /** Checks for equality with the object’s `granted` field. */
1168
+ granted?: string;
1169
+ /** Checks for equality with the object’s `actorId` field. */
1170
+ actorId?: string;
1171
+ }
1172
+ /** A filter to be used against `AppMembership` object types. All fields are combined with a logical ‘and.’ */
1173
+ export interface AppMembershipFilter {
1174
+ /** Filter by the object’s `id` field. */
1175
+ id?: UUIDFilter;
1176
+ /** Filter by the object’s `createdAt` field. */
1177
+ createdAt?: DatetimeFilter;
1178
+ /** Filter by the object’s `updatedAt` field. */
1179
+ updatedAt?: DatetimeFilter;
1180
+ /** Filter by the object’s `createdBy` field. */
1181
+ createdBy?: UUIDFilter;
1182
+ /** Filter by the object’s `updatedBy` field. */
1183
+ updatedBy?: UUIDFilter;
1184
+ /** Filter by the object’s `isApproved` field. */
1185
+ isApproved?: BooleanFilter;
1186
+ /** Filter by the object’s `isBanned` field. */
1187
+ isBanned?: BooleanFilter;
1188
+ /** Filter by the object’s `isDisabled` field. */
1189
+ isDisabled?: BooleanFilter;
1190
+ /** Filter by the object’s `isVerified` field. */
1191
+ isVerified?: BooleanFilter;
1192
+ /** Filter by the object’s `isActive` field. */
1193
+ isActive?: BooleanFilter;
1194
+ /** Filter by the object’s `isOwner` field. */
1195
+ isOwner?: BooleanFilter;
1196
+ /** Filter by the object’s `isAdmin` field. */
1197
+ isAdmin?: BooleanFilter;
1198
+ /** Filter by the object’s `permissions` field. */
1199
+ permissions?: BitStringFilter;
1200
+ /** Filter by the object’s `granted` field. */
1201
+ granted?: BitStringFilter;
1202
+ /** Filter by the object’s `actorId` field. */
1203
+ actorId?: UUIDFilter;
1204
+ /** Checks for all expressions in this list. */
1205
+ and?: AppMembershipFilter[];
1206
+ /** Checks for any expressions in this list. */
1207
+ or?: AppMembershipFilter[];
1208
+ /** Negates the expression. */
1209
+ not?: AppMembershipFilter;
1210
+ }
1211
+ /**
1212
+ * A condition to be used against `OrgMembership` object types. All fields are
1213
+ * tested for equality and combined with a logical ‘and.’
1214
+ */
1215
+ export interface OrgMembershipCondition {
1216
+ /** Checks for equality with the object’s `id` field. */
1217
+ id?: string;
1218
+ /** Checks for equality with the object’s `createdAt` field. */
1219
+ createdAt?: string;
1220
+ /** Checks for equality with the object’s `updatedAt` field. */
1221
+ updatedAt?: string;
1222
+ /** Checks for equality with the object’s `createdBy` field. */
1223
+ createdBy?: string;
1224
+ /** Checks for equality with the object’s `updatedBy` field. */
1225
+ updatedBy?: string;
1226
+ /** Checks for equality with the object’s `isApproved` field. */
1227
+ isApproved?: boolean;
1228
+ /** Checks for equality with the object’s `isBanned` field. */
1229
+ isBanned?: boolean;
1230
+ /** Checks for equality with the object’s `isDisabled` field. */
1231
+ isDisabled?: boolean;
1232
+ /** Checks for equality with the object’s `isActive` field. */
1233
+ isActive?: boolean;
1234
+ /** Checks for equality with the object’s `isOwner` field. */
1235
+ isOwner?: boolean;
1236
+ /** Checks for equality with the object’s `isAdmin` field. */
1237
+ isAdmin?: boolean;
1238
+ /** Checks for equality with the object’s `permissions` field. */
1239
+ permissions?: string;
1240
+ /** Checks for equality with the object’s `granted` field. */
1241
+ granted?: string;
1242
+ /** Checks for equality with the object’s `actorId` field. */
1243
+ actorId?: string;
1244
+ /** Checks for equality with the object’s `entityId` field. */
1245
+ entityId?: string;
1246
+ }
1247
+ /** A filter to be used against `OrgMembership` object types. All fields are combined with a logical ‘and.’ */
1248
+ export interface OrgMembershipFilter {
1249
+ /** Filter by the object’s `id` field. */
1250
+ id?: UUIDFilter;
1251
+ /** Filter by the object’s `createdAt` field. */
1252
+ createdAt?: DatetimeFilter;
1253
+ /** Filter by the object’s `updatedAt` field. */
1254
+ updatedAt?: DatetimeFilter;
1255
+ /** Filter by the object’s `createdBy` field. */
1256
+ createdBy?: UUIDFilter;
1257
+ /** Filter by the object’s `updatedBy` field. */
1258
+ updatedBy?: UUIDFilter;
1259
+ /** Filter by the object’s `isApproved` field. */
1260
+ isApproved?: BooleanFilter;
1261
+ /** Filter by the object’s `isBanned` field. */
1262
+ isBanned?: BooleanFilter;
1263
+ /** Filter by the object’s `isDisabled` field. */
1264
+ isDisabled?: BooleanFilter;
1265
+ /** Filter by the object’s `isActive` field. */
1266
+ isActive?: BooleanFilter;
1267
+ /** Filter by the object’s `isOwner` field. */
1268
+ isOwner?: BooleanFilter;
1269
+ /** Filter by the object’s `isAdmin` field. */
1270
+ isAdmin?: BooleanFilter;
1271
+ /** Filter by the object’s `permissions` field. */
1272
+ permissions?: BitStringFilter;
1273
+ /** Filter by the object’s `granted` field. */
1274
+ granted?: BitStringFilter;
1275
+ /** Filter by the object’s `actorId` field. */
1276
+ actorId?: UUIDFilter;
1277
+ /** Filter by the object’s `entityId` field. */
1278
+ entityId?: UUIDFilter;
1279
+ /** Checks for all expressions in this list. */
1280
+ and?: OrgMembershipFilter[];
1281
+ /** Checks for any expressions in this list. */
1282
+ or?: OrgMembershipFilter[];
1283
+ /** Negates the expression. */
1284
+ not?: OrgMembershipFilter;
1285
+ }
1286
+ /**
1287
+ * A condition to be used against `OrgInvite` object types. All fields are tested
1288
+ * for equality and combined with a logical ‘and.’
1289
+ */
1290
+ export interface OrgInviteCondition {
1291
+ /** Checks for equality with the object’s `id` field. */
1292
+ id?: string;
1293
+ /** Checks for equality with the object’s `email` field. */
1294
+ email?: ConstructiveInternalTypeEmail;
1295
+ /** Checks for equality with the object’s `senderId` field. */
1296
+ senderId?: string;
1297
+ /** Checks for equality with the object’s `receiverId` field. */
1298
+ receiverId?: string;
1299
+ /** Checks for equality with the object’s `inviteToken` field. */
1300
+ inviteToken?: string;
1301
+ /** Checks for equality with the object’s `inviteValid` field. */
1302
+ inviteValid?: boolean;
1303
+ /** Checks for equality with the object’s `inviteLimit` field. */
1304
+ inviteLimit?: number;
1305
+ /** Checks for equality with the object’s `inviteCount` field. */
1306
+ inviteCount?: number;
1307
+ /** Checks for equality with the object’s `multiple` field. */
1308
+ multiple?: boolean;
1309
+ /** Checks for equality with the object’s `data` field. */
1310
+ data?: unknown;
1311
+ /** Checks for equality with the object’s `expiresAt` field. */
1312
+ expiresAt?: string;
1313
+ /** Checks for equality with the object’s `createdAt` field. */
1314
+ createdAt?: string;
1315
+ /** Checks for equality with the object’s `updatedAt` field. */
1316
+ updatedAt?: string;
1317
+ /** Checks for equality with the object’s `entityId` field. */
1318
+ entityId?: string;
1319
+ }
1320
+ /** A filter to be used against `OrgInvite` object types. All fields are combined with a logical ‘and.’ */
1321
+ export interface OrgInviteFilter {
1322
+ /** Filter by the object’s `id` field. */
1323
+ id?: UUIDFilter;
1324
+ /** Filter by the object’s `email` field. */
1325
+ email?: ConstructiveInternalTypeEmailFilter;
1326
+ /** Filter by the object’s `senderId` field. */
1327
+ senderId?: UUIDFilter;
1328
+ /** Filter by the object’s `receiverId` field. */
1329
+ receiverId?: UUIDFilter;
1330
+ /** Filter by the object’s `inviteToken` field. */
1331
+ inviteToken?: StringFilter;
1332
+ /** Filter by the object’s `inviteValid` field. */
1333
+ inviteValid?: BooleanFilter;
1334
+ /** Filter by the object’s `inviteLimit` field. */
1335
+ inviteLimit?: IntFilter;
1336
+ /** Filter by the object’s `inviteCount` field. */
1337
+ inviteCount?: IntFilter;
1338
+ /** Filter by the object’s `multiple` field. */
1339
+ multiple?: BooleanFilter;
1340
+ /** Filter by the object’s `expiresAt` field. */
1341
+ expiresAt?: DatetimeFilter;
1342
+ /** Filter by the object’s `createdAt` field. */
1343
+ createdAt?: DatetimeFilter;
1344
+ /** Filter by the object’s `updatedAt` field. */
1345
+ updatedAt?: DatetimeFilter;
1346
+ /** Filter by the object’s `entityId` field. */
1347
+ entityId?: UUIDFilter;
1348
+ /** Checks for all expressions in this list. */
1349
+ and?: OrgInviteFilter[];
1350
+ /** Checks for any expressions in this list. */
1351
+ or?: OrgInviteFilter[];
1352
+ /** Negates the expression. */
1353
+ not?: OrgInviteFilter;
1354
+ }
1355
+ export interface SubmitInviteCodeInput {
1356
+ clientMutationId?: string;
1357
+ token?: string;
1358
+ }
1359
+ export interface SubmitOrgInviteCodeInput {
1360
+ clientMutationId?: string;
1361
+ token?: string;
1362
+ }
1363
+ export interface CreateOrgMemberInput {
1364
+ clientMutationId?: string;
1365
+ /** The `OrgMember` to be created by this mutation. */
1366
+ orgMember: OrgMemberInput;
1367
+ }
1368
+ /** An input for mutations affecting `OrgMember` */
1369
+ export interface OrgMemberInput {
1370
+ id?: string;
1371
+ isAdmin?: boolean;
1372
+ actorId: string;
1373
+ entityId: string;
1374
+ }
1375
+ export interface CreateAppPermissionDefaultInput {
1376
+ clientMutationId?: string;
1377
+ /** The `AppPermissionDefault` to be created by this mutation. */
1378
+ appPermissionDefault: AppPermissionDefaultInput;
1379
+ }
1380
+ /** An input for mutations affecting `AppPermissionDefault` */
1381
+ export interface AppPermissionDefaultInput {
1382
+ id?: string;
1383
+ permissions?: string;
1384
+ }
1385
+ export interface CreateOrgPermissionDefaultInput {
1386
+ clientMutationId?: string;
1387
+ /** The `OrgPermissionDefault` to be created by this mutation. */
1388
+ orgPermissionDefault: OrgPermissionDefaultInput;
1389
+ }
1390
+ /** An input for mutations affecting `OrgPermissionDefault` */
1391
+ export interface OrgPermissionDefaultInput {
1392
+ id?: string;
1393
+ permissions?: string;
1394
+ entityId: string;
1395
+ }
1396
+ export interface CreateAppAdminGrantInput {
1397
+ clientMutationId?: string;
1398
+ /** The `AppAdminGrant` to be created by this mutation. */
1399
+ appAdminGrant: AppAdminGrantInput;
1400
+ }
1401
+ /** An input for mutations affecting `AppAdminGrant` */
1402
+ export interface AppAdminGrantInput {
1403
+ id?: string;
1404
+ isGrant?: boolean;
1405
+ actorId: string;
1406
+ grantorId?: string;
1407
+ createdAt?: string;
1408
+ updatedAt?: string;
1409
+ }
1410
+ export interface CreateAppOwnerGrantInput {
1411
+ clientMutationId?: string;
1412
+ /** The `AppOwnerGrant` to be created by this mutation. */
1413
+ appOwnerGrant: AppOwnerGrantInput;
1414
+ }
1415
+ /** An input for mutations affecting `AppOwnerGrant` */
1416
+ export interface AppOwnerGrantInput {
1417
+ id?: string;
1418
+ isGrant?: boolean;
1419
+ actorId: string;
1420
+ grantorId?: string;
1421
+ createdAt?: string;
1422
+ updatedAt?: string;
1423
+ }
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
+ export interface CreateOrgAdminGrantInput {
1447
+ clientMutationId?: string;
1448
+ /** The `OrgAdminGrant` to be created by this mutation. */
1449
+ orgAdminGrant: OrgAdminGrantInput;
1450
+ }
1451
+ /** An input for mutations affecting `OrgAdminGrant` */
1452
+ export interface OrgAdminGrantInput {
1453
+ id?: string;
1454
+ isGrant?: boolean;
1455
+ actorId: string;
1456
+ entityId: string;
1457
+ grantorId?: string;
1458
+ createdAt?: string;
1459
+ updatedAt?: string;
1460
+ }
1461
+ export interface CreateOrgOwnerGrantInput {
1462
+ clientMutationId?: string;
1463
+ /** The `OrgOwnerGrant` to be created by this mutation. */
1464
+ orgOwnerGrant: OrgOwnerGrantInput;
1465
+ }
1466
+ /** An input for mutations affecting `OrgOwnerGrant` */
1467
+ export interface OrgOwnerGrantInput {
1468
+ id?: string;
1469
+ isGrant?: boolean;
1470
+ actorId: string;
1471
+ entityId: string;
1472
+ grantorId?: string;
1473
+ createdAt?: string;
1474
+ updatedAt?: string;
1475
+ }
1476
+ export interface CreateMembershipTypeInput {
1477
+ clientMutationId?: string;
1478
+ /** The `MembershipType` to be created by this mutation. */
1479
+ membershipType: MembershipTypeInput;
1480
+ }
1481
+ /** An input for mutations affecting `MembershipType` */
1482
+ export interface MembershipTypeInput {
1483
+ id: number;
1484
+ name: string;
1485
+ description: string;
1486
+ prefix: string;
1487
+ }
1488
+ export interface CreateAppPermissionInput {
1489
+ clientMutationId?: string;
1490
+ /** The `AppPermission` to be created by this mutation. */
1491
+ appPermission: AppPermissionInput;
1492
+ }
1493
+ /** An input for mutations affecting `AppPermission` */
1494
+ export interface AppPermissionInput {
1495
+ id?: string;
1496
+ name?: string;
1497
+ bitnum?: number;
1498
+ bitstr?: string;
1499
+ description?: string;
1500
+ }
1501
+ export interface CreateOrgPermissionInput {
1502
+ clientMutationId?: string;
1503
+ /** The `OrgPermission` to be created by this mutation. */
1504
+ orgPermission: OrgPermissionInput;
1505
+ }
1506
+ /** An input for mutations affecting `OrgPermission` */
1507
+ export interface OrgPermissionInput {
1508
+ id?: string;
1509
+ name?: string;
1510
+ bitnum?: number;
1511
+ bitstr?: string;
1512
+ description?: string;
1513
+ }
1514
+ export interface CreateAppLimitInput {
1515
+ clientMutationId?: string;
1516
+ /** The `AppLimit` to be created by this mutation. */
1517
+ appLimit: AppLimitInput;
1518
+ }
1519
+ /** An input for mutations affecting `AppLimit` */
1520
+ export interface AppLimitInput {
1521
+ id?: string;
1522
+ name?: string;
1523
+ actorId: string;
1524
+ num?: number;
1525
+ max?: number;
1526
+ }
1527
+ export interface CreateAppAchievementInput {
1528
+ clientMutationId?: string;
1529
+ /** The `AppAchievement` to be created by this mutation. */
1530
+ appAchievement: AppAchievementInput;
1531
+ }
1532
+ /** An input for mutations affecting `AppAchievement` */
1533
+ export interface AppAchievementInput {
1534
+ id?: string;
1535
+ actorId?: string;
1536
+ name: string;
1537
+ count?: number;
1538
+ createdAt?: string;
1539
+ updatedAt?: string;
1540
+ }
1541
+ export interface CreateAppStepInput {
1542
+ clientMutationId?: string;
1543
+ /** The `AppStep` to be created by this mutation. */
1544
+ appStep: AppStepInput;
1545
+ }
1546
+ /** An input for mutations affecting `AppStep` */
1547
+ export interface AppStepInput {
1548
+ id?: string;
1549
+ actorId?: string;
1550
+ name: string;
1551
+ count?: number;
1552
+ createdAt?: string;
1553
+ updatedAt?: string;
1554
+ }
1555
+ export interface CreateClaimedInviteInput {
1556
+ clientMutationId?: string;
1557
+ /** The `ClaimedInvite` to be created by this mutation. */
1558
+ claimedInvite: ClaimedInviteInput;
1559
+ }
1560
+ /** An input for mutations affecting `ClaimedInvite` */
1561
+ export interface ClaimedInviteInput {
1562
+ id?: string;
1563
+ data?: unknown;
1564
+ senderId?: string;
1565
+ receiverId?: string;
1566
+ createdAt?: string;
1567
+ updatedAt?: string;
1568
+ }
1569
+ export interface CreateAppGrantInput {
1570
+ clientMutationId?: string;
1571
+ /** The `AppGrant` to be created by this mutation. */
1572
+ appGrant: AppGrantInput;
1573
+ }
1574
+ /** An input for mutations affecting `AppGrant` */
1575
+ export interface AppGrantInput {
1576
+ id?: string;
1577
+ permissions?: string;
1578
+ isGrant?: boolean;
1579
+ actorId: string;
1580
+ grantorId?: string;
1581
+ createdAt?: string;
1582
+ updatedAt?: string;
1583
+ }
1584
+ export interface CreateAppMembershipDefaultInput {
1585
+ clientMutationId?: string;
1586
+ /** The `AppMembershipDefault` to be created by this mutation. */
1587
+ appMembershipDefault: AppMembershipDefaultInput;
1588
+ }
1589
+ /** An input for mutations affecting `AppMembershipDefault` */
1590
+ export interface AppMembershipDefaultInput {
1591
+ id?: string;
1592
+ createdAt?: string;
1593
+ updatedAt?: string;
1594
+ createdBy?: string;
1595
+ updatedBy?: string;
1596
+ isApproved?: boolean;
1597
+ isVerified?: boolean;
1598
+ }
1599
+ export interface CreateOrgLimitInput {
1600
+ clientMutationId?: string;
1601
+ /** The `OrgLimit` to be created by this mutation. */
1602
+ orgLimit: OrgLimitInput;
1603
+ }
1604
+ /** An input for mutations affecting `OrgLimit` */
1605
+ export interface OrgLimitInput {
1606
+ id?: string;
1607
+ name?: string;
1608
+ actorId: string;
1609
+ num?: number;
1610
+ max?: number;
1611
+ entityId: string;
1612
+ }
1613
+ export interface CreateOrgClaimedInviteInput {
1614
+ clientMutationId?: string;
1615
+ /** The `OrgClaimedInvite` to be created by this mutation. */
1616
+ orgClaimedInvite: OrgClaimedInviteInput;
1617
+ }
1618
+ /** An input for mutations affecting `OrgClaimedInvite` */
1619
+ export interface OrgClaimedInviteInput {
1620
+ id?: string;
1621
+ data?: unknown;
1622
+ senderId?: string;
1623
+ receiverId?: string;
1624
+ createdAt?: string;
1625
+ updatedAt?: string;
1626
+ entityId: string;
1627
+ }
1628
+ export interface CreateOrgGrantInput {
1629
+ clientMutationId?: string;
1630
+ /** The `OrgGrant` to be created by this mutation. */
1631
+ orgGrant: OrgGrantInput;
1632
+ }
1633
+ /** An input for mutations affecting `OrgGrant` */
1634
+ export interface OrgGrantInput {
1635
+ id?: string;
1636
+ permissions?: string;
1637
+ isGrant?: boolean;
1638
+ actorId: string;
1639
+ entityId: string;
1640
+ grantorId?: string;
1641
+ createdAt?: string;
1642
+ updatedAt?: string;
1643
+ }
1644
+ export interface CreateOrgMembershipDefaultInput {
1645
+ clientMutationId?: string;
1646
+ /** The `OrgMembershipDefault` to be created by this mutation. */
1647
+ orgMembershipDefault: OrgMembershipDefaultInput;
1648
+ }
1649
+ /** An input for mutations affecting `OrgMembershipDefault` */
1650
+ export interface OrgMembershipDefaultInput {
1651
+ id?: string;
1652
+ createdAt?: string;
1653
+ updatedAt?: string;
1654
+ createdBy?: string;
1655
+ updatedBy?: string;
1656
+ isApproved?: boolean;
1657
+ entityId: string;
1658
+ deleteMemberCascadeGroups?: boolean;
1659
+ createGroupsCascadeMembers?: boolean;
1660
+ }
1661
+ export interface CreateAppLevelRequirementInput {
1662
+ clientMutationId?: string;
1663
+ /** The `AppLevelRequirement` to be created by this mutation. */
1664
+ appLevelRequirement: AppLevelRequirementInput;
1665
+ }
1666
+ /** An input for mutations affecting `AppLevelRequirement` */
1667
+ export interface AppLevelRequirementInput {
1668
+ id?: string;
1669
+ name: string;
1670
+ level: string;
1671
+ description?: string;
1672
+ requiredCount?: number;
1673
+ priority?: number;
1674
+ createdAt?: string;
1675
+ updatedAt?: string;
1676
+ }
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
+ export interface CreateInviteInput {
1693
+ clientMutationId?: string;
1694
+ /** The `Invite` to be created by this mutation. */
1695
+ invite: InviteInput;
1696
+ }
1697
+ /** An input for mutations affecting `Invite` */
1698
+ export interface InviteInput {
1699
+ id?: string;
1700
+ email?: ConstructiveInternalTypeEmail;
1701
+ senderId?: string;
1702
+ inviteToken?: string;
1703
+ inviteValid?: boolean;
1704
+ inviteLimit?: number;
1705
+ inviteCount?: number;
1706
+ multiple?: boolean;
1707
+ data?: unknown;
1708
+ expiresAt?: string;
1709
+ createdAt?: string;
1710
+ updatedAt?: string;
1711
+ }
1712
+ export interface CreateAppMembershipInput {
1713
+ clientMutationId?: string;
1714
+ /** The `AppMembership` to be created by this mutation. */
1715
+ appMembership: AppMembershipInput;
1716
+ }
1717
+ /** An input for mutations affecting `AppMembership` */
1718
+ export interface AppMembershipInput {
1719
+ id?: string;
1720
+ createdAt?: string;
1721
+ updatedAt?: string;
1722
+ createdBy?: string;
1723
+ updatedBy?: string;
1724
+ isApproved?: boolean;
1725
+ isBanned?: boolean;
1726
+ isDisabled?: boolean;
1727
+ isVerified?: boolean;
1728
+ isActive?: boolean;
1729
+ isOwner?: boolean;
1730
+ isAdmin?: boolean;
1731
+ permissions?: string;
1732
+ granted?: string;
1733
+ actorId: string;
1734
+ }
1735
+ export interface CreateOrgMembershipInput {
1736
+ clientMutationId?: string;
1737
+ /** The `OrgMembership` to be created by this mutation. */
1738
+ orgMembership: OrgMembershipInput;
1739
+ }
1740
+ /** An input for mutations affecting `OrgMembership` */
1741
+ export interface OrgMembershipInput {
1742
+ id?: string;
1743
+ createdAt?: string;
1744
+ updatedAt?: string;
1745
+ createdBy?: string;
1746
+ updatedBy?: string;
1747
+ isApproved?: boolean;
1748
+ isBanned?: boolean;
1749
+ isDisabled?: boolean;
1750
+ isActive?: boolean;
1751
+ isOwner?: boolean;
1752
+ isAdmin?: boolean;
1753
+ permissions?: string;
1754
+ granted?: string;
1755
+ actorId: string;
1756
+ entityId: string;
1757
+ }
1758
+ export interface CreateOrgInviteInput {
1759
+ clientMutationId?: string;
1760
+ /** The `OrgInvite` to be created by this mutation. */
1761
+ orgInvite: OrgInviteInput;
1762
+ }
1763
+ /** An input for mutations affecting `OrgInvite` */
1764
+ export interface OrgInviteInput {
1765
+ id?: string;
1766
+ email?: ConstructiveInternalTypeEmail;
1767
+ senderId?: string;
1768
+ receiverId?: string;
1769
+ inviteToken?: string;
1770
+ inviteValid?: boolean;
1771
+ inviteLimit?: number;
1772
+ inviteCount?: number;
1773
+ multiple?: boolean;
1774
+ data?: unknown;
1775
+ expiresAt?: string;
1776
+ createdAt?: string;
1777
+ updatedAt?: string;
1778
+ entityId: string;
1779
+ }
1780
+ export interface UpdateOrgMemberInput {
1781
+ clientMutationId?: string;
1782
+ id: string;
1783
+ /** An object where the defined keys will be set on the `OrgMember` being updated. */
1784
+ orgMemberPatch: OrgMemberPatch;
1785
+ }
1786
+ /** Represents an update to a `OrgMember`. Fields that are set will be updated. */
1787
+ export interface OrgMemberPatch {
1788
+ id?: string;
1789
+ isAdmin?: boolean;
1790
+ actorId?: string;
1791
+ entityId?: string;
1792
+ }
1793
+ export interface UpdateAppPermissionDefaultInput {
1794
+ clientMutationId?: string;
1795
+ id: string;
1796
+ /** An object where the defined keys will be set on the `AppPermissionDefault` being updated. */
1797
+ appPermissionDefaultPatch: AppPermissionDefaultPatch;
1798
+ }
1799
+ /** Represents an update to a `AppPermissionDefault`. Fields that are set will be updated. */
1800
+ export interface AppPermissionDefaultPatch {
1801
+ id?: string;
1802
+ permissions?: string;
1803
+ }
1804
+ export interface UpdateOrgPermissionDefaultInput {
1805
+ clientMutationId?: string;
1806
+ id: string;
1807
+ /** An object where the defined keys will be set on the `OrgPermissionDefault` being updated. */
1808
+ orgPermissionDefaultPatch: OrgPermissionDefaultPatch;
1809
+ }
1810
+ /** Represents an update to a `OrgPermissionDefault`. Fields that are set will be updated. */
1811
+ export interface OrgPermissionDefaultPatch {
1812
+ id?: string;
1813
+ permissions?: string;
1814
+ entityId?: string;
1815
+ }
1816
+ export interface UpdateAppAdminGrantInput {
1817
+ clientMutationId?: string;
1818
+ id: string;
1819
+ /** An object where the defined keys will be set on the `AppAdminGrant` being updated. */
1820
+ appAdminGrantPatch: AppAdminGrantPatch;
1821
+ }
1822
+ /** Represents an update to a `AppAdminGrant`. Fields that are set will be updated. */
1823
+ export interface AppAdminGrantPatch {
1824
+ id?: string;
1825
+ isGrant?: boolean;
1826
+ actorId?: string;
1827
+ grantorId?: string;
1828
+ createdAt?: string;
1829
+ updatedAt?: string;
1830
+ }
1831
+ export interface UpdateAppOwnerGrantInput {
1832
+ clientMutationId?: string;
1833
+ id: string;
1834
+ /** An object where the defined keys will be set on the `AppOwnerGrant` being updated. */
1835
+ appOwnerGrantPatch: AppOwnerGrantPatch;
1836
+ }
1837
+ /** Represents an update to a `AppOwnerGrant`. Fields that are set will be updated. */
1838
+ export interface AppOwnerGrantPatch {
1839
+ id?: string;
1840
+ isGrant?: boolean;
1841
+ actorId?: string;
1842
+ grantorId?: string;
1843
+ createdAt?: string;
1844
+ updatedAt?: string;
1845
+ }
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
+ export interface UpdateOrgAdminGrantInput {
1871
+ clientMutationId?: string;
1872
+ id: string;
1873
+ /** An object where the defined keys will be set on the `OrgAdminGrant` being updated. */
1874
+ orgAdminGrantPatch: OrgAdminGrantPatch;
1875
+ }
1876
+ /** Represents an update to a `OrgAdminGrant`. Fields that are set will be updated. */
1877
+ export interface OrgAdminGrantPatch {
1878
+ id?: string;
1879
+ isGrant?: boolean;
1880
+ actorId?: string;
1881
+ entityId?: string;
1882
+ grantorId?: string;
1883
+ createdAt?: string;
1884
+ updatedAt?: string;
1885
+ }
1886
+ export interface UpdateOrgOwnerGrantInput {
1887
+ clientMutationId?: string;
1888
+ id: string;
1889
+ /** An object where the defined keys will be set on the `OrgOwnerGrant` being updated. */
1890
+ orgOwnerGrantPatch: OrgOwnerGrantPatch;
1891
+ }
1892
+ /** Represents an update to a `OrgOwnerGrant`. Fields that are set will be updated. */
1893
+ export interface OrgOwnerGrantPatch {
1894
+ id?: string;
1895
+ isGrant?: boolean;
1896
+ actorId?: string;
1897
+ entityId?: string;
1898
+ grantorId?: string;
1899
+ createdAt?: string;
1900
+ updatedAt?: string;
1901
+ }
1902
+ export interface UpdateMembershipTypeInput {
1903
+ clientMutationId?: string;
1904
+ id: number;
1905
+ /** An object where the defined keys will be set on the `MembershipType` being updated. */
1906
+ membershipTypePatch: MembershipTypePatch;
1907
+ }
1908
+ /** Represents an update to a `MembershipType`. Fields that are set will be updated. */
1909
+ export interface MembershipTypePatch {
1910
+ id?: number;
1911
+ name?: string;
1912
+ description?: string;
1913
+ prefix?: string;
1914
+ }
1915
+ export interface UpdateAppPermissionInput {
1916
+ clientMutationId?: string;
1917
+ id: string;
1918
+ /** An object where the defined keys will be set on the `AppPermission` being updated. */
1919
+ appPermissionPatch: AppPermissionPatch;
1920
+ }
1921
+ /** Represents an update to a `AppPermission`. Fields that are set will be updated. */
1922
+ export interface AppPermissionPatch {
1923
+ id?: string;
1924
+ name?: string;
1925
+ bitnum?: number;
1926
+ bitstr?: string;
1927
+ description?: string;
1928
+ }
1929
+ export interface UpdateOrgPermissionInput {
1930
+ clientMutationId?: string;
1931
+ id: string;
1932
+ /** An object where the defined keys will be set on the `OrgPermission` being updated. */
1933
+ orgPermissionPatch: OrgPermissionPatch;
1934
+ }
1935
+ /** Represents an update to a `OrgPermission`. Fields that are set will be updated. */
1936
+ export interface OrgPermissionPatch {
1937
+ id?: string;
1938
+ name?: string;
1939
+ bitnum?: number;
1940
+ bitstr?: string;
1941
+ description?: string;
1942
+ }
1943
+ export interface UpdateAppLimitInput {
1944
+ clientMutationId?: string;
1945
+ id: string;
1946
+ /** An object where the defined keys will be set on the `AppLimit` being updated. */
1947
+ appLimitPatch: AppLimitPatch;
1948
+ }
1949
+ /** Represents an update to a `AppLimit`. Fields that are set will be updated. */
1950
+ export interface AppLimitPatch {
1951
+ id?: string;
1952
+ name?: string;
1953
+ actorId?: string;
1954
+ num?: number;
1955
+ max?: number;
1956
+ }
1957
+ export interface UpdateAppAchievementInput {
1958
+ clientMutationId?: string;
1959
+ id: string;
1960
+ /** An object where the defined keys will be set on the `AppAchievement` being updated. */
1961
+ appAchievementPatch: AppAchievementPatch;
1962
+ }
1963
+ /** Represents an update to a `AppAchievement`. Fields that are set will be updated. */
1964
+ export interface AppAchievementPatch {
1965
+ id?: string;
1966
+ actorId?: string;
1967
+ name?: string;
1968
+ count?: number;
1969
+ createdAt?: string;
1970
+ updatedAt?: string;
1971
+ }
1972
+ export interface UpdateAppStepInput {
1973
+ clientMutationId?: string;
1974
+ id: string;
1975
+ /** An object where the defined keys will be set on the `AppStep` being updated. */
1976
+ appStepPatch: AppStepPatch;
1977
+ }
1978
+ /** Represents an update to a `AppStep`. Fields that are set will be updated. */
1979
+ export interface AppStepPatch {
1980
+ id?: string;
1981
+ actorId?: string;
1982
+ name?: string;
1983
+ count?: number;
1984
+ createdAt?: string;
1985
+ updatedAt?: string;
1986
+ }
1987
+ export interface UpdateClaimedInviteInput {
1988
+ clientMutationId?: string;
1989
+ id: string;
1990
+ /** An object where the defined keys will be set on the `ClaimedInvite` being updated. */
1991
+ claimedInvitePatch: ClaimedInvitePatch;
1992
+ }
1993
+ /** Represents an update to a `ClaimedInvite`. Fields that are set will be updated. */
1994
+ export interface ClaimedInvitePatch {
1995
+ id?: string;
1996
+ data?: unknown;
1997
+ senderId?: string;
1998
+ receiverId?: string;
1999
+ createdAt?: string;
2000
+ updatedAt?: string;
2001
+ }
2002
+ export interface UpdateAppGrantInput {
2003
+ clientMutationId?: string;
2004
+ id: string;
2005
+ /** An object where the defined keys will be set on the `AppGrant` being updated. */
2006
+ appGrantPatch: AppGrantPatch;
2007
+ }
2008
+ /** Represents an update to a `AppGrant`. Fields that are set will be updated. */
2009
+ export interface AppGrantPatch {
2010
+ id?: string;
2011
+ permissions?: string;
2012
+ isGrant?: boolean;
2013
+ actorId?: string;
2014
+ grantorId?: string;
2015
+ createdAt?: string;
2016
+ updatedAt?: string;
2017
+ }
2018
+ export interface UpdateAppMembershipDefaultInput {
2019
+ clientMutationId?: string;
2020
+ id: string;
2021
+ /** An object where the defined keys will be set on the `AppMembershipDefault` being updated. */
2022
+ appMembershipDefaultPatch: AppMembershipDefaultPatch;
2023
+ }
2024
+ /** Represents an update to a `AppMembershipDefault`. Fields that are set will be updated. */
2025
+ export interface AppMembershipDefaultPatch {
2026
+ id?: string;
2027
+ createdAt?: string;
2028
+ updatedAt?: string;
2029
+ createdBy?: string;
2030
+ updatedBy?: string;
2031
+ isApproved?: boolean;
2032
+ isVerified?: boolean;
2033
+ }
2034
+ export interface UpdateOrgLimitInput {
2035
+ clientMutationId?: string;
2036
+ id: string;
2037
+ /** An object where the defined keys will be set on the `OrgLimit` being updated. */
2038
+ orgLimitPatch: OrgLimitPatch;
2039
+ }
2040
+ /** Represents an update to a `OrgLimit`. Fields that are set will be updated. */
2041
+ export interface OrgLimitPatch {
2042
+ id?: string;
2043
+ name?: string;
2044
+ actorId?: string;
2045
+ num?: number;
2046
+ max?: number;
2047
+ entityId?: string;
2048
+ }
2049
+ export interface UpdateOrgClaimedInviteInput {
2050
+ clientMutationId?: string;
2051
+ id: string;
2052
+ /** An object where the defined keys will be set on the `OrgClaimedInvite` being updated. */
2053
+ orgClaimedInvitePatch: OrgClaimedInvitePatch;
2054
+ }
2055
+ /** Represents an update to a `OrgClaimedInvite`. Fields that are set will be updated. */
2056
+ export interface OrgClaimedInvitePatch {
2057
+ id?: string;
2058
+ data?: unknown;
2059
+ senderId?: string;
2060
+ receiverId?: string;
2061
+ createdAt?: string;
2062
+ updatedAt?: string;
2063
+ entityId?: string;
2064
+ }
2065
+ export interface UpdateOrgGrantInput {
2066
+ clientMutationId?: string;
2067
+ id: string;
2068
+ /** An object where the defined keys will be set on the `OrgGrant` being updated. */
2069
+ orgGrantPatch: OrgGrantPatch;
2070
+ }
2071
+ /** Represents an update to a `OrgGrant`. Fields that are set will be updated. */
2072
+ export interface OrgGrantPatch {
2073
+ id?: string;
2074
+ permissions?: string;
2075
+ isGrant?: boolean;
2076
+ actorId?: string;
2077
+ entityId?: string;
2078
+ grantorId?: string;
2079
+ createdAt?: string;
2080
+ updatedAt?: string;
2081
+ }
2082
+ export interface UpdateOrgMembershipDefaultInput {
2083
+ clientMutationId?: string;
2084
+ id: string;
2085
+ /** An object where the defined keys will be set on the `OrgMembershipDefault` being updated. */
2086
+ orgMembershipDefaultPatch: OrgMembershipDefaultPatch;
2087
+ }
2088
+ /** Represents an update to a `OrgMembershipDefault`. Fields that are set will be updated. */
2089
+ export interface OrgMembershipDefaultPatch {
2090
+ id?: string;
2091
+ createdAt?: string;
2092
+ updatedAt?: string;
2093
+ createdBy?: string;
2094
+ updatedBy?: string;
2095
+ isApproved?: boolean;
2096
+ entityId?: string;
2097
+ deleteMemberCascadeGroups?: boolean;
2098
+ createGroupsCascadeMembers?: boolean;
2099
+ }
2100
+ export interface UpdateAppLevelRequirementInput {
2101
+ clientMutationId?: string;
2102
+ id: string;
2103
+ /** An object where the defined keys will be set on the `AppLevelRequirement` being updated. */
2104
+ appLevelRequirementPatch: AppLevelRequirementPatch;
2105
+ }
2106
+ /** Represents an update to a `AppLevelRequirement`. Fields that are set will be updated. */
2107
+ export interface AppLevelRequirementPatch {
2108
+ id?: string;
2109
+ name?: string;
2110
+ level?: string;
2111
+ description?: string;
2112
+ requiredCount?: number;
2113
+ priority?: number;
2114
+ createdAt?: string;
2115
+ updatedAt?: string;
2116
+ }
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
+ export interface UpdateInviteInput {
2134
+ clientMutationId?: string;
2135
+ id: string;
2136
+ /** An object where the defined keys will be set on the `Invite` being updated. */
2137
+ invitePatch: InvitePatch;
2138
+ }
2139
+ /** Represents an update to a `Invite`. Fields that are set will be updated. */
2140
+ export interface InvitePatch {
2141
+ id?: string;
2142
+ email?: ConstructiveInternalTypeEmail;
2143
+ senderId?: string;
2144
+ inviteToken?: string;
2145
+ inviteValid?: boolean;
2146
+ inviteLimit?: number;
2147
+ inviteCount?: number;
2148
+ multiple?: boolean;
2149
+ data?: unknown;
2150
+ expiresAt?: string;
2151
+ createdAt?: string;
2152
+ updatedAt?: string;
2153
+ }
2154
+ export interface UpdateAppMembershipInput {
2155
+ clientMutationId?: string;
2156
+ id: string;
2157
+ /** An object where the defined keys will be set on the `AppMembership` being updated. */
2158
+ appMembershipPatch: AppMembershipPatch;
2159
+ }
2160
+ /** Represents an update to a `AppMembership`. Fields that are set will be updated. */
2161
+ export interface AppMembershipPatch {
2162
+ id?: string;
2163
+ createdAt?: string;
2164
+ updatedAt?: string;
2165
+ createdBy?: string;
2166
+ updatedBy?: string;
2167
+ isApproved?: boolean;
2168
+ isBanned?: boolean;
2169
+ isDisabled?: boolean;
2170
+ isVerified?: boolean;
2171
+ isActive?: boolean;
2172
+ isOwner?: boolean;
2173
+ isAdmin?: boolean;
2174
+ permissions?: string;
2175
+ granted?: string;
2176
+ actorId?: string;
2177
+ }
2178
+ export interface UpdateOrgMembershipInput {
2179
+ clientMutationId?: string;
2180
+ id: string;
2181
+ /** An object where the defined keys will be set on the `OrgMembership` being updated. */
2182
+ orgMembershipPatch: OrgMembershipPatch;
2183
+ }
2184
+ /** Represents an update to a `OrgMembership`. Fields that are set will be updated. */
2185
+ export interface OrgMembershipPatch {
2186
+ id?: string;
2187
+ createdAt?: string;
2188
+ updatedAt?: string;
2189
+ createdBy?: string;
2190
+ updatedBy?: string;
2191
+ isApproved?: boolean;
2192
+ isBanned?: boolean;
2193
+ isDisabled?: boolean;
2194
+ isActive?: boolean;
2195
+ isOwner?: boolean;
2196
+ isAdmin?: boolean;
2197
+ permissions?: string;
2198
+ granted?: string;
2199
+ actorId?: string;
2200
+ entityId?: string;
2201
+ }
2202
+ export interface UpdateOrgInviteInput {
2203
+ clientMutationId?: string;
2204
+ id: string;
2205
+ /** An object where the defined keys will be set on the `OrgInvite` being updated. */
2206
+ orgInvitePatch: OrgInvitePatch;
2207
+ }
2208
+ /** Represents an update to a `OrgInvite`. Fields that are set will be updated. */
2209
+ export interface OrgInvitePatch {
2210
+ id?: string;
2211
+ email?: ConstructiveInternalTypeEmail;
2212
+ senderId?: string;
2213
+ receiverId?: string;
2214
+ inviteToken?: string;
2215
+ inviteValid?: boolean;
2216
+ inviteLimit?: number;
2217
+ inviteCount?: number;
2218
+ multiple?: boolean;
2219
+ data?: unknown;
2220
+ expiresAt?: string;
2221
+ createdAt?: string;
2222
+ updatedAt?: string;
2223
+ entityId?: string;
2224
+ }
2225
+ export interface DeleteOrgMemberInput {
2226
+ clientMutationId?: string;
2227
+ id: string;
2228
+ }
2229
+ export interface DeleteAppPermissionDefaultInput {
2230
+ clientMutationId?: string;
2231
+ id: string;
2232
+ }
2233
+ export interface DeleteOrgPermissionDefaultInput {
2234
+ clientMutationId?: string;
2235
+ id: string;
2236
+ }
2237
+ export interface DeleteAppAdminGrantInput {
2238
+ clientMutationId?: string;
2239
+ id: string;
2240
+ }
2241
+ export interface DeleteAppOwnerGrantInput {
2242
+ clientMutationId?: string;
2243
+ id: string;
2244
+ }
2245
+ export interface DeleteAppLimitDefaultInput {
2246
+ clientMutationId?: string;
2247
+ id: string;
2248
+ }
2249
+ export interface DeleteOrgLimitDefaultInput {
2250
+ clientMutationId?: string;
2251
+ id: string;
2252
+ }
2253
+ export interface DeleteOrgAdminGrantInput {
2254
+ clientMutationId?: string;
2255
+ id: string;
2256
+ }
2257
+ export interface DeleteOrgOwnerGrantInput {
2258
+ clientMutationId?: string;
2259
+ id: string;
2260
+ }
2261
+ export interface DeleteMembershipTypeInput {
2262
+ clientMutationId?: string;
2263
+ id: number;
2264
+ }
2265
+ export interface DeleteAppPermissionInput {
2266
+ clientMutationId?: string;
2267
+ id: string;
2268
+ }
2269
+ export interface DeleteOrgPermissionInput {
2270
+ clientMutationId?: string;
2271
+ id: string;
2272
+ }
2273
+ export interface DeleteAppLimitInput {
2274
+ clientMutationId?: string;
2275
+ id: string;
2276
+ }
2277
+ export interface DeleteAppAchievementInput {
2278
+ clientMutationId?: string;
2279
+ id: string;
2280
+ }
2281
+ export interface DeleteAppStepInput {
2282
+ clientMutationId?: string;
2283
+ id: string;
2284
+ }
2285
+ export interface DeleteClaimedInviteInput {
2286
+ clientMutationId?: string;
2287
+ id: string;
2288
+ }
2289
+ export interface DeleteAppGrantInput {
2290
+ clientMutationId?: string;
2291
+ id: string;
2292
+ }
2293
+ export interface DeleteAppMembershipDefaultInput {
2294
+ clientMutationId?: string;
2295
+ id: string;
2296
+ }
2297
+ export interface DeleteOrgLimitInput {
2298
+ clientMutationId?: string;
2299
+ id: string;
2300
+ }
2301
+ export interface DeleteOrgClaimedInviteInput {
2302
+ clientMutationId?: string;
2303
+ id: string;
2304
+ }
2305
+ export interface DeleteOrgGrantInput {
2306
+ clientMutationId?: string;
2307
+ id: string;
2308
+ }
2309
+ export interface DeleteOrgMembershipDefaultInput {
2310
+ clientMutationId?: string;
2311
+ id: string;
2312
+ }
2313
+ export interface DeleteAppLevelRequirementInput {
2314
+ clientMutationId?: string;
2315
+ id: string;
2316
+ }
2317
+ export interface DeleteAppLevelInput {
2318
+ clientMutationId?: string;
2319
+ id: string;
2320
+ }
2321
+ export interface DeleteInviteInput {
2322
+ clientMutationId?: string;
2323
+ id: string;
2324
+ }
2325
+ export interface DeleteAppMembershipInput {
2326
+ clientMutationId?: string;
2327
+ id: string;
2328
+ }
2329
+ export interface DeleteOrgMembershipInput {
2330
+ clientMutationId?: string;
2331
+ id: string;
2332
+ }
2333
+ export interface DeleteOrgInviteInput {
2334
+ clientMutationId?: string;
2335
+ id: string;
2336
+ }
2337
+ /** A connection to a list of `AppPermission` values. */
2338
+ export interface AppPermissionConnection {
2339
+ nodes: AppPermission[];
2340
+ edges: AppPermissionEdge[];
2341
+ pageInfo: PageInfo;
2342
+ totalCount: number;
2343
+ }
2344
+ /** A connection to a list of `OrgPermission` values. */
2345
+ export interface OrgPermissionConnection {
2346
+ nodes: OrgPermission[];
2347
+ edges: OrgPermissionEdge[];
2348
+ pageInfo: PageInfo;
2349
+ totalCount: number;
2350
+ }
2351
+ /** A connection to a list of `AppLevelRequirement` values. */
2352
+ export interface AppLevelRequirementConnection {
2353
+ nodes: AppLevelRequirement[];
2354
+ edges: AppLevelRequirementEdge[];
2355
+ pageInfo: PageInfo;
2356
+ totalCount: number;
2357
+ }
2358
+ /** A connection to a list of `OrgMember` values. */
2359
+ export interface OrgMemberConnection {
2360
+ nodes: OrgMember[];
2361
+ edges: OrgMemberEdge[];
2362
+ pageInfo: PageInfo;
2363
+ totalCount: number;
2364
+ }
2365
+ /** A connection to a list of `AppPermissionDefault` values. */
2366
+ export interface AppPermissionDefaultConnection {
2367
+ nodes: AppPermissionDefault[];
2368
+ edges: AppPermissionDefaultEdge[];
2369
+ pageInfo: PageInfo;
2370
+ totalCount: number;
2371
+ }
2372
+ /** A connection to a list of `OrgPermissionDefault` values. */
2373
+ export interface OrgPermissionDefaultConnection {
2374
+ nodes: OrgPermissionDefault[];
2375
+ edges: OrgPermissionDefaultEdge[];
2376
+ pageInfo: PageInfo;
2377
+ totalCount: number;
2378
+ }
2379
+ /** A connection to a list of `AppAdminGrant` values. */
2380
+ export interface AppAdminGrantConnection {
2381
+ nodes: AppAdminGrant[];
2382
+ edges: AppAdminGrantEdge[];
2383
+ pageInfo: PageInfo;
2384
+ totalCount: number;
2385
+ }
2386
+ /** A connection to a list of `AppOwnerGrant` values. */
2387
+ export interface AppOwnerGrantConnection {
2388
+ nodes: AppOwnerGrant[];
2389
+ edges: AppOwnerGrantEdge[];
2390
+ pageInfo: PageInfo;
2391
+ totalCount: number;
2392
+ }
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
+ /** A connection to a list of `OrgAdminGrant` values. */
2408
+ export interface OrgAdminGrantConnection {
2409
+ nodes: OrgAdminGrant[];
2410
+ edges: OrgAdminGrantEdge[];
2411
+ pageInfo: PageInfo;
2412
+ totalCount: number;
2413
+ }
2414
+ /** A connection to a list of `OrgOwnerGrant` values. */
2415
+ export interface OrgOwnerGrantConnection {
2416
+ nodes: OrgOwnerGrant[];
2417
+ edges: OrgOwnerGrantEdge[];
2418
+ pageInfo: PageInfo;
2419
+ totalCount: number;
2420
+ }
2421
+ /** A connection to a list of `MembershipType` values. */
2422
+ export interface MembershipTypeConnection {
2423
+ nodes: MembershipType[];
2424
+ edges: MembershipTypeEdge[];
2425
+ pageInfo: PageInfo;
2426
+ totalCount: number;
2427
+ }
2428
+ /** A connection to a list of `AppLimit` values. */
2429
+ export interface AppLimitConnection {
2430
+ nodes: AppLimit[];
2431
+ edges: AppLimitEdge[];
2432
+ pageInfo: PageInfo;
2433
+ totalCount: number;
2434
+ }
2435
+ /** A connection to a list of `AppAchievement` values. */
2436
+ export interface AppAchievementConnection {
2437
+ nodes: AppAchievement[];
2438
+ edges: AppAchievementEdge[];
2439
+ pageInfo: PageInfo;
2440
+ totalCount: number;
2441
+ }
2442
+ /** A connection to a list of `AppStep` values. */
2443
+ export interface AppStepConnection {
2444
+ nodes: AppStep[];
2445
+ edges: AppStepEdge[];
2446
+ pageInfo: PageInfo;
2447
+ totalCount: number;
2448
+ }
2449
+ /** A connection to a list of `ClaimedInvite` values. */
2450
+ export interface ClaimedInviteConnection {
2451
+ nodes: ClaimedInvite[];
2452
+ edges: ClaimedInviteEdge[];
2453
+ pageInfo: PageInfo;
2454
+ totalCount: number;
2455
+ }
2456
+ /** A connection to a list of `AppGrant` values. */
2457
+ export interface AppGrantConnection {
2458
+ nodes: AppGrant[];
2459
+ edges: AppGrantEdge[];
2460
+ pageInfo: PageInfo;
2461
+ totalCount: number;
2462
+ }
2463
+ /** A connection to a list of `AppMembershipDefault` values. */
2464
+ export interface AppMembershipDefaultConnection {
2465
+ nodes: AppMembershipDefault[];
2466
+ edges: AppMembershipDefaultEdge[];
2467
+ pageInfo: PageInfo;
2468
+ totalCount: number;
2469
+ }
2470
+ /** A connection to a list of `OrgLimit` values. */
2471
+ export interface OrgLimitConnection {
2472
+ nodes: OrgLimit[];
2473
+ edges: OrgLimitEdge[];
2474
+ pageInfo: PageInfo;
2475
+ totalCount: number;
2476
+ }
2477
+ /** A connection to a list of `OrgClaimedInvite` values. */
2478
+ export interface OrgClaimedInviteConnection {
2479
+ nodes: OrgClaimedInvite[];
2480
+ edges: OrgClaimedInviteEdge[];
2481
+ pageInfo: PageInfo;
2482
+ totalCount: number;
2483
+ }
2484
+ /** A connection to a list of `OrgGrant` values. */
2485
+ export interface OrgGrantConnection {
2486
+ nodes: OrgGrant[];
2487
+ edges: OrgGrantEdge[];
2488
+ pageInfo: PageInfo;
2489
+ totalCount: number;
2490
+ }
2491
+ /** A connection to a list of `OrgMembershipDefault` values. */
2492
+ export interface OrgMembershipDefaultConnection {
2493
+ nodes: OrgMembershipDefault[];
2494
+ edges: OrgMembershipDefaultEdge[];
2495
+ pageInfo: PageInfo;
2496
+ totalCount: number;
2497
+ }
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
+ /** A connection to a list of `Invite` values. */
2506
+ export interface InviteConnection {
2507
+ nodes: Invite[];
2508
+ edges: InviteEdge[];
2509
+ pageInfo: PageInfo;
2510
+ totalCount: number;
2511
+ }
2512
+ /** A connection to a list of `AppMembership` values. */
2513
+ export interface AppMembershipConnection {
2514
+ nodes: AppMembership[];
2515
+ edges: AppMembershipEdge[];
2516
+ pageInfo: PageInfo;
2517
+ totalCount: number;
2518
+ }
2519
+ /** A connection to a list of `OrgMembership` values. */
2520
+ export interface OrgMembershipConnection {
2521
+ nodes: OrgMembership[];
2522
+ edges: OrgMembershipEdge[];
2523
+ pageInfo: PageInfo;
2524
+ totalCount: number;
2525
+ }
2526
+ /** A connection to a list of `OrgInvite` values. */
2527
+ export interface OrgInviteConnection {
2528
+ nodes: OrgInvite[];
2529
+ edges: OrgInviteEdge[];
2530
+ pageInfo: PageInfo;
2531
+ totalCount: number;
2532
+ }
2533
+ /** Root meta schema type */
2534
+ export interface MetaSchema {
2535
+ tables: MetaTable[];
2536
+ }
2537
+ export interface SubmitInviteCodePayload {
2538
+ clientMutationId?: string | null;
2539
+ result?: boolean | null;
2540
+ }
2541
+ export interface SubmitOrgInviteCodePayload {
2542
+ clientMutationId?: string | null;
2543
+ result?: boolean | null;
2544
+ }
2545
+ export interface CreateOrgMemberPayload {
2546
+ clientMutationId?: string | null;
2547
+ /** The `OrgMember` that was created by this mutation. */
2548
+ orgMember?: OrgMember | null;
2549
+ orgMemberEdge?: OrgMemberEdge | null;
2550
+ }
2551
+ export interface CreateAppPermissionDefaultPayload {
2552
+ clientMutationId?: string | null;
2553
+ /** The `AppPermissionDefault` that was created by this mutation. */
2554
+ appPermissionDefault?: AppPermissionDefault | null;
2555
+ appPermissionDefaultEdge?: AppPermissionDefaultEdge | null;
2556
+ }
2557
+ export interface CreateOrgPermissionDefaultPayload {
2558
+ clientMutationId?: string | null;
2559
+ /** The `OrgPermissionDefault` that was created by this mutation. */
2560
+ orgPermissionDefault?: OrgPermissionDefault | null;
2561
+ orgPermissionDefaultEdge?: OrgPermissionDefaultEdge | null;
2562
+ }
2563
+ export interface CreateAppAdminGrantPayload {
2564
+ clientMutationId?: string | null;
2565
+ /** The `AppAdminGrant` that was created by this mutation. */
2566
+ appAdminGrant?: AppAdminGrant | null;
2567
+ appAdminGrantEdge?: AppAdminGrantEdge | null;
2568
+ }
2569
+ export interface CreateAppOwnerGrantPayload {
2570
+ clientMutationId?: string | null;
2571
+ /** The `AppOwnerGrant` that was created by this mutation. */
2572
+ appOwnerGrant?: AppOwnerGrant | null;
2573
+ appOwnerGrantEdge?: AppOwnerGrantEdge | null;
2574
+ }
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
+ export interface CreateOrgAdminGrantPayload {
2588
+ clientMutationId?: string | null;
2589
+ /** The `OrgAdminGrant` that was created by this mutation. */
2590
+ orgAdminGrant?: OrgAdminGrant | null;
2591
+ orgAdminGrantEdge?: OrgAdminGrantEdge | null;
2592
+ }
2593
+ export interface CreateOrgOwnerGrantPayload {
2594
+ clientMutationId?: string | null;
2595
+ /** The `OrgOwnerGrant` that was created by this mutation. */
2596
+ orgOwnerGrant?: OrgOwnerGrant | null;
2597
+ orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
2598
+ }
2599
+ export interface CreateMembershipTypePayload {
2600
+ clientMutationId?: string | null;
2601
+ /** The `MembershipType` that was created by this mutation. */
2602
+ membershipType?: MembershipType | null;
2603
+ membershipTypeEdge?: MembershipTypeEdge | null;
2604
+ }
2605
+ export interface CreateAppPermissionPayload {
2606
+ clientMutationId?: string | null;
2607
+ /** The `AppPermission` that was created by this mutation. */
2608
+ appPermission?: AppPermission | null;
2609
+ appPermissionEdge?: AppPermissionEdge | null;
2610
+ }
2611
+ export interface CreateOrgPermissionPayload {
2612
+ clientMutationId?: string | null;
2613
+ /** The `OrgPermission` that was created by this mutation. */
2614
+ orgPermission?: OrgPermission | null;
2615
+ orgPermissionEdge?: OrgPermissionEdge | null;
2616
+ }
2617
+ export interface CreateAppLimitPayload {
2618
+ clientMutationId?: string | null;
2619
+ /** The `AppLimit` that was created by this mutation. */
2620
+ appLimit?: AppLimit | null;
2621
+ appLimitEdge?: AppLimitEdge | null;
2622
+ }
2623
+ export interface CreateAppAchievementPayload {
2624
+ clientMutationId?: string | null;
2625
+ /** The `AppAchievement` that was created by this mutation. */
2626
+ appAchievement?: AppAchievement | null;
2627
+ appAchievementEdge?: AppAchievementEdge | null;
2628
+ }
2629
+ export interface CreateAppStepPayload {
2630
+ clientMutationId?: string | null;
2631
+ /** The `AppStep` that was created by this mutation. */
2632
+ appStep?: AppStep | null;
2633
+ appStepEdge?: AppStepEdge | null;
2634
+ }
2635
+ export interface CreateClaimedInvitePayload {
2636
+ clientMutationId?: string | null;
2637
+ /** The `ClaimedInvite` that was created by this mutation. */
2638
+ claimedInvite?: ClaimedInvite | null;
2639
+ claimedInviteEdge?: ClaimedInviteEdge | null;
2640
+ }
2641
+ export interface CreateAppGrantPayload {
2642
+ clientMutationId?: string | null;
2643
+ /** The `AppGrant` that was created by this mutation. */
2644
+ appGrant?: AppGrant | null;
2645
+ appGrantEdge?: AppGrantEdge | null;
2646
+ }
2647
+ export interface CreateAppMembershipDefaultPayload {
2648
+ clientMutationId?: string | null;
2649
+ /** The `AppMembershipDefault` that was created by this mutation. */
2650
+ appMembershipDefault?: AppMembershipDefault | null;
2651
+ appMembershipDefaultEdge?: AppMembershipDefaultEdge | null;
2652
+ }
2653
+ export interface CreateOrgLimitPayload {
2654
+ clientMutationId?: string | null;
2655
+ /** The `OrgLimit` that was created by this mutation. */
2656
+ orgLimit?: OrgLimit | null;
2657
+ orgLimitEdge?: OrgLimitEdge | null;
2658
+ }
2659
+ export interface CreateOrgClaimedInvitePayload {
2660
+ clientMutationId?: string | null;
2661
+ /** The `OrgClaimedInvite` that was created by this mutation. */
2662
+ orgClaimedInvite?: OrgClaimedInvite | null;
2663
+ orgClaimedInviteEdge?: OrgClaimedInviteEdge | null;
2664
+ }
2665
+ export interface CreateOrgGrantPayload {
2666
+ clientMutationId?: string | null;
2667
+ /** The `OrgGrant` that was created by this mutation. */
2668
+ orgGrant?: OrgGrant | null;
2669
+ orgGrantEdge?: OrgGrantEdge | null;
2670
+ }
2671
+ export interface CreateOrgMembershipDefaultPayload {
2672
+ clientMutationId?: string | null;
2673
+ /** The `OrgMembershipDefault` that was created by this mutation. */
2674
+ orgMembershipDefault?: OrgMembershipDefault | null;
2675
+ orgMembershipDefaultEdge?: OrgMembershipDefaultEdge | null;
2676
+ }
2677
+ export interface CreateAppLevelRequirementPayload {
2678
+ clientMutationId?: string | null;
2679
+ /** The `AppLevelRequirement` that was created by this mutation. */
2680
+ appLevelRequirement?: AppLevelRequirement | null;
2681
+ appLevelRequirementEdge?: AppLevelRequirementEdge | null;
2682
+ }
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
+ export interface CreateInvitePayload {
2690
+ clientMutationId?: string | null;
2691
+ /** The `Invite` that was created by this mutation. */
2692
+ invite?: Invite | null;
2693
+ inviteEdge?: InviteEdge | null;
2694
+ }
2695
+ export interface CreateAppMembershipPayload {
2696
+ clientMutationId?: string | null;
2697
+ /** The `AppMembership` that was created by this mutation. */
2698
+ appMembership?: AppMembership | null;
2699
+ appMembershipEdge?: AppMembershipEdge | null;
2700
+ }
2701
+ export interface CreateOrgMembershipPayload {
2702
+ clientMutationId?: string | null;
2703
+ /** The `OrgMembership` that was created by this mutation. */
2704
+ orgMembership?: OrgMembership | null;
2705
+ orgMembershipEdge?: OrgMembershipEdge | null;
2706
+ }
2707
+ export interface CreateOrgInvitePayload {
2708
+ clientMutationId?: string | null;
2709
+ /** The `OrgInvite` that was created by this mutation. */
2710
+ orgInvite?: OrgInvite | null;
2711
+ orgInviteEdge?: OrgInviteEdge | null;
2712
+ }
2713
+ export interface UpdateOrgMemberPayload {
2714
+ clientMutationId?: string | null;
2715
+ /** The `OrgMember` that was updated by this mutation. */
2716
+ orgMember?: OrgMember | null;
2717
+ orgMemberEdge?: OrgMemberEdge | null;
2718
+ }
2719
+ export interface UpdateAppPermissionDefaultPayload {
2720
+ clientMutationId?: string | null;
2721
+ /** The `AppPermissionDefault` that was updated by this mutation. */
2722
+ appPermissionDefault?: AppPermissionDefault | null;
2723
+ appPermissionDefaultEdge?: AppPermissionDefaultEdge | null;
2724
+ }
2725
+ export interface UpdateOrgPermissionDefaultPayload {
2726
+ clientMutationId?: string | null;
2727
+ /** The `OrgPermissionDefault` that was updated by this mutation. */
2728
+ orgPermissionDefault?: OrgPermissionDefault | null;
2729
+ orgPermissionDefaultEdge?: OrgPermissionDefaultEdge | null;
2730
+ }
2731
+ export interface UpdateAppAdminGrantPayload {
2732
+ clientMutationId?: string | null;
2733
+ /** The `AppAdminGrant` that was updated by this mutation. */
2734
+ appAdminGrant?: AppAdminGrant | null;
2735
+ appAdminGrantEdge?: AppAdminGrantEdge | null;
2736
+ }
2737
+ export interface UpdateAppOwnerGrantPayload {
2738
+ clientMutationId?: string | null;
2739
+ /** The `AppOwnerGrant` that was updated by this mutation. */
2740
+ appOwnerGrant?: AppOwnerGrant | null;
2741
+ appOwnerGrantEdge?: AppOwnerGrantEdge | null;
2742
+ }
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
+ export interface UpdateOrgAdminGrantPayload {
2756
+ clientMutationId?: string | null;
2757
+ /** The `OrgAdminGrant` that was updated by this mutation. */
2758
+ orgAdminGrant?: OrgAdminGrant | null;
2759
+ orgAdminGrantEdge?: OrgAdminGrantEdge | null;
2760
+ }
2761
+ export interface UpdateOrgOwnerGrantPayload {
2762
+ clientMutationId?: string | null;
2763
+ /** The `OrgOwnerGrant` that was updated by this mutation. */
2764
+ orgOwnerGrant?: OrgOwnerGrant | null;
2765
+ orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
2766
+ }
2767
+ export interface UpdateMembershipTypePayload {
2768
+ clientMutationId?: string | null;
2769
+ /** The `MembershipType` that was updated by this mutation. */
2770
+ membershipType?: MembershipType | null;
2771
+ membershipTypeEdge?: MembershipTypeEdge | null;
2772
+ }
2773
+ export interface UpdateAppPermissionPayload {
2774
+ clientMutationId?: string | null;
2775
+ /** The `AppPermission` that was updated by this mutation. */
2776
+ appPermission?: AppPermission | null;
2777
+ appPermissionEdge?: AppPermissionEdge | null;
2778
+ }
2779
+ export interface UpdateOrgPermissionPayload {
2780
+ clientMutationId?: string | null;
2781
+ /** The `OrgPermission` that was updated by this mutation. */
2782
+ orgPermission?: OrgPermission | null;
2783
+ orgPermissionEdge?: OrgPermissionEdge | null;
2784
+ }
2785
+ export interface UpdateAppLimitPayload {
2786
+ clientMutationId?: string | null;
2787
+ /** The `AppLimit` that was updated by this mutation. */
2788
+ appLimit?: AppLimit | null;
2789
+ appLimitEdge?: AppLimitEdge | null;
2790
+ }
2791
+ export interface UpdateAppAchievementPayload {
2792
+ clientMutationId?: string | null;
2793
+ /** The `AppAchievement` that was updated by this mutation. */
2794
+ appAchievement?: AppAchievement | null;
2795
+ appAchievementEdge?: AppAchievementEdge | null;
2796
+ }
2797
+ export interface UpdateAppStepPayload {
2798
+ clientMutationId?: string | null;
2799
+ /** The `AppStep` that was updated by this mutation. */
2800
+ appStep?: AppStep | null;
2801
+ appStepEdge?: AppStepEdge | null;
2802
+ }
2803
+ export interface UpdateClaimedInvitePayload {
2804
+ clientMutationId?: string | null;
2805
+ /** The `ClaimedInvite` that was updated by this mutation. */
2806
+ claimedInvite?: ClaimedInvite | null;
2807
+ claimedInviteEdge?: ClaimedInviteEdge | null;
2808
+ }
2809
+ export interface UpdateAppGrantPayload {
2810
+ clientMutationId?: string | null;
2811
+ /** The `AppGrant` that was updated by this mutation. */
2812
+ appGrant?: AppGrant | null;
2813
+ appGrantEdge?: AppGrantEdge | null;
2814
+ }
2815
+ export interface UpdateAppMembershipDefaultPayload {
2816
+ clientMutationId?: string | null;
2817
+ /** The `AppMembershipDefault` that was updated by this mutation. */
2818
+ appMembershipDefault?: AppMembershipDefault | null;
2819
+ appMembershipDefaultEdge?: AppMembershipDefaultEdge | null;
2820
+ }
2821
+ export interface UpdateOrgLimitPayload {
2822
+ clientMutationId?: string | null;
2823
+ /** The `OrgLimit` that was updated by this mutation. */
2824
+ orgLimit?: OrgLimit | null;
2825
+ orgLimitEdge?: OrgLimitEdge | null;
2826
+ }
2827
+ export interface UpdateOrgClaimedInvitePayload {
2828
+ clientMutationId?: string | null;
2829
+ /** The `OrgClaimedInvite` that was updated by this mutation. */
2830
+ orgClaimedInvite?: OrgClaimedInvite | null;
2831
+ orgClaimedInviteEdge?: OrgClaimedInviteEdge | null;
2832
+ }
2833
+ export interface UpdateOrgGrantPayload {
2834
+ clientMutationId?: string | null;
2835
+ /** The `OrgGrant` that was updated by this mutation. */
2836
+ orgGrant?: OrgGrant | null;
2837
+ orgGrantEdge?: OrgGrantEdge | null;
2838
+ }
2839
+ export interface UpdateOrgMembershipDefaultPayload {
2840
+ clientMutationId?: string | null;
2841
+ /** The `OrgMembershipDefault` that was updated by this mutation. */
2842
+ orgMembershipDefault?: OrgMembershipDefault | null;
2843
+ orgMembershipDefaultEdge?: OrgMembershipDefaultEdge | null;
2844
+ }
2845
+ export interface UpdateAppLevelRequirementPayload {
2846
+ clientMutationId?: string | null;
2847
+ /** The `AppLevelRequirement` that was updated by this mutation. */
2848
+ appLevelRequirement?: AppLevelRequirement | null;
2849
+ appLevelRequirementEdge?: AppLevelRequirementEdge | null;
2850
+ }
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
+ export interface UpdateInvitePayload {
2858
+ clientMutationId?: string | null;
2859
+ /** The `Invite` that was updated by this mutation. */
2860
+ invite?: Invite | null;
2861
+ inviteEdge?: InviteEdge | null;
2862
+ }
2863
+ export interface UpdateAppMembershipPayload {
2864
+ clientMutationId?: string | null;
2865
+ /** The `AppMembership` that was updated by this mutation. */
2866
+ appMembership?: AppMembership | null;
2867
+ appMembershipEdge?: AppMembershipEdge | null;
2868
+ }
2869
+ export interface UpdateOrgMembershipPayload {
2870
+ clientMutationId?: string | null;
2871
+ /** The `OrgMembership` that was updated by this mutation. */
2872
+ orgMembership?: OrgMembership | null;
2873
+ orgMembershipEdge?: OrgMembershipEdge | null;
2874
+ }
2875
+ export interface UpdateOrgInvitePayload {
2876
+ clientMutationId?: string | null;
2877
+ /** The `OrgInvite` that was updated by this mutation. */
2878
+ orgInvite?: OrgInvite | null;
2879
+ orgInviteEdge?: OrgInviteEdge | null;
2880
+ }
2881
+ export interface DeleteOrgMemberPayload {
2882
+ clientMutationId?: string | null;
2883
+ /** The `OrgMember` that was deleted by this mutation. */
2884
+ orgMember?: OrgMember | null;
2885
+ orgMemberEdge?: OrgMemberEdge | null;
2886
+ }
2887
+ export interface DeleteAppPermissionDefaultPayload {
2888
+ clientMutationId?: string | null;
2889
+ /** The `AppPermissionDefault` that was deleted by this mutation. */
2890
+ appPermissionDefault?: AppPermissionDefault | null;
2891
+ appPermissionDefaultEdge?: AppPermissionDefaultEdge | null;
2892
+ }
2893
+ export interface DeleteOrgPermissionDefaultPayload {
2894
+ clientMutationId?: string | null;
2895
+ /** The `OrgPermissionDefault` that was deleted by this mutation. */
2896
+ orgPermissionDefault?: OrgPermissionDefault | null;
2897
+ orgPermissionDefaultEdge?: OrgPermissionDefaultEdge | null;
2898
+ }
2899
+ export interface DeleteAppAdminGrantPayload {
2900
+ clientMutationId?: string | null;
2901
+ /** The `AppAdminGrant` that was deleted by this mutation. */
2902
+ appAdminGrant?: AppAdminGrant | null;
2903
+ appAdminGrantEdge?: AppAdminGrantEdge | null;
2904
+ }
2905
+ export interface DeleteAppOwnerGrantPayload {
2906
+ clientMutationId?: string | null;
2907
+ /** The `AppOwnerGrant` that was deleted by this mutation. */
2908
+ appOwnerGrant?: AppOwnerGrant | null;
2909
+ appOwnerGrantEdge?: AppOwnerGrantEdge | null;
2910
+ }
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
+ export interface DeleteOrgAdminGrantPayload {
2924
+ clientMutationId?: string | null;
2925
+ /** The `OrgAdminGrant` that was deleted by this mutation. */
2926
+ orgAdminGrant?: OrgAdminGrant | null;
2927
+ orgAdminGrantEdge?: OrgAdminGrantEdge | null;
2928
+ }
2929
+ export interface DeleteOrgOwnerGrantPayload {
2930
+ clientMutationId?: string | null;
2931
+ /** The `OrgOwnerGrant` that was deleted by this mutation. */
2932
+ orgOwnerGrant?: OrgOwnerGrant | null;
2933
+ orgOwnerGrantEdge?: OrgOwnerGrantEdge | null;
2934
+ }
2935
+ export interface DeleteMembershipTypePayload {
2936
+ clientMutationId?: string | null;
2937
+ /** The `MembershipType` that was deleted by this mutation. */
2938
+ membershipType?: MembershipType | null;
2939
+ membershipTypeEdge?: MembershipTypeEdge | null;
2940
+ }
2941
+ export interface DeleteAppPermissionPayload {
2942
+ clientMutationId?: string | null;
2943
+ /** The `AppPermission` that was deleted by this mutation. */
2944
+ appPermission?: AppPermission | null;
2945
+ appPermissionEdge?: AppPermissionEdge | null;
2946
+ }
2947
+ export interface DeleteOrgPermissionPayload {
2948
+ clientMutationId?: string | null;
2949
+ /** The `OrgPermission` that was deleted by this mutation. */
2950
+ orgPermission?: OrgPermission | null;
2951
+ orgPermissionEdge?: OrgPermissionEdge | null;
2952
+ }
2953
+ export interface DeleteAppLimitPayload {
2954
+ clientMutationId?: string | null;
2955
+ /** The `AppLimit` that was deleted by this mutation. */
2956
+ appLimit?: AppLimit | null;
2957
+ appLimitEdge?: AppLimitEdge | null;
2958
+ }
2959
+ export interface DeleteAppAchievementPayload {
2960
+ clientMutationId?: string | null;
2961
+ /** The `AppAchievement` that was deleted by this mutation. */
2962
+ appAchievement?: AppAchievement | null;
2963
+ appAchievementEdge?: AppAchievementEdge | null;
2964
+ }
2965
+ export interface DeleteAppStepPayload {
2966
+ clientMutationId?: string | null;
2967
+ /** The `AppStep` that was deleted by this mutation. */
2968
+ appStep?: AppStep | null;
2969
+ appStepEdge?: AppStepEdge | null;
2970
+ }
2971
+ export interface DeleteClaimedInvitePayload {
2972
+ clientMutationId?: string | null;
2973
+ /** The `ClaimedInvite` that was deleted by this mutation. */
2974
+ claimedInvite?: ClaimedInvite | null;
2975
+ claimedInviteEdge?: ClaimedInviteEdge | null;
2976
+ }
2977
+ export interface DeleteAppGrantPayload {
2978
+ clientMutationId?: string | null;
2979
+ /** The `AppGrant` that was deleted by this mutation. */
2980
+ appGrant?: AppGrant | null;
2981
+ appGrantEdge?: AppGrantEdge | null;
2982
+ }
2983
+ export interface DeleteAppMembershipDefaultPayload {
2984
+ clientMutationId?: string | null;
2985
+ /** The `AppMembershipDefault` that was deleted by this mutation. */
2986
+ appMembershipDefault?: AppMembershipDefault | null;
2987
+ appMembershipDefaultEdge?: AppMembershipDefaultEdge | null;
2988
+ }
2989
+ export interface DeleteOrgLimitPayload {
2990
+ clientMutationId?: string | null;
2991
+ /** The `OrgLimit` that was deleted by this mutation. */
2992
+ orgLimit?: OrgLimit | null;
2993
+ orgLimitEdge?: OrgLimitEdge | null;
2994
+ }
2995
+ export interface DeleteOrgClaimedInvitePayload {
2996
+ clientMutationId?: string | null;
2997
+ /** The `OrgClaimedInvite` that was deleted by this mutation. */
2998
+ orgClaimedInvite?: OrgClaimedInvite | null;
2999
+ orgClaimedInviteEdge?: OrgClaimedInviteEdge | null;
3000
+ }
3001
+ export interface DeleteOrgGrantPayload {
3002
+ clientMutationId?: string | null;
3003
+ /** The `OrgGrant` that was deleted by this mutation. */
3004
+ orgGrant?: OrgGrant | null;
3005
+ orgGrantEdge?: OrgGrantEdge | null;
3006
+ }
3007
+ export interface DeleteOrgMembershipDefaultPayload {
3008
+ clientMutationId?: string | null;
3009
+ /** The `OrgMembershipDefault` that was deleted by this mutation. */
3010
+ orgMembershipDefault?: OrgMembershipDefault | null;
3011
+ orgMembershipDefaultEdge?: OrgMembershipDefaultEdge | null;
3012
+ }
3013
+ export interface DeleteAppLevelRequirementPayload {
3014
+ clientMutationId?: string | null;
3015
+ /** The `AppLevelRequirement` that was deleted by this mutation. */
3016
+ appLevelRequirement?: AppLevelRequirement | null;
3017
+ appLevelRequirementEdge?: AppLevelRequirementEdge | null;
3018
+ }
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
+ export interface DeleteInvitePayload {
3026
+ clientMutationId?: string | null;
3027
+ /** The `Invite` that was deleted by this mutation. */
3028
+ invite?: Invite | null;
3029
+ inviteEdge?: InviteEdge | null;
3030
+ }
3031
+ export interface DeleteAppMembershipPayload {
3032
+ clientMutationId?: string | null;
3033
+ /** The `AppMembership` that was deleted by this mutation. */
3034
+ appMembership?: AppMembership | null;
3035
+ appMembershipEdge?: AppMembershipEdge | null;
3036
+ }
3037
+ export interface DeleteOrgMembershipPayload {
3038
+ clientMutationId?: string | null;
3039
+ /** The `OrgMembership` that was deleted by this mutation. */
3040
+ orgMembership?: OrgMembership | null;
3041
+ orgMembershipEdge?: OrgMembershipEdge | null;
3042
+ }
3043
+ export interface DeleteOrgInvitePayload {
3044
+ clientMutationId?: string | null;
3045
+ /** The `OrgInvite` that was deleted by this mutation. */
3046
+ orgInvite?: OrgInvite | null;
3047
+ orgInviteEdge?: OrgInviteEdge | null;
3048
+ }
3049
+ /** A `AppPermission` edge in the connection. */
3050
+ export interface AppPermissionEdge {
3051
+ cursor?: string | null;
3052
+ /** The `AppPermission` at the end of the edge. */
3053
+ node?: AppPermission | null;
3054
+ }
3055
+ /** Information about pagination in a connection. */
3056
+ export interface PageInfo {
3057
+ /** When paginating forwards, are there more items? */
3058
+ hasNextPage: boolean;
3059
+ /** When paginating backwards, are there more items? */
3060
+ hasPreviousPage: boolean;
3061
+ /** When paginating backwards, the cursor to continue. */
3062
+ startCursor?: string | null;
3063
+ /** When paginating forwards, the cursor to continue. */
3064
+ endCursor?: string | null;
3065
+ }
3066
+ /** A `OrgPermission` edge in the connection. */
3067
+ export interface OrgPermissionEdge {
3068
+ cursor?: string | null;
3069
+ /** The `OrgPermission` at the end of the edge. */
3070
+ node?: OrgPermission | null;
3071
+ }
3072
+ /** A `AppLevelRequirement` edge in the connection. */
3073
+ export interface AppLevelRequirementEdge {
3074
+ cursor?: string | null;
3075
+ /** The `AppLevelRequirement` at the end of the edge. */
3076
+ node?: AppLevelRequirement | null;
3077
+ }
3078
+ /** A `OrgMember` edge in the connection. */
3079
+ export interface OrgMemberEdge {
3080
+ cursor?: string | null;
3081
+ /** The `OrgMember` at the end of the edge. */
3082
+ node?: OrgMember | null;
3083
+ }
3084
+ /** A `AppPermissionDefault` edge in the connection. */
3085
+ export interface AppPermissionDefaultEdge {
3086
+ cursor?: string | null;
3087
+ /** The `AppPermissionDefault` at the end of the edge. */
3088
+ node?: AppPermissionDefault | null;
3089
+ }
3090
+ /** A `OrgPermissionDefault` edge in the connection. */
3091
+ export interface OrgPermissionDefaultEdge {
3092
+ cursor?: string | null;
3093
+ /** The `OrgPermissionDefault` at the end of the edge. */
3094
+ node?: OrgPermissionDefault | null;
3095
+ }
3096
+ /** A `AppAdminGrant` edge in the connection. */
3097
+ export interface AppAdminGrantEdge {
3098
+ cursor?: string | null;
3099
+ /** The `AppAdminGrant` at the end of the edge. */
3100
+ node?: AppAdminGrant | null;
3101
+ }
3102
+ /** A `AppOwnerGrant` edge in the connection. */
3103
+ export interface AppOwnerGrantEdge {
3104
+ cursor?: string | null;
3105
+ /** The `AppOwnerGrant` at the end of the edge. */
3106
+ node?: AppOwnerGrant | null;
3107
+ }
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
+ /** A `OrgAdminGrant` edge in the connection. */
3121
+ export interface OrgAdminGrantEdge {
3122
+ cursor?: string | null;
3123
+ /** The `OrgAdminGrant` at the end of the edge. */
3124
+ node?: OrgAdminGrant | null;
3125
+ }
3126
+ /** A `OrgOwnerGrant` edge in the connection. */
3127
+ export interface OrgOwnerGrantEdge {
3128
+ cursor?: string | null;
3129
+ /** The `OrgOwnerGrant` at the end of the edge. */
3130
+ node?: OrgOwnerGrant | null;
3131
+ }
3132
+ /** A `MembershipType` edge in the connection. */
3133
+ export interface MembershipTypeEdge {
3134
+ cursor?: string | null;
3135
+ /** The `MembershipType` at the end of the edge. */
3136
+ node?: MembershipType | null;
3137
+ }
3138
+ /** A `AppLimit` edge in the connection. */
3139
+ export interface AppLimitEdge {
3140
+ cursor?: string | null;
3141
+ /** The `AppLimit` at the end of the edge. */
3142
+ node?: AppLimit | null;
3143
+ }
3144
+ /** A `AppAchievement` edge in the connection. */
3145
+ export interface AppAchievementEdge {
3146
+ cursor?: string | null;
3147
+ /** The `AppAchievement` at the end of the edge. */
3148
+ node?: AppAchievement | null;
3149
+ }
3150
+ /** A `AppStep` edge in the connection. */
3151
+ export interface AppStepEdge {
3152
+ cursor?: string | null;
3153
+ /** The `AppStep` at the end of the edge. */
3154
+ node?: AppStep | null;
3155
+ }
3156
+ /** A `ClaimedInvite` edge in the connection. */
3157
+ export interface ClaimedInviteEdge {
3158
+ cursor?: string | null;
3159
+ /** The `ClaimedInvite` at the end of the edge. */
3160
+ node?: ClaimedInvite | null;
3161
+ }
3162
+ /** A `AppGrant` edge in the connection. */
3163
+ export interface AppGrantEdge {
3164
+ cursor?: string | null;
3165
+ /** The `AppGrant` at the end of the edge. */
3166
+ node?: AppGrant | null;
3167
+ }
3168
+ /** A `AppMembershipDefault` edge in the connection. */
3169
+ export interface AppMembershipDefaultEdge {
3170
+ cursor?: string | null;
3171
+ /** The `AppMembershipDefault` at the end of the edge. */
3172
+ node?: AppMembershipDefault | null;
3173
+ }
3174
+ /** A `OrgLimit` edge in the connection. */
3175
+ export interface OrgLimitEdge {
3176
+ cursor?: string | null;
3177
+ /** The `OrgLimit` at the end of the edge. */
3178
+ node?: OrgLimit | null;
3179
+ }
3180
+ /** A `OrgClaimedInvite` edge in the connection. */
3181
+ export interface OrgClaimedInviteEdge {
3182
+ cursor?: string | null;
3183
+ /** The `OrgClaimedInvite` at the end of the edge. */
3184
+ node?: OrgClaimedInvite | null;
3185
+ }
3186
+ /** A `OrgGrant` edge in the connection. */
3187
+ export interface OrgGrantEdge {
3188
+ cursor?: string | null;
3189
+ /** The `OrgGrant` at the end of the edge. */
3190
+ node?: OrgGrant | null;
3191
+ }
3192
+ /** A `OrgMembershipDefault` edge in the connection. */
3193
+ export interface OrgMembershipDefaultEdge {
3194
+ cursor?: string | null;
3195
+ /** The `OrgMembershipDefault` at the end of the edge. */
3196
+ node?: OrgMembershipDefault | null;
3197
+ }
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
+ /** A `Invite` edge in the connection. */
3205
+ export interface InviteEdge {
3206
+ cursor?: string | null;
3207
+ /** The `Invite` at the end of the edge. */
3208
+ node?: Invite | null;
3209
+ }
3210
+ /** A `AppMembership` edge in the connection. */
3211
+ export interface AppMembershipEdge {
3212
+ cursor?: string | null;
3213
+ /** The `AppMembership` at the end of the edge. */
3214
+ node?: AppMembership | null;
3215
+ }
3216
+ /** A `OrgMembership` edge in the connection. */
3217
+ export interface OrgMembershipEdge {
3218
+ cursor?: string | null;
3219
+ /** The `OrgMembership` at the end of the edge. */
3220
+ node?: OrgMembership | null;
3221
+ }
3222
+ /** A `OrgInvite` edge in the connection. */
3223
+ export interface OrgInviteEdge {
3224
+ cursor?: string | null;
3225
+ /** The `OrgInvite` at the end of the edge. */
3226
+ node?: OrgInvite | null;
3227
+ }
3228
+ /** Information about a database table */
3229
+ export interface MetaTable {
3230
+ name: string;
3231
+ schemaName: string;
3232
+ fields: MetaField[];
3233
+ indexes: MetaIndex[];
3234
+ constraints: MetaConstraints;
3235
+ foreignKeyConstraints: MetaForeignKeyConstraint[];
3236
+ primaryKeyConstraints: MetaPrimaryKeyConstraint[];
3237
+ uniqueConstraints: MetaUniqueConstraint[];
3238
+ relations: MetaRelations;
3239
+ inflection: MetaInflection;
3240
+ query: MetaQuery;
3241
+ }
3242
+ /** Information about a table field/column */
3243
+ export interface MetaField {
3244
+ name: string;
3245
+ type: MetaType;
3246
+ isNotNull: boolean;
3247
+ hasDefault: boolean;
3248
+ }
3249
+ /** Information about a database index */
3250
+ export interface MetaIndex {
3251
+ name: string;
3252
+ isUnique: boolean;
3253
+ isPrimary: boolean;
3254
+ columns: string[];
3255
+ fields?: MetaField[] | null;
3256
+ }
3257
+ /** Table constraints */
3258
+ export interface MetaConstraints {
3259
+ primaryKey?: MetaPrimaryKeyConstraint | null;
3260
+ unique: MetaUniqueConstraint[];
3261
+ foreignKey: MetaForeignKeyConstraint[];
3262
+ }
3263
+ /** Information about a foreign key constraint */
3264
+ export interface MetaForeignKeyConstraint {
3265
+ name: string;
3266
+ fields: MetaField[];
3267
+ referencedTable: string;
3268
+ referencedFields: string[];
3269
+ refFields?: MetaField[] | null;
3270
+ refTable?: MetaRefTable | null;
3271
+ }
3272
+ /** Information about a primary key constraint */
3273
+ export interface MetaPrimaryKeyConstraint {
3274
+ name: string;
3275
+ fields: MetaField[];
3276
+ }
3277
+ /** Information about a unique constraint */
3278
+ export interface MetaUniqueConstraint {
3279
+ name: string;
3280
+ fields: MetaField[];
3281
+ }
3282
+ /** Table relations */
3283
+ export interface MetaRelations {
3284
+ belongsTo: MetaBelongsToRelation[];
3285
+ has: MetaHasRelation[];
3286
+ hasOne: MetaHasRelation[];
3287
+ hasMany: MetaHasRelation[];
3288
+ manyToMany: MetaManyToManyRelation[];
3289
+ }
3290
+ /** Table inflection names */
3291
+ export interface MetaInflection {
3292
+ tableType: string;
3293
+ allRows: string;
3294
+ connection: string;
3295
+ edge: string;
3296
+ filterType?: string | null;
3297
+ orderByType: string;
3298
+ conditionType: string;
3299
+ patchType?: string | null;
3300
+ createInputType: string;
3301
+ createPayloadType: string;
3302
+ updatePayloadType?: string | null;
3303
+ deletePayloadType: string;
3304
+ }
3305
+ /** Table query/mutation names */
3306
+ export interface MetaQuery {
3307
+ all: string;
3308
+ one?: string | null;
3309
+ create?: string | null;
3310
+ update?: string | null;
3311
+ delete?: string | null;
3312
+ }
3313
+ /** Information about a PostgreSQL type */
3314
+ export interface MetaType {
3315
+ pgType: string;
3316
+ gqlType: string;
3317
+ isArray: boolean;
3318
+ isNotNull?: boolean | null;
3319
+ hasDefault?: boolean | null;
3320
+ }
3321
+ /** Reference to a related table */
3322
+ export interface MetaRefTable {
3323
+ name: string;
3324
+ }
3325
+ /** A belongs-to (forward FK) relation */
3326
+ export interface MetaBelongsToRelation {
3327
+ fieldName?: string | null;
3328
+ isUnique: boolean;
3329
+ type?: string | null;
3330
+ keys: MetaField[];
3331
+ references: MetaRefTable;
3332
+ }
3333
+ /** A has-one or has-many (reverse FK) relation */
3334
+ export interface MetaHasRelation {
3335
+ fieldName?: string | null;
3336
+ isUnique: boolean;
3337
+ type?: string | null;
3338
+ keys: MetaField[];
3339
+ referencedBy: MetaRefTable;
3340
+ }
3341
+ /** A many-to-many relation via junction table */
3342
+ export interface MetaManyToManyRelation {
3343
+ fieldName?: string | null;
3344
+ type?: string | null;
3345
+ junctionTable: MetaRefTable;
3346
+ junctionLeftConstraint: MetaForeignKeyConstraint;
3347
+ junctionLeftKeyAttributes: MetaField[];
3348
+ junctionRightConstraint: MetaForeignKeyConstraint;
3349
+ junctionRightKeyAttributes: MetaField[];
3350
+ leftKeyAttributes: MetaField[];
3351
+ rightKeyAttributes: MetaField[];
3352
+ rightTable: MetaRefTable;
3353
+ }