@betterinternship/db 1.0.5 → 1.0.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/dist/index.d.ts +1 -1
- package/dist/index.js +17 -17
- package/dist/prisma.config.js.map +1 -1
- package/dist/src/prisma/commonInputTypes.d.ts +56 -46
- package/dist/src/prisma/internal/class.js +2 -2
- package/dist/src/prisma/internal/class.js.map +1 -1
- package/dist/src/prisma/internal/prismaNamespace.d.ts +1 -4
- package/dist/src/prisma/internal/prismaNamespace.js +1 -2
- package/dist/src/prisma/internal/prismaNamespace.js.map +1 -1
- package/dist/src/prisma/internal/prismaNamespaceBrowser.d.ts +1 -2
- package/dist/src/prisma/internal/prismaNamespaceBrowser.js +1 -2
- package/dist/src/prisma/internal/prismaNamespaceBrowser.js.map +1 -1
- package/dist/src/prisma/models/tasks.d.ts +38 -111
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/db/index.d.ts +0 -10
- package/dist/db/index.js +0 -12
- package/dist/db/index.js.map +0 -1
- package/dist/prisma/browser.d.ts +0 -6
- package/dist/prisma/browser.js +0 -44
- package/dist/prisma/browser.js.map +0 -1
- package/dist/prisma/client.d.ts +0 -10
- package/dist/prisma/client.js +0 -49
- package/dist/prisma/client.js.map +0 -1
- package/dist/prisma/commonInputTypes.d.ts +0 -284
- package/dist/prisma/commonInputTypes.js +0 -3
- package/dist/prisma/commonInputTypes.js.map +0 -1
- package/dist/prisma/enums.d.ts +0 -1
- package/dist/prisma/enums.js +0 -3
- package/dist/prisma/enums.js.map +0 -1
- package/dist/prisma/internal/class.d.ts +0 -38
- package/dist/prisma/internal/class.js +0 -66
- package/dist/prisma/internal/class.js.map +0 -1
- package/dist/prisma/internal/prismaNamespace.d.ts +0 -462
- package/dist/prisma/internal/prismaNamespace.js +0 -113
- package/dist/prisma/internal/prismaNamespace.js.map +0 -1
- package/dist/prisma/internal/prismaNamespaceBrowser.d.ts +0 -71
- package/dist/prisma/internal/prismaNamespaceBrowser.js +0 -97
- package/dist/prisma/internal/prismaNamespaceBrowser.js.map +0 -1
- package/dist/prisma/models/processes.d.ts +0 -503
- package/dist/prisma/models/processes.js +0 -3
- package/dist/prisma/models/processes.js.map +0 -1
- package/dist/prisma/models/tasks.d.ts +0 -747
- package/dist/prisma/models/tasks.js +0 -3
- package/dist/prisma/models/tasks.js.map +0 -1
- package/dist/prisma/models.d.ts +0 -3
- package/dist/prisma/models.js +0 -3
- package/dist/prisma/models.js.map +0 -1
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.js +0 -18
- package/dist/src/index.js.map +0 -1
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
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.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.Decimal = void 0;
|
|
37
|
-
const runtime = __importStar(require("@prisma/client/runtime/index-browser"));
|
|
38
|
-
exports.Decimal = runtime.Decimal;
|
|
39
|
-
exports.NullTypes = {
|
|
40
|
-
DbNull: runtime.NullTypes.DbNull,
|
|
41
|
-
JsonNull: runtime.NullTypes.JsonNull,
|
|
42
|
-
AnyNull: runtime.NullTypes.AnyNull,
|
|
43
|
-
};
|
|
44
|
-
exports.DbNull = runtime.DbNull;
|
|
45
|
-
exports.JsonNull = runtime.JsonNull;
|
|
46
|
-
exports.AnyNull = runtime.AnyNull;
|
|
47
|
-
exports.ModelName = {
|
|
48
|
-
processes: 'processes',
|
|
49
|
-
tasks: 'tasks'
|
|
50
|
-
};
|
|
51
|
-
exports.TransactionIsolationLevel = {
|
|
52
|
-
ReadUncommitted: 'ReadUncommitted',
|
|
53
|
-
ReadCommitted: 'ReadCommitted',
|
|
54
|
-
RepeatableRead: 'RepeatableRead',
|
|
55
|
-
Serializable: 'Serializable'
|
|
56
|
-
};
|
|
57
|
-
exports.ProcessesScalarFieldEnum = {
|
|
58
|
-
id: 'id',
|
|
59
|
-
result: 'result',
|
|
60
|
-
status: 'status',
|
|
61
|
-
error: 'error',
|
|
62
|
-
timestamp: 'timestamp'
|
|
63
|
-
};
|
|
64
|
-
exports.TasksScalarFieldEnum = {
|
|
65
|
-
id: 'id',
|
|
66
|
-
internal_id: 'internal_id',
|
|
67
|
-
handler_id: 'handler_id',
|
|
68
|
-
process_id: 'process_id',
|
|
69
|
-
result: 'result',
|
|
70
|
-
status: 'status',
|
|
71
|
-
error: 'error',
|
|
72
|
-
retries: 'retries',
|
|
73
|
-
max_retries: 'max_retries',
|
|
74
|
-
timestamp: 'timestamp'
|
|
75
|
-
};
|
|
76
|
-
exports.SortOrder = {
|
|
77
|
-
asc: 'asc',
|
|
78
|
-
desc: 'desc'
|
|
79
|
-
};
|
|
80
|
-
exports.NullableJsonNullValueInput = {
|
|
81
|
-
DbNull: 'DbNull',
|
|
82
|
-
JsonNull: 'JsonNull'
|
|
83
|
-
};
|
|
84
|
-
exports.QueryMode = {
|
|
85
|
-
default: 'default',
|
|
86
|
-
insensitive: 'insensitive'
|
|
87
|
-
};
|
|
88
|
-
exports.JsonNullValueFilter = {
|
|
89
|
-
DbNull: 'DbNull',
|
|
90
|
-
JsonNull: 'JsonNull',
|
|
91
|
-
AnyNull: 'AnyNull'
|
|
92
|
-
};
|
|
93
|
-
exports.NullsOrder = {
|
|
94
|
-
first: 'first',
|
|
95
|
-
last: 'last'
|
|
96
|
-
};
|
|
97
|
-
//# sourceMappingURL=prismaNamespaceBrowser.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"prismaNamespaceBrowser.js","sourceRoot":"","sources":["../../../src/prisma/internal/prismaNamespaceBrowser.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiBA,8EAA+D;AAKlD,QAAA,OAAO,GAAG,OAAO,CAAC,OAAO,CAAA;AAGzB,QAAA,SAAS,GAAG;IACvB,MAAM,EAAE,OAAO,CAAC,SAAS,CAAC,MAAwD;IAClF,QAAQ,EAAE,OAAO,CAAC,SAAS,CAAC,QAA4D;IACxF,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,OAA0D;CACtF,CAAA;AAMY,QAAA,MAAM,GAAG,OAAO,CAAC,MAAM,CAAA;AAOvB,QAAA,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAA;AAO3B,QAAA,OAAO,GAAG,OAAO,CAAC,OAAO,CAAA;AAGzB,QAAA,SAAS,GAAG;IACvB,SAAS,EAAE,WAAW;IACtB,KAAK,EAAE,OAAO;CACN,CAAA;AAQG,QAAA,yBAAyB,GAAG;IACvC,eAAe,EAAE,iBAAiB;IAClC,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,YAAY,EAAE,cAAc;CACpB,CAAA;AAKG,QAAA,wBAAwB,GAAG;IACtC,EAAE,EAAE,IAAI;IACR,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,WAAW;CACd,CAAA;AAKG,QAAA,oBAAoB,GAAG;IAClC,EAAE,EAAE,IAAI;IACR,WAAW,EAAE,aAAa;IAC1B,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;IACxB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,SAAS,EAAE,WAAW;CACd,CAAA;AAKG,QAAA,SAAS,GAAG;IACvB,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACJ,CAAA;AAKG,QAAA,0BAA0B,GAAG;IACxC,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;CACZ,CAAA;AAKG,QAAA,SAAS,GAAG;IACvB,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;CAClB,CAAA;AAKG,QAAA,mBAAmB,GAAG;IACjC,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;CACV,CAAA;AAKG,QAAA,UAAU,GAAG;IACxB,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;CACJ,CAAA"}
|
|
@@ -1,503 +0,0 @@
|
|
|
1
|
-
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
-
import type * as Prisma from "../internal/prismaNamespace.js";
|
|
3
|
-
export type processesModel = runtime.Types.Result.DefaultSelection<Prisma.$processesPayload>;
|
|
4
|
-
export type AggregateProcesses = {
|
|
5
|
-
_count: ProcessesCountAggregateOutputType | null;
|
|
6
|
-
_min: ProcessesMinAggregateOutputType | null;
|
|
7
|
-
_max: ProcessesMaxAggregateOutputType | null;
|
|
8
|
-
};
|
|
9
|
-
export type ProcessesMinAggregateOutputType = {
|
|
10
|
-
id: string | null;
|
|
11
|
-
status: string | null;
|
|
12
|
-
timestamp: Date | null;
|
|
13
|
-
};
|
|
14
|
-
export type ProcessesMaxAggregateOutputType = {
|
|
15
|
-
id: string | null;
|
|
16
|
-
status: string | null;
|
|
17
|
-
timestamp: Date | null;
|
|
18
|
-
};
|
|
19
|
-
export type ProcessesCountAggregateOutputType = {
|
|
20
|
-
id: number;
|
|
21
|
-
result: number;
|
|
22
|
-
status: number;
|
|
23
|
-
error: number;
|
|
24
|
-
timestamp: number;
|
|
25
|
-
_all: number;
|
|
26
|
-
};
|
|
27
|
-
export type ProcessesMinAggregateInputType = {
|
|
28
|
-
id?: true;
|
|
29
|
-
status?: true;
|
|
30
|
-
timestamp?: true;
|
|
31
|
-
};
|
|
32
|
-
export type ProcessesMaxAggregateInputType = {
|
|
33
|
-
id?: true;
|
|
34
|
-
status?: true;
|
|
35
|
-
timestamp?: true;
|
|
36
|
-
};
|
|
37
|
-
export type ProcessesCountAggregateInputType = {
|
|
38
|
-
id?: true;
|
|
39
|
-
result?: true;
|
|
40
|
-
status?: true;
|
|
41
|
-
error?: true;
|
|
42
|
-
timestamp?: true;
|
|
43
|
-
_all?: true;
|
|
44
|
-
};
|
|
45
|
-
export type ProcessesAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
46
|
-
where?: Prisma.processesWhereInput;
|
|
47
|
-
orderBy?: Prisma.processesOrderByWithRelationInput | Prisma.processesOrderByWithRelationInput[];
|
|
48
|
-
cursor?: Prisma.processesWhereUniqueInput;
|
|
49
|
-
take?: number;
|
|
50
|
-
skip?: number;
|
|
51
|
-
_count?: true | ProcessesCountAggregateInputType;
|
|
52
|
-
_min?: ProcessesMinAggregateInputType;
|
|
53
|
-
_max?: ProcessesMaxAggregateInputType;
|
|
54
|
-
};
|
|
55
|
-
export type GetProcessesAggregateType<T extends ProcessesAggregateArgs> = {
|
|
56
|
-
[P in keyof T & keyof AggregateProcesses]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateProcesses[P]> : Prisma.GetScalarType<T[P], AggregateProcesses[P]>;
|
|
57
|
-
};
|
|
58
|
-
export type processesGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
59
|
-
where?: Prisma.processesWhereInput;
|
|
60
|
-
orderBy?: Prisma.processesOrderByWithAggregationInput | Prisma.processesOrderByWithAggregationInput[];
|
|
61
|
-
by: Prisma.ProcessesScalarFieldEnum[] | Prisma.ProcessesScalarFieldEnum;
|
|
62
|
-
having?: Prisma.processesScalarWhereWithAggregatesInput;
|
|
63
|
-
take?: number;
|
|
64
|
-
skip?: number;
|
|
65
|
-
_count?: ProcessesCountAggregateInputType | true;
|
|
66
|
-
_min?: ProcessesMinAggregateInputType;
|
|
67
|
-
_max?: ProcessesMaxAggregateInputType;
|
|
68
|
-
};
|
|
69
|
-
export type ProcessesGroupByOutputType = {
|
|
70
|
-
id: string;
|
|
71
|
-
result: runtime.JsonValue | null;
|
|
72
|
-
status: string;
|
|
73
|
-
error: runtime.JsonValue | null;
|
|
74
|
-
timestamp: Date;
|
|
75
|
-
_count: ProcessesCountAggregateOutputType | null;
|
|
76
|
-
_min: ProcessesMinAggregateOutputType | null;
|
|
77
|
-
_max: ProcessesMaxAggregateOutputType | null;
|
|
78
|
-
};
|
|
79
|
-
type GetProcessesGroupByPayload<T extends processesGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<ProcessesGroupByOutputType, T['by']> & {
|
|
80
|
-
[P in ((keyof T) & (keyof ProcessesGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], ProcessesGroupByOutputType[P]> : Prisma.GetScalarType<T[P], ProcessesGroupByOutputType[P]>;
|
|
81
|
-
}>>;
|
|
82
|
-
export type processesWhereInput = {
|
|
83
|
-
AND?: Prisma.processesWhereInput | Prisma.processesWhereInput[];
|
|
84
|
-
OR?: Prisma.processesWhereInput[];
|
|
85
|
-
NOT?: Prisma.processesWhereInput | Prisma.processesWhereInput[];
|
|
86
|
-
id?: Prisma.UuidFilter<"processes"> | string;
|
|
87
|
-
result?: Prisma.JsonNullableFilter<"processes">;
|
|
88
|
-
status?: Prisma.StringFilter<"processes"> | string;
|
|
89
|
-
error?: Prisma.JsonNullableFilter<"processes">;
|
|
90
|
-
timestamp?: Prisma.DateTimeFilter<"processes"> | Date | string;
|
|
91
|
-
tasks?: Prisma.TasksListRelationFilter;
|
|
92
|
-
};
|
|
93
|
-
export type processesOrderByWithRelationInput = {
|
|
94
|
-
id?: Prisma.SortOrder;
|
|
95
|
-
result?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
96
|
-
status?: Prisma.SortOrder;
|
|
97
|
-
error?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
98
|
-
timestamp?: Prisma.SortOrder;
|
|
99
|
-
tasks?: Prisma.tasksOrderByRelationAggregateInput;
|
|
100
|
-
};
|
|
101
|
-
export type processesWhereUniqueInput = Prisma.AtLeast<{
|
|
102
|
-
id?: string;
|
|
103
|
-
AND?: Prisma.processesWhereInput | Prisma.processesWhereInput[];
|
|
104
|
-
OR?: Prisma.processesWhereInput[];
|
|
105
|
-
NOT?: Prisma.processesWhereInput | Prisma.processesWhereInput[];
|
|
106
|
-
result?: Prisma.JsonNullableFilter<"processes">;
|
|
107
|
-
status?: Prisma.StringFilter<"processes"> | string;
|
|
108
|
-
error?: Prisma.JsonNullableFilter<"processes">;
|
|
109
|
-
timestamp?: Prisma.DateTimeFilter<"processes"> | Date | string;
|
|
110
|
-
tasks?: Prisma.TasksListRelationFilter;
|
|
111
|
-
}, "id">;
|
|
112
|
-
export type processesOrderByWithAggregationInput = {
|
|
113
|
-
id?: Prisma.SortOrder;
|
|
114
|
-
result?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
115
|
-
status?: Prisma.SortOrder;
|
|
116
|
-
error?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
117
|
-
timestamp?: Prisma.SortOrder;
|
|
118
|
-
_count?: Prisma.processesCountOrderByAggregateInput;
|
|
119
|
-
_max?: Prisma.processesMaxOrderByAggregateInput;
|
|
120
|
-
_min?: Prisma.processesMinOrderByAggregateInput;
|
|
121
|
-
};
|
|
122
|
-
export type processesScalarWhereWithAggregatesInput = {
|
|
123
|
-
AND?: Prisma.processesScalarWhereWithAggregatesInput | Prisma.processesScalarWhereWithAggregatesInput[];
|
|
124
|
-
OR?: Prisma.processesScalarWhereWithAggregatesInput[];
|
|
125
|
-
NOT?: Prisma.processesScalarWhereWithAggregatesInput | Prisma.processesScalarWhereWithAggregatesInput[];
|
|
126
|
-
id?: Prisma.UuidWithAggregatesFilter<"processes"> | string;
|
|
127
|
-
result?: Prisma.JsonNullableWithAggregatesFilter<"processes">;
|
|
128
|
-
status?: Prisma.StringWithAggregatesFilter<"processes"> | string;
|
|
129
|
-
error?: Prisma.JsonNullableWithAggregatesFilter<"processes">;
|
|
130
|
-
timestamp?: Prisma.DateTimeWithAggregatesFilter<"processes"> | Date | string;
|
|
131
|
-
};
|
|
132
|
-
export type processesCreateInput = {
|
|
133
|
-
id?: string;
|
|
134
|
-
result?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
135
|
-
status?: string;
|
|
136
|
-
error?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
137
|
-
timestamp?: Date | string;
|
|
138
|
-
tasks?: Prisma.tasksCreateNestedManyWithoutProcessesInput;
|
|
139
|
-
};
|
|
140
|
-
export type processesUncheckedCreateInput = {
|
|
141
|
-
id?: string;
|
|
142
|
-
result?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
143
|
-
status?: string;
|
|
144
|
-
error?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
145
|
-
timestamp?: Date | string;
|
|
146
|
-
tasks?: Prisma.tasksUncheckedCreateNestedManyWithoutProcessesInput;
|
|
147
|
-
};
|
|
148
|
-
export type processesUpdateInput = {
|
|
149
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
150
|
-
result?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
151
|
-
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
152
|
-
error?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
153
|
-
timestamp?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
154
|
-
tasks?: Prisma.tasksUpdateManyWithoutProcessesNestedInput;
|
|
155
|
-
};
|
|
156
|
-
export type processesUncheckedUpdateInput = {
|
|
157
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
158
|
-
result?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
159
|
-
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
160
|
-
error?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
161
|
-
timestamp?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
162
|
-
tasks?: Prisma.tasksUncheckedUpdateManyWithoutProcessesNestedInput;
|
|
163
|
-
};
|
|
164
|
-
export type processesCreateManyInput = {
|
|
165
|
-
id?: string;
|
|
166
|
-
result?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
167
|
-
status?: string;
|
|
168
|
-
error?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
169
|
-
timestamp?: Date | string;
|
|
170
|
-
};
|
|
171
|
-
export type processesUpdateManyMutationInput = {
|
|
172
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
173
|
-
result?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
174
|
-
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
175
|
-
error?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
176
|
-
timestamp?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
177
|
-
};
|
|
178
|
-
export type processesUncheckedUpdateManyInput = {
|
|
179
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
180
|
-
result?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
181
|
-
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
182
|
-
error?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
183
|
-
timestamp?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
184
|
-
};
|
|
185
|
-
export type processesCountOrderByAggregateInput = {
|
|
186
|
-
id?: Prisma.SortOrder;
|
|
187
|
-
result?: Prisma.SortOrder;
|
|
188
|
-
status?: Prisma.SortOrder;
|
|
189
|
-
error?: Prisma.SortOrder;
|
|
190
|
-
timestamp?: Prisma.SortOrder;
|
|
191
|
-
};
|
|
192
|
-
export type processesMaxOrderByAggregateInput = {
|
|
193
|
-
id?: Prisma.SortOrder;
|
|
194
|
-
status?: Prisma.SortOrder;
|
|
195
|
-
timestamp?: Prisma.SortOrder;
|
|
196
|
-
};
|
|
197
|
-
export type processesMinOrderByAggregateInput = {
|
|
198
|
-
id?: Prisma.SortOrder;
|
|
199
|
-
status?: Prisma.SortOrder;
|
|
200
|
-
timestamp?: Prisma.SortOrder;
|
|
201
|
-
};
|
|
202
|
-
export type ProcessesScalarRelationFilter = {
|
|
203
|
-
is?: Prisma.processesWhereInput;
|
|
204
|
-
isNot?: Prisma.processesWhereInput;
|
|
205
|
-
};
|
|
206
|
-
export type StringFieldUpdateOperationsInput = {
|
|
207
|
-
set?: string;
|
|
208
|
-
};
|
|
209
|
-
export type DateTimeFieldUpdateOperationsInput = {
|
|
210
|
-
set?: Date | string;
|
|
211
|
-
};
|
|
212
|
-
export type processesCreateNestedOneWithoutTasksInput = {
|
|
213
|
-
create?: Prisma.XOR<Prisma.processesCreateWithoutTasksInput, Prisma.processesUncheckedCreateWithoutTasksInput>;
|
|
214
|
-
connectOrCreate?: Prisma.processesCreateOrConnectWithoutTasksInput;
|
|
215
|
-
connect?: Prisma.processesWhereUniqueInput;
|
|
216
|
-
};
|
|
217
|
-
export type processesUpdateOneRequiredWithoutTasksNestedInput = {
|
|
218
|
-
create?: Prisma.XOR<Prisma.processesCreateWithoutTasksInput, Prisma.processesUncheckedCreateWithoutTasksInput>;
|
|
219
|
-
connectOrCreate?: Prisma.processesCreateOrConnectWithoutTasksInput;
|
|
220
|
-
upsert?: Prisma.processesUpsertWithoutTasksInput;
|
|
221
|
-
connect?: Prisma.processesWhereUniqueInput;
|
|
222
|
-
update?: Prisma.XOR<Prisma.XOR<Prisma.processesUpdateToOneWithWhereWithoutTasksInput, Prisma.processesUpdateWithoutTasksInput>, Prisma.processesUncheckedUpdateWithoutTasksInput>;
|
|
223
|
-
};
|
|
224
|
-
export type processesCreateWithoutTasksInput = {
|
|
225
|
-
id?: string;
|
|
226
|
-
result?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
227
|
-
status?: string;
|
|
228
|
-
error?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
229
|
-
timestamp?: Date | string;
|
|
230
|
-
};
|
|
231
|
-
export type processesUncheckedCreateWithoutTasksInput = {
|
|
232
|
-
id?: string;
|
|
233
|
-
result?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
234
|
-
status?: string;
|
|
235
|
-
error?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
236
|
-
timestamp?: Date | string;
|
|
237
|
-
};
|
|
238
|
-
export type processesCreateOrConnectWithoutTasksInput = {
|
|
239
|
-
where: Prisma.processesWhereUniqueInput;
|
|
240
|
-
create: Prisma.XOR<Prisma.processesCreateWithoutTasksInput, Prisma.processesUncheckedCreateWithoutTasksInput>;
|
|
241
|
-
};
|
|
242
|
-
export type processesUpsertWithoutTasksInput = {
|
|
243
|
-
update: Prisma.XOR<Prisma.processesUpdateWithoutTasksInput, Prisma.processesUncheckedUpdateWithoutTasksInput>;
|
|
244
|
-
create: Prisma.XOR<Prisma.processesCreateWithoutTasksInput, Prisma.processesUncheckedCreateWithoutTasksInput>;
|
|
245
|
-
where?: Prisma.processesWhereInput;
|
|
246
|
-
};
|
|
247
|
-
export type processesUpdateToOneWithWhereWithoutTasksInput = {
|
|
248
|
-
where?: Prisma.processesWhereInput;
|
|
249
|
-
data: Prisma.XOR<Prisma.processesUpdateWithoutTasksInput, Prisma.processesUncheckedUpdateWithoutTasksInput>;
|
|
250
|
-
};
|
|
251
|
-
export type processesUpdateWithoutTasksInput = {
|
|
252
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
253
|
-
result?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
254
|
-
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
255
|
-
error?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
256
|
-
timestamp?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
257
|
-
};
|
|
258
|
-
export type processesUncheckedUpdateWithoutTasksInput = {
|
|
259
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
260
|
-
result?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
261
|
-
status?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
262
|
-
error?: Prisma.NullableJsonNullValueInput | runtime.InputJsonValue;
|
|
263
|
-
timestamp?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
264
|
-
};
|
|
265
|
-
export type ProcessesCountOutputType = {
|
|
266
|
-
tasks: number;
|
|
267
|
-
};
|
|
268
|
-
export type ProcessesCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
269
|
-
tasks?: boolean | ProcessesCountOutputTypeCountTasksArgs;
|
|
270
|
-
};
|
|
271
|
-
export type ProcessesCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
272
|
-
select?: Prisma.ProcessesCountOutputTypeSelect<ExtArgs> | null;
|
|
273
|
-
};
|
|
274
|
-
export type ProcessesCountOutputTypeCountTasksArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
275
|
-
where?: Prisma.tasksWhereInput;
|
|
276
|
-
};
|
|
277
|
-
export type processesSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
278
|
-
id?: boolean;
|
|
279
|
-
result?: boolean;
|
|
280
|
-
status?: boolean;
|
|
281
|
-
error?: boolean;
|
|
282
|
-
timestamp?: boolean;
|
|
283
|
-
tasks?: boolean | Prisma.processes$tasksArgs<ExtArgs>;
|
|
284
|
-
_count?: boolean | Prisma.ProcessesCountOutputTypeDefaultArgs<ExtArgs>;
|
|
285
|
-
}, ExtArgs["result"]["processes"]>;
|
|
286
|
-
export type processesSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
287
|
-
id?: boolean;
|
|
288
|
-
result?: boolean;
|
|
289
|
-
status?: boolean;
|
|
290
|
-
error?: boolean;
|
|
291
|
-
timestamp?: boolean;
|
|
292
|
-
}, ExtArgs["result"]["processes"]>;
|
|
293
|
-
export type processesSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
294
|
-
id?: boolean;
|
|
295
|
-
result?: boolean;
|
|
296
|
-
status?: boolean;
|
|
297
|
-
error?: boolean;
|
|
298
|
-
timestamp?: boolean;
|
|
299
|
-
}, ExtArgs["result"]["processes"]>;
|
|
300
|
-
export type processesSelectScalar = {
|
|
301
|
-
id?: boolean;
|
|
302
|
-
result?: boolean;
|
|
303
|
-
status?: boolean;
|
|
304
|
-
error?: boolean;
|
|
305
|
-
timestamp?: boolean;
|
|
306
|
-
};
|
|
307
|
-
export type processesOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "result" | "status" | "error" | "timestamp", ExtArgs["result"]["processes"]>;
|
|
308
|
-
export type processesInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
309
|
-
tasks?: boolean | Prisma.processes$tasksArgs<ExtArgs>;
|
|
310
|
-
_count?: boolean | Prisma.ProcessesCountOutputTypeDefaultArgs<ExtArgs>;
|
|
311
|
-
};
|
|
312
|
-
export type processesIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {};
|
|
313
|
-
export type processesIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {};
|
|
314
|
-
export type $processesPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
315
|
-
name: "processes";
|
|
316
|
-
objects: {
|
|
317
|
-
tasks: Prisma.$tasksPayload<ExtArgs>[];
|
|
318
|
-
};
|
|
319
|
-
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
320
|
-
id: string;
|
|
321
|
-
result: runtime.JsonValue | null;
|
|
322
|
-
status: string;
|
|
323
|
-
error: runtime.JsonValue | null;
|
|
324
|
-
timestamp: Date;
|
|
325
|
-
}, ExtArgs["result"]["processes"]>;
|
|
326
|
-
composites: {};
|
|
327
|
-
};
|
|
328
|
-
export type processesGetPayload<S extends boolean | null | undefined | processesDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$processesPayload, S>;
|
|
329
|
-
export type processesCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<processesFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
330
|
-
select?: ProcessesCountAggregateInputType | true;
|
|
331
|
-
};
|
|
332
|
-
export interface processesDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
333
|
-
[K: symbol]: {
|
|
334
|
-
types: Prisma.TypeMap<ExtArgs>['model']['processes'];
|
|
335
|
-
meta: {
|
|
336
|
-
name: 'processes';
|
|
337
|
-
};
|
|
338
|
-
};
|
|
339
|
-
findUnique<T extends processesFindUniqueArgs>(args: Prisma.SelectSubset<T, processesFindUniqueArgs<ExtArgs>>): Prisma.Prisma__processesClient<runtime.Types.Result.GetResult<Prisma.$processesPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
340
|
-
findUniqueOrThrow<T extends processesFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, processesFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__processesClient<runtime.Types.Result.GetResult<Prisma.$processesPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
341
|
-
findFirst<T extends processesFindFirstArgs>(args?: Prisma.SelectSubset<T, processesFindFirstArgs<ExtArgs>>): Prisma.Prisma__processesClient<runtime.Types.Result.GetResult<Prisma.$processesPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
342
|
-
findFirstOrThrow<T extends processesFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, processesFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__processesClient<runtime.Types.Result.GetResult<Prisma.$processesPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
343
|
-
findMany<T extends processesFindManyArgs>(args?: Prisma.SelectSubset<T, processesFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$processesPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
344
|
-
create<T extends processesCreateArgs>(args: Prisma.SelectSubset<T, processesCreateArgs<ExtArgs>>): Prisma.Prisma__processesClient<runtime.Types.Result.GetResult<Prisma.$processesPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
345
|
-
createMany<T extends processesCreateManyArgs>(args?: Prisma.SelectSubset<T, processesCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
346
|
-
createManyAndReturn<T extends processesCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, processesCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$processesPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
347
|
-
delete<T extends processesDeleteArgs>(args: Prisma.SelectSubset<T, processesDeleteArgs<ExtArgs>>): Prisma.Prisma__processesClient<runtime.Types.Result.GetResult<Prisma.$processesPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
348
|
-
update<T extends processesUpdateArgs>(args: Prisma.SelectSubset<T, processesUpdateArgs<ExtArgs>>): Prisma.Prisma__processesClient<runtime.Types.Result.GetResult<Prisma.$processesPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
349
|
-
deleteMany<T extends processesDeleteManyArgs>(args?: Prisma.SelectSubset<T, processesDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
350
|
-
updateMany<T extends processesUpdateManyArgs>(args: Prisma.SelectSubset<T, processesUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
351
|
-
updateManyAndReturn<T extends processesUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, processesUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$processesPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
352
|
-
upsert<T extends processesUpsertArgs>(args: Prisma.SelectSubset<T, processesUpsertArgs<ExtArgs>>): Prisma.Prisma__processesClient<runtime.Types.Result.GetResult<Prisma.$processesPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
353
|
-
count<T extends processesCountArgs>(args?: Prisma.Subset<T, processesCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], ProcessesCountAggregateOutputType> : number>;
|
|
354
|
-
aggregate<T extends ProcessesAggregateArgs>(args: Prisma.Subset<T, ProcessesAggregateArgs>): Prisma.PrismaPromise<GetProcessesAggregateType<T>>;
|
|
355
|
-
groupBy<T extends processesGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
356
|
-
orderBy: processesGroupByArgs['orderBy'];
|
|
357
|
-
} : {
|
|
358
|
-
orderBy?: processesGroupByArgs['orderBy'];
|
|
359
|
-
}, OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>, ByFields extends Prisma.MaybeTupleToUnion<T['by']>, ByValid extends Prisma.Has<ByFields, OrderFields>, HavingFields extends Prisma.GetHavingFields<T['having']>, HavingValid extends Prisma.Has<ByFields, HavingFields>, ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False, InputErrors extends ByEmpty extends Prisma.True ? `Error: "by" must not be empty.` : HavingValid extends Prisma.False ? {
|
|
360
|
-
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
361
|
-
Error,
|
|
362
|
-
'Field ',
|
|
363
|
-
P,
|
|
364
|
-
` in "having" needs to be provided in "by"`
|
|
365
|
-
];
|
|
366
|
-
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
367
|
-
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
368
|
-
}[OrderFields] : 'Error: If you provide "take", you also need to provide "orderBy"' : 'skip' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
369
|
-
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
370
|
-
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
371
|
-
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
372
|
-
}[OrderFields]>(args: Prisma.SubsetIntersection<T, processesGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetProcessesGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
373
|
-
readonly fields: processesFieldRefs;
|
|
374
|
-
}
|
|
375
|
-
export interface Prisma__processesClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
376
|
-
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
377
|
-
tasks<T extends Prisma.processes$tasksArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.processes$tasksArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$tasksPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
378
|
-
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>;
|
|
379
|
-
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
380
|
-
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
381
|
-
}
|
|
382
|
-
export interface processesFieldRefs {
|
|
383
|
-
readonly id: Prisma.FieldRef<"processes", 'String'>;
|
|
384
|
-
readonly result: Prisma.FieldRef<"processes", 'Json'>;
|
|
385
|
-
readonly status: Prisma.FieldRef<"processes", 'String'>;
|
|
386
|
-
readonly error: Prisma.FieldRef<"processes", 'Json'>;
|
|
387
|
-
readonly timestamp: Prisma.FieldRef<"processes", 'DateTime'>;
|
|
388
|
-
}
|
|
389
|
-
export type processesFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
390
|
-
select?: Prisma.processesSelect<ExtArgs> | null;
|
|
391
|
-
omit?: Prisma.processesOmit<ExtArgs> | null;
|
|
392
|
-
include?: Prisma.processesInclude<ExtArgs> | null;
|
|
393
|
-
where: Prisma.processesWhereUniqueInput;
|
|
394
|
-
};
|
|
395
|
-
export type processesFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
396
|
-
select?: Prisma.processesSelect<ExtArgs> | null;
|
|
397
|
-
omit?: Prisma.processesOmit<ExtArgs> | null;
|
|
398
|
-
include?: Prisma.processesInclude<ExtArgs> | null;
|
|
399
|
-
where: Prisma.processesWhereUniqueInput;
|
|
400
|
-
};
|
|
401
|
-
export type processesFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
402
|
-
select?: Prisma.processesSelect<ExtArgs> | null;
|
|
403
|
-
omit?: Prisma.processesOmit<ExtArgs> | null;
|
|
404
|
-
include?: Prisma.processesInclude<ExtArgs> | null;
|
|
405
|
-
where?: Prisma.processesWhereInput;
|
|
406
|
-
orderBy?: Prisma.processesOrderByWithRelationInput | Prisma.processesOrderByWithRelationInput[];
|
|
407
|
-
cursor?: Prisma.processesWhereUniqueInput;
|
|
408
|
-
take?: number;
|
|
409
|
-
skip?: number;
|
|
410
|
-
distinct?: Prisma.ProcessesScalarFieldEnum | Prisma.ProcessesScalarFieldEnum[];
|
|
411
|
-
};
|
|
412
|
-
export type processesFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
413
|
-
select?: Prisma.processesSelect<ExtArgs> | null;
|
|
414
|
-
omit?: Prisma.processesOmit<ExtArgs> | null;
|
|
415
|
-
include?: Prisma.processesInclude<ExtArgs> | null;
|
|
416
|
-
where?: Prisma.processesWhereInput;
|
|
417
|
-
orderBy?: Prisma.processesOrderByWithRelationInput | Prisma.processesOrderByWithRelationInput[];
|
|
418
|
-
cursor?: Prisma.processesWhereUniqueInput;
|
|
419
|
-
take?: number;
|
|
420
|
-
skip?: number;
|
|
421
|
-
distinct?: Prisma.ProcessesScalarFieldEnum | Prisma.ProcessesScalarFieldEnum[];
|
|
422
|
-
};
|
|
423
|
-
export type processesFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
424
|
-
select?: Prisma.processesSelect<ExtArgs> | null;
|
|
425
|
-
omit?: Prisma.processesOmit<ExtArgs> | null;
|
|
426
|
-
include?: Prisma.processesInclude<ExtArgs> | null;
|
|
427
|
-
where?: Prisma.processesWhereInput;
|
|
428
|
-
orderBy?: Prisma.processesOrderByWithRelationInput | Prisma.processesOrderByWithRelationInput[];
|
|
429
|
-
cursor?: Prisma.processesWhereUniqueInput;
|
|
430
|
-
take?: number;
|
|
431
|
-
skip?: number;
|
|
432
|
-
distinct?: Prisma.ProcessesScalarFieldEnum | Prisma.ProcessesScalarFieldEnum[];
|
|
433
|
-
};
|
|
434
|
-
export type processesCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
435
|
-
select?: Prisma.processesSelect<ExtArgs> | null;
|
|
436
|
-
omit?: Prisma.processesOmit<ExtArgs> | null;
|
|
437
|
-
include?: Prisma.processesInclude<ExtArgs> | null;
|
|
438
|
-
data?: Prisma.XOR<Prisma.processesCreateInput, Prisma.processesUncheckedCreateInput>;
|
|
439
|
-
};
|
|
440
|
-
export type processesCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
441
|
-
data: Prisma.processesCreateManyInput | Prisma.processesCreateManyInput[];
|
|
442
|
-
skipDuplicates?: boolean;
|
|
443
|
-
};
|
|
444
|
-
export type processesCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
445
|
-
select?: Prisma.processesSelectCreateManyAndReturn<ExtArgs> | null;
|
|
446
|
-
omit?: Prisma.processesOmit<ExtArgs> | null;
|
|
447
|
-
data: Prisma.processesCreateManyInput | Prisma.processesCreateManyInput[];
|
|
448
|
-
skipDuplicates?: boolean;
|
|
449
|
-
};
|
|
450
|
-
export type processesUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
451
|
-
select?: Prisma.processesSelect<ExtArgs> | null;
|
|
452
|
-
omit?: Prisma.processesOmit<ExtArgs> | null;
|
|
453
|
-
include?: Prisma.processesInclude<ExtArgs> | null;
|
|
454
|
-
data: Prisma.XOR<Prisma.processesUpdateInput, Prisma.processesUncheckedUpdateInput>;
|
|
455
|
-
where: Prisma.processesWhereUniqueInput;
|
|
456
|
-
};
|
|
457
|
-
export type processesUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
458
|
-
data: Prisma.XOR<Prisma.processesUpdateManyMutationInput, Prisma.processesUncheckedUpdateManyInput>;
|
|
459
|
-
where?: Prisma.processesWhereInput;
|
|
460
|
-
limit?: number;
|
|
461
|
-
};
|
|
462
|
-
export type processesUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
463
|
-
select?: Prisma.processesSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
464
|
-
omit?: Prisma.processesOmit<ExtArgs> | null;
|
|
465
|
-
data: Prisma.XOR<Prisma.processesUpdateManyMutationInput, Prisma.processesUncheckedUpdateManyInput>;
|
|
466
|
-
where?: Prisma.processesWhereInput;
|
|
467
|
-
limit?: number;
|
|
468
|
-
};
|
|
469
|
-
export type processesUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
470
|
-
select?: Prisma.processesSelect<ExtArgs> | null;
|
|
471
|
-
omit?: Prisma.processesOmit<ExtArgs> | null;
|
|
472
|
-
include?: Prisma.processesInclude<ExtArgs> | null;
|
|
473
|
-
where: Prisma.processesWhereUniqueInput;
|
|
474
|
-
create: Prisma.XOR<Prisma.processesCreateInput, Prisma.processesUncheckedCreateInput>;
|
|
475
|
-
update: Prisma.XOR<Prisma.processesUpdateInput, Prisma.processesUncheckedUpdateInput>;
|
|
476
|
-
};
|
|
477
|
-
export type processesDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
478
|
-
select?: Prisma.processesSelect<ExtArgs> | null;
|
|
479
|
-
omit?: Prisma.processesOmit<ExtArgs> | null;
|
|
480
|
-
include?: Prisma.processesInclude<ExtArgs> | null;
|
|
481
|
-
where: Prisma.processesWhereUniqueInput;
|
|
482
|
-
};
|
|
483
|
-
export type processesDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
484
|
-
where?: Prisma.processesWhereInput;
|
|
485
|
-
limit?: number;
|
|
486
|
-
};
|
|
487
|
-
export type processes$tasksArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
488
|
-
select?: Prisma.tasksSelect<ExtArgs> | null;
|
|
489
|
-
omit?: Prisma.tasksOmit<ExtArgs> | null;
|
|
490
|
-
include?: Prisma.tasksInclude<ExtArgs> | null;
|
|
491
|
-
where?: Prisma.tasksWhereInput;
|
|
492
|
-
orderBy?: Prisma.tasksOrderByWithRelationInput | Prisma.tasksOrderByWithRelationInput[];
|
|
493
|
-
cursor?: Prisma.tasksWhereUniqueInput;
|
|
494
|
-
take?: number;
|
|
495
|
-
skip?: number;
|
|
496
|
-
distinct?: Prisma.TasksScalarFieldEnum | Prisma.TasksScalarFieldEnum[];
|
|
497
|
-
};
|
|
498
|
-
export type processesDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
499
|
-
select?: Prisma.processesSelect<ExtArgs> | null;
|
|
500
|
-
omit?: Prisma.processesOmit<ExtArgs> | null;
|
|
501
|
-
include?: Prisma.processesInclude<ExtArgs> | null;
|
|
502
|
-
};
|
|
503
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"processes.js","sourceRoot":"","sources":["../../../src/prisma/models/processes.ts"],"names":[],"mappings":""}
|