325 lines
9.4 KiB
JavaScript
325 lines
9.4 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.9.0
|
|
* Query Engine version: 81e4af48011447c3cc503a190e86995b66d2a28e
|
|
*/
|
|
Prisma.prismaVersion = {
|
|
client: "6.9.0",
|
|
engine: "81e4af48011447c3cc503a190e86995b66d2a28e"
|
|
}
|
|
|
|
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 = {
|
|
steamId: 'steamId',
|
|
name: 'name',
|
|
avatar: 'avatar',
|
|
location: 'location',
|
|
isAdmin: 'isAdmin',
|
|
teamId: 'teamId',
|
|
premierRank: 'premierRank',
|
|
authCode: 'authCode',
|
|
lastKnownShareCode: 'lastKnownShareCode',
|
|
lastKnownShareCodeDate: 'lastKnownShareCodeDate',
|
|
createdAt: 'createdAt'
|
|
};
|
|
|
|
exports.Prisma.TeamScalarFieldEnum = {
|
|
id: 'id',
|
|
name: 'name',
|
|
leaderId: 'leaderId',
|
|
logo: 'logo',
|
|
createdAt: 'createdAt',
|
|
activePlayers: 'activePlayers',
|
|
inactivePlayers: 'inactivePlayers'
|
|
};
|
|
|
|
exports.Prisma.MatchScalarFieldEnum = {
|
|
id: 'id',
|
|
teamAId: 'teamAId',
|
|
teamBId: 'teamBId',
|
|
matchDate: 'matchDate',
|
|
matchType: 'matchType',
|
|
map: 'map',
|
|
title: 'title',
|
|
description: 'description',
|
|
demoData: 'demoData',
|
|
demoFilePath: 'demoFilePath',
|
|
scoreA: 'scoreA',
|
|
scoreB: 'scoreB',
|
|
roundCount: 'roundCount',
|
|
roundHistory: 'roundHistory',
|
|
winnerTeam: 'winnerTeam',
|
|
demoDate: 'demoDate',
|
|
createdAt: 'createdAt',
|
|
updatedAt: 'updatedAt'
|
|
};
|
|
|
|
exports.Prisma.MatchPlayerScalarFieldEnum = {
|
|
id: 'id',
|
|
matchId: 'matchId',
|
|
steamId: 'steamId',
|
|
teamId: 'teamId',
|
|
createdAt: 'createdAt'
|
|
};
|
|
|
|
exports.Prisma.MatchPlayerStatsScalarFieldEnum = {
|
|
id: 'id',
|
|
matchPlayerId: 'matchPlayerId',
|
|
kills: 'kills',
|
|
assists: 'assists',
|
|
deaths: 'deaths',
|
|
adr: 'adr',
|
|
headshotPct: 'headshotPct',
|
|
flashAssists: 'flashAssists',
|
|
mvps: 'mvps',
|
|
mvpEliminations: 'mvpEliminations',
|
|
mvpDefuse: 'mvpDefuse',
|
|
mvpPlant: 'mvpPlant',
|
|
knifeKills: 'knifeKills',
|
|
zeusKills: 'zeusKills',
|
|
wallbangKills: 'wallbangKills',
|
|
smokeKills: 'smokeKills',
|
|
headshots: 'headshots',
|
|
noScopes: 'noScopes',
|
|
blindKills: 'blindKills',
|
|
rankOld: 'rankOld',
|
|
rankNew: 'rankNew',
|
|
winCount: 'winCount'
|
|
};
|
|
|
|
exports.Prisma.DemoFileScalarFieldEnum = {
|
|
id: 'id',
|
|
matchId: 'matchId',
|
|
steamId: 'steamId',
|
|
fileName: 'fileName',
|
|
filePath: 'filePath',
|
|
parsed: 'parsed',
|
|
createdAt: 'createdAt'
|
|
};
|
|
|
|
exports.Prisma.InvitationScalarFieldEnum = {
|
|
id: 'id',
|
|
userId: 'userId',
|
|
teamId: 'teamId',
|
|
type: 'type',
|
|
createdAt: 'createdAt'
|
|
};
|
|
|
|
exports.Prisma.NotificationScalarFieldEnum = {
|
|
id: 'id',
|
|
userId: 'userId',
|
|
title: 'title',
|
|
message: 'message',
|
|
read: 'read',
|
|
persistent: 'persistent',
|
|
actionType: 'actionType',
|
|
actionData: 'actionData',
|
|
createdAt: 'createdAt'
|
|
};
|
|
|
|
exports.Prisma.CS2MatchRequestScalarFieldEnum = {
|
|
id: 'id',
|
|
userId: 'userId',
|
|
steamId: 'steamId',
|
|
matchId: 'matchId',
|
|
reservationId: 'reservationId',
|
|
tvPort: 'tvPort',
|
|
processed: 'processed',
|
|
failed: 'failed',
|
|
createdAt: 'createdAt'
|
|
};
|
|
|
|
exports.Prisma.PremierRankHistoryScalarFieldEnum = {
|
|
id: 'id',
|
|
userId: 'userId',
|
|
steamId: 'steamId',
|
|
matchId: 'matchId',
|
|
rankOld: 'rankOld',
|
|
rankNew: 'rankNew',
|
|
delta: 'delta',
|
|
winCount: 'winCount',
|
|
createdAt: 'createdAt'
|
|
};
|
|
|
|
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.NullsOrder = {
|
|
first: 'first',
|
|
last: 'last'
|
|
};
|
|
|
|
exports.Prisma.JsonNullValueFilter = {
|
|
DbNull: Prisma.DbNull,
|
|
JsonNull: Prisma.JsonNull,
|
|
AnyNull: Prisma.AnyNull
|
|
};
|
|
|
|
|
|
exports.Prisma.ModelName = {
|
|
User: 'User',
|
|
Team: 'Team',
|
|
Match: 'Match',
|
|
MatchPlayer: 'MatchPlayer',
|
|
MatchPlayerStats: 'MatchPlayerStats',
|
|
DemoFile: 'DemoFile',
|
|
Invitation: 'Invitation',
|
|
Notification: 'Notification',
|
|
CS2MatchRequest: 'CS2MatchRequest',
|
|
PremierRankHistory: 'PremierRankHistory'
|
|
};
|
|
|
|
/**
|
|
* 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)
|