Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/ba-prisma-client/client.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./index"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[💡 style]
Consider adding a newline at the end of the file. While not technically incorrect, having a newline at the end of files is a common convention that can prevent issues with certain tools and version control systems.

5 changes: 5 additions & 0 deletions packages/ba-prisma-client/client.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

/* !!! This is code generated by Prisma. Do not edit directly. !!!
/* eslint-disable */
// biome-ignore-all lint: generated file
module.exports = { ...require('.') }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ maintainability]
The use of require('.') assumes that the index file in the current directory exports an object. If the structure of the exported module changes, this could lead to unexpected behavior. Consider explicitly importing only the necessary parts to ensure stability and clarity.

1 change: 1 addition & 0 deletions packages/ba-prisma-client/default.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./index"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[💡 style]
Consider adding a newline at the end of the file. While this is a minor issue, it can help prevent potential issues with some tools and version control systems that expect a newline at the end of files.

5 changes: 5 additions & 0 deletions packages/ba-prisma-client/default.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

/* !!! This is code generated by Prisma. Do not edit directly. !!!
/* eslint-disable */
// biome-ignore-all lint: generated file
module.exports = { ...require('#main-entry-point') }

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ correctness]
The use of require('#main-entry-point') with a dynamic path might lead to runtime errors if the path is incorrect or if the module is not found. Consider adding error handling to manage such cases gracefully.

1 change: 1 addition & 0 deletions packages/ba-prisma-client/edge.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./default"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[💡 style]
The file is missing a newline at the end. While this is a minor issue, it can help prevent unnecessary diffs in version control systems when lines are added to the end of the file in the future.

262 changes: 262 additions & 0 deletions packages/ba-prisma-client/edge.js

Large diffs are not rendered by default.

244 changes: 244 additions & 0 deletions packages/ba-prisma-client/index-browser.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,244 @@

/* !!! This is code generated by Prisma. Do not edit directly. !!!
/* eslint-disable */
// biome-ignore-all lint: generated file

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.19.0
* Query Engine version: 2ba551f319ab1df4bc874a89965d8b3641056773
*/
Prisma.prismaVersion = {
client: "6.19.0",
engine: "2ba551f319ab1df4bc874a89965d8b3641056773"
}

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.ClientScalarFieldEnum = {
id: 'id',
name: 'name',
codeName: 'codeName',
status: 'status',
startDate: 'startDate',
endDate: 'endDate',
createdAt: 'createdAt',
updatedAt: 'updatedAt'
};

exports.Prisma.BillingAccountScalarFieldEnum = {
id: 'id',
projectId: 'projectId',
name: 'name',
description: 'description',
subcontractingEndCustomer: 'subcontractingEndCustomer',
status: 'status',
startDate: 'startDate',
endDate: 'endDate',
budget: 'budget',
markup: 'markup',
clientId: 'clientId',
poNumber: 'poNumber',
subscriptionNumber: 'subscriptionNumber',
isManualPrize: 'isManualPrize',
paymentTerms: 'paymentTerms',
salesTax: 'salesTax',
billable: 'billable',
createdBy: 'createdBy',
createdAt: 'createdAt',
updatedAt: 'updatedAt'
};

exports.Prisma.LockedAmountScalarFieldEnum = {
id: 'id',
billingAccountId: 'billingAccountId',
challengeId: 'challengeId',
amount: 'amount',
createdAt: 'createdAt',
updatedAt: 'updatedAt'
};

exports.Prisma.ConsumedAmountScalarFieldEnum = {
id: 'id',
billingAccountId: 'billingAccountId',
challengeId: 'challengeId',
amount: 'amount',
createdAt: 'createdAt',
updatedAt: 'updatedAt'
};

exports.Prisma.BillingAccountAccessScalarFieldEnum = {
id: 'id',
billingAccountId: 'billingAccountId',
userId: 'userId',
createdAt: 'createdAt'
};

exports.Prisma.SortOrder = {
asc: 'asc',
desc: 'desc'
};

exports.Prisma.QueryMode = {
default: 'default',
insensitive: 'insensitive'
};

exports.Prisma.NullsOrder = {
first: 'first',
last: 'last'
};
exports.ClientStatus = exports.$Enums.ClientStatus = {
ACTIVE: 'ACTIVE',
INACTIVE: 'INACTIVE'
};

exports.BAStatus = exports.$Enums.BAStatus = {
ACTIVE: 'ACTIVE',
INACTIVE: 'INACTIVE'
};

exports.Prisma.ModelName = {
Client: 'Client',
BillingAccount: 'BillingAccount',
LockedAmount: 'LockedAmount',
ConsumedAmount: 'ConsumedAmount',
BillingAccountAccess: 'BillingAccountAccess'
};

/**
* 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)
Loading
Loading