@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.
- package/admin/hooks/index.d.ts +1 -1
- package/admin/hooks/index.js +1 -1
- package/admin/hooks/invalidation.d.ts +18 -18
- package/admin/hooks/invalidation.js +45 -45
- package/admin/hooks/mutation-keys.d.ts +36 -36
- package/admin/hooks/mutation-keys.js +22 -22
- package/admin/hooks/mutations/index.d.ts +9 -9
- package/admin/hooks/mutations/index.js +9 -9
- package/admin/hooks/queries/index.d.ts +6 -6
- package/admin/hooks/queries/index.js +6 -6
- package/admin/hooks/query-keys.d.ts +42 -42
- package/admin/hooks/query-keys.js +25 -25
- package/admin/orm/index.d.ts +6 -6
- package/admin/orm/index.js +6 -6
- package/admin/orm/input-types.d.ts +489 -667
- package/admin/orm/models/appAchievement.d.ts +1 -1
- package/admin/orm/models/appAdminGrant.d.ts +1 -1
- package/admin/orm/models/appGrant.d.ts +1 -1
- package/admin/orm/models/appLevel.d.ts +1 -1
- package/admin/orm/models/appLevelRequirement.d.ts +1 -1
- package/admin/orm/models/appLimit.d.ts +1 -1
- package/admin/orm/models/appLimitDefault.d.ts +1 -1
- package/admin/orm/models/appMembership.d.ts +1 -1
- package/admin/orm/models/appMembershipDefault.d.ts +1 -1
- package/admin/orm/models/appOwnerGrant.d.ts +1 -1
- package/admin/orm/models/appPermission.d.ts +1 -1
- package/admin/orm/models/appPermissionDefault.d.ts +1 -1
- package/admin/orm/models/appStep.d.ts +1 -1
- package/admin/orm/models/claimedInvite.d.ts +1 -1
- package/admin/orm/models/index.d.ts +3 -3
- package/admin/orm/models/index.js +7 -7
- package/admin/orm/models/invite.d.ts +1 -1
- package/admin/orm/models/membershipType.d.ts +1 -1
- package/admin/orm/models/orgAdminGrant.d.ts +1 -1
- package/admin/orm/models/orgChartEdge.d.ts +1 -1
- package/admin/orm/models/orgChartEdgeGrant.d.ts +1 -1
- package/admin/orm/models/orgClaimedInvite.d.ts +1 -1
- package/admin/orm/models/orgGetManagersRecord.d.ts +1 -1
- package/admin/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
- package/admin/orm/models/orgGrant.d.ts +1 -1
- package/admin/orm/models/orgInvite.d.ts +1 -1
- package/admin/orm/models/orgLimit.d.ts +1 -1
- package/admin/orm/models/orgLimitDefault.d.ts +1 -1
- package/admin/orm/models/orgMember.d.ts +1 -1
- package/admin/orm/models/orgMembership.d.ts +1 -1
- package/admin/orm/models/orgMembershipDefault.d.ts +1 -1
- package/admin/orm/models/orgOwnerGrant.d.ts +1 -1
- package/admin/orm/models/orgPermission.d.ts +1 -1
- package/admin/orm/models/orgPermissionDefault.d.ts +1 -1
- package/admin/orm/query-builder.d.ts +6 -4
- package/admin/orm/query-builder.js +13 -5
- package/admin/orm/select-types.d.ts +4 -2
- package/admin/schema-types.d.ts +475 -983
- package/admin/types.d.ts +55 -29
- package/auth/hooks/index.d.ts +1 -1
- package/auth/hooks/index.js +1 -1
- package/auth/hooks/invalidation.d.ts +6 -6
- package/auth/hooks/invalidation.js +15 -15
- package/auth/hooks/mutation-keys.d.ts +12 -12
- package/auth/hooks/mutation-keys.js +8 -8
- package/auth/hooks/mutations/index.d.ts +3 -3
- package/auth/hooks/mutations/index.js +3 -3
- package/auth/hooks/queries/index.d.ts +2 -2
- package/auth/hooks/queries/index.js +2 -2
- package/auth/hooks/query-keys.d.ts +14 -14
- package/auth/hooks/query-keys.js +9 -9
- package/auth/orm/index.d.ts +2 -2
- package/auth/orm/index.js +2 -2
- package/auth/orm/input-types.d.ts +196 -162
- package/auth/orm/models/auditLog.d.ts +1 -1
- package/auth/orm/models/connectedAccount.d.ts +1 -1
- package/auth/orm/models/cryptoAddress.d.ts +1 -1
- package/auth/orm/models/email.d.ts +1 -1
- package/auth/orm/models/index.d.ts +1 -1
- package/auth/orm/models/index.js +3 -3
- package/auth/orm/models/phoneNumber.d.ts +1 -1
- package/auth/orm/models/roleType.d.ts +1 -1
- package/auth/orm/models/user.d.ts +1 -1
- package/auth/orm/query-builder.d.ts +6 -4
- package/auth/orm/query-builder.js +13 -5
- package/auth/orm/select-types.d.ts +4 -2
- package/auth/schema-types.d.ts +226 -270
- package/auth/types.d.ts +23 -4
- package/esm/admin/hooks/index.d.ts +1 -1
- package/esm/admin/hooks/index.js +1 -1
- package/esm/admin/hooks/invalidation.d.ts +18 -18
- package/esm/admin/hooks/invalidation.js +46 -46
- package/esm/admin/hooks/mutation-keys.d.ts +36 -36
- package/esm/admin/hooks/mutation-keys.js +21 -21
- package/esm/admin/hooks/mutations/index.d.ts +9 -9
- package/esm/admin/hooks/mutations/index.js +9 -9
- package/esm/admin/hooks/queries/index.d.ts +6 -6
- package/esm/admin/hooks/queries/index.js +6 -6
- package/esm/admin/hooks/query-keys.d.ts +42 -42
- package/esm/admin/hooks/query-keys.js +24 -24
- package/esm/admin/orm/index.d.ts +6 -6
- package/esm/admin/orm/index.js +6 -6
- package/esm/admin/orm/input-types.d.ts +489 -667
- package/esm/admin/orm/models/appAchievement.d.ts +1 -1
- package/esm/admin/orm/models/appAdminGrant.d.ts +1 -1
- package/esm/admin/orm/models/appGrant.d.ts +1 -1
- package/esm/admin/orm/models/appLevel.d.ts +1 -1
- package/esm/admin/orm/models/appLevelRequirement.d.ts +1 -1
- package/esm/admin/orm/models/appLimit.d.ts +1 -1
- package/esm/admin/orm/models/appLimitDefault.d.ts +1 -1
- package/esm/admin/orm/models/appMembership.d.ts +1 -1
- package/esm/admin/orm/models/appMembershipDefault.d.ts +1 -1
- package/esm/admin/orm/models/appOwnerGrant.d.ts +1 -1
- package/esm/admin/orm/models/appPermission.d.ts +1 -1
- package/esm/admin/orm/models/appPermissionDefault.d.ts +1 -1
- package/esm/admin/orm/models/appStep.d.ts +1 -1
- package/esm/admin/orm/models/claimedInvite.d.ts +1 -1
- package/esm/admin/orm/models/index.d.ts +3 -3
- package/esm/admin/orm/models/index.js +3 -3
- package/esm/admin/orm/models/invite.d.ts +1 -1
- package/esm/admin/orm/models/membershipType.d.ts +1 -1
- package/esm/admin/orm/models/orgAdminGrant.d.ts +1 -1
- package/esm/admin/orm/models/orgChartEdge.d.ts +1 -1
- package/esm/admin/orm/models/orgChartEdgeGrant.d.ts +1 -1
- package/esm/admin/orm/models/orgClaimedInvite.d.ts +1 -1
- package/esm/admin/orm/models/orgGetManagersRecord.d.ts +1 -1
- package/esm/admin/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
- package/esm/admin/orm/models/orgGrant.d.ts +1 -1
- package/esm/admin/orm/models/orgInvite.d.ts +1 -1
- package/esm/admin/orm/models/orgLimit.d.ts +1 -1
- package/esm/admin/orm/models/orgLimitDefault.d.ts +1 -1
- package/esm/admin/orm/models/orgMember.d.ts +1 -1
- package/esm/admin/orm/models/orgMembership.d.ts +1 -1
- package/esm/admin/orm/models/orgMembershipDefault.d.ts +1 -1
- package/esm/admin/orm/models/orgOwnerGrant.d.ts +1 -1
- package/esm/admin/orm/models/orgPermission.d.ts +1 -1
- package/esm/admin/orm/models/orgPermissionDefault.d.ts +1 -1
- package/esm/admin/orm/query-builder.d.ts +6 -4
- package/esm/admin/orm/query-builder.js +13 -5
- package/esm/admin/orm/select-types.d.ts +4 -2
- package/esm/admin/schema-types.d.ts +475 -983
- package/esm/admin/types.d.ts +55 -29
- package/esm/auth/hooks/index.d.ts +1 -1
- package/esm/auth/hooks/index.js +1 -1
- package/esm/auth/hooks/invalidation.d.ts +6 -6
- package/esm/auth/hooks/invalidation.js +16 -16
- package/esm/auth/hooks/mutation-keys.d.ts +12 -12
- package/esm/auth/hooks/mutation-keys.js +7 -7
- package/esm/auth/hooks/mutations/index.d.ts +3 -3
- package/esm/auth/hooks/mutations/index.js +3 -3
- package/esm/auth/hooks/queries/index.d.ts +2 -2
- package/esm/auth/hooks/queries/index.js +2 -2
- package/esm/auth/hooks/query-keys.d.ts +14 -14
- package/esm/auth/hooks/query-keys.js +8 -8
- package/esm/auth/orm/index.d.ts +2 -2
- package/esm/auth/orm/index.js +2 -2
- package/esm/auth/orm/input-types.d.ts +196 -162
- package/esm/auth/orm/models/auditLog.d.ts +1 -1
- package/esm/auth/orm/models/connectedAccount.d.ts +1 -1
- package/esm/auth/orm/models/cryptoAddress.d.ts +1 -1
- package/esm/auth/orm/models/email.d.ts +1 -1
- package/esm/auth/orm/models/index.d.ts +1 -1
- package/esm/auth/orm/models/index.js +1 -1
- package/esm/auth/orm/models/phoneNumber.d.ts +1 -1
- package/esm/auth/orm/models/roleType.d.ts +1 -1
- package/esm/auth/orm/models/user.d.ts +1 -1
- package/esm/auth/orm/query-builder.d.ts +6 -4
- package/esm/auth/orm/query-builder.js +13 -5
- package/esm/auth/orm/select-types.d.ts +4 -2
- package/esm/auth/schema-types.d.ts +226 -270
- package/esm/auth/types.d.ts +23 -4
- package/esm/objects/orm/input-types.d.ts +40 -42
- package/esm/objects/orm/models/commit.d.ts +1 -1
- package/esm/objects/orm/models/getAllRecord.d.ts +1 -1
- package/esm/objects/orm/models/object.d.ts +1 -1
- package/esm/objects/orm/models/ref.d.ts +1 -1
- package/esm/objects/orm/models/store.d.ts +1 -1
- package/esm/objects/orm/query-builder.d.ts +6 -4
- package/esm/objects/orm/query-builder.js +13 -5
- package/esm/objects/orm/select-types.d.ts +4 -2
- package/esm/objects/schema-types.d.ts +37 -67
- package/esm/objects/types.d.ts +13 -0
- package/esm/public/hooks/index.d.ts +1 -1
- package/esm/public/hooks/index.js +1 -1
- package/esm/public/hooks/invalidation.d.ts +34 -40
- package/esm/public/hooks/invalidation.js +80 -96
- package/esm/public/hooks/mutation-keys.d.ts +70 -82
- package/esm/public/hooks/mutation-keys.js +43 -50
- package/esm/public/hooks/mutations/index.d.ts +17 -20
- package/esm/public/hooks/mutations/index.js +17 -20
- package/esm/public/hooks/queries/index.d.ts +12 -14
- package/esm/public/hooks/queries/index.js +12 -14
- package/esm/public/hooks/query-keys.d.ts +80 -94
- package/esm/public/hooks/query-keys.js +46 -54
- package/esm/public/orm/index.d.ts +17 -19
- package/esm/public/orm/index.js +12 -14
- package/esm/public/orm/input-types.d.ts +2426 -2179
- package/esm/public/orm/input-types.js +0 -3
- package/esm/public/orm/models/api.d.ts +1 -1
- package/esm/public/orm/models/apiModule.d.ts +1 -1
- package/esm/public/orm/models/apiSchema.d.ts +1 -1
- package/esm/public/orm/models/app.d.ts +1 -1
- package/esm/public/orm/models/appAchievement.d.ts +1 -1
- package/esm/public/orm/models/appAdminGrant.d.ts +1 -1
- package/esm/public/orm/models/appGrant.d.ts +1 -1
- package/esm/public/orm/models/appLevel.d.ts +1 -1
- package/esm/public/orm/models/appLevelRequirement.d.ts +1 -1
- package/esm/public/orm/models/appLimit.d.ts +1 -1
- package/esm/public/orm/models/appLimitDefault.d.ts +1 -1
- package/esm/public/orm/models/appMembership.d.ts +1 -1
- package/esm/public/orm/models/appMembershipDefault.d.ts +1 -1
- package/esm/public/orm/models/appOwnerGrant.d.ts +1 -1
- package/esm/public/orm/models/appPermission.d.ts +1 -1
- package/esm/public/orm/models/appPermissionDefault.d.ts +1 -1
- package/esm/public/orm/models/appStep.d.ts +1 -1
- package/esm/public/orm/models/astMigration.d.ts +1 -1
- package/esm/public/orm/models/auditLog.d.ts +1 -1
- package/esm/public/orm/models/checkConstraint.d.ts +1 -1
- package/esm/public/orm/models/claimedInvite.d.ts +1 -1
- package/esm/public/orm/models/commit.d.ts +1 -1
- package/esm/public/orm/models/connectedAccount.d.ts +1 -1
- package/esm/public/orm/models/connectedAccountsModule.d.ts +1 -1
- package/esm/public/orm/models/cryptoAddress.d.ts +1 -1
- package/esm/public/orm/models/cryptoAddressesModule.d.ts +1 -1
- package/esm/public/orm/models/cryptoAuthModule.d.ts +1 -1
- package/esm/public/orm/models/database.d.ts +1 -1
- package/esm/public/orm/models/databaseProvisionModule.d.ts +1 -1
- package/esm/public/orm/models/defaultIdsModule.d.ts +1 -1
- package/esm/public/orm/models/defaultPrivilege.d.ts +1 -1
- package/esm/public/orm/models/denormalizedTableField.d.ts +1 -1
- package/esm/public/orm/models/domain.d.ts +1 -1
- package/esm/public/orm/models/email.d.ts +1 -1
- package/esm/public/orm/models/emailsModule.d.ts +1 -1
- package/esm/public/orm/models/encryptedSecretsModule.d.ts +1 -1
- package/esm/public/orm/models/field.d.ts +1 -1
- package/esm/public/orm/models/fieldModule.d.ts +1 -1
- package/esm/public/orm/models/foreignKeyConstraint.d.ts +1 -1
- package/esm/public/orm/models/fullTextSearch.d.ts +1 -1
- package/esm/public/orm/models/getAllRecord.d.ts +1 -1
- package/esm/public/orm/models/hierarchyModule.d.ts +1 -1
- package/esm/public/orm/models/index.d.ts +6 -7
- package/esm/public/orm/models/index.js +6 -7
- package/esm/public/orm/models/indexModel.d.ts +1 -1
- package/esm/public/orm/models/invite.d.ts +1 -1
- package/esm/public/orm/models/invitesModule.d.ts +1 -1
- package/esm/public/orm/models/levelsModule.d.ts +1 -1
- package/esm/public/orm/models/limitsModule.d.ts +1 -1
- package/esm/public/orm/models/membershipType.d.ts +1 -1
- package/esm/public/orm/models/membershipTypesModule.d.ts +1 -1
- package/esm/public/orm/models/membershipsModule.d.ts +1 -1
- package/esm/public/orm/models/nodeTypeRegistry.d.ts +1 -1
- package/esm/public/orm/models/object.d.ts +1 -1
- package/esm/public/orm/models/orgAdminGrant.d.ts +1 -1
- package/esm/public/orm/models/orgChartEdge.d.ts +1 -1
- package/esm/public/orm/models/orgChartEdgeGrant.d.ts +1 -1
- package/esm/public/orm/models/orgClaimedInvite.d.ts +1 -1
- package/esm/public/orm/models/orgGetManagersRecord.d.ts +1 -1
- package/esm/public/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
- package/esm/public/orm/models/orgGrant.d.ts +1 -1
- package/esm/public/orm/models/orgInvite.d.ts +1 -1
- package/esm/public/orm/models/orgLimit.d.ts +1 -1
- package/esm/public/orm/models/orgLimitDefault.d.ts +1 -1
- package/esm/public/orm/models/orgMember.d.ts +1 -1
- package/esm/public/orm/models/orgMembership.d.ts +1 -1
- package/esm/public/orm/models/orgMembershipDefault.d.ts +1 -1
- package/esm/public/orm/models/orgOwnerGrant.d.ts +1 -1
- package/esm/public/orm/models/orgPermission.d.ts +1 -1
- package/esm/public/orm/models/orgPermissionDefault.d.ts +1 -1
- package/esm/public/orm/models/permissionsModule.d.ts +1 -1
- package/esm/public/orm/models/phoneNumber.d.ts +1 -1
- package/esm/public/orm/models/phoneNumbersModule.d.ts +1 -1
- package/esm/public/orm/models/policy.d.ts +1 -1
- package/esm/public/orm/models/primaryKeyConstraint.d.ts +1 -1
- package/esm/public/orm/models/profilesModule.d.ts +1 -1
- package/esm/public/orm/models/ref.d.ts +1 -1
- package/esm/public/orm/models/relationProvision.d.ts +1 -1
- package/esm/public/orm/models/rlsModule.d.ts +1 -1
- package/esm/public/orm/models/roleType.d.ts +1 -1
- package/esm/public/orm/models/schema.d.ts +1 -1
- package/esm/public/orm/models/schemaGrant.d.ts +1 -1
- package/esm/public/orm/models/secretsModule.d.ts +1 -1
- package/esm/public/orm/models/secureTableProvision.d.ts +1 -1
- package/esm/public/orm/models/sessionsModule.d.ts +1 -1
- package/esm/public/orm/models/site.d.ts +1 -1
- package/esm/public/orm/models/siteMetadatum.d.ts +1 -1
- package/esm/public/orm/models/siteModule.d.ts +1 -1
- package/esm/public/orm/models/siteTheme.d.ts +1 -1
- package/esm/public/orm/models/sqlMigration.d.ts +1 -1
- package/esm/public/orm/models/store.d.ts +1 -1
- package/esm/public/orm/models/table.d.ts +1 -1
- package/esm/public/orm/models/tableGrant.d.ts +1 -1
- package/esm/public/orm/models/tableTemplateModule.d.ts +1 -1
- package/esm/public/orm/models/trigger.d.ts +1 -1
- package/esm/public/orm/models/triggerFunction.d.ts +1 -1
- package/esm/public/orm/models/uniqueConstraint.d.ts +1 -1
- package/esm/public/orm/models/user.d.ts +1 -1
- package/esm/public/orm/models/userAuthModule.d.ts +1 -1
- package/esm/public/orm/models/usersModule.d.ts +1 -1
- package/esm/public/orm/models/uuidModule.d.ts +1 -1
- package/esm/public/orm/models/view.d.ts +1 -1
- package/esm/public/orm/models/viewGrant.d.ts +1 -1
- package/esm/public/orm/models/viewRule.d.ts +1 -1
- package/esm/public/orm/models/viewTable.d.ts +1 -1
- package/esm/public/orm/mutation/index.d.ts +9 -9
- package/esm/public/orm/mutation/index.js +12 -12
- package/esm/public/orm/query-builder.d.ts +6 -4
- package/esm/public/orm/query-builder.js +13 -5
- package/esm/public/orm/select-types.d.ts +4 -2
- package/esm/public/schema-types.d.ts +6895 -6506
- package/esm/public/types.d.ts +369 -63
- package/objects/orm/input-types.d.ts +40 -42
- package/objects/orm/models/commit.d.ts +1 -1
- package/objects/orm/models/getAllRecord.d.ts +1 -1
- package/objects/orm/models/object.d.ts +1 -1
- package/objects/orm/models/ref.d.ts +1 -1
- package/objects/orm/models/store.d.ts +1 -1
- package/objects/orm/query-builder.d.ts +6 -4
- package/objects/orm/query-builder.js +13 -5
- package/objects/orm/select-types.d.ts +4 -2
- package/objects/schema-types.d.ts +37 -67
- package/objects/types.d.ts +13 -0
- package/package.json +3 -3
- package/public/hooks/index.d.ts +1 -1
- package/public/hooks/index.js +1 -1
- package/public/hooks/invalidation.d.ts +34 -40
- package/public/hooks/invalidation.js +79 -95
- package/public/hooks/mutation-keys.d.ts +70 -82
- package/public/hooks/mutation-keys.js +46 -53
- package/public/hooks/mutations/index.d.ts +17 -20
- package/public/hooks/mutations/index.js +17 -20
- package/public/hooks/queries/index.d.ts +12 -14
- package/public/hooks/queries/index.js +12 -14
- package/public/hooks/query-keys.d.ts +80 -94
- package/public/hooks/query-keys.js +49 -57
- package/public/orm/index.d.ts +17 -19
- package/public/orm/index.js +12 -14
- package/public/orm/input-types.d.ts +2426 -2179
- package/public/orm/input-types.js +0 -3
- package/public/orm/models/api.d.ts +1 -1
- package/public/orm/models/apiModule.d.ts +1 -1
- package/public/orm/models/apiSchema.d.ts +1 -1
- package/public/orm/models/app.d.ts +1 -1
- package/public/orm/models/appAchievement.d.ts +1 -1
- package/public/orm/models/appAdminGrant.d.ts +1 -1
- package/public/orm/models/appGrant.d.ts +1 -1
- package/public/orm/models/appLevel.d.ts +1 -1
- package/public/orm/models/appLevelRequirement.d.ts +1 -1
- package/public/orm/models/appLimit.d.ts +1 -1
- package/public/orm/models/appLimitDefault.d.ts +1 -1
- package/public/orm/models/appMembership.d.ts +1 -1
- package/public/orm/models/appMembershipDefault.d.ts +1 -1
- package/public/orm/models/appOwnerGrant.d.ts +1 -1
- package/public/orm/models/appPermission.d.ts +1 -1
- package/public/orm/models/appPermissionDefault.d.ts +1 -1
- package/public/orm/models/appStep.d.ts +1 -1
- package/public/orm/models/astMigration.d.ts +1 -1
- package/public/orm/models/auditLog.d.ts +1 -1
- package/public/orm/models/checkConstraint.d.ts +1 -1
- package/public/orm/models/claimedInvite.d.ts +1 -1
- package/public/orm/models/commit.d.ts +1 -1
- package/public/orm/models/connectedAccount.d.ts +1 -1
- package/public/orm/models/connectedAccountsModule.d.ts +1 -1
- package/public/orm/models/cryptoAddress.d.ts +1 -1
- package/public/orm/models/cryptoAddressesModule.d.ts +1 -1
- package/public/orm/models/cryptoAuthModule.d.ts +1 -1
- package/public/orm/models/database.d.ts +1 -1
- package/public/orm/models/databaseProvisionModule.d.ts +1 -1
- package/public/orm/models/defaultIdsModule.d.ts +1 -1
- package/public/orm/models/defaultPrivilege.d.ts +1 -1
- package/public/orm/models/denormalizedTableField.d.ts +1 -1
- package/public/orm/models/domain.d.ts +1 -1
- package/public/orm/models/email.d.ts +1 -1
- package/public/orm/models/emailsModule.d.ts +1 -1
- package/public/orm/models/encryptedSecretsModule.d.ts +1 -1
- package/public/orm/models/field.d.ts +1 -1
- package/public/orm/models/fieldModule.d.ts +1 -1
- package/public/orm/models/foreignKeyConstraint.d.ts +1 -1
- package/public/orm/models/fullTextSearch.d.ts +1 -1
- package/public/orm/models/getAllRecord.d.ts +1 -1
- package/public/orm/models/hierarchyModule.d.ts +1 -1
- package/public/orm/models/index.d.ts +6 -7
- package/public/orm/models/index.js +15 -17
- package/public/orm/models/indexModel.d.ts +1 -1
- package/public/orm/models/invite.d.ts +1 -1
- package/public/orm/models/invitesModule.d.ts +1 -1
- package/public/orm/models/levelsModule.d.ts +1 -1
- package/public/orm/models/limitsModule.d.ts +1 -1
- package/public/orm/models/membershipType.d.ts +1 -1
- package/public/orm/models/membershipTypesModule.d.ts +1 -1
- package/public/orm/models/membershipsModule.d.ts +1 -1
- package/public/orm/models/nodeTypeRegistry.d.ts +1 -1
- package/public/orm/models/object.d.ts +1 -1
- package/public/orm/models/orgAdminGrant.d.ts +1 -1
- package/public/orm/models/orgChartEdge.d.ts +1 -1
- package/public/orm/models/orgChartEdgeGrant.d.ts +1 -1
- package/public/orm/models/orgClaimedInvite.d.ts +1 -1
- package/public/orm/models/orgGetManagersRecord.d.ts +1 -1
- package/public/orm/models/orgGetSubordinatesRecord.d.ts +1 -1
- package/public/orm/models/orgGrant.d.ts +1 -1
- package/public/orm/models/orgInvite.d.ts +1 -1
- package/public/orm/models/orgLimit.d.ts +1 -1
- package/public/orm/models/orgLimitDefault.d.ts +1 -1
- package/public/orm/models/orgMember.d.ts +1 -1
- package/public/orm/models/orgMembership.d.ts +1 -1
- package/public/orm/models/orgMembershipDefault.d.ts +1 -1
- package/public/orm/models/orgOwnerGrant.d.ts +1 -1
- package/public/orm/models/orgPermission.d.ts +1 -1
- package/public/orm/models/orgPermissionDefault.d.ts +1 -1
- package/public/orm/models/permissionsModule.d.ts +1 -1
- package/public/orm/models/phoneNumber.d.ts +1 -1
- package/public/orm/models/phoneNumbersModule.d.ts +1 -1
- package/public/orm/models/policy.d.ts +1 -1
- package/public/orm/models/primaryKeyConstraint.d.ts +1 -1
- package/public/orm/models/profilesModule.d.ts +1 -1
- package/public/orm/models/ref.d.ts +1 -1
- package/public/orm/models/relationProvision.d.ts +1 -1
- package/public/orm/models/rlsModule.d.ts +1 -1
- package/public/orm/models/roleType.d.ts +1 -1
- package/public/orm/models/schema.d.ts +1 -1
- package/public/orm/models/schemaGrant.d.ts +1 -1
- package/public/orm/models/secretsModule.d.ts +1 -1
- package/public/orm/models/secureTableProvision.d.ts +1 -1
- package/public/orm/models/sessionsModule.d.ts +1 -1
- package/public/orm/models/site.d.ts +1 -1
- package/public/orm/models/siteMetadatum.d.ts +1 -1
- package/public/orm/models/siteModule.d.ts +1 -1
- package/public/orm/models/siteTheme.d.ts +1 -1
- package/public/orm/models/sqlMigration.d.ts +1 -1
- package/public/orm/models/store.d.ts +1 -1
- package/public/orm/models/table.d.ts +1 -1
- package/public/orm/models/tableGrant.d.ts +1 -1
- package/public/orm/models/tableTemplateModule.d.ts +1 -1
- package/public/orm/models/trigger.d.ts +1 -1
- package/public/orm/models/triggerFunction.d.ts +1 -1
- package/public/orm/models/uniqueConstraint.d.ts +1 -1
- package/public/orm/models/user.d.ts +1 -1
- package/public/orm/models/userAuthModule.d.ts +1 -1
- package/public/orm/models/usersModule.d.ts +1 -1
- package/public/orm/models/uuidModule.d.ts +1 -1
- package/public/orm/models/view.d.ts +1 -1
- package/public/orm/models/viewGrant.d.ts +1 -1
- package/public/orm/models/viewRule.d.ts +1 -1
- package/public/orm/models/viewTable.d.ts +1 -1
- package/public/orm/mutation/index.d.ts +9 -9
- package/public/orm/mutation/index.js +12 -12
- package/public/orm/query-builder.d.ts +6 -4
- package/public/orm/query-builder.js +13 -5
- package/public/orm/select-types.d.ts +4 -2
- package/public/schema-types.d.ts +6895 -6506
- package/public/types.d.ts +369 -63
- package/esm/public/hooks/mutations/useCreateTableModuleMutation.d.ts +0 -34
- package/esm/public/hooks/mutations/useCreateTableModuleMutation.js +0 -31
- package/esm/public/hooks/mutations/useDeleteTableModuleMutation.d.ts +0 -38
- package/esm/public/hooks/mutations/useDeleteTableModuleMutation.js +0 -36
- package/esm/public/hooks/mutations/useUpdateTableModuleMutation.d.ts +0 -40
- package/esm/public/hooks/mutations/useUpdateTableModuleMutation.js +0 -37
- package/esm/public/hooks/queries/useTableModuleQuery.d.ts +0 -65
- package/esm/public/hooks/queries/useTableModuleQuery.js +0 -47
- package/esm/public/hooks/queries/useTableModulesQuery.d.ts +0 -69
- package/esm/public/hooks/queries/useTableModulesQuery.js +0 -32
- package/esm/public/orm/models/tableModule.d.ts +0 -56
- package/esm/public/orm/models/tableModule.js +0 -94
- package/public/hooks/mutations/useCreateTableModuleMutation.d.ts +0 -34
- package/public/hooks/mutations/useCreateTableModuleMutation.js +0 -34
- package/public/hooks/mutations/useDeleteTableModuleMutation.d.ts +0 -38
- package/public/hooks/mutations/useDeleteTableModuleMutation.js +0 -39
- package/public/hooks/mutations/useUpdateTableModuleMutation.d.ts +0 -40
- package/public/hooks/mutations/useUpdateTableModuleMutation.js +0 -40
- package/public/hooks/queries/useTableModuleQuery.d.ts +0 -65
- package/public/hooks/queries/useTableModuleQuery.js +0 -53
- package/public/hooks/queries/useTableModulesQuery.d.ts +0 -69
- package/public/hooks/queries/useTableModulesQuery.js +0 -38
- package/public/orm/models/tableModule.d.ts +0 -56
- 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
|
-
/**
|
|
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
|
|
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
|
|
586
|
-
export type
|
|
587
|
-
export type
|
|
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
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
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';
|