@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 { OrgMembershipDefaultWithRelations, OrgMembershipDefaultSelect, Org
|
|
|
10
10
|
export declare class OrgMembershipDefaultModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgMembershipDefaultSelect>(args: FindManyArgs<S, OrgMembershipDefaultFilter,
|
|
13
|
+
findMany<S extends OrgMembershipDefaultSelect>(args: FindManyArgs<S, OrgMembershipDefaultFilter, OrgMembershipDefaultOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgMembershipDefaultSelect>): QueryBuilder<{
|
|
16
16
|
orgMembershipDefaults: ConnectionResult<InferSelectResult<OrgMembershipDefaultWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgOwnerGrantWithRelations, OrgOwnerGrantSelect, OrgOwnerGrantFilt
|
|
|
10
10
|
export declare class OrgOwnerGrantModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgOwnerGrantSelect>(args: FindManyArgs<S, OrgOwnerGrantFilter,
|
|
13
|
+
findMany<S extends OrgOwnerGrantSelect>(args: FindManyArgs<S, OrgOwnerGrantFilter, OrgOwnerGrantOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgOwnerGrantSelect>): QueryBuilder<{
|
|
16
16
|
orgOwnerGrants: ConnectionResult<InferSelectResult<OrgOwnerGrantWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgPermissionWithRelations, OrgPermissionSelect, OrgPermissionFilt
|
|
|
10
10
|
export declare class OrgPermissionModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgPermissionSelect>(args: FindManyArgs<S, OrgPermissionFilter,
|
|
13
|
+
findMany<S extends OrgPermissionSelect>(args: FindManyArgs<S, OrgPermissionFilter, OrgPermissionOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgPermissionSelect>): QueryBuilder<{
|
|
16
16
|
orgPermissions: ConnectionResult<InferSelectResult<OrgPermissionWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { OrgPermissionDefaultWithRelations, OrgPermissionDefaultSelect, Org
|
|
|
10
10
|
export declare class OrgPermissionDefaultModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends OrgPermissionDefaultSelect>(args: FindManyArgs<S, OrgPermissionDefaultFilter,
|
|
13
|
+
findMany<S extends OrgPermissionDefaultSelect>(args: FindManyArgs<S, OrgPermissionDefaultFilter, OrgPermissionDefaultOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, OrgPermissionDefaultSelect>): QueryBuilder<{
|
|
16
16
|
orgPermissionDefaults: ConnectionResult<InferSelectResult<OrgPermissionDefaultWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { PermissionsModuleWithRelations, PermissionsModuleSelect, Permissio
|
|
|
10
10
|
export declare class PermissionsModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends PermissionsModuleSelect>(args: FindManyArgs<S, PermissionsModuleFilter,
|
|
13
|
+
findMany<S extends PermissionsModuleSelect>(args: FindManyArgs<S, PermissionsModuleFilter, PermissionsModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, PermissionsModuleSelect>): QueryBuilder<{
|
|
16
16
|
permissionsModules: ConnectionResult<InferSelectResult<PermissionsModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { PhoneNumberWithRelations, PhoneNumberSelect, PhoneNumberFilter, Ph
|
|
|
10
10
|
export declare class PhoneNumberModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends PhoneNumberSelect>(args: FindManyArgs<S, PhoneNumberFilter,
|
|
13
|
+
findMany<S extends PhoneNumberSelect>(args: FindManyArgs<S, PhoneNumberFilter, PhoneNumberOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, PhoneNumberSelect>): QueryBuilder<{
|
|
16
16
|
phoneNumbers: ConnectionResult<InferSelectResult<PhoneNumberWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { PhoneNumbersModuleWithRelations, PhoneNumbersModuleSelect, PhoneNu
|
|
|
10
10
|
export declare class PhoneNumbersModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends PhoneNumbersModuleSelect>(args: FindManyArgs<S, PhoneNumbersModuleFilter,
|
|
13
|
+
findMany<S extends PhoneNumbersModuleSelect>(args: FindManyArgs<S, PhoneNumbersModuleFilter, PhoneNumbersModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, PhoneNumbersModuleSelect>): QueryBuilder<{
|
|
16
16
|
phoneNumbersModules: ConnectionResult<InferSelectResult<PhoneNumbersModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { PolicyWithRelations, PolicySelect, PolicyFilter, PolicyOrderBy, Cr
|
|
|
10
10
|
export declare class PolicyModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends PolicySelect>(args: FindManyArgs<S, PolicyFilter,
|
|
13
|
+
findMany<S extends PolicySelect>(args: FindManyArgs<S, PolicyFilter, PolicyOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, PolicySelect>): QueryBuilder<{
|
|
16
16
|
policies: ConnectionResult<InferSelectResult<PolicyWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { PrimaryKeyConstraintWithRelations, PrimaryKeyConstraintSelect, Pri
|
|
|
10
10
|
export declare class PrimaryKeyConstraintModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends PrimaryKeyConstraintSelect>(args: FindManyArgs<S, PrimaryKeyConstraintFilter,
|
|
13
|
+
findMany<S extends PrimaryKeyConstraintSelect>(args: FindManyArgs<S, PrimaryKeyConstraintFilter, PrimaryKeyConstraintOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, PrimaryKeyConstraintSelect>): QueryBuilder<{
|
|
16
16
|
primaryKeyConstraints: ConnectionResult<InferSelectResult<PrimaryKeyConstraintWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { ProfilesModuleWithRelations, ProfilesModuleSelect, ProfilesModuleF
|
|
|
10
10
|
export declare class ProfilesModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends ProfilesModuleSelect>(args: FindManyArgs<S, ProfilesModuleFilter,
|
|
13
|
+
findMany<S extends ProfilesModuleSelect>(args: FindManyArgs<S, ProfilesModuleFilter, ProfilesModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, ProfilesModuleSelect>): QueryBuilder<{
|
|
16
16
|
profilesModules: ConnectionResult<InferSelectResult<ProfilesModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { RefWithRelations, RefSelect, RefFilter, RefOrderBy, CreateRefInput
|
|
|
10
10
|
export declare class RefModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends RefSelect>(args: FindManyArgs<S, RefFilter,
|
|
13
|
+
findMany<S extends RefSelect>(args: FindManyArgs<S, RefFilter, RefOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, RefSelect>): QueryBuilder<{
|
|
16
16
|
refs: ConnectionResult<InferSelectResult<RefWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { RelationProvisionWithRelations, RelationProvisionSelect, RelationP
|
|
|
10
10
|
export declare class RelationProvisionModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends RelationProvisionSelect>(args: FindManyArgs<S, RelationProvisionFilter,
|
|
13
|
+
findMany<S extends RelationProvisionSelect>(args: FindManyArgs<S, RelationProvisionFilter, RelationProvisionOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, RelationProvisionSelect>): QueryBuilder<{
|
|
16
16
|
relationProvisions: ConnectionResult<InferSelectResult<RelationProvisionWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { RlsModuleWithRelations, RlsModuleSelect, RlsModuleFilter, RlsModul
|
|
|
10
10
|
export declare class RlsModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends RlsModuleSelect>(args: FindManyArgs<S, RlsModuleFilter,
|
|
13
|
+
findMany<S extends RlsModuleSelect>(args: FindManyArgs<S, RlsModuleFilter, RlsModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, RlsModuleSelect>): QueryBuilder<{
|
|
16
16
|
rlsModules: ConnectionResult<InferSelectResult<RlsModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { RoleTypeWithRelations, RoleTypeSelect, RoleTypeFilter, RoleTypeOrd
|
|
|
10
10
|
export declare class RoleTypeModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends RoleTypeSelect>(args: FindManyArgs<S, RoleTypeFilter,
|
|
13
|
+
findMany<S extends RoleTypeSelect>(args: FindManyArgs<S, RoleTypeFilter, RoleTypeOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, RoleTypeSelect>): QueryBuilder<{
|
|
16
16
|
roleTypes: ConnectionResult<InferSelectResult<RoleTypeWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { SchemaWithRelations, SchemaSelect, SchemaFilter, SchemaOrderBy, Cr
|
|
|
10
10
|
export declare class SchemaModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends SchemaSelect>(args: FindManyArgs<S, SchemaFilter,
|
|
13
|
+
findMany<S extends SchemaSelect>(args: FindManyArgs<S, SchemaFilter, SchemaOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, SchemaSelect>): QueryBuilder<{
|
|
16
16
|
schemas: ConnectionResult<InferSelectResult<SchemaWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { SchemaGrantWithRelations, SchemaGrantSelect, SchemaGrantFilter, Sc
|
|
|
10
10
|
export declare class SchemaGrantModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends SchemaGrantSelect>(args: FindManyArgs<S, SchemaGrantFilter,
|
|
13
|
+
findMany<S extends SchemaGrantSelect>(args: FindManyArgs<S, SchemaGrantFilter, SchemaGrantOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, SchemaGrantSelect>): QueryBuilder<{
|
|
16
16
|
schemaGrants: ConnectionResult<InferSelectResult<SchemaGrantWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { SecretsModuleWithRelations, SecretsModuleSelect, SecretsModuleFilt
|
|
|
10
10
|
export declare class SecretsModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends SecretsModuleSelect>(args: FindManyArgs<S, SecretsModuleFilter,
|
|
13
|
+
findMany<S extends SecretsModuleSelect>(args: FindManyArgs<S, SecretsModuleFilter, SecretsModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, SecretsModuleSelect>): QueryBuilder<{
|
|
16
16
|
secretsModules: ConnectionResult<InferSelectResult<SecretsModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { SecureTableProvisionWithRelations, SecureTableProvisionSelect, Sec
|
|
|
10
10
|
export declare class SecureTableProvisionModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends SecureTableProvisionSelect>(args: FindManyArgs<S, SecureTableProvisionFilter,
|
|
13
|
+
findMany<S extends SecureTableProvisionSelect>(args: FindManyArgs<S, SecureTableProvisionFilter, SecureTableProvisionOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, SecureTableProvisionSelect>): QueryBuilder<{
|
|
16
16
|
secureTableProvisions: ConnectionResult<InferSelectResult<SecureTableProvisionWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { SessionsModuleWithRelations, SessionsModuleSelect, SessionsModuleF
|
|
|
10
10
|
export declare class SessionsModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends SessionsModuleSelect>(args: FindManyArgs<S, SessionsModuleFilter,
|
|
13
|
+
findMany<S extends SessionsModuleSelect>(args: FindManyArgs<S, SessionsModuleFilter, SessionsModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, SessionsModuleSelect>): QueryBuilder<{
|
|
16
16
|
sessionsModules: ConnectionResult<InferSelectResult<SessionsModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { SiteWithRelations, SiteSelect, SiteFilter, SiteOrderBy, CreateSite
|
|
|
10
10
|
export declare class SiteModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends SiteSelect>(args: FindManyArgs<S, SiteFilter,
|
|
13
|
+
findMany<S extends SiteSelect>(args: FindManyArgs<S, SiteFilter, SiteOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, SiteSelect>): QueryBuilder<{
|
|
16
16
|
sites: ConnectionResult<InferSelectResult<SiteWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { SiteMetadatumWithRelations, SiteMetadatumSelect, SiteMetadatumFilt
|
|
|
10
10
|
export declare class SiteMetadatumModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends SiteMetadatumSelect>(args: FindManyArgs<S, SiteMetadatumFilter,
|
|
13
|
+
findMany<S extends SiteMetadatumSelect>(args: FindManyArgs<S, SiteMetadatumFilter, SiteMetadatumOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, SiteMetadatumSelect>): QueryBuilder<{
|
|
16
16
|
siteMetadata: ConnectionResult<InferSelectResult<SiteMetadatumWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { SiteModuleWithRelations, SiteModuleSelect, SiteModuleFilter, SiteM
|
|
|
10
10
|
export declare class SiteModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends SiteModuleSelect>(args: FindManyArgs<S, SiteModuleFilter,
|
|
13
|
+
findMany<S extends SiteModuleSelect>(args: FindManyArgs<S, SiteModuleFilter, SiteModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, SiteModuleSelect>): QueryBuilder<{
|
|
16
16
|
siteModules: ConnectionResult<InferSelectResult<SiteModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { SiteThemeWithRelations, SiteThemeSelect, SiteThemeFilter, SiteThem
|
|
|
10
10
|
export declare class SiteThemeModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends SiteThemeSelect>(args: FindManyArgs<S, SiteThemeFilter,
|
|
13
|
+
findMany<S extends SiteThemeSelect>(args: FindManyArgs<S, SiteThemeFilter, SiteThemeOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, SiteThemeSelect>): QueryBuilder<{
|
|
16
16
|
siteThemes: ConnectionResult<InferSelectResult<SiteThemeWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { SqlActionWithRelations, SqlActionSelect, SqlActionFilter, SqlActio
|
|
|
10
10
|
export declare class SqlActionModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends SqlActionSelect>(args: FindManyArgs<S, SqlActionFilter,
|
|
13
|
+
findMany<S extends SqlActionSelect>(args: FindManyArgs<S, SqlActionFilter, SqlActionOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, SqlActionSelect>): QueryBuilder<{
|
|
16
16
|
sqlActions: ConnectionResult<InferSelectResult<SqlActionWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { StorageModuleWithRelations, StorageModuleSelect, StorageModuleFilt
|
|
|
10
10
|
export declare class StorageModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends StorageModuleSelect>(args: FindManyArgs<S, StorageModuleFilter,
|
|
13
|
+
findMany<S extends StorageModuleSelect>(args: FindManyArgs<S, StorageModuleFilter, StorageModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, StorageModuleSelect>): QueryBuilder<{
|
|
16
16
|
storageModules: ConnectionResult<InferSelectResult<StorageModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { StoreWithRelations, StoreSelect, StoreFilter, StoreOrderBy, Create
|
|
|
10
10
|
export declare class StoreModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends StoreSelect>(args: FindManyArgs<S, StoreFilter,
|
|
13
|
+
findMany<S extends StoreSelect>(args: FindManyArgs<S, StoreFilter, StoreOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, StoreSelect>): QueryBuilder<{
|
|
16
16
|
stores: ConnectionResult<InferSelectResult<StoreWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { TableWithRelations, TableSelect, TableFilter, TableOrderBy, Create
|
|
|
10
10
|
export declare class TableModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends TableSelect>(args: FindManyArgs<S, TableFilter,
|
|
13
|
+
findMany<S extends TableSelect>(args: FindManyArgs<S, TableFilter, TableOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, TableSelect>): QueryBuilder<{
|
|
16
16
|
tables: ConnectionResult<InferSelectResult<TableWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { TableGrantWithRelations, TableGrantSelect, TableGrantFilter, Table
|
|
|
10
10
|
export declare class TableGrantModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends TableGrantSelect>(args: FindManyArgs<S, TableGrantFilter,
|
|
13
|
+
findMany<S extends TableGrantSelect>(args: FindManyArgs<S, TableGrantFilter, TableGrantOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, TableGrantSelect>): QueryBuilder<{
|
|
16
16
|
tableGrants: ConnectionResult<InferSelectResult<TableGrantWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { TableTemplateModuleWithRelations, TableTemplateModuleSelect, Table
|
|
|
10
10
|
export declare class TableTemplateModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends TableTemplateModuleSelect>(args: FindManyArgs<S, TableTemplateModuleFilter,
|
|
13
|
+
findMany<S extends TableTemplateModuleSelect>(args: FindManyArgs<S, TableTemplateModuleFilter, TableTemplateModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, TableTemplateModuleSelect>): QueryBuilder<{
|
|
16
16
|
tableTemplateModules: ConnectionResult<InferSelectResult<TableTemplateModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { TriggerWithRelations, TriggerSelect, TriggerFilter, TriggerOrderBy
|
|
|
10
10
|
export declare class TriggerModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends TriggerSelect>(args: FindManyArgs<S, TriggerFilter,
|
|
13
|
+
findMany<S extends TriggerSelect>(args: FindManyArgs<S, TriggerFilter, TriggerOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, TriggerSelect>): QueryBuilder<{
|
|
16
16
|
triggers: ConnectionResult<InferSelectResult<TriggerWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { TriggerFunctionWithRelations, TriggerFunctionSelect, TriggerFuncti
|
|
|
10
10
|
export declare class TriggerFunctionModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends TriggerFunctionSelect>(args: FindManyArgs<S, TriggerFunctionFilter,
|
|
13
|
+
findMany<S extends TriggerFunctionSelect>(args: FindManyArgs<S, TriggerFunctionFilter, TriggerFunctionOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, TriggerFunctionSelect>): QueryBuilder<{
|
|
16
16
|
triggerFunctions: ConnectionResult<InferSelectResult<TriggerFunctionWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { UniqueConstraintWithRelations, UniqueConstraintSelect, UniqueConst
|
|
|
10
10
|
export declare class UniqueConstraintModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends UniqueConstraintSelect>(args: FindManyArgs<S, UniqueConstraintFilter,
|
|
13
|
+
findMany<S extends UniqueConstraintSelect>(args: FindManyArgs<S, UniqueConstraintFilter, UniqueConstraintOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, UniqueConstraintSelect>): QueryBuilder<{
|
|
16
16
|
uniqueConstraints: ConnectionResult<InferSelectResult<UniqueConstraintWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { UserWithRelations, UserSelect, UserFilter, UserOrderBy, CreateUser
|
|
|
10
10
|
export declare class UserModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends UserSelect>(args: FindManyArgs<S, UserFilter,
|
|
13
|
+
findMany<S extends UserSelect>(args: FindManyArgs<S, UserFilter, UserOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, UserSelect>): QueryBuilder<{
|
|
16
16
|
users: ConnectionResult<InferSelectResult<UserWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { UserAuthModuleWithRelations, UserAuthModuleSelect, UserAuthModuleF
|
|
|
10
10
|
export declare class UserAuthModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends UserAuthModuleSelect>(args: FindManyArgs<S, UserAuthModuleFilter,
|
|
13
|
+
findMany<S extends UserAuthModuleSelect>(args: FindManyArgs<S, UserAuthModuleFilter, UserAuthModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, UserAuthModuleSelect>): QueryBuilder<{
|
|
16
16
|
userAuthModules: ConnectionResult<InferSelectResult<UserAuthModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { UsersModuleWithRelations, UsersModuleSelect, UsersModuleFilter, Us
|
|
|
10
10
|
export declare class UsersModuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends UsersModuleSelect>(args: FindManyArgs<S, UsersModuleFilter,
|
|
13
|
+
findMany<S extends UsersModuleSelect>(args: FindManyArgs<S, UsersModuleFilter, UsersModuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, UsersModuleSelect>): QueryBuilder<{
|
|
16
16
|
usersModules: ConnectionResult<InferSelectResult<UsersModuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { ViewWithRelations, ViewSelect, ViewFilter, ViewOrderBy, CreateView
|
|
|
10
10
|
export declare class ViewModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends ViewSelect>(args: FindManyArgs<S, ViewFilter,
|
|
13
|
+
findMany<S extends ViewSelect>(args: FindManyArgs<S, ViewFilter, ViewOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, ViewSelect>): QueryBuilder<{
|
|
16
16
|
views: ConnectionResult<InferSelectResult<ViewWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { ViewGrantWithRelations, ViewGrantSelect, ViewGrantFilter, ViewGran
|
|
|
10
10
|
export declare class ViewGrantModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends ViewGrantSelect>(args: FindManyArgs<S, ViewGrantFilter,
|
|
13
|
+
findMany<S extends ViewGrantSelect>(args: FindManyArgs<S, ViewGrantFilter, ViewGrantOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, ViewGrantSelect>): QueryBuilder<{
|
|
16
16
|
viewGrants: ConnectionResult<InferSelectResult<ViewGrantWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { ViewRuleWithRelations, ViewRuleSelect, ViewRuleFilter, ViewRuleOrd
|
|
|
10
10
|
export declare class ViewRuleModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends ViewRuleSelect>(args: FindManyArgs<S, ViewRuleFilter,
|
|
13
|
+
findMany<S extends ViewRuleSelect>(args: FindManyArgs<S, ViewRuleFilter, ViewRuleOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, ViewRuleSelect>): QueryBuilder<{
|
|
16
16
|
viewRules: ConnectionResult<InferSelectResult<ViewRuleWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { ViewTableWithRelations, ViewTableSelect, ViewTableFilter, ViewTabl
|
|
|
10
10
|
export declare class ViewTableModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends ViewTableSelect>(args: FindManyArgs<S, ViewTableFilter,
|
|
13
|
+
findMany<S extends ViewTableSelect>(args: FindManyArgs<S, ViewTableFilter, ViewTableOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, ViewTableSelect>): QueryBuilder<{
|
|
16
16
|
viewTables: ConnectionResult<InferSelectResult<ViewTableWithRelations, S>>;
|
|
@@ -48,7 +48,7 @@ export interface InitEmptyRepoVariables {
|
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* Variables for constructBlueprint
|
|
51
|
-
* Executes a blueprint definition by delegating to provision_* procedures. Creates a blueprint_construction record to track the attempt. Five phases: (1) provision_table() for each table with
|
|
51
|
+
* Executes a blueprint definition by delegating to provision_* procedures. Creates a blueprint_construction record to track the attempt. Five phases: (1) provision_table() for each table with nodes[], fields[], policies[], and grants (table-level indexes/fts/unique_constraints are deferred), (2) provision_relation() for each relation, (3) provision_index() for top-level + deferred indexes, (4) provision_full_text_search() for top-level + deferred FTS, (5) provision_unique_constraint() for top-level + deferred unique constraints. Table-level indexes/fts/unique_constraints are deferred to phases 3-5 so they can reference columns created by relations in phase 2. Tables are identified by table_name with optional per-table schema_name. Relations use $type for relation_type with source_table/target_table. Returns the construction record ID on success, NULL on failure.
|
|
52
52
|
*/
|
|
53
53
|
export interface ConstructBlueprintVariables {
|
|
54
54
|
input: ConstructBlueprintInput;
|
|
@@ -34,23 +34,21 @@ export declare class QueryBuilder<TResult> {
|
|
|
34
34
|
getVariables(): Record<string, unknown> | undefined;
|
|
35
35
|
}
|
|
36
36
|
export declare function buildSelections(select: Record<string, unknown> | undefined, connectionFieldsMap?: Record<string, Record<string, string>>, entityType?: string): FieldNode[];
|
|
37
|
-
export declare function buildFindManyDocument<TSelect, TWhere
|
|
37
|
+
export declare function buildFindManyDocument<TSelect, TWhere>(operationName: string, queryField: string, select: TSelect, args: {
|
|
38
38
|
where?: TWhere;
|
|
39
|
-
condition?: TCondition;
|
|
40
39
|
orderBy?: string[];
|
|
41
40
|
first?: number;
|
|
42
41
|
last?: number;
|
|
43
42
|
after?: string;
|
|
44
43
|
before?: string;
|
|
45
44
|
offset?: number;
|
|
46
|
-
}, filterTypeName: string, orderByTypeName: string, connectionFieldsMap?: Record<string, Record<string, string
|
|
45
|
+
}, filterTypeName: string, orderByTypeName: string, connectionFieldsMap?: Record<string, Record<string, string>>): {
|
|
47
46
|
document: string;
|
|
48
47
|
variables: Record<string, unknown>;
|
|
49
48
|
};
|
|
50
|
-
export declare function buildFindFirstDocument<TSelect, TWhere
|
|
49
|
+
export declare function buildFindFirstDocument<TSelect, TWhere>(operationName: string, queryField: string, select: TSelect, args: {
|
|
51
50
|
where?: TWhere;
|
|
52
|
-
|
|
53
|
-
}, filterTypeName: string, connectionFieldsMap?: Record<string, Record<string, string>>, conditionTypeName?: string): {
|
|
51
|
+
}, filterTypeName: string, connectionFieldsMap?: Record<string, Record<string, string>>): {
|
|
54
52
|
document: string;
|
|
55
53
|
variables: Record<string, unknown>;
|
|
56
54
|
};
|
|
@@ -131,18 +131,13 @@ export function buildSelections(select, connectionFieldsMap, entityType) {
|
|
|
131
131
|
// ============================================================================
|
|
132
132
|
// Document Builders
|
|
133
133
|
// ============================================================================
|
|
134
|
-
export function buildFindManyDocument(operationName, queryField, select, args, filterTypeName, orderByTypeName, connectionFieldsMap
|
|
134
|
+
export function buildFindManyDocument(operationName, queryField, select, args, filterTypeName, orderByTypeName, connectionFieldsMap) {
|
|
135
135
|
const selections = select
|
|
136
136
|
? buildSelections(select, connectionFieldsMap, operationName)
|
|
137
137
|
: [t.field({ name: 'id' })];
|
|
138
138
|
const variableDefinitions = [];
|
|
139
139
|
const queryArgs = [];
|
|
140
140
|
const variables = {};
|
|
141
|
-
addVariable({
|
|
142
|
-
varName: 'condition',
|
|
143
|
-
typeName: conditionTypeName,
|
|
144
|
-
value: args.condition,
|
|
145
|
-
}, variableDefinitions, queryArgs, variables);
|
|
146
141
|
addVariable({
|
|
147
142
|
varName: 'where',
|
|
148
143
|
typeName: filterTypeName,
|
|
@@ -180,7 +175,7 @@ export function buildFindManyDocument(operationName, queryField, select, args, f
|
|
|
180
175
|
});
|
|
181
176
|
return { document: print(document), variables };
|
|
182
177
|
}
|
|
183
|
-
export function buildFindFirstDocument(operationName, queryField, select, args, filterTypeName, connectionFieldsMap
|
|
178
|
+
export function buildFindFirstDocument(operationName, queryField, select, args, filterTypeName, connectionFieldsMap) {
|
|
184
179
|
const selections = select
|
|
185
180
|
? buildSelections(select, connectionFieldsMap, operationName)
|
|
186
181
|
: [t.field({ name: 'id' })];
|
|
@@ -189,11 +184,6 @@ export function buildFindFirstDocument(operationName, queryField, select, args,
|
|
|
189
184
|
const variables = {};
|
|
190
185
|
// Always add first: 1 for findFirst
|
|
191
186
|
addVariable({ varName: 'first', typeName: 'Int', value: 1 }, variableDefinitions, queryArgs, variables);
|
|
192
|
-
addVariable({
|
|
193
|
-
varName: 'condition',
|
|
194
|
-
typeName: conditionTypeName,
|
|
195
|
-
value: args.condition,
|
|
196
|
-
}, variableDefinitions, queryArgs, variables);
|
|
197
187
|
addVariable({
|
|
198
188
|
varName: 'where',
|
|
199
189
|
typeName: filterTypeName,
|
|
@@ -14,10 +14,9 @@ export interface PageInfo {
|
|
|
14
14
|
startCursor?: string | null;
|
|
15
15
|
endCursor?: string | null;
|
|
16
16
|
}
|
|
17
|
-
export interface FindManyArgs<TSelect, TWhere,
|
|
17
|
+
export interface FindManyArgs<TSelect, TWhere, TOrderBy = never> {
|
|
18
18
|
select?: TSelect;
|
|
19
19
|
where?: TWhere;
|
|
20
|
-
condition?: TCondition;
|
|
21
20
|
orderBy?: TOrderBy[];
|
|
22
21
|
first?: number;
|
|
23
22
|
last?: number;
|
|
@@ -25,10 +24,9 @@ export interface FindManyArgs<TSelect, TWhere, TCondition = never, TOrderBy = ne
|
|
|
25
24
|
before?: string;
|
|
26
25
|
offset?: number;
|
|
27
26
|
}
|
|
28
|
-
export interface FindFirstArgs<TSelect, TWhere
|
|
27
|
+
export interface FindFirstArgs<TSelect, TWhere> {
|
|
29
28
|
select?: TSelect;
|
|
30
29
|
where?: TWhere;
|
|
31
|
-
condition?: TCondition;
|
|
32
30
|
}
|
|
33
31
|
export interface CreateArgs<TSelect, TData> {
|
|
34
32
|
data: TData;
|
package/objects/cli/utils.d.ts
CHANGED
|
@@ -81,7 +81,7 @@ export declare function parseSelectFlag(argv: Record<string, unknown>, defaultSe
|
|
|
81
81
|
export declare function parseFindManyArgs<T = Record<string, unknown>>(argv: Record<string, unknown>, defaultSelect: Record<string, unknown>, extraWhere?: Record<string, unknown>): T;
|
|
82
82
|
/**
|
|
83
83
|
* Build findFirst args from CLI argv.
|
|
84
|
-
* Like parseFindManyArgs but only includes select
|
|
84
|
+
* Like parseFindManyArgs but only includes select and where
|
|
85
85
|
* (no pagination flags — findFirst returns the first matching record).
|
|
86
86
|
*/
|
|
87
87
|
export declare function parseFindFirstArgs<T = Record<string, unknown>>(argv: Record<string, unknown>, defaultSelect: Record<string, unknown>): T;
|
package/objects/cli/utils.js
CHANGED
|
@@ -229,7 +229,6 @@ function parseFindManyArgs(argv, defaultSelect, extraWhere) {
|
|
|
229
229
|
const where = (parsed.where ?? extraWhere)
|
|
230
230
|
? { ...(extraWhere ?? {}), ...(parsed.where ?? {}) }
|
|
231
231
|
: undefined;
|
|
232
|
-
const condition = parsed.condition;
|
|
233
232
|
const orderBy = parseOrderByFlag(argv);
|
|
234
233
|
return {
|
|
235
234
|
select,
|
|
@@ -239,24 +238,21 @@ function parseFindManyArgs(argv, defaultSelect, extraWhere) {
|
|
|
239
238
|
...(before !== undefined ? { before } : {}),
|
|
240
239
|
...(offset !== undefined ? { offset } : {}),
|
|
241
240
|
...(where !== undefined ? { where } : {}),
|
|
242
|
-
...(condition !== undefined ? { condition } : {}),
|
|
243
241
|
...(orderBy !== undefined ? { orderBy } : {}),
|
|
244
242
|
};
|
|
245
243
|
}
|
|
246
244
|
/**
|
|
247
245
|
* Build findFirst args from CLI argv.
|
|
248
|
-
* Like parseFindManyArgs but only includes select
|
|
246
|
+
* Like parseFindManyArgs but only includes select and where
|
|
249
247
|
* (no pagination flags — findFirst returns the first matching record).
|
|
250
248
|
*/
|
|
251
249
|
function parseFindFirstArgs(argv, defaultSelect) {
|
|
252
250
|
const select = parseSelectFlag(argv, defaultSelect);
|
|
253
251
|
const parsed = unflattenDotNotation(argv);
|
|
254
252
|
const where = parsed.where;
|
|
255
|
-
const condition = parsed.condition;
|
|
256
253
|
return {
|
|
257
254
|
select,
|
|
258
255
|
...(where !== undefined ? { where } : {}),
|
|
259
|
-
...(condition !== undefined ? { condition } : {}),
|
|
260
256
|
};
|
|
261
257
|
}
|
|
262
258
|
function buildSelectFromPaths(paths) {
|
|
@@ -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 { 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 { 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 { RefWithRelations, RefSelect, RefFilter, RefOrderBy, CreateRefInput
|
|
|
10
10
|
export declare class RefModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends RefSelect>(args: FindManyArgs<S, RefFilter,
|
|
13
|
+
findMany<S extends RefSelect>(args: FindManyArgs<S, RefFilter, RefOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, RefSelect>): QueryBuilder<{
|
|
16
16
|
refs: ConnectionResult<InferSelectResult<RefWithRelations, S>>;
|
|
@@ -10,7 +10,7 @@ import type { StoreWithRelations, StoreSelect, StoreFilter, StoreOrderBy, Create
|
|
|
10
10
|
export declare class StoreModel {
|
|
11
11
|
private client;
|
|
12
12
|
constructor(client: OrmClient);
|
|
13
|
-
findMany<S extends StoreSelect>(args: FindManyArgs<S, StoreFilter,
|
|
13
|
+
findMany<S extends StoreSelect>(args: FindManyArgs<S, StoreFilter, StoreOrderBy> & {
|
|
14
14
|
select: S;
|
|
15
15
|
} & StrictSelect<S, StoreSelect>): QueryBuilder<{
|
|
16
16
|
stores: ConnectionResult<InferSelectResult<StoreWithRelations, S>>;
|