@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
@@ -162,6 +162,13 @@ export interface InternetAddressFilter {
162
162
  export interface FullTextFilter {
163
163
  matches?: string;
164
164
  }
165
+ export interface VectorFilter {
166
+ isNull?: boolean;
167
+ equalTo?: number[];
168
+ notEqualTo?: number[];
169
+ distinctFrom?: number[];
170
+ notDistinctFrom?: number[];
171
+ }
165
172
  export interface StringListFilter {
166
173
  isNull?: boolean;
167
174
  equalTo?: string[];
@@ -225,10 +232,6 @@ export interface UUIDListFilter {
225
232
  export type ConstructiveInternalTypeEmail = unknown;
226
233
  export type ConstructiveInternalTypeImage = unknown;
227
234
  export type ConstructiveInternalTypeOrigin = unknown;
228
- export interface RoleType {
229
- id: number;
230
- name?: string | null;
231
- }
232
235
  /** Cryptocurrency wallet addresses owned by users, with network-specific validation and verification */
233
236
  export interface CryptoAddress {
234
237
  id: string;
@@ -241,6 +244,14 @@ export interface CryptoAddress {
241
244
  isPrimary?: boolean | null;
242
245
  createdAt?: string | null;
243
246
  updatedAt?: string | null;
247
+ /** TRGM similarity when searching `address`. Returns null when no trgm search filter is active. */
248
+ addressTrgmSimilarity?: number | null;
249
+ /** Composite search relevance score (0..1, higher = more relevant). Computed by normalizing and averaging all active search signals. Returns null when no search filters are active. */
250
+ searchScore?: number | null;
251
+ }
252
+ export interface RoleType {
253
+ id: number;
254
+ name?: string | null;
244
255
  }
245
256
  /** User phone numbers with country code, verification, and primary-number management */
246
257
  export interface PhoneNumber {
@@ -256,6 +267,12 @@ export interface PhoneNumber {
256
267
  isPrimary?: boolean | null;
257
268
  createdAt?: string | null;
258
269
  updatedAt?: string | null;
270
+ /** TRGM similarity when searching `cc`. Returns null when no trgm search filter is active. */
271
+ ccTrgmSimilarity?: number | null;
272
+ /** TRGM similarity when searching `number`. Returns null when no trgm search filter is active. */
273
+ numberTrgmSimilarity?: number | null;
274
+ /** Composite search relevance score (0..1, higher = more relevant). Computed by normalizing and averaging all active search signals. Returns null when no search filters are active. */
275
+ searchScore?: number | null;
259
276
  }
260
277
  /** OAuth and social login connections linking external service accounts to users */
261
278
  export interface ConnectedAccount {
@@ -271,6 +288,12 @@ export interface ConnectedAccount {
271
288
  isVerified?: boolean | null;
272
289
  createdAt?: string | null;
273
290
  updatedAt?: string | null;
291
+ /** TRGM similarity when searching `service`. Returns null when no trgm search filter is active. */
292
+ serviceTrgmSimilarity?: number | null;
293
+ /** TRGM similarity when searching `identifier`. Returns null when no trgm search filter is active. */
294
+ identifierTrgmSimilarity?: number | null;
295
+ /** Composite search relevance score (0..1, higher = more relevant). Computed by normalizing and averaging all active search signals. Returns null when no search filters are active. */
296
+ searchScore?: number | null;
274
297
  }
275
298
  /** Append-only audit log of authentication events (sign-in, sign-up, password changes, etc.) */
276
299
  export interface AuditLog {
@@ -289,6 +312,10 @@ export interface AuditLog {
289
312
  success?: boolean | null;
290
313
  /** Timestamp when the audit event was recorded */
291
314
  createdAt?: string | null;
315
+ /** TRGM similarity when searching `userAgent`. Returns null when no trgm search filter is active. */
316
+ userAgentTrgmSimilarity?: number | null;
317
+ /** Composite search relevance score (0..1, higher = more relevant). Computed by normalizing and averaging all active search signals. Returns null when no search filters are active. */
318
+ searchScore?: number | null;
292
319
  }
293
320
  /** User email addresses with verification and primary-email management */
294
321
  export interface Email {
@@ -312,8 +339,12 @@ export interface User {
312
339
  type?: number | null;
313
340
  createdAt?: string | null;
314
341
  updatedAt?: string | null;
315
- /** Full-text search ranking when filtered by `searchTsv`. Returns null when no search condition is active. */
342
+ /** TSV rank when searching `searchTsv`. Returns null when no tsv search filter is active. */
316
343
  searchTsvRank?: number | null;
344
+ /** TRGM similarity when searching `displayName`. Returns null when no trgm search filter is active. */
345
+ displayNameTrgmSimilarity?: number | null;
346
+ /** Composite search relevance score (0..1, higher = more relevant). Computed by normalizing and averaging all active search signals. Returns null when no search filters are active. */
347
+ searchScore?: number | null;
317
348
  }
318
349
  export interface ConnectionResult<T> {
319
350
  nodes: T[];
@@ -326,11 +357,11 @@ export interface PageInfo {
326
357
  startCursor?: string | null;
327
358
  endCursor?: string | null;
328
359
  }
329
- export interface RoleTypeRelations {
330
- }
331
360
  export interface CryptoAddressRelations {
332
361
  owner?: User | null;
333
362
  }
363
+ export interface RoleTypeRelations {
364
+ }
334
365
  export interface PhoneNumberRelations {
335
366
  owner?: User | null;
336
367
  }
@@ -346,17 +377,13 @@ export interface EmailRelations {
346
377
  export interface UserRelations {
347
378
  roleType?: RoleType | null;
348
379
  }
349
- export type RoleTypeWithRelations = RoleType & RoleTypeRelations;
350
380
  export type CryptoAddressWithRelations = CryptoAddress & CryptoAddressRelations;
381
+ export type RoleTypeWithRelations = RoleType & RoleTypeRelations;
351
382
  export type PhoneNumberWithRelations = PhoneNumber & PhoneNumberRelations;
352
383
  export type ConnectedAccountWithRelations = ConnectedAccount & ConnectedAccountRelations;
353
384
  export type AuditLogWithRelations = AuditLog & AuditLogRelations;
354
385
  export type EmailWithRelations = Email & EmailRelations;
355
386
  export type UserWithRelations = User & UserRelations;
356
- export type RoleTypeSelect = {
357
- id?: boolean;
358
- name?: boolean;
359
- };
360
387
  export type CryptoAddressSelect = {
361
388
  id?: boolean;
362
389
  ownerId?: boolean;
@@ -365,10 +392,16 @@ export type CryptoAddressSelect = {
365
392
  isPrimary?: boolean;
366
393
  createdAt?: boolean;
367
394
  updatedAt?: boolean;
395
+ addressTrgmSimilarity?: boolean;
396
+ searchScore?: boolean;
368
397
  owner?: {
369
398
  select: UserSelect;
370
399
  };
371
400
  };
401
+ export type RoleTypeSelect = {
402
+ id?: boolean;
403
+ name?: boolean;
404
+ };
372
405
  export type PhoneNumberSelect = {
373
406
  id?: boolean;
374
407
  ownerId?: boolean;
@@ -378,6 +411,9 @@ export type PhoneNumberSelect = {
378
411
  isPrimary?: boolean;
379
412
  createdAt?: boolean;
380
413
  updatedAt?: boolean;
414
+ ccTrgmSimilarity?: boolean;
415
+ numberTrgmSimilarity?: boolean;
416
+ searchScore?: boolean;
381
417
  owner?: {
382
418
  select: UserSelect;
383
419
  };
@@ -391,6 +427,9 @@ export type ConnectedAccountSelect = {
391
427
  isVerified?: boolean;
392
428
  createdAt?: boolean;
393
429
  updatedAt?: boolean;
430
+ serviceTrgmSimilarity?: boolean;
431
+ identifierTrgmSimilarity?: boolean;
432
+ searchScore?: boolean;
394
433
  owner?: {
395
434
  select: UserSelect;
396
435
  };
@@ -404,6 +443,8 @@ export type AuditLogSelect = {
404
443
  ipAddress?: boolean;
405
444
  success?: boolean;
406
445
  createdAt?: boolean;
446
+ userAgentTrgmSimilarity?: boolean;
447
+ searchScore?: boolean;
407
448
  actor?: {
408
449
  select: UserSelect;
409
450
  };
@@ -430,17 +471,12 @@ export type UserSelect = {
430
471
  createdAt?: boolean;
431
472
  updatedAt?: boolean;
432
473
  searchTsvRank?: boolean;
474
+ displayNameTrgmSimilarity?: boolean;
475
+ searchScore?: boolean;
433
476
  roleType?: {
434
477
  select: RoleTypeSelect;
435
478
  };
436
479
  };
437
- export interface RoleTypeFilter {
438
- id?: IntFilter;
439
- name?: StringFilter;
440
- and?: RoleTypeFilter[];
441
- or?: RoleTypeFilter[];
442
- not?: RoleTypeFilter;
443
- }
444
480
  export interface CryptoAddressFilter {
445
481
  id?: UUIDFilter;
446
482
  ownerId?: UUIDFilter;
@@ -449,10 +485,19 @@ export interface CryptoAddressFilter {
449
485
  isPrimary?: BooleanFilter;
450
486
  createdAt?: DatetimeFilter;
451
487
  updatedAt?: DatetimeFilter;
488
+ addressTrgmSimilarity?: FloatFilter;
489
+ searchScore?: FloatFilter;
452
490
  and?: CryptoAddressFilter[];
453
491
  or?: CryptoAddressFilter[];
454
492
  not?: CryptoAddressFilter;
455
493
  }
494
+ export interface RoleTypeFilter {
495
+ id?: IntFilter;
496
+ name?: StringFilter;
497
+ and?: RoleTypeFilter[];
498
+ or?: RoleTypeFilter[];
499
+ not?: RoleTypeFilter;
500
+ }
456
501
  export interface PhoneNumberFilter {
457
502
  id?: UUIDFilter;
458
503
  ownerId?: UUIDFilter;
@@ -462,6 +507,9 @@ export interface PhoneNumberFilter {
462
507
  isPrimary?: BooleanFilter;
463
508
  createdAt?: DatetimeFilter;
464
509
  updatedAt?: DatetimeFilter;
510
+ ccTrgmSimilarity?: FloatFilter;
511
+ numberTrgmSimilarity?: FloatFilter;
512
+ searchScore?: FloatFilter;
465
513
  and?: PhoneNumberFilter[];
466
514
  or?: PhoneNumberFilter[];
467
515
  not?: PhoneNumberFilter;
@@ -475,6 +523,9 @@ export interface ConnectedAccountFilter {
475
523
  isVerified?: BooleanFilter;
476
524
  createdAt?: DatetimeFilter;
477
525
  updatedAt?: DatetimeFilter;
526
+ serviceTrgmSimilarity?: FloatFilter;
527
+ identifierTrgmSimilarity?: FloatFilter;
528
+ searchScore?: FloatFilter;
478
529
  and?: ConnectedAccountFilter[];
479
530
  or?: ConnectedAccountFilter[];
480
531
  not?: ConnectedAccountFilter;
@@ -488,6 +539,8 @@ export interface AuditLogFilter {
488
539
  ipAddress?: InternetAddressFilter;
489
540
  success?: BooleanFilter;
490
541
  createdAt?: DatetimeFilter;
542
+ userAgentTrgmSimilarity?: FloatFilter;
543
+ searchScore?: FloatFilter;
491
544
  and?: AuditLogFilter[];
492
545
  or?: AuditLogFilter[];
493
546
  not?: AuditLogFilter;
@@ -514,98 +567,19 @@ export interface UserFilter {
514
567
  createdAt?: DatetimeFilter;
515
568
  updatedAt?: DatetimeFilter;
516
569
  searchTsvRank?: FloatFilter;
570
+ displayNameTrgmSimilarity?: FloatFilter;
571
+ searchScore?: FloatFilter;
517
572
  and?: UserFilter[];
518
573
  or?: UserFilter[];
519
574
  not?: UserFilter;
520
575
  }
521
- export interface RoleTypeCondition {
522
- id?: number | null;
523
- name?: string | null;
524
- }
525
- export interface CryptoAddressCondition {
526
- id?: string | null;
527
- ownerId?: string | null;
528
- address?: string | null;
529
- isVerified?: boolean | null;
530
- isPrimary?: boolean | null;
531
- createdAt?: string | null;
532
- updatedAt?: string | null;
533
- }
534
- export interface PhoneNumberCondition {
535
- id?: string | null;
536
- ownerId?: string | null;
537
- cc?: string | null;
538
- number?: string | null;
539
- isVerified?: boolean | null;
540
- isPrimary?: boolean | null;
541
- createdAt?: string | null;
542
- updatedAt?: string | null;
543
- }
544
- export interface ConnectedAccountCondition {
545
- id?: string | null;
546
- ownerId?: string | null;
547
- service?: string | null;
548
- identifier?: string | null;
549
- details?: unknown | null;
550
- isVerified?: boolean | null;
551
- createdAt?: string | null;
552
- updatedAt?: string | null;
553
- }
554
- export interface AuditLogCondition {
555
- id?: string | null;
556
- event?: string | null;
557
- actorId?: string | null;
558
- origin?: unknown | null;
559
- userAgent?: string | null;
560
- ipAddress?: string | null;
561
- success?: boolean | null;
562
- createdAt?: string | null;
563
- }
564
- export interface EmailCondition {
565
- id?: string | null;
566
- ownerId?: string | null;
567
- email?: unknown | null;
568
- isVerified?: boolean | null;
569
- isPrimary?: boolean | null;
570
- createdAt?: string | null;
571
- updatedAt?: string | null;
572
- }
573
- export interface UserCondition {
574
- id?: string | null;
575
- username?: string | null;
576
- displayName?: string | null;
577
- profilePicture?: unknown | null;
578
- searchTsv?: string | null;
579
- type?: number | null;
580
- createdAt?: string | null;
581
- updatedAt?: string | null;
582
- searchTsvRank?: number | null;
583
- }
576
+ export type CryptoAddressOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'ADDRESS_ASC' | 'ADDRESS_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'IS_PRIMARY_ASC' | 'IS_PRIMARY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ADDRESS_TRGM_SIMILARITY_ASC' | 'ADDRESS_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
584
577
  export type RoleTypeOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC';
585
- export type CryptoAddressOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'ADDRESS_ASC' | 'ADDRESS_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'IS_PRIMARY_ASC' | 'IS_PRIMARY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
586
- export type PhoneNumberOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'CC_ASC' | 'CC_DESC' | 'NUMBER_ASC' | 'NUMBER_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'IS_PRIMARY_ASC' | 'IS_PRIMARY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
587
- export type ConnectedAccountOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'SERVICE_ASC' | 'SERVICE_DESC' | 'IDENTIFIER_ASC' | 'IDENTIFIER_DESC' | 'DETAILS_ASC' | 'DETAILS_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
588
- export type AuditLogOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'EVENT_ASC' | 'EVENT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ORIGIN_ASC' | 'ORIGIN_DESC' | 'USER_AGENT_ASC' | 'USER_AGENT_DESC' | 'IP_ADDRESS_ASC' | 'IP_ADDRESS_DESC' | 'SUCCESS_ASC' | 'SUCCESS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC';
578
+ export type PhoneNumberOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'CC_ASC' | 'CC_DESC' | 'NUMBER_ASC' | 'NUMBER_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'IS_PRIMARY_ASC' | 'IS_PRIMARY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CC_TRGM_SIMILARITY_ASC' | 'CC_TRGM_SIMILARITY_DESC' | 'NUMBER_TRGM_SIMILARITY_ASC' | 'NUMBER_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
579
+ export type ConnectedAccountOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'SERVICE_ASC' | 'SERVICE_DESC' | 'IDENTIFIER_ASC' | 'IDENTIFIER_DESC' | 'DETAILS_ASC' | 'DETAILS_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'SERVICE_TRGM_SIMILARITY_ASC' | 'SERVICE_TRGM_SIMILARITY_DESC' | 'IDENTIFIER_TRGM_SIMILARITY_ASC' | 'IDENTIFIER_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
580
+ export type AuditLogOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'EVENT_ASC' | 'EVENT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ORIGIN_ASC' | 'ORIGIN_DESC' | 'USER_AGENT_ASC' | 'USER_AGENT_DESC' | 'IP_ADDRESS_ASC' | 'IP_ADDRESS_DESC' | 'SUCCESS_ASC' | 'SUCCESS_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'USER_AGENT_TRGM_SIMILARITY_ASC' | 'USER_AGENT_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
589
581
  export type EmailOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'IS_PRIMARY_ASC' | 'IS_PRIMARY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
590
- export type UserOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'USERNAME_ASC' | 'USERNAME_DESC' | 'DISPLAY_NAME_ASC' | 'DISPLAY_NAME_DESC' | 'PROFILE_PICTURE_ASC' | 'PROFILE_PICTURE_DESC' | 'SEARCH_TSV_ASC' | 'SEARCH_TSV_DESC' | 'TYPE_ASC' | 'TYPE_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'SEARCH_TSV_RANK_ASC' | 'SEARCH_TSV_RANK_DESC';
591
- export interface CreateRoleTypeInput {
592
- clientMutationId?: string;
593
- roleType: {
594
- name: string;
595
- };
596
- }
597
- export interface RoleTypePatch {
598
- name?: string | null;
599
- }
600
- export interface UpdateRoleTypeInput {
601
- clientMutationId?: string;
602
- id: number;
603
- roleTypePatch: RoleTypePatch;
604
- }
605
- export interface DeleteRoleTypeInput {
606
- clientMutationId?: string;
607
- id: number;
608
- }
582
+ export type UserOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'USERNAME_ASC' | 'USERNAME_DESC' | 'DISPLAY_NAME_ASC' | 'DISPLAY_NAME_DESC' | 'PROFILE_PICTURE_ASC' | 'PROFILE_PICTURE_DESC' | 'SEARCH_TSV_ASC' | 'SEARCH_TSV_DESC' | 'TYPE_ASC' | 'TYPE_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'SEARCH_TSV_RANK_ASC' | 'SEARCH_TSV_RANK_DESC' | 'DISPLAY_NAME_TRGM_SIMILARITY_ASC' | 'DISPLAY_NAME_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
609
583
  export interface CreateCryptoAddressInput {
610
584
  clientMutationId?: string;
611
585
  cryptoAddress: {
@@ -620,6 +594,8 @@ export interface CryptoAddressPatch {
620
594
  address?: string | null;
621
595
  isVerified?: boolean | null;
622
596
  isPrimary?: boolean | null;
597
+ addressTrgmSimilarity?: number | null;
598
+ searchScore?: number | null;
623
599
  }
624
600
  export interface UpdateCryptoAddressInput {
625
601
  clientMutationId?: string;
@@ -630,6 +606,24 @@ export interface DeleteCryptoAddressInput {
630
606
  clientMutationId?: string;
631
607
  id: string;
632
608
  }
609
+ export interface CreateRoleTypeInput {
610
+ clientMutationId?: string;
611
+ roleType: {
612
+ name: string;
613
+ };
614
+ }
615
+ export interface RoleTypePatch {
616
+ name?: string | null;
617
+ }
618
+ export interface UpdateRoleTypeInput {
619
+ clientMutationId?: string;
620
+ id: number;
621
+ roleTypePatch: RoleTypePatch;
622
+ }
623
+ export interface DeleteRoleTypeInput {
624
+ clientMutationId?: string;
625
+ id: number;
626
+ }
633
627
  export interface CreatePhoneNumberInput {
634
628
  clientMutationId?: string;
635
629
  phoneNumber: {
@@ -646,6 +640,9 @@ export interface PhoneNumberPatch {
646
640
  number?: string | null;
647
641
  isVerified?: boolean | null;
648
642
  isPrimary?: boolean | null;
643
+ ccTrgmSimilarity?: number | null;
644
+ numberTrgmSimilarity?: number | null;
645
+ searchScore?: number | null;
649
646
  }
650
647
  export interface UpdatePhoneNumberInput {
651
648
  clientMutationId?: string;
@@ -672,6 +669,9 @@ export interface ConnectedAccountPatch {
672
669
  identifier?: string | null;
673
670
  details?: Record<string, unknown> | null;
674
671
  isVerified?: boolean | null;
672
+ serviceTrgmSimilarity?: number | null;
673
+ identifierTrgmSimilarity?: number | null;
674
+ searchScore?: number | null;
675
675
  }
676
676
  export interface UpdateConnectedAccountInput {
677
677
  clientMutationId?: string;
@@ -700,6 +700,8 @@ export interface AuditLogPatch {
700
700
  userAgent?: string | null;
701
701
  ipAddress?: string | null;
702
702
  success?: boolean | null;
703
+ userAgentTrgmSimilarity?: number | null;
704
+ searchScore?: number | null;
703
705
  }
704
706
  export interface UpdateAuditLogInput {
705
707
  clientMutationId?: string;
@@ -751,6 +753,8 @@ export interface UserPatch {
751
753
  searchTsv?: string | null;
752
754
  type?: number | null;
753
755
  searchTsvRank?: number | null;
756
+ displayNameTrgmSimilarity?: number | null;
757
+ searchScore?: number | null;
754
758
  }
755
759
  export interface UpdateUserInput {
756
760
  clientMutationId?: string;
@@ -994,51 +998,6 @@ export type VerifyTotpPayloadSelect = {
994
998
  select: SessionSelect;
995
999
  };
996
1000
  };
997
- export interface CreateRoleTypePayload {
998
- clientMutationId?: string | null;
999
- /** The `RoleType` that was created by this mutation. */
1000
- roleType?: RoleType | null;
1001
- roleTypeEdge?: RoleTypeEdge | null;
1002
- }
1003
- export type CreateRoleTypePayloadSelect = {
1004
- clientMutationId?: boolean;
1005
- roleType?: {
1006
- select: RoleTypeSelect;
1007
- };
1008
- roleTypeEdge?: {
1009
- select: RoleTypeEdgeSelect;
1010
- };
1011
- };
1012
- export interface UpdateRoleTypePayload {
1013
- clientMutationId?: string | null;
1014
- /** The `RoleType` that was updated by this mutation. */
1015
- roleType?: RoleType | null;
1016
- roleTypeEdge?: RoleTypeEdge | null;
1017
- }
1018
- export type UpdateRoleTypePayloadSelect = {
1019
- clientMutationId?: boolean;
1020
- roleType?: {
1021
- select: RoleTypeSelect;
1022
- };
1023
- roleTypeEdge?: {
1024
- select: RoleTypeEdgeSelect;
1025
- };
1026
- };
1027
- export interface DeleteRoleTypePayload {
1028
- clientMutationId?: string | null;
1029
- /** The `RoleType` that was deleted by this mutation. */
1030
- roleType?: RoleType | null;
1031
- roleTypeEdge?: RoleTypeEdge | null;
1032
- }
1033
- export type DeleteRoleTypePayloadSelect = {
1034
- clientMutationId?: boolean;
1035
- roleType?: {
1036
- select: RoleTypeSelect;
1037
- };
1038
- roleTypeEdge?: {
1039
- select: RoleTypeEdgeSelect;
1040
- };
1041
- };
1042
1001
  export interface CreateCryptoAddressPayload {
1043
1002
  clientMutationId?: string | null;
1044
1003
  /** The `CryptoAddress` that was created by this mutation. */
@@ -1084,6 +1043,51 @@ export type DeleteCryptoAddressPayloadSelect = {
1084
1043
  select: CryptoAddressEdgeSelect;
1085
1044
  };
1086
1045
  };
1046
+ export interface CreateRoleTypePayload {
1047
+ clientMutationId?: string | null;
1048
+ /** The `RoleType` that was created by this mutation. */
1049
+ roleType?: RoleType | null;
1050
+ roleTypeEdge?: RoleTypeEdge | null;
1051
+ }
1052
+ export type CreateRoleTypePayloadSelect = {
1053
+ clientMutationId?: boolean;
1054
+ roleType?: {
1055
+ select: RoleTypeSelect;
1056
+ };
1057
+ roleTypeEdge?: {
1058
+ select: RoleTypeEdgeSelect;
1059
+ };
1060
+ };
1061
+ export interface UpdateRoleTypePayload {
1062
+ clientMutationId?: string | null;
1063
+ /** The `RoleType` that was updated by this mutation. */
1064
+ roleType?: RoleType | null;
1065
+ roleTypeEdge?: RoleTypeEdge | null;
1066
+ }
1067
+ export type UpdateRoleTypePayloadSelect = {
1068
+ clientMutationId?: boolean;
1069
+ roleType?: {
1070
+ select: RoleTypeSelect;
1071
+ };
1072
+ roleTypeEdge?: {
1073
+ select: RoleTypeEdgeSelect;
1074
+ };
1075
+ };
1076
+ export interface DeleteRoleTypePayload {
1077
+ clientMutationId?: string | null;
1078
+ /** The `RoleType` that was deleted by this mutation. */
1079
+ roleType?: RoleType | null;
1080
+ roleTypeEdge?: RoleTypeEdge | null;
1081
+ }
1082
+ export type DeleteRoleTypePayloadSelect = {
1083
+ clientMutationId?: boolean;
1084
+ roleType?: {
1085
+ select: RoleTypeSelect;
1086
+ };
1087
+ roleTypeEdge?: {
1088
+ select: RoleTypeEdgeSelect;
1089
+ };
1090
+ };
1087
1091
  export interface CreatePhoneNumberPayload {
1088
1092
  clientMutationId?: string | null;
1089
1093
  /** The `PhoneNumber` that was created by this mutation. */
@@ -1316,6 +1320,10 @@ export interface SignInOneTimeTokenRecord {
1316
1320
  accessTokenExpiresAt?: string | null;
1317
1321
  isVerified?: boolean | null;
1318
1322
  totpEnabled?: boolean | null;
1323
+ /** TRGM similarity when searching `accessToken`. Returns null when no trgm search filter is active. */
1324
+ accessTokenTrgmSimilarity?: number | null;
1325
+ /** Composite search relevance score (0..1, higher = more relevant). Computed by normalizing and averaging all active search signals. Returns null when no search filters are active. */
1326
+ searchScore?: number | null;
1319
1327
  }
1320
1328
  export type SignInOneTimeTokenRecordSelect = {
1321
1329
  id?: boolean;
@@ -1324,6 +1332,8 @@ export type SignInOneTimeTokenRecordSelect = {
1324
1332
  accessTokenExpiresAt?: boolean;
1325
1333
  isVerified?: boolean;
1326
1334
  totpEnabled?: boolean;
1335
+ accessTokenTrgmSimilarity?: boolean;
1336
+ searchScore?: boolean;
1327
1337
  };
1328
1338
  export interface SignInRecord {
1329
1339
  id?: string | null;
@@ -1332,6 +1342,10 @@ export interface SignInRecord {
1332
1342
  accessTokenExpiresAt?: string | null;
1333
1343
  isVerified?: boolean | null;
1334
1344
  totpEnabled?: boolean | null;
1345
+ /** TRGM similarity when searching `accessToken`. Returns null when no trgm search filter is active. */
1346
+ accessTokenTrgmSimilarity?: number | null;
1347
+ /** Composite search relevance score (0..1, higher = more relevant). Computed by normalizing and averaging all active search signals. Returns null when no search filters are active. */
1348
+ searchScore?: number | null;
1335
1349
  }
1336
1350
  export type SignInRecordSelect = {
1337
1351
  id?: boolean;
@@ -1340,6 +1354,8 @@ export type SignInRecordSelect = {
1340
1354
  accessTokenExpiresAt?: boolean;
1341
1355
  isVerified?: boolean;
1342
1356
  totpEnabled?: boolean;
1357
+ accessTokenTrgmSimilarity?: boolean;
1358
+ searchScore?: boolean;
1343
1359
  };
1344
1360
  export interface SignUpRecord {
1345
1361
  id?: string | null;
@@ -1348,6 +1364,10 @@ export interface SignUpRecord {
1348
1364
  accessTokenExpiresAt?: string | null;
1349
1365
  isVerified?: boolean | null;
1350
1366
  totpEnabled?: boolean | null;
1367
+ /** TRGM similarity when searching `accessToken`. Returns null when no trgm search filter is active. */
1368
+ accessTokenTrgmSimilarity?: number | null;
1369
+ /** Composite search relevance score (0..1, higher = more relevant). Computed by normalizing and averaging all active search signals. Returns null when no search filters are active. */
1370
+ searchScore?: number | null;
1351
1371
  }
1352
1372
  export type SignUpRecordSelect = {
1353
1373
  id?: boolean;
@@ -1356,6 +1376,8 @@ export type SignUpRecordSelect = {
1356
1376
  accessTokenExpiresAt?: boolean;
1357
1377
  isVerified?: boolean;
1358
1378
  totpEnabled?: boolean;
1379
+ accessTokenTrgmSimilarity?: boolean;
1380
+ searchScore?: boolean;
1359
1381
  };
1360
1382
  export interface ExtendTokenExpiresRecord {
1361
1383
  id?: string | null;
@@ -1394,6 +1416,14 @@ export interface Session {
1394
1416
  csrfSecret?: string | null;
1395
1417
  createdAt?: string | null;
1396
1418
  updatedAt?: string | null;
1419
+ /** TRGM similarity when searching `uagent`. Returns null when no trgm search filter is active. */
1420
+ uagentTrgmSimilarity?: number | null;
1421
+ /** TRGM similarity when searching `fingerprintMode`. Returns null when no trgm search filter is active. */
1422
+ fingerprintModeTrgmSimilarity?: number | null;
1423
+ /** TRGM similarity when searching `csrfSecret`. Returns null when no trgm search filter is active. */
1424
+ csrfSecretTrgmSimilarity?: number | null;
1425
+ /** Composite search relevance score (0..1, higher = more relevant). Computed by normalizing and averaging all active search signals. Returns null when no search filters are active. */
1426
+ searchScore?: number | null;
1397
1427
  }
1398
1428
  export type SessionSelect = {
1399
1429
  id?: boolean;
@@ -1410,18 +1440,10 @@ export type SessionSelect = {
1410
1440
  csrfSecret?: boolean;
1411
1441
  createdAt?: boolean;
1412
1442
  updatedAt?: boolean;
1413
- };
1414
- /** A `RoleType` edge in the connection. */
1415
- export interface RoleTypeEdge {
1416
- cursor?: string | null;
1417
- /** The `RoleType` at the end of the edge. */
1418
- node?: RoleType | null;
1419
- }
1420
- export type RoleTypeEdgeSelect = {
1421
- cursor?: boolean;
1422
- node?: {
1423
- select: RoleTypeSelect;
1424
- };
1443
+ uagentTrgmSimilarity?: boolean;
1444
+ fingerprintModeTrgmSimilarity?: boolean;
1445
+ csrfSecretTrgmSimilarity?: boolean;
1446
+ searchScore?: boolean;
1425
1447
  };
1426
1448
  /** A `CryptoAddress` edge in the connection. */
1427
1449
  export interface CryptoAddressEdge {
@@ -1435,6 +1457,18 @@ export type CryptoAddressEdgeSelect = {
1435
1457
  select: CryptoAddressSelect;
1436
1458
  };
1437
1459
  };
1460
+ /** A `RoleType` edge in the connection. */
1461
+ export interface RoleTypeEdge {
1462
+ cursor?: string | null;
1463
+ /** The `RoleType` at the end of the edge. */
1464
+ node?: RoleType | null;
1465
+ }
1466
+ export type RoleTypeEdgeSelect = {
1467
+ cursor?: boolean;
1468
+ node?: {
1469
+ select: RoleTypeSelect;
1470
+ };
1471
+ };
1438
1472
  /** A `PhoneNumber` edge in the connection. */
1439
1473
  export interface PhoneNumberEdge {
1440
1474
  cursor?: string | null;
@@ -10,7 +10,7 @@ import type { AuditLogWithRelations, AuditLogSelect, AuditLogFilter, AuditLogOrd
10
10
  export declare class AuditLogModel {
11
11
  private client;
12
12
  constructor(client: OrmClient);
13
- findMany<S extends AuditLogSelect>(args: FindManyArgs<S, AuditLogFilter, AuditLogOrderBy> & {
13
+ findMany<S extends AuditLogSelect>(args: FindManyArgs<S, AuditLogFilter, never, AuditLogOrderBy> & {
14
14
  select: S;
15
15
  } & StrictSelect<S, AuditLogSelect>): QueryBuilder<{
16
16
  auditLogs: ConnectionResult<InferSelectResult<AuditLogWithRelations, S>>;
@@ -10,7 +10,7 @@ import type { ConnectedAccountWithRelations, ConnectedAccountSelect, ConnectedAc
10
10
  export declare class ConnectedAccountModel {
11
11
  private client;
12
12
  constructor(client: OrmClient);
13
- findMany<S extends ConnectedAccountSelect>(args: FindManyArgs<S, ConnectedAccountFilter, ConnectedAccountOrderBy> & {
13
+ findMany<S extends ConnectedAccountSelect>(args: FindManyArgs<S, ConnectedAccountFilter, never, ConnectedAccountOrderBy> & {
14
14
  select: S;
15
15
  } & StrictSelect<S, ConnectedAccountSelect>): QueryBuilder<{
16
16
  connectedAccounts: ConnectionResult<InferSelectResult<ConnectedAccountWithRelations, S>>;
@@ -10,7 +10,7 @@ import type { CryptoAddressWithRelations, CryptoAddressSelect, CryptoAddressFilt
10
10
  export declare class CryptoAddressModel {
11
11
  private client;
12
12
  constructor(client: OrmClient);
13
- findMany<S extends CryptoAddressSelect>(args: FindManyArgs<S, CryptoAddressFilter, CryptoAddressOrderBy> & {
13
+ findMany<S extends CryptoAddressSelect>(args: FindManyArgs<S, CryptoAddressFilter, never, CryptoAddressOrderBy> & {
14
14
  select: S;
15
15
  } & StrictSelect<S, CryptoAddressSelect>): QueryBuilder<{
16
16
  cryptoAddresses: ConnectionResult<InferSelectResult<CryptoAddressWithRelations, S>>;
@@ -10,7 +10,7 @@ import type { EmailWithRelations, EmailSelect, EmailFilter, EmailOrderBy, Create
10
10
  export declare class EmailModel {
11
11
  private client;
12
12
  constructor(client: OrmClient);
13
- findMany<S extends EmailSelect>(args: FindManyArgs<S, EmailFilter, EmailOrderBy> & {
13
+ findMany<S extends EmailSelect>(args: FindManyArgs<S, EmailFilter, never, EmailOrderBy> & {
14
14
  select: S;
15
15
  } & StrictSelect<S, EmailSelect>): QueryBuilder<{
16
16
  emails: ConnectionResult<InferSelectResult<EmailWithRelations, S>>;
@@ -3,8 +3,8 @@
3
3
  * @generated by @constructive-io/graphql-codegen
4
4
  * DO NOT EDIT - changes will be overwritten
5
5
  */
6
- export { RoleTypeModel } from './roleType';
7
6
  export { CryptoAddressModel } from './cryptoAddress';
7
+ export { RoleTypeModel } from './roleType';
8
8
  export { PhoneNumberModel } from './phoneNumber';
9
9
  export { ConnectedAccountModel } from './connectedAccount';
10
10
  export { AuditLogModel } from './auditLog';