489 lines
13 KiB
JavaScript
489 lines
13 KiB
JavaScript
|
|
/* !!! This is code generated by Prisma. Do not edit directly. !!!
|
|
/* eslint-disable */
|
|
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
|
const {
|
|
Decimal,
|
|
objectEnumValues,
|
|
makeStrictEnum,
|
|
Public,
|
|
getRuntime,
|
|
skip
|
|
} = require('./runtime/index-browser.js')
|
|
|
|
|
|
const Prisma = {}
|
|
|
|
exports.Prisma = Prisma
|
|
exports.$Enums = {}
|
|
|
|
/**
|
|
* Prisma Client JS version: 6.12.0
|
|
* Query Engine version: 8047c96bbd92db98a2abc7c9323ce77c02c89dbc
|
|
*/
|
|
Prisma.prismaVersion = {
|
|
client: "6.12.0",
|
|
engine: "8047c96bbd92db98a2abc7c9323ce77c02c89dbc"
|
|
}
|
|
|
|
Prisma.PrismaClientKnownRequestError = () => {
|
|
const runtimeName = getRuntime().prettyName;
|
|
throw new Error(`PrismaClientKnownRequestError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
|
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
|
)};
|
|
Prisma.PrismaClientUnknownRequestError = () => {
|
|
const runtimeName = getRuntime().prettyName;
|
|
throw new Error(`PrismaClientUnknownRequestError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
|
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
|
)}
|
|
Prisma.PrismaClientRustPanicError = () => {
|
|
const runtimeName = getRuntime().prettyName;
|
|
throw new Error(`PrismaClientRustPanicError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
|
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
|
)}
|
|
Prisma.PrismaClientInitializationError = () => {
|
|
const runtimeName = getRuntime().prettyName;
|
|
throw new Error(`PrismaClientInitializationError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
|
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
|
)}
|
|
Prisma.PrismaClientValidationError = () => {
|
|
const runtimeName = getRuntime().prettyName;
|
|
throw new Error(`PrismaClientValidationError is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
|
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
|
)}
|
|
Prisma.Decimal = Decimal
|
|
|
|
/**
|
|
* Re-export of sql-template-tag
|
|
*/
|
|
Prisma.sql = () => {
|
|
const runtimeName = getRuntime().prettyName;
|
|
throw new Error(`sqltag is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
|
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
|
)}
|
|
Prisma.empty = () => {
|
|
const runtimeName = getRuntime().prettyName;
|
|
throw new Error(`empty is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
|
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
|
)}
|
|
Prisma.join = () => {
|
|
const runtimeName = getRuntime().prettyName;
|
|
throw new Error(`join is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
|
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
|
)}
|
|
Prisma.raw = () => {
|
|
const runtimeName = getRuntime().prettyName;
|
|
throw new Error(`raw is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
|
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
|
)}
|
|
Prisma.validator = Public.validator
|
|
|
|
/**
|
|
* Extensions
|
|
*/
|
|
Prisma.getExtensionContext = () => {
|
|
const runtimeName = getRuntime().prettyName;
|
|
throw new Error(`Extensions.getExtensionContext is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
|
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
|
)}
|
|
Prisma.defineExtension = () => {
|
|
const runtimeName = getRuntime().prettyName;
|
|
throw new Error(`Extensions.defineExtension is unable to run in this browser environment, or has been bundled for the browser (running in ${runtimeName}).
|
|
In case this error is unexpected for you, please report it in https://pris.ly/prisma-prisma-bug-report`,
|
|
)}
|
|
|
|
/**
|
|
* Shorthand utilities for JSON filtering
|
|
*/
|
|
Prisma.DbNull = objectEnumValues.instances.DbNull
|
|
Prisma.JsonNull = objectEnumValues.instances.JsonNull
|
|
Prisma.AnyNull = objectEnumValues.instances.AnyNull
|
|
|
|
Prisma.NullTypes = {
|
|
DbNull: objectEnumValues.classes.DbNull,
|
|
JsonNull: objectEnumValues.classes.JsonNull,
|
|
AnyNull: objectEnumValues.classes.AnyNull
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
* Enums
|
|
*/
|
|
|
|
exports.Prisma.TransactionIsolationLevel = makeStrictEnum({
|
|
ReadUncommitted: 'ReadUncommitted',
|
|
ReadCommitted: 'ReadCommitted',
|
|
RepeatableRead: 'RepeatableRead',
|
|
Serializable: 'Serializable'
|
|
});
|
|
|
|
exports.Prisma.UserScalarFieldEnum = {
|
|
id: 'id',
|
|
name: 'name',
|
|
username: 'username',
|
|
displayUsername: 'displayUsername',
|
|
email: 'email',
|
|
emailVerified: 'emailVerified',
|
|
image: 'image',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt',
|
|
password: 'password',
|
|
deletedAt: 'deletedAt',
|
|
organizationId: 'organizationId',
|
|
metadata: 'metadata'
|
|
};
|
|
|
|
exports.Prisma.OrganizationScalarFieldEnum = {
|
|
id: 'id',
|
|
name: 'name',
|
|
slug: 'slug',
|
|
description: 'description',
|
|
logo: 'logo',
|
|
parentId: 'parentId',
|
|
path: 'path',
|
|
level: 'level',
|
|
order: 'order',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt',
|
|
deletedAt: 'deletedAt',
|
|
metadata: 'metadata'
|
|
};
|
|
|
|
exports.Prisma.PostScalarFieldEnum = {
|
|
id: 'id',
|
|
type: 'type',
|
|
title: 'title',
|
|
content: 'content',
|
|
excerpt: 'excerpt',
|
|
parentId: 'parentId',
|
|
path: 'path',
|
|
level: 'level',
|
|
order: 'order',
|
|
status: 'status',
|
|
publishedAt: 'publishedAt',
|
|
visibility: 'visibility',
|
|
viewCount: 'viewCount',
|
|
likeCount: 'likeCount',
|
|
startCount: 'startCount',
|
|
commentCount: 'commentCount',
|
|
authorId: 'authorId',
|
|
organizationId: 'organizationId',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt',
|
|
deletedAt: 'deletedAt',
|
|
metadata: 'metadata'
|
|
};
|
|
|
|
exports.Prisma.TaxonomyScalarFieldEnum = {
|
|
id: 'id',
|
|
name: 'name',
|
|
slug: 'slug',
|
|
description: 'description',
|
|
postTypes: 'postTypes',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt',
|
|
deletedAt: 'deletedAt'
|
|
};
|
|
|
|
exports.Prisma.TermScalarFieldEnum = {
|
|
id: 'id',
|
|
name: 'name',
|
|
slug: 'slug',
|
|
description: 'description',
|
|
parentId: 'parentId',
|
|
path: 'path',
|
|
level: 'level',
|
|
order: 'order',
|
|
taxonomyId: 'taxonomyId',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt',
|
|
deletedAt: 'deletedAt'
|
|
};
|
|
|
|
exports.Prisma.RoleScalarFieldEnum = {
|
|
id: 'id',
|
|
name: 'name',
|
|
slug: 'slug',
|
|
description: 'description',
|
|
permissions: 'permissions',
|
|
isSystem: 'isSystem',
|
|
isActive: 'isActive',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt'
|
|
};
|
|
|
|
exports.Prisma.UserActionScalarFieldEnum = {
|
|
id: 'id',
|
|
userId: 'userId',
|
|
postId: 'postId',
|
|
type: 'type',
|
|
description: 'description',
|
|
metadata: 'metadata',
|
|
ipAddress: 'ipAddress',
|
|
userAgent: 'userAgent',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt'
|
|
};
|
|
|
|
exports.Prisma.SystemConfigScalarFieldEnum = {
|
|
id: 'id',
|
|
key: 'key',
|
|
value: 'value',
|
|
type: 'type',
|
|
description: 'description',
|
|
group: 'group',
|
|
isPublic: 'isPublic',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt'
|
|
};
|
|
|
|
exports.Prisma.ProfileScalarFieldEnum = {
|
|
id: 'id',
|
|
name: 'name',
|
|
gender: 'gender',
|
|
idNum: 'idNum',
|
|
paperId: 'paperId',
|
|
avatar: 'avatar',
|
|
command: 'command',
|
|
birthday: 'birthday',
|
|
hireDate: 'hireDate',
|
|
relativeHireDate: 'relativeHireDate',
|
|
identity: 'identity',
|
|
level: 'level',
|
|
levelDate: 'levelDate',
|
|
dutyCode: 'dutyCode',
|
|
dutyLevel: 'dutyLevel',
|
|
dutyName: 'dutyName',
|
|
organizationId: 'organizationId',
|
|
metadata: 'metadata',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt',
|
|
deletedAt: 'deletedAt'
|
|
};
|
|
|
|
exports.Prisma.ResourceScalarFieldEnum = {
|
|
id: 'id',
|
|
title: 'title',
|
|
description: 'description',
|
|
type: 'type',
|
|
fileId: 'fileId',
|
|
url: 'url',
|
|
meta: 'meta',
|
|
status: 'status',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt',
|
|
createdBy: 'createdBy',
|
|
updatedBy: 'updatedBy',
|
|
deletedAt: 'deletedAt',
|
|
isPublic: 'isPublic',
|
|
ownerId: 'ownerId'
|
|
};
|
|
|
|
exports.Prisma.MemberScalarFieldEnum = {
|
|
id: 'id',
|
|
userId: 'userId',
|
|
organizationId: 'organizationId',
|
|
role: 'role',
|
|
createdAt: 'createdAt'
|
|
};
|
|
|
|
exports.Prisma.TeamScalarFieldEnum = {
|
|
id: 'id',
|
|
name: 'name',
|
|
organizationId: 'organizationId',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt'
|
|
};
|
|
|
|
exports.Prisma.TeamMemberScalarFieldEnum = {
|
|
id: 'id',
|
|
teamId: 'teamId',
|
|
userId: 'userId',
|
|
createdAt: 'createdAt'
|
|
};
|
|
|
|
exports.Prisma.InvitationScalarFieldEnum = {
|
|
id: 'id',
|
|
email: 'email',
|
|
inviterId: 'inviterId',
|
|
organizationId: 'organizationId',
|
|
teamId: 'teamId',
|
|
role: 'role',
|
|
status: 'status',
|
|
expiresAt: 'expiresAt',
|
|
createdAt: 'createdAt'
|
|
};
|
|
|
|
exports.Prisma.SessionScalarFieldEnum = {
|
|
id: 'id',
|
|
expiresAt: 'expiresAt',
|
|
token: 'token',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt',
|
|
ipAddress: 'ipAddress',
|
|
userAgent: 'userAgent',
|
|
userId: 'userId',
|
|
activeOrganizationId: 'activeOrganizationId',
|
|
activeTeamId: 'activeTeamId'
|
|
};
|
|
|
|
exports.Prisma.AccountScalarFieldEnum = {
|
|
id: 'id',
|
|
accountId: 'accountId',
|
|
providerId: 'providerId',
|
|
userId: 'userId',
|
|
idToken: 'idToken',
|
|
accessToken: 'accessToken',
|
|
refreshToken: 'refreshToken',
|
|
accessTokenExpiresAt: 'accessTokenExpiresAt',
|
|
refreshTokenExpiresAt: 'refreshTokenExpiresAt',
|
|
scope: 'scope',
|
|
password: 'password',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt'
|
|
};
|
|
|
|
exports.Prisma.VerificationScalarFieldEnum = {
|
|
id: 'id',
|
|
identifier: 'identifier',
|
|
value: 'value',
|
|
expiresAt: 'expiresAt',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt'
|
|
};
|
|
|
|
exports.Prisma.OauthApplicationScalarFieldEnum = {
|
|
id: 'id',
|
|
clientId: 'clientId',
|
|
clientSecret: 'clientSecret',
|
|
name: 'name',
|
|
redirectURLs: 'redirectURLs',
|
|
metadata: 'metadata',
|
|
type: 'type',
|
|
disabled: 'disabled',
|
|
userId: 'userId',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt'
|
|
};
|
|
|
|
exports.Prisma.OauthAccessTokenScalarFieldEnum = {
|
|
id: 'id',
|
|
accessToken: 'accessToken',
|
|
refreshToken: 'refreshToken',
|
|
accessTokenExpiresAt: 'accessTokenExpiresAt',
|
|
refreshTokenExpiresAt: 'refreshTokenExpiresAt',
|
|
clientId: 'clientId',
|
|
userId: 'userId',
|
|
scopes: 'scopes',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt'
|
|
};
|
|
|
|
exports.Prisma.OauthConsentScalarFieldEnum = {
|
|
id: 'id',
|
|
userId: 'userId',
|
|
clientId: 'clientId',
|
|
scopes: 'scopes',
|
|
consentGiven: 'consentGiven',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt'
|
|
};
|
|
|
|
exports.Prisma.SsoProviderScalarFieldEnum = {
|
|
id: 'id',
|
|
issuer: 'issuer',
|
|
domain: 'domain',
|
|
oidcConfig: 'oidcConfig',
|
|
samlConfig: 'samlConfig',
|
|
userId: 'userId',
|
|
providerId: 'providerId',
|
|
organizationId: 'organizationId',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt'
|
|
};
|
|
|
|
exports.Prisma.SortOrder = {
|
|
asc: 'asc',
|
|
desc: 'desc'
|
|
};
|
|
|
|
exports.Prisma.NullableJsonNullValueInput = {
|
|
DbNull: Prisma.DbNull,
|
|
JsonNull: Prisma.JsonNull
|
|
};
|
|
|
|
exports.Prisma.QueryMode = {
|
|
default: 'default',
|
|
insensitive: 'insensitive'
|
|
};
|
|
|
|
exports.Prisma.JsonNullValueFilter = {
|
|
DbNull: Prisma.DbNull,
|
|
JsonNull: Prisma.JsonNull,
|
|
AnyNull: Prisma.AnyNull
|
|
};
|
|
|
|
exports.Prisma.NullsOrder = {
|
|
first: 'first',
|
|
last: 'last'
|
|
};
|
|
|
|
|
|
exports.Prisma.ModelName = {
|
|
User: 'User',
|
|
Organization: 'Organization',
|
|
Post: 'Post',
|
|
Taxonomy: 'Taxonomy',
|
|
Term: 'Term',
|
|
Role: 'Role',
|
|
UserAction: 'UserAction',
|
|
SystemConfig: 'SystemConfig',
|
|
Profile: 'Profile',
|
|
Resource: 'Resource',
|
|
Member: 'Member',
|
|
Team: 'Team',
|
|
TeamMember: 'TeamMember',
|
|
Invitation: 'Invitation',
|
|
Session: 'Session',
|
|
Account: 'Account',
|
|
Verification: 'Verification',
|
|
oauthApplication: 'oauthApplication',
|
|
oauthAccessToken: 'oauthAccessToken',
|
|
oauthConsent: 'oauthConsent',
|
|
ssoProvider: 'ssoProvider'
|
|
};
|
|
|
|
/**
|
|
* This is a stub Prisma Client that will error at runtime if called.
|
|
*/
|
|
class PrismaClient {
|
|
constructor() {
|
|
return new Proxy(this, {
|
|
get(target, prop) {
|
|
let message
|
|
const runtime = getRuntime()
|
|
if (runtime.isEdge) {
|
|
message = `PrismaClient is not configured to run in ${runtime.prettyName}. In order to run Prisma Client on edge runtime, either:
|
|
- Use Prisma Accelerate: https://pris.ly/d/accelerate
|
|
- Use Driver Adapters: https://pris.ly/d/driver-adapters
|
|
`;
|
|
} else {
|
|
message = 'PrismaClient is unable to run in this browser environment, or has been bundled for the browser (running in `' + runtime.prettyName + '`).'
|
|
}
|
|
|
|
message += `
|
|
If this is unexpected, please open an issue: https://pris.ly/prisma-prisma-bug-report`
|
|
|
|
throw new Error(message)
|
|
}
|
|
})
|
|
}
|
|
}
|
|
|
|
exports.PrismaClient = PrismaClient
|
|
|
|
Object.assign(exports, Prisma)
|