@a_team/prisma 3.26.1-win → 3.26.2-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/edge.js +24 -4
- package/dist/client/index-browser.js +20 -0
- package/dist/client/index.d.ts +3660 -612
- package/dist/client/index.js +26 -6
- package/dist/client/{query_engine-windows.dll.node → libquery_engine-linux-musl-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +56 -0
- package/dist/client/wasm.js +20 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/dist/instrumentation/LICENSE +0 -201
- package/dist/instrumentation/README.md +0 -85
- package/dist/instrumentation/dist/ActiveTracingHelper.d.ts +0 -15
- package/dist/instrumentation/dist/ActiveTracingHelper.js +0 -25
- package/dist/instrumentation/dist/PrismaInstrumentation.d.ts +0 -13
- package/dist/instrumentation/dist/PrismaInstrumentation.js +0 -27
- package/dist/instrumentation/dist/chunk-5J6RGI77.js +0 -81
- package/dist/instrumentation/dist/chunk-FTA5RKYX.js +0 -27
- package/dist/instrumentation/dist/chunk-KSVJP65B.js +0 -81
- package/dist/instrumentation/dist/chunk-O7OBHTYQ.js +0 -126
- package/dist/instrumentation/dist/chunk-PVBRMQBZ.js +0 -48
- package/dist/instrumentation/dist/chunk-YIAJHTIL.js +0 -48
- package/dist/instrumentation/dist/constants.d.ts +0 -4
- package/dist/instrumentation/dist/constants.js +0 -28
- package/dist/instrumentation/dist/index.d.ts +0 -1
- package/dist/instrumentation/dist/index.js +0 -27
- package/dist/instrumentation/index.d.ts +0 -1
- package/dist/instrumentation/index.js +0 -4
- package/dist/instrumentation/package.json +0 -44
|
@@ -271,6 +271,13 @@ exports.Prisma.ContractScalarFieldEnum = {
|
|
|
271
271
|
builderId: 'builderId'
|
|
272
272
|
};
|
|
273
273
|
|
|
274
|
+
exports.Prisma.EvaluationTranscriptAnalysisResultScalarFieldEnum = {
|
|
275
|
+
id: 'id',
|
|
276
|
+
created_at: 'created_at',
|
|
277
|
+
gpt_config_id: 'gpt_config_id',
|
|
278
|
+
callback_ref: 'callback_ref'
|
|
279
|
+
};
|
|
280
|
+
|
|
274
281
|
exports.Prisma.ExperienceScalarFieldEnum = {
|
|
275
282
|
id: 'id',
|
|
276
283
|
kind: 'kind',
|
|
@@ -301,6 +308,17 @@ exports.Prisma.ExperienceScalarFieldEnum = {
|
|
|
301
308
|
migrations: 'migrations'
|
|
302
309
|
};
|
|
303
310
|
|
|
311
|
+
exports.Prisma.GptConfigScalarFieldEnum = {
|
|
312
|
+
id: 'id',
|
|
313
|
+
type: 'type',
|
|
314
|
+
baseSystemPrompt: 'baseSystemPrompt',
|
|
315
|
+
temperature: 'temperature',
|
|
316
|
+
model: 'model',
|
|
317
|
+
maxTokens: 'maxTokens',
|
|
318
|
+
createdAt: 'createdAt',
|
|
319
|
+
createdBy: 'createdBy'
|
|
320
|
+
};
|
|
321
|
+
|
|
304
322
|
exports.Prisma.InvoiceScalarFieldEnum = {
|
|
305
323
|
id: 'id',
|
|
306
324
|
type: 'type',
|
|
@@ -1087,7 +1105,9 @@ exports.Prisma.ModelName = {
|
|
|
1087
1105
|
ClientInterview: 'ClientInterview',
|
|
1088
1106
|
Company: 'Company',
|
|
1089
1107
|
Contract: 'Contract',
|
|
1108
|
+
EvaluationTranscriptAnalysisResult: 'EvaluationTranscriptAnalysisResult',
|
|
1090
1109
|
Experience: 'Experience',
|
|
1110
|
+
GptConfig: 'GptConfig',
|
|
1091
1111
|
Invoice: 'Invoice',
|
|
1092
1112
|
LinkedInRecommendation: 'LinkedInRecommendation',
|
|
1093
1113
|
MapperIndustryTitleToTalentIndustry: 'MapperIndustryTitleToTalentIndustry',
|