Добавлена возможность подключаться из вне

This commit is contained in:
2026-02-10 13:03:46 +05:00
parent 5a419156ed
commit baa670b4fd
185 changed files with 48524 additions and 11342 deletions

12
backend/node_modules/.prisma/client/wasm.js generated vendored Executable file → Normal file
View 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',