@constructive-sdk/cli 0.13.1 → 0.13.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/cli/utils.d.ts +1 -1
- package/admin/cli/utils.js +1 -5
- 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/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 +4 -6
- package/admin/orm/query-builder.js +2 -12
- package/admin/orm/select-types.d.ts +2 -4
- package/auth/cli/utils.d.ts +1 -1
- package/auth/cli/utils.js +1 -5
- 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/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 +4 -6
- package/auth/orm/query-builder.js +2 -12
- package/auth/orm/select-types.d.ts +2 -4
- package/esm/admin/cli/utils.d.ts +1 -1
- package/esm/admin/cli/utils.js +1 -5
- 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/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 +4 -6
- package/esm/admin/orm/query-builder.js +2 -12
- package/esm/admin/orm/select-types.d.ts +2 -4
- package/esm/auth/cli/utils.d.ts +1 -1
- package/esm/auth/cli/utils.js +1 -5
- 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/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 +4 -6
- package/esm/auth/orm/query-builder.js +2 -12
- package/esm/auth/orm/select-types.d.ts +2 -4
- package/esm/objects/cli/utils.d.ts +1 -1
- package/esm/objects/cli/utils.js +1 -5
- 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 +4 -6
- package/esm/objects/orm/query-builder.js +2 -12
- package/esm/objects/orm/select-types.d.ts +2 -4
- package/esm/public/cli/commands/construct-blueprint.js +1 -1
- package/esm/public/cli/commands.js +1 -1
- package/esm/public/cli/utils.d.ts +1 -1
- package/esm/public/cli/utils.js +1 -5
- 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/blueprint.d.ts +1 -1
- package/esm/public/orm/models/blueprintConstruction.d.ts +1 -1
- package/esm/public/orm/models/blueprintTemplate.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/databaseTransfer.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/embeddingChunk.d.ts +1 -1
- package/esm/public/orm/models/encryptedSecretsModule.d.ts +1 -1
- package/esm/public/orm/models/enum.d.ts +1 -1
- package/esm/public/orm/models/field.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/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/migrateFile.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/sqlAction.d.ts +1 -1
- package/esm/public/orm/models/storageModule.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/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 +1 -1
- package/esm/public/orm/query-builder.d.ts +4 -6
- package/esm/public/orm/query-builder.js +2 -12
- package/esm/public/orm/select-types.d.ts +2 -4
- package/objects/cli/utils.d.ts +1 -1
- package/objects/cli/utils.js +1 -5
- 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 +4 -6
- package/objects/orm/query-builder.js +2 -12
- package/objects/orm/select-types.d.ts +2 -4
- package/package.json +3 -3
- package/public/cli/commands/construct-blueprint.js +1 -1
- package/public/cli/commands.js +1 -1
- package/public/cli/utils.d.ts +1 -1
- package/public/cli/utils.js +1 -5
- 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/blueprint.d.ts +1 -1
- package/public/orm/models/blueprintConstruction.d.ts +1 -1
- package/public/orm/models/blueprintTemplate.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/databaseTransfer.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/embeddingChunk.d.ts +1 -1
- package/public/orm/models/encryptedSecretsModule.d.ts +1 -1
- package/public/orm/models/enum.d.ts +1 -1
- package/public/orm/models/field.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/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/migrateFile.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/sqlAction.d.ts +1 -1
- package/public/orm/models/storageModule.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/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 +1 -1
- package/public/orm/query-builder.d.ts +4 -6
- package/public/orm/query-builder.js +2 -12
- package/public/orm/select-types.d.ts +2 -4
|
@@ -10,7 +10,7 @@ import type { AppMembershipDefaultWithRelations, AppMembershipDefaultSelect, App
|
|
|
10
10
|
export declare class AppMembershipDefaultModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends AppMembershipDefaultSelect>(args: FindManyArgs<S, AppMembershipDefaultFilter,
|
|
13
|
+
findMany<S extends AppMembershipDefaultSelect>(args: FindManyArgs<S, AppMembershipDefaultFilter, AppMembershipDefaultOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, AppMembershipDefaultSelect>): QueryBuilder<{
|
|
16
16
|
appMembershipDefaults: ConnectionResult<InferSelectResult<AppMembershipDefaultWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { AppOwnerGrantWithRelations, AppOwnerGrantSelect, AppOwnerGrantFilt
|
|
|
10
10
|
export declare class AppOwnerGrantModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends AppOwnerGrantSelect>(args: FindManyArgs<S, AppOwnerGrantFilter,
|
|
13
|
+
findMany<S extends AppOwnerGrantSelect>(args: FindManyArgs<S, AppOwnerGrantFilter, AppOwnerGrantOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, AppOwnerGrantSelect>): QueryBuilder<{
|
|
16
16
|
appOwnerGrants: ConnectionResult<InferSelectResult<AppOwnerGrantWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { AppPermissionWithRelations, AppPermissionSelect, AppPermissionFilt
|
|
|
10
10
|
export declare class AppPermissionModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends AppPermissionSelect>(args: FindManyArgs<S, AppPermissionFilter,
|
|
13
|
+
findMany<S extends AppPermissionSelect>(args: FindManyArgs<S, AppPermissionFilter, AppPermissionOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, AppPermissionSelect>): QueryBuilder<{
|
|
16
16
|
appPermissions: ConnectionResult<InferSelectResult<AppPermissionWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { AppPermissionDefaultWithRelations, AppPermissionDefaultSelect, App
|
|
|
10
10
|
export declare class AppPermissionDefaultModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends AppPermissionDefaultSelect>(args: FindManyArgs<S, AppPermissionDefaultFilter,
|
|
13
|
+
findMany<S extends AppPermissionDefaultSelect>(args: FindManyArgs<S, AppPermissionDefaultFilter, AppPermissionDefaultOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, AppPermissionDefaultSelect>): QueryBuilder<{
|
|
16
16
|
appPermissionDefaults: ConnectionResult<InferSelectResult<AppPermissionDefaultWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { AppStepWithRelations, AppStepSelect, AppStepFilter, AppStepOrderBy
|
|
|
10
10
|
export declare class AppStepModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends AppStepSelect>(args: FindManyArgs<S, AppStepFilter,
|
|
13
|
+
findMany<S extends AppStepSelect>(args: FindManyArgs<S, AppStepFilter, AppStepOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, AppStepSelect>): QueryBuilder<{
|
|
16
16
|
appSteps: ConnectionResult<InferSelectResult<AppStepWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { AstMigrationWithRelations, AstMigrationSelect, AstMigrationFilter,
|
|
|
10
10
|
export declare class AstMigrationModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends AstMigrationSelect>(args: FindManyArgs<S, AstMigrationFilter,
|
|
13
|
+
findMany<S extends AstMigrationSelect>(args: FindManyArgs<S, AstMigrationFilter, AstMigrationOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, AstMigrationSelect>): QueryBuilder<{
|
|
16
16
|
astMigrations: ConnectionResult<InferSelectResult<AstMigrationWithRelations, S>>;
|
|
@@ -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,
|
|
13
|
+
findMany<S extends AuditLogSelect>(args: FindManyArgs<S, AuditLogFilter, AuditLogOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, AuditLogSelect>): QueryBuilder<{
|
|
16
16
|
auditLogs: ConnectionResult<InferSelectResult<AuditLogWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { BlueprintWithRelations, BlueprintSelect, BlueprintFilter, Blueprin
|
|
|
10
10
|
export declare class BlueprintModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends BlueprintSelect>(args: FindManyArgs<S, BlueprintFilter,
|
|
13
|
+
findMany<S extends BlueprintSelect>(args: FindManyArgs<S, BlueprintFilter, BlueprintOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, BlueprintSelect>): QueryBuilder<{
|
|
16
16
|
blueprints: ConnectionResult<InferSelectResult<BlueprintWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { BlueprintConstructionWithRelations, BlueprintConstructionSelect, B
|
|
|
10
10
|
export declare class BlueprintConstructionModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends BlueprintConstructionSelect>(args: FindManyArgs<S, BlueprintConstructionFilter,
|
|
13
|
+
findMany<S extends BlueprintConstructionSelect>(args: FindManyArgs<S, BlueprintConstructionFilter, BlueprintConstructionOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, BlueprintConstructionSelect>): QueryBuilder<{
|
|
16
16
|
blueprintConstructions: ConnectionResult<InferSelectResult<BlueprintConstructionWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { BlueprintTemplateWithRelations, BlueprintTemplateSelect, Blueprint
|
|
|
10
10
|
export declare class BlueprintTemplateModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends BlueprintTemplateSelect>(args: FindManyArgs<S, BlueprintTemplateFilter,
|
|
13
|
+
findMany<S extends BlueprintTemplateSelect>(args: FindManyArgs<S, BlueprintTemplateFilter, BlueprintTemplateOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, BlueprintTemplateSelect>): QueryBuilder<{
|
|
16
16
|
blueprintTemplates: ConnectionResult<InferSelectResult<BlueprintTemplateWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { CheckConstraintWithRelations, CheckConstraintSelect, CheckConstrai
|
|
|
10
10
|
export declare class CheckConstraintModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends CheckConstraintSelect>(args: FindManyArgs<S, CheckConstraintFilter,
|
|
13
|
+
findMany<S extends CheckConstraintSelect>(args: FindManyArgs<S, CheckConstraintFilter, CheckConstraintOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, CheckConstraintSelect>): QueryBuilder<{
|
|
16
16
|
checkConstraints: ConnectionResult<InferSelectResult<CheckConstraintWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { ClaimedInviteWithRelations, ClaimedInviteSelect, ClaimedInviteFilt
|
|
|
10
10
|
export declare class ClaimedInviteModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends ClaimedInviteSelect>(args: FindManyArgs<S, ClaimedInviteFilter,
|
|
13
|
+
findMany<S extends ClaimedInviteSelect>(args: FindManyArgs<S, ClaimedInviteFilter, ClaimedInviteOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, ClaimedInviteSelect>): QueryBuilder<{
|
|
16
16
|
claimedInvites: ConnectionResult<InferSelectResult<ClaimedInviteWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { CommitWithRelations, CommitSelect, CommitFilter, CommitOrderBy, Cr
|
|
|
10
10
|
export declare class CommitModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends CommitSelect>(args: FindManyArgs<S, CommitFilter,
|
|
13
|
+
findMany<S extends CommitSelect>(args: FindManyArgs<S, CommitFilter, CommitOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, CommitSelect>): QueryBuilder<{
|
|
16
16
|
commits: ConnectionResult<InferSelectResult<CommitWithRelations, 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,
|
|
13
|
+
findMany<S extends ConnectedAccountSelect>(args: FindManyArgs<S, ConnectedAccountFilter, ConnectedAccountOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, ConnectedAccountSelect>): QueryBuilder<{
|
|
16
16
|
connectedAccounts: ConnectionResult<InferSelectResult<ConnectedAccountWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { ConnectedAccountsModuleWithRelations, ConnectedAccountsModuleSelec
|
|
|
10
10
|
export declare class ConnectedAccountsModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends ConnectedAccountsModuleSelect>(args: FindManyArgs<S, ConnectedAccountsModuleFilter,
|
|
13
|
+
findMany<S extends ConnectedAccountsModuleSelect>(args: FindManyArgs<S, ConnectedAccountsModuleFilter, ConnectedAccountsModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, ConnectedAccountsModuleSelect>): QueryBuilder<{
|
|
16
16
|
connectedAccountsModules: ConnectionResult<InferSelectResult<ConnectedAccountsModuleWithRelations, 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,
|
|
13
|
+
findMany<S extends CryptoAddressSelect>(args: FindManyArgs<S, CryptoAddressFilter, CryptoAddressOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, CryptoAddressSelect>): QueryBuilder<{
|
|
16
16
|
cryptoAddresses: ConnectionResult<InferSelectResult<CryptoAddressWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { CryptoAddressesModuleWithRelations, CryptoAddressesModuleSelect, C
|
|
|
10
10
|
export declare class CryptoAddressesModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends CryptoAddressesModuleSelect>(args: FindManyArgs<S, CryptoAddressesModuleFilter,
|
|
13
|
+
findMany<S extends CryptoAddressesModuleSelect>(args: FindManyArgs<S, CryptoAddressesModuleFilter, CryptoAddressesModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, CryptoAddressesModuleSelect>): QueryBuilder<{
|
|
16
16
|
cryptoAddressesModules: ConnectionResult<InferSelectResult<CryptoAddressesModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { CryptoAuthModuleWithRelations, CryptoAuthModuleSelect, CryptoAuthM
|
|
|
10
10
|
export declare class CryptoAuthModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends CryptoAuthModuleSelect>(args: FindManyArgs<S, CryptoAuthModuleFilter,
|
|
13
|
+
findMany<S extends CryptoAuthModuleSelect>(args: FindManyArgs<S, CryptoAuthModuleFilter, CryptoAuthModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, CryptoAuthModuleSelect>): QueryBuilder<{
|
|
16
16
|
cryptoAuthModules: ConnectionResult<InferSelectResult<CryptoAuthModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { DatabaseWithRelations, DatabaseSelect, DatabaseFilter, DatabaseOrd
|
|
|
10
10
|
export declare class DatabaseModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends DatabaseSelect>(args: FindManyArgs<S, DatabaseFilter,
|
|
13
|
+
findMany<S extends DatabaseSelect>(args: FindManyArgs<S, DatabaseFilter, DatabaseOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, DatabaseSelect>): QueryBuilder<{
|
|
16
16
|
databases: ConnectionResult<InferSelectResult<DatabaseWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { DatabaseProvisionModuleWithRelations, DatabaseProvisionModuleSelec
|
|
|
10
10
|
export declare class DatabaseProvisionModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends DatabaseProvisionModuleSelect>(args: FindManyArgs<S, DatabaseProvisionModuleFilter,
|
|
13
|
+
findMany<S extends DatabaseProvisionModuleSelect>(args: FindManyArgs<S, DatabaseProvisionModuleFilter, DatabaseProvisionModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, DatabaseProvisionModuleSelect>): QueryBuilder<{
|
|
16
16
|
databaseProvisionModules: ConnectionResult<InferSelectResult<DatabaseProvisionModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { DatabaseTransferWithRelations, DatabaseTransferSelect, DatabaseTra
|
|
|
10
10
|
export declare class DatabaseTransferModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends DatabaseTransferSelect>(args: FindManyArgs<S, DatabaseTransferFilter,
|
|
13
|
+
findMany<S extends DatabaseTransferSelect>(args: FindManyArgs<S, DatabaseTransferFilter, DatabaseTransferOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, DatabaseTransferSelect>): QueryBuilder<{
|
|
16
16
|
databaseTransfers: ConnectionResult<InferSelectResult<DatabaseTransferWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { DefaultIdsModuleWithRelations, DefaultIdsModuleSelect, DefaultIdsM
|
|
|
10
10
|
export declare class DefaultIdsModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends DefaultIdsModuleSelect>(args: FindManyArgs<S, DefaultIdsModuleFilter,
|
|
13
|
+
findMany<S extends DefaultIdsModuleSelect>(args: FindManyArgs<S, DefaultIdsModuleFilter, DefaultIdsModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, DefaultIdsModuleSelect>): QueryBuilder<{
|
|
16
16
|
defaultIdsModules: ConnectionResult<InferSelectResult<DefaultIdsModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { DefaultPrivilegeWithRelations, DefaultPrivilegeSelect, DefaultPriv
|
|
|
10
10
|
export declare class DefaultPrivilegeModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends DefaultPrivilegeSelect>(args: FindManyArgs<S, DefaultPrivilegeFilter,
|
|
13
|
+
findMany<S extends DefaultPrivilegeSelect>(args: FindManyArgs<S, DefaultPrivilegeFilter, DefaultPrivilegeOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, DefaultPrivilegeSelect>): QueryBuilder<{
|
|
16
16
|
defaultPrivileges: ConnectionResult<InferSelectResult<DefaultPrivilegeWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { DenormalizedTableFieldWithRelations, DenormalizedTableFieldSelect,
|
|
|
10
10
|
export declare class DenormalizedTableFieldModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends DenormalizedTableFieldSelect>(args: FindManyArgs<S, DenormalizedTableFieldFilter,
|
|
13
|
+
findMany<S extends DenormalizedTableFieldSelect>(args: FindManyArgs<S, DenormalizedTableFieldFilter, DenormalizedTableFieldOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, DenormalizedTableFieldSelect>): QueryBuilder<{
|
|
16
16
|
denormalizedTableFields: ConnectionResult<InferSelectResult<DenormalizedTableFieldWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { DomainWithRelations, DomainSelect, DomainFilter, DomainOrderBy, Cr
|
|
|
10
10
|
export declare class DomainModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends DomainSelect>(args: FindManyArgs<S, DomainFilter,
|
|
13
|
+
findMany<S extends DomainSelect>(args: FindManyArgs<S, DomainFilter, DomainOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, DomainSelect>): QueryBuilder<{
|
|
16
16
|
domains: ConnectionResult<InferSelectResult<DomainWithRelations, 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,
|
|
13
|
+
findMany<S extends EmailSelect>(args: FindManyArgs<S, EmailFilter, EmailOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, EmailSelect>): QueryBuilder<{
|
|
16
16
|
emails: ConnectionResult<InferSelectResult<EmailWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { EmailsModuleWithRelations, EmailsModuleSelect, EmailsModuleFilter,
|
|
|
10
10
|
export declare class EmailsModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends EmailsModuleSelect>(args: FindManyArgs<S, EmailsModuleFilter,
|
|
13
|
+
findMany<S extends EmailsModuleSelect>(args: FindManyArgs<S, EmailsModuleFilter, EmailsModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, EmailsModuleSelect>): QueryBuilder<{
|
|
16
16
|
emailsModules: ConnectionResult<InferSelectResult<EmailsModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { EmbeddingChunkWithRelations, EmbeddingChunkSelect, EmbeddingChunkF
|
|
|
10
10
|
export declare class EmbeddingChunkModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends EmbeddingChunkSelect>(args: FindManyArgs<S, EmbeddingChunkFilter,
|
|
13
|
+
findMany<S extends EmbeddingChunkSelect>(args: FindManyArgs<S, EmbeddingChunkFilter, EmbeddingChunkOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, EmbeddingChunkSelect>): QueryBuilder<{
|
|
16
16
|
embeddingChunks: ConnectionResult<InferSelectResult<EmbeddingChunkWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { EncryptedSecretsModuleWithRelations, EncryptedSecretsModuleSelect,
|
|
|
10
10
|
export declare class EncryptedSecretsModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends EncryptedSecretsModuleSelect>(args: FindManyArgs<S, EncryptedSecretsModuleFilter,
|
|
13
|
+
findMany<S extends EncryptedSecretsModuleSelect>(args: FindManyArgs<S, EncryptedSecretsModuleFilter, EncryptedSecretsModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, EncryptedSecretsModuleSelect>): QueryBuilder<{
|
|
16
16
|
encryptedSecretsModules: ConnectionResult<InferSelectResult<EncryptedSecretsModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { EnumWithRelations, EnumSelect, EnumFilter, EnumOrderBy, CreateEnum
|
|
|
10
10
|
export declare class EnumModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends EnumSelect>(args: FindManyArgs<S, EnumFilter,
|
|
13
|
+
findMany<S extends EnumSelect>(args: FindManyArgs<S, EnumFilter, EnumOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, EnumSelect>): QueryBuilder<{
|
|
16
16
|
enums: ConnectionResult<InferSelectResult<EnumWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { FieldWithRelations, FieldSelect, FieldFilter, FieldOrderBy, Create
|
|
|
10
10
|
export declare class FieldModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends FieldSelect>(args: FindManyArgs<S, FieldFilter,
|
|
13
|
+
findMany<S extends FieldSelect>(args: FindManyArgs<S, FieldFilter, FieldOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, FieldSelect>): QueryBuilder<{
|
|
16
16
|
fields: ConnectionResult<InferSelectResult<FieldWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { ForeignKeyConstraintWithRelations, ForeignKeyConstraintSelect, For
|
|
|
10
10
|
export declare class ForeignKeyConstraintModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends ForeignKeyConstraintSelect>(args: FindManyArgs<S, ForeignKeyConstraintFilter,
|
|
13
|
+
findMany<S extends ForeignKeyConstraintSelect>(args: FindManyArgs<S, ForeignKeyConstraintFilter, ForeignKeyConstraintOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, ForeignKeyConstraintSelect>): QueryBuilder<{
|
|
16
16
|
foreignKeyConstraints: ConnectionResult<InferSelectResult<ForeignKeyConstraintWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { FullTextSearchWithRelations, FullTextSearchSelect, FullTextSearchF
|
|
|
10
10
|
export declare class FullTextSearchModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends FullTextSearchSelect>(args: FindManyArgs<S, FullTextSearchFilter,
|
|
13
|
+
findMany<S extends FullTextSearchSelect>(args: FindManyArgs<S, FullTextSearchFilter, FullTextSearchOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, FullTextSearchSelect>): QueryBuilder<{
|
|
16
16
|
fullTextSearches: ConnectionResult<InferSelectResult<FullTextSearchWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { GetAllRecordWithRelations, GetAllRecordSelect, GetAllRecordFilter,
|
|
|
10
10
|
export declare class GetAllRecordModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends GetAllRecordSelect>(args: FindManyArgs<S, GetAllRecordFilter,
|
|
13
|
+
findMany<S extends GetAllRecordSelect>(args: FindManyArgs<S, GetAllRecordFilter, GetAllRecordsOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, GetAllRecordSelect>): QueryBuilder<{
|
|
16
16
|
getAll: ConnectionResult<InferSelectResult<GetAllRecordWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { HierarchyModuleWithRelations, HierarchyModuleSelect, HierarchyModu
|
|
|
10
10
|
export declare class HierarchyModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends HierarchyModuleSelect>(args: FindManyArgs<S, HierarchyModuleFilter,
|
|
13
|
+
findMany<S extends HierarchyModuleSelect>(args: FindManyArgs<S, HierarchyModuleFilter, HierarchyModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, HierarchyModuleSelect>): QueryBuilder<{
|
|
16
16
|
hierarchyModules: ConnectionResult<InferSelectResult<HierarchyModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { IndexWithRelations, IndexSelect, IndexFilter, IndexOrderBy, Create
|
|
|
10
10
|
export declare class IndexModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends IndexSelect>(args: FindManyArgs<S, IndexFilter,
|
|
13
|
+
findMany<S extends IndexSelect>(args: FindManyArgs<S, IndexFilter, IndexOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, IndexSelect>): QueryBuilder<{
|
|
16
16
|
indices: ConnectionResult<InferSelectResult<IndexWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { InviteWithRelations, InviteSelect, InviteFilter, InviteOrderBy, Cr
|
|
|
10
10
|
export declare class InviteModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends InviteSelect>(args: FindManyArgs<S, InviteFilter,
|
|
13
|
+
findMany<S extends InviteSelect>(args: FindManyArgs<S, InviteFilter, InviteOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, InviteSelect>): QueryBuilder<{
|
|
16
16
|
invites: ConnectionResult<InferSelectResult<InviteWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { InvitesModuleWithRelations, InvitesModuleSelect, InvitesModuleFilt
|
|
|
10
10
|
export declare class InvitesModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends InvitesModuleSelect>(args: FindManyArgs<S, InvitesModuleFilter,
|
|
13
|
+
findMany<S extends InvitesModuleSelect>(args: FindManyArgs<S, InvitesModuleFilter, InvitesModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, InvitesModuleSelect>): QueryBuilder<{
|
|
16
16
|
invitesModules: ConnectionResult<InferSelectResult<InvitesModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { LevelsModuleWithRelations, LevelsModuleSelect, LevelsModuleFilter,
|
|
|
10
10
|
export declare class LevelsModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends LevelsModuleSelect>(args: FindManyArgs<S, LevelsModuleFilter,
|
|
13
|
+
findMany<S extends LevelsModuleSelect>(args: FindManyArgs<S, LevelsModuleFilter, LevelsModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, LevelsModuleSelect>): QueryBuilder<{
|
|
16
16
|
levelsModules: ConnectionResult<InferSelectResult<LevelsModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { LimitsModuleWithRelations, LimitsModuleSelect, LimitsModuleFilter,
|
|
|
10
10
|
export declare class LimitsModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends LimitsModuleSelect>(args: FindManyArgs<S, LimitsModuleFilter,
|
|
13
|
+
findMany<S extends LimitsModuleSelect>(args: FindManyArgs<S, LimitsModuleFilter, LimitsModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, LimitsModuleSelect>): QueryBuilder<{
|
|
16
16
|
limitsModules: ConnectionResult<InferSelectResult<LimitsModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { MembershipTypeWithRelations, MembershipTypeSelect, MembershipTypeF
|
|
|
10
10
|
export declare class MembershipTypeModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends MembershipTypeSelect>(args: FindManyArgs<S, MembershipTypeFilter,
|
|
13
|
+
findMany<S extends MembershipTypeSelect>(args: FindManyArgs<S, MembershipTypeFilter, MembershipTypeOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, MembershipTypeSelect>): QueryBuilder<{
|
|
16
16
|
membershipTypes: ConnectionResult<InferSelectResult<MembershipTypeWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { MembershipTypesModuleWithRelations, MembershipTypesModuleSelect, M
|
|
|
10
10
|
export declare class MembershipTypesModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends MembershipTypesModuleSelect>(args: FindManyArgs<S, MembershipTypesModuleFilter,
|
|
13
|
+
findMany<S extends MembershipTypesModuleSelect>(args: FindManyArgs<S, MembershipTypesModuleFilter, MembershipTypesModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, MembershipTypesModuleSelect>): QueryBuilder<{
|
|
16
16
|
membershipTypesModules: ConnectionResult<InferSelectResult<MembershipTypesModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { MembershipsModuleWithRelations, MembershipsModuleSelect, Membershi
|
|
|
10
10
|
export declare class MembershipsModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends MembershipsModuleSelect>(args: FindManyArgs<S, MembershipsModuleFilter,
|
|
13
|
+
findMany<S extends MembershipsModuleSelect>(args: FindManyArgs<S, MembershipsModuleFilter, MembershipsModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, MembershipsModuleSelect>): QueryBuilder<{
|
|
16
16
|
membershipsModules: ConnectionResult<InferSelectResult<MembershipsModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { MigrateFileWithRelations, MigrateFileSelect, MigrateFileFilter, Mi
|
|
|
10
10
|
export declare class MigrateFileModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends MigrateFileSelect>(args: FindManyArgs<S, MigrateFileFilter,
|
|
13
|
+
findMany<S extends MigrateFileSelect>(args: FindManyArgs<S, MigrateFileFilter, MigrateFileOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, MigrateFileSelect>): QueryBuilder<{
|
|
16
16
|
migrateFiles: ConnectionResult<InferSelectResult<MigrateFileWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { ObjectWithRelations, ObjectSelect, ObjectFilter, ObjectOrderBy, Cr
|
|
|
10
10
|
export declare class ObjectModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends ObjectSelect>(args: FindManyArgs<S, ObjectFilter,
|
|
13
|
+
findMany<S extends ObjectSelect>(args: FindManyArgs<S, ObjectFilter, ObjectOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, ObjectSelect>): QueryBuilder<{
|
|
16
16
|
objects: ConnectionResult<InferSelectResult<ObjectWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgAdminGrantWithRelations, OrgAdminGrantSelect, OrgAdminGrantFilt
|
|
|
10
10
|
export declare class OrgAdminGrantModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgAdminGrantSelect>(args: FindManyArgs<S, OrgAdminGrantFilter,
|
|
13
|
+
findMany<S extends OrgAdminGrantSelect>(args: FindManyArgs<S, OrgAdminGrantFilter, OrgAdminGrantOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgAdminGrantSelect>): QueryBuilder<{
|
|
16
16
|
orgAdminGrants: ConnectionResult<InferSelectResult<OrgAdminGrantWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgChartEdgeWithRelations, OrgChartEdgeSelect, OrgChartEdgeFilter,
|
|
|
10
10
|
export declare class OrgChartEdgeModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgChartEdgeSelect>(args: FindManyArgs<S, OrgChartEdgeFilter,
|
|
13
|
+
findMany<S extends OrgChartEdgeSelect>(args: FindManyArgs<S, OrgChartEdgeFilter, OrgChartEdgeOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgChartEdgeSelect>): QueryBuilder<{
|
|
16
16
|
orgChartEdges: ConnectionResult<InferSelectResult<OrgChartEdgeWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgChartEdgeGrantWithRelations, OrgChartEdgeGrantSelect, OrgChartE
|
|
|
10
10
|
export declare class OrgChartEdgeGrantModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgChartEdgeGrantSelect>(args: FindManyArgs<S, OrgChartEdgeGrantFilter,
|
|
13
|
+
findMany<S extends OrgChartEdgeGrantSelect>(args: FindManyArgs<S, OrgChartEdgeGrantFilter, OrgChartEdgeGrantOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgChartEdgeGrantSelect>): QueryBuilder<{
|
|
16
16
|
orgChartEdgeGrants: ConnectionResult<InferSelectResult<OrgChartEdgeGrantWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgClaimedInviteWithRelations, OrgClaimedInviteSelect, OrgClaimedI
|
|
|
10
10
|
export declare class OrgClaimedInviteModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgClaimedInviteSelect>(args: FindManyArgs<S, OrgClaimedInviteFilter,
|
|
13
|
+
findMany<S extends OrgClaimedInviteSelect>(args: FindManyArgs<S, OrgClaimedInviteFilter, OrgClaimedInviteOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgClaimedInviteSelect>): QueryBuilder<{
|
|
16
16
|
orgClaimedInvites: ConnectionResult<InferSelectResult<OrgClaimedInviteWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgGetManagersRecordWithRelations, OrgGetManagersRecordSelect, Org
|
|
|
10
10
|
export declare class OrgGetManagersRecordModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgGetManagersRecordSelect>(args: FindManyArgs<S, OrgGetManagersRecordFilter,
|
|
13
|
+
findMany<S extends OrgGetManagersRecordSelect>(args: FindManyArgs<S, OrgGetManagersRecordFilter, OrgGetManagersRecordsOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgGetManagersRecordSelect>): QueryBuilder<{
|
|
16
16
|
orgGetManagers: ConnectionResult<InferSelectResult<OrgGetManagersRecordWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgGetSubordinatesRecordWithRelations, OrgGetSubordinatesRecordSel
|
|
|
10
10
|
export declare class OrgGetSubordinatesRecordModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgGetSubordinatesRecordSelect>(args: FindManyArgs<S, OrgGetSubordinatesRecordFilter,
|
|
13
|
+
findMany<S extends OrgGetSubordinatesRecordSelect>(args: FindManyArgs<S, OrgGetSubordinatesRecordFilter, OrgGetSubordinatesRecordsOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgGetSubordinatesRecordSelect>): QueryBuilder<{
|
|
16
16
|
orgGetSubordinates: ConnectionResult<InferSelectResult<OrgGetSubordinatesRecordWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgGrantWithRelations, OrgGrantSelect, OrgGrantFilter, OrgGrantOrd
|
|
|
10
10
|
export declare class OrgGrantModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgGrantSelect>(args: FindManyArgs<S, OrgGrantFilter,
|
|
13
|
+
findMany<S extends OrgGrantSelect>(args: FindManyArgs<S, OrgGrantFilter, OrgGrantOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgGrantSelect>): QueryBuilder<{
|
|
16
16
|
orgGrants: ConnectionResult<InferSelectResult<OrgGrantWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgInviteWithRelations, OrgInviteSelect, OrgInviteFilter, OrgInvit
|
|
|
10
10
|
export declare class OrgInviteModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgInviteSelect>(args: FindManyArgs<S, OrgInviteFilter,
|
|
13
|
+
findMany<S extends OrgInviteSelect>(args: FindManyArgs<S, OrgInviteFilter, OrgInviteOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgInviteSelect>): QueryBuilder<{
|
|
16
16
|
orgInvites: ConnectionResult<InferSelectResult<OrgInviteWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgLimitWithRelations, OrgLimitSelect, OrgLimitFilter, OrgLimitOrd
|
|
|
10
10
|
export declare class OrgLimitModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgLimitSelect>(args: FindManyArgs<S, OrgLimitFilter,
|
|
13
|
+
findMany<S extends OrgLimitSelect>(args: FindManyArgs<S, OrgLimitFilter, OrgLimitOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgLimitSelect>): QueryBuilder<{
|
|
16
16
|
orgLimits: ConnectionResult<InferSelectResult<OrgLimitWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgLimitDefaultWithRelations, OrgLimitDefaultSelect, OrgLimitDefau
|
|
|
10
10
|
export declare class OrgLimitDefaultModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgLimitDefaultSelect>(args: FindManyArgs<S, OrgLimitDefaultFilter,
|
|
13
|
+
findMany<S extends OrgLimitDefaultSelect>(args: FindManyArgs<S, OrgLimitDefaultFilter, OrgLimitDefaultOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgLimitDefaultSelect>): QueryBuilder<{
|
|
16
16
|
orgLimitDefaults: ConnectionResult<InferSelectResult<OrgLimitDefaultWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgMemberWithRelations, OrgMemberSelect, OrgMemberFilter, OrgMembe
|
|
|
10
10
|
export declare class OrgMemberModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgMemberSelect>(args: FindManyArgs<S, OrgMemberFilter,
|
|
13
|
+
findMany<S extends OrgMemberSelect>(args: FindManyArgs<S, OrgMemberFilter, OrgMemberOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgMemberSelect>): QueryBuilder<{
|
|
16
16
|
orgMembers: ConnectionResult<InferSelectResult<OrgMemberWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgMembershipWithRelations, OrgMembershipSelect, OrgMembershipFilt
|
|
|
10
10
|
export declare class OrgMembershipModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgMembershipSelect>(args: FindManyArgs<S, OrgMembershipFilter,
|
|
13
|
+
findMany<S extends OrgMembershipSelect>(args: FindManyArgs<S, OrgMembershipFilter, OrgMembershipOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgMembershipSelect>): QueryBuilder<{
|
|
16
16
|
orgMemberships: ConnectionResult<InferSelectResult<OrgMembershipWithRelations, S>>;
|