prisma 6.5.0-integration-feat-prisma-config-without-new-package.5 → 6.5.0-integration-feat-prisma-config-without-new-package.7
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/build/index.js +946 -975
- package/build/prisma_schema_build_bg.wasm +0 -0
- package/config.js +8 -22405
- package/package.json +12 -14
- package/preinstall/index.js +7 -7
- package/prisma-client/generator-build/index.js +86 -51
- package/prisma-client/package.json +6 -6
- package/prisma-client/runtime/binary.js +72 -72
- package/prisma-client/runtime/client.d.ts +3 -1
- package/prisma-client/runtime/client.js +38 -38
- package/prisma-client/runtime/edge-esm.js +18 -18
- package/prisma-client/runtime/edge.js +18 -18
- package/prisma-client/runtime/library.d.ts +3 -1
- package/prisma-client/runtime/library.js +56 -56
- package/prisma-client/runtime/query_engine_bg.mysql.js +2 -2
- package/prisma-client/runtime/query_engine_bg.postgresql.js +2 -2
- package/prisma-client/runtime/query_engine_bg.sqlite.js +2 -2
- package/prisma-client/runtime/react-native.d.ts +3 -1
- package/prisma-client/runtime/react-native.js +11 -11
- package/prisma-client/scripts/default-index.js +3 -3
@@ -5,6 +5,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
6
6
|
var __getProtoOf = Object.getPrototypeOf;
|
7
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
8
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
8
9
|
var __esm = (fn, res) => function __init() {
|
9
10
|
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
10
11
|
};
|
@@ -32,19 +33,20 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
32
33
|
mod
|
33
34
|
));
|
34
35
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
36
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
35
37
|
|
36
|
-
// ../../node_modules/.pnpm/@prisma+engines-version@6.5.0-
|
38
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.5.0-42.ebe92748df38ea968da11e62e111f2596014342a/node_modules/@prisma/engines-version/package.json
|
37
39
|
var require_package = __commonJS({
|
38
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.5.0-
|
40
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.5.0-42.ebe92748df38ea968da11e62e111f2596014342a/node_modules/@prisma/engines-version/package.json"(exports2, module2) {
|
39
41
|
module2.exports = {
|
40
42
|
name: "@prisma/engines-version",
|
41
|
-
version: "6.5.0-
|
43
|
+
version: "6.5.0-42.ebe92748df38ea968da11e62e111f2596014342a",
|
42
44
|
main: "index.js",
|
43
45
|
types: "index.d.ts",
|
44
46
|
license: "Apache-2.0",
|
45
47
|
author: "Tim Suchanek <suchanek@prisma.io>",
|
46
48
|
prisma: {
|
47
|
-
enginesVersion: "
|
49
|
+
enginesVersion: "ebe92748df38ea968da11e62e111f2596014342a"
|
48
50
|
},
|
49
51
|
repository: {
|
50
52
|
type: "git",
|
@@ -66,9 +68,9 @@ var require_package = __commonJS({
|
|
66
68
|
}
|
67
69
|
});
|
68
70
|
|
69
|
-
// ../../node_modules/.pnpm/@prisma+engines-version@6.5.0-
|
71
|
+
// ../../node_modules/.pnpm/@prisma+engines-version@6.5.0-42.ebe92748df38ea968da11e62e111f2596014342a/node_modules/@prisma/engines-version/index.js
|
70
72
|
var require_engines_version = __commonJS({
|
71
|
-
"../../node_modules/.pnpm/@prisma+engines-version@6.5.0-
|
73
|
+
"../../node_modules/.pnpm/@prisma+engines-version@6.5.0-42.ebe92748df38ea968da11e62e111f2596014342a/node_modules/@prisma/engines-version/index.js"(exports2) {
|
72
74
|
"use strict";
|
73
75
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
74
76
|
exports2.enginesVersion = void 0;
|
@@ -3058,7 +3060,7 @@ var require_package2 = __commonJS({
|
|
3058
3060
|
"package.json"(exports2, module2) {
|
3059
3061
|
module2.exports = {
|
3060
3062
|
name: "@prisma/client",
|
3061
|
-
version: "6.5.0-integration-feat-prisma-config-without-new-package.
|
3063
|
+
version: "6.5.0-integration-feat-prisma-config-without-new-package.7",
|
3062
3064
|
description: "Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.",
|
3063
3065
|
keywords: [
|
3064
3066
|
"ORM",
|
@@ -3268,7 +3270,7 @@ var require_package2 = __commonJS({
|
|
3268
3270
|
"@prisma/debug": "workspace:*",
|
3269
3271
|
"@prisma/driver-adapter-utils": "workspace:*",
|
3270
3272
|
"@prisma/engines": "workspace:*",
|
3271
|
-
"@prisma/engines-version": "6.5.0-
|
3273
|
+
"@prisma/engines-version": "6.5.0-42.ebe92748df38ea968da11e62e111f2596014342a",
|
3272
3274
|
"@prisma/fetch-engine": "workspace:*",
|
3273
3275
|
"@prisma/generator-helper": "workspace:*",
|
3274
3276
|
"@prisma/get-platform": "workspace:*",
|
@@ -3277,9 +3279,9 @@ var require_package2 = __commonJS({
|
|
3277
3279
|
"@prisma/migrate": "workspace:*",
|
3278
3280
|
"@prisma/mini-proxy": "0.9.5",
|
3279
3281
|
"@prisma/pg-worker": "workspace:*",
|
3280
|
-
"@prisma/query-compiler-wasm": "6.5.0-
|
3281
|
-
"@prisma/query-engine-wasm": "6.5.0-
|
3282
|
-
"@snaplet/copycat": "0.
|
3282
|
+
"@prisma/query-compiler-wasm": "6.5.0-42.ebe92748df38ea968da11e62e111f2596014342a",
|
3283
|
+
"@prisma/query-engine-wasm": "6.5.0-42.ebe92748df38ea968da11e62e111f2596014342a",
|
3284
|
+
"@snaplet/copycat": "6.0.0",
|
3283
3285
|
"@swc-node/register": "1.10.9",
|
3284
3286
|
"@swc/core": "1.11.5",
|
3285
3287
|
"@swc/jest": "0.2.37",
|
@@ -3334,7 +3336,7 @@ var require_package2 = __commonJS({
|
|
3334
3336
|
"ts-pattern": "5.6.2",
|
3335
3337
|
tsd: "0.31.2",
|
3336
3338
|
typescript: "5.4.5",
|
3337
|
-
undici: "7.
|
3339
|
+
undici: "7.4.0",
|
3338
3340
|
wrangler: "3.111.0",
|
3339
3341
|
zx: "7.2.3"
|
3340
3342
|
},
|
@@ -3533,9 +3535,9 @@ var init_TypeBuilder = __esm({
|
|
3533
3535
|
constructor() {
|
3534
3536
|
// TODO(@SevInf): this should be replaced with precedence system that would
|
3535
3537
|
// automatically add parenthesis where they are needed
|
3536
|
-
this
|
3537
|
-
this
|
3538
|
-
this
|
3538
|
+
__publicField(this, "needsParenthesisWhenIndexed", false);
|
3539
|
+
__publicField(this, "needsParenthesisInKeyof", false);
|
3540
|
+
__publicField(this, "needsParenthesisInUnion", false);
|
3539
3541
|
}
|
3540
3542
|
subKey(key) {
|
3541
3543
|
const { KeyType: KeyType2 } = (init_KeyType(), __toCommonJS(KeyType_exports));
|
@@ -4784,6 +4786,7 @@ var ConstDeclaration = class {
|
|
4784
4786
|
constructor(name, type) {
|
4785
4787
|
this.name = name;
|
4786
4788
|
this.type = type;
|
4789
|
+
__publicField(this, "docComment");
|
4787
4790
|
}
|
4788
4791
|
setDocComment(docComment2) {
|
4789
4792
|
this.docComment = docComment2;
|
@@ -4803,7 +4806,7 @@ function constDeclaration(name, type) {
|
|
4803
4806
|
// src/generation/ts-builders/DocComment.ts
|
4804
4807
|
var DocComment = class {
|
4805
4808
|
constructor(startingText) {
|
4806
|
-
this
|
4809
|
+
__publicField(this, "lines", []);
|
4807
4810
|
if (startingText) {
|
4808
4811
|
this.addText(startingText);
|
4809
4812
|
}
|
@@ -4878,6 +4881,7 @@ function getIndent(line) {
|
|
4878
4881
|
var Export = class {
|
4879
4882
|
constructor(declaration) {
|
4880
4883
|
this.declaration = declaration;
|
4884
|
+
__publicField(this, "docComment");
|
4881
4885
|
}
|
4882
4886
|
setDocComment(docComment2) {
|
4883
4887
|
this.docComment = docComment2;
|
@@ -4907,7 +4911,7 @@ var NamespaceExport = class {
|
|
4907
4911
|
var BindingsExport = class {
|
4908
4912
|
constructor(from) {
|
4909
4913
|
this.from = from;
|
4910
|
-
this
|
4914
|
+
__publicField(this, "namedExports", []);
|
4911
4915
|
}
|
4912
4916
|
named(namedExport) {
|
4913
4917
|
if (typeof namedExport === "string") {
|
@@ -4923,6 +4927,7 @@ var BindingsExport = class {
|
|
4923
4927
|
var NamedExport = class {
|
4924
4928
|
constructor(name) {
|
4925
4929
|
this.name = name;
|
4930
|
+
__publicField(this, "alias");
|
4926
4931
|
}
|
4927
4932
|
as(alias) {
|
4928
4933
|
this.alias = alias;
|
@@ -4956,8 +4961,8 @@ function moduleExportFrom(from) {
|
|
4956
4961
|
// src/generation/ts-builders/File.ts
|
4957
4962
|
var File = class {
|
4958
4963
|
constructor() {
|
4959
|
-
this
|
4960
|
-
this
|
4964
|
+
__publicField(this, "imports", []);
|
4965
|
+
__publicField(this, "declarations", []);
|
4961
4966
|
}
|
4962
4967
|
addImport(moduleImport2) {
|
4963
4968
|
this.imports.push(moduleImport2);
|
@@ -5013,12 +5018,12 @@ init_TypeBuilder();
|
|
5013
5018
|
var FunctionType = class extends TypeBuilder {
|
5014
5019
|
constructor() {
|
5015
5020
|
super(...arguments);
|
5016
|
-
this
|
5017
|
-
this
|
5018
|
-
this
|
5019
|
-
this
|
5020
|
-
this
|
5021
|
-
this
|
5021
|
+
__publicField(this, "needsParenthesisWhenIndexed", true);
|
5022
|
+
__publicField(this, "needsParenthesisInKeyof", true);
|
5023
|
+
__publicField(this, "needsParenthesisInUnion", true);
|
5024
|
+
__publicField(this, "returnType", voidType);
|
5025
|
+
__publicField(this, "parameters", []);
|
5026
|
+
__publicField(this, "genericParameters", []);
|
5022
5027
|
}
|
5023
5028
|
setReturnType(returnType) {
|
5024
5029
|
this.returnType = returnType;
|
@@ -5049,7 +5054,7 @@ var NamedType = class extends TypeBuilder {
|
|
5049
5054
|
constructor(name) {
|
5050
5055
|
super();
|
5051
5056
|
this.name = name;
|
5052
|
-
this
|
5057
|
+
__publicField(this, "genericArguments", []);
|
5053
5058
|
}
|
5054
5059
|
addGenericArgument(type) {
|
5055
5060
|
this.genericArguments.push(type);
|
@@ -5070,6 +5075,8 @@ function namedType(name) {
|
|
5070
5075
|
var GenericParameter = class {
|
5071
5076
|
constructor(name) {
|
5072
5077
|
this.name = name;
|
5078
|
+
__publicField(this, "extendedType");
|
5079
|
+
__publicField(this, "defaultType");
|
5073
5080
|
}
|
5074
5081
|
extends(type) {
|
5075
5082
|
this.extendedType = type;
|
@@ -5123,7 +5130,8 @@ var NamespaceImport = class {
|
|
5123
5130
|
var BindingsImport = class {
|
5124
5131
|
constructor(from) {
|
5125
5132
|
this.from = from;
|
5126
|
-
this
|
5133
|
+
__publicField(this, "defaultImport");
|
5134
|
+
__publicField(this, "namedImports", []);
|
5127
5135
|
}
|
5128
5136
|
default(name) {
|
5129
5137
|
this.defaultImport = name;
|
@@ -5156,6 +5164,7 @@ var BindingsImport = class {
|
|
5156
5164
|
var NamedImport = class {
|
5157
5165
|
constructor(name) {
|
5158
5166
|
this.name = name;
|
5167
|
+
__publicField(this, "alias");
|
5159
5168
|
}
|
5160
5169
|
as(alias) {
|
5161
5170
|
this.alias = alias;
|
@@ -5195,10 +5204,10 @@ var InterfaceDeclaration = class extends TypeBuilder {
|
|
5195
5204
|
constructor(name) {
|
5196
5205
|
super();
|
5197
5206
|
this.name = name;
|
5198
|
-
this
|
5199
|
-
this
|
5200
|
-
this
|
5201
|
-
this
|
5207
|
+
__publicField(this, "needsParenthesisWhenIndexed", true);
|
5208
|
+
__publicField(this, "items", []);
|
5209
|
+
__publicField(this, "genericParameters", []);
|
5210
|
+
__publicField(this, "extendedTypes", []);
|
5202
5211
|
}
|
5203
5212
|
add(item) {
|
5204
5213
|
this.items.push(item);
|
@@ -5245,9 +5254,10 @@ function interfaceDeclaration(name) {
|
|
5245
5254
|
var Method = class {
|
5246
5255
|
constructor(name) {
|
5247
5256
|
this.name = name;
|
5248
|
-
this
|
5249
|
-
this
|
5250
|
-
this
|
5257
|
+
__publicField(this, "docComment");
|
5258
|
+
__publicField(this, "returnType", voidType);
|
5259
|
+
__publicField(this, "parameters", []);
|
5260
|
+
__publicField(this, "genericParameters", []);
|
5251
5261
|
}
|
5252
5262
|
setDocComment(docComment2) {
|
5253
5263
|
this.docComment = docComment2;
|
@@ -5291,7 +5301,7 @@ function method(name) {
|
|
5291
5301
|
var NamespaceDeclaration = class {
|
5292
5302
|
constructor(name) {
|
5293
5303
|
this.name = name;
|
5294
|
-
this
|
5304
|
+
__publicField(this, "items", []);
|
5295
5305
|
}
|
5296
5306
|
add(declaration) {
|
5297
5307
|
this.items.push(declaration);
|
@@ -5313,9 +5323,9 @@ init_TypeBuilder();
|
|
5313
5323
|
var ObjectType = class extends TypeBuilder {
|
5314
5324
|
constructor() {
|
5315
5325
|
super(...arguments);
|
5316
|
-
this
|
5317
|
-
this
|
5318
|
-
this
|
5326
|
+
__publicField(this, "needsParenthesisWhenIndexed", true);
|
5327
|
+
__publicField(this, "items", []);
|
5328
|
+
__publicField(this, "inline", false);
|
5319
5329
|
}
|
5320
5330
|
add(item) {
|
5321
5331
|
this.items.push(item);
|
@@ -5360,7 +5370,7 @@ var Parameter = class {
|
|
5360
5370
|
constructor(name, type) {
|
5361
5371
|
this.name = name;
|
5362
5372
|
this.type = type;
|
5363
|
-
this
|
5373
|
+
__publicField(this, "isOptional", false);
|
5364
5374
|
}
|
5365
5375
|
optional() {
|
5366
5376
|
this.isOptional = true;
|
@@ -5383,8 +5393,9 @@ var Property = class {
|
|
5383
5393
|
constructor(name, type) {
|
5384
5394
|
this.name = name;
|
5385
5395
|
this.type = type;
|
5386
|
-
this
|
5387
|
-
this
|
5396
|
+
__publicField(this, "isOptional", false);
|
5397
|
+
__publicField(this, "isReadonly", false);
|
5398
|
+
__publicField(this, "docComment");
|
5388
5399
|
}
|
5389
5400
|
optional() {
|
5390
5401
|
this.isOptional = true;
|
@@ -5429,9 +5440,11 @@ var INDENT_SIZE = 2;
|
|
5429
5440
|
var Writer = class {
|
5430
5441
|
constructor(startingIndent = 0, context) {
|
5431
5442
|
this.context = context;
|
5432
|
-
this
|
5433
|
-
this
|
5434
|
-
this
|
5443
|
+
__publicField(this, "lines", []);
|
5444
|
+
__publicField(this, "currentLine", "");
|
5445
|
+
__publicField(this, "currentIndent", 0);
|
5446
|
+
__publicField(this, "marginSymbol");
|
5447
|
+
__publicField(this, "afterNextNewLineCallback");
|
5435
5448
|
this.currentIndent = startingIndent;
|
5436
5449
|
}
|
5437
5450
|
/**
|
@@ -5607,6 +5620,7 @@ init_TypeBuilder();
|
|
5607
5620
|
var TupleItem = class {
|
5608
5621
|
constructor(type) {
|
5609
5622
|
this.type = type;
|
5623
|
+
__publicField(this, "name");
|
5610
5624
|
}
|
5611
5625
|
setName(name) {
|
5612
5626
|
this.name = name;
|
@@ -5622,7 +5636,7 @@ var TupleItem = class {
|
|
5622
5636
|
var TupleType = class extends TypeBuilder {
|
5623
5637
|
constructor() {
|
5624
5638
|
super(...arguments);
|
5625
|
-
this
|
5639
|
+
__publicField(this, "items", []);
|
5626
5640
|
}
|
5627
5641
|
add(item) {
|
5628
5642
|
if (item instanceof TypeBuilder) {
|
@@ -5647,7 +5661,8 @@ var TypeDeclaration = class {
|
|
5647
5661
|
constructor(name, type) {
|
5648
5662
|
this.name = name;
|
5649
5663
|
this.type = type;
|
5650
|
-
this
|
5664
|
+
__publicField(this, "genericParameters", []);
|
5665
|
+
__publicField(this, "docComment");
|
5651
5666
|
}
|
5652
5667
|
addGenericParameter(param) {
|
5653
5668
|
this.genericParameters.push(param);
|
@@ -5681,8 +5696,9 @@ init_TypeBuilder();
|
|
5681
5696
|
var UnionType = class extends TypeBuilder {
|
5682
5697
|
constructor(firstType) {
|
5683
5698
|
super();
|
5684
|
-
this
|
5685
|
-
this
|
5699
|
+
__publicField(this, "needsParenthesisWhenIndexed", true);
|
5700
|
+
__publicField(this, "needsParenthesisInKeyof", true);
|
5701
|
+
__publicField(this, "variants");
|
5686
5702
|
this.variants = [firstType];
|
5687
5703
|
}
|
5688
5704
|
addVariant(variant) {
|
@@ -5967,6 +5983,7 @@ var InputType = class {
|
|
5967
5983
|
constructor(type, context) {
|
5968
5984
|
this.type = type;
|
5969
5985
|
this.context = context;
|
5986
|
+
__publicField(this, "generatedName");
|
5970
5987
|
this.generatedName = type.name;
|
5971
5988
|
}
|
5972
5989
|
toTS() {
|
@@ -6540,7 +6557,8 @@ var ArgsTypeBuilder = class {
|
|
6540
6557
|
this.type = type;
|
6541
6558
|
this.context = context;
|
6542
6559
|
this.action = action;
|
6543
|
-
this
|
6560
|
+
__publicField(this, "moduleExport");
|
6561
|
+
__publicField(this, "hasDefaultName", true);
|
6544
6562
|
this.moduleExport = moduleExport(
|
6545
6563
|
typeDeclaration(getModelArgName(type.name, action), objectType()).addGenericParameter(extArgsParam)
|
6546
6564
|
).setDocComment(docComment(`${type.name} ${action ?? "without action"}`));
|
@@ -6810,6 +6828,11 @@ var Model = class {
|
|
6810
6828
|
constructor(model, context) {
|
6811
6829
|
this.model = model;
|
6812
6830
|
this.context = context;
|
6831
|
+
__publicField(this, "type");
|
6832
|
+
__publicField(this, "createManyAndReturnType");
|
6833
|
+
__publicField(this, "updateManyAndReturnType");
|
6834
|
+
__publicField(this, "mapping");
|
6835
|
+
__publicField(this, "dmmf");
|
6813
6836
|
this.dmmf = context.dmmf;
|
6814
6837
|
this.type = this.context.dmmf.outputTypeMap.model[model.name];
|
6815
6838
|
this.createManyAndReturnType = this.context.dmmf.outputTypeMap.model[getCreateManyAndReturnOutputType(model.name)];
|
@@ -7416,6 +7439,12 @@ var import_path4 = __toESM(require("path"));
|
|
7416
7439
|
var DMMFHelper = class {
|
7417
7440
|
constructor(document) {
|
7418
7441
|
this.document = document;
|
7442
|
+
__publicField(this, "_compositeNames");
|
7443
|
+
__publicField(this, "_inputTypesByName");
|
7444
|
+
__publicField(this, "_typeAndModelMap");
|
7445
|
+
__publicField(this, "_mappingsMap");
|
7446
|
+
__publicField(this, "_outputTypeMap");
|
7447
|
+
__publicField(this, "_rootFieldMap");
|
7419
7448
|
}
|
7420
7449
|
get compositeNames() {
|
7421
7450
|
return this._compositeNames ??= new Set(this.datamodel.types.map((t) => t.name));
|
@@ -7525,7 +7554,7 @@ function fullyQualifiedName(typeName, namespace2) {
|
|
7525
7554
|
// src/generation/Cache.ts
|
7526
7555
|
var Cache = class {
|
7527
7556
|
constructor() {
|
7528
|
-
this
|
7557
|
+
__publicField(this, "_map", /* @__PURE__ */ new Map());
|
7529
7558
|
}
|
7530
7559
|
get(key) {
|
7531
7560
|
return this._map.get(key)?.value;
|
@@ -7548,7 +7577,7 @@ var Cache = class {
|
|
7548
7577
|
var GenericArgsInfo = class {
|
7549
7578
|
constructor(_dmmf) {
|
7550
7579
|
this._dmmf = _dmmf;
|
7551
|
-
this
|
7580
|
+
__publicField(this, "_cache", new Cache());
|
7552
7581
|
}
|
7553
7582
|
/**
|
7554
7583
|
* Determines if arg types need generic <$PrismaModel> argument added.
|
@@ -8534,6 +8563,9 @@ export type ${this.type.name}<$PrismaModel> = FieldRefInputType<$PrismaModel, ${
|
|
8534
8563
|
// src/generation/TSClient/GenerateContext.ts
|
8535
8564
|
var GenerateContext = class {
|
8536
8565
|
constructor({ dmmf, genericArgsInfo, generator }) {
|
8566
|
+
__publicField(this, "dmmf");
|
8567
|
+
__publicField(this, "genericArgsInfo");
|
8568
|
+
__publicField(this, "generator");
|
8537
8569
|
this.dmmf = dmmf;
|
8538
8570
|
this.genericArgsInfo = genericArgsInfo;
|
8539
8571
|
this.generator = generator;
|
@@ -9123,6 +9155,8 @@ export type TransactionClient = Omit<Prisma.DefaultPrismaClient, runtime.ITXClie
|
|
9123
9155
|
var TSClient = class {
|
9124
9156
|
constructor(options) {
|
9125
9157
|
this.options = options;
|
9158
|
+
__publicField(this, "dmmf");
|
9159
|
+
__publicField(this, "genericsInfo");
|
9126
9160
|
this.dmmf = new DMMFHelper(options.dmmf);
|
9127
9161
|
this.genericsInfo = new GenericArgsInfo(this.dmmf);
|
9128
9162
|
}
|
@@ -9406,6 +9440,7 @@ Object.assign(exports, Prisma)
|
|
9406
9440
|
// src/generation/typedSql/buildDbEnums.ts
|
9407
9441
|
var DbEnumsList = class {
|
9408
9442
|
constructor(enums) {
|
9443
|
+
__publicField(this, "enums");
|
9409
9444
|
this.enums = enums.map((dmmfEnum) => ({
|
9410
9445
|
name: dmmfEnum.dbName ?? dmmfEnum.name,
|
9411
9446
|
values: dmmfEnum.values.map((dmmfValue) => dmmfValue.dbName ?? dmmfValue.name)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@prisma/client",
|
3
|
-
"version": "6.5.0-integration-feat-prisma-config-without-new-package.
|
3
|
+
"version": "6.5.0-integration-feat-prisma-config-without-new-package.7",
|
4
4
|
"description": "Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.",
|
5
5
|
"keywords": [
|
6
6
|
"ORM",
|
@@ -210,7 +210,7 @@
|
|
210
210
|
"@prisma/debug": "workspace:*",
|
211
211
|
"@prisma/driver-adapter-utils": "workspace:*",
|
212
212
|
"@prisma/engines": "workspace:*",
|
213
|
-
"@prisma/engines-version": "6.5.0-
|
213
|
+
"@prisma/engines-version": "6.5.0-42.ebe92748df38ea968da11e62e111f2596014342a",
|
214
214
|
"@prisma/fetch-engine": "workspace:*",
|
215
215
|
"@prisma/generator-helper": "workspace:*",
|
216
216
|
"@prisma/get-platform": "workspace:*",
|
@@ -219,9 +219,9 @@
|
|
219
219
|
"@prisma/migrate": "workspace:*",
|
220
220
|
"@prisma/mini-proxy": "0.9.5",
|
221
221
|
"@prisma/pg-worker": "workspace:*",
|
222
|
-
"@prisma/query-compiler-wasm": "6.5.0-
|
223
|
-
"@prisma/query-engine-wasm": "6.5.0-
|
224
|
-
"@snaplet/copycat": "0.
|
222
|
+
"@prisma/query-compiler-wasm": "6.5.0-42.ebe92748df38ea968da11e62e111f2596014342a",
|
223
|
+
"@prisma/query-engine-wasm": "6.5.0-42.ebe92748df38ea968da11e62e111f2596014342a",
|
224
|
+
"@snaplet/copycat": "6.0.0",
|
225
225
|
"@swc-node/register": "1.10.9",
|
226
226
|
"@swc/core": "1.11.5",
|
227
227
|
"@swc/jest": "0.2.37",
|
@@ -276,7 +276,7 @@
|
|
276
276
|
"ts-pattern": "5.6.2",
|
277
277
|
"tsd": "0.31.2",
|
278
278
|
"typescript": "5.4.5",
|
279
|
-
"undici": "7.
|
279
|
+
"undici": "7.4.0",
|
280
280
|
"wrangler": "3.111.0",
|
281
281
|
"zx": "7.2.3"
|
282
282
|
},
|