@betterinternship/db 1.1.1 → 1.1.3
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/src/db/index.d.ts +5 -5
- package/dist/src/prisma/browser.d.ts +6 -0
- package/dist/src/prisma/browser.js +5 -0
- package/dist/src/prisma/browser.js.map +1 -0
- package/dist/src/prisma/client.js +9 -48
- package/dist/src/prisma/client.js.map +1 -1
- package/dist/src/prisma/commonInputTypes.d.ts +47 -47
- package/dist/src/prisma/commonInputTypes.js +1 -2
- package/dist/src/prisma/enums.js +1 -2
- package/dist/src/prisma/internal/class.js +4 -40
- package/dist/src/prisma/internal/class.js.map +1 -1
- package/dist/src/prisma/internal/prismaNamespace.d.ts +2 -0
- package/dist/src/prisma/internal/prismaNamespace.js +35 -69
- package/dist/src/prisma/internal/prismaNamespace.js.map +1 -1
- package/dist/src/prisma/internal/prismaNamespaceBrowser.d.ts +73 -0
- package/dist/src/prisma/internal/prismaNamespaceBrowser.js +63 -0
- package/dist/src/prisma/internal/prismaNamespaceBrowser.js.map +1 -0
- package/dist/src/prisma/models/processes.d.ts +34 -2
- package/dist/src/prisma/models/processes.js +1 -2
- package/dist/src/prisma/models/tasks.d.ts +36 -1
- package/dist/src/prisma/models/tasks.js +1 -2
- package/dist/src/prisma/models.js +1 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/prisma/browser.ts +0 -29
- package/dist/prisma/client.d.ts +0 -1
- package/dist/prisma/client.js +0 -5
- package/dist/prisma/client.ts +0 -51
- package/dist/prisma/commonInputTypes.ts +0 -349
- package/dist/prisma/default.d.ts +0 -1
- package/dist/prisma/default.js +0 -5
- package/dist/prisma/edge.d.ts +0 -1
- package/dist/prisma/edge.js +0 -175
- package/dist/prisma/enums.ts +0 -15
- package/dist/prisma/index-browser.js +0 -205
- package/dist/prisma/index.d.ts +0 -4237
- package/dist/prisma/index.js +0 -175
- package/dist/prisma/internal/class.ts +0 -202
- package/dist/prisma/internal/prismaNamespace.ts +0 -883
- package/dist/prisma/internal/prismaNamespaceBrowser.ts +0 -140
- package/dist/prisma/models/processes.ts +0 -1318
- package/dist/prisma/models/tasks.ts +0 -1507
- package/dist/prisma/models.ts +0 -13
- package/dist/prisma/package.json +0 -144
- package/dist/prisma/query_compiler_fast_bg.js +0 -2
- package/dist/prisma/query_compiler_fast_bg.wasm +0 -0
- package/dist/prisma/query_compiler_fast_bg.wasm-base64.js +0 -2
- package/dist/prisma/runtime/client.d.ts +0 -3304
- package/dist/prisma/runtime/client.js +0 -86
- package/dist/prisma/runtime/index-browser.d.ts +0 -87
- package/dist/prisma/runtime/index-browser.js +0 -6
- package/dist/prisma/runtime/wasm-compiler-edge.js +0 -76
- package/dist/prisma/schema.prisma +0 -34
- package/dist/prisma/wasm-edge-light-loader.mjs +0 -5
- package/dist/prisma/wasm-worker-loader.mjs +0 -5
package/dist/src/db/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { tasks as _tTask, processes as _tProcess } from '../prisma/client.js';
|
|
2
|
-
export declare const prisma: import("
|
|
2
|
+
export declare const prisma: import("../prisma/internal/class.js").PrismaClient<never, import("../prisma/internal/prismaNamespace.js").GlobalOmitConfig | undefined, import("@prisma/client/runtime/client").DefaultArgs>;
|
|
3
3
|
export type Task = _tTask;
|
|
4
4
|
export type Process = _tProcess;
|
|
5
|
-
export declare const tasks: import("
|
|
6
|
-
omit: import("
|
|
5
|
+
export declare const tasks: import("../prisma/models.js").tasksDelegate<import("@prisma/client/runtime/client").DefaultArgs, {
|
|
6
|
+
omit: import("../prisma/internal/prismaNamespace.js").GlobalOmitConfig | undefined;
|
|
7
7
|
}>;
|
|
8
|
-
export declare const processes: import("
|
|
9
|
-
omit: import("
|
|
8
|
+
export declare const processes: import("../prisma/models.js").processesDelegate<import("@prisma/client/runtime/client").DefaultArgs, {
|
|
9
|
+
omit: import("../prisma/internal/prismaNamespace.js").GlobalOmitConfig | undefined;
|
|
10
10
|
}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"browser.js","sourceRoot":"","sources":["../../../src/prisma/browser.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,MAAM,MAAM,sCAAsC,CAAA;AAC9D,OAAO,EAAE,MAAM,EAAE,CAAA;AACjB,OAAO,KAAK,MAAM,MAAM,YAAY,CAAA;AACpC,cAAc,YAAY,CAAC"}
|
|
@@ -1,49 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
36
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
|
-
};
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.Prisma = exports.PrismaClient = exports.$Enums = void 0;
|
|
40
|
-
const path = __importStar(require("node:path"));
|
|
41
|
-
const node_url_1 = require("node:url");
|
|
42
|
-
globalThis['__dirname'] = path.dirname((0, node_url_1.fileURLToPath)(import.meta.url));
|
|
43
|
-
const $Class = __importStar(require("./internal/class.js"));
|
|
44
|
-
const Prisma = __importStar(require("./internal/prismaNamespace.js"));
|
|
45
|
-
exports.Prisma = Prisma;
|
|
46
|
-
exports.$Enums = __importStar(require("./enums.js"));
|
|
47
|
-
__exportStar(require("./enums.js"), exports);
|
|
48
|
-
exports.PrismaClient = $Class.getPrismaClientClass();
|
|
1
|
+
import * as path from 'node:path';
|
|
2
|
+
import { fileURLToPath } from 'node:url';
|
|
3
|
+
globalThis['__dirname'] = path.dirname(fileURLToPath(import.meta.url));
|
|
4
|
+
import * as $Class from "./internal/class.js";
|
|
5
|
+
import * as Prisma from "./internal/prismaNamespace.js";
|
|
6
|
+
export * as $Enums from './enums.js';
|
|
7
|
+
export * from "./enums.js";
|
|
8
|
+
export const PrismaClient = $Class.getPrismaClientClass();
|
|
9
|
+
export { Prisma };
|
|
49
10
|
//# sourceMappingURL=client.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../src/prisma/client.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../src/prisma/client.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,IAAI,MAAM,WAAW,CAAA;AACjC,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AACxC,UAAU,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAA;AAItE,OAAO,KAAK,MAAM,MAAM,qBAAqB,CAAA;AAC7C,OAAO,KAAK,MAAM,MAAM,+BAA+B,CAAA;AAEvD,OAAO,KAAK,MAAM,MAAM,YAAY,CAAA;AACpC,cAAc,YAAY,CAAA;AAc1B,MAAM,CAAC,MAAM,YAAY,GAAG,MAAM,CAAC,oBAAoB,EAAE,CAAA;AAEzD,OAAO,EAAE,MAAM,EAAE,CAAA"}
|
|
@@ -11,6 +11,20 @@ export type UuidFilter<$PrismaModel = never> = {
|
|
|
11
11
|
mode?: Prisma.QueryMode;
|
|
12
12
|
not?: Prisma.NestedUuidFilter<$PrismaModel> | string;
|
|
13
13
|
};
|
|
14
|
+
export type StringFilter<$PrismaModel = never> = {
|
|
15
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
16
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
17
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
18
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
19
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
20
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
21
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
22
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
23
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
24
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
25
|
+
mode?: Prisma.QueryMode;
|
|
26
|
+
not?: Prisma.NestedStringFilter<$PrismaModel> | string;
|
|
27
|
+
};
|
|
14
28
|
export type JsonNullableFilter<$PrismaModel = never> = Prisma.PatchUndefined<Prisma.Either<Required<JsonNullableFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>, Required<JsonNullableFilterBase<$PrismaModel>>> | Prisma.OptionalFlat<Omit<Required<JsonNullableFilterBase<$PrismaModel>>, 'path'>>;
|
|
15
29
|
export type JsonNullableFilterBase<$PrismaModel = never> = {
|
|
16
30
|
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
@@ -28,20 +42,6 @@ export type JsonNullableFilterBase<$PrismaModel = never> = {
|
|
|
28
42
|
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
29
43
|
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
30
44
|
};
|
|
31
|
-
export type StringFilter<$PrismaModel = never> = {
|
|
32
|
-
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
33
|
-
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
34
|
-
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
35
|
-
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
36
|
-
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
37
|
-
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
38
|
-
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
39
|
-
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
40
|
-
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
41
|
-
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
42
|
-
mode?: Prisma.QueryMode;
|
|
43
|
-
not?: Prisma.NestedStringFilter<$PrismaModel> | string;
|
|
44
|
-
};
|
|
45
45
|
export type DateTimeFilter<$PrismaModel = never> = {
|
|
46
46
|
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
47
47
|
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>;
|
|
@@ -70,6 +70,23 @@ export type UuidWithAggregatesFilter<$PrismaModel = never> = {
|
|
|
70
70
|
_min?: Prisma.NestedStringFilter<$PrismaModel>;
|
|
71
71
|
_max?: Prisma.NestedStringFilter<$PrismaModel>;
|
|
72
72
|
};
|
|
73
|
+
export type StringWithAggregatesFilter<$PrismaModel = never> = {
|
|
74
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
75
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
76
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
77
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
78
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
79
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
80
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
81
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
82
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
83
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
84
|
+
mode?: Prisma.QueryMode;
|
|
85
|
+
not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string;
|
|
86
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
87
|
+
_min?: Prisma.NestedStringFilter<$PrismaModel>;
|
|
88
|
+
_max?: Prisma.NestedStringFilter<$PrismaModel>;
|
|
89
|
+
};
|
|
73
90
|
export type JsonNullableWithAggregatesFilter<$PrismaModel = never> = Prisma.PatchUndefined<Prisma.Either<Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, Exclude<keyof Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, 'path'>>, Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>> | Prisma.OptionalFlat<Omit<Required<JsonNullableWithAggregatesFilterBase<$PrismaModel>>, 'path'>>;
|
|
74
91
|
export type JsonNullableWithAggregatesFilterBase<$PrismaModel = never> = {
|
|
75
92
|
equals?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
@@ -90,23 +107,6 @@ export type JsonNullableWithAggregatesFilterBase<$PrismaModel = never> = {
|
|
|
90
107
|
_min?: Prisma.NestedJsonNullableFilter<$PrismaModel>;
|
|
91
108
|
_max?: Prisma.NestedJsonNullableFilter<$PrismaModel>;
|
|
92
109
|
};
|
|
93
|
-
export type StringWithAggregatesFilter<$PrismaModel = never> = {
|
|
94
|
-
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
95
|
-
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
96
|
-
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
97
|
-
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
98
|
-
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
99
|
-
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
100
|
-
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
101
|
-
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
102
|
-
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
103
|
-
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
104
|
-
mode?: Prisma.QueryMode;
|
|
105
|
-
not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string;
|
|
106
|
-
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
107
|
-
_min?: Prisma.NestedStringFilter<$PrismaModel>;
|
|
108
|
-
_max?: Prisma.NestedStringFilter<$PrismaModel>;
|
|
109
|
-
};
|
|
110
110
|
export type DateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
|
111
111
|
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
112
112
|
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>;
|
|
@@ -207,6 +207,22 @@ export type NestedIntFilter<$PrismaModel = never> = {
|
|
|
207
207
|
gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
|
|
208
208
|
not?: Prisma.NestedIntFilter<$PrismaModel> | number;
|
|
209
209
|
};
|
|
210
|
+
export type NestedStringWithAggregatesFilter<$PrismaModel = never> = {
|
|
211
|
+
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
212
|
+
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
213
|
+
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
214
|
+
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
215
|
+
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
216
|
+
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
217
|
+
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
218
|
+
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
219
|
+
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
220
|
+
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
221
|
+
not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string;
|
|
222
|
+
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
223
|
+
_min?: Prisma.NestedStringFilter<$PrismaModel>;
|
|
224
|
+
_max?: Prisma.NestedStringFilter<$PrismaModel>;
|
|
225
|
+
};
|
|
210
226
|
export type NestedIntNullableFilter<$PrismaModel = never> = {
|
|
211
227
|
equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null;
|
|
212
228
|
in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null;
|
|
@@ -234,22 +250,6 @@ export type NestedJsonNullableFilterBase<$PrismaModel = never> = {
|
|
|
234
250
|
gte?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel>;
|
|
235
251
|
not?: runtime.InputJsonValue | Prisma.JsonFieldRefInput<$PrismaModel> | Prisma.JsonNullValueFilter;
|
|
236
252
|
};
|
|
237
|
-
export type NestedStringWithAggregatesFilter<$PrismaModel = never> = {
|
|
238
|
-
equals?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
239
|
-
in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
240
|
-
notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>;
|
|
241
|
-
lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
242
|
-
lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
243
|
-
gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
244
|
-
gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
245
|
-
contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
246
|
-
startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
247
|
-
endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
|
|
248
|
-
not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string;
|
|
249
|
-
_count?: Prisma.NestedIntFilter<$PrismaModel>;
|
|
250
|
-
_min?: Prisma.NestedStringFilter<$PrismaModel>;
|
|
251
|
-
_max?: Prisma.NestedStringFilter<$PrismaModel>;
|
|
252
|
-
};
|
|
253
253
|
export type NestedDateTimeWithAggregatesFilter<$PrismaModel = never> = {
|
|
254
254
|
equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
|
|
255
255
|
in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>;
|
package/dist/src/prisma/enums.js
CHANGED
|
@@ -1,53 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.getPrismaClientClass = getPrismaClientClass;
|
|
37
|
-
const runtime = __importStar(require("@prisma/client/runtime/client"));
|
|
1
|
+
import * as runtime from "@prisma/client/runtime/client";
|
|
38
2
|
const config = {
|
|
39
3
|
"previewFeatures": [],
|
|
40
4
|
"clientVersion": "7.3.0",
|
|
41
5
|
"engineVersion": "9d6ad21cbbceab97458517b147a6a09ff43aa735",
|
|
42
6
|
"activeProvider": "postgresql",
|
|
43
|
-
"inlineSchema": "generator client {\n provider
|
|
7
|
+
"inlineSchema": "generator client {\n provider = \"prisma-client\"\n output = \"../src/prisma\"\n generatedFileExtension = \"ts\"\n importFileExtension = \"js\"\n moduleFormat = \"esm\"\n}\n\ndatasource db {\n provider = \"postgresql\"\n}\n\n/// This table contains check constraints and requires additional setup for migrations. Visit https://pris.ly/d/check-constraints for more info.\nmodel processes {\n id String @id @default(dbgenerated(\"gen_random_uuid()\")) @db.Uuid\n name String\n result Json?\n status String @default(\"pending\")\n error Json?\n timestamp DateTime @default(now()) @db.Timestamptz(6)\n tasks tasks[]\n}\n\n/// This table contains check constraints and requires additional setup for migrations. Visit https://pris.ly/d/check-constraints for more info.\nmodel tasks {\n id String @id @default(dbgenerated(\"gen_random_uuid()\")) @db.Uuid\n internal_id String\n handler_id String\n parent_id String?\n process_id String @db.Uuid\n process_name String\n inputs Json?\n result Json?\n status String @default(\"pending\")\n error String?\n timestamp DateTime @default(now()) @db.Timestamptz(6)\n processes processes @relation(fields: [process_id], references: [id], onDelete: Cascade, map: \"fk_processes\")\n}\n",
|
|
44
8
|
"runtimeDataModel": {
|
|
45
9
|
"models": {},
|
|
46
10
|
"enums": {},
|
|
47
11
|
"types": {}
|
|
48
12
|
}
|
|
49
13
|
};
|
|
50
|
-
config.runtimeDataModel = JSON.parse("{\"models\":{\"processes\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"result\",\"kind\":\"scalar\",\"type\":\"Json\"},{\"name\":\"status\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"error\",\"kind\":\"scalar\",\"type\":\"Json\"},{\"name\":\"timestamp\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"tasks\",\"kind\":\"object\",\"type\":\"tasks\",\"relationName\":\"processesTotasks\"}],\"dbName\":null},\"tasks\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"internal_id\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"handler_id\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"parent_id\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"process_id\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"inputs\",\"kind\":\"scalar\",\"type\":\"Json\"},{\"name\":\"result\",\"kind\":\"scalar\",\"type\":\"Json\"},{\"name\":\"status\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"error\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"timestamp\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"processes\",\"kind\":\"object\",\"type\":\"processes\",\"relationName\":\"processesTotasks\"}],\"dbName\":null}},\"enums\":{},\"types\":{}}");
|
|
14
|
+
config.runtimeDataModel = JSON.parse("{\"models\":{\"processes\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"name\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"result\",\"kind\":\"scalar\",\"type\":\"Json\"},{\"name\":\"status\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"error\",\"kind\":\"scalar\",\"type\":\"Json\"},{\"name\":\"timestamp\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"tasks\",\"kind\":\"object\",\"type\":\"tasks\",\"relationName\":\"processesTotasks\"}],\"dbName\":null},\"tasks\":{\"fields\":[{\"name\":\"id\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"internal_id\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"handler_id\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"parent_id\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"process_id\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"process_name\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"inputs\",\"kind\":\"scalar\",\"type\":\"Json\"},{\"name\":\"result\",\"kind\":\"scalar\",\"type\":\"Json\"},{\"name\":\"status\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"error\",\"kind\":\"scalar\",\"type\":\"String\"},{\"name\":\"timestamp\",\"kind\":\"scalar\",\"type\":\"DateTime\"},{\"name\":\"processes\",\"kind\":\"object\",\"type\":\"processes\",\"relationName\":\"processesTotasks\"}],\"dbName\":null}},\"enums\":{},\"types\":{}}");
|
|
51
15
|
async function decodeBase64AsWasm(wasmBase64) {
|
|
52
16
|
const { Buffer } = await import('node:buffer');
|
|
53
17
|
const wasmArray = Buffer.from(wasmBase64, 'base64');
|
|
@@ -61,7 +25,7 @@ config.compilerWasm = {
|
|
|
61
25
|
},
|
|
62
26
|
importName: "./query_compiler_fast_bg.js"
|
|
63
27
|
};
|
|
64
|
-
function getPrismaClientClass() {
|
|
28
|
+
export function getPrismaClientClass() {
|
|
65
29
|
return runtime.getPrismaClient(config);
|
|
66
30
|
}
|
|
67
31
|
//# sourceMappingURL=class.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"class.js","sourceRoot":"","sources":["../../../../src/prisma/internal/class.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"class.js","sourceRoot":"","sources":["../../../../src/prisma/internal/class.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,OAAO,MAAM,+BAA+B,CAAA;AAIxD,MAAM,MAAM,GAAkC;IAC5C,iBAAiB,EAAE,EAAE;IACrB,eAAe,EAAE,OAAO;IACxB,eAAe,EAAE,0CAA0C;IAC3D,gBAAgB,EAAE,YAAY;IAC9B,cAAc,EAAE,i2CAAi2C;IACj3C,kBAAkB,EAAE;QAClB,QAAQ,EAAE,EAAE;QACZ,OAAO,EAAE,EAAE;QACX,OAAO,EAAE,EAAE;KACZ;CACF,CAAA;AAED,MAAM,CAAC,gBAAgB,GAAG,IAAI,CAAC,KAAK,CAAC,s3CAAs3C,CAAC,CAAA;AAE55C,KAAK,UAAU,kBAAkB,CAAC,UAAkB;IAClD,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,MAAM,CAAC,aAAa,CAAC,CAAA;IAC9C,MAAM,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAA;IACnD,OAAO,IAAI,WAAW,CAAC,MAAM,CAAC,SAAS,CAAC,CAAA;AAC1C,CAAC;AAED,MAAM,CAAC,YAAY,GAAG;IACpB,UAAU,EAAE,KAAK,IAAI,EAAE,CAAC,MAAM,MAAM,CAAC,8DAA8D,CAAC;IAEpG,0BAA0B,EAAE,KAAK,IAAI,EAAE;QACrC,MAAM,EAAE,IAAI,EAAE,GAAG,MAAM,MAAM,CAAC,0EAA0E,CAAC,CAAA;QACzG,OAAO,MAAM,kBAAkB,CAAC,IAAI,CAAC,CAAA;IACvC,CAAC;IAED,UAAU,EAAE,6BAA6B;CAC1C,CAAA;AAwJD,MAAM,UAAU,oBAAoB;IAClC,OAAO,OAAO,CAAC,eAAe,CAAC,MAAM,CAAuC,CAAA;AAC9E,CAAC"}
|
|
@@ -356,6 +356,7 @@ export declare const TransactionIsolationLevel: {
|
|
|
356
356
|
export type TransactionIsolationLevel = (typeof TransactionIsolationLevel)[keyof typeof TransactionIsolationLevel];
|
|
357
357
|
export declare const ProcessesScalarFieldEnum: {
|
|
358
358
|
readonly id: "id";
|
|
359
|
+
readonly name: "name";
|
|
359
360
|
readonly result: "result";
|
|
360
361
|
readonly status: "status";
|
|
361
362
|
readonly error: "error";
|
|
@@ -368,6 +369,7 @@ export declare const TasksScalarFieldEnum: {
|
|
|
368
369
|
readonly handler_id: "handler_id";
|
|
369
370
|
readonly parent_id: "parent_id";
|
|
370
371
|
readonly process_id: "process_id";
|
|
372
|
+
readonly process_name: "process_name";
|
|
371
373
|
readonly inputs: "inputs";
|
|
372
374
|
readonly result: "result";
|
|
373
375
|
readonly status: "status";
|
|
@@ -1,113 +1,79 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.defineExtension = exports.NullsOrder = exports.JsonNullValueFilter = exports.QueryMode = exports.NullableJsonNullValueInput = exports.SortOrder = exports.TasksScalarFieldEnum = exports.ProcessesScalarFieldEnum = exports.TransactionIsolationLevel = exports.ModelName = exports.AnyNull = exports.JsonNull = exports.DbNull = exports.NullTypes = exports.prismaVersion = exports.getExtensionContext = exports.Decimal = exports.Sql = exports.raw = exports.join = exports.empty = exports.sql = exports.PrismaClientValidationError = exports.PrismaClientInitializationError = exports.PrismaClientRustPanicError = exports.PrismaClientUnknownRequestError = exports.PrismaClientKnownRequestError = void 0;
|
|
37
|
-
const runtime = __importStar(require("@prisma/client/runtime/client"));
|
|
38
|
-
exports.PrismaClientKnownRequestError = runtime.PrismaClientKnownRequestError;
|
|
39
|
-
exports.PrismaClientUnknownRequestError = runtime.PrismaClientUnknownRequestError;
|
|
40
|
-
exports.PrismaClientRustPanicError = runtime.PrismaClientRustPanicError;
|
|
41
|
-
exports.PrismaClientInitializationError = runtime.PrismaClientInitializationError;
|
|
42
|
-
exports.PrismaClientValidationError = runtime.PrismaClientValidationError;
|
|
43
|
-
exports.sql = runtime.sqltag;
|
|
44
|
-
exports.empty = runtime.empty;
|
|
45
|
-
exports.join = runtime.join;
|
|
46
|
-
exports.raw = runtime.raw;
|
|
47
|
-
exports.Sql = runtime.Sql;
|
|
48
|
-
exports.Decimal = runtime.Decimal;
|
|
49
|
-
exports.getExtensionContext = runtime.Extensions.getExtensionContext;
|
|
50
|
-
exports.prismaVersion = {
|
|
1
|
+
import * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
export const PrismaClientKnownRequestError = runtime.PrismaClientKnownRequestError;
|
|
3
|
+
export const PrismaClientUnknownRequestError = runtime.PrismaClientUnknownRequestError;
|
|
4
|
+
export const PrismaClientRustPanicError = runtime.PrismaClientRustPanicError;
|
|
5
|
+
export const PrismaClientInitializationError = runtime.PrismaClientInitializationError;
|
|
6
|
+
export const PrismaClientValidationError = runtime.PrismaClientValidationError;
|
|
7
|
+
export const sql = runtime.sqltag;
|
|
8
|
+
export const empty = runtime.empty;
|
|
9
|
+
export const join = runtime.join;
|
|
10
|
+
export const raw = runtime.raw;
|
|
11
|
+
export const Sql = runtime.Sql;
|
|
12
|
+
export const Decimal = runtime.Decimal;
|
|
13
|
+
export const getExtensionContext = runtime.Extensions.getExtensionContext;
|
|
14
|
+
export const prismaVersion = {
|
|
51
15
|
client: "7.3.0",
|
|
52
16
|
engine: "9d6ad21cbbceab97458517b147a6a09ff43aa735"
|
|
53
17
|
};
|
|
54
|
-
|
|
18
|
+
export const NullTypes = {
|
|
55
19
|
DbNull: runtime.NullTypes.DbNull,
|
|
56
20
|
JsonNull: runtime.NullTypes.JsonNull,
|
|
57
21
|
AnyNull: runtime.NullTypes.AnyNull,
|
|
58
22
|
};
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
23
|
+
export const DbNull = runtime.DbNull;
|
|
24
|
+
export const JsonNull = runtime.JsonNull;
|
|
25
|
+
export const AnyNull = runtime.AnyNull;
|
|
26
|
+
export const ModelName = {
|
|
63
27
|
processes: 'processes',
|
|
64
28
|
tasks: 'tasks'
|
|
65
29
|
};
|
|
66
|
-
|
|
30
|
+
export const TransactionIsolationLevel = runtime.makeStrictEnum({
|
|
67
31
|
ReadUncommitted: 'ReadUncommitted',
|
|
68
32
|
ReadCommitted: 'ReadCommitted',
|
|
69
33
|
RepeatableRead: 'RepeatableRead',
|
|
70
34
|
Serializable: 'Serializable'
|
|
71
35
|
});
|
|
72
|
-
|
|
36
|
+
export const ProcessesScalarFieldEnum = {
|
|
73
37
|
id: 'id',
|
|
38
|
+
name: 'name',
|
|
74
39
|
result: 'result',
|
|
75
40
|
status: 'status',
|
|
76
41
|
error: 'error',
|
|
77
42
|
timestamp: 'timestamp'
|
|
78
43
|
};
|
|
79
|
-
|
|
44
|
+
export const TasksScalarFieldEnum = {
|
|
80
45
|
id: 'id',
|
|
81
46
|
internal_id: 'internal_id',
|
|
82
47
|
handler_id: 'handler_id',
|
|
83
48
|
parent_id: 'parent_id',
|
|
84
49
|
process_id: 'process_id',
|
|
50
|
+
process_name: 'process_name',
|
|
85
51
|
inputs: 'inputs',
|
|
86
52
|
result: 'result',
|
|
87
53
|
status: 'status',
|
|
88
54
|
error: 'error',
|
|
89
55
|
timestamp: 'timestamp'
|
|
90
56
|
};
|
|
91
|
-
|
|
57
|
+
export const SortOrder = {
|
|
92
58
|
asc: 'asc',
|
|
93
59
|
desc: 'desc'
|
|
94
60
|
};
|
|
95
|
-
|
|
96
|
-
DbNull:
|
|
97
|
-
JsonNull:
|
|
61
|
+
export const NullableJsonNullValueInput = {
|
|
62
|
+
DbNull: DbNull,
|
|
63
|
+
JsonNull: JsonNull
|
|
98
64
|
};
|
|
99
|
-
|
|
65
|
+
export const QueryMode = {
|
|
100
66
|
default: 'default',
|
|
101
67
|
insensitive: 'insensitive'
|
|
102
68
|
};
|
|
103
|
-
|
|
104
|
-
DbNull:
|
|
105
|
-
JsonNull:
|
|
106
|
-
AnyNull:
|
|
69
|
+
export const JsonNullValueFilter = {
|
|
70
|
+
DbNull: DbNull,
|
|
71
|
+
JsonNull: JsonNull,
|
|
72
|
+
AnyNull: AnyNull
|
|
107
73
|
};
|
|
108
|
-
|
|
74
|
+
export const NullsOrder = {
|
|
109
75
|
first: 'first',
|
|
110
76
|
last: 'last'
|
|
111
77
|
};
|
|
112
|
-
|
|
78
|
+
export const defineExtension = runtime.Extensions.defineExtension;
|
|
113
79
|
//# sourceMappingURL=prismaNamespace.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prismaNamespace.js","sourceRoot":"","sources":["../../../../src/prisma/internal/prismaNamespace.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"prismaNamespace.js","sourceRoot":"","sources":["../../../../src/prisma/internal/prismaNamespace.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import * as runtime from "@prisma/client/runtime/index-browser";
|
|
2
|
+
export type * from '../models.js';
|
|
3
|
+
export type * from './prismaNamespace.js';
|
|
4
|
+
export declare const Decimal: typeof runtime.Decimal;
|
|
5
|
+
export declare const NullTypes: {
|
|
6
|
+
DbNull: (new (secret: never) => typeof runtime.DbNull);
|
|
7
|
+
JsonNull: (new (secret: never) => typeof runtime.JsonNull);
|
|
8
|
+
AnyNull: (new (secret: never) => typeof runtime.AnyNull);
|
|
9
|
+
};
|
|
10
|
+
export declare const DbNull: import("@prisma/client-runtime-utils").DbNullClass;
|
|
11
|
+
export declare const JsonNull: import("@prisma/client-runtime-utils").JsonNullClass;
|
|
12
|
+
export declare const AnyNull: import("@prisma/client-runtime-utils").AnyNullClass;
|
|
13
|
+
export declare const ModelName: {
|
|
14
|
+
readonly processes: "processes";
|
|
15
|
+
readonly tasks: "tasks";
|
|
16
|
+
};
|
|
17
|
+
export type ModelName = (typeof ModelName)[keyof typeof ModelName];
|
|
18
|
+
export declare const TransactionIsolationLevel: {
|
|
19
|
+
readonly ReadUncommitted: "ReadUncommitted";
|
|
20
|
+
readonly ReadCommitted: "ReadCommitted";
|
|
21
|
+
readonly RepeatableRead: "RepeatableRead";
|
|
22
|
+
readonly Serializable: "Serializable";
|
|
23
|
+
};
|
|
24
|
+
export type TransactionIsolationLevel = (typeof TransactionIsolationLevel)[keyof typeof TransactionIsolationLevel];
|
|
25
|
+
export declare const ProcessesScalarFieldEnum: {
|
|
26
|
+
readonly id: "id";
|
|
27
|
+
readonly name: "name";
|
|
28
|
+
readonly result: "result";
|
|
29
|
+
readonly status: "status";
|
|
30
|
+
readonly error: "error";
|
|
31
|
+
readonly timestamp: "timestamp";
|
|
32
|
+
};
|
|
33
|
+
export type ProcessesScalarFieldEnum = (typeof ProcessesScalarFieldEnum)[keyof typeof ProcessesScalarFieldEnum];
|
|
34
|
+
export declare const TasksScalarFieldEnum: {
|
|
35
|
+
readonly id: "id";
|
|
36
|
+
readonly internal_id: "internal_id";
|
|
37
|
+
readonly handler_id: "handler_id";
|
|
38
|
+
readonly parent_id: "parent_id";
|
|
39
|
+
readonly process_id: "process_id";
|
|
40
|
+
readonly process_name: "process_name";
|
|
41
|
+
readonly inputs: "inputs";
|
|
42
|
+
readonly result: "result";
|
|
43
|
+
readonly status: "status";
|
|
44
|
+
readonly error: "error";
|
|
45
|
+
readonly timestamp: "timestamp";
|
|
46
|
+
};
|
|
47
|
+
export type TasksScalarFieldEnum = (typeof TasksScalarFieldEnum)[keyof typeof TasksScalarFieldEnum];
|
|
48
|
+
export declare const SortOrder: {
|
|
49
|
+
readonly asc: "asc";
|
|
50
|
+
readonly desc: "desc";
|
|
51
|
+
};
|
|
52
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
53
|
+
export declare const NullableJsonNullValueInput: {
|
|
54
|
+
readonly DbNull: import("@prisma/client-runtime-utils").DbNullClass;
|
|
55
|
+
readonly JsonNull: import("@prisma/client-runtime-utils").JsonNullClass;
|
|
56
|
+
};
|
|
57
|
+
export type NullableJsonNullValueInput = (typeof NullableJsonNullValueInput)[keyof typeof NullableJsonNullValueInput];
|
|
58
|
+
export declare const QueryMode: {
|
|
59
|
+
readonly default: "default";
|
|
60
|
+
readonly insensitive: "insensitive";
|
|
61
|
+
};
|
|
62
|
+
export type QueryMode = (typeof QueryMode)[keyof typeof QueryMode];
|
|
63
|
+
export declare const JsonNullValueFilter: {
|
|
64
|
+
readonly DbNull: import("@prisma/client-runtime-utils").DbNullClass;
|
|
65
|
+
readonly JsonNull: import("@prisma/client-runtime-utils").JsonNullClass;
|
|
66
|
+
readonly AnyNull: import("@prisma/client-runtime-utils").AnyNullClass;
|
|
67
|
+
};
|
|
68
|
+
export type JsonNullValueFilter = (typeof JsonNullValueFilter)[keyof typeof JsonNullValueFilter];
|
|
69
|
+
export declare const NullsOrder: {
|
|
70
|
+
readonly first: "first";
|
|
71
|
+
readonly last: "last";
|
|
72
|
+
};
|
|
73
|
+
export type NullsOrder = (typeof NullsOrder)[keyof typeof NullsOrder];
|