@constructive-io/sdk 0.7.1 → 0.7.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 (345) hide show
  1. package/admin/orm/index.d.ts +6 -6
  2. package/admin/orm/index.js +6 -6
  3. package/admin/orm/input-types.d.ts +481 -386
  4. package/admin/orm/models/appAchievement.d.ts +1 -1
  5. package/admin/orm/models/appAdminGrant.d.ts +1 -1
  6. package/admin/orm/models/appGrant.d.ts +1 -1
  7. package/admin/orm/models/appLevel.d.ts +1 -1
  8. package/admin/orm/models/appLevelRequirement.d.ts +1 -1
  9. package/admin/orm/models/appLimit.d.ts +1 -1
  10. package/admin/orm/models/appLimitDefault.d.ts +1 -1
  11. package/admin/orm/models/appMembership.d.ts +1 -1
  12. package/admin/orm/models/appMembershipDefault.d.ts +1 -1
  13. package/admin/orm/models/appOwnerGrant.d.ts +1 -1
  14. package/admin/orm/models/appPermission.d.ts +1 -1
  15. package/admin/orm/models/appPermissionDefault.d.ts +1 -1
  16. package/admin/orm/models/appStep.d.ts +1 -1
  17. package/admin/orm/models/claimedInvite.d.ts +1 -1
  18. package/admin/orm/models/index.d.ts +3 -3
  19. package/admin/orm/models/index.js +7 -7
  20. package/admin/orm/models/invite.d.ts +1 -1
  21. package/admin/orm/models/membershipType.d.ts +1 -1
  22. package/admin/orm/models/orgAdminGrant.d.ts +1 -1
  23. package/admin/orm/models/orgChartEdge.d.ts +1 -1
  24. package/admin/orm/models/orgChartEdgeGrant.d.ts +1 -1
  25. package/admin/orm/models/orgClaimedInvite.d.ts +1 -1
  26. package/admin/orm/models/orgGetManagersRecord.d.ts +1 -1
  27. package/admin/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
  28. package/admin/orm/models/orgGrant.d.ts +1 -1
  29. package/admin/orm/models/orgInvite.d.ts +1 -1
  30. package/admin/orm/models/orgLimit.d.ts +1 -1
  31. package/admin/orm/models/orgLimitDefault.d.ts +1 -1
  32. package/admin/orm/models/orgMember.d.ts +1 -1
  33. package/admin/orm/models/orgMembership.d.ts +1 -1
  34. package/admin/orm/models/orgMembershipDefault.d.ts +1 -1
  35. package/admin/orm/models/orgOwnerGrant.d.ts +1 -1
  36. package/admin/orm/models/orgPermission.d.ts +1 -1
  37. package/admin/orm/models/orgPermissionDefault.d.ts +1 -1
  38. package/admin/orm/query-builder.js +0 -2
  39. package/auth/orm/index.d.ts +2 -2
  40. package/auth/orm/index.js +2 -2
  41. package/auth/orm/input-types.d.ts +189 -99
  42. package/auth/orm/models/auditLog.d.ts +1 -1
  43. package/auth/orm/models/connectedAccount.d.ts +1 -1
  44. package/auth/orm/models/cryptoAddress.d.ts +1 -1
  45. package/auth/orm/models/email.d.ts +1 -1
  46. package/auth/orm/models/index.d.ts +1 -1
  47. package/auth/orm/models/index.js +3 -3
  48. package/auth/orm/models/phoneNumber.d.ts +1 -1
  49. package/auth/orm/models/roleType.d.ts +1 -1
  50. package/auth/orm/models/user.d.ts +1 -1
  51. package/auth/orm/query-builder.js +0 -2
  52. package/esm/admin/orm/index.d.ts +6 -6
  53. package/esm/admin/orm/index.js +6 -6
  54. package/esm/admin/orm/input-types.d.ts +481 -386
  55. package/esm/admin/orm/models/appAchievement.d.ts +1 -1
  56. package/esm/admin/orm/models/appAdminGrant.d.ts +1 -1
  57. package/esm/admin/orm/models/appGrant.d.ts +1 -1
  58. package/esm/admin/orm/models/appLevel.d.ts +1 -1
  59. package/esm/admin/orm/models/appLevelRequirement.d.ts +1 -1
  60. package/esm/admin/orm/models/appLimit.d.ts +1 -1
  61. package/esm/admin/orm/models/appLimitDefault.d.ts +1 -1
  62. package/esm/admin/orm/models/appMembership.d.ts +1 -1
  63. package/esm/admin/orm/models/appMembershipDefault.d.ts +1 -1
  64. package/esm/admin/orm/models/appOwnerGrant.d.ts +1 -1
  65. package/esm/admin/orm/models/appPermission.d.ts +1 -1
  66. package/esm/admin/orm/models/appPermissionDefault.d.ts +1 -1
  67. package/esm/admin/orm/models/appStep.d.ts +1 -1
  68. package/esm/admin/orm/models/claimedInvite.d.ts +1 -1
  69. package/esm/admin/orm/models/index.d.ts +3 -3
  70. package/esm/admin/orm/models/index.js +3 -3
  71. package/esm/admin/orm/models/invite.d.ts +1 -1
  72. package/esm/admin/orm/models/membershipType.d.ts +1 -1
  73. package/esm/admin/orm/models/orgAdminGrant.d.ts +1 -1
  74. package/esm/admin/orm/models/orgChartEdge.d.ts +1 -1
  75. package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +1 -1
  76. package/esm/admin/orm/models/orgClaimedInvite.d.ts +1 -1
  77. package/esm/admin/orm/models/orgGetManagersRecord.d.ts +1 -1
  78. package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
  79. package/esm/admin/orm/models/orgGrant.d.ts +1 -1
  80. package/esm/admin/orm/models/orgInvite.d.ts +1 -1
  81. package/esm/admin/orm/models/orgLimit.d.ts +1 -1
  82. package/esm/admin/orm/models/orgLimitDefault.d.ts +1 -1
  83. package/esm/admin/orm/models/orgMember.d.ts +1 -1
  84. package/esm/admin/orm/models/orgMembership.d.ts +1 -1
  85. package/esm/admin/orm/models/orgMembershipDefault.d.ts +1 -1
  86. package/esm/admin/orm/models/orgOwnerGrant.d.ts +1 -1
  87. package/esm/admin/orm/models/orgPermission.d.ts +1 -1
  88. package/esm/admin/orm/models/orgPermissionDefault.d.ts +1 -1
  89. package/esm/admin/orm/query-builder.js +0 -2
  90. package/esm/auth/orm/index.d.ts +2 -2
  91. package/esm/auth/orm/index.js +2 -2
  92. package/esm/auth/orm/input-types.d.ts +189 -99
  93. package/esm/auth/orm/models/auditLog.d.ts +1 -1
  94. package/esm/auth/orm/models/connectedAccount.d.ts +1 -1
  95. package/esm/auth/orm/models/cryptoAddress.d.ts +1 -1
  96. package/esm/auth/orm/models/email.d.ts +1 -1
  97. package/esm/auth/orm/models/index.d.ts +1 -1
  98. package/esm/auth/orm/models/index.js +1 -1
  99. package/esm/auth/orm/models/phoneNumber.d.ts +1 -1
  100. package/esm/auth/orm/models/roleType.d.ts +1 -1
  101. package/esm/auth/orm/models/user.d.ts +1 -1
  102. package/esm/auth/orm/query-builder.js +0 -2
  103. package/esm/objects/orm/input-types.d.ts +33 -3
  104. package/esm/objects/orm/models/commit.d.ts +1 -1
  105. package/esm/objects/orm/models/getAllRecord.d.ts +1 -1
  106. package/esm/objects/orm/models/object.d.ts +1 -1
  107. package/esm/objects/orm/models/ref.d.ts +1 -1
  108. package/esm/objects/orm/models/store.d.ts +1 -1
  109. package/esm/objects/orm/query-builder.js +0 -2
  110. package/esm/public/orm/index.d.ts +17 -19
  111. package/esm/public/orm/index.js +12 -14
  112. package/esm/public/orm/input-types.d.ts +2363 -927
  113. package/esm/public/orm/input-types.js +0 -3
  114. package/esm/public/orm/models/api.d.ts +1 -1
  115. package/esm/public/orm/models/apiModule.d.ts +1 -1
  116. package/esm/public/orm/models/apiSchema.d.ts +1 -1
  117. package/esm/public/orm/models/app.d.ts +1 -1
  118. package/esm/public/orm/models/appAchievement.d.ts +1 -1
  119. package/esm/public/orm/models/appAdminGrant.d.ts +1 -1
  120. package/esm/public/orm/models/appGrant.d.ts +1 -1
  121. package/esm/public/orm/models/appLevel.d.ts +1 -1
  122. package/esm/public/orm/models/appLevelRequirement.d.ts +1 -1
  123. package/esm/public/orm/models/appLimit.d.ts +1 -1
  124. package/esm/public/orm/models/appLimitDefault.d.ts +1 -1
  125. package/esm/public/orm/models/appMembership.d.ts +1 -1
  126. package/esm/public/orm/models/appMembershipDefault.d.ts +1 -1
  127. package/esm/public/orm/models/appOwnerGrant.d.ts +1 -1
  128. package/esm/public/orm/models/appPermission.d.ts +1 -1
  129. package/esm/public/orm/models/appPermissionDefault.d.ts +1 -1
  130. package/esm/public/orm/models/appStep.d.ts +1 -1
  131. package/esm/public/orm/models/astMigration.d.ts +1 -1
  132. package/esm/public/orm/models/auditLog.d.ts +1 -1
  133. package/esm/public/orm/models/checkConstraint.d.ts +1 -1
  134. package/esm/public/orm/models/claimedInvite.d.ts +1 -1
  135. package/esm/public/orm/models/commit.d.ts +1 -1
  136. package/esm/public/orm/models/connectedAccount.d.ts +1 -1
  137. package/esm/public/orm/models/connectedAccountsModule.d.ts +1 -1
  138. package/esm/public/orm/models/cryptoAddress.d.ts +1 -1
  139. package/esm/public/orm/models/cryptoAddressesModule.d.ts +1 -1
  140. package/esm/public/orm/models/cryptoAuthModule.d.ts +1 -1
  141. package/esm/public/orm/models/database.d.ts +1 -1
  142. package/esm/public/orm/models/databaseProvisionModule.d.ts +1 -1
  143. package/esm/public/orm/models/defaultIdsModule.d.ts +1 -1
  144. package/esm/public/orm/models/defaultPrivilege.d.ts +1 -1
  145. package/esm/public/orm/models/denormalizedTableField.d.ts +1 -1
  146. package/esm/public/orm/models/domain.d.ts +1 -1
  147. package/esm/public/orm/models/email.d.ts +1 -1
  148. package/esm/public/orm/models/emailsModule.d.ts +1 -1
  149. package/esm/public/orm/models/encryptedSecretsModule.d.ts +1 -1
  150. package/esm/public/orm/models/field.d.ts +1 -1
  151. package/esm/public/orm/models/fieldModule.d.ts +1 -1
  152. package/esm/public/orm/models/foreignKeyConstraint.d.ts +1 -1
  153. package/esm/public/orm/models/fullTextSearch.d.ts +1 -1
  154. package/esm/public/orm/models/getAllRecord.d.ts +1 -1
  155. package/esm/public/orm/models/hierarchyModule.d.ts +1 -1
  156. package/esm/public/orm/models/index.d.ts +6 -7
  157. package/esm/public/orm/models/index.js +6 -7
  158. package/esm/public/orm/models/indexModel.d.ts +1 -1
  159. package/esm/public/orm/models/invite.d.ts +1 -1
  160. package/esm/public/orm/models/invitesModule.d.ts +1 -1
  161. package/esm/public/orm/models/levelsModule.d.ts +1 -1
  162. package/esm/public/orm/models/limitsModule.d.ts +1 -1
  163. package/esm/public/orm/models/membershipType.d.ts +1 -1
  164. package/esm/public/orm/models/membershipTypesModule.d.ts +1 -1
  165. package/esm/public/orm/models/membershipsModule.d.ts +1 -1
  166. package/esm/public/orm/models/nodeTypeRegistry.d.ts +1 -1
  167. package/esm/public/orm/models/object.d.ts +1 -1
  168. package/esm/public/orm/models/orgAdminGrant.d.ts +1 -1
  169. package/esm/public/orm/models/orgChartEdge.d.ts +1 -1
  170. package/esm/public/orm/models/orgChartEdgeGrant.d.ts +1 -1
  171. package/esm/public/orm/models/orgClaimedInvite.d.ts +1 -1
  172. package/esm/public/orm/models/orgGetManagersRecord.d.ts +1 -1
  173. package/esm/public/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
  174. package/esm/public/orm/models/orgGrant.d.ts +1 -1
  175. package/esm/public/orm/models/orgInvite.d.ts +1 -1
  176. package/esm/public/orm/models/orgLimit.d.ts +1 -1
  177. package/esm/public/orm/models/orgLimitDefault.d.ts +1 -1
  178. package/esm/public/orm/models/orgMember.d.ts +1 -1
  179. package/esm/public/orm/models/orgMembership.d.ts +1 -1
  180. package/esm/public/orm/models/orgMembershipDefault.d.ts +1 -1
  181. package/esm/public/orm/models/orgOwnerGrant.d.ts +1 -1
  182. package/esm/public/orm/models/orgPermission.d.ts +1 -1
  183. package/esm/public/orm/models/orgPermissionDefault.d.ts +1 -1
  184. package/esm/public/orm/models/permissionsModule.d.ts +1 -1
  185. package/esm/public/orm/models/phoneNumber.d.ts +1 -1
  186. package/esm/public/orm/models/phoneNumbersModule.d.ts +1 -1
  187. package/esm/public/orm/models/policy.d.ts +1 -1
  188. package/esm/public/orm/models/primaryKeyConstraint.d.ts +1 -1
  189. package/esm/public/orm/models/profilesModule.d.ts +1 -1
  190. package/esm/public/orm/models/ref.d.ts +1 -1
  191. package/esm/public/orm/models/relationProvision.d.ts +1 -1
  192. package/esm/public/orm/models/rlsModule.d.ts +1 -1
  193. package/esm/public/orm/models/roleType.d.ts +1 -1
  194. package/esm/public/orm/models/schema.d.ts +1 -1
  195. package/esm/public/orm/models/schemaGrant.d.ts +1 -1
  196. package/esm/public/orm/models/secretsModule.d.ts +1 -1
  197. package/esm/public/orm/models/secureTableProvision.d.ts +1 -1
  198. package/esm/public/orm/models/sessionsModule.d.ts +1 -1
  199. package/esm/public/orm/models/site.d.ts +1 -1
  200. package/esm/public/orm/models/siteMetadatum.d.ts +1 -1
  201. package/esm/public/orm/models/siteModule.d.ts +1 -1
  202. package/esm/public/orm/models/siteTheme.d.ts +1 -1
  203. package/esm/public/orm/models/sqlMigration.d.ts +1 -1
  204. package/esm/public/orm/models/store.d.ts +1 -1
  205. package/esm/public/orm/models/table.d.ts +1 -1
  206. package/esm/public/orm/models/tableGrant.d.ts +1 -1
  207. package/esm/public/orm/models/tableTemplateModule.d.ts +1 -1
  208. package/esm/public/orm/models/trigger.d.ts +1 -1
  209. package/esm/public/orm/models/triggerFunction.d.ts +1 -1
  210. package/esm/public/orm/models/uniqueConstraint.d.ts +1 -1
  211. package/esm/public/orm/models/user.d.ts +1 -1
  212. package/esm/public/orm/models/userAuthModule.d.ts +1 -1
  213. package/esm/public/orm/models/usersModule.d.ts +1 -1
  214. package/esm/public/orm/models/uuidModule.d.ts +1 -1
  215. package/esm/public/orm/models/view.d.ts +1 -1
  216. package/esm/public/orm/models/viewGrant.d.ts +1 -1
  217. package/esm/public/orm/models/viewRule.d.ts +1 -1
  218. package/esm/public/orm/models/viewTable.d.ts +1 -1
  219. package/esm/public/orm/mutation/index.d.ts +9 -9
  220. package/esm/public/orm/mutation/index.js +12 -12
  221. package/esm/public/orm/query-builder.js +0 -2
  222. package/objects/orm/input-types.d.ts +33 -3
  223. package/objects/orm/models/commit.d.ts +1 -1
  224. package/objects/orm/models/getAllRecord.d.ts +1 -1
  225. package/objects/orm/models/object.d.ts +1 -1
  226. package/objects/orm/models/ref.d.ts +1 -1
  227. package/objects/orm/models/store.d.ts +1 -1
  228. package/objects/orm/query-builder.js +0 -2
  229. package/package.json +3 -3
  230. package/public/orm/index.d.ts +17 -19
  231. package/public/orm/index.js +12 -14
  232. package/public/orm/input-types.d.ts +2363 -927
  233. package/public/orm/input-types.js +0 -3
  234. package/public/orm/models/api.d.ts +1 -1
  235. package/public/orm/models/apiModule.d.ts +1 -1
  236. package/public/orm/models/apiSchema.d.ts +1 -1
  237. package/public/orm/models/app.d.ts +1 -1
  238. package/public/orm/models/appAchievement.d.ts +1 -1
  239. package/public/orm/models/appAdminGrant.d.ts +1 -1
  240. package/public/orm/models/appGrant.d.ts +1 -1
  241. package/public/orm/models/appLevel.d.ts +1 -1
  242. package/public/orm/models/appLevelRequirement.d.ts +1 -1
  243. package/public/orm/models/appLimit.d.ts +1 -1
  244. package/public/orm/models/appLimitDefault.d.ts +1 -1
  245. package/public/orm/models/appMembership.d.ts +1 -1
  246. package/public/orm/models/appMembershipDefault.d.ts +1 -1
  247. package/public/orm/models/appOwnerGrant.d.ts +1 -1
  248. package/public/orm/models/appPermission.d.ts +1 -1
  249. package/public/orm/models/appPermissionDefault.d.ts +1 -1
  250. package/public/orm/models/appStep.d.ts +1 -1
  251. package/public/orm/models/astMigration.d.ts +1 -1
  252. package/public/orm/models/auditLog.d.ts +1 -1
  253. package/public/orm/models/checkConstraint.d.ts +1 -1
  254. package/public/orm/models/claimedInvite.d.ts +1 -1
  255. package/public/orm/models/commit.d.ts +1 -1
  256. package/public/orm/models/connectedAccount.d.ts +1 -1
  257. package/public/orm/models/connectedAccountsModule.d.ts +1 -1
  258. package/public/orm/models/cryptoAddress.d.ts +1 -1
  259. package/public/orm/models/cryptoAddressesModule.d.ts +1 -1
  260. package/public/orm/models/cryptoAuthModule.d.ts +1 -1
  261. package/public/orm/models/database.d.ts +1 -1
  262. package/public/orm/models/databaseProvisionModule.d.ts +1 -1
  263. package/public/orm/models/defaultIdsModule.d.ts +1 -1
  264. package/public/orm/models/defaultPrivilege.d.ts +1 -1
  265. package/public/orm/models/denormalizedTableField.d.ts +1 -1
  266. package/public/orm/models/domain.d.ts +1 -1
  267. package/public/orm/models/email.d.ts +1 -1
  268. package/public/orm/models/emailsModule.d.ts +1 -1
  269. package/public/orm/models/encryptedSecretsModule.d.ts +1 -1
  270. package/public/orm/models/field.d.ts +1 -1
  271. package/public/orm/models/fieldModule.d.ts +1 -1
  272. package/public/orm/models/foreignKeyConstraint.d.ts +1 -1
  273. package/public/orm/models/fullTextSearch.d.ts +1 -1
  274. package/public/orm/models/getAllRecord.d.ts +1 -1
  275. package/public/orm/models/hierarchyModule.d.ts +1 -1
  276. package/public/orm/models/index.d.ts +6 -7
  277. package/public/orm/models/index.js +15 -17
  278. package/public/orm/models/indexModel.d.ts +1 -1
  279. package/public/orm/models/invite.d.ts +1 -1
  280. package/public/orm/models/invitesModule.d.ts +1 -1
  281. package/public/orm/models/levelsModule.d.ts +1 -1
  282. package/public/orm/models/limitsModule.d.ts +1 -1
  283. package/public/orm/models/membershipType.d.ts +1 -1
  284. package/public/orm/models/membershipTypesModule.d.ts +1 -1
  285. package/public/orm/models/membershipsModule.d.ts +1 -1
  286. package/public/orm/models/nodeTypeRegistry.d.ts +1 -1
  287. package/public/orm/models/object.d.ts +1 -1
  288. package/public/orm/models/orgAdminGrant.d.ts +1 -1
  289. package/public/orm/models/orgChartEdge.d.ts +1 -1
  290. package/public/orm/models/orgChartEdgeGrant.d.ts +1 -1
  291. package/public/orm/models/orgClaimedInvite.d.ts +1 -1
  292. package/public/orm/models/orgGetManagersRecord.d.ts +1 -1
  293. package/public/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
  294. package/public/orm/models/orgGrant.d.ts +1 -1
  295. package/public/orm/models/orgInvite.d.ts +1 -1
  296. package/public/orm/models/orgLimit.d.ts +1 -1
  297. package/public/orm/models/orgLimitDefault.d.ts +1 -1
  298. package/public/orm/models/orgMember.d.ts +1 -1
  299. package/public/orm/models/orgMembership.d.ts +1 -1
  300. package/public/orm/models/orgMembershipDefault.d.ts +1 -1
  301. package/public/orm/models/orgOwnerGrant.d.ts +1 -1
  302. package/public/orm/models/orgPermission.d.ts +1 -1
  303. package/public/orm/models/orgPermissionDefault.d.ts +1 -1
  304. package/public/orm/models/permissionsModule.d.ts +1 -1
  305. package/public/orm/models/phoneNumber.d.ts +1 -1
  306. package/public/orm/models/phoneNumbersModule.d.ts +1 -1
  307. package/public/orm/models/policy.d.ts +1 -1
  308. package/public/orm/models/primaryKeyConstraint.d.ts +1 -1
  309. package/public/orm/models/profilesModule.d.ts +1 -1
  310. package/public/orm/models/ref.d.ts +1 -1
  311. package/public/orm/models/relationProvision.d.ts +1 -1
  312. package/public/orm/models/rlsModule.d.ts +1 -1
  313. package/public/orm/models/roleType.d.ts +1 -1
  314. package/public/orm/models/schema.d.ts +1 -1
  315. package/public/orm/models/schemaGrant.d.ts +1 -1
  316. package/public/orm/models/secretsModule.d.ts +1 -1
  317. package/public/orm/models/secureTableProvision.d.ts +1 -1
  318. package/public/orm/models/sessionsModule.d.ts +1 -1
  319. package/public/orm/models/site.d.ts +1 -1
  320. package/public/orm/models/siteMetadatum.d.ts +1 -1
  321. package/public/orm/models/siteModule.d.ts +1 -1
  322. package/public/orm/models/siteTheme.d.ts +1 -1
  323. package/public/orm/models/sqlMigration.d.ts +1 -1
  324. package/public/orm/models/store.d.ts +1 -1
  325. package/public/orm/models/table.d.ts +1 -1
  326. package/public/orm/models/tableGrant.d.ts +1 -1
  327. package/public/orm/models/tableTemplateModule.d.ts +1 -1
  328. package/public/orm/models/trigger.d.ts +1 -1
  329. package/public/orm/models/triggerFunction.d.ts +1 -1
  330. package/public/orm/models/uniqueConstraint.d.ts +1 -1
  331. package/public/orm/models/user.d.ts +1 -1
  332. package/public/orm/models/userAuthModule.d.ts +1 -1
  333. package/public/orm/models/usersModule.d.ts +1 -1
  334. package/public/orm/models/uuidModule.d.ts +1 -1
  335. package/public/orm/models/view.d.ts +1 -1
  336. package/public/orm/models/viewGrant.d.ts +1 -1
  337. package/public/orm/models/viewRule.d.ts +1 -1
  338. package/public/orm/models/viewTable.d.ts +1 -1
  339. package/public/orm/mutation/index.d.ts +9 -9
  340. package/public/orm/mutation/index.js +12 -12
  341. package/public/orm/query-builder.js +0 -2
  342. package/esm/public/orm/models/tableModule.d.ts +0 -56
  343. package/esm/public/orm/models/tableModule.js +0 -94
  344. package/public/orm/models/tableModule.d.ts +0 -56
  345. package/public/orm/models/tableModule.js +0 -98
@@ -250,6 +250,10 @@ export interface AppPermission {
250
250
  bitstr?: string | null;
251
251
  /** Human-readable description of what this permission allows */
252
252
  description?: string | null;
253
+ /** TRGM similarity when searching `description`. Returns null when no trgm search filter is active. */
254
+ descriptionTrgmSimilarity?: number | null;
255
+ /** 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. */
256
+ searchScore?: number | null;
253
257
  }
254
258
  /** Defines available permissions as named bits within a bitmask, used by the RBAC system for access control */
255
259
  export interface OrgPermission {
@@ -262,6 +266,10 @@ export interface OrgPermission {
262
266
  bitstr?: string | null;
263
267
  /** Human-readable description of what this permission allows */
264
268
  description?: string | null;
269
+ /** TRGM similarity when searching `description`. Returns null when no trgm search filter is active. */
270
+ descriptionTrgmSimilarity?: number | null;
271
+ /** 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. */
272
+ searchScore?: number | null;
265
273
  }
266
274
  /** Defines the specific requirements that must be met to achieve a level */
267
275
  export interface AppLevelRequirement {
@@ -278,6 +286,10 @@ export interface AppLevelRequirement {
278
286
  priority?: number | null;
279
287
  createdAt?: string | null;
280
288
  updatedAt?: string | null;
289
+ /** TRGM similarity when searching `description`. Returns null when no trgm search filter is active. */
290
+ descriptionTrgmSimilarity?: number | null;
291
+ /** 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. */
292
+ searchScore?: number | null;
281
293
  }
282
294
  /** Simplified view of active members in an entity, used for listing who belongs to an org or group */
283
295
  export interface OrgMember {
@@ -367,17 +379,6 @@ export interface OrgLimitDefault {
367
379
  /** Default maximum usage allowed for this limit */
368
380
  max?: number | null;
369
381
  }
370
- /** Defines the different scopes of membership (e.g. App Member, Organization Member, Group Member) */
371
- export interface MembershipType {
372
- /** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
373
- id: number;
374
- /** Human-readable name of the membership type */
375
- name?: string | null;
376
- /** Description of what this membership type represents */
377
- description?: string | null;
378
- /** Short prefix used to namespace tables and functions for this membership scope */
379
- prefix?: string | null;
380
- }
381
382
  /** Append-only log of hierarchy edge grants and revocations; triggers apply changes to the edges table */
382
383
  export interface OrgChartEdgeGrant {
383
384
  id: string;
@@ -397,6 +398,27 @@ export interface OrgChartEdgeGrant {
397
398
  positionLevel?: number | null;
398
399
  /** Timestamp when this grant or revocation was recorded */
399
400
  createdAt?: string | null;
401
+ /** TRGM similarity when searching `positionTitle`. Returns null when no trgm search filter is active. */
402
+ positionTitleTrgmSimilarity?: number | null;
403
+ /** 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. */
404
+ searchScore?: number | null;
405
+ }
406
+ /** Defines the different scopes of membership (e.g. App Member, Organization Member, Group Member) */
407
+ export interface MembershipType {
408
+ /** Integer identifier for the membership type (1=App, 2=Organization, 3=Group) */
409
+ id: number;
410
+ /** Human-readable name of the membership type */
411
+ name?: string | null;
412
+ /** Description of what this membership type represents */
413
+ description?: string | null;
414
+ /** Short prefix used to namespace tables and functions for this membership scope */
415
+ prefix?: string | null;
416
+ /** TRGM similarity when searching `description`. Returns null when no trgm search filter is active. */
417
+ descriptionTrgmSimilarity?: number | null;
418
+ /** TRGM similarity when searching `prefix`. Returns null when no trgm search filter is active. */
419
+ prefixTrgmSimilarity?: number | null;
420
+ /** 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. */
421
+ searchScore?: number | null;
400
422
  }
401
423
  /** Tracks per-actor usage counts against configurable maximum limits */
402
424
  export interface AppLimit {
@@ -525,6 +547,10 @@ export interface OrgChartEdge {
525
547
  positionTitle?: string | null;
526
548
  /** Numeric seniority level for this position (higher = more senior) */
527
549
  positionLevel?: number | null;
550
+ /** TRGM similarity when searching `positionTitle`. Returns null when no trgm search filter is active. */
551
+ positionTitleTrgmSimilarity?: number | null;
552
+ /** 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. */
553
+ searchScore?: number | null;
528
554
  }
529
555
  /** Default membership settings per entity, controlling initial approval and verification state for new members */
530
556
  export interface OrgMembershipDefault {
@@ -542,44 +568,6 @@ export interface OrgMembershipDefault {
542
568
  /** When a group is created, whether to auto-add existing org members as group members */
543
569
  createGroupsCascadeMembers?: boolean | null;
544
570
  }
545
- /** Invitation records sent to prospective members via email, with token-based redemption and expiration */
546
- export interface Invite {
547
- id: string;
548
- /** Email address of the invited recipient */
549
- email?: ConstructiveInternalTypeEmail | null;
550
- /** User ID of the member who sent this invitation */
551
- senderId?: string | null;
552
- /** Unique random hex token used to redeem this invitation */
553
- inviteToken?: string | null;
554
- /** Whether this invitation is still valid and can be redeemed */
555
- inviteValid?: boolean | null;
556
- /** Maximum number of times this invite can be claimed; -1 means unlimited */
557
- inviteLimit?: number | null;
558
- /** Running count of how many times this invite has been claimed */
559
- inviteCount?: number | null;
560
- /** Whether this invite can be claimed by multiple recipients */
561
- multiple?: boolean | null;
562
- /** Optional JSON payload of additional invite metadata */
563
- data?: Record<string, unknown> | null;
564
- /** Timestamp after which this invitation can no longer be redeemed */
565
- expiresAt?: string | null;
566
- createdAt?: string | null;
567
- updatedAt?: string | null;
568
- }
569
- /** Defines available levels that users can achieve by completing requirements */
570
- export interface AppLevel {
571
- id: string;
572
- /** Unique name of the level */
573
- name?: string | null;
574
- /** Human-readable description of what this level represents */
575
- description?: string | null;
576
- /** Badge or icon image associated with this level */
577
- image?: ConstructiveInternalTypeImage | null;
578
- /** Optional owner (actor) who created or manages this level */
579
- ownerId?: string | null;
580
- createdAt?: string | null;
581
- updatedAt?: string | null;
582
- }
583
571
  /** Tracks membership records linking actors to entities with permission bitmasks, ownership, and admin status */
584
572
  export interface AppMembership {
585
573
  id: string;
@@ -639,6 +627,52 @@ export interface OrgMembership {
639
627
  profileId?: string | null;
640
628
  }
641
629
  /** Invitation records sent to prospective members via email, with token-based redemption and expiration */
630
+ export interface Invite {
631
+ id: string;
632
+ /** Email address of the invited recipient */
633
+ email?: ConstructiveInternalTypeEmail | null;
634
+ /** User ID of the member who sent this invitation */
635
+ senderId?: string | null;
636
+ /** Unique random hex token used to redeem this invitation */
637
+ inviteToken?: string | null;
638
+ /** Whether this invitation is still valid and can be redeemed */
639
+ inviteValid?: boolean | null;
640
+ /** Maximum number of times this invite can be claimed; -1 means unlimited */
641
+ inviteLimit?: number | null;
642
+ /** Running count of how many times this invite has been claimed */
643
+ inviteCount?: number | null;
644
+ /** Whether this invite can be claimed by multiple recipients */
645
+ multiple?: boolean | null;
646
+ /** Optional JSON payload of additional invite metadata */
647
+ data?: Record<string, unknown> | null;
648
+ /** Timestamp after which this invitation can no longer be redeemed */
649
+ expiresAt?: string | null;
650
+ createdAt?: string | null;
651
+ updatedAt?: string | null;
652
+ /** TRGM similarity when searching `inviteToken`. Returns null when no trgm search filter is active. */
653
+ inviteTokenTrgmSimilarity?: number | null;
654
+ /** 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. */
655
+ searchScore?: number | null;
656
+ }
657
+ /** Defines available levels that users can achieve by completing requirements */
658
+ export interface AppLevel {
659
+ id: string;
660
+ /** Unique name of the level */
661
+ name?: string | null;
662
+ /** Human-readable description of what this level represents */
663
+ description?: string | null;
664
+ /** Badge or icon image associated with this level */
665
+ image?: ConstructiveInternalTypeImage | null;
666
+ /** Optional owner (actor) who created or manages this level */
667
+ ownerId?: string | null;
668
+ createdAt?: string | null;
669
+ updatedAt?: string | null;
670
+ /** TRGM similarity when searching `description`. Returns null when no trgm search filter is active. */
671
+ descriptionTrgmSimilarity?: number | null;
672
+ /** 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. */
673
+ searchScore?: number | null;
674
+ }
675
+ /** Invitation records sent to prospective members via email, with token-based redemption and expiration */
642
676
  export interface OrgInvite {
643
677
  id: string;
644
678
  /** Email address of the invited recipient */
@@ -664,6 +698,10 @@ export interface OrgInvite {
664
698
  createdAt?: string | null;
665
699
  updatedAt?: string | null;
666
700
  entityId?: string | null;
701
+ /** TRGM similarity when searching `inviteToken`. Returns null when no trgm search filter is active. */
702
+ inviteTokenTrgmSimilarity?: number | null;
703
+ /** 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. */
704
+ searchScore?: number | null;
667
705
  }
668
706
  export interface ConnectionResult<T> {
669
707
  nodes: T[];
@@ -704,10 +742,10 @@ export interface AppLimitDefaultRelations {
704
742
  }
705
743
  export interface OrgLimitDefaultRelations {
706
744
  }
707
- export interface MembershipTypeRelations {
708
- }
709
745
  export interface OrgChartEdgeGrantRelations {
710
746
  }
747
+ export interface MembershipTypeRelations {
748
+ }
711
749
  export interface AppLimitRelations {
712
750
  }
713
751
  export interface AppAchievementRelations {
@@ -730,14 +768,14 @@ export interface OrgChartEdgeRelations {
730
768
  }
731
769
  export interface OrgMembershipDefaultRelations {
732
770
  }
733
- export interface InviteRelations {
734
- }
735
- export interface AppLevelRelations {
736
- }
737
771
  export interface AppMembershipRelations {
738
772
  }
739
773
  export interface OrgMembershipRelations {
740
774
  }
775
+ export interface InviteRelations {
776
+ }
777
+ export interface AppLevelRelations {
778
+ }
741
779
  export interface OrgInviteRelations {
742
780
  }
743
781
  export type OrgGetManagersRecordWithRelations = OrgGetManagersRecord & OrgGetManagersRecordRelations;
@@ -754,8 +792,8 @@ export type OrgAdminGrantWithRelations = OrgAdminGrant & OrgAdminGrantRelations;
754
792
  export type OrgOwnerGrantWithRelations = OrgOwnerGrant & OrgOwnerGrantRelations;
755
793
  export type AppLimitDefaultWithRelations = AppLimitDefault & AppLimitDefaultRelations;
756
794
  export type OrgLimitDefaultWithRelations = OrgLimitDefault & OrgLimitDefaultRelations;
757
- export type MembershipTypeWithRelations = MembershipType & MembershipTypeRelations;
758
795
  export type OrgChartEdgeGrantWithRelations = OrgChartEdgeGrant & OrgChartEdgeGrantRelations;
796
+ export type MembershipTypeWithRelations = MembershipType & MembershipTypeRelations;
759
797
  export type AppLimitWithRelations = AppLimit & AppLimitRelations;
760
798
  export type AppAchievementWithRelations = AppAchievement & AppAchievementRelations;
761
799
  export type AppStepWithRelations = AppStep & AppStepRelations;
@@ -767,10 +805,10 @@ export type OrgClaimedInviteWithRelations = OrgClaimedInvite & OrgClaimedInviteR
767
805
  export type OrgGrantWithRelations = OrgGrant & OrgGrantRelations;
768
806
  export type OrgChartEdgeWithRelations = OrgChartEdge & OrgChartEdgeRelations;
769
807
  export type OrgMembershipDefaultWithRelations = OrgMembershipDefault & OrgMembershipDefaultRelations;
770
- export type InviteWithRelations = Invite & InviteRelations;
771
- export type AppLevelWithRelations = AppLevel & AppLevelRelations;
772
808
  export type AppMembershipWithRelations = AppMembership & AppMembershipRelations;
773
809
  export type OrgMembershipWithRelations = OrgMembership & OrgMembershipRelations;
810
+ export type InviteWithRelations = Invite & InviteRelations;
811
+ export type AppLevelWithRelations = AppLevel & AppLevelRelations;
774
812
  export type OrgInviteWithRelations = OrgInvite & OrgInviteRelations;
775
813
  export type OrgGetManagersRecordSelect = {
776
814
  userId?: boolean;
@@ -786,6 +824,8 @@ export type AppPermissionSelect = {
786
824
  bitnum?: boolean;
787
825
  bitstr?: boolean;
788
826
  description?: boolean;
827
+ descriptionTrgmSimilarity?: boolean;
828
+ searchScore?: boolean;
789
829
  };
790
830
  export type OrgPermissionSelect = {
791
831
  id?: boolean;
@@ -793,6 +833,8 @@ export type OrgPermissionSelect = {
793
833
  bitnum?: boolean;
794
834
  bitstr?: boolean;
795
835
  description?: boolean;
836
+ descriptionTrgmSimilarity?: boolean;
837
+ searchScore?: boolean;
796
838
  };
797
839
  export type AppLevelRequirementSelect = {
798
840
  id?: boolean;
@@ -803,6 +845,8 @@ export type AppLevelRequirementSelect = {
803
845
  priority?: boolean;
804
846
  createdAt?: boolean;
805
847
  updatedAt?: boolean;
848
+ descriptionTrgmSimilarity?: boolean;
849
+ searchScore?: boolean;
806
850
  };
807
851
  export type OrgMemberSelect = {
808
852
  id?: boolean;
@@ -863,12 +907,6 @@ export type OrgLimitDefaultSelect = {
863
907
  name?: boolean;
864
908
  max?: boolean;
865
909
  };
866
- export type MembershipTypeSelect = {
867
- id?: boolean;
868
- name?: boolean;
869
- description?: boolean;
870
- prefix?: boolean;
871
- };
872
910
  export type OrgChartEdgeGrantSelect = {
873
911
  id?: boolean;
874
912
  entityId?: boolean;
@@ -879,6 +917,17 @@ export type OrgChartEdgeGrantSelect = {
879
917
  positionTitle?: boolean;
880
918
  positionLevel?: boolean;
881
919
  createdAt?: boolean;
920
+ positionTitleTrgmSimilarity?: boolean;
921
+ searchScore?: boolean;
922
+ };
923
+ export type MembershipTypeSelect = {
924
+ id?: boolean;
925
+ name?: boolean;
926
+ description?: boolean;
927
+ prefix?: boolean;
928
+ descriptionTrgmSimilarity?: boolean;
929
+ prefixTrgmSimilarity?: boolean;
930
+ searchScore?: boolean;
882
931
  };
883
932
  export type AppLimitSelect = {
884
933
  id?: boolean;
@@ -965,6 +1014,8 @@ export type OrgChartEdgeSelect = {
965
1014
  parentId?: boolean;
966
1015
  positionTitle?: boolean;
967
1016
  positionLevel?: boolean;
1017
+ positionTitleTrgmSimilarity?: boolean;
1018
+ searchScore?: boolean;
968
1019
  };
969
1020
  export type OrgMembershipDefaultSelect = {
970
1021
  id?: boolean;
@@ -977,29 +1028,6 @@ export type OrgMembershipDefaultSelect = {
977
1028
  deleteMemberCascadeGroups?: boolean;
978
1029
  createGroupsCascadeMembers?: boolean;
979
1030
  };
980
- export type InviteSelect = {
981
- id?: boolean;
982
- email?: boolean;
983
- senderId?: boolean;
984
- inviteToken?: boolean;
985
- inviteValid?: boolean;
986
- inviteLimit?: boolean;
987
- inviteCount?: boolean;
988
- multiple?: boolean;
989
- data?: boolean;
990
- expiresAt?: boolean;
991
- createdAt?: boolean;
992
- updatedAt?: boolean;
993
- };
994
- export type AppLevelSelect = {
995
- id?: boolean;
996
- name?: boolean;
997
- description?: boolean;
998
- image?: boolean;
999
- ownerId?: boolean;
1000
- createdAt?: boolean;
1001
- updatedAt?: boolean;
1002
- };
1003
1031
  export type AppMembershipSelect = {
1004
1032
  id?: boolean;
1005
1033
  createdAt?: boolean;
@@ -1036,6 +1064,33 @@ export type OrgMembershipSelect = {
1036
1064
  entityId?: boolean;
1037
1065
  profileId?: boolean;
1038
1066
  };
1067
+ export type InviteSelect = {
1068
+ id?: boolean;
1069
+ email?: boolean;
1070
+ senderId?: boolean;
1071
+ inviteToken?: boolean;
1072
+ inviteValid?: boolean;
1073
+ inviteLimit?: boolean;
1074
+ inviteCount?: boolean;
1075
+ multiple?: boolean;
1076
+ data?: boolean;
1077
+ expiresAt?: boolean;
1078
+ createdAt?: boolean;
1079
+ updatedAt?: boolean;
1080
+ inviteTokenTrgmSimilarity?: boolean;
1081
+ searchScore?: boolean;
1082
+ };
1083
+ export type AppLevelSelect = {
1084
+ id?: boolean;
1085
+ name?: boolean;
1086
+ description?: boolean;
1087
+ image?: boolean;
1088
+ ownerId?: boolean;
1089
+ createdAt?: boolean;
1090
+ updatedAt?: boolean;
1091
+ descriptionTrgmSimilarity?: boolean;
1092
+ searchScore?: boolean;
1093
+ };
1039
1094
  export type OrgInviteSelect = {
1040
1095
  id?: boolean;
1041
1096
  email?: boolean;
@@ -1051,6 +1106,8 @@ export type OrgInviteSelect = {
1051
1106
  createdAt?: boolean;
1052
1107
  updatedAt?: boolean;
1053
1108
  entityId?: boolean;
1109
+ inviteTokenTrgmSimilarity?: boolean;
1110
+ searchScore?: boolean;
1054
1111
  };
1055
1112
  export interface OrgGetManagersRecordFilter {
1056
1113
  userId?: UUIDFilter;
@@ -1072,6 +1129,8 @@ export interface AppPermissionFilter {
1072
1129
  bitnum?: IntFilter;
1073
1130
  bitstr?: BitStringFilter;
1074
1131
  description?: StringFilter;
1132
+ descriptionTrgmSimilarity?: FloatFilter;
1133
+ searchScore?: FloatFilter;
1075
1134
  and?: AppPermissionFilter[];
1076
1135
  or?: AppPermissionFilter[];
1077
1136
  not?: AppPermissionFilter;
@@ -1082,6 +1141,8 @@ export interface OrgPermissionFilter {
1082
1141
  bitnum?: IntFilter;
1083
1142
  bitstr?: BitStringFilter;
1084
1143
  description?: StringFilter;
1144
+ descriptionTrgmSimilarity?: FloatFilter;
1145
+ searchScore?: FloatFilter;
1085
1146
  and?: OrgPermissionFilter[];
1086
1147
  or?: OrgPermissionFilter[];
1087
1148
  not?: OrgPermissionFilter;
@@ -1095,6 +1156,8 @@ export interface AppLevelRequirementFilter {
1095
1156
  priority?: IntFilter;
1096
1157
  createdAt?: DatetimeFilter;
1097
1158
  updatedAt?: DatetimeFilter;
1159
+ descriptionTrgmSimilarity?: FloatFilter;
1160
+ searchScore?: FloatFilter;
1098
1161
  and?: AppLevelRequirementFilter[];
1099
1162
  or?: AppLevelRequirementFilter[];
1100
1163
  not?: AppLevelRequirementFilter;
@@ -1185,15 +1248,6 @@ export interface OrgLimitDefaultFilter {
1185
1248
  or?: OrgLimitDefaultFilter[];
1186
1249
  not?: OrgLimitDefaultFilter;
1187
1250
  }
1188
- export interface MembershipTypeFilter {
1189
- id?: IntFilter;
1190
- name?: StringFilter;
1191
- description?: StringFilter;
1192
- prefix?: StringFilter;
1193
- and?: MembershipTypeFilter[];
1194
- or?: MembershipTypeFilter[];
1195
- not?: MembershipTypeFilter;
1196
- }
1197
1251
  export interface OrgChartEdgeGrantFilter {
1198
1252
  id?: UUIDFilter;
1199
1253
  entityId?: UUIDFilter;
@@ -1204,10 +1258,24 @@ export interface OrgChartEdgeGrantFilter {
1204
1258
  positionTitle?: StringFilter;
1205
1259
  positionLevel?: IntFilter;
1206
1260
  createdAt?: DatetimeFilter;
1261
+ positionTitleTrgmSimilarity?: FloatFilter;
1262
+ searchScore?: FloatFilter;
1207
1263
  and?: OrgChartEdgeGrantFilter[];
1208
1264
  or?: OrgChartEdgeGrantFilter[];
1209
1265
  not?: OrgChartEdgeGrantFilter;
1210
1266
  }
1267
+ export interface MembershipTypeFilter {
1268
+ id?: IntFilter;
1269
+ name?: StringFilter;
1270
+ description?: StringFilter;
1271
+ prefix?: StringFilter;
1272
+ descriptionTrgmSimilarity?: FloatFilter;
1273
+ prefixTrgmSimilarity?: FloatFilter;
1274
+ searchScore?: FloatFilter;
1275
+ and?: MembershipTypeFilter[];
1276
+ or?: MembershipTypeFilter[];
1277
+ not?: MembershipTypeFilter;
1278
+ }
1211
1279
  export interface AppLimitFilter {
1212
1280
  id?: UUIDFilter;
1213
1281
  name?: StringFilter;
@@ -1320,6 +1388,8 @@ export interface OrgChartEdgeFilter {
1320
1388
  parentId?: UUIDFilter;
1321
1389
  positionTitle?: StringFilter;
1322
1390
  positionLevel?: IntFilter;
1391
+ positionTitleTrgmSimilarity?: FloatFilter;
1392
+ searchScore?: FloatFilter;
1323
1393
  and?: OrgChartEdgeFilter[];
1324
1394
  or?: OrgChartEdgeFilter[];
1325
1395
  not?: OrgChartEdgeFilter;
@@ -1338,35 +1408,6 @@ export interface OrgMembershipDefaultFilter {
1338
1408
  or?: OrgMembershipDefaultFilter[];
1339
1409
  not?: OrgMembershipDefaultFilter;
1340
1410
  }
1341
- export interface InviteFilter {
1342
- id?: UUIDFilter;
1343
- email?: StringFilter;
1344
- senderId?: UUIDFilter;
1345
- inviteToken?: StringFilter;
1346
- inviteValid?: BooleanFilter;
1347
- inviteLimit?: IntFilter;
1348
- inviteCount?: IntFilter;
1349
- multiple?: BooleanFilter;
1350
- data?: JSONFilter;
1351
- expiresAt?: DatetimeFilter;
1352
- createdAt?: DatetimeFilter;
1353
- updatedAt?: DatetimeFilter;
1354
- and?: InviteFilter[];
1355
- or?: InviteFilter[];
1356
- not?: InviteFilter;
1357
- }
1358
- export interface AppLevelFilter {
1359
- id?: UUIDFilter;
1360
- name?: StringFilter;
1361
- description?: StringFilter;
1362
- image?: StringFilter;
1363
- ownerId?: UUIDFilter;
1364
- createdAt?: DatetimeFilter;
1365
- updatedAt?: DatetimeFilter;
1366
- and?: AppLevelFilter[];
1367
- or?: AppLevelFilter[];
1368
- not?: AppLevelFilter;
1369
- }
1370
1411
  export interface AppMembershipFilter {
1371
1412
  id?: UUIDFilter;
1372
1413
  createdAt?: DatetimeFilter;
@@ -1409,6 +1450,39 @@ export interface OrgMembershipFilter {
1409
1450
  or?: OrgMembershipFilter[];
1410
1451
  not?: OrgMembershipFilter;
1411
1452
  }
1453
+ export interface InviteFilter {
1454
+ id?: UUIDFilter;
1455
+ email?: StringFilter;
1456
+ senderId?: UUIDFilter;
1457
+ inviteToken?: StringFilter;
1458
+ inviteValid?: BooleanFilter;
1459
+ inviteLimit?: IntFilter;
1460
+ inviteCount?: IntFilter;
1461
+ multiple?: BooleanFilter;
1462
+ data?: JSONFilter;
1463
+ expiresAt?: DatetimeFilter;
1464
+ createdAt?: DatetimeFilter;
1465
+ updatedAt?: DatetimeFilter;
1466
+ inviteTokenTrgmSimilarity?: FloatFilter;
1467
+ searchScore?: FloatFilter;
1468
+ and?: InviteFilter[];
1469
+ or?: InviteFilter[];
1470
+ not?: InviteFilter;
1471
+ }
1472
+ export interface AppLevelFilter {
1473
+ id?: UUIDFilter;
1474
+ name?: StringFilter;
1475
+ description?: StringFilter;
1476
+ image?: StringFilter;
1477
+ ownerId?: UUIDFilter;
1478
+ createdAt?: DatetimeFilter;
1479
+ updatedAt?: DatetimeFilter;
1480
+ descriptionTrgmSimilarity?: FloatFilter;
1481
+ searchScore?: FloatFilter;
1482
+ and?: AppLevelFilter[];
1483
+ or?: AppLevelFilter[];
1484
+ not?: AppLevelFilter;
1485
+ }
1412
1486
  export interface OrgInviteFilter {
1413
1487
  id?: UUIDFilter;
1414
1488
  email?: StringFilter;
@@ -1424,15 +1498,17 @@ export interface OrgInviteFilter {
1424
1498
  createdAt?: DatetimeFilter;
1425
1499
  updatedAt?: DatetimeFilter;
1426
1500
  entityId?: UUIDFilter;
1501
+ inviteTokenTrgmSimilarity?: FloatFilter;
1502
+ searchScore?: FloatFilter;
1427
1503
  and?: OrgInviteFilter[];
1428
1504
  or?: OrgInviteFilter[];
1429
1505
  not?: OrgInviteFilter;
1430
1506
  }
1431
1507
  export type OrgGetManagersRecordsOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'USER_ID_ASC' | 'USER_ID_DESC' | 'DEPTH_ASC' | 'DEPTH_DESC';
1432
1508
  export type OrgGetSubordinatesRecordsOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'USER_ID_ASC' | 'USER_ID_DESC' | 'DEPTH_ASC' | 'DEPTH_DESC';
1433
- export type AppPermissionOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC';
1434
- export type OrgPermissionOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC';
1435
- export type AppLevelRequirementOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'LEVEL_ASC' | 'LEVEL_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'REQUIRED_COUNT_ASC' | 'REQUIRED_COUNT_DESC' | 'PRIORITY_ASC' | 'PRIORITY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1509
+ export type AppPermissionOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'DESCRIPTION_TRGM_SIMILARITY_ASC' | 'DESCRIPTION_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
1510
+ export type OrgPermissionOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'BITNUM_ASC' | 'BITNUM_DESC' | 'BITSTR_ASC' | 'BITSTR_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'DESCRIPTION_TRGM_SIMILARITY_ASC' | 'DESCRIPTION_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
1511
+ export type AppLevelRequirementOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'LEVEL_ASC' | 'LEVEL_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'REQUIRED_COUNT_ASC' | 'REQUIRED_COUNT_DESC' | 'PRIORITY_ASC' | 'PRIORITY_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'DESCRIPTION_TRGM_SIMILARITY_ASC' | 'DESCRIPTION_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
1436
1512
  export type OrgMemberOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
1437
1513
  export type AppPermissionDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC';
1438
1514
  export type OrgPermissionDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
@@ -1442,8 +1518,8 @@ export type OrgAdminGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NAT
1442
1518
  export type OrgOwnerGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1443
1519
  export type AppLimitDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'MAX_ASC' | 'MAX_DESC';
1444
1520
  export type OrgLimitDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'MAX_ASC' | 'MAX_DESC';
1445
- export type MembershipTypeOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC';
1446
- export type OrgChartEdgeGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'POSITION_TITLE_ASC' | 'POSITION_TITLE_DESC' | 'POSITION_LEVEL_ASC' | 'POSITION_LEVEL_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC';
1521
+ export type OrgChartEdgeGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'POSITION_TITLE_ASC' | 'POSITION_TITLE_DESC' | 'POSITION_LEVEL_ASC' | 'POSITION_LEVEL_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'POSITION_TITLE_TRGM_SIMILARITY_ASC' | 'POSITION_TITLE_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
1522
+ export type MembershipTypeOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'PREFIX_ASC' | 'PREFIX_DESC' | 'DESCRIPTION_TRGM_SIMILARITY_ASC' | 'DESCRIPTION_TRGM_SIMILARITY_DESC' | 'PREFIX_TRGM_SIMILARITY_ASC' | 'PREFIX_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
1447
1523
  export type AppLimitOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NUM_ASC' | 'NUM_DESC' | 'MAX_ASC' | 'MAX_DESC';
1448
1524
  export type AppAchievementOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'COUNT_ASC' | 'COUNT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1449
1525
  export type AppStepOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'COUNT_ASC' | 'COUNT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
@@ -1453,13 +1529,13 @@ export type AppMembershipDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC'
1453
1529
  export type OrgLimitOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'NUM_ASC' | 'NUM_DESC' | 'MAX_ASC' | 'MAX_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
1454
1530
  export type OrgClaimedInviteOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
1455
1531
  export type OrgGrantOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'IS_GRANT_ASC' | 'IS_GRANT_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'GRANTOR_ID_ASC' | 'GRANTOR_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1456
- export type OrgChartEdgeOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'POSITION_TITLE_ASC' | 'POSITION_TITLE_DESC' | 'POSITION_LEVEL_ASC' | 'POSITION_LEVEL_DESC';
1532
+ export type OrgChartEdgeOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'CHILD_ID_ASC' | 'CHILD_ID_DESC' | 'PARENT_ID_ASC' | 'PARENT_ID_DESC' | 'POSITION_TITLE_ASC' | 'POSITION_TITLE_DESC' | 'POSITION_LEVEL_ASC' | 'POSITION_LEVEL_DESC' | 'POSITION_TITLE_TRGM_SIMILARITY_ASC' | 'POSITION_TITLE_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
1457
1533
  export type OrgMembershipDefaultOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'DELETE_MEMBER_CASCADE_GROUPS_ASC' | 'DELETE_MEMBER_CASCADE_GROUPS_DESC' | 'CREATE_GROUPS_CASCADE_MEMBERS_ASC' | 'CREATE_GROUPS_CASCADE_MEMBERS_DESC';
1458
- export type InviteOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'INVITE_LIMIT_ASC' | 'INVITE_LIMIT_DESC' | 'INVITE_COUNT_ASC' | 'INVITE_COUNT_DESC' | 'MULTIPLE_ASC' | 'MULTIPLE_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1459
- export type AppLevelOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'IMAGE_ASC' | 'IMAGE_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC';
1460
1534
  export type AppMembershipOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_BANNED_ASC' | 'IS_BANNED_DESC' | 'IS_DISABLED_ASC' | 'IS_DISABLED_DESC' | 'IS_VERIFIED_ASC' | 'IS_VERIFIED_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'GRANTED_ASC' | 'GRANTED_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
1461
1535
  export type OrgMembershipOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'CREATED_BY_ASC' | 'CREATED_BY_DESC' | 'UPDATED_BY_ASC' | 'UPDATED_BY_DESC' | 'IS_APPROVED_ASC' | 'IS_APPROVED_DESC' | 'IS_BANNED_ASC' | 'IS_BANNED_DESC' | 'IS_DISABLED_ASC' | 'IS_DISABLED_DESC' | 'IS_ACTIVE_ASC' | 'IS_ACTIVE_DESC' | 'IS_OWNER_ASC' | 'IS_OWNER_DESC' | 'IS_ADMIN_ASC' | 'IS_ADMIN_DESC' | 'PERMISSIONS_ASC' | 'PERMISSIONS_DESC' | 'GRANTED_ASC' | 'GRANTED_DESC' | 'ACTOR_ID_ASC' | 'ACTOR_ID_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'PROFILE_ID_ASC' | 'PROFILE_ID_DESC';
1462
- export type OrgInviteOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'INVITE_LIMIT_ASC' | 'INVITE_LIMIT_DESC' | 'INVITE_COUNT_ASC' | 'INVITE_COUNT_DESC' | 'MULTIPLE_ASC' | 'MULTIPLE_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC';
1536
+ export type InviteOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'INVITE_LIMIT_ASC' | 'INVITE_LIMIT_DESC' | 'INVITE_COUNT_ASC' | 'INVITE_COUNT_DESC' | 'MULTIPLE_ASC' | 'MULTIPLE_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'INVITE_TOKEN_TRGM_SIMILARITY_ASC' | 'INVITE_TOKEN_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
1537
+ export type AppLevelOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'NAME_ASC' | 'NAME_DESC' | 'DESCRIPTION_ASC' | 'DESCRIPTION_DESC' | 'IMAGE_ASC' | 'IMAGE_DESC' | 'OWNER_ID_ASC' | 'OWNER_ID_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'DESCRIPTION_TRGM_SIMILARITY_ASC' | 'DESCRIPTION_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
1538
+ export type OrgInviteOrderBy = 'PRIMARY_KEY_ASC' | 'PRIMARY_KEY_DESC' | 'NATURAL' | 'ID_ASC' | 'ID_DESC' | 'EMAIL_ASC' | 'EMAIL_DESC' | 'SENDER_ID_ASC' | 'SENDER_ID_DESC' | 'RECEIVER_ID_ASC' | 'RECEIVER_ID_DESC' | 'INVITE_TOKEN_ASC' | 'INVITE_TOKEN_DESC' | 'INVITE_VALID_ASC' | 'INVITE_VALID_DESC' | 'INVITE_LIMIT_ASC' | 'INVITE_LIMIT_DESC' | 'INVITE_COUNT_ASC' | 'INVITE_COUNT_DESC' | 'MULTIPLE_ASC' | 'MULTIPLE_DESC' | 'DATA_ASC' | 'DATA_DESC' | 'EXPIRES_AT_ASC' | 'EXPIRES_AT_DESC' | 'CREATED_AT_ASC' | 'CREATED_AT_DESC' | 'UPDATED_AT_ASC' | 'UPDATED_AT_DESC' | 'ENTITY_ID_ASC' | 'ENTITY_ID_DESC' | 'INVITE_TOKEN_TRGM_SIMILARITY_ASC' | 'INVITE_TOKEN_TRGM_SIMILARITY_DESC' | 'SEARCH_SCORE_ASC' | 'SEARCH_SCORE_DESC';
1463
1539
  export interface CreateOrgGetManagersRecordInput {
1464
1540
  clientMutationId?: string;
1465
1541
  orgGetManagersRecord: {
@@ -1514,6 +1590,8 @@ export interface AppPermissionPatch {
1514
1590
  bitnum?: number | null;
1515
1591
  bitstr?: string | null;
1516
1592
  description?: string | null;
1593
+ descriptionTrgmSimilarity?: number | null;
1594
+ searchScore?: number | null;
1517
1595
  }
1518
1596
  export interface UpdateAppPermissionInput {
1519
1597
  clientMutationId?: string;
@@ -1538,6 +1616,8 @@ export interface OrgPermissionPatch {
1538
1616
  bitnum?: number | null;
1539
1617
  bitstr?: string | null;
1540
1618
  description?: string | null;
1619
+ descriptionTrgmSimilarity?: number | null;
1620
+ searchScore?: number | null;
1541
1621
  }
1542
1622
  export interface UpdateOrgPermissionInput {
1543
1623
  clientMutationId?: string;
@@ -1564,6 +1644,8 @@ export interface AppLevelRequirementPatch {
1564
1644
  description?: string | null;
1565
1645
  requiredCount?: number | null;
1566
1646
  priority?: number | null;
1647
+ descriptionTrgmSimilarity?: number | null;
1648
+ searchScore?: number | null;
1567
1649
  }
1568
1650
  export interface UpdateAppLevelRequirementInput {
1569
1651
  clientMutationId?: string;
@@ -1766,29 +1848,7 @@ export interface DeleteOrgLimitDefaultInput {
1766
1848
  clientMutationId?: string;
1767
1849
  id: string;
1768
1850
  }
1769
- export interface CreateMembershipTypeInput {
1770
- clientMutationId?: string;
1771
- membershipType: {
1772
- name: string;
1773
- description: string;
1774
- prefix: string;
1775
- };
1776
- }
1777
- export interface MembershipTypePatch {
1778
- name?: string | null;
1779
- description?: string | null;
1780
- prefix?: string | null;
1781
- }
1782
- export interface UpdateMembershipTypeInput {
1783
- clientMutationId?: string;
1784
- id: number;
1785
- membershipTypePatch: MembershipTypePatch;
1786
- }
1787
- export interface DeleteMembershipTypeInput {
1788
- clientMutationId?: string;
1789
- id: number;
1790
- }
1791
- export interface CreateOrgChartEdgeGrantInput {
1851
+ export interface CreateOrgChartEdgeGrantInput {
1792
1852
  clientMutationId?: string;
1793
1853
  orgChartEdgeGrant: {
1794
1854
  entityId: string;
@@ -1808,6 +1868,8 @@ export interface OrgChartEdgeGrantPatch {
1808
1868
  isGrant?: boolean | null;
1809
1869
  positionTitle?: string | null;
1810
1870
  positionLevel?: number | null;
1871
+ positionTitleTrgmSimilarity?: number | null;
1872
+ searchScore?: number | null;
1811
1873
  }
1812
1874
  export interface UpdateOrgChartEdgeGrantInput {
1813
1875
  clientMutationId?: string;
@@ -1818,6 +1880,31 @@ export interface DeleteOrgChartEdgeGrantInput {
1818
1880
  clientMutationId?: string;
1819
1881
  id: string;
1820
1882
  }
1883
+ export interface CreateMembershipTypeInput {
1884
+ clientMutationId?: string;
1885
+ membershipType: {
1886
+ name: string;
1887
+ description: string;
1888
+ prefix: string;
1889
+ };
1890
+ }
1891
+ export interface MembershipTypePatch {
1892
+ name?: string | null;
1893
+ description?: string | null;
1894
+ prefix?: string | null;
1895
+ descriptionTrgmSimilarity?: number | null;
1896
+ prefixTrgmSimilarity?: number | null;
1897
+ searchScore?: number | null;
1898
+ }
1899
+ export interface UpdateMembershipTypeInput {
1900
+ clientMutationId?: string;
1901
+ id: number;
1902
+ membershipTypePatch: MembershipTypePatch;
1903
+ }
1904
+ export interface DeleteMembershipTypeInput {
1905
+ clientMutationId?: string;
1906
+ id: number;
1907
+ }
1821
1908
  export interface CreateAppLimitInput {
1822
1909
  clientMutationId?: string;
1823
1910
  appLimit: {
@@ -2048,6 +2135,8 @@ export interface OrgChartEdgePatch {
2048
2135
  parentId?: string | null;
2049
2136
  positionTitle?: string | null;
2050
2137
  positionLevel?: number | null;
2138
+ positionTitleTrgmSimilarity?: number | null;
2139
+ searchScore?: number | null;
2051
2140
  }
2052
2141
  export interface UpdateOrgChartEdgeInput {
2053
2142
  clientMutationId?: string;
@@ -2086,64 +2175,6 @@ export interface DeleteOrgMembershipDefaultInput {
2086
2175
  clientMutationId?: string;
2087
2176
  id: string;
2088
2177
  }
2089
- export interface CreateInviteInput {
2090
- clientMutationId?: string;
2091
- invite: {
2092
- email?: ConstructiveInternalTypeEmail;
2093
- senderId?: string;
2094
- inviteToken?: string;
2095
- inviteValid?: boolean;
2096
- inviteLimit?: number;
2097
- inviteCount?: number;
2098
- multiple?: boolean;
2099
- data?: Record<string, unknown>;
2100
- expiresAt?: string;
2101
- };
2102
- }
2103
- export interface InvitePatch {
2104
- email?: ConstructiveInternalTypeEmail | null;
2105
- senderId?: string | null;
2106
- inviteToken?: string | null;
2107
- inviteValid?: boolean | null;
2108
- inviteLimit?: number | null;
2109
- inviteCount?: number | null;
2110
- multiple?: boolean | null;
2111
- data?: Record<string, unknown> | null;
2112
- expiresAt?: string | null;
2113
- }
2114
- export interface UpdateInviteInput {
2115
- clientMutationId?: string;
2116
- id: string;
2117
- invitePatch: InvitePatch;
2118
- }
2119
- export interface DeleteInviteInput {
2120
- clientMutationId?: string;
2121
- id: string;
2122
- }
2123
- export interface CreateAppLevelInput {
2124
- clientMutationId?: string;
2125
- appLevel: {
2126
- name: string;
2127
- description?: string;
2128
- image?: ConstructiveInternalTypeImage;
2129
- ownerId?: string;
2130
- };
2131
- }
2132
- export interface AppLevelPatch {
2133
- name?: string | null;
2134
- description?: string | null;
2135
- image?: ConstructiveInternalTypeImage | null;
2136
- ownerId?: string | null;
2137
- }
2138
- export interface UpdateAppLevelInput {
2139
- clientMutationId?: string;
2140
- id: string;
2141
- appLevelPatch: AppLevelPatch;
2142
- }
2143
- export interface DeleteAppLevelInput {
2144
- clientMutationId?: string;
2145
- id: string;
2146
- }
2147
2178
  export interface CreateAppMembershipInput {
2148
2179
  clientMutationId?: string;
2149
2180
  appMembership: {
@@ -2228,6 +2259,68 @@ export interface DeleteOrgMembershipInput {
2228
2259
  clientMutationId?: string;
2229
2260
  id: string;
2230
2261
  }
2262
+ export interface CreateInviteInput {
2263
+ clientMutationId?: string;
2264
+ invite: {
2265
+ email?: ConstructiveInternalTypeEmail;
2266
+ senderId?: string;
2267
+ inviteToken?: string;
2268
+ inviteValid?: boolean;
2269
+ inviteLimit?: number;
2270
+ inviteCount?: number;
2271
+ multiple?: boolean;
2272
+ data?: Record<string, unknown>;
2273
+ expiresAt?: string;
2274
+ };
2275
+ }
2276
+ export interface InvitePatch {
2277
+ email?: ConstructiveInternalTypeEmail | null;
2278
+ senderId?: string | null;
2279
+ inviteToken?: string | null;
2280
+ inviteValid?: boolean | null;
2281
+ inviteLimit?: number | null;
2282
+ inviteCount?: number | null;
2283
+ multiple?: boolean | null;
2284
+ data?: Record<string, unknown> | null;
2285
+ expiresAt?: string | null;
2286
+ inviteTokenTrgmSimilarity?: number | null;
2287
+ searchScore?: number | null;
2288
+ }
2289
+ export interface UpdateInviteInput {
2290
+ clientMutationId?: string;
2291
+ id: string;
2292
+ invitePatch: InvitePatch;
2293
+ }
2294
+ export interface DeleteInviteInput {
2295
+ clientMutationId?: string;
2296
+ id: string;
2297
+ }
2298
+ export interface CreateAppLevelInput {
2299
+ clientMutationId?: string;
2300
+ appLevel: {
2301
+ name: string;
2302
+ description?: string;
2303
+ image?: ConstructiveInternalTypeImage;
2304
+ ownerId?: string;
2305
+ };
2306
+ }
2307
+ export interface AppLevelPatch {
2308
+ name?: string | null;
2309
+ description?: string | null;
2310
+ image?: ConstructiveInternalTypeImage | null;
2311
+ ownerId?: string | null;
2312
+ descriptionTrgmSimilarity?: number | null;
2313
+ searchScore?: number | null;
2314
+ }
2315
+ export interface UpdateAppLevelInput {
2316
+ clientMutationId?: string;
2317
+ id: string;
2318
+ appLevelPatch: AppLevelPatch;
2319
+ }
2320
+ export interface DeleteAppLevelInput {
2321
+ clientMutationId?: string;
2322
+ id: string;
2323
+ }
2231
2324
  export interface CreateOrgInviteInput {
2232
2325
  clientMutationId?: string;
2233
2326
  orgInvite: {
@@ -2256,6 +2349,8 @@ export interface OrgInvitePatch {
2256
2349
  data?: Record<string, unknown> | null;
2257
2350
  expiresAt?: string | null;
2258
2351
  entityId?: string | null;
2352
+ inviteTokenTrgmSimilarity?: number | null;
2353
+ searchScore?: number | null;
2259
2354
  }
2260
2355
  export interface UpdateOrgInviteInput {
2261
2356
  clientMutationId?: string;
@@ -2888,51 +2983,6 @@ export type DeleteOrgLimitDefaultPayloadSelect = {
2888
2983
  select: OrgLimitDefaultEdgeSelect;
2889
2984
  };
2890
2985
  };
2891
- export interface CreateMembershipTypePayload {
2892
- clientMutationId?: string | null;
2893
- /** The `MembershipType` that was created by this mutation. */
2894
- membershipType?: MembershipType | null;
2895
- membershipTypeEdge?: MembershipTypeEdge | null;
2896
- }
2897
- export type CreateMembershipTypePayloadSelect = {
2898
- clientMutationId?: boolean;
2899
- membershipType?: {
2900
- select: MembershipTypeSelect;
2901
- };
2902
- membershipTypeEdge?: {
2903
- select: MembershipTypeEdgeSelect;
2904
- };
2905
- };
2906
- export interface UpdateMembershipTypePayload {
2907
- clientMutationId?: string | null;
2908
- /** The `MembershipType` that was updated by this mutation. */
2909
- membershipType?: MembershipType | null;
2910
- membershipTypeEdge?: MembershipTypeEdge | null;
2911
- }
2912
- export type UpdateMembershipTypePayloadSelect = {
2913
- clientMutationId?: boolean;
2914
- membershipType?: {
2915
- select: MembershipTypeSelect;
2916
- };
2917
- membershipTypeEdge?: {
2918
- select: MembershipTypeEdgeSelect;
2919
- };
2920
- };
2921
- export interface DeleteMembershipTypePayload {
2922
- clientMutationId?: string | null;
2923
- /** The `MembershipType` that was deleted by this mutation. */
2924
- membershipType?: MembershipType | null;
2925
- membershipTypeEdge?: MembershipTypeEdge | null;
2926
- }
2927
- export type DeleteMembershipTypePayloadSelect = {
2928
- clientMutationId?: boolean;
2929
- membershipType?: {
2930
- select: MembershipTypeSelect;
2931
- };
2932
- membershipTypeEdge?: {
2933
- select: MembershipTypeEdgeSelect;
2934
- };
2935
- };
2936
2986
  export interface CreateOrgChartEdgeGrantPayload {
2937
2987
  clientMutationId?: string | null;
2938
2988
  /** The `OrgChartEdgeGrant` that was created by this mutation. */
@@ -2978,6 +3028,51 @@ export type DeleteOrgChartEdgeGrantPayloadSelect = {
2978
3028
  select: OrgChartEdgeGrantEdgeSelect;
2979
3029
  };
2980
3030
  };
3031
+ export interface CreateMembershipTypePayload {
3032
+ clientMutationId?: string | null;
3033
+ /** The `MembershipType` that was created by this mutation. */
3034
+ membershipType?: MembershipType | null;
3035
+ membershipTypeEdge?: MembershipTypeEdge | null;
3036
+ }
3037
+ export type CreateMembershipTypePayloadSelect = {
3038
+ clientMutationId?: boolean;
3039
+ membershipType?: {
3040
+ select: MembershipTypeSelect;
3041
+ };
3042
+ membershipTypeEdge?: {
3043
+ select: MembershipTypeEdgeSelect;
3044
+ };
3045
+ };
3046
+ export interface UpdateMembershipTypePayload {
3047
+ clientMutationId?: string | null;
3048
+ /** The `MembershipType` that was updated by this mutation. */
3049
+ membershipType?: MembershipType | null;
3050
+ membershipTypeEdge?: MembershipTypeEdge | null;
3051
+ }
3052
+ export type UpdateMembershipTypePayloadSelect = {
3053
+ clientMutationId?: boolean;
3054
+ membershipType?: {
3055
+ select: MembershipTypeSelect;
3056
+ };
3057
+ membershipTypeEdge?: {
3058
+ select: MembershipTypeEdgeSelect;
3059
+ };
3060
+ };
3061
+ export interface DeleteMembershipTypePayload {
3062
+ clientMutationId?: string | null;
3063
+ /** The `MembershipType` that was deleted by this mutation. */
3064
+ membershipType?: MembershipType | null;
3065
+ membershipTypeEdge?: MembershipTypeEdge | null;
3066
+ }
3067
+ export type DeleteMembershipTypePayloadSelect = {
3068
+ clientMutationId?: boolean;
3069
+ membershipType?: {
3070
+ select: MembershipTypeSelect;
3071
+ };
3072
+ membershipTypeEdge?: {
3073
+ select: MembershipTypeEdgeSelect;
3074
+ };
3075
+ };
2981
3076
  export interface CreateAppLimitPayload {
2982
3077
  clientMutationId?: string | null;
2983
3078
  /** The `AppLimit` that was created by this mutation. */
@@ -3473,96 +3568,6 @@ export type DeleteOrgMembershipDefaultPayloadSelect = {
3473
3568
  select: OrgMembershipDefaultEdgeSelect;
3474
3569
  };
3475
3570
  };
3476
- export interface CreateInvitePayload {
3477
- clientMutationId?: string | null;
3478
- /** The `Invite` that was created by this mutation. */
3479
- invite?: Invite | null;
3480
- inviteEdge?: InviteEdge | null;
3481
- }
3482
- export type CreateInvitePayloadSelect = {
3483
- clientMutationId?: boolean;
3484
- invite?: {
3485
- select: InviteSelect;
3486
- };
3487
- inviteEdge?: {
3488
- select: InviteEdgeSelect;
3489
- };
3490
- };
3491
- export interface UpdateInvitePayload {
3492
- clientMutationId?: string | null;
3493
- /** The `Invite` that was updated by this mutation. */
3494
- invite?: Invite | null;
3495
- inviteEdge?: InviteEdge | null;
3496
- }
3497
- export type UpdateInvitePayloadSelect = {
3498
- clientMutationId?: boolean;
3499
- invite?: {
3500
- select: InviteSelect;
3501
- };
3502
- inviteEdge?: {
3503
- select: InviteEdgeSelect;
3504
- };
3505
- };
3506
- export interface DeleteInvitePayload {
3507
- clientMutationId?: string | null;
3508
- /** The `Invite` that was deleted by this mutation. */
3509
- invite?: Invite | null;
3510
- inviteEdge?: InviteEdge | null;
3511
- }
3512
- export type DeleteInvitePayloadSelect = {
3513
- clientMutationId?: boolean;
3514
- invite?: {
3515
- select: InviteSelect;
3516
- };
3517
- inviteEdge?: {
3518
- select: InviteEdgeSelect;
3519
- };
3520
- };
3521
- export interface CreateAppLevelPayload {
3522
- clientMutationId?: string | null;
3523
- /** The `AppLevel` that was created by this mutation. */
3524
- appLevel?: AppLevel | null;
3525
- appLevelEdge?: AppLevelEdge | null;
3526
- }
3527
- export type CreateAppLevelPayloadSelect = {
3528
- clientMutationId?: boolean;
3529
- appLevel?: {
3530
- select: AppLevelSelect;
3531
- };
3532
- appLevelEdge?: {
3533
- select: AppLevelEdgeSelect;
3534
- };
3535
- };
3536
- export interface UpdateAppLevelPayload {
3537
- clientMutationId?: string | null;
3538
- /** The `AppLevel` that was updated by this mutation. */
3539
- appLevel?: AppLevel | null;
3540
- appLevelEdge?: AppLevelEdge | null;
3541
- }
3542
- export type UpdateAppLevelPayloadSelect = {
3543
- clientMutationId?: boolean;
3544
- appLevel?: {
3545
- select: AppLevelSelect;
3546
- };
3547
- appLevelEdge?: {
3548
- select: AppLevelEdgeSelect;
3549
- };
3550
- };
3551
- export interface DeleteAppLevelPayload {
3552
- clientMutationId?: string | null;
3553
- /** The `AppLevel` that was deleted by this mutation. */
3554
- appLevel?: AppLevel | null;
3555
- appLevelEdge?: AppLevelEdge | null;
3556
- }
3557
- export type DeleteAppLevelPayloadSelect = {
3558
- clientMutationId?: boolean;
3559
- appLevel?: {
3560
- select: AppLevelSelect;
3561
- };
3562
- appLevelEdge?: {
3563
- select: AppLevelEdgeSelect;
3564
- };
3565
- };
3566
3571
  export interface CreateAppMembershipPayload {
3567
3572
  clientMutationId?: string | null;
3568
3573
  /** The `AppMembership` that was created by this mutation. */
@@ -3653,6 +3658,96 @@ export type DeleteOrgMembershipPayloadSelect = {
3653
3658
  select: OrgMembershipEdgeSelect;
3654
3659
  };
3655
3660
  };
3661
+ export interface CreateInvitePayload {
3662
+ clientMutationId?: string | null;
3663
+ /** The `Invite` that was created by this mutation. */
3664
+ invite?: Invite | null;
3665
+ inviteEdge?: InviteEdge | null;
3666
+ }
3667
+ export type CreateInvitePayloadSelect = {
3668
+ clientMutationId?: boolean;
3669
+ invite?: {
3670
+ select: InviteSelect;
3671
+ };
3672
+ inviteEdge?: {
3673
+ select: InviteEdgeSelect;
3674
+ };
3675
+ };
3676
+ export interface UpdateInvitePayload {
3677
+ clientMutationId?: string | null;
3678
+ /** The `Invite` that was updated by this mutation. */
3679
+ invite?: Invite | null;
3680
+ inviteEdge?: InviteEdge | null;
3681
+ }
3682
+ export type UpdateInvitePayloadSelect = {
3683
+ clientMutationId?: boolean;
3684
+ invite?: {
3685
+ select: InviteSelect;
3686
+ };
3687
+ inviteEdge?: {
3688
+ select: InviteEdgeSelect;
3689
+ };
3690
+ };
3691
+ export interface DeleteInvitePayload {
3692
+ clientMutationId?: string | null;
3693
+ /** The `Invite` that was deleted by this mutation. */
3694
+ invite?: Invite | null;
3695
+ inviteEdge?: InviteEdge | null;
3696
+ }
3697
+ export type DeleteInvitePayloadSelect = {
3698
+ clientMutationId?: boolean;
3699
+ invite?: {
3700
+ select: InviteSelect;
3701
+ };
3702
+ inviteEdge?: {
3703
+ select: InviteEdgeSelect;
3704
+ };
3705
+ };
3706
+ export interface CreateAppLevelPayload {
3707
+ clientMutationId?: string | null;
3708
+ /** The `AppLevel` that was created by this mutation. */
3709
+ appLevel?: AppLevel | null;
3710
+ appLevelEdge?: AppLevelEdge | null;
3711
+ }
3712
+ export type CreateAppLevelPayloadSelect = {
3713
+ clientMutationId?: boolean;
3714
+ appLevel?: {
3715
+ select: AppLevelSelect;
3716
+ };
3717
+ appLevelEdge?: {
3718
+ select: AppLevelEdgeSelect;
3719
+ };
3720
+ };
3721
+ export interface UpdateAppLevelPayload {
3722
+ clientMutationId?: string | null;
3723
+ /** The `AppLevel` that was updated by this mutation. */
3724
+ appLevel?: AppLevel | null;
3725
+ appLevelEdge?: AppLevelEdge | null;
3726
+ }
3727
+ export type UpdateAppLevelPayloadSelect = {
3728
+ clientMutationId?: boolean;
3729
+ appLevel?: {
3730
+ select: AppLevelSelect;
3731
+ };
3732
+ appLevelEdge?: {
3733
+ select: AppLevelEdgeSelect;
3734
+ };
3735
+ };
3736
+ export interface DeleteAppLevelPayload {
3737
+ clientMutationId?: string | null;
3738
+ /** The `AppLevel` that was deleted by this mutation. */
3739
+ appLevel?: AppLevel | null;
3740
+ appLevelEdge?: AppLevelEdge | null;
3741
+ }
3742
+ export type DeleteAppLevelPayloadSelect = {
3743
+ clientMutationId?: boolean;
3744
+ appLevel?: {
3745
+ select: AppLevelSelect;
3746
+ };
3747
+ appLevelEdge?: {
3748
+ select: AppLevelEdgeSelect;
3749
+ };
3750
+ };
3656
3751
  export interface CreateOrgInvitePayload {
3657
3752
  clientMutationId?: string | null;
3658
3753
  /** The `OrgInvite` that was created by this mutation. */
@@ -3859,18 +3954,6 @@ export type OrgLimitDefaultEdgeSelect = {
3859
3954
  select: OrgLimitDefaultSelect;
3860
3955
  };
3861
3956
  };
3862
- /** A `MembershipType` edge in the connection. */
3863
- export interface MembershipTypeEdge {
3864
- cursor?: string | null;
3865
- /** The `MembershipType` at the end of the edge. */
3866
- node?: MembershipType | null;
3867
- }
3868
- export type MembershipTypeEdgeSelect = {
3869
- cursor?: boolean;
3870
- node?: {
3871
- select: MembershipTypeSelect;
3872
- };
3873
- };
3874
3957
  /** A `OrgChartEdgeGrant` edge in the connection. */
3875
3958
  export interface OrgChartEdgeGrantEdge {
3876
3959
  cursor?: string | null;
@@ -3883,6 +3966,18 @@ export type OrgChartEdgeGrantEdgeSelect = {
3883
3966
  select: OrgChartEdgeGrantSelect;
3884
3967
  };
3885
3968
  };
3969
+ /** A `MembershipType` edge in the connection. */
3970
+ export interface MembershipTypeEdge {
3971
+ cursor?: string | null;
3972
+ /** The `MembershipType` at the end of the edge. */
3973
+ node?: MembershipType | null;
3974
+ }
3975
+ export type MembershipTypeEdgeSelect = {
3976
+ cursor?: boolean;
3977
+ node?: {
3978
+ select: MembershipTypeSelect;
3979
+ };
3980
+ };
3886
3981
  /** A `AppLimit` edge in the connection. */
3887
3982
  export interface AppLimitEdge {
3888
3983
  cursor?: string | null;
@@ -4015,30 +4110,6 @@ export type OrgMembershipDefaultEdgeSelect = {
4015
4110
  select: OrgMembershipDefaultSelect;
4016
4111
  };
4017
4112
  };
4018
- /** A `Invite` edge in the connection. */
4019
- export interface InviteEdge {
4020
- cursor?: string | null;
4021
- /** The `Invite` at the end of the edge. */
4022
- node?: Invite | null;
4023
- }
4024
- export type InviteEdgeSelect = {
4025
- cursor?: boolean;
4026
- node?: {
4027
- select: InviteSelect;
4028
- };
4029
- };
4030
- /** A `AppLevel` edge in the connection. */
4031
- export interface AppLevelEdge {
4032
- cursor?: string | null;
4033
- /** The `AppLevel` at the end of the edge. */
4034
- node?: AppLevel | null;
4035
- }
4036
- export type AppLevelEdgeSelect = {
4037
- cursor?: boolean;
4038
- node?: {
4039
- select: AppLevelSelect;
4040
- };
4041
- };
4042
4113
  /** A `AppMembership` edge in the connection. */
4043
4114
  export interface AppMembershipEdge {
4044
4115
  cursor?: string | null;
@@ -4063,6 +4134,30 @@ export type OrgMembershipEdgeSelect = {
4063
4134
  select: OrgMembershipSelect;
4064
4135
  };
4065
4136
  };
4137
+ /** A `Invite` edge in the connection. */
4138
+ export interface InviteEdge {
4139
+ cursor?: string | null;
4140
+ /** The `Invite` at the end of the edge. */
4141
+ node?: Invite | null;
4142
+ }
4143
+ export type InviteEdgeSelect = {
4144
+ cursor?: boolean;
4145
+ node?: {
4146
+ select: InviteSelect;
4147
+ };
4148
+ };
4149
+ /** A `AppLevel` edge in the connection. */
4150
+ export interface AppLevelEdge {
4151
+ cursor?: string | null;
4152
+ /** The `AppLevel` at the end of the edge. */
4153
+ node?: AppLevel | null;
4154
+ }
4155
+ export type AppLevelEdgeSelect = {
4156
+ cursor?: boolean;
4157
+ node?: {
4158
+ select: AppLevelSelect;
4159
+ };
4160
+ };
4066
4161
  /** A `OrgInvite` edge in the connection. */
4067
4162
  export interface OrgInviteEdge {
4068
4163
  cursor?: string | null;