Добавлена возможность подключаться из вне
This commit is contained in:
12
backend/node_modules/.prisma/client/index-browser.js
generated
vendored
Executable file → Normal file
12
backend/node_modules/.prisma/client/index-browser.js
generated
vendored
Executable file → Normal file
@@ -219,10 +219,13 @@ exports.Prisma.EstimateScalarFieldEnum = {
|
||||
totalLaboratory: 'totalLaboratory',
|
||||
subtotal: 'subtotal',
|
||||
regionalCoef: 'regionalCoef',
|
||||
regionalCoefDocRef: 'regionalCoefDocRef',
|
||||
inflationIndex: 'inflationIndex',
|
||||
inflationDocRef: 'inflationDocRef',
|
||||
companyCoef: 'companyCoef',
|
||||
companyCoefDocRef: 'companyCoefDocRef',
|
||||
executorCoef: 'executorCoef',
|
||||
executorCoefDocRef: 'executorCoefDocRef',
|
||||
withVat: 'withVat',
|
||||
totalWithoutVat: 'totalWithoutVat',
|
||||
vatRate: 'vatRate',
|
||||
@@ -249,6 +252,14 @@ exports.Prisma.EstimateShareScalarFieldEnum = {
|
||||
createdAt: 'createdAt'
|
||||
};
|
||||
|
||||
exports.Prisma.EstimateShareNoteScalarFieldEnum = {
|
||||
id: 'id',
|
||||
shareId: 'shareId',
|
||||
authorId: 'authorId',
|
||||
content: 'content',
|
||||
createdAt: 'createdAt'
|
||||
};
|
||||
|
||||
exports.Prisma.EstimateItemScalarFieldEnum = {
|
||||
id: 'id',
|
||||
estimateId: 'estimateId',
|
||||
@@ -355,6 +366,7 @@ exports.Prisma.ModelName = {
|
||||
Estimate: 'Estimate',
|
||||
EstimateVersion: 'EstimateVersion',
|
||||
EstimateShare: 'EstimateShare',
|
||||
EstimateShareNote: 'EstimateShareNote',
|
||||
EstimateItem: 'EstimateItem',
|
||||
EstimateTotal: 'EstimateTotal',
|
||||
Setting: 'Setting',
|
||||
|
||||
Reference in New Issue
Block a user