@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
package/public/types.d.ts
CHANGED
|
@@ -28,6 +28,8 @@ export interface AppPermission {
|
|
|
28
28
|
bitnum: number | null;
|
|
29
29
|
bitstr: string | null;
|
|
30
30
|
description: string | null;
|
|
31
|
+
descriptionTrgmSimilarity: number | null;
|
|
32
|
+
searchScore: number | null;
|
|
31
33
|
}
|
|
32
34
|
export interface OrgPermission {
|
|
33
35
|
id: string | null;
|
|
@@ -35,6 +37,8 @@ export interface OrgPermission {
|
|
|
35
37
|
bitnum: number | null;
|
|
36
38
|
bitstr: string | null;
|
|
37
39
|
description: string | null;
|
|
40
|
+
descriptionTrgmSimilarity: number | null;
|
|
41
|
+
searchScore: number | null;
|
|
38
42
|
}
|
|
39
43
|
export interface Object {
|
|
40
44
|
hashUuid: string | null;
|
|
@@ -55,6 +59,8 @@ export interface AppLevelRequirement {
|
|
|
55
59
|
priority: number | null;
|
|
56
60
|
createdAt: string | null;
|
|
57
61
|
updatedAt: string | null;
|
|
62
|
+
descriptionTrgmSimilarity: number | null;
|
|
63
|
+
searchScore: number | null;
|
|
58
64
|
}
|
|
59
65
|
export interface Database {
|
|
60
66
|
id: string | null;
|
|
@@ -65,6 +71,10 @@ export interface Database {
|
|
|
65
71
|
hash: string | null;
|
|
66
72
|
createdAt: string | null;
|
|
67
73
|
updatedAt: string | null;
|
|
74
|
+
schemaHashTrgmSimilarity: number | null;
|
|
75
|
+
nameTrgmSimilarity: number | null;
|
|
76
|
+
labelTrgmSimilarity: number | null;
|
|
77
|
+
searchScore: number | null;
|
|
68
78
|
}
|
|
69
79
|
export interface Schema {
|
|
70
80
|
id: string | null;
|
|
@@ -81,6 +91,12 @@ export interface Schema {
|
|
|
81
91
|
isPublic: boolean | null;
|
|
82
92
|
createdAt: string | null;
|
|
83
93
|
updatedAt: string | null;
|
|
94
|
+
nameTrgmSimilarity: number | null;
|
|
95
|
+
schemaNameTrgmSimilarity: number | null;
|
|
96
|
+
labelTrgmSimilarity: number | null;
|
|
97
|
+
descriptionTrgmSimilarity: number | null;
|
|
98
|
+
moduleTrgmSimilarity: number | null;
|
|
99
|
+
searchScore: number | null;
|
|
84
100
|
}
|
|
85
101
|
export interface Table {
|
|
86
102
|
id: string | null;
|
|
@@ -102,6 +118,13 @@ export interface Table {
|
|
|
102
118
|
inheritsId: string | null;
|
|
103
119
|
createdAt: string | null;
|
|
104
120
|
updatedAt: string | null;
|
|
121
|
+
nameTrgmSimilarity: number | null;
|
|
122
|
+
labelTrgmSimilarity: number | null;
|
|
123
|
+
descriptionTrgmSimilarity: number | null;
|
|
124
|
+
moduleTrgmSimilarity: number | null;
|
|
125
|
+
pluralNameTrgmSimilarity: number | null;
|
|
126
|
+
singularNameTrgmSimilarity: number | null;
|
|
127
|
+
searchScore: number | null;
|
|
105
128
|
}
|
|
106
129
|
export interface CheckConstraint {
|
|
107
130
|
id: string | null;
|
|
@@ -118,6 +141,10 @@ export interface CheckConstraint {
|
|
|
118
141
|
tags: string[] | null;
|
|
119
142
|
createdAt: string | null;
|
|
120
143
|
updatedAt: string | null;
|
|
144
|
+
nameTrgmSimilarity: number | null;
|
|
145
|
+
typeTrgmSimilarity: number | null;
|
|
146
|
+
moduleTrgmSimilarity: number | null;
|
|
147
|
+
searchScore: number | null;
|
|
121
148
|
}
|
|
122
149
|
export interface Field {
|
|
123
150
|
id: string | null;
|
|
@@ -144,6 +171,13 @@ export interface Field {
|
|
|
144
171
|
scope: number | null;
|
|
145
172
|
createdAt: string | null;
|
|
146
173
|
updatedAt: string | null;
|
|
174
|
+
nameTrgmSimilarity: number | null;
|
|
175
|
+
labelTrgmSimilarity: number | null;
|
|
176
|
+
descriptionTrgmSimilarity: number | null;
|
|
177
|
+
defaultValueTrgmSimilarity: number | null;
|
|
178
|
+
regexpTrgmSimilarity: number | null;
|
|
179
|
+
moduleTrgmSimilarity: number | null;
|
|
180
|
+
searchScore: number | null;
|
|
147
181
|
}
|
|
148
182
|
export interface ForeignKeyConstraint {
|
|
149
183
|
id: string | null;
|
|
@@ -164,6 +198,13 @@ export interface ForeignKeyConstraint {
|
|
|
164
198
|
tags: string[] | null;
|
|
165
199
|
createdAt: string | null;
|
|
166
200
|
updatedAt: string | null;
|
|
201
|
+
nameTrgmSimilarity: number | null;
|
|
202
|
+
descriptionTrgmSimilarity: number | null;
|
|
203
|
+
typeTrgmSimilarity: number | null;
|
|
204
|
+
deleteActionTrgmSimilarity: number | null;
|
|
205
|
+
updateActionTrgmSimilarity: number | null;
|
|
206
|
+
moduleTrgmSimilarity: number | null;
|
|
207
|
+
searchScore: number | null;
|
|
167
208
|
}
|
|
168
209
|
export interface FullTextSearch {
|
|
169
210
|
id: string | null;
|
|
@@ -187,6 +228,8 @@ export interface Index {
|
|
|
187
228
|
indexParams: unknown | null;
|
|
188
229
|
whereClause: unknown | null;
|
|
189
230
|
isUnique: boolean | null;
|
|
231
|
+
options: unknown | null;
|
|
232
|
+
opClasses: string[] | null;
|
|
190
233
|
smartTags: unknown | null;
|
|
191
234
|
category: ObjectCategory | null;
|
|
192
235
|
module: string | null;
|
|
@@ -194,6 +237,10 @@ export interface Index {
|
|
|
194
237
|
tags: string[] | null;
|
|
195
238
|
createdAt: string | null;
|
|
196
239
|
updatedAt: string | null;
|
|
240
|
+
nameTrgmSimilarity: number | null;
|
|
241
|
+
accessMethodTrgmSimilarity: number | null;
|
|
242
|
+
moduleTrgmSimilarity: number | null;
|
|
243
|
+
searchScore: number | null;
|
|
197
244
|
}
|
|
198
245
|
export interface Policy {
|
|
199
246
|
id: string | null;
|
|
@@ -213,6 +260,12 @@ export interface Policy {
|
|
|
213
260
|
tags: string[] | null;
|
|
214
261
|
createdAt: string | null;
|
|
215
262
|
updatedAt: string | null;
|
|
263
|
+
nameTrgmSimilarity: number | null;
|
|
264
|
+
granteeNameTrgmSimilarity: number | null;
|
|
265
|
+
privilegeTrgmSimilarity: number | null;
|
|
266
|
+
policyTypeTrgmSimilarity: number | null;
|
|
267
|
+
moduleTrgmSimilarity: number | null;
|
|
268
|
+
searchScore: number | null;
|
|
216
269
|
}
|
|
217
270
|
export interface PrimaryKeyConstraint {
|
|
218
271
|
id: string | null;
|
|
@@ -228,6 +281,10 @@ export interface PrimaryKeyConstraint {
|
|
|
228
281
|
tags: string[] | null;
|
|
229
282
|
createdAt: string | null;
|
|
230
283
|
updatedAt: string | null;
|
|
284
|
+
nameTrgmSimilarity: number | null;
|
|
285
|
+
typeTrgmSimilarity: number | null;
|
|
286
|
+
moduleTrgmSimilarity: number | null;
|
|
287
|
+
searchScore: number | null;
|
|
231
288
|
}
|
|
232
289
|
export interface TableGrant {
|
|
233
290
|
id: string | null;
|
|
@@ -239,6 +296,9 @@ export interface TableGrant {
|
|
|
239
296
|
isGrant: boolean | null;
|
|
240
297
|
createdAt: string | null;
|
|
241
298
|
updatedAt: string | null;
|
|
299
|
+
privilegeTrgmSimilarity: number | null;
|
|
300
|
+
granteeNameTrgmSimilarity: number | null;
|
|
301
|
+
searchScore: number | null;
|
|
242
302
|
}
|
|
243
303
|
export interface Trigger {
|
|
244
304
|
id: string | null;
|
|
@@ -254,6 +314,11 @@ export interface Trigger {
|
|
|
254
314
|
tags: string[] | null;
|
|
255
315
|
createdAt: string | null;
|
|
256
316
|
updatedAt: string | null;
|
|
317
|
+
nameTrgmSimilarity: number | null;
|
|
318
|
+
eventTrgmSimilarity: number | null;
|
|
319
|
+
functionNameTrgmSimilarity: number | null;
|
|
320
|
+
moduleTrgmSimilarity: number | null;
|
|
321
|
+
searchScore: number | null;
|
|
257
322
|
}
|
|
258
323
|
export interface UniqueConstraint {
|
|
259
324
|
id: string | null;
|
|
@@ -270,6 +335,11 @@ export interface UniqueConstraint {
|
|
|
270
335
|
tags: string[] | null;
|
|
271
336
|
createdAt: string | null;
|
|
272
337
|
updatedAt: string | null;
|
|
338
|
+
nameTrgmSimilarity: number | null;
|
|
339
|
+
descriptionTrgmSimilarity: number | null;
|
|
340
|
+
typeTrgmSimilarity: number | null;
|
|
341
|
+
moduleTrgmSimilarity: number | null;
|
|
342
|
+
searchScore: number | null;
|
|
273
343
|
}
|
|
274
344
|
export interface View {
|
|
275
345
|
id: string | null;
|
|
@@ -288,6 +358,11 @@ export interface View {
|
|
|
288
358
|
module: string | null;
|
|
289
359
|
scope: number | null;
|
|
290
360
|
tags: string[] | null;
|
|
361
|
+
nameTrgmSimilarity: number | null;
|
|
362
|
+
viewTypeTrgmSimilarity: number | null;
|
|
363
|
+
filterTypeTrgmSimilarity: number | null;
|
|
364
|
+
moduleTrgmSimilarity: number | null;
|
|
365
|
+
searchScore: number | null;
|
|
291
366
|
}
|
|
292
367
|
export interface ViewTable {
|
|
293
368
|
id: string | null;
|
|
@@ -303,6 +378,9 @@ export interface ViewGrant {
|
|
|
303
378
|
privilege: string | null;
|
|
304
379
|
withGrantOption: boolean | null;
|
|
305
380
|
isGrant: boolean | null;
|
|
381
|
+
granteeNameTrgmSimilarity: number | null;
|
|
382
|
+
privilegeTrgmSimilarity: number | null;
|
|
383
|
+
searchScore: number | null;
|
|
306
384
|
}
|
|
307
385
|
export interface ViewRule {
|
|
308
386
|
id: string | null;
|
|
@@ -311,17 +389,10 @@ export interface ViewRule {
|
|
|
311
389
|
name: string | null;
|
|
312
390
|
event: string | null;
|
|
313
391
|
action: string | null;
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
schemaId: string | null;
|
|
319
|
-
tableId: string | null;
|
|
320
|
-
tableName: string | null;
|
|
321
|
-
nodeType: string | null;
|
|
322
|
-
useRls: boolean | null;
|
|
323
|
-
data: unknown | null;
|
|
324
|
-
fields: string[] | null;
|
|
392
|
+
nameTrgmSimilarity: number | null;
|
|
393
|
+
eventTrgmSimilarity: number | null;
|
|
394
|
+
actionTrgmSimilarity: number | null;
|
|
395
|
+
searchScore: number | null;
|
|
325
396
|
}
|
|
326
397
|
export interface TableTemplateModule {
|
|
327
398
|
id: string | null;
|
|
@@ -333,6 +404,9 @@ export interface TableTemplateModule {
|
|
|
333
404
|
tableName: string | null;
|
|
334
405
|
nodeType: string | null;
|
|
335
406
|
data: unknown | null;
|
|
407
|
+
tableNameTrgmSimilarity: number | null;
|
|
408
|
+
nodeTypeTrgmSimilarity: number | null;
|
|
409
|
+
searchScore: number | null;
|
|
336
410
|
}
|
|
337
411
|
export interface SecureTableProvision {
|
|
338
412
|
id: string | null;
|
|
@@ -343,6 +417,7 @@ export interface SecureTableProvision {
|
|
|
343
417
|
nodeType: string | null;
|
|
344
418
|
useRls: boolean | null;
|
|
345
419
|
nodeData: unknown | null;
|
|
420
|
+
fields: unknown | null;
|
|
346
421
|
grantRoles: string[] | null;
|
|
347
422
|
grantPrivileges: unknown | null;
|
|
348
423
|
policyType: string | null;
|
|
@@ -352,6 +427,12 @@ export interface SecureTableProvision {
|
|
|
352
427
|
policyName: string | null;
|
|
353
428
|
policyData: unknown | null;
|
|
354
429
|
outFields: string[] | null;
|
|
430
|
+
tableNameTrgmSimilarity: number | null;
|
|
431
|
+
nodeTypeTrgmSimilarity: number | null;
|
|
432
|
+
policyTypeTrgmSimilarity: number | null;
|
|
433
|
+
policyRoleTrgmSimilarity: number | null;
|
|
434
|
+
policyNameTrgmSimilarity: number | null;
|
|
435
|
+
searchScore: number | null;
|
|
355
436
|
}
|
|
356
437
|
export interface RelationProvision {
|
|
357
438
|
id: string | null;
|
|
@@ -382,6 +463,17 @@ export interface RelationProvision {
|
|
|
382
463
|
outJunctionTableId: string | null;
|
|
383
464
|
outSourceFieldId: string | null;
|
|
384
465
|
outTargetFieldId: string | null;
|
|
466
|
+
relationTypeTrgmSimilarity: number | null;
|
|
467
|
+
fieldNameTrgmSimilarity: number | null;
|
|
468
|
+
deleteActionTrgmSimilarity: number | null;
|
|
469
|
+
junctionTableNameTrgmSimilarity: number | null;
|
|
470
|
+
sourceFieldNameTrgmSimilarity: number | null;
|
|
471
|
+
targetFieldNameTrgmSimilarity: number | null;
|
|
472
|
+
nodeTypeTrgmSimilarity: number | null;
|
|
473
|
+
policyTypeTrgmSimilarity: number | null;
|
|
474
|
+
policyRoleTrgmSimilarity: number | null;
|
|
475
|
+
policyNameTrgmSimilarity: number | null;
|
|
476
|
+
searchScore: number | null;
|
|
385
477
|
}
|
|
386
478
|
export interface SchemaGrant {
|
|
387
479
|
id: string | null;
|
|
@@ -390,6 +482,8 @@ export interface SchemaGrant {
|
|
|
390
482
|
granteeName: string | null;
|
|
391
483
|
createdAt: string | null;
|
|
392
484
|
updatedAt: string | null;
|
|
485
|
+
granteeNameTrgmSimilarity: number | null;
|
|
486
|
+
searchScore: number | null;
|
|
393
487
|
}
|
|
394
488
|
export interface DefaultPrivilege {
|
|
395
489
|
id: string | null;
|
|
@@ -399,6 +493,10 @@ export interface DefaultPrivilege {
|
|
|
399
493
|
privilege: string | null;
|
|
400
494
|
granteeName: string | null;
|
|
401
495
|
isGrant: boolean | null;
|
|
496
|
+
objectTypeTrgmSimilarity: number | null;
|
|
497
|
+
privilegeTrgmSimilarity: number | null;
|
|
498
|
+
granteeNameTrgmSimilarity: number | null;
|
|
499
|
+
searchScore: number | null;
|
|
402
500
|
}
|
|
403
501
|
export interface ApiSchema {
|
|
404
502
|
id: string | null;
|
|
@@ -412,6 +510,8 @@ export interface ApiModule {
|
|
|
412
510
|
apiId: string | null;
|
|
413
511
|
name: string | null;
|
|
414
512
|
data: unknown | null;
|
|
513
|
+
nameTrgmSimilarity: number | null;
|
|
514
|
+
searchScore: number | null;
|
|
415
515
|
}
|
|
416
516
|
export interface Domain {
|
|
417
517
|
id: string | null;
|
|
@@ -428,6 +528,9 @@ export interface SiteMetadatum {
|
|
|
428
528
|
title: string | null;
|
|
429
529
|
description: string | null;
|
|
430
530
|
ogImage: ConstructiveInternalTypeImage | null;
|
|
531
|
+
titleTrgmSimilarity: number | null;
|
|
532
|
+
descriptionTrgmSimilarity: number | null;
|
|
533
|
+
searchScore: number | null;
|
|
431
534
|
}
|
|
432
535
|
export interface SiteModule {
|
|
433
536
|
id: string | null;
|
|
@@ -435,6 +538,8 @@ export interface SiteModule {
|
|
|
435
538
|
siteId: string | null;
|
|
436
539
|
name: string | null;
|
|
437
540
|
data: unknown | null;
|
|
541
|
+
nameTrgmSimilarity: number | null;
|
|
542
|
+
searchScore: number | null;
|
|
438
543
|
}
|
|
439
544
|
export interface SiteTheme {
|
|
440
545
|
id: string | null;
|
|
@@ -449,6 +554,9 @@ export interface TriggerFunction {
|
|
|
449
554
|
code: string | null;
|
|
450
555
|
createdAt: string | null;
|
|
451
556
|
updatedAt: string | null;
|
|
557
|
+
nameTrgmSimilarity: number | null;
|
|
558
|
+
codeTrgmSimilarity: number | null;
|
|
559
|
+
searchScore: number | null;
|
|
452
560
|
}
|
|
453
561
|
export interface Api {
|
|
454
562
|
id: string | null;
|
|
@@ -458,6 +566,11 @@ export interface Api {
|
|
|
458
566
|
roleName: string | null;
|
|
459
567
|
anonRole: string | null;
|
|
460
568
|
isPublic: boolean | null;
|
|
569
|
+
nameTrgmSimilarity: number | null;
|
|
570
|
+
dbnameTrgmSimilarity: number | null;
|
|
571
|
+
roleNameTrgmSimilarity: number | null;
|
|
572
|
+
anonRoleTrgmSimilarity: number | null;
|
|
573
|
+
searchScore: number | null;
|
|
461
574
|
}
|
|
462
575
|
export interface Site {
|
|
463
576
|
id: string | null;
|
|
@@ -469,6 +582,10 @@ export interface Site {
|
|
|
469
582
|
appleTouchIcon: ConstructiveInternalTypeImage | null;
|
|
470
583
|
logo: ConstructiveInternalTypeImage | null;
|
|
471
584
|
dbname: string | null;
|
|
585
|
+
titleTrgmSimilarity: number | null;
|
|
586
|
+
descriptionTrgmSimilarity: number | null;
|
|
587
|
+
dbnameTrgmSimilarity: number | null;
|
|
588
|
+
searchScore: number | null;
|
|
472
589
|
}
|
|
473
590
|
export interface App {
|
|
474
591
|
id: string | null;
|
|
@@ -480,6 +597,10 @@ export interface App {
|
|
|
480
597
|
appStoreId: string | null;
|
|
481
598
|
appIdPrefix: string | null;
|
|
482
599
|
playStoreLink: ConstructiveInternalTypeUrl | null;
|
|
600
|
+
nameTrgmSimilarity: number | null;
|
|
601
|
+
appStoreIdTrgmSimilarity: number | null;
|
|
602
|
+
appIdPrefixTrgmSimilarity: number | null;
|
|
603
|
+
searchScore: number | null;
|
|
483
604
|
}
|
|
484
605
|
export interface ConnectedAccountsModule {
|
|
485
606
|
id: string | null;
|
|
@@ -489,6 +610,8 @@ export interface ConnectedAccountsModule {
|
|
|
489
610
|
tableId: string | null;
|
|
490
611
|
ownerTableId: string | null;
|
|
491
612
|
tableName: string | null;
|
|
613
|
+
tableNameTrgmSimilarity: number | null;
|
|
614
|
+
searchScore: number | null;
|
|
492
615
|
}
|
|
493
616
|
export interface CryptoAddressesModule {
|
|
494
617
|
id: string | null;
|
|
@@ -499,6 +622,9 @@ export interface CryptoAddressesModule {
|
|
|
499
622
|
ownerTableId: string | null;
|
|
500
623
|
tableName: string | null;
|
|
501
624
|
cryptoNetwork: string | null;
|
|
625
|
+
tableNameTrgmSimilarity: number | null;
|
|
626
|
+
cryptoNetworkTrgmSimilarity: number | null;
|
|
627
|
+
searchScore: number | null;
|
|
502
628
|
}
|
|
503
629
|
export interface CryptoAuthModule {
|
|
504
630
|
id: string | null;
|
|
@@ -515,6 +641,13 @@ export interface CryptoAuthModule {
|
|
|
515
641
|
signInRecordFailure: string | null;
|
|
516
642
|
signUpWithKey: string | null;
|
|
517
643
|
signInWithChallenge: string | null;
|
|
644
|
+
userFieldTrgmSimilarity: number | null;
|
|
645
|
+
cryptoNetworkTrgmSimilarity: number | null;
|
|
646
|
+
signInRequestChallengeTrgmSimilarity: number | null;
|
|
647
|
+
signInRecordFailureTrgmSimilarity: number | null;
|
|
648
|
+
signUpWithKeyTrgmSimilarity: number | null;
|
|
649
|
+
signInWithChallengeTrgmSimilarity: number | null;
|
|
650
|
+
searchScore: number | null;
|
|
518
651
|
}
|
|
519
652
|
export interface DefaultIdsModule {
|
|
520
653
|
id: string | null;
|
|
@@ -533,6 +666,8 @@ export interface DenormalizedTableField {
|
|
|
533
666
|
updateDefaults: boolean | null;
|
|
534
667
|
funcName: string | null;
|
|
535
668
|
funcOrder: number | null;
|
|
669
|
+
funcNameTrgmSimilarity: number | null;
|
|
670
|
+
searchScore: number | null;
|
|
536
671
|
}
|
|
537
672
|
export interface EmailsModule {
|
|
538
673
|
id: string | null;
|
|
@@ -542,6 +677,8 @@ export interface EmailsModule {
|
|
|
542
677
|
tableId: string | null;
|
|
543
678
|
ownerTableId: string | null;
|
|
544
679
|
tableName: string | null;
|
|
680
|
+
tableNameTrgmSimilarity: number | null;
|
|
681
|
+
searchScore: number | null;
|
|
545
682
|
}
|
|
546
683
|
export interface EncryptedSecretsModule {
|
|
547
684
|
id: string | null;
|
|
@@ -549,6 +686,8 @@ export interface EncryptedSecretsModule {
|
|
|
549
686
|
schemaId: string | null;
|
|
550
687
|
tableId: string | null;
|
|
551
688
|
tableName: string | null;
|
|
689
|
+
tableNameTrgmSimilarity: number | null;
|
|
690
|
+
searchScore: number | null;
|
|
552
691
|
}
|
|
553
692
|
export interface FieldModule {
|
|
554
693
|
id: string | null;
|
|
@@ -560,6 +699,8 @@ export interface FieldModule {
|
|
|
560
699
|
data: unknown | null;
|
|
561
700
|
triggers: string[] | null;
|
|
562
701
|
functions: string[] | null;
|
|
702
|
+
nodeTypeTrgmSimilarity: number | null;
|
|
703
|
+
searchScore: number | null;
|
|
563
704
|
}
|
|
564
705
|
export interface InvitesModule {
|
|
565
706
|
id: string | null;
|
|
@@ -576,6 +717,11 @@ export interface InvitesModule {
|
|
|
576
717
|
prefix: string | null;
|
|
577
718
|
membershipType: number | null;
|
|
578
719
|
entityTableId: string | null;
|
|
720
|
+
invitesTableNameTrgmSimilarity: number | null;
|
|
721
|
+
claimedInvitesTableNameTrgmSimilarity: number | null;
|
|
722
|
+
submitInviteCodeFunctionTrgmSimilarity: number | null;
|
|
723
|
+
prefixTrgmSimilarity: number | null;
|
|
724
|
+
searchScore: number | null;
|
|
579
725
|
}
|
|
580
726
|
export interface LevelsModule {
|
|
581
727
|
id: string | null;
|
|
@@ -604,6 +750,22 @@ export interface LevelsModule {
|
|
|
604
750
|
membershipType: number | null;
|
|
605
751
|
entityTableId: string | null;
|
|
606
752
|
actorTableId: string | null;
|
|
753
|
+
stepsTableNameTrgmSimilarity: number | null;
|
|
754
|
+
achievementsTableNameTrgmSimilarity: number | null;
|
|
755
|
+
levelsTableNameTrgmSimilarity: number | null;
|
|
756
|
+
levelRequirementsTableNameTrgmSimilarity: number | null;
|
|
757
|
+
completedStepTrgmSimilarity: number | null;
|
|
758
|
+
incompletedStepTrgmSimilarity: number | null;
|
|
759
|
+
tgAchievementTrgmSimilarity: number | null;
|
|
760
|
+
tgAchievementToggleTrgmSimilarity: number | null;
|
|
761
|
+
tgAchievementToggleBooleanTrgmSimilarity: number | null;
|
|
762
|
+
tgAchievementBooleanTrgmSimilarity: number | null;
|
|
763
|
+
upsertAchievementTrgmSimilarity: number | null;
|
|
764
|
+
tgUpdateAchievementsTrgmSimilarity: number | null;
|
|
765
|
+
stepsRequiredTrgmSimilarity: number | null;
|
|
766
|
+
levelAchievedTrgmSimilarity: number | null;
|
|
767
|
+
prefixTrgmSimilarity: number | null;
|
|
768
|
+
searchScore: number | null;
|
|
607
769
|
}
|
|
608
770
|
export interface LimitsModule {
|
|
609
771
|
id: string | null;
|
|
@@ -624,6 +786,16 @@ export interface LimitsModule {
|
|
|
624
786
|
membershipType: number | null;
|
|
625
787
|
entityTableId: string | null;
|
|
626
788
|
actorTableId: string | null;
|
|
789
|
+
tableNameTrgmSimilarity: number | null;
|
|
790
|
+
defaultTableNameTrgmSimilarity: number | null;
|
|
791
|
+
limitIncrementFunctionTrgmSimilarity: number | null;
|
|
792
|
+
limitDecrementFunctionTrgmSimilarity: number | null;
|
|
793
|
+
limitIncrementTriggerTrgmSimilarity: number | null;
|
|
794
|
+
limitDecrementTriggerTrgmSimilarity: number | null;
|
|
795
|
+
limitUpdateTriggerTrgmSimilarity: number | null;
|
|
796
|
+
limitCheckFunctionTrgmSimilarity: number | null;
|
|
797
|
+
prefixTrgmSimilarity: number | null;
|
|
798
|
+
searchScore: number | null;
|
|
627
799
|
}
|
|
628
800
|
export interface MembershipTypesModule {
|
|
629
801
|
id: string | null;
|
|
@@ -631,6 +803,8 @@ export interface MembershipTypesModule {
|
|
|
631
803
|
schemaId: string | null;
|
|
632
804
|
tableId: string | null;
|
|
633
805
|
tableName: string | null;
|
|
806
|
+
tableNameTrgmSimilarity: number | null;
|
|
807
|
+
searchScore: number | null;
|
|
634
808
|
}
|
|
635
809
|
export interface MembershipsModule {
|
|
636
810
|
id: string | null;
|
|
@@ -664,6 +838,19 @@ export interface MembershipsModule {
|
|
|
664
838
|
entityIdsByMask: string | null;
|
|
665
839
|
entityIdsByPerm: string | null;
|
|
666
840
|
entityIdsFunction: string | null;
|
|
841
|
+
membershipsTableNameTrgmSimilarity: number | null;
|
|
842
|
+
membersTableNameTrgmSimilarity: number | null;
|
|
843
|
+
membershipDefaultsTableNameTrgmSimilarity: number | null;
|
|
844
|
+
grantsTableNameTrgmSimilarity: number | null;
|
|
845
|
+
adminGrantsTableNameTrgmSimilarity: number | null;
|
|
846
|
+
ownerGrantsTableNameTrgmSimilarity: number | null;
|
|
847
|
+
prefixTrgmSimilarity: number | null;
|
|
848
|
+
actorMaskCheckTrgmSimilarity: number | null;
|
|
849
|
+
actorPermCheckTrgmSimilarity: number | null;
|
|
850
|
+
entityIdsByMaskTrgmSimilarity: number | null;
|
|
851
|
+
entityIdsByPermTrgmSimilarity: number | null;
|
|
852
|
+
entityIdsFunctionTrgmSimilarity: number | null;
|
|
853
|
+
searchScore: number | null;
|
|
667
854
|
}
|
|
668
855
|
export interface PermissionsModule {
|
|
669
856
|
id: string | null;
|
|
@@ -683,6 +870,14 @@ export interface PermissionsModule {
|
|
|
683
870
|
getMask: string | null;
|
|
684
871
|
getByMask: string | null;
|
|
685
872
|
getMaskByName: string | null;
|
|
873
|
+
tableNameTrgmSimilarity: number | null;
|
|
874
|
+
defaultTableNameTrgmSimilarity: number | null;
|
|
875
|
+
prefixTrgmSimilarity: number | null;
|
|
876
|
+
getPaddedMaskTrgmSimilarity: number | null;
|
|
877
|
+
getMaskTrgmSimilarity: number | null;
|
|
878
|
+
getByMaskTrgmSimilarity: number | null;
|
|
879
|
+
getMaskByNameTrgmSimilarity: number | null;
|
|
880
|
+
searchScore: number | null;
|
|
686
881
|
}
|
|
687
882
|
export interface PhoneNumbersModule {
|
|
688
883
|
id: string | null;
|
|
@@ -692,6 +887,8 @@ export interface PhoneNumbersModule {
|
|
|
692
887
|
tableId: string | null;
|
|
693
888
|
ownerTableId: string | null;
|
|
694
889
|
tableName: string | null;
|
|
890
|
+
tableNameTrgmSimilarity: number | null;
|
|
891
|
+
searchScore: number | null;
|
|
695
892
|
}
|
|
696
893
|
export interface ProfilesModule {
|
|
697
894
|
id: string | null;
|
|
@@ -712,20 +909,12 @@ export interface ProfilesModule {
|
|
|
712
909
|
permissionsTableId: string | null;
|
|
713
910
|
membershipsTableId: string | null;
|
|
714
911
|
prefix: string | null;
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
privateSchemaId: string | null;
|
|
722
|
-
sessionCredentialsTableId: string | null;
|
|
723
|
-
sessionsTableId: string | null;
|
|
724
|
-
usersTableId: string | null;
|
|
725
|
-
authenticate: string | null;
|
|
726
|
-
authenticateStrict: string | null;
|
|
727
|
-
currentRole: string | null;
|
|
728
|
-
currentRoleId: string | null;
|
|
912
|
+
tableNameTrgmSimilarity: number | null;
|
|
913
|
+
profilePermissionsTableNameTrgmSimilarity: number | null;
|
|
914
|
+
profileGrantsTableNameTrgmSimilarity: number | null;
|
|
915
|
+
profileDefinitionGrantsTableNameTrgmSimilarity: number | null;
|
|
916
|
+
prefixTrgmSimilarity: number | null;
|
|
917
|
+
searchScore: number | null;
|
|
729
918
|
}
|
|
730
919
|
export interface SecretsModule {
|
|
731
920
|
id: string | null;
|
|
@@ -733,6 +922,8 @@ export interface SecretsModule {
|
|
|
733
922
|
schemaId: string | null;
|
|
734
923
|
tableId: string | null;
|
|
735
924
|
tableName: string | null;
|
|
925
|
+
tableNameTrgmSimilarity: number | null;
|
|
926
|
+
searchScore: number | null;
|
|
736
927
|
}
|
|
737
928
|
export interface SessionsModule {
|
|
738
929
|
id: string | null;
|
|
@@ -746,6 +937,10 @@ export interface SessionsModule {
|
|
|
746
937
|
sessionsTable: string | null;
|
|
747
938
|
sessionCredentialsTable: string | null;
|
|
748
939
|
authSettingsTable: string | null;
|
|
940
|
+
sessionsTableTrgmSimilarity: number | null;
|
|
941
|
+
sessionCredentialsTableTrgmSimilarity: number | null;
|
|
942
|
+
authSettingsTableTrgmSimilarity: number | null;
|
|
943
|
+
searchScore: number | null;
|
|
749
944
|
}
|
|
750
945
|
export interface UserAuthModule {
|
|
751
946
|
id: string | null;
|
|
@@ -774,6 +969,23 @@ export interface UserAuthModule {
|
|
|
774
969
|
signInOneTimeTokenFunction: string | null;
|
|
775
970
|
oneTimeTokenFunction: string | null;
|
|
776
971
|
extendTokenExpires: string | null;
|
|
972
|
+
auditsTableNameTrgmSimilarity: number | null;
|
|
973
|
+
signInFunctionTrgmSimilarity: number | null;
|
|
974
|
+
signUpFunctionTrgmSimilarity: number | null;
|
|
975
|
+
signOutFunctionTrgmSimilarity: number | null;
|
|
976
|
+
setPasswordFunctionTrgmSimilarity: number | null;
|
|
977
|
+
resetPasswordFunctionTrgmSimilarity: number | null;
|
|
978
|
+
forgotPasswordFunctionTrgmSimilarity: number | null;
|
|
979
|
+
sendVerificationEmailFunctionTrgmSimilarity: number | null;
|
|
980
|
+
verifyEmailFunctionTrgmSimilarity: number | null;
|
|
981
|
+
verifyPasswordFunctionTrgmSimilarity: number | null;
|
|
982
|
+
checkPasswordFunctionTrgmSimilarity: number | null;
|
|
983
|
+
sendAccountDeletionEmailFunctionTrgmSimilarity: number | null;
|
|
984
|
+
deleteAccountFunctionTrgmSimilarity: number | null;
|
|
985
|
+
signInOneTimeTokenFunctionTrgmSimilarity: number | null;
|
|
986
|
+
oneTimeTokenFunctionTrgmSimilarity: number | null;
|
|
987
|
+
extendTokenExpiresTrgmSimilarity: number | null;
|
|
988
|
+
searchScore: number | null;
|
|
777
989
|
}
|
|
778
990
|
export interface UsersModule {
|
|
779
991
|
id: string | null;
|
|
@@ -783,6 +995,9 @@ export interface UsersModule {
|
|
|
783
995
|
tableName: string | null;
|
|
784
996
|
typeTableId: string | null;
|
|
785
997
|
typeTableName: string | null;
|
|
998
|
+
tableNameTrgmSimilarity: number | null;
|
|
999
|
+
typeTableNameTrgmSimilarity: number | null;
|
|
1000
|
+
searchScore: number | null;
|
|
786
1001
|
}
|
|
787
1002
|
export interface UuidModule {
|
|
788
1003
|
id: string | null;
|
|
@@ -790,6 +1005,9 @@ export interface UuidModule {
|
|
|
790
1005
|
schemaId: string | null;
|
|
791
1006
|
uuidFunction: string | null;
|
|
792
1007
|
uuidSeed: string | null;
|
|
1008
|
+
uuidFunctionTrgmSimilarity: number | null;
|
|
1009
|
+
uuidSeedTrgmSimilarity: number | null;
|
|
1010
|
+
searchScore: number | null;
|
|
793
1011
|
}
|
|
794
1012
|
export interface DatabaseProvisionModule {
|
|
795
1013
|
id: string | null;
|
|
@@ -806,6 +1024,12 @@ export interface DatabaseProvisionModule {
|
|
|
806
1024
|
createdAt: string | null;
|
|
807
1025
|
updatedAt: string | null;
|
|
808
1026
|
completedAt: string | null;
|
|
1027
|
+
databaseNameTrgmSimilarity: number | null;
|
|
1028
|
+
subdomainTrgmSimilarity: number | null;
|
|
1029
|
+
domainTrgmSimilarity: number | null;
|
|
1030
|
+
statusTrgmSimilarity: number | null;
|
|
1031
|
+
errorMessageTrgmSimilarity: number | null;
|
|
1032
|
+
searchScore: number | null;
|
|
809
1033
|
}
|
|
810
1034
|
export interface AppAdminGrant {
|
|
811
1035
|
id: string | null;
|
|
@@ -893,6 +1117,8 @@ export interface OrgChartEdge {
|
|
|
893
1117
|
parentId: string | null;
|
|
894
1118
|
positionTitle: string | null;
|
|
895
1119
|
positionLevel: number | null;
|
|
1120
|
+
positionTitleTrgmSimilarity: number | null;
|
|
1121
|
+
searchScore: number | null;
|
|
896
1122
|
}
|
|
897
1123
|
export interface OrgChartEdgeGrant {
|
|
898
1124
|
id: string | null;
|
|
@@ -904,6 +1130,8 @@ export interface OrgChartEdgeGrant {
|
|
|
904
1130
|
positionTitle: string | null;
|
|
905
1131
|
positionLevel: number | null;
|
|
906
1132
|
createdAt: string | null;
|
|
1133
|
+
positionTitleTrgmSimilarity: number | null;
|
|
1134
|
+
searchScore: number | null;
|
|
907
1135
|
}
|
|
908
1136
|
export interface AppLimit {
|
|
909
1137
|
id: string | null;
|
|
@@ -949,6 +1177,8 @@ export interface Invite {
|
|
|
949
1177
|
expiresAt: string | null;
|
|
950
1178
|
createdAt: string | null;
|
|
951
1179
|
updatedAt: string | null;
|
|
1180
|
+
inviteTokenTrgmSimilarity: number | null;
|
|
1181
|
+
searchScore: number | null;
|
|
952
1182
|
}
|
|
953
1183
|
export interface ClaimedInvite {
|
|
954
1184
|
id: string | null;
|
|
@@ -973,6 +1203,8 @@ export interface OrgInvite {
|
|
|
973
1203
|
createdAt: string | null;
|
|
974
1204
|
updatedAt: string | null;
|
|
975
1205
|
entityId: string | null;
|
|
1206
|
+
inviteTokenTrgmSimilarity: number | null;
|
|
1207
|
+
searchScore: number | null;
|
|
976
1208
|
}
|
|
977
1209
|
export interface OrgClaimedInvite {
|
|
978
1210
|
id: string | null;
|
|
@@ -989,6 +1221,8 @@ export interface Ref {
|
|
|
989
1221
|
databaseId: string | null;
|
|
990
1222
|
storeId: string | null;
|
|
991
1223
|
commitId: string | null;
|
|
1224
|
+
nameTrgmSimilarity: number | null;
|
|
1225
|
+
searchScore: number | null;
|
|
992
1226
|
}
|
|
993
1227
|
export interface Store {
|
|
994
1228
|
id: string | null;
|
|
@@ -996,11 +1230,24 @@ export interface Store {
|
|
|
996
1230
|
databaseId: string | null;
|
|
997
1231
|
hash: string | null;
|
|
998
1232
|
createdAt: string | null;
|
|
1233
|
+
nameTrgmSimilarity: number | null;
|
|
1234
|
+
searchScore: number | null;
|
|
999
1235
|
}
|
|
1000
1236
|
export interface AppPermissionDefault {
|
|
1001
1237
|
id: string | null;
|
|
1002
1238
|
permissions: string | null;
|
|
1003
1239
|
}
|
|
1240
|
+
export interface CryptoAddress {
|
|
1241
|
+
id: string | null;
|
|
1242
|
+
ownerId: string | null;
|
|
1243
|
+
address: string | null;
|
|
1244
|
+
isVerified: boolean | null;
|
|
1245
|
+
isPrimary: boolean | null;
|
|
1246
|
+
createdAt: string | null;
|
|
1247
|
+
updatedAt: string | null;
|
|
1248
|
+
addressTrgmSimilarity: number | null;
|
|
1249
|
+
searchScore: number | null;
|
|
1250
|
+
}
|
|
1004
1251
|
export interface RoleType {
|
|
1005
1252
|
id: number | null;
|
|
1006
1253
|
name: string | null;
|
|
@@ -1010,14 +1257,18 @@ export interface OrgPermissionDefault {
|
|
|
1010
1257
|
permissions: string | null;
|
|
1011
1258
|
entityId: string | null;
|
|
1012
1259
|
}
|
|
1013
|
-
export interface
|
|
1260
|
+
export interface PhoneNumber {
|
|
1014
1261
|
id: string | null;
|
|
1015
1262
|
ownerId: string | null;
|
|
1016
|
-
|
|
1263
|
+
cc: string | null;
|
|
1264
|
+
number: string | null;
|
|
1017
1265
|
isVerified: boolean | null;
|
|
1018
1266
|
isPrimary: boolean | null;
|
|
1019
1267
|
createdAt: string | null;
|
|
1020
1268
|
updatedAt: string | null;
|
|
1269
|
+
ccTrgmSimilarity: number | null;
|
|
1270
|
+
numberTrgmSimilarity: number | null;
|
|
1271
|
+
searchScore: number | null;
|
|
1021
1272
|
}
|
|
1022
1273
|
export interface AppLimitDefault {
|
|
1023
1274
|
id: string | null;
|
|
@@ -1038,22 +1289,9 @@ export interface ConnectedAccount {
|
|
|
1038
1289
|
isVerified: boolean | null;
|
|
1039
1290
|
createdAt: string | null;
|
|
1040
1291
|
updatedAt: string | null;
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
ownerId: string | null;
|
|
1045
|
-
cc: string | null;
|
|
1046
|
-
number: string | null;
|
|
1047
|
-
isVerified: boolean | null;
|
|
1048
|
-
isPrimary: boolean | null;
|
|
1049
|
-
createdAt: string | null;
|
|
1050
|
-
updatedAt: string | null;
|
|
1051
|
-
}
|
|
1052
|
-
export interface MembershipType {
|
|
1053
|
-
id: number | null;
|
|
1054
|
-
name: string | null;
|
|
1055
|
-
description: string | null;
|
|
1056
|
-
prefix: string | null;
|
|
1292
|
+
serviceTrgmSimilarity: number | null;
|
|
1293
|
+
identifierTrgmSimilarity: number | null;
|
|
1294
|
+
searchScore: number | null;
|
|
1057
1295
|
}
|
|
1058
1296
|
export interface NodeTypeRegistry {
|
|
1059
1297
|
name: string | null;
|
|
@@ -1065,6 +1303,21 @@ export interface NodeTypeRegistry {
|
|
|
1065
1303
|
tags: string[] | null;
|
|
1066
1304
|
createdAt: string | null;
|
|
1067
1305
|
updatedAt: string | null;
|
|
1306
|
+
nameTrgmSimilarity: number | null;
|
|
1307
|
+
slugTrgmSimilarity: number | null;
|
|
1308
|
+
categoryTrgmSimilarity: number | null;
|
|
1309
|
+
displayNameTrgmSimilarity: number | null;
|
|
1310
|
+
descriptionTrgmSimilarity: number | null;
|
|
1311
|
+
searchScore: number | null;
|
|
1312
|
+
}
|
|
1313
|
+
export interface MembershipType {
|
|
1314
|
+
id: number | null;
|
|
1315
|
+
name: string | null;
|
|
1316
|
+
description: string | null;
|
|
1317
|
+
prefix: string | null;
|
|
1318
|
+
descriptionTrgmSimilarity: number | null;
|
|
1319
|
+
prefixTrgmSimilarity: number | null;
|
|
1320
|
+
searchScore: number | null;
|
|
1068
1321
|
}
|
|
1069
1322
|
export interface AppMembershipDefault {
|
|
1070
1323
|
id: string | null;
|
|
@@ -1075,6 +1328,24 @@ export interface AppMembershipDefault {
|
|
|
1075
1328
|
isApproved: boolean | null;
|
|
1076
1329
|
isVerified: boolean | null;
|
|
1077
1330
|
}
|
|
1331
|
+
export interface RlsModule {
|
|
1332
|
+
id: string | null;
|
|
1333
|
+
databaseId: string | null;
|
|
1334
|
+
schemaId: string | null;
|
|
1335
|
+
privateSchemaId: string | null;
|
|
1336
|
+
sessionCredentialsTableId: string | null;
|
|
1337
|
+
sessionsTableId: string | null;
|
|
1338
|
+
usersTableId: string | null;
|
|
1339
|
+
authenticate: string | null;
|
|
1340
|
+
authenticateStrict: string | null;
|
|
1341
|
+
currentRole: string | null;
|
|
1342
|
+
currentRoleId: string | null;
|
|
1343
|
+
authenticateTrgmSimilarity: number | null;
|
|
1344
|
+
authenticateStrictTrgmSimilarity: number | null;
|
|
1345
|
+
currentRoleTrgmSimilarity: number | null;
|
|
1346
|
+
currentRoleIdTrgmSimilarity: number | null;
|
|
1347
|
+
searchScore: number | null;
|
|
1348
|
+
}
|
|
1078
1349
|
export interface Commit {
|
|
1079
1350
|
id: string | null;
|
|
1080
1351
|
message: string | null;
|
|
@@ -1085,6 +1356,8 @@ export interface Commit {
|
|
|
1085
1356
|
committerId: string | null;
|
|
1086
1357
|
treeId: string | null;
|
|
1087
1358
|
date: string | null;
|
|
1359
|
+
messageTrgmSimilarity: number | null;
|
|
1360
|
+
searchScore: number | null;
|
|
1088
1361
|
}
|
|
1089
1362
|
export interface OrgMembershipDefault {
|
|
1090
1363
|
id: string | null;
|
|
@@ -1106,6 +1379,8 @@ export interface AuditLog {
|
|
|
1106
1379
|
ipAddress: string | null;
|
|
1107
1380
|
success: boolean | null;
|
|
1108
1381
|
createdAt: string | null;
|
|
1382
|
+
userAgentTrgmSimilarity: number | null;
|
|
1383
|
+
searchScore: number | null;
|
|
1109
1384
|
}
|
|
1110
1385
|
export interface AppLevel {
|
|
1111
1386
|
id: string | null;
|
|
@@ -1115,15 +1390,8 @@ export interface AppLevel {
|
|
|
1115
1390
|
ownerId: string | null;
|
|
1116
1391
|
createdAt: string | null;
|
|
1117
1392
|
updatedAt: string | null;
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
id: string | null;
|
|
1121
|
-
ownerId: string | null;
|
|
1122
|
-
email: ConstructiveInternalTypeEmail | null;
|
|
1123
|
-
isVerified: boolean | null;
|
|
1124
|
-
isPrimary: boolean | null;
|
|
1125
|
-
createdAt: string | null;
|
|
1126
|
-
updatedAt: string | null;
|
|
1393
|
+
descriptionTrgmSimilarity: number | null;
|
|
1394
|
+
searchScore: number | null;
|
|
1127
1395
|
}
|
|
1128
1396
|
export interface SqlMigration {
|
|
1129
1397
|
id: number | null;
|
|
@@ -1139,6 +1407,22 @@ export interface SqlMigration {
|
|
|
1139
1407
|
action: string | null;
|
|
1140
1408
|
actionId: string | null;
|
|
1141
1409
|
actorId: string | null;
|
|
1410
|
+
nameTrgmSimilarity: number | null;
|
|
1411
|
+
deployTrgmSimilarity: number | null;
|
|
1412
|
+
contentTrgmSimilarity: number | null;
|
|
1413
|
+
revertTrgmSimilarity: number | null;
|
|
1414
|
+
verifyTrgmSimilarity: number | null;
|
|
1415
|
+
actionTrgmSimilarity: number | null;
|
|
1416
|
+
searchScore: number | null;
|
|
1417
|
+
}
|
|
1418
|
+
export interface Email {
|
|
1419
|
+
id: string | null;
|
|
1420
|
+
ownerId: string | null;
|
|
1421
|
+
email: ConstructiveInternalTypeEmail | null;
|
|
1422
|
+
isVerified: boolean | null;
|
|
1423
|
+
isPrimary: boolean | null;
|
|
1424
|
+
createdAt: string | null;
|
|
1425
|
+
updatedAt: string | null;
|
|
1142
1426
|
}
|
|
1143
1427
|
export interface AstMigration {
|
|
1144
1428
|
id: number | null;
|
|
@@ -1154,17 +1438,8 @@ export interface AstMigration {
|
|
|
1154
1438
|
action: string | null;
|
|
1155
1439
|
actionId: string | null;
|
|
1156
1440
|
actorId: string | null;
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
id: string | null;
|
|
1160
|
-
username: string | null;
|
|
1161
|
-
displayName: string | null;
|
|
1162
|
-
profilePicture: ConstructiveInternalTypeImage | null;
|
|
1163
|
-
searchTsv: string | null;
|
|
1164
|
-
type: number | null;
|
|
1165
|
-
createdAt: string | null;
|
|
1166
|
-
updatedAt: string | null;
|
|
1167
|
-
searchTsvRank: number | null;
|
|
1441
|
+
actionTrgmSimilarity: number | null;
|
|
1442
|
+
searchScore: number | null;
|
|
1168
1443
|
}
|
|
1169
1444
|
export interface AppMembership {
|
|
1170
1445
|
id: string | null;
|
|
@@ -1184,6 +1459,19 @@ export interface AppMembership {
|
|
|
1184
1459
|
actorId: string | null;
|
|
1185
1460
|
profileId: string | null;
|
|
1186
1461
|
}
|
|
1462
|
+
export interface User {
|
|
1463
|
+
id: string | null;
|
|
1464
|
+
username: string | null;
|
|
1465
|
+
displayName: string | null;
|
|
1466
|
+
profilePicture: ConstructiveInternalTypeImage | null;
|
|
1467
|
+
searchTsv: string | null;
|
|
1468
|
+
type: number | null;
|
|
1469
|
+
createdAt: string | null;
|
|
1470
|
+
updatedAt: string | null;
|
|
1471
|
+
searchTsvRank: number | null;
|
|
1472
|
+
displayNameTrgmSimilarity: number | null;
|
|
1473
|
+
searchScore: number | null;
|
|
1474
|
+
}
|
|
1187
1475
|
export interface HierarchyModule {
|
|
1188
1476
|
id: string | null;
|
|
1189
1477
|
databaseId: string | null;
|
|
@@ -1205,6 +1493,17 @@ export interface HierarchyModule {
|
|
|
1205
1493
|
getManagersFunction: string | null;
|
|
1206
1494
|
isManagerOfFunction: string | null;
|
|
1207
1495
|
createdAt: string | null;
|
|
1496
|
+
chartEdgesTableNameTrgmSimilarity: number | null;
|
|
1497
|
+
hierarchySprtTableNameTrgmSimilarity: number | null;
|
|
1498
|
+
chartEdgeGrantsTableNameTrgmSimilarity: number | null;
|
|
1499
|
+
prefixTrgmSimilarity: number | null;
|
|
1500
|
+
privateSchemaNameTrgmSimilarity: number | null;
|
|
1501
|
+
sprtTableNameTrgmSimilarity: number | null;
|
|
1502
|
+
rebuildHierarchyFunctionTrgmSimilarity: number | null;
|
|
1503
|
+
getSubordinatesFunctionTrgmSimilarity: number | null;
|
|
1504
|
+
getManagersFunctionTrgmSimilarity: number | null;
|
|
1505
|
+
isManagerOfFunctionTrgmSimilarity: number | null;
|
|
1506
|
+
searchScore: number | null;
|
|
1208
1507
|
}
|
|
1209
1508
|
export interface StringFilter {
|
|
1210
1509
|
isNull?: boolean;
|
|
@@ -1363,6 +1662,13 @@ export interface InternetAddressFilter {
|
|
|
1363
1662
|
export interface FullTextFilter {
|
|
1364
1663
|
matches?: string;
|
|
1365
1664
|
}
|
|
1665
|
+
export interface VectorFilter {
|
|
1666
|
+
isNull?: boolean;
|
|
1667
|
+
equalTo?: number[];
|
|
1668
|
+
notEqualTo?: number[];
|
|
1669
|
+
distinctFrom?: number[];
|
|
1670
|
+
notDistinctFrom?: number[];
|
|
1671
|
+
}
|
|
1366
1672
|
export interface StringListFilter {
|
|
1367
1673
|
isNull?: boolean;
|
|
1368
1674
|
equalTo?: string[];
|