@constructive-io/react 0.6.2 → 0.6.4

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 +6 -6
  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
@@ -23,7 +23,6 @@ import { ViewModel } from './models/view';
23
23
  import { ViewTableModel } from './models/viewTable';
24
24
  import { ViewGrantModel } from './models/viewGrant';
25
25
  import { ViewRuleModel } from './models/viewRule';
26
- import { TableModuleModel } from './models/tableModule';
27
26
  import { TableTemplateModuleModel } from './models/tableTemplateModule';
28
27
  import { SecureTableProvisionModel } from './models/secureTableProvision';
29
28
  import { RelationProvisionModel } from './models/relationProvision';
@@ -55,7 +54,6 @@ import { MembershipsModuleModel } from './models/membershipsModule';
55
54
  import { PermissionsModuleModel } from './models/permissionsModule';
56
55
  import { PhoneNumbersModuleModel } from './models/phoneNumbersModule';
57
56
  import { ProfilesModuleModel } from './models/profilesModule';
58
- import { RlsModuleModel } from './models/rlsModule';
59
57
  import { SecretsModuleModel } from './models/secretsModule';
60
58
  import { SessionsModuleModel } from './models/sessionsModule';
61
59
  import { UserAuthModuleModel } from './models/userAuthModule';
@@ -83,25 +81,26 @@ import { OrgClaimedInviteModel } from './models/orgClaimedInvite';
83
81
  import { RefModel } from './models/ref';
84
82
  import { StoreModel } from './models/store';
85
83
  import { AppPermissionDefaultModel } from './models/appPermissionDefault';
84
+ import { CryptoAddressModel } from './models/cryptoAddress';
86
85
  import { RoleTypeModel } from './models/roleType';
87
86
  import { OrgPermissionDefaultModel } from './models/orgPermissionDefault';
88
- import { CryptoAddressModel } from './models/cryptoAddress';
87
+ import { PhoneNumberModel } from './models/phoneNumber';
89
88
  import { AppLimitDefaultModel } from './models/appLimitDefault';
90
89
  import { OrgLimitDefaultModel } from './models/orgLimitDefault';
91
90
  import { ConnectedAccountModel } from './models/connectedAccount';
92
- import { PhoneNumberModel } from './models/phoneNumber';
93
- import { MembershipTypeModel } from './models/membershipType';
94
91
  import { NodeTypeRegistryModel } from './models/nodeTypeRegistry';
92
+ import { MembershipTypeModel } from './models/membershipType';
95
93
  import { AppMembershipDefaultModel } from './models/appMembershipDefault';
94
+ import { RlsModuleModel } from './models/rlsModule';
96
95
  import { CommitModel } from './models/commit';
97
96
  import { OrgMembershipDefaultModel } from './models/orgMembershipDefault';
98
97
  import { AuditLogModel } from './models/auditLog';
99
98
  import { AppLevelModel } from './models/appLevel';
100
- import { EmailModel } from './models/email';
101
99
  import { SqlMigrationModel } from './models/sqlMigration';
100
+ import { EmailModel } from './models/email';
102
101
  import { AstMigrationModel } from './models/astMigration';
103
- import { UserModel } from './models/user';
104
102
  import { AppMembershipModel } from './models/appMembership';
103
+ import { UserModel } from './models/user';
105
104
  import { HierarchyModuleModel } from './models/hierarchyModule';
106
105
  export type { OrmClientConfig, QueryResult, GraphQLError, GraphQLAdapter } from './client';
107
106
  export { GraphQLRequestError } from './client';
@@ -158,7 +157,6 @@ export declare function createClient(config: OrmClientConfig): {
158
157
  viewTable: ViewTableModel;
159
158
  viewGrant: ViewGrantModel;
160
159
  viewRule: ViewRuleModel;
161
- tableModule: TableModuleModel;
162
160
  tableTemplateModule: TableTemplateModuleModel;
163
161
  secureTableProvision: SecureTableProvisionModel;
164
162
  relationProvision: RelationProvisionModel;
@@ -190,7 +188,6 @@ export declare function createClient(config: OrmClientConfig): {
190
188
  permissionsModule: PermissionsModuleModel;
191
189
  phoneNumbersModule: PhoneNumbersModuleModel;
192
190
  profilesModule: ProfilesModuleModel;
193
- rlsModule: RlsModuleModel;
194
191
  secretsModule: SecretsModuleModel;
195
192
  sessionsModule: SessionsModuleModel;
196
193
  userAuthModule: UserAuthModuleModel;
@@ -218,25 +215,26 @@ export declare function createClient(config: OrmClientConfig): {
218
215
  ref: RefModel;
219
216
  store: StoreModel;
220
217
  appPermissionDefault: AppPermissionDefaultModel;
218
+ cryptoAddress: CryptoAddressModel;
221
219
  roleType: RoleTypeModel;
222
220
  orgPermissionDefault: OrgPermissionDefaultModel;
223
- cryptoAddress: CryptoAddressModel;
221
+ phoneNumber: PhoneNumberModel;
224
222
  appLimitDefault: AppLimitDefaultModel;
225
223
  orgLimitDefault: OrgLimitDefaultModel;
226
224
  connectedAccount: ConnectedAccountModel;
227
- phoneNumber: PhoneNumberModel;
228
- membershipType: MembershipTypeModel;
229
225
  nodeTypeRegistry: NodeTypeRegistryModel;
226
+ membershipType: MembershipTypeModel;
230
227
  appMembershipDefault: AppMembershipDefaultModel;
228
+ rlsModule: RlsModuleModel;
231
229
  commit: CommitModel;
232
230
  orgMembershipDefault: OrgMembershipDefaultModel;
233
231
  auditLog: AuditLogModel;
234
232
  appLevel: AppLevelModel;
235
- email: EmailModel;
236
233
  sqlMigration: SqlMigrationModel;
234
+ email: EmailModel;
237
235
  astMigration: AstMigrationModel;
238
- user: UserModel;
239
236
  appMembership: AppMembershipModel;
237
+ user: UserModel;
240
238
  hierarchyModule: HierarchyModuleModel;
241
239
  query: {
242
240
  currentUserId: (options?: {
@@ -391,16 +389,16 @@ export declare function createClient(config: OrmClientConfig): {
391
389
  } & import("./select-types").StrictSelect<S, import("./input-types").ResetPasswordPayloadSelect>) => import("./query-builder").QueryBuilder<{
392
390
  resetPassword: import("./select-types").InferSelectResult<import("./input-types").ResetPasswordPayload, S> | null;
393
391
  }>;
394
- removeNodeAtPath: <S extends import("./input-types").RemoveNodeAtPathPayloadSelect>(args: import("./mutation").RemoveNodeAtPathVariables, options: {
395
- select: S;
396
- } & import("./select-types").StrictSelect<S, import("./input-types").RemoveNodeAtPathPayloadSelect>) => import("./query-builder").QueryBuilder<{
397
- removeNodeAtPath: import("./select-types").InferSelectResult<import("./input-types").RemoveNodeAtPathPayload, S> | null;
398
- }>;
399
392
  bootstrapUser: <S extends import("./input-types").BootstrapUserPayloadSelect>(args: import("./mutation").BootstrapUserVariables, options: {
400
393
  select: S;
401
394
  } & import("./select-types").StrictSelect<S, import("./input-types").BootstrapUserPayloadSelect>) => import("./query-builder").QueryBuilder<{
402
395
  bootstrapUser: import("./select-types").InferSelectResult<import("./input-types").BootstrapUserPayload, S> | null;
403
396
  }>;
397
+ removeNodeAtPath: <S extends import("./input-types").RemoveNodeAtPathPayloadSelect>(args: import("./mutation").RemoveNodeAtPathVariables, options: {
398
+ select: S;
399
+ } & import("./select-types").StrictSelect<S, import("./input-types").RemoveNodeAtPathPayloadSelect>) => import("./query-builder").QueryBuilder<{
400
+ removeNodeAtPath: import("./select-types").InferSelectResult<import("./input-types").RemoveNodeAtPathPayload, S> | null;
401
+ }>;
404
402
  setDataAtPath: <S extends import("./input-types").SetDataAtPathPayloadSelect>(args: import("./mutation").SetDataAtPathVariables, options: {
405
403
  select: S;
406
404
  } & import("./select-types").StrictSelect<S, import("./input-types").SetDataAtPathPayloadSelect>) => import("./query-builder").QueryBuilder<{
@@ -46,7 +46,6 @@ const view_1 = require("./models/view");
46
46
  const viewTable_1 = require("./models/viewTable");
47
47
  const viewGrant_1 = require("./models/viewGrant");
48
48
  const viewRule_1 = require("./models/viewRule");
49
- const tableModule_1 = require("./models/tableModule");
50
49
  const tableTemplateModule_1 = require("./models/tableTemplateModule");
51
50
  const secureTableProvision_1 = require("./models/secureTableProvision");
52
51
  const relationProvision_1 = require("./models/relationProvision");
@@ -78,7 +77,6 @@ const membershipsModule_1 = require("./models/membershipsModule");
78
77
  const permissionsModule_1 = require("./models/permissionsModule");
79
78
  const phoneNumbersModule_1 = require("./models/phoneNumbersModule");
80
79
  const profilesModule_1 = require("./models/profilesModule");
81
- const rlsModule_1 = require("./models/rlsModule");
82
80
  const secretsModule_1 = require("./models/secretsModule");
83
81
  const sessionsModule_1 = require("./models/sessionsModule");
84
82
  const userAuthModule_1 = require("./models/userAuthModule");
@@ -106,25 +104,26 @@ const orgClaimedInvite_1 = require("./models/orgClaimedInvite");
106
104
  const ref_1 = require("./models/ref");
107
105
  const store_1 = require("./models/store");
108
106
  const appPermissionDefault_1 = require("./models/appPermissionDefault");
107
+ const cryptoAddress_1 = require("./models/cryptoAddress");
109
108
  const roleType_1 = require("./models/roleType");
110
109
  const orgPermissionDefault_1 = require("./models/orgPermissionDefault");
111
- const cryptoAddress_1 = require("./models/cryptoAddress");
110
+ const phoneNumber_1 = require("./models/phoneNumber");
112
111
  const appLimitDefault_1 = require("./models/appLimitDefault");
113
112
  const orgLimitDefault_1 = require("./models/orgLimitDefault");
114
113
  const connectedAccount_1 = require("./models/connectedAccount");
115
- const phoneNumber_1 = require("./models/phoneNumber");
116
- const membershipType_1 = require("./models/membershipType");
117
114
  const nodeTypeRegistry_1 = require("./models/nodeTypeRegistry");
115
+ const membershipType_1 = require("./models/membershipType");
118
116
  const appMembershipDefault_1 = require("./models/appMembershipDefault");
117
+ const rlsModule_1 = require("./models/rlsModule");
119
118
  const commit_1 = require("./models/commit");
120
119
  const orgMembershipDefault_1 = require("./models/orgMembershipDefault");
121
120
  const auditLog_1 = require("./models/auditLog");
122
121
  const appLevel_1 = require("./models/appLevel");
123
- const email_1 = require("./models/email");
124
122
  const sqlMigration_1 = require("./models/sqlMigration");
123
+ const email_1 = require("./models/email");
125
124
  const astMigration_1 = require("./models/astMigration");
126
- const user_1 = require("./models/user");
127
125
  const appMembership_1 = require("./models/appMembership");
126
+ const user_1 = require("./models/user");
128
127
  const hierarchyModule_1 = require("./models/hierarchyModule");
129
128
  const query_1 = require("./query");
130
129
  const mutation_1 = require("./mutation");
@@ -188,7 +187,6 @@ function createClient(config) {
188
187
  viewTable: new viewTable_1.ViewTableModel(client),
189
188
  viewGrant: new viewGrant_1.ViewGrantModel(client),
190
189
  viewRule: new viewRule_1.ViewRuleModel(client),
191
- tableModule: new tableModule_1.TableModuleModel(client),
192
190
  tableTemplateModule: new tableTemplateModule_1.TableTemplateModuleModel(client),
193
191
  secureTableProvision: new secureTableProvision_1.SecureTableProvisionModel(client),
194
192
  relationProvision: new relationProvision_1.RelationProvisionModel(client),
@@ -220,7 +218,6 @@ function createClient(config) {
220
218
  permissionsModule: new permissionsModule_1.PermissionsModuleModel(client),
221
219
  phoneNumbersModule: new phoneNumbersModule_1.PhoneNumbersModuleModel(client),
222
220
  profilesModule: new profilesModule_1.ProfilesModuleModel(client),
223
- rlsModule: new rlsModule_1.RlsModuleModel(client),
224
221
  secretsModule: new secretsModule_1.SecretsModuleModel(client),
225
222
  sessionsModule: new sessionsModule_1.SessionsModuleModel(client),
226
223
  userAuthModule: new userAuthModule_1.UserAuthModuleModel(client),
@@ -248,25 +245,26 @@ function createClient(config) {
248
245
  ref: new ref_1.RefModel(client),
249
246
  store: new store_1.StoreModel(client),
250
247
  appPermissionDefault: new appPermissionDefault_1.AppPermissionDefaultModel(client),
248
+ cryptoAddress: new cryptoAddress_1.CryptoAddressModel(client),
251
249
  roleType: new roleType_1.RoleTypeModel(client),
252
250
  orgPermissionDefault: new orgPermissionDefault_1.OrgPermissionDefaultModel(client),
253
- cryptoAddress: new cryptoAddress_1.CryptoAddressModel(client),
251
+ phoneNumber: new phoneNumber_1.PhoneNumberModel(client),
254
252
  appLimitDefault: new appLimitDefault_1.AppLimitDefaultModel(client),
255
253
  orgLimitDefault: new orgLimitDefault_1.OrgLimitDefaultModel(client),
256
254
  connectedAccount: new connectedAccount_1.ConnectedAccountModel(client),
257
- phoneNumber: new phoneNumber_1.PhoneNumberModel(client),
258
- membershipType: new membershipType_1.MembershipTypeModel(client),
259
255
  nodeTypeRegistry: new nodeTypeRegistry_1.NodeTypeRegistryModel(client),
256
+ membershipType: new membershipType_1.MembershipTypeModel(client),
260
257
  appMembershipDefault: new appMembershipDefault_1.AppMembershipDefaultModel(client),
258
+ rlsModule: new rlsModule_1.RlsModuleModel(client),
261
259
  commit: new commit_1.CommitModel(client),
262
260
  orgMembershipDefault: new orgMembershipDefault_1.OrgMembershipDefaultModel(client),
263
261
  auditLog: new auditLog_1.AuditLogModel(client),
264
262
  appLevel: new appLevel_1.AppLevelModel(client),
265
- email: new email_1.EmailModel(client),
266
263
  sqlMigration: new sqlMigration_1.SqlMigrationModel(client),
264
+ email: new email_1.EmailModel(client),
267
265
  astMigration: new astMigration_1.AstMigrationModel(client),
268
- user: new user_1.UserModel(client),
269
266
  appMembership: new appMembership_1.AppMembershipModel(client),
267
+ user: new user_1.UserModel(client),
270
268
  hierarchyModule: new hierarchyModule_1.HierarchyModuleModel(client),
271
269
  query: (0, query_1.createQueryOperations)(client),
272
270
  mutation: (0, mutation_1.createMutationOperations)(client),