@constructive-io/react 0.6.2 → 0.6.3

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 (469) hide show
  1. package/admin/hooks/index.d.ts +1 -1
  2. package/admin/hooks/index.js +1 -1
  3. package/admin/hooks/invalidation.d.ts +18 -18
  4. package/admin/hooks/invalidation.js +45 -45
  5. package/admin/hooks/mutation-keys.d.ts +36 -36
  6. package/admin/hooks/mutation-keys.js +22 -22
  7. package/admin/hooks/mutations/index.d.ts +9 -9
  8. package/admin/hooks/mutations/index.js +9 -9
  9. package/admin/hooks/queries/index.d.ts +6 -6
  10. package/admin/hooks/queries/index.js +6 -6
  11. package/admin/hooks/query-keys.d.ts +42 -42
  12. package/admin/hooks/query-keys.js +25 -25
  13. package/admin/orm/index.d.ts +6 -6
  14. package/admin/orm/index.js +6 -6
  15. package/admin/orm/input-types.d.ts +489 -667
  16. package/admin/orm/models/appAchievement.d.ts +1 -1
  17. package/admin/orm/models/appAdminGrant.d.ts +1 -1
  18. package/admin/orm/models/appGrant.d.ts +1 -1
  19. package/admin/orm/models/appLevel.d.ts +1 -1
  20. package/admin/orm/models/appLevelRequirement.d.ts +1 -1
  21. package/admin/orm/models/appLimit.d.ts +1 -1
  22. package/admin/orm/models/appLimitDefault.d.ts +1 -1
  23. package/admin/orm/models/appMembership.d.ts +1 -1
  24. package/admin/orm/models/appMembershipDefault.d.ts +1 -1
  25. package/admin/orm/models/appOwnerGrant.d.ts +1 -1
  26. package/admin/orm/models/appPermission.d.ts +1 -1
  27. package/admin/orm/models/appPermissionDefault.d.ts +1 -1
  28. package/admin/orm/models/appStep.d.ts +1 -1
  29. package/admin/orm/models/claimedInvite.d.ts +1 -1
  30. package/admin/orm/models/index.d.ts +3 -3
  31. package/admin/orm/models/index.js +7 -7
  32. package/admin/orm/models/invite.d.ts +1 -1
  33. package/admin/orm/models/membershipType.d.ts +1 -1
  34. package/admin/orm/models/orgAdminGrant.d.ts +1 -1
  35. package/admin/orm/models/orgChartEdge.d.ts +1 -1
  36. package/admin/orm/models/orgChartEdgeGrant.d.ts +1 -1
  37. package/admin/orm/models/orgClaimedInvite.d.ts +1 -1
  38. package/admin/orm/models/orgGetManagersRecord.d.ts +1 -1
  39. package/admin/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
  40. package/admin/orm/models/orgGrant.d.ts +1 -1
  41. package/admin/orm/models/orgInvite.d.ts +1 -1
  42. package/admin/orm/models/orgLimit.d.ts +1 -1
  43. package/admin/orm/models/orgLimitDefault.d.ts +1 -1
  44. package/admin/orm/models/orgMember.d.ts +1 -1
  45. package/admin/orm/models/orgMembership.d.ts +1 -1
  46. package/admin/orm/models/orgMembershipDefault.d.ts +1 -1
  47. package/admin/orm/models/orgOwnerGrant.d.ts +1 -1
  48. package/admin/orm/models/orgPermission.d.ts +1 -1
  49. package/admin/orm/models/orgPermissionDefault.d.ts +1 -1
  50. package/admin/orm/query-builder.d.ts +6 -4
  51. package/admin/orm/query-builder.js +13 -5
  52. package/admin/orm/select-types.d.ts +4 -2
  53. package/admin/schema-types.d.ts +475 -983
  54. package/admin/types.d.ts +55 -29
  55. package/auth/hooks/index.d.ts +1 -1
  56. package/auth/hooks/index.js +1 -1
  57. package/auth/hooks/invalidation.d.ts +6 -6
  58. package/auth/hooks/invalidation.js +15 -15
  59. package/auth/hooks/mutation-keys.d.ts +12 -12
  60. package/auth/hooks/mutation-keys.js +8 -8
  61. package/auth/hooks/mutations/index.d.ts +3 -3
  62. package/auth/hooks/mutations/index.js +3 -3
  63. package/auth/hooks/queries/index.d.ts +2 -2
  64. package/auth/hooks/queries/index.js +2 -2
  65. package/auth/hooks/query-keys.d.ts +14 -14
  66. package/auth/hooks/query-keys.js +9 -9
  67. package/auth/orm/index.d.ts +2 -2
  68. package/auth/orm/index.js +2 -2
  69. package/auth/orm/input-types.d.ts +196 -162
  70. package/auth/orm/models/auditLog.d.ts +1 -1
  71. package/auth/orm/models/connectedAccount.d.ts +1 -1
  72. package/auth/orm/models/cryptoAddress.d.ts +1 -1
  73. package/auth/orm/models/email.d.ts +1 -1
  74. package/auth/orm/models/index.d.ts +1 -1
  75. package/auth/orm/models/index.js +3 -3
  76. package/auth/orm/models/phoneNumber.d.ts +1 -1
  77. package/auth/orm/models/roleType.d.ts +1 -1
  78. package/auth/orm/models/user.d.ts +1 -1
  79. package/auth/orm/query-builder.d.ts +6 -4
  80. package/auth/orm/query-builder.js +13 -5
  81. package/auth/orm/select-types.d.ts +4 -2
  82. package/auth/schema-types.d.ts +226 -270
  83. package/auth/types.d.ts +23 -4
  84. package/esm/admin/hooks/index.d.ts +1 -1
  85. package/esm/admin/hooks/index.js +1 -1
  86. package/esm/admin/hooks/invalidation.d.ts +18 -18
  87. package/esm/admin/hooks/invalidation.js +46 -46
  88. package/esm/admin/hooks/mutation-keys.d.ts +36 -36
  89. package/esm/admin/hooks/mutation-keys.js +21 -21
  90. package/esm/admin/hooks/mutations/index.d.ts +9 -9
  91. package/esm/admin/hooks/mutations/index.js +9 -9
  92. package/esm/admin/hooks/queries/index.d.ts +6 -6
  93. package/esm/admin/hooks/queries/index.js +6 -6
  94. package/esm/admin/hooks/query-keys.d.ts +42 -42
  95. package/esm/admin/hooks/query-keys.js +24 -24
  96. package/esm/admin/orm/index.d.ts +6 -6
  97. package/esm/admin/orm/index.js +6 -6
  98. package/esm/admin/orm/input-types.d.ts +489 -667
  99. package/esm/admin/orm/models/appAchievement.d.ts +1 -1
  100. package/esm/admin/orm/models/appAdminGrant.d.ts +1 -1
  101. package/esm/admin/orm/models/appGrant.d.ts +1 -1
  102. package/esm/admin/orm/models/appLevel.d.ts +1 -1
  103. package/esm/admin/orm/models/appLevelRequirement.d.ts +1 -1
  104. package/esm/admin/orm/models/appLimit.d.ts +1 -1
  105. package/esm/admin/orm/models/appLimitDefault.d.ts +1 -1
  106. package/esm/admin/orm/models/appMembership.d.ts +1 -1
  107. package/esm/admin/orm/models/appMembershipDefault.d.ts +1 -1
  108. package/esm/admin/orm/models/appOwnerGrant.d.ts +1 -1
  109. package/esm/admin/orm/models/appPermission.d.ts +1 -1
  110. package/esm/admin/orm/models/appPermissionDefault.d.ts +1 -1
  111. package/esm/admin/orm/models/appStep.d.ts +1 -1
  112. package/esm/admin/orm/models/claimedInvite.d.ts +1 -1
  113. package/esm/admin/orm/models/index.d.ts +3 -3
  114. package/esm/admin/orm/models/index.js +3 -3
  115. package/esm/admin/orm/models/invite.d.ts +1 -1
  116. package/esm/admin/orm/models/membershipType.d.ts +1 -1
  117. package/esm/admin/orm/models/orgAdminGrant.d.ts +1 -1
  118. package/esm/admin/orm/models/orgChartEdge.d.ts +1 -1
  119. package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +1 -1
  120. package/esm/admin/orm/models/orgClaimedInvite.d.ts +1 -1
  121. package/esm/admin/orm/models/orgGetManagersRecord.d.ts +1 -1
  122. package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
  123. package/esm/admin/orm/models/orgGrant.d.ts +1 -1
  124. package/esm/admin/orm/models/orgInvite.d.ts +1 -1
  125. package/esm/admin/orm/models/orgLimit.d.ts +1 -1
  126. package/esm/admin/orm/models/orgLimitDefault.d.ts +1 -1
  127. package/esm/admin/orm/models/orgMember.d.ts +1 -1
  128. package/esm/admin/orm/models/orgMembership.d.ts +1 -1
  129. package/esm/admin/orm/models/orgMembershipDefault.d.ts +1 -1
  130. package/esm/admin/orm/models/orgOwnerGrant.d.ts +1 -1
  131. package/esm/admin/orm/models/orgPermission.d.ts +1 -1
  132. package/esm/admin/orm/models/orgPermissionDefault.d.ts +1 -1
  133. package/esm/admin/orm/query-builder.d.ts +6 -4
  134. package/esm/admin/orm/query-builder.js +13 -5
  135. package/esm/admin/orm/select-types.d.ts +4 -2
  136. package/esm/admin/schema-types.d.ts +475 -983
  137. package/esm/admin/types.d.ts +55 -29
  138. package/esm/auth/hooks/index.d.ts +1 -1
  139. package/esm/auth/hooks/index.js +1 -1
  140. package/esm/auth/hooks/invalidation.d.ts +6 -6
  141. package/esm/auth/hooks/invalidation.js +16 -16
  142. package/esm/auth/hooks/mutation-keys.d.ts +12 -12
  143. package/esm/auth/hooks/mutation-keys.js +7 -7
  144. package/esm/auth/hooks/mutations/index.d.ts +3 -3
  145. package/esm/auth/hooks/mutations/index.js +3 -3
  146. package/esm/auth/hooks/queries/index.d.ts +2 -2
  147. package/esm/auth/hooks/queries/index.js +2 -2
  148. package/esm/auth/hooks/query-keys.d.ts +14 -14
  149. package/esm/auth/hooks/query-keys.js +8 -8
  150. package/esm/auth/orm/index.d.ts +2 -2
  151. package/esm/auth/orm/index.js +2 -2
  152. package/esm/auth/orm/input-types.d.ts +196 -162
  153. package/esm/auth/orm/models/auditLog.d.ts +1 -1
  154. package/esm/auth/orm/models/connectedAccount.d.ts +1 -1
  155. package/esm/auth/orm/models/cryptoAddress.d.ts +1 -1
  156. package/esm/auth/orm/models/email.d.ts +1 -1
  157. package/esm/auth/orm/models/index.d.ts +1 -1
  158. package/esm/auth/orm/models/index.js +1 -1
  159. package/esm/auth/orm/models/phoneNumber.d.ts +1 -1
  160. package/esm/auth/orm/models/roleType.d.ts +1 -1
  161. package/esm/auth/orm/models/user.d.ts +1 -1
  162. package/esm/auth/orm/query-builder.d.ts +6 -4
  163. package/esm/auth/orm/query-builder.js +13 -5
  164. package/esm/auth/orm/select-types.d.ts +4 -2
  165. package/esm/auth/schema-types.d.ts +226 -270
  166. package/esm/auth/types.d.ts +23 -4
  167. package/esm/objects/orm/input-types.d.ts +40 -42
  168. package/esm/objects/orm/models/commit.d.ts +1 -1
  169. package/esm/objects/orm/models/getAllRecord.d.ts +1 -1
  170. package/esm/objects/orm/models/object.d.ts +1 -1
  171. package/esm/objects/orm/models/ref.d.ts +1 -1
  172. package/esm/objects/orm/models/store.d.ts +1 -1
  173. package/esm/objects/orm/query-builder.d.ts +6 -4
  174. package/esm/objects/orm/query-builder.js +13 -5
  175. package/esm/objects/orm/select-types.d.ts +4 -2
  176. package/esm/objects/schema-types.d.ts +37 -67
  177. package/esm/objects/types.d.ts +13 -0
  178. package/esm/public/hooks/index.d.ts +1 -1
  179. package/esm/public/hooks/index.js +1 -1
  180. package/esm/public/hooks/invalidation.d.ts +34 -40
  181. package/esm/public/hooks/invalidation.js +80 -96
  182. package/esm/public/hooks/mutation-keys.d.ts +70 -82
  183. package/esm/public/hooks/mutation-keys.js +43 -50
  184. package/esm/public/hooks/mutations/index.d.ts +17 -20
  185. package/esm/public/hooks/mutations/index.js +17 -20
  186. package/esm/public/hooks/queries/index.d.ts +12 -14
  187. package/esm/public/hooks/queries/index.js +12 -14
  188. package/esm/public/hooks/query-keys.d.ts +80 -94
  189. package/esm/public/hooks/query-keys.js +46 -54
  190. package/esm/public/orm/index.d.ts +17 -19
  191. package/esm/public/orm/index.js +12 -14
  192. package/esm/public/orm/input-types.d.ts +2426 -2179
  193. package/esm/public/orm/input-types.js +0 -3
  194. package/esm/public/orm/models/api.d.ts +1 -1
  195. package/esm/public/orm/models/apiModule.d.ts +1 -1
  196. package/esm/public/orm/models/apiSchema.d.ts +1 -1
  197. package/esm/public/orm/models/app.d.ts +1 -1
  198. package/esm/public/orm/models/appAchievement.d.ts +1 -1
  199. package/esm/public/orm/models/appAdminGrant.d.ts +1 -1
  200. package/esm/public/orm/models/appGrant.d.ts +1 -1
  201. package/esm/public/orm/models/appLevel.d.ts +1 -1
  202. package/esm/public/orm/models/appLevelRequirement.d.ts +1 -1
  203. package/esm/public/orm/models/appLimit.d.ts +1 -1
  204. package/esm/public/orm/models/appLimitDefault.d.ts +1 -1
  205. package/esm/public/orm/models/appMembership.d.ts +1 -1
  206. package/esm/public/orm/models/appMembershipDefault.d.ts +1 -1
  207. package/esm/public/orm/models/appOwnerGrant.d.ts +1 -1
  208. package/esm/public/orm/models/appPermission.d.ts +1 -1
  209. package/esm/public/orm/models/appPermissionDefault.d.ts +1 -1
  210. package/esm/public/orm/models/appStep.d.ts +1 -1
  211. package/esm/public/orm/models/astMigration.d.ts +1 -1
  212. package/esm/public/orm/models/auditLog.d.ts +1 -1
  213. package/esm/public/orm/models/checkConstraint.d.ts +1 -1
  214. package/esm/public/orm/models/claimedInvite.d.ts +1 -1
  215. package/esm/public/orm/models/commit.d.ts +1 -1
  216. package/esm/public/orm/models/connectedAccount.d.ts +1 -1
  217. package/esm/public/orm/models/connectedAccountsModule.d.ts +1 -1
  218. package/esm/public/orm/models/cryptoAddress.d.ts +1 -1
  219. package/esm/public/orm/models/cryptoAddressesModule.d.ts +1 -1
  220. package/esm/public/orm/models/cryptoAuthModule.d.ts +1 -1
  221. package/esm/public/orm/models/database.d.ts +1 -1
  222. package/esm/public/orm/models/databaseProvisionModule.d.ts +1 -1
  223. package/esm/public/orm/models/defaultIdsModule.d.ts +1 -1
  224. package/esm/public/orm/models/defaultPrivilege.d.ts +1 -1
  225. package/esm/public/orm/models/denormalizedTableField.d.ts +1 -1
  226. package/esm/public/orm/models/domain.d.ts +1 -1
  227. package/esm/public/orm/models/email.d.ts +1 -1
  228. package/esm/public/orm/models/emailsModule.d.ts +1 -1
  229. package/esm/public/orm/models/encryptedSecretsModule.d.ts +1 -1
  230. package/esm/public/orm/models/field.d.ts +1 -1
  231. package/esm/public/orm/models/fieldModule.d.ts +1 -1
  232. package/esm/public/orm/models/foreignKeyConstraint.d.ts +1 -1
  233. package/esm/public/orm/models/fullTextSearch.d.ts +1 -1
  234. package/esm/public/orm/models/getAllRecord.d.ts +1 -1
  235. package/esm/public/orm/models/hierarchyModule.d.ts +1 -1
  236. package/esm/public/orm/models/index.d.ts +6 -7
  237. package/esm/public/orm/models/index.js +6 -7
  238. package/esm/public/orm/models/indexModel.d.ts +1 -1
  239. package/esm/public/orm/models/invite.d.ts +1 -1
  240. package/esm/public/orm/models/invitesModule.d.ts +1 -1
  241. package/esm/public/orm/models/levelsModule.d.ts +1 -1
  242. package/esm/public/orm/models/limitsModule.d.ts +1 -1
  243. package/esm/public/orm/models/membershipType.d.ts +1 -1
  244. package/esm/public/orm/models/membershipTypesModule.d.ts +1 -1
  245. package/esm/public/orm/models/membershipsModule.d.ts +1 -1
  246. package/esm/public/orm/models/nodeTypeRegistry.d.ts +1 -1
  247. package/esm/public/orm/models/object.d.ts +1 -1
  248. package/esm/public/orm/models/orgAdminGrant.d.ts +1 -1
  249. package/esm/public/orm/models/orgChartEdge.d.ts +1 -1
  250. package/esm/public/orm/models/orgChartEdgeGrant.d.ts +1 -1
  251. package/esm/public/orm/models/orgClaimedInvite.d.ts +1 -1
  252. package/esm/public/orm/models/orgGetManagersRecord.d.ts +1 -1
  253. package/esm/public/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
  254. package/esm/public/orm/models/orgGrant.d.ts +1 -1
  255. package/esm/public/orm/models/orgInvite.d.ts +1 -1
  256. package/esm/public/orm/models/orgLimit.d.ts +1 -1
  257. package/esm/public/orm/models/orgLimitDefault.d.ts +1 -1
  258. package/esm/public/orm/models/orgMember.d.ts +1 -1
  259. package/esm/public/orm/models/orgMembership.d.ts +1 -1
  260. package/esm/public/orm/models/orgMembershipDefault.d.ts +1 -1
  261. package/esm/public/orm/models/orgOwnerGrant.d.ts +1 -1
  262. package/esm/public/orm/models/orgPermission.d.ts +1 -1
  263. package/esm/public/orm/models/orgPermissionDefault.d.ts +1 -1
  264. package/esm/public/orm/models/permissionsModule.d.ts +1 -1
  265. package/esm/public/orm/models/phoneNumber.d.ts +1 -1
  266. package/esm/public/orm/models/phoneNumbersModule.d.ts +1 -1
  267. package/esm/public/orm/models/policy.d.ts +1 -1
  268. package/esm/public/orm/models/primaryKeyConstraint.d.ts +1 -1
  269. package/esm/public/orm/models/profilesModule.d.ts +1 -1
  270. package/esm/public/orm/models/ref.d.ts +1 -1
  271. package/esm/public/orm/models/relationProvision.d.ts +1 -1
  272. package/esm/public/orm/models/rlsModule.d.ts +1 -1
  273. package/esm/public/orm/models/roleType.d.ts +1 -1
  274. package/esm/public/orm/models/schema.d.ts +1 -1
  275. package/esm/public/orm/models/schemaGrant.d.ts +1 -1
  276. package/esm/public/orm/models/secretsModule.d.ts +1 -1
  277. package/esm/public/orm/models/secureTableProvision.d.ts +1 -1
  278. package/esm/public/orm/models/sessionsModule.d.ts +1 -1
  279. package/esm/public/orm/models/site.d.ts +1 -1
  280. package/esm/public/orm/models/siteMetadatum.d.ts +1 -1
  281. package/esm/public/orm/models/siteModule.d.ts +1 -1
  282. package/esm/public/orm/models/siteTheme.d.ts +1 -1
  283. package/esm/public/orm/models/sqlMigration.d.ts +1 -1
  284. package/esm/public/orm/models/store.d.ts +1 -1
  285. package/esm/public/orm/models/table.d.ts +1 -1
  286. package/esm/public/orm/models/tableGrant.d.ts +1 -1
  287. package/esm/public/orm/models/tableTemplateModule.d.ts +1 -1
  288. package/esm/public/orm/models/trigger.d.ts +1 -1
  289. package/esm/public/orm/models/triggerFunction.d.ts +1 -1
  290. package/esm/public/orm/models/uniqueConstraint.d.ts +1 -1
  291. package/esm/public/orm/models/user.d.ts +1 -1
  292. package/esm/public/orm/models/userAuthModule.d.ts +1 -1
  293. package/esm/public/orm/models/usersModule.d.ts +1 -1
  294. package/esm/public/orm/models/uuidModule.d.ts +1 -1
  295. package/esm/public/orm/models/view.d.ts +1 -1
  296. package/esm/public/orm/models/viewGrant.d.ts +1 -1
  297. package/esm/public/orm/models/viewRule.d.ts +1 -1
  298. package/esm/public/orm/models/viewTable.d.ts +1 -1
  299. package/esm/public/orm/mutation/index.d.ts +9 -9
  300. package/esm/public/orm/mutation/index.js +12 -12
  301. package/esm/public/orm/query-builder.d.ts +6 -4
  302. package/esm/public/orm/query-builder.js +13 -5
  303. package/esm/public/orm/select-types.d.ts +4 -2
  304. package/esm/public/schema-types.d.ts +6895 -6506
  305. package/esm/public/types.d.ts +369 -63
  306. package/objects/orm/input-types.d.ts +40 -42
  307. package/objects/orm/models/commit.d.ts +1 -1
  308. package/objects/orm/models/getAllRecord.d.ts +1 -1
  309. package/objects/orm/models/object.d.ts +1 -1
  310. package/objects/orm/models/ref.d.ts +1 -1
  311. package/objects/orm/models/store.d.ts +1 -1
  312. package/objects/orm/query-builder.d.ts +6 -4
  313. package/objects/orm/query-builder.js +13 -5
  314. package/objects/orm/select-types.d.ts +4 -2
  315. package/objects/schema-types.d.ts +37 -67
  316. package/objects/types.d.ts +13 -0
  317. package/package.json +3 -3
  318. package/public/hooks/index.d.ts +1 -1
  319. package/public/hooks/index.js +1 -1
  320. package/public/hooks/invalidation.d.ts +34 -40
  321. package/public/hooks/invalidation.js +79 -95
  322. package/public/hooks/mutation-keys.d.ts +70 -82
  323. package/public/hooks/mutation-keys.js +46 -53
  324. package/public/hooks/mutations/index.d.ts +17 -20
  325. package/public/hooks/mutations/index.js +17 -20
  326. package/public/hooks/queries/index.d.ts +12 -14
  327. package/public/hooks/queries/index.js +12 -14
  328. package/public/hooks/query-keys.d.ts +80 -94
  329. package/public/hooks/query-keys.js +49 -57
  330. package/public/orm/index.d.ts +17 -19
  331. package/public/orm/index.js +12 -14
  332. package/public/orm/input-types.d.ts +2426 -2179
  333. package/public/orm/input-types.js +0 -3
  334. package/public/orm/models/api.d.ts +1 -1
  335. package/public/orm/models/apiModule.d.ts +1 -1
  336. package/public/orm/models/apiSchema.d.ts +1 -1
  337. package/public/orm/models/app.d.ts +1 -1
  338. package/public/orm/models/appAchievement.d.ts +1 -1
  339. package/public/orm/models/appAdminGrant.d.ts +1 -1
  340. package/public/orm/models/appGrant.d.ts +1 -1
  341. package/public/orm/models/appLevel.d.ts +1 -1
  342. package/public/orm/models/appLevelRequirement.d.ts +1 -1
  343. package/public/orm/models/appLimit.d.ts +1 -1
  344. package/public/orm/models/appLimitDefault.d.ts +1 -1
  345. package/public/orm/models/appMembership.d.ts +1 -1
  346. package/public/orm/models/appMembershipDefault.d.ts +1 -1
  347. package/public/orm/models/appOwnerGrant.d.ts +1 -1
  348. package/public/orm/models/appPermission.d.ts +1 -1
  349. package/public/orm/models/appPermissionDefault.d.ts +1 -1
  350. package/public/orm/models/appStep.d.ts +1 -1
  351. package/public/orm/models/astMigration.d.ts +1 -1
  352. package/public/orm/models/auditLog.d.ts +1 -1
  353. package/public/orm/models/checkConstraint.d.ts +1 -1
  354. package/public/orm/models/claimedInvite.d.ts +1 -1
  355. package/public/orm/models/commit.d.ts +1 -1
  356. package/public/orm/models/connectedAccount.d.ts +1 -1
  357. package/public/orm/models/connectedAccountsModule.d.ts +1 -1
  358. package/public/orm/models/cryptoAddress.d.ts +1 -1
  359. package/public/orm/models/cryptoAddressesModule.d.ts +1 -1
  360. package/public/orm/models/cryptoAuthModule.d.ts +1 -1
  361. package/public/orm/models/database.d.ts +1 -1
  362. package/public/orm/models/databaseProvisionModule.d.ts +1 -1
  363. package/public/orm/models/defaultIdsModule.d.ts +1 -1
  364. package/public/orm/models/defaultPrivilege.d.ts +1 -1
  365. package/public/orm/models/denormalizedTableField.d.ts +1 -1
  366. package/public/orm/models/domain.d.ts +1 -1
  367. package/public/orm/models/email.d.ts +1 -1
  368. package/public/orm/models/emailsModule.d.ts +1 -1
  369. package/public/orm/models/encryptedSecretsModule.d.ts +1 -1
  370. package/public/orm/models/field.d.ts +1 -1
  371. package/public/orm/models/fieldModule.d.ts +1 -1
  372. package/public/orm/models/foreignKeyConstraint.d.ts +1 -1
  373. package/public/orm/models/fullTextSearch.d.ts +1 -1
  374. package/public/orm/models/getAllRecord.d.ts +1 -1
  375. package/public/orm/models/hierarchyModule.d.ts +1 -1
  376. package/public/orm/models/index.d.ts +6 -7
  377. package/public/orm/models/index.js +15 -17
  378. package/public/orm/models/indexModel.d.ts +1 -1
  379. package/public/orm/models/invite.d.ts +1 -1
  380. package/public/orm/models/invitesModule.d.ts +1 -1
  381. package/public/orm/models/levelsModule.d.ts +1 -1
  382. package/public/orm/models/limitsModule.d.ts +1 -1
  383. package/public/orm/models/membershipType.d.ts +1 -1
  384. package/public/orm/models/membershipTypesModule.d.ts +1 -1
  385. package/public/orm/models/membershipsModule.d.ts +1 -1
  386. package/public/orm/models/nodeTypeRegistry.d.ts +1 -1
  387. package/public/orm/models/object.d.ts +1 -1
  388. package/public/orm/models/orgAdminGrant.d.ts +1 -1
  389. package/public/orm/models/orgChartEdge.d.ts +1 -1
  390. package/public/orm/models/orgChartEdgeGrant.d.ts +1 -1
  391. package/public/orm/models/orgClaimedInvite.d.ts +1 -1
  392. package/public/orm/models/orgGetManagersRecord.d.ts +1 -1
  393. package/public/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
  394. package/public/orm/models/orgGrant.d.ts +1 -1
  395. package/public/orm/models/orgInvite.d.ts +1 -1
  396. package/public/orm/models/orgLimit.d.ts +1 -1
  397. package/public/orm/models/orgLimitDefault.d.ts +1 -1
  398. package/public/orm/models/orgMember.d.ts +1 -1
  399. package/public/orm/models/orgMembership.d.ts +1 -1
  400. package/public/orm/models/orgMembershipDefault.d.ts +1 -1
  401. package/public/orm/models/orgOwnerGrant.d.ts +1 -1
  402. package/public/orm/models/orgPermission.d.ts +1 -1
  403. package/public/orm/models/orgPermissionDefault.d.ts +1 -1
  404. package/public/orm/models/permissionsModule.d.ts +1 -1
  405. package/public/orm/models/phoneNumber.d.ts +1 -1
  406. package/public/orm/models/phoneNumbersModule.d.ts +1 -1
  407. package/public/orm/models/policy.d.ts +1 -1
  408. package/public/orm/models/primaryKeyConstraint.d.ts +1 -1
  409. package/public/orm/models/profilesModule.d.ts +1 -1
  410. package/public/orm/models/ref.d.ts +1 -1
  411. package/public/orm/models/relationProvision.d.ts +1 -1
  412. package/public/orm/models/rlsModule.d.ts +1 -1
  413. package/public/orm/models/roleType.d.ts +1 -1
  414. package/public/orm/models/schema.d.ts +1 -1
  415. package/public/orm/models/schemaGrant.d.ts +1 -1
  416. package/public/orm/models/secretsModule.d.ts +1 -1
  417. package/public/orm/models/secureTableProvision.d.ts +1 -1
  418. package/public/orm/models/sessionsModule.d.ts +1 -1
  419. package/public/orm/models/site.d.ts +1 -1
  420. package/public/orm/models/siteMetadatum.d.ts +1 -1
  421. package/public/orm/models/siteModule.d.ts +1 -1
  422. package/public/orm/models/siteTheme.d.ts +1 -1
  423. package/public/orm/models/sqlMigration.d.ts +1 -1
  424. package/public/orm/models/store.d.ts +1 -1
  425. package/public/orm/models/table.d.ts +1 -1
  426. package/public/orm/models/tableGrant.d.ts +1 -1
  427. package/public/orm/models/tableTemplateModule.d.ts +1 -1
  428. package/public/orm/models/trigger.d.ts +1 -1
  429. package/public/orm/models/triggerFunction.d.ts +1 -1
  430. package/public/orm/models/uniqueConstraint.d.ts +1 -1
  431. package/public/orm/models/user.d.ts +1 -1
  432. package/public/orm/models/userAuthModule.d.ts +1 -1
  433. package/public/orm/models/usersModule.d.ts +1 -1
  434. package/public/orm/models/uuidModule.d.ts +1 -1
  435. package/public/orm/models/view.d.ts +1 -1
  436. package/public/orm/models/viewGrant.d.ts +1 -1
  437. package/public/orm/models/viewRule.d.ts +1 -1
  438. package/public/orm/models/viewTable.d.ts +1 -1
  439. package/public/orm/mutation/index.d.ts +9 -9
  440. package/public/orm/mutation/index.js +12 -12
  441. package/public/orm/query-builder.d.ts +6 -4
  442. package/public/orm/query-builder.js +13 -5
  443. package/public/orm/select-types.d.ts +4 -2
  444. package/public/schema-types.d.ts +6895 -6506
  445. package/public/types.d.ts +369 -63
  446. package/esm/public/hooks/mutations/useCreateTableModuleMutation.d.ts +0 -34
  447. package/esm/public/hooks/mutations/useCreateTableModuleMutation.js +0 -31
  448. package/esm/public/hooks/mutations/useDeleteTableModuleMutation.d.ts +0 -38
  449. package/esm/public/hooks/mutations/useDeleteTableModuleMutation.js +0 -36
  450. package/esm/public/hooks/mutations/useUpdateTableModuleMutation.d.ts +0 -40
  451. package/esm/public/hooks/mutations/useUpdateTableModuleMutation.js +0 -37
  452. package/esm/public/hooks/queries/useTableModuleQuery.d.ts +0 -65
  453. package/esm/public/hooks/queries/useTableModuleQuery.js +0 -47
  454. package/esm/public/hooks/queries/useTableModulesQuery.d.ts +0 -69
  455. package/esm/public/hooks/queries/useTableModulesQuery.js +0 -32
  456. package/esm/public/orm/models/tableModule.d.ts +0 -56
  457. package/esm/public/orm/models/tableModule.js +0 -94
  458. package/public/hooks/mutations/useCreateTableModuleMutation.d.ts +0 -34
  459. package/public/hooks/mutations/useCreateTableModuleMutation.js +0 -34
  460. package/public/hooks/mutations/useDeleteTableModuleMutation.d.ts +0 -38
  461. package/public/hooks/mutations/useDeleteTableModuleMutation.js +0 -39
  462. package/public/hooks/mutations/useUpdateTableModuleMutation.d.ts +0 -40
  463. package/public/hooks/mutations/useUpdateTableModuleMutation.js +0 -40
  464. package/public/hooks/queries/useTableModuleQuery.d.ts +0 -65
  465. package/public/hooks/queries/useTableModuleQuery.js +0 -53
  466. package/public/hooks/queries/useTableModulesQuery.d.ts +0 -69
  467. package/public/hooks/queries/useTableModulesQuery.js +0 -38
  468. package/public/orm/models/tableModule.d.ts +0 -56
  469. package/public/orm/models/tableModule.js +0 -98
package/auth/types.d.ts CHANGED
@@ -6,10 +6,6 @@
6
6
  export type ConstructiveInternalTypeEmail = unknown;
7
7
  export type ConstructiveInternalTypeImage = unknown;
8
8
  export type ConstructiveInternalTypeOrigin = unknown;
9
- export interface RoleType {
10
- id: number | null;
11
- name: string | null;
12
- }
13
9
  export interface CryptoAddress {
14
10
  id: string | null;
15
11
  ownerId: string | null;
@@ -18,6 +14,12 @@ export interface CryptoAddress {
18
14
  isPrimary: boolean | null;
19
15
  createdAt: string | null;
20
16
  updatedAt: string | null;
17
+ addressTrgmSimilarity: number | null;
18
+ searchScore: number | null;
19
+ }
20
+ export interface RoleType {
21
+ id: number | null;
22
+ name: string | null;
21
23
  }
22
24
  export interface PhoneNumber {
23
25
  id: string | null;
@@ -28,6 +30,9 @@ export interface PhoneNumber {
28
30
  isPrimary: boolean | null;
29
31
  createdAt: string | null;
30
32
  updatedAt: string | null;
33
+ ccTrgmSimilarity: number | null;
34
+ numberTrgmSimilarity: number | null;
35
+ searchScore: number | null;
31
36
  }
32
37
  export interface ConnectedAccount {
33
38
  id: string | null;
@@ -38,6 +43,9 @@ export interface ConnectedAccount {
38
43
  isVerified: boolean | null;
39
44
  createdAt: string | null;
40
45
  updatedAt: string | null;
46
+ serviceTrgmSimilarity: number | null;
47
+ identifierTrgmSimilarity: number | null;
48
+ searchScore: number | null;
41
49
  }
42
50
  export interface AuditLog {
43
51
  id: string | null;
@@ -48,6 +56,8 @@ export interface AuditLog {
48
56
  ipAddress: string | null;
49
57
  success: boolean | null;
50
58
  createdAt: string | null;
59
+ userAgentTrgmSimilarity: number | null;
60
+ searchScore: number | null;
51
61
  }
52
62
  export interface Email {
53
63
  id: string | null;
@@ -68,6 +78,8 @@ export interface User {
68
78
  createdAt: string | null;
69
79
  updatedAt: string | null;
70
80
  searchTsvRank: number | null;
81
+ displayNameTrgmSimilarity: number | null;
82
+ searchScore: number | null;
71
83
  }
72
84
  export interface StringFilter {
73
85
  isNull?: boolean;
@@ -226,6 +238,13 @@ export interface InternetAddressFilter {
226
238
  export interface FullTextFilter {
227
239
  matches?: string;
228
240
  }
241
+ export interface VectorFilter {
242
+ isNull?: boolean;
243
+ equalTo?: number[];
244
+ notEqualTo?: number[];
245
+ distinctFrom?: number[];
246
+ notDistinctFrom?: number[];
247
+ }
229
248
  export interface StringListFilter {
230
249
  isNull?: boolean;
231
250
  equalTo?: string[];
@@ -2,7 +2,7 @@
2
2
  * GraphQL SDK
3
3
  * @generated by @constructive-io/graphql-codegen
4
4
  *
5
- * Tables: OrgGetManagersRecord, OrgGetSubordinatesRecord, AppPermission, OrgPermission, AppLevelRequirement, OrgMember, AppPermissionDefault, OrgPermissionDefault, AppAdminGrant, AppOwnerGrant, OrgAdminGrant, OrgOwnerGrant, AppLimitDefault, OrgLimitDefault, MembershipType, OrgChartEdgeGrant, AppLimit, AppAchievement, AppStep, ClaimedInvite, AppGrant, AppMembershipDefault, OrgLimit, OrgClaimedInvite, OrgGrant, OrgChartEdge, OrgMembershipDefault, Invite, AppLevel, AppMembership, OrgMembership, OrgInvite
5
+ * Tables: OrgGetManagersRecord, OrgGetSubordinatesRecord, AppPermission, OrgPermission, AppLevelRequirement, OrgMember, AppPermissionDefault, OrgPermissionDefault, AppAdminGrant, AppOwnerGrant, OrgAdminGrant, OrgOwnerGrant, AppLimitDefault, OrgLimitDefault, OrgChartEdgeGrant, MembershipType, AppLimit, AppAchievement, AppStep, ClaimedInvite, AppGrant, AppMembershipDefault, OrgLimit, OrgClaimedInvite, OrgGrant, OrgChartEdge, OrgMembershipDefault, AppMembership, OrgMembership, Invite, AppLevel, OrgInvite
6
6
  *
7
7
  * Usage:
8
8
  *
@@ -2,7 +2,7 @@
2
2
  * GraphQL SDK
3
3
  * @generated by @constructive-io/graphql-codegen
4
4
  *
5
- * Tables: OrgGetManagersRecord, OrgGetSubordinatesRecord, AppPermission, OrgPermission, AppLevelRequirement, OrgMember, AppPermissionDefault, OrgPermissionDefault, AppAdminGrant, AppOwnerGrant, OrgAdminGrant, OrgOwnerGrant, AppLimitDefault, OrgLimitDefault, MembershipType, OrgChartEdgeGrant, AppLimit, AppAchievement, AppStep, ClaimedInvite, AppGrant, AppMembershipDefault, OrgLimit, OrgClaimedInvite, OrgGrant, OrgChartEdge, OrgMembershipDefault, Invite, AppLevel, AppMembership, OrgMembership, OrgInvite
5
+ * Tables: OrgGetManagersRecord, OrgGetSubordinatesRecord, AppPermission, OrgPermission, AppLevelRequirement, OrgMember, AppPermissionDefault, OrgPermissionDefault, AppAdminGrant, AppOwnerGrant, OrgAdminGrant, OrgOwnerGrant, AppLimitDefault, OrgLimitDefault, OrgChartEdgeGrant, MembershipType, AppLimit, AppAchievement, AppStep, ClaimedInvite, AppGrant, AppMembershipDefault, OrgLimit, OrgClaimedInvite, OrgGrant, OrgChartEdge, OrgMembershipDefault, AppMembership, OrgMembership, Invite, AppLevel, OrgInvite
6
6
  *
7
7
  * Usage:
8
8
  *
@@ -94,16 +94,16 @@ export declare const invalidate: {
94
94
  /** Invalidate orgLimitDefault list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
95
95
  /** Invalidate a specific orgLimitDefault */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
96
96
  };
97
- /** Invalidate membershipType queries */ readonly membershipType: {
98
- /** Invalidate all membershipType queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
99
- /** Invalidate membershipType list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
100
- /** Invalidate a specific membershipType */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
101
- };
102
97
  /** Invalidate orgChartEdgeGrant queries */ readonly orgChartEdgeGrant: {
103
98
  /** Invalidate all orgChartEdgeGrant queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
104
99
  /** Invalidate orgChartEdgeGrant list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
105
100
  /** Invalidate a specific orgChartEdgeGrant */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
106
101
  };
102
+ /** Invalidate membershipType queries */ readonly membershipType: {
103
+ /** Invalidate all membershipType queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
104
+ /** Invalidate membershipType list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
105
+ /** Invalidate a specific membershipType */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
106
+ };
107
107
  /** Invalidate appLimit queries */ readonly appLimit: {
108
108
  /** Invalidate all appLimit queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
109
109
  /** Invalidate appLimit list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
@@ -159,16 +159,6 @@ export declare const invalidate: {
159
159
  /** Invalidate orgMembershipDefault list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
160
160
  /** Invalidate a specific orgMembershipDefault */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
161
161
  };
162
- /** Invalidate invite queries */ readonly invite: {
163
- /** Invalidate all invite queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
164
- /** Invalidate invite list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
165
- /** Invalidate a specific invite */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
166
- };
167
- /** Invalidate appLevel queries */ readonly appLevel: {
168
- /** Invalidate all appLevel queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
169
- /** Invalidate appLevel list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
170
- /** Invalidate a specific appLevel */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
171
- };
172
162
  /** Invalidate appMembership queries */ readonly appMembership: {
173
163
  /** Invalidate all appMembership queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
174
164
  /** Invalidate appMembership list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
@@ -179,6 +169,16 @@ export declare const invalidate: {
179
169
  /** Invalidate orgMembership list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
180
170
  /** Invalidate a specific orgMembership */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
181
171
  };
172
+ /** Invalidate invite queries */ readonly invite: {
173
+ /** Invalidate all invite queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
174
+ /** Invalidate invite list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
175
+ /** Invalidate a specific invite */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
176
+ };
177
+ /** Invalidate appLevel queries */ readonly appLevel: {
178
+ /** Invalidate all appLevel queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
179
+ /** Invalidate appLevel list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
180
+ /** Invalidate a specific appLevel */ readonly detail: (queryClient: QueryClient, id: string | number) => Promise<void>;
181
+ };
182
182
  /** Invalidate orgInvite queries */ readonly orgInvite: {
183
183
  /** Invalidate all orgInvite queries */ readonly all: (queryClient: QueryClient) => Promise<void>;
184
184
  /** Invalidate orgInvite list queries */ readonly lists: (queryClient: QueryClient) => Promise<void>;
@@ -211,8 +211,8 @@ export declare const remove: {
211
211
  /** Remove orgOwnerGrant from cache */ readonly orgOwnerGrant: (queryClient: QueryClient, id: string | number) => void;
212
212
  /** Remove appLimitDefault from cache */ readonly appLimitDefault: (queryClient: QueryClient, id: string | number) => void;
213
213
  /** Remove orgLimitDefault from cache */ readonly orgLimitDefault: (queryClient: QueryClient, id: string | number) => void;
214
- /** Remove membershipType from cache */ readonly membershipType: (queryClient: QueryClient, id: string | number) => void;
215
214
  /** Remove orgChartEdgeGrant from cache */ readonly orgChartEdgeGrant: (queryClient: QueryClient, id: string | number) => void;
215
+ /** Remove membershipType from cache */ readonly membershipType: (queryClient: QueryClient, id: string | number) => void;
216
216
  /** Remove appLimit from cache */ readonly appLimit: (queryClient: QueryClient, id: string | number) => void;
217
217
  /** Remove appAchievement from cache */ readonly appAchievement: (queryClient: QueryClient, id: string | number) => void;
218
218
  /** Remove appStep from cache */ readonly appStep: (queryClient: QueryClient, id: string | number) => void;
@@ -224,9 +224,9 @@ export declare const remove: {
224
224
  /** Remove orgGrant from cache */ readonly orgGrant: (queryClient: QueryClient, id: string | number) => void;
225
225
  /** Remove orgChartEdge from cache */ readonly orgChartEdge: (queryClient: QueryClient, id: string | number) => void;
226
226
  /** Remove orgMembershipDefault from cache */ readonly orgMembershipDefault: (queryClient: QueryClient, id: string | number) => void;
227
- /** Remove invite from cache */ readonly invite: (queryClient: QueryClient, id: string | number) => void;
228
- /** Remove appLevel from cache */ readonly appLevel: (queryClient: QueryClient, id: string | number) => void;
229
227
  /** Remove appMembership from cache */ readonly appMembership: (queryClient: QueryClient, id: string | number) => void;
230
228
  /** Remove orgMembership from cache */ readonly orgMembership: (queryClient: QueryClient, id: string | number) => void;
229
+ /** Remove invite from cache */ readonly invite: (queryClient: QueryClient, id: string | number) => void;
230
+ /** Remove appLevel from cache */ readonly appLevel: (queryClient: QueryClient, id: string | number) => void;
231
231
  /** Remove orgInvite from cache */ readonly orgInvite: (queryClient: QueryClient, id: string | number) => void;
232
232
  };
@@ -3,7 +3,7 @@
3
3
  * @generated by @constructive-io/graphql-codegen
4
4
  * DO NOT EDIT - changes will be overwritten
5
5
  */
6
- import { orgGetManagersRecordKeys, orgGetSubordinatesRecordKeys, appPermissionKeys, orgPermissionKeys, appLevelRequirementKeys, orgMemberKeys, appPermissionDefaultKeys, orgPermissionDefaultKeys, appAdminGrantKeys, appOwnerGrantKeys, orgAdminGrantKeys, orgOwnerGrantKeys, appLimitDefaultKeys, orgLimitDefaultKeys, membershipTypeKeys, orgChartEdgeGrantKeys, appLimitKeys, appAchievementKeys, appStepKeys, claimedInviteKeys, appGrantKeys, appMembershipDefaultKeys, orgLimitKeys, orgClaimedInviteKeys, orgGrantKeys, orgChartEdgeKeys, orgMembershipDefaultKeys, inviteKeys, appLevelKeys, appMembershipKeys, orgMembershipKeys, orgInviteKeys, } from './query-keys';
6
+ import { orgGetManagersRecordKeys, orgGetSubordinatesRecordKeys, appPermissionKeys, orgPermissionKeys, appLevelRequirementKeys, orgMemberKeys, appPermissionDefaultKeys, orgPermissionDefaultKeys, appAdminGrantKeys, appOwnerGrantKeys, orgAdminGrantKeys, orgOwnerGrantKeys, appLimitDefaultKeys, orgLimitDefaultKeys, orgChartEdgeGrantKeys, membershipTypeKeys, appLimitKeys, appAchievementKeys, appStepKeys, claimedInviteKeys, appGrantKeys, appMembershipDefaultKeys, orgLimitKeys, orgClaimedInviteKeys, orgGrantKeys, orgChartEdgeKeys, orgMembershipDefaultKeys, appMembershipKeys, orgMembershipKeys, inviteKeys, appLevelKeys, orgInviteKeys, } from './query-keys';
7
7
  /**
8
8
  // ============================================================================
9
9
  // Invalidation Helpers
@@ -178,17 +178,6 @@ export const invalidate = {
178
178
  queryKey: orgLimitDefaultKeys.detail(id),
179
179
  }),
180
180
  },
181
- /** Invalidate membershipType queries */ membershipType: {
182
- /** Invalidate all membershipType queries */ all: (queryClient) => queryClient.invalidateQueries({
183
- queryKey: membershipTypeKeys.all,
184
- }),
185
- /** Invalidate membershipType list queries */ lists: (queryClient) => queryClient.invalidateQueries({
186
- queryKey: membershipTypeKeys.lists(),
187
- }),
188
- /** Invalidate a specific membershipType */ detail: (queryClient, id) => queryClient.invalidateQueries({
189
- queryKey: membershipTypeKeys.detail(id),
190
- }),
191
- },
192
181
  /** Invalidate orgChartEdgeGrant queries */ orgChartEdgeGrant: {
193
182
  /** Invalidate all orgChartEdgeGrant queries */ all: (queryClient) => queryClient.invalidateQueries({
194
183
  queryKey: orgChartEdgeGrantKeys.all,
@@ -200,6 +189,17 @@ export const invalidate = {
200
189
  queryKey: orgChartEdgeGrantKeys.detail(id),
201
190
  }),
202
191
  },
192
+ /** Invalidate membershipType queries */ membershipType: {
193
+ /** Invalidate all membershipType queries */ all: (queryClient) => queryClient.invalidateQueries({
194
+ queryKey: membershipTypeKeys.all,
195
+ }),
196
+ /** Invalidate membershipType list queries */ lists: (queryClient) => queryClient.invalidateQueries({
197
+ queryKey: membershipTypeKeys.lists(),
198
+ }),
199
+ /** Invalidate a specific membershipType */ detail: (queryClient, id) => queryClient.invalidateQueries({
200
+ queryKey: membershipTypeKeys.detail(id),
201
+ }),
202
+ },
203
203
  /** Invalidate appLimit queries */ appLimit: {
204
204
  /** Invalidate all appLimit queries */ all: (queryClient) => queryClient.invalidateQueries({
205
205
  queryKey: appLimitKeys.all,
@@ -321,28 +321,6 @@ export const invalidate = {
321
321
  queryKey: orgMembershipDefaultKeys.detail(id),
322
322
  }),
323
323
  },
324
- /** Invalidate invite queries */ invite: {
325
- /** Invalidate all invite queries */ all: (queryClient) => queryClient.invalidateQueries({
326
- queryKey: inviteKeys.all,
327
- }),
328
- /** Invalidate invite list queries */ lists: (queryClient) => queryClient.invalidateQueries({
329
- queryKey: inviteKeys.lists(),
330
- }),
331
- /** Invalidate a specific invite */ detail: (queryClient, id) => queryClient.invalidateQueries({
332
- queryKey: inviteKeys.detail(id),
333
- }),
334
- },
335
- /** Invalidate appLevel queries */ appLevel: {
336
- /** Invalidate all appLevel queries */ all: (queryClient) => queryClient.invalidateQueries({
337
- queryKey: appLevelKeys.all,
338
- }),
339
- /** Invalidate appLevel list queries */ lists: (queryClient) => queryClient.invalidateQueries({
340
- queryKey: appLevelKeys.lists(),
341
- }),
342
- /** Invalidate a specific appLevel */ detail: (queryClient, id) => queryClient.invalidateQueries({
343
- queryKey: appLevelKeys.detail(id),
344
- }),
345
- },
346
324
  /** Invalidate appMembership queries */ appMembership: {
347
325
  /** Invalidate all appMembership queries */ all: (queryClient) => queryClient.invalidateQueries({
348
326
  queryKey: appMembershipKeys.all,
@@ -365,6 +343,28 @@ export const invalidate = {
365
343
  queryKey: orgMembershipKeys.detail(id),
366
344
  }),
367
345
  },
346
+ /** Invalidate invite queries */ invite: {
347
+ /** Invalidate all invite queries */ all: (queryClient) => queryClient.invalidateQueries({
348
+ queryKey: inviteKeys.all,
349
+ }),
350
+ /** Invalidate invite list queries */ lists: (queryClient) => queryClient.invalidateQueries({
351
+ queryKey: inviteKeys.lists(),
352
+ }),
353
+ /** Invalidate a specific invite */ detail: (queryClient, id) => queryClient.invalidateQueries({
354
+ queryKey: inviteKeys.detail(id),
355
+ }),
356
+ },
357
+ /** Invalidate appLevel queries */ appLevel: {
358
+ /** Invalidate all appLevel queries */ all: (queryClient) => queryClient.invalidateQueries({
359
+ queryKey: appLevelKeys.all,
360
+ }),
361
+ /** Invalidate appLevel list queries */ lists: (queryClient) => queryClient.invalidateQueries({
362
+ queryKey: appLevelKeys.lists(),
363
+ }),
364
+ /** Invalidate a specific appLevel */ detail: (queryClient, id) => queryClient.invalidateQueries({
365
+ queryKey: appLevelKeys.detail(id),
366
+ }),
367
+ },
368
368
  /** Invalidate orgInvite queries */ orgInvite: {
369
369
  /** Invalidate all orgInvite queries */ all: (queryClient) => queryClient.invalidateQueries({
370
370
  queryKey: orgInviteKeys.all,
@@ -459,14 +459,14 @@ export const remove = {
459
459
  queryKey: orgLimitDefaultKeys.detail(id),
460
460
  });
461
461
  },
462
- /** Remove membershipType from cache */ membershipType: (queryClient, id) => {
462
+ /** Remove orgChartEdgeGrant from cache */ orgChartEdgeGrant: (queryClient, id) => {
463
463
  queryClient.removeQueries({
464
- queryKey: membershipTypeKeys.detail(id),
464
+ queryKey: orgChartEdgeGrantKeys.detail(id),
465
465
  });
466
466
  },
467
- /** Remove orgChartEdgeGrant from cache */ orgChartEdgeGrant: (queryClient, id) => {
467
+ /** Remove membershipType from cache */ membershipType: (queryClient, id) => {
468
468
  queryClient.removeQueries({
469
- queryKey: orgChartEdgeGrantKeys.detail(id),
469
+ queryKey: membershipTypeKeys.detail(id),
470
470
  });
471
471
  },
472
472
  /** Remove appLimit from cache */ appLimit: (queryClient, id) => {
@@ -524,24 +524,24 @@ export const remove = {
524
524
  queryKey: orgMembershipDefaultKeys.detail(id),
525
525
  });
526
526
  },
527
- /** Remove invite from cache */ invite: (queryClient, id) => {
527
+ /** Remove appMembership from cache */ appMembership: (queryClient, id) => {
528
528
  queryClient.removeQueries({
529
- queryKey: inviteKeys.detail(id),
529
+ queryKey: appMembershipKeys.detail(id),
530
530
  });
531
531
  },
532
- /** Remove appLevel from cache */ appLevel: (queryClient, id) => {
532
+ /** Remove orgMembership from cache */ orgMembership: (queryClient, id) => {
533
533
  queryClient.removeQueries({
534
- queryKey: appLevelKeys.detail(id),
534
+ queryKey: orgMembershipKeys.detail(id),
535
535
  });
536
536
  },
537
- /** Remove appMembership from cache */ appMembership: (queryClient, id) => {
537
+ /** Remove invite from cache */ invite: (queryClient, id) => {
538
538
  queryClient.removeQueries({
539
- queryKey: appMembershipKeys.detail(id),
539
+ queryKey: inviteKeys.detail(id),
540
540
  });
541
541
  },
542
- /** Remove orgMembership from cache */ orgMembership: (queryClient, id) => {
542
+ /** Remove appLevel from cache */ appLevel: (queryClient, id) => {
543
543
  queryClient.removeQueries({
544
- queryKey: orgMembershipKeys.detail(id),
544
+ queryKey: appLevelKeys.detail(id),
545
545
  });
546
546
  },
547
547
  /** Remove orgInvite from cache */ orgInvite: (queryClient, id) => {
@@ -87,18 +87,18 @@ export declare const orgLimitDefaultMutationKeys: {
87
87
  /** Update orgLimitDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orglimitdefault", "update", string | number];
88
88
  /** Delete orgLimitDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orglimitdefault", "delete", string | number];
89
89
  };
90
- export declare const membershipTypeMutationKeys: {
91
- /** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
92
- /** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
93
- /** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
94
- /** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
95
- };
96
90
  export declare const orgChartEdgeGrantMutationKeys: {
97
91
  /** All orgChartEdgeGrant mutation keys */ readonly all: readonly ["mutation", "orgchartedgegrant"];
98
92
  /** Create orgChartEdgeGrant mutation key */ readonly create: () => readonly ["mutation", "orgchartedgegrant", "create"];
99
93
  /** Update orgChartEdgeGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "update", string | number];
100
94
  /** Delete orgChartEdgeGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "delete", string | number];
101
95
  };
96
+ export declare const membershipTypeMutationKeys: {
97
+ /** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
98
+ /** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
99
+ /** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
100
+ /** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
101
+ };
102
102
  export declare const appLimitMutationKeys: {
103
103
  /** All appLimit mutation keys */ readonly all: readonly ["mutation", "applimit"];
104
104
  /** Create appLimit mutation key */ readonly create: () => readonly ["mutation", "applimit", "create"];
@@ -165,18 +165,6 @@ export declare const orgMembershipDefaultMutationKeys: {
165
165
  /** Update orgMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "update", string | number];
166
166
  /** Delete orgMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "delete", string | number];
167
167
  };
168
- export declare const inviteMutationKeys: {
169
- /** All invite mutation keys */ readonly all: readonly ["mutation", "invite"];
170
- /** Create invite mutation key */ readonly create: () => readonly ["mutation", "invite", "create"];
171
- /** Update invite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "invite", "update", string | number];
172
- /** Delete invite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "invite", "delete", string | number];
173
- };
174
- export declare const appLevelMutationKeys: {
175
- /** All appLevel mutation keys */ readonly all: readonly ["mutation", "applevel"];
176
- /** Create appLevel mutation key */ readonly create: () => readonly ["mutation", "applevel", "create"];
177
- /** Update appLevel mutation key */ readonly update: (id: string | number) => readonly ["mutation", "applevel", "update", string | number];
178
- /** Delete appLevel mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "applevel", "delete", string | number];
179
- };
180
168
  export declare const appMembershipMutationKeys: {
181
169
  /** All appMembership mutation keys */ readonly all: readonly ["mutation", "appmembership"];
182
170
  /** Create appMembership mutation key */ readonly create: () => readonly ["mutation", "appmembership", "create"];
@@ -189,6 +177,18 @@ export declare const orgMembershipMutationKeys: {
189
177
  /** Update orgMembership mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembership", "update", string | number];
190
178
  /** Delete orgMembership mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembership", "delete", string | number];
191
179
  };
180
+ export declare const inviteMutationKeys: {
181
+ /** All invite mutation keys */ readonly all: readonly ["mutation", "invite"];
182
+ /** Create invite mutation key */ readonly create: () => readonly ["mutation", "invite", "create"];
183
+ /** Update invite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "invite", "update", string | number];
184
+ /** Delete invite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "invite", "delete", string | number];
185
+ };
186
+ export declare const appLevelMutationKeys: {
187
+ /** All appLevel mutation keys */ readonly all: readonly ["mutation", "applevel"];
188
+ /** Create appLevel mutation key */ readonly create: () => readonly ["mutation", "applevel", "create"];
189
+ /** Update appLevel mutation key */ readonly update: (id: string | number) => readonly ["mutation", "applevel", "update", string | number];
190
+ /** Delete appLevel mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "applevel", "delete", string | number];
191
+ };
192
192
  export declare const orgInviteMutationKeys: {
193
193
  /** All orgInvite mutation keys */ readonly all: readonly ["mutation", "orginvite"];
194
194
  /** Create orgInvite mutation key */ readonly create: () => readonly ["mutation", "orginvite", "create"];
@@ -306,18 +306,18 @@ export declare const mutationKeys: {
306
306
  /** Update orgLimitDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orglimitdefault", "update", string | number];
307
307
  /** Delete orgLimitDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orglimitdefault", "delete", string | number];
308
308
  };
309
- readonly membershipType: {
310
- /** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
311
- /** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
312
- /** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
313
- /** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
314
- };
315
309
  readonly orgChartEdgeGrant: {
316
310
  /** All orgChartEdgeGrant mutation keys */ readonly all: readonly ["mutation", "orgchartedgegrant"];
317
311
  /** Create orgChartEdgeGrant mutation key */ readonly create: () => readonly ["mutation", "orgchartedgegrant", "create"];
318
312
  /** Update orgChartEdgeGrant mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "update", string | number];
319
313
  /** Delete orgChartEdgeGrant mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgchartedgegrant", "delete", string | number];
320
314
  };
315
+ readonly membershipType: {
316
+ /** All membershipType mutation keys */ readonly all: readonly ["mutation", "membershiptype"];
317
+ /** Create membershipType mutation key */ readonly create: () => readonly ["mutation", "membershiptype", "create"];
318
+ /** Update membershipType mutation key */ readonly update: (id: string | number) => readonly ["mutation", "membershiptype", "update", string | number];
319
+ /** Delete membershipType mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "membershiptype", "delete", string | number];
320
+ };
321
321
  readonly appLimit: {
322
322
  /** All appLimit mutation keys */ readonly all: readonly ["mutation", "applimit"];
323
323
  /** Create appLimit mutation key */ readonly create: () => readonly ["mutation", "applimit", "create"];
@@ -384,18 +384,6 @@ export declare const mutationKeys: {
384
384
  /** Update orgMembershipDefault mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "update", string | number];
385
385
  /** Delete orgMembershipDefault mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembershipdefault", "delete", string | number];
386
386
  };
387
- readonly invite: {
388
- /** All invite mutation keys */ readonly all: readonly ["mutation", "invite"];
389
- /** Create invite mutation key */ readonly create: () => readonly ["mutation", "invite", "create"];
390
- /** Update invite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "invite", "update", string | number];
391
- /** Delete invite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "invite", "delete", string | number];
392
- };
393
- readonly appLevel: {
394
- /** All appLevel mutation keys */ readonly all: readonly ["mutation", "applevel"];
395
- /** Create appLevel mutation key */ readonly create: () => readonly ["mutation", "applevel", "create"];
396
- /** Update appLevel mutation key */ readonly update: (id: string | number) => readonly ["mutation", "applevel", "update", string | number];
397
- /** Delete appLevel mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "applevel", "delete", string | number];
398
- };
399
387
  readonly appMembership: {
400
388
  /** All appMembership mutation keys */ readonly all: readonly ["mutation", "appmembership"];
401
389
  /** Create appMembership mutation key */ readonly create: () => readonly ["mutation", "appmembership", "create"];
@@ -408,6 +396,18 @@ export declare const mutationKeys: {
408
396
  /** Update orgMembership mutation key */ readonly update: (id: string | number) => readonly ["mutation", "orgmembership", "update", string | number];
409
397
  /** Delete orgMembership mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "orgmembership", "delete", string | number];
410
398
  };
399
+ readonly invite: {
400
+ /** All invite mutation keys */ readonly all: readonly ["mutation", "invite"];
401
+ /** Create invite mutation key */ readonly create: () => readonly ["mutation", "invite", "create"];
402
+ /** Update invite mutation key */ readonly update: (id: string | number) => readonly ["mutation", "invite", "update", string | number];
403
+ /** Delete invite mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "invite", "delete", string | number];
404
+ };
405
+ readonly appLevel: {
406
+ /** All appLevel mutation keys */ readonly all: readonly ["mutation", "applevel"];
407
+ /** Create appLevel mutation key */ readonly create: () => readonly ["mutation", "applevel", "create"];
408
+ /** Update appLevel mutation key */ readonly update: (id: string | number) => readonly ["mutation", "applevel", "update", string | number];
409
+ /** Delete appLevel mutation key */ readonly delete: (id: string | number) => readonly ["mutation", "applevel", "delete", string | number];
410
+ };
411
411
  readonly orgInvite: {
412
412
  /** All orgInvite mutation keys */ readonly all: readonly ["mutation", "orginvite"];
413
413
  /** Create orgInvite mutation key */ readonly create: () => readonly ["mutation", "orginvite", "create"];
@@ -102,18 +102,18 @@ export const orgLimitDefaultMutationKeys = {
102
102
  /** Update orgLimitDefault mutation key */ update: (id) => ['mutation', 'orglimitdefault', 'update', id],
103
103
  /** Delete orgLimitDefault mutation key */ delete: (id) => ['mutation', 'orglimitdefault', 'delete', id],
104
104
  };
105
- export const membershipTypeMutationKeys = {
106
- /** All membershipType mutation keys */ all: ['mutation', 'membershiptype'],
107
- /** Create membershipType mutation key */ create: () => ['mutation', 'membershiptype', 'create'],
108
- /** Update membershipType mutation key */ update: (id) => ['mutation', 'membershiptype', 'update', id],
109
- /** Delete membershipType mutation key */ delete: (id) => ['mutation', 'membershiptype', 'delete', id],
110
- };
111
105
  export const orgChartEdgeGrantMutationKeys = {
112
106
  /** All orgChartEdgeGrant mutation keys */ all: ['mutation', 'orgchartedgegrant'],
113
107
  /** Create orgChartEdgeGrant mutation key */ create: () => ['mutation', 'orgchartedgegrant', 'create'],
114
108
  /** Update orgChartEdgeGrant mutation key */ update: (id) => ['mutation', 'orgchartedgegrant', 'update', id],
115
109
  /** Delete orgChartEdgeGrant mutation key */ delete: (id) => ['mutation', 'orgchartedgegrant', 'delete', id],
116
110
  };
111
+ export const membershipTypeMutationKeys = {
112
+ /** All membershipType mutation keys */ all: ['mutation', 'membershiptype'],
113
+ /** Create membershipType mutation key */ create: () => ['mutation', 'membershiptype', 'create'],
114
+ /** Update membershipType mutation key */ update: (id) => ['mutation', 'membershiptype', 'update', id],
115
+ /** Delete membershipType mutation key */ delete: (id) => ['mutation', 'membershiptype', 'delete', id],
116
+ };
117
117
  export const appLimitMutationKeys = {
118
118
  /** All appLimit mutation keys */ all: ['mutation', 'applimit'],
119
119
  /** Create appLimit mutation key */ create: () => ['mutation', 'applimit', 'create'],
@@ -180,18 +180,6 @@ export const orgMembershipDefaultMutationKeys = {
180
180
  /** Update orgMembershipDefault mutation key */ update: (id) => ['mutation', 'orgmembershipdefault', 'update', id],
181
181
  /** Delete orgMembershipDefault mutation key */ delete: (id) => ['mutation', 'orgmembershipdefault', 'delete', id],
182
182
  };
183
- export const inviteMutationKeys = {
184
- /** All invite mutation keys */ all: ['mutation', 'invite'],
185
- /** Create invite mutation key */ create: () => ['mutation', 'invite', 'create'],
186
- /** Update invite mutation key */ update: (id) => ['mutation', 'invite', 'update', id],
187
- /** Delete invite mutation key */ delete: (id) => ['mutation', 'invite', 'delete', id],
188
- };
189
- export const appLevelMutationKeys = {
190
- /** All appLevel mutation keys */ all: ['mutation', 'applevel'],
191
- /** Create appLevel mutation key */ create: () => ['mutation', 'applevel', 'create'],
192
- /** Update appLevel mutation key */ update: (id) => ['mutation', 'applevel', 'update', id],
193
- /** Delete appLevel mutation key */ delete: (id) => ['mutation', 'applevel', 'delete', id],
194
- };
195
183
  export const appMembershipMutationKeys = {
196
184
  /** All appMembership mutation keys */ all: ['mutation', 'appmembership'],
197
185
  /** Create appMembership mutation key */ create: () => ['mutation', 'appmembership', 'create'],
@@ -204,6 +192,18 @@ export const orgMembershipMutationKeys = {
204
192
  /** Update orgMembership mutation key */ update: (id) => ['mutation', 'orgmembership', 'update', id],
205
193
  /** Delete orgMembership mutation key */ delete: (id) => ['mutation', 'orgmembership', 'delete', id],
206
194
  };
195
+ export const inviteMutationKeys = {
196
+ /** All invite mutation keys */ all: ['mutation', 'invite'],
197
+ /** Create invite mutation key */ create: () => ['mutation', 'invite', 'create'],
198
+ /** Update invite mutation key */ update: (id) => ['mutation', 'invite', 'update', id],
199
+ /** Delete invite mutation key */ delete: (id) => ['mutation', 'invite', 'delete', id],
200
+ };
201
+ export const appLevelMutationKeys = {
202
+ /** All appLevel mutation keys */ all: ['mutation', 'applevel'],
203
+ /** Create appLevel mutation key */ create: () => ['mutation', 'applevel', 'create'],
204
+ /** Update appLevel mutation key */ update: (id) => ['mutation', 'applevel', 'update', id],
205
+ /** Delete appLevel mutation key */ delete: (id) => ['mutation', 'applevel', 'delete', id],
206
+ };
207
207
  export const orgInviteMutationKeys = {
208
208
  /** All orgInvite mutation keys */ all: ['mutation', 'orginvite'],
209
209
  /** Create orgInvite mutation key */ create: () => ['mutation', 'orginvite', 'create'],
@@ -258,8 +258,8 @@ export const mutationKeys = {
258
258
  orgOwnerGrant: orgOwnerGrantMutationKeys,
259
259
  appLimitDefault: appLimitDefaultMutationKeys,
260
260
  orgLimitDefault: orgLimitDefaultMutationKeys,
261
- membershipType: membershipTypeMutationKeys,
262
261
  orgChartEdgeGrant: orgChartEdgeGrantMutationKeys,
262
+ membershipType: membershipTypeMutationKeys,
263
263
  appLimit: appLimitMutationKeys,
264
264
  appAchievement: appAchievementMutationKeys,
265
265
  appStep: appStepMutationKeys,
@@ -271,10 +271,10 @@ export const mutationKeys = {
271
271
  orgGrant: orgGrantMutationKeys,
272
272
  orgChartEdge: orgChartEdgeMutationKeys,
273
273
  orgMembershipDefault: orgMembershipDefaultMutationKeys,
274
- invite: inviteMutationKeys,
275
- appLevel: appLevelMutationKeys,
276
274
  appMembership: appMembershipMutationKeys,
277
275
  orgMembership: orgMembershipMutationKeys,
276
+ invite: inviteMutationKeys,
277
+ appLevel: appLevelMutationKeys,
278
278
  orgInvite: orgInviteMutationKeys,
279
279
  custom: customMutationKeys,
280
280
  };
@@ -41,12 +41,12 @@ export * from './useDeleteAppLimitDefaultMutation';
41
41
  export * from './useCreateOrgLimitDefaultMutation';
42
42
  export * from './useUpdateOrgLimitDefaultMutation';
43
43
  export * from './useDeleteOrgLimitDefaultMutation';
44
- export * from './useCreateMembershipTypeMutation';
45
- export * from './useUpdateMembershipTypeMutation';
46
- export * from './useDeleteMembershipTypeMutation';
47
44
  export * from './useCreateOrgChartEdgeGrantMutation';
48
45
  export * from './useUpdateOrgChartEdgeGrantMutation';
49
46
  export * from './useDeleteOrgChartEdgeGrantMutation';
47
+ export * from './useCreateMembershipTypeMutation';
48
+ export * from './useUpdateMembershipTypeMutation';
49
+ export * from './useDeleteMembershipTypeMutation';
50
50
  export * from './useCreateAppLimitMutation';
51
51
  export * from './useUpdateAppLimitMutation';
52
52
  export * from './useDeleteAppLimitMutation';
@@ -80,18 +80,18 @@ export * from './useDeleteOrgChartEdgeMutation';
80
80
  export * from './useCreateOrgMembershipDefaultMutation';
81
81
  export * from './useUpdateOrgMembershipDefaultMutation';
82
82
  export * from './useDeleteOrgMembershipDefaultMutation';
83
- export * from './useCreateInviteMutation';
84
- export * from './useUpdateInviteMutation';
85
- export * from './useDeleteInviteMutation';
86
- export * from './useCreateAppLevelMutation';
87
- export * from './useUpdateAppLevelMutation';
88
- export * from './useDeleteAppLevelMutation';
89
83
  export * from './useCreateAppMembershipMutation';
90
84
  export * from './useUpdateAppMembershipMutation';
91
85
  export * from './useDeleteAppMembershipMutation';
92
86
  export * from './useCreateOrgMembershipMutation';
93
87
  export * from './useUpdateOrgMembershipMutation';
94
88
  export * from './useDeleteOrgMembershipMutation';
89
+ export * from './useCreateInviteMutation';
90
+ export * from './useUpdateInviteMutation';
91
+ export * from './useDeleteInviteMutation';
92
+ export * from './useCreateAppLevelMutation';
93
+ export * from './useUpdateAppLevelMutation';
94
+ export * from './useDeleteAppLevelMutation';
95
95
  export * from './useCreateOrgInviteMutation';
96
96
  export * from './useUpdateOrgInviteMutation';
97
97
  export * from './useDeleteOrgInviteMutation';
@@ -41,12 +41,12 @@ export * from './useDeleteAppLimitDefaultMutation';
41
41
  export * from './useCreateOrgLimitDefaultMutation';
42
42
  export * from './useUpdateOrgLimitDefaultMutation';
43
43
  export * from './useDeleteOrgLimitDefaultMutation';
44
- export * from './useCreateMembershipTypeMutation';
45
- export * from './useUpdateMembershipTypeMutation';
46
- export * from './useDeleteMembershipTypeMutation';
47
44
  export * from './useCreateOrgChartEdgeGrantMutation';
48
45
  export * from './useUpdateOrgChartEdgeGrantMutation';
49
46
  export * from './useDeleteOrgChartEdgeGrantMutation';
47
+ export * from './useCreateMembershipTypeMutation';
48
+ export * from './useUpdateMembershipTypeMutation';
49
+ export * from './useDeleteMembershipTypeMutation';
50
50
  export * from './useCreateAppLimitMutation';
51
51
  export * from './useUpdateAppLimitMutation';
52
52
  export * from './useDeleteAppLimitMutation';
@@ -80,18 +80,18 @@ export * from './useDeleteOrgChartEdgeMutation';
80
80
  export * from './useCreateOrgMembershipDefaultMutation';
81
81
  export * from './useUpdateOrgMembershipDefaultMutation';
82
82
  export * from './useDeleteOrgMembershipDefaultMutation';
83
- export * from './useCreateInviteMutation';
84
- export * from './useUpdateInviteMutation';
85
- export * from './useDeleteInviteMutation';
86
- export * from './useCreateAppLevelMutation';
87
- export * from './useUpdateAppLevelMutation';
88
- export * from './useDeleteAppLevelMutation';
89
83
  export * from './useCreateAppMembershipMutation';
90
84
  export * from './useUpdateAppMembershipMutation';
91
85
  export * from './useDeleteAppMembershipMutation';
92
86
  export * from './useCreateOrgMembershipMutation';
93
87
  export * from './useUpdateOrgMembershipMutation';
94
88
  export * from './useDeleteOrgMembershipMutation';
89
+ export * from './useCreateInviteMutation';
90
+ export * from './useUpdateInviteMutation';
91
+ export * from './useDeleteInviteMutation';
92
+ export * from './useCreateAppLevelMutation';
93
+ export * from './useUpdateAppLevelMutation';
94
+ export * from './useDeleteAppLevelMutation';
95
95
  export * from './useCreateOrgInviteMutation';
96
96
  export * from './useUpdateOrgInviteMutation';
97
97
  export * from './useDeleteOrgInviteMutation';