@helloao/cli 0.2.0 → 0.4.0
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/README.md +4 -0
- package/dist/cjs/cli.cjs +7361 -8421
- package/dist/cjs/index.cjs +7663 -8857
- package/dist/esm/cli.js +6118 -0
- package/dist/esm/cli.js.map +7 -0
- package/dist/esm/index.js +1272 -6039
- package/dist/esm/index.js.map +4 -4
- package/dist/types/actions.d.ts +43 -1
- package/dist/types/db.d.ts +19 -8
- package/dist/types/ebible.d.ts +1 -1
- package/dist/types/files.d.ts +6 -1
- package/dist/types/prisma-gen/browser.d.ts +115 -0
- package/dist/types/prisma-gen/client.d.ts +134 -0
- package/dist/types/prisma-gen/commonInputTypes.d.ts +378 -0
- package/dist/types/prisma-gen/enums.d.ts +2 -0
- package/dist/types/prisma-gen/internal/class.d.ts +364 -0
- package/dist/types/prisma-gen/internal/prismaNamespace.d.ts +2358 -0
- package/dist/types/prisma-gen/internal/prismaNamespaceBrowser.d.ts +304 -0
- package/dist/types/prisma-gen/models/Book.d.ts +2197 -0
- package/dist/types/prisma-gen/models/Chapter.d.ts +1934 -0
- package/dist/types/prisma-gen/models/ChapterAudioTiming.d.ts +1414 -0
- package/dist/types/prisma-gen/models/ChapterAudioUrl.d.ts +1414 -0
- package/dist/types/prisma-gen/models/ChapterFootnote.d.ts +1642 -0
- package/dist/types/prisma-gen/models/ChapterVerse.d.ts +1653 -0
- package/dist/types/prisma-gen/models/ChapterWords.d.ts +1366 -0
- package/dist/types/prisma-gen/models/Commentary.d.ts +1711 -0
- package/dist/types/prisma-gen/models/CommentaryBook.d.ts +1622 -0
- package/dist/types/prisma-gen/models/CommentaryChapter.d.ts +1487 -0
- package/dist/types/prisma-gen/models/CommentaryChapterVerse.d.ts +1514 -0
- package/dist/types/prisma-gen/models/CommentaryProfile.d.ts +1451 -0
- package/dist/types/prisma-gen/models/Dataset.d.ts +1810 -0
- package/dist/types/prisma-gen/models/DatasetBook.d.ts +1565 -0
- package/dist/types/prisma-gen/models/DatasetChapter.d.ts +1553 -0
- package/dist/types/prisma-gen/models/DatasetChapterVerse.d.ts +1600 -0
- package/dist/types/prisma-gen/models/DatasetEntity.d.ts +1214 -0
- package/dist/types/prisma-gen/models/DatasetReference.d.ts +1789 -0
- package/dist/types/prisma-gen/models/EBibleSource.d.ts +1686 -0
- package/dist/types/prisma-gen/models/InputFile.d.ts +1039 -0
- package/dist/types/prisma-gen/models/InputFileWarning.d.ts +946 -0
- package/dist/types/prisma-gen/models/Translation.d.ts +2238 -0
- package/dist/types/prisma-gen/models.d.ts +24 -0
- package/dist/types/s3.d.ts +2 -0
- package/dist/types/uploads.d.ts +1 -1
- package/meta/ARBNAV.json +10 -10
- package/meta/BSB.json +10 -10
- package/meta/HBOMAS.json +10 -10
- package/meta/HINIRV.json +10 -10
- package/meta/eng_dra.json +10 -10
- package/migrations/20240420231455_initial/migration.sql +66 -66
- package/migrations/20240711173108_add_chapter_audio/migration.sql +13 -13
- package/migrations/20240724212651_add_hashing/migration.sql +25 -25
- package/migrations/20250625201152_add_extra_ebible_metadata/migration.sql +3 -3
- package/migrations/20250630200532_add_apocryhpa_flag/migration.sql +2 -2
- package/migrations/20250701195337_add_file_warnings/migration.sql +8 -8
- package/migrations/20251028135135_add_datasets/migration.sql +72 -72
- package/migrations/20251028144932_fix_dataset_types/migration.sql +50 -50
- package/migrations/20260217200934_add_license_notice/migration.sql +5 -5
- package/migrations/20260703000000_add_chapter_audio_timing/migration.sql +13 -0
- package/migrations/20260809000000_add_chapter_words/migration.sql +12 -0
- package/migrations/20260829000000_add_dataset_entities/migration.sql +12 -0
- package/package.json +21 -18
- package/schema.prisma +65 -2
- package/prisma-gen/default.d.ts +0 -1
- package/prisma-gen/default.js +0 -1
- package/prisma-gen/edge.d.ts +0 -1
- package/prisma-gen/edge.js +0 -403
- package/prisma-gen/index-browser.js +0 -397
- package/prisma-gen/index.d.ts +0 -34011
- package/prisma-gen/index.js +0 -426
- package/prisma-gen/runtime/edge-esm.js +0 -31
- package/prisma-gen/runtime/edge.js +0 -31
- package/prisma-gen/runtime/index-browser.d.ts +0 -365
- package/prisma-gen/runtime/index-browser.js +0 -13
- package/prisma-gen/runtime/library.d.ts +0 -3403
- package/prisma-gen/runtime/library.js +0 -143
- package/prisma-gen/runtime/react-native.js +0 -80
- package/prisma-gen/runtime/wasm.js +0 -32
- package/prisma-gen/wasm.d.ts +0 -1
- package/prisma-gen/wasm.js +0 -397
|
@@ -0,0 +1,1451 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as Prisma from "../internal/prismaNamespace";
|
|
3
|
+
/**
|
|
4
|
+
* Model CommentaryProfile
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
export type CommentaryProfileModel = runtime.Types.Result.DefaultSelection<Prisma.$CommentaryProfilePayload>;
|
|
8
|
+
export type AggregateCommentaryProfile = {
|
|
9
|
+
_count: CommentaryProfileCountAggregateOutputType | null;
|
|
10
|
+
_avg: CommentaryProfileAvgAggregateOutputType | null;
|
|
11
|
+
_sum: CommentaryProfileSumAggregateOutputType | null;
|
|
12
|
+
_min: CommentaryProfileMinAggregateOutputType | null;
|
|
13
|
+
_max: CommentaryProfileMaxAggregateOutputType | null;
|
|
14
|
+
};
|
|
15
|
+
export type CommentaryProfileAvgAggregateOutputType = {
|
|
16
|
+
referenceChapter: number | null;
|
|
17
|
+
referenceVerse: number | null;
|
|
18
|
+
referenceEndChapter: number | null;
|
|
19
|
+
referenceEndVerse: number | null;
|
|
20
|
+
};
|
|
21
|
+
export type CommentaryProfileSumAggregateOutputType = {
|
|
22
|
+
referenceChapter: number | null;
|
|
23
|
+
referenceVerse: number | null;
|
|
24
|
+
referenceEndChapter: number | null;
|
|
25
|
+
referenceEndVerse: number | null;
|
|
26
|
+
};
|
|
27
|
+
export type CommentaryProfileMinAggregateOutputType = {
|
|
28
|
+
id: string | null;
|
|
29
|
+
commentaryId: string | null;
|
|
30
|
+
subject: string | null;
|
|
31
|
+
content: string | null;
|
|
32
|
+
referenceBook: string | null;
|
|
33
|
+
referenceChapter: number | null;
|
|
34
|
+
referenceVerse: number | null;
|
|
35
|
+
referenceEndChapter: number | null;
|
|
36
|
+
referenceEndVerse: number | null;
|
|
37
|
+
json: string | null;
|
|
38
|
+
sha256: string | null;
|
|
39
|
+
};
|
|
40
|
+
export type CommentaryProfileMaxAggregateOutputType = {
|
|
41
|
+
id: string | null;
|
|
42
|
+
commentaryId: string | null;
|
|
43
|
+
subject: string | null;
|
|
44
|
+
content: string | null;
|
|
45
|
+
referenceBook: string | null;
|
|
46
|
+
referenceChapter: number | null;
|
|
47
|
+
referenceVerse: number | null;
|
|
48
|
+
referenceEndChapter: number | null;
|
|
49
|
+
referenceEndVerse: number | null;
|
|
50
|
+
json: string | null;
|
|
51
|
+
sha256: string | null;
|
|
52
|
+
};
|
|
53
|
+
export type CommentaryProfileCountAggregateOutputType = {
|
|
54
|
+
id: number;
|
|
55
|
+
commentaryId: number;
|
|
56
|
+
subject: number;
|
|
57
|
+
content: number;
|
|
58
|
+
referenceBook: number;
|
|
59
|
+
referenceChapter: number;
|
|
60
|
+
referenceVerse: number;
|
|
61
|
+
referenceEndChapter: number;
|
|
62
|
+
referenceEndVerse: number;
|
|
63
|
+
json: number;
|
|
64
|
+
sha256: number;
|
|
65
|
+
_all: number;
|
|
66
|
+
};
|
|
67
|
+
export type CommentaryProfileAvgAggregateInputType = {
|
|
68
|
+
referenceChapter?: true;
|
|
69
|
+
referenceVerse?: true;
|
|
70
|
+
referenceEndChapter?: true;
|
|
71
|
+
referenceEndVerse?: true;
|
|
72
|
+
};
|
|
73
|
+
export type CommentaryProfileSumAggregateInputType = {
|
|
74
|
+
referenceChapter?: true;
|
|
75
|
+
referenceVerse?: true;
|
|
76
|
+
referenceEndChapter?: true;
|
|
77
|
+
referenceEndVerse?: true;
|
|
78
|
+
};
|
|
79
|
+
export type CommentaryProfileMinAggregateInputType = {
|
|
80
|
+
id?: true;
|
|
81
|
+
commentaryId?: true;
|
|
82
|
+
subject?: true;
|
|
83
|
+
content?: true;
|
|
84
|
+
referenceBook?: true;
|
|
85
|
+
referenceChapter?: true;
|
|
86
|
+
referenceVerse?: true;
|
|
87
|
+
referenceEndChapter?: true;
|
|
88
|
+
referenceEndVerse?: true;
|
|
89
|
+
json?: true;
|
|
90
|
+
sha256?: true;
|
|
91
|
+
};
|
|
92
|
+
export type CommentaryProfileMaxAggregateInputType = {
|
|
93
|
+
id?: true;
|
|
94
|
+
commentaryId?: true;
|
|
95
|
+
subject?: true;
|
|
96
|
+
content?: true;
|
|
97
|
+
referenceBook?: true;
|
|
98
|
+
referenceChapter?: true;
|
|
99
|
+
referenceVerse?: true;
|
|
100
|
+
referenceEndChapter?: true;
|
|
101
|
+
referenceEndVerse?: true;
|
|
102
|
+
json?: true;
|
|
103
|
+
sha256?: true;
|
|
104
|
+
};
|
|
105
|
+
export type CommentaryProfileCountAggregateInputType = {
|
|
106
|
+
id?: true;
|
|
107
|
+
commentaryId?: true;
|
|
108
|
+
subject?: true;
|
|
109
|
+
content?: true;
|
|
110
|
+
referenceBook?: true;
|
|
111
|
+
referenceChapter?: true;
|
|
112
|
+
referenceVerse?: true;
|
|
113
|
+
referenceEndChapter?: true;
|
|
114
|
+
referenceEndVerse?: true;
|
|
115
|
+
json?: true;
|
|
116
|
+
sha256?: true;
|
|
117
|
+
_all?: true;
|
|
118
|
+
};
|
|
119
|
+
export type CommentaryProfileAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
120
|
+
/**
|
|
121
|
+
* Filter which CommentaryProfile to aggregate.
|
|
122
|
+
*/
|
|
123
|
+
where?: Prisma.CommentaryProfileWhereInput;
|
|
124
|
+
/**
|
|
125
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
126
|
+
*
|
|
127
|
+
* Determine the order of CommentaryProfiles to fetch.
|
|
128
|
+
*/
|
|
129
|
+
orderBy?: Prisma.CommentaryProfileOrderByWithRelationInput | Prisma.CommentaryProfileOrderByWithRelationInput[];
|
|
130
|
+
/**
|
|
131
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
132
|
+
*
|
|
133
|
+
* Sets the start position
|
|
134
|
+
*/
|
|
135
|
+
cursor?: Prisma.CommentaryProfileWhereUniqueInput;
|
|
136
|
+
/**
|
|
137
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
138
|
+
*
|
|
139
|
+
* Take `±n` CommentaryProfiles from the position of the cursor.
|
|
140
|
+
*/
|
|
141
|
+
take?: number;
|
|
142
|
+
/**
|
|
143
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
144
|
+
*
|
|
145
|
+
* Skip the first `n` CommentaryProfiles.
|
|
146
|
+
*/
|
|
147
|
+
skip?: number;
|
|
148
|
+
/**
|
|
149
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
150
|
+
*
|
|
151
|
+
* Count returned CommentaryProfiles
|
|
152
|
+
**/
|
|
153
|
+
_count?: true | CommentaryProfileCountAggregateInputType;
|
|
154
|
+
/**
|
|
155
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
156
|
+
*
|
|
157
|
+
* Select which fields to average
|
|
158
|
+
**/
|
|
159
|
+
_avg?: CommentaryProfileAvgAggregateInputType;
|
|
160
|
+
/**
|
|
161
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
162
|
+
*
|
|
163
|
+
* Select which fields to sum
|
|
164
|
+
**/
|
|
165
|
+
_sum?: CommentaryProfileSumAggregateInputType;
|
|
166
|
+
/**
|
|
167
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
168
|
+
*
|
|
169
|
+
* Select which fields to find the minimum value
|
|
170
|
+
**/
|
|
171
|
+
_min?: CommentaryProfileMinAggregateInputType;
|
|
172
|
+
/**
|
|
173
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
174
|
+
*
|
|
175
|
+
* Select which fields to find the maximum value
|
|
176
|
+
**/
|
|
177
|
+
_max?: CommentaryProfileMaxAggregateInputType;
|
|
178
|
+
};
|
|
179
|
+
export type GetCommentaryProfileAggregateType<T extends CommentaryProfileAggregateArgs> = {
|
|
180
|
+
[P in keyof T & keyof AggregateCommentaryProfile]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateCommentaryProfile[P]> : Prisma.GetScalarType<T[P], AggregateCommentaryProfile[P]>;
|
|
181
|
+
};
|
|
182
|
+
export type CommentaryProfileGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
183
|
+
where?: Prisma.CommentaryProfileWhereInput;
|
|
184
|
+
orderBy?: Prisma.CommentaryProfileOrderByWithAggregationInput | Prisma.CommentaryProfileOrderByWithAggregationInput[];
|
|
185
|
+
by: Prisma.CommentaryProfileScalarFieldEnum[] | Prisma.CommentaryProfileScalarFieldEnum;
|
|
186
|
+
having?: Prisma.CommentaryProfileScalarWhereWithAggregatesInput;
|
|
187
|
+
take?: number;
|
|
188
|
+
skip?: number;
|
|
189
|
+
_count?: CommentaryProfileCountAggregateInputType | true;
|
|
190
|
+
_avg?: CommentaryProfileAvgAggregateInputType;
|
|
191
|
+
_sum?: CommentaryProfileSumAggregateInputType;
|
|
192
|
+
_min?: CommentaryProfileMinAggregateInputType;
|
|
193
|
+
_max?: CommentaryProfileMaxAggregateInputType;
|
|
194
|
+
};
|
|
195
|
+
export type CommentaryProfileGroupByOutputType = {
|
|
196
|
+
id: string;
|
|
197
|
+
commentaryId: string;
|
|
198
|
+
subject: string;
|
|
199
|
+
content: string;
|
|
200
|
+
referenceBook: string | null;
|
|
201
|
+
referenceChapter: number | null;
|
|
202
|
+
referenceVerse: number | null;
|
|
203
|
+
referenceEndChapter: number | null;
|
|
204
|
+
referenceEndVerse: number | null;
|
|
205
|
+
json: string;
|
|
206
|
+
sha256: string | null;
|
|
207
|
+
_count: CommentaryProfileCountAggregateOutputType | null;
|
|
208
|
+
_avg: CommentaryProfileAvgAggregateOutputType | null;
|
|
209
|
+
_sum: CommentaryProfileSumAggregateOutputType | null;
|
|
210
|
+
_min: CommentaryProfileMinAggregateOutputType | null;
|
|
211
|
+
_max: CommentaryProfileMaxAggregateOutputType | null;
|
|
212
|
+
};
|
|
213
|
+
export type GetCommentaryProfileGroupByPayload<T extends CommentaryProfileGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<CommentaryProfileGroupByOutputType, T['by']> & {
|
|
214
|
+
[P in ((keyof T) & (keyof CommentaryProfileGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], CommentaryProfileGroupByOutputType[P]> : Prisma.GetScalarType<T[P], CommentaryProfileGroupByOutputType[P]>;
|
|
215
|
+
}>>;
|
|
216
|
+
export type CommentaryProfileWhereInput = {
|
|
217
|
+
AND?: Prisma.CommentaryProfileWhereInput | Prisma.CommentaryProfileWhereInput[];
|
|
218
|
+
OR?: Prisma.CommentaryProfileWhereInput[];
|
|
219
|
+
NOT?: Prisma.CommentaryProfileWhereInput | Prisma.CommentaryProfileWhereInput[];
|
|
220
|
+
id?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
221
|
+
commentaryId?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
222
|
+
subject?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
223
|
+
content?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
224
|
+
referenceBook?: Prisma.StringNullableFilter<"CommentaryProfile"> | string | null;
|
|
225
|
+
referenceChapter?: Prisma.IntNullableFilter<"CommentaryProfile"> | number | null;
|
|
226
|
+
referenceVerse?: Prisma.IntNullableFilter<"CommentaryProfile"> | number | null;
|
|
227
|
+
referenceEndChapter?: Prisma.IntNullableFilter<"CommentaryProfile"> | number | null;
|
|
228
|
+
referenceEndVerse?: Prisma.IntNullableFilter<"CommentaryProfile"> | number | null;
|
|
229
|
+
json?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
230
|
+
sha256?: Prisma.StringNullableFilter<"CommentaryProfile"> | string | null;
|
|
231
|
+
commentary?: Prisma.XOR<Prisma.CommentaryScalarRelationFilter, Prisma.CommentaryWhereInput>;
|
|
232
|
+
};
|
|
233
|
+
export type CommentaryProfileOrderByWithRelationInput = {
|
|
234
|
+
id?: Prisma.SortOrder;
|
|
235
|
+
commentaryId?: Prisma.SortOrder;
|
|
236
|
+
subject?: Prisma.SortOrder;
|
|
237
|
+
content?: Prisma.SortOrder;
|
|
238
|
+
referenceBook?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
239
|
+
referenceChapter?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
240
|
+
referenceVerse?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
241
|
+
referenceEndChapter?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
242
|
+
referenceEndVerse?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
243
|
+
json?: Prisma.SortOrder;
|
|
244
|
+
sha256?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
245
|
+
commentary?: Prisma.CommentaryOrderByWithRelationInput;
|
|
246
|
+
};
|
|
247
|
+
export type CommentaryProfileWhereUniqueInput = Prisma.AtLeast<{
|
|
248
|
+
commentaryId_id?: Prisma.CommentaryProfileCommentaryIdIdCompoundUniqueInput;
|
|
249
|
+
AND?: Prisma.CommentaryProfileWhereInput | Prisma.CommentaryProfileWhereInput[];
|
|
250
|
+
OR?: Prisma.CommentaryProfileWhereInput[];
|
|
251
|
+
NOT?: Prisma.CommentaryProfileWhereInput | Prisma.CommentaryProfileWhereInput[];
|
|
252
|
+
id?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
253
|
+
commentaryId?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
254
|
+
subject?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
255
|
+
content?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
256
|
+
referenceBook?: Prisma.StringNullableFilter<"CommentaryProfile"> | string | null;
|
|
257
|
+
referenceChapter?: Prisma.IntNullableFilter<"CommentaryProfile"> | number | null;
|
|
258
|
+
referenceVerse?: Prisma.IntNullableFilter<"CommentaryProfile"> | number | null;
|
|
259
|
+
referenceEndChapter?: Prisma.IntNullableFilter<"CommentaryProfile"> | number | null;
|
|
260
|
+
referenceEndVerse?: Prisma.IntNullableFilter<"CommentaryProfile"> | number | null;
|
|
261
|
+
json?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
262
|
+
sha256?: Prisma.StringNullableFilter<"CommentaryProfile"> | string | null;
|
|
263
|
+
commentary?: Prisma.XOR<Prisma.CommentaryScalarRelationFilter, Prisma.CommentaryWhereInput>;
|
|
264
|
+
}, "commentaryId_id">;
|
|
265
|
+
export type CommentaryProfileOrderByWithAggregationInput = {
|
|
266
|
+
id?: Prisma.SortOrder;
|
|
267
|
+
commentaryId?: Prisma.SortOrder;
|
|
268
|
+
subject?: Prisma.SortOrder;
|
|
269
|
+
content?: Prisma.SortOrder;
|
|
270
|
+
referenceBook?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
271
|
+
referenceChapter?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
272
|
+
referenceVerse?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
273
|
+
referenceEndChapter?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
274
|
+
referenceEndVerse?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
275
|
+
json?: Prisma.SortOrder;
|
|
276
|
+
sha256?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
277
|
+
_count?: Prisma.CommentaryProfileCountOrderByAggregateInput;
|
|
278
|
+
_avg?: Prisma.CommentaryProfileAvgOrderByAggregateInput;
|
|
279
|
+
_max?: Prisma.CommentaryProfileMaxOrderByAggregateInput;
|
|
280
|
+
_min?: Prisma.CommentaryProfileMinOrderByAggregateInput;
|
|
281
|
+
_sum?: Prisma.CommentaryProfileSumOrderByAggregateInput;
|
|
282
|
+
};
|
|
283
|
+
export type CommentaryProfileScalarWhereWithAggregatesInput = {
|
|
284
|
+
AND?: Prisma.CommentaryProfileScalarWhereWithAggregatesInput | Prisma.CommentaryProfileScalarWhereWithAggregatesInput[];
|
|
285
|
+
OR?: Prisma.CommentaryProfileScalarWhereWithAggregatesInput[];
|
|
286
|
+
NOT?: Prisma.CommentaryProfileScalarWhereWithAggregatesInput | Prisma.CommentaryProfileScalarWhereWithAggregatesInput[];
|
|
287
|
+
id?: Prisma.StringWithAggregatesFilter<"CommentaryProfile"> | string;
|
|
288
|
+
commentaryId?: Prisma.StringWithAggregatesFilter<"CommentaryProfile"> | string;
|
|
289
|
+
subject?: Prisma.StringWithAggregatesFilter<"CommentaryProfile"> | string;
|
|
290
|
+
content?: Prisma.StringWithAggregatesFilter<"CommentaryProfile"> | string;
|
|
291
|
+
referenceBook?: Prisma.StringNullableWithAggregatesFilter<"CommentaryProfile"> | string | null;
|
|
292
|
+
referenceChapter?: Prisma.IntNullableWithAggregatesFilter<"CommentaryProfile"> | number | null;
|
|
293
|
+
referenceVerse?: Prisma.IntNullableWithAggregatesFilter<"CommentaryProfile"> | number | null;
|
|
294
|
+
referenceEndChapter?: Prisma.IntNullableWithAggregatesFilter<"CommentaryProfile"> | number | null;
|
|
295
|
+
referenceEndVerse?: Prisma.IntNullableWithAggregatesFilter<"CommentaryProfile"> | number | null;
|
|
296
|
+
json?: Prisma.StringWithAggregatesFilter<"CommentaryProfile"> | string;
|
|
297
|
+
sha256?: Prisma.StringNullableWithAggregatesFilter<"CommentaryProfile"> | string | null;
|
|
298
|
+
};
|
|
299
|
+
export type CommentaryProfileCreateInput = {
|
|
300
|
+
id: string;
|
|
301
|
+
subject: string;
|
|
302
|
+
content: string;
|
|
303
|
+
referenceBook?: string | null;
|
|
304
|
+
referenceChapter?: number | null;
|
|
305
|
+
referenceVerse?: number | null;
|
|
306
|
+
referenceEndChapter?: number | null;
|
|
307
|
+
referenceEndVerse?: number | null;
|
|
308
|
+
json: string;
|
|
309
|
+
sha256?: string | null;
|
|
310
|
+
commentary: Prisma.CommentaryCreateNestedOneWithoutProfilesInput;
|
|
311
|
+
};
|
|
312
|
+
export type CommentaryProfileUncheckedCreateInput = {
|
|
313
|
+
id: string;
|
|
314
|
+
commentaryId: string;
|
|
315
|
+
subject: string;
|
|
316
|
+
content: string;
|
|
317
|
+
referenceBook?: string | null;
|
|
318
|
+
referenceChapter?: number | null;
|
|
319
|
+
referenceVerse?: number | null;
|
|
320
|
+
referenceEndChapter?: number | null;
|
|
321
|
+
referenceEndVerse?: number | null;
|
|
322
|
+
json: string;
|
|
323
|
+
sha256?: string | null;
|
|
324
|
+
};
|
|
325
|
+
export type CommentaryProfileUpdateInput = {
|
|
326
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
327
|
+
subject?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
328
|
+
content?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
329
|
+
referenceBook?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
330
|
+
referenceChapter?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
331
|
+
referenceVerse?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
332
|
+
referenceEndChapter?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
333
|
+
referenceEndVerse?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
334
|
+
json?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
335
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
336
|
+
commentary?: Prisma.CommentaryUpdateOneRequiredWithoutProfilesNestedInput;
|
|
337
|
+
};
|
|
338
|
+
export type CommentaryProfileUncheckedUpdateInput = {
|
|
339
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
340
|
+
commentaryId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
341
|
+
subject?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
342
|
+
content?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
343
|
+
referenceBook?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
344
|
+
referenceChapter?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
345
|
+
referenceVerse?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
346
|
+
referenceEndChapter?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
347
|
+
referenceEndVerse?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
348
|
+
json?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
349
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
350
|
+
};
|
|
351
|
+
export type CommentaryProfileCreateManyInput = {
|
|
352
|
+
id: string;
|
|
353
|
+
commentaryId: string;
|
|
354
|
+
subject: string;
|
|
355
|
+
content: string;
|
|
356
|
+
referenceBook?: string | null;
|
|
357
|
+
referenceChapter?: number | null;
|
|
358
|
+
referenceVerse?: number | null;
|
|
359
|
+
referenceEndChapter?: number | null;
|
|
360
|
+
referenceEndVerse?: number | null;
|
|
361
|
+
json: string;
|
|
362
|
+
sha256?: string | null;
|
|
363
|
+
};
|
|
364
|
+
export type CommentaryProfileUpdateManyMutationInput = {
|
|
365
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
366
|
+
subject?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
367
|
+
content?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
368
|
+
referenceBook?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
369
|
+
referenceChapter?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
370
|
+
referenceVerse?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
371
|
+
referenceEndChapter?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
372
|
+
referenceEndVerse?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
373
|
+
json?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
374
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
375
|
+
};
|
|
376
|
+
export type CommentaryProfileUncheckedUpdateManyInput = {
|
|
377
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
378
|
+
commentaryId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
379
|
+
subject?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
380
|
+
content?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
381
|
+
referenceBook?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
382
|
+
referenceChapter?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
383
|
+
referenceVerse?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
384
|
+
referenceEndChapter?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
385
|
+
referenceEndVerse?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
386
|
+
json?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
387
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
388
|
+
};
|
|
389
|
+
export type CommentaryProfileListRelationFilter = {
|
|
390
|
+
every?: Prisma.CommentaryProfileWhereInput;
|
|
391
|
+
some?: Prisma.CommentaryProfileWhereInput;
|
|
392
|
+
none?: Prisma.CommentaryProfileWhereInput;
|
|
393
|
+
};
|
|
394
|
+
export type CommentaryProfileOrderByRelationAggregateInput = {
|
|
395
|
+
_count?: Prisma.SortOrder;
|
|
396
|
+
};
|
|
397
|
+
export type CommentaryProfileCommentaryIdIdCompoundUniqueInput = {
|
|
398
|
+
commentaryId: string;
|
|
399
|
+
id: string;
|
|
400
|
+
};
|
|
401
|
+
export type CommentaryProfileCountOrderByAggregateInput = {
|
|
402
|
+
id?: Prisma.SortOrder;
|
|
403
|
+
commentaryId?: Prisma.SortOrder;
|
|
404
|
+
subject?: Prisma.SortOrder;
|
|
405
|
+
content?: Prisma.SortOrder;
|
|
406
|
+
referenceBook?: Prisma.SortOrder;
|
|
407
|
+
referenceChapter?: Prisma.SortOrder;
|
|
408
|
+
referenceVerse?: Prisma.SortOrder;
|
|
409
|
+
referenceEndChapter?: Prisma.SortOrder;
|
|
410
|
+
referenceEndVerse?: Prisma.SortOrder;
|
|
411
|
+
json?: Prisma.SortOrder;
|
|
412
|
+
sha256?: Prisma.SortOrder;
|
|
413
|
+
};
|
|
414
|
+
export type CommentaryProfileAvgOrderByAggregateInput = {
|
|
415
|
+
referenceChapter?: Prisma.SortOrder;
|
|
416
|
+
referenceVerse?: Prisma.SortOrder;
|
|
417
|
+
referenceEndChapter?: Prisma.SortOrder;
|
|
418
|
+
referenceEndVerse?: Prisma.SortOrder;
|
|
419
|
+
};
|
|
420
|
+
export type CommentaryProfileMaxOrderByAggregateInput = {
|
|
421
|
+
id?: Prisma.SortOrder;
|
|
422
|
+
commentaryId?: Prisma.SortOrder;
|
|
423
|
+
subject?: Prisma.SortOrder;
|
|
424
|
+
content?: Prisma.SortOrder;
|
|
425
|
+
referenceBook?: Prisma.SortOrder;
|
|
426
|
+
referenceChapter?: Prisma.SortOrder;
|
|
427
|
+
referenceVerse?: Prisma.SortOrder;
|
|
428
|
+
referenceEndChapter?: Prisma.SortOrder;
|
|
429
|
+
referenceEndVerse?: Prisma.SortOrder;
|
|
430
|
+
json?: Prisma.SortOrder;
|
|
431
|
+
sha256?: Prisma.SortOrder;
|
|
432
|
+
};
|
|
433
|
+
export type CommentaryProfileMinOrderByAggregateInput = {
|
|
434
|
+
id?: Prisma.SortOrder;
|
|
435
|
+
commentaryId?: Prisma.SortOrder;
|
|
436
|
+
subject?: Prisma.SortOrder;
|
|
437
|
+
content?: Prisma.SortOrder;
|
|
438
|
+
referenceBook?: Prisma.SortOrder;
|
|
439
|
+
referenceChapter?: Prisma.SortOrder;
|
|
440
|
+
referenceVerse?: Prisma.SortOrder;
|
|
441
|
+
referenceEndChapter?: Prisma.SortOrder;
|
|
442
|
+
referenceEndVerse?: Prisma.SortOrder;
|
|
443
|
+
json?: Prisma.SortOrder;
|
|
444
|
+
sha256?: Prisma.SortOrder;
|
|
445
|
+
};
|
|
446
|
+
export type CommentaryProfileSumOrderByAggregateInput = {
|
|
447
|
+
referenceChapter?: Prisma.SortOrder;
|
|
448
|
+
referenceVerse?: Prisma.SortOrder;
|
|
449
|
+
referenceEndChapter?: Prisma.SortOrder;
|
|
450
|
+
referenceEndVerse?: Prisma.SortOrder;
|
|
451
|
+
};
|
|
452
|
+
export type CommentaryProfileCreateNestedManyWithoutCommentaryInput = {
|
|
453
|
+
create?: Prisma.XOR<Prisma.CommentaryProfileCreateWithoutCommentaryInput, Prisma.CommentaryProfileUncheckedCreateWithoutCommentaryInput> | Prisma.CommentaryProfileCreateWithoutCommentaryInput[] | Prisma.CommentaryProfileUncheckedCreateWithoutCommentaryInput[];
|
|
454
|
+
connectOrCreate?: Prisma.CommentaryProfileCreateOrConnectWithoutCommentaryInput | Prisma.CommentaryProfileCreateOrConnectWithoutCommentaryInput[];
|
|
455
|
+
createMany?: Prisma.CommentaryProfileCreateManyCommentaryInputEnvelope;
|
|
456
|
+
connect?: Prisma.CommentaryProfileWhereUniqueInput | Prisma.CommentaryProfileWhereUniqueInput[];
|
|
457
|
+
};
|
|
458
|
+
export type CommentaryProfileUncheckedCreateNestedManyWithoutCommentaryInput = {
|
|
459
|
+
create?: Prisma.XOR<Prisma.CommentaryProfileCreateWithoutCommentaryInput, Prisma.CommentaryProfileUncheckedCreateWithoutCommentaryInput> | Prisma.CommentaryProfileCreateWithoutCommentaryInput[] | Prisma.CommentaryProfileUncheckedCreateWithoutCommentaryInput[];
|
|
460
|
+
connectOrCreate?: Prisma.CommentaryProfileCreateOrConnectWithoutCommentaryInput | Prisma.CommentaryProfileCreateOrConnectWithoutCommentaryInput[];
|
|
461
|
+
createMany?: Prisma.CommentaryProfileCreateManyCommentaryInputEnvelope;
|
|
462
|
+
connect?: Prisma.CommentaryProfileWhereUniqueInput | Prisma.CommentaryProfileWhereUniqueInput[];
|
|
463
|
+
};
|
|
464
|
+
export type CommentaryProfileUpdateManyWithoutCommentaryNestedInput = {
|
|
465
|
+
create?: Prisma.XOR<Prisma.CommentaryProfileCreateWithoutCommentaryInput, Prisma.CommentaryProfileUncheckedCreateWithoutCommentaryInput> | Prisma.CommentaryProfileCreateWithoutCommentaryInput[] | Prisma.CommentaryProfileUncheckedCreateWithoutCommentaryInput[];
|
|
466
|
+
connectOrCreate?: Prisma.CommentaryProfileCreateOrConnectWithoutCommentaryInput | Prisma.CommentaryProfileCreateOrConnectWithoutCommentaryInput[];
|
|
467
|
+
upsert?: Prisma.CommentaryProfileUpsertWithWhereUniqueWithoutCommentaryInput | Prisma.CommentaryProfileUpsertWithWhereUniqueWithoutCommentaryInput[];
|
|
468
|
+
createMany?: Prisma.CommentaryProfileCreateManyCommentaryInputEnvelope;
|
|
469
|
+
set?: Prisma.CommentaryProfileWhereUniqueInput | Prisma.CommentaryProfileWhereUniqueInput[];
|
|
470
|
+
disconnect?: Prisma.CommentaryProfileWhereUniqueInput | Prisma.CommentaryProfileWhereUniqueInput[];
|
|
471
|
+
delete?: Prisma.CommentaryProfileWhereUniqueInput | Prisma.CommentaryProfileWhereUniqueInput[];
|
|
472
|
+
connect?: Prisma.CommentaryProfileWhereUniqueInput | Prisma.CommentaryProfileWhereUniqueInput[];
|
|
473
|
+
update?: Prisma.CommentaryProfileUpdateWithWhereUniqueWithoutCommentaryInput | Prisma.CommentaryProfileUpdateWithWhereUniqueWithoutCommentaryInput[];
|
|
474
|
+
updateMany?: Prisma.CommentaryProfileUpdateManyWithWhereWithoutCommentaryInput | Prisma.CommentaryProfileUpdateManyWithWhereWithoutCommentaryInput[];
|
|
475
|
+
deleteMany?: Prisma.CommentaryProfileScalarWhereInput | Prisma.CommentaryProfileScalarWhereInput[];
|
|
476
|
+
};
|
|
477
|
+
export type CommentaryProfileUncheckedUpdateManyWithoutCommentaryNestedInput = {
|
|
478
|
+
create?: Prisma.XOR<Prisma.CommentaryProfileCreateWithoutCommentaryInput, Prisma.CommentaryProfileUncheckedCreateWithoutCommentaryInput> | Prisma.CommentaryProfileCreateWithoutCommentaryInput[] | Prisma.CommentaryProfileUncheckedCreateWithoutCommentaryInput[];
|
|
479
|
+
connectOrCreate?: Prisma.CommentaryProfileCreateOrConnectWithoutCommentaryInput | Prisma.CommentaryProfileCreateOrConnectWithoutCommentaryInput[];
|
|
480
|
+
upsert?: Prisma.CommentaryProfileUpsertWithWhereUniqueWithoutCommentaryInput | Prisma.CommentaryProfileUpsertWithWhereUniqueWithoutCommentaryInput[];
|
|
481
|
+
createMany?: Prisma.CommentaryProfileCreateManyCommentaryInputEnvelope;
|
|
482
|
+
set?: Prisma.CommentaryProfileWhereUniqueInput | Prisma.CommentaryProfileWhereUniqueInput[];
|
|
483
|
+
disconnect?: Prisma.CommentaryProfileWhereUniqueInput | Prisma.CommentaryProfileWhereUniqueInput[];
|
|
484
|
+
delete?: Prisma.CommentaryProfileWhereUniqueInput | Prisma.CommentaryProfileWhereUniqueInput[];
|
|
485
|
+
connect?: Prisma.CommentaryProfileWhereUniqueInput | Prisma.CommentaryProfileWhereUniqueInput[];
|
|
486
|
+
update?: Prisma.CommentaryProfileUpdateWithWhereUniqueWithoutCommentaryInput | Prisma.CommentaryProfileUpdateWithWhereUniqueWithoutCommentaryInput[];
|
|
487
|
+
updateMany?: Prisma.CommentaryProfileUpdateManyWithWhereWithoutCommentaryInput | Prisma.CommentaryProfileUpdateManyWithWhereWithoutCommentaryInput[];
|
|
488
|
+
deleteMany?: Prisma.CommentaryProfileScalarWhereInput | Prisma.CommentaryProfileScalarWhereInput[];
|
|
489
|
+
};
|
|
490
|
+
export type NullableIntFieldUpdateOperationsInput = {
|
|
491
|
+
set?: number | null;
|
|
492
|
+
increment?: number;
|
|
493
|
+
decrement?: number;
|
|
494
|
+
multiply?: number;
|
|
495
|
+
divide?: number;
|
|
496
|
+
};
|
|
497
|
+
export type CommentaryProfileCreateWithoutCommentaryInput = {
|
|
498
|
+
id: string;
|
|
499
|
+
subject: string;
|
|
500
|
+
content: string;
|
|
501
|
+
referenceBook?: string | null;
|
|
502
|
+
referenceChapter?: number | null;
|
|
503
|
+
referenceVerse?: number | null;
|
|
504
|
+
referenceEndChapter?: number | null;
|
|
505
|
+
referenceEndVerse?: number | null;
|
|
506
|
+
json: string;
|
|
507
|
+
sha256?: string | null;
|
|
508
|
+
};
|
|
509
|
+
export type CommentaryProfileUncheckedCreateWithoutCommentaryInput = {
|
|
510
|
+
id: string;
|
|
511
|
+
subject: string;
|
|
512
|
+
content: string;
|
|
513
|
+
referenceBook?: string | null;
|
|
514
|
+
referenceChapter?: number | null;
|
|
515
|
+
referenceVerse?: number | null;
|
|
516
|
+
referenceEndChapter?: number | null;
|
|
517
|
+
referenceEndVerse?: number | null;
|
|
518
|
+
json: string;
|
|
519
|
+
sha256?: string | null;
|
|
520
|
+
};
|
|
521
|
+
export type CommentaryProfileCreateOrConnectWithoutCommentaryInput = {
|
|
522
|
+
where: Prisma.CommentaryProfileWhereUniqueInput;
|
|
523
|
+
create: Prisma.XOR<Prisma.CommentaryProfileCreateWithoutCommentaryInput, Prisma.CommentaryProfileUncheckedCreateWithoutCommentaryInput>;
|
|
524
|
+
};
|
|
525
|
+
export type CommentaryProfileCreateManyCommentaryInputEnvelope = {
|
|
526
|
+
data: Prisma.CommentaryProfileCreateManyCommentaryInput | Prisma.CommentaryProfileCreateManyCommentaryInput[];
|
|
527
|
+
};
|
|
528
|
+
export type CommentaryProfileUpsertWithWhereUniqueWithoutCommentaryInput = {
|
|
529
|
+
where: Prisma.CommentaryProfileWhereUniqueInput;
|
|
530
|
+
update: Prisma.XOR<Prisma.CommentaryProfileUpdateWithoutCommentaryInput, Prisma.CommentaryProfileUncheckedUpdateWithoutCommentaryInput>;
|
|
531
|
+
create: Prisma.XOR<Prisma.CommentaryProfileCreateWithoutCommentaryInput, Prisma.CommentaryProfileUncheckedCreateWithoutCommentaryInput>;
|
|
532
|
+
};
|
|
533
|
+
export type CommentaryProfileUpdateWithWhereUniqueWithoutCommentaryInput = {
|
|
534
|
+
where: Prisma.CommentaryProfileWhereUniqueInput;
|
|
535
|
+
data: Prisma.XOR<Prisma.CommentaryProfileUpdateWithoutCommentaryInput, Prisma.CommentaryProfileUncheckedUpdateWithoutCommentaryInput>;
|
|
536
|
+
};
|
|
537
|
+
export type CommentaryProfileUpdateManyWithWhereWithoutCommentaryInput = {
|
|
538
|
+
where: Prisma.CommentaryProfileScalarWhereInput;
|
|
539
|
+
data: Prisma.XOR<Prisma.CommentaryProfileUpdateManyMutationInput, Prisma.CommentaryProfileUncheckedUpdateManyWithoutCommentaryInput>;
|
|
540
|
+
};
|
|
541
|
+
export type CommentaryProfileScalarWhereInput = {
|
|
542
|
+
AND?: Prisma.CommentaryProfileScalarWhereInput | Prisma.CommentaryProfileScalarWhereInput[];
|
|
543
|
+
OR?: Prisma.CommentaryProfileScalarWhereInput[];
|
|
544
|
+
NOT?: Prisma.CommentaryProfileScalarWhereInput | Prisma.CommentaryProfileScalarWhereInput[];
|
|
545
|
+
id?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
546
|
+
commentaryId?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
547
|
+
subject?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
548
|
+
content?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
549
|
+
referenceBook?: Prisma.StringNullableFilter<"CommentaryProfile"> | string | null;
|
|
550
|
+
referenceChapter?: Prisma.IntNullableFilter<"CommentaryProfile"> | number | null;
|
|
551
|
+
referenceVerse?: Prisma.IntNullableFilter<"CommentaryProfile"> | number | null;
|
|
552
|
+
referenceEndChapter?: Prisma.IntNullableFilter<"CommentaryProfile"> | number | null;
|
|
553
|
+
referenceEndVerse?: Prisma.IntNullableFilter<"CommentaryProfile"> | number | null;
|
|
554
|
+
json?: Prisma.StringFilter<"CommentaryProfile"> | string;
|
|
555
|
+
sha256?: Prisma.StringNullableFilter<"CommentaryProfile"> | string | null;
|
|
556
|
+
};
|
|
557
|
+
export type CommentaryProfileCreateManyCommentaryInput = {
|
|
558
|
+
id: string;
|
|
559
|
+
subject: string;
|
|
560
|
+
content: string;
|
|
561
|
+
referenceBook?: string | null;
|
|
562
|
+
referenceChapter?: number | null;
|
|
563
|
+
referenceVerse?: number | null;
|
|
564
|
+
referenceEndChapter?: number | null;
|
|
565
|
+
referenceEndVerse?: number | null;
|
|
566
|
+
json: string;
|
|
567
|
+
sha256?: string | null;
|
|
568
|
+
};
|
|
569
|
+
export type CommentaryProfileUpdateWithoutCommentaryInput = {
|
|
570
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
571
|
+
subject?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
572
|
+
content?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
573
|
+
referenceBook?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
574
|
+
referenceChapter?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
575
|
+
referenceVerse?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
576
|
+
referenceEndChapter?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
577
|
+
referenceEndVerse?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
578
|
+
json?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
579
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
580
|
+
};
|
|
581
|
+
export type CommentaryProfileUncheckedUpdateWithoutCommentaryInput = {
|
|
582
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
583
|
+
subject?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
584
|
+
content?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
585
|
+
referenceBook?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
586
|
+
referenceChapter?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
587
|
+
referenceVerse?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
588
|
+
referenceEndChapter?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
589
|
+
referenceEndVerse?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
590
|
+
json?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
591
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
592
|
+
};
|
|
593
|
+
export type CommentaryProfileUncheckedUpdateManyWithoutCommentaryInput = {
|
|
594
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
595
|
+
subject?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
596
|
+
content?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
597
|
+
referenceBook?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
598
|
+
referenceChapter?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
599
|
+
referenceVerse?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
600
|
+
referenceEndChapter?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
601
|
+
referenceEndVerse?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
602
|
+
json?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
603
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
604
|
+
};
|
|
605
|
+
export type CommentaryProfileSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
606
|
+
id?: boolean;
|
|
607
|
+
commentaryId?: boolean;
|
|
608
|
+
subject?: boolean;
|
|
609
|
+
content?: boolean;
|
|
610
|
+
referenceBook?: boolean;
|
|
611
|
+
referenceChapter?: boolean;
|
|
612
|
+
referenceVerse?: boolean;
|
|
613
|
+
referenceEndChapter?: boolean;
|
|
614
|
+
referenceEndVerse?: boolean;
|
|
615
|
+
json?: boolean;
|
|
616
|
+
sha256?: boolean;
|
|
617
|
+
commentary?: boolean | Prisma.CommentaryDefaultArgs<ExtArgs>;
|
|
618
|
+
}, ExtArgs["result"]["commentaryProfile"]>;
|
|
619
|
+
export type CommentaryProfileSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
620
|
+
id?: boolean;
|
|
621
|
+
commentaryId?: boolean;
|
|
622
|
+
subject?: boolean;
|
|
623
|
+
content?: boolean;
|
|
624
|
+
referenceBook?: boolean;
|
|
625
|
+
referenceChapter?: boolean;
|
|
626
|
+
referenceVerse?: boolean;
|
|
627
|
+
referenceEndChapter?: boolean;
|
|
628
|
+
referenceEndVerse?: boolean;
|
|
629
|
+
json?: boolean;
|
|
630
|
+
sha256?: boolean;
|
|
631
|
+
commentary?: boolean | Prisma.CommentaryDefaultArgs<ExtArgs>;
|
|
632
|
+
}, ExtArgs["result"]["commentaryProfile"]>;
|
|
633
|
+
export type CommentaryProfileSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
634
|
+
id?: boolean;
|
|
635
|
+
commentaryId?: boolean;
|
|
636
|
+
subject?: boolean;
|
|
637
|
+
content?: boolean;
|
|
638
|
+
referenceBook?: boolean;
|
|
639
|
+
referenceChapter?: boolean;
|
|
640
|
+
referenceVerse?: boolean;
|
|
641
|
+
referenceEndChapter?: boolean;
|
|
642
|
+
referenceEndVerse?: boolean;
|
|
643
|
+
json?: boolean;
|
|
644
|
+
sha256?: boolean;
|
|
645
|
+
commentary?: boolean | Prisma.CommentaryDefaultArgs<ExtArgs>;
|
|
646
|
+
}, ExtArgs["result"]["commentaryProfile"]>;
|
|
647
|
+
export type CommentaryProfileSelectScalar = {
|
|
648
|
+
id?: boolean;
|
|
649
|
+
commentaryId?: boolean;
|
|
650
|
+
subject?: boolean;
|
|
651
|
+
content?: boolean;
|
|
652
|
+
referenceBook?: boolean;
|
|
653
|
+
referenceChapter?: boolean;
|
|
654
|
+
referenceVerse?: boolean;
|
|
655
|
+
referenceEndChapter?: boolean;
|
|
656
|
+
referenceEndVerse?: boolean;
|
|
657
|
+
json?: boolean;
|
|
658
|
+
sha256?: boolean;
|
|
659
|
+
};
|
|
660
|
+
export type CommentaryProfileOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "commentaryId" | "subject" | "content" | "referenceBook" | "referenceChapter" | "referenceVerse" | "referenceEndChapter" | "referenceEndVerse" | "json" | "sha256", ExtArgs["result"]["commentaryProfile"]>;
|
|
661
|
+
export type CommentaryProfileInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
662
|
+
commentary?: boolean | Prisma.CommentaryDefaultArgs<ExtArgs>;
|
|
663
|
+
};
|
|
664
|
+
export type CommentaryProfileIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
665
|
+
commentary?: boolean | Prisma.CommentaryDefaultArgs<ExtArgs>;
|
|
666
|
+
};
|
|
667
|
+
export type CommentaryProfileIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
668
|
+
commentary?: boolean | Prisma.CommentaryDefaultArgs<ExtArgs>;
|
|
669
|
+
};
|
|
670
|
+
export type $CommentaryProfilePayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
671
|
+
name: "CommentaryProfile";
|
|
672
|
+
objects: {
|
|
673
|
+
commentary: Prisma.$CommentaryPayload<ExtArgs>;
|
|
674
|
+
};
|
|
675
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
676
|
+
id: string;
|
|
677
|
+
commentaryId: string;
|
|
678
|
+
subject: string;
|
|
679
|
+
content: string;
|
|
680
|
+
referenceBook: string | null;
|
|
681
|
+
referenceChapter: number | null;
|
|
682
|
+
referenceVerse: number | null;
|
|
683
|
+
referenceEndChapter: number | null;
|
|
684
|
+
referenceEndVerse: number | null;
|
|
685
|
+
json: string;
|
|
686
|
+
sha256: string | null;
|
|
687
|
+
}, ExtArgs["result"]["commentaryProfile"]>;
|
|
688
|
+
composites: {};
|
|
689
|
+
};
|
|
690
|
+
export type CommentaryProfileGetPayload<S extends boolean | null | undefined | CommentaryProfileDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$CommentaryProfilePayload, S>;
|
|
691
|
+
export type CommentaryProfileCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<CommentaryProfileFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
692
|
+
select?: CommentaryProfileCountAggregateInputType | true;
|
|
693
|
+
};
|
|
694
|
+
export interface CommentaryProfileDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
695
|
+
[K: symbol]: {
|
|
696
|
+
types: Prisma.TypeMap<ExtArgs>['model']['CommentaryProfile'];
|
|
697
|
+
meta: {
|
|
698
|
+
name: 'CommentaryProfile';
|
|
699
|
+
};
|
|
700
|
+
};
|
|
701
|
+
/**
|
|
702
|
+
* Find zero or one CommentaryProfile that matches the filter.
|
|
703
|
+
* @param {CommentaryProfileFindUniqueArgs} args - Arguments to find a CommentaryProfile
|
|
704
|
+
* @example
|
|
705
|
+
* // Get one CommentaryProfile
|
|
706
|
+
* const commentaryProfile = await prisma.commentaryProfile.findUnique({
|
|
707
|
+
* where: {
|
|
708
|
+
* // ... provide filter here
|
|
709
|
+
* }
|
|
710
|
+
* })
|
|
711
|
+
*/
|
|
712
|
+
findUnique<T extends CommentaryProfileFindUniqueArgs>(args: Prisma.SelectSubset<T, CommentaryProfileFindUniqueArgs<ExtArgs>>): Prisma.Prisma__CommentaryProfileClient<runtime.Types.Result.GetResult<Prisma.$CommentaryProfilePayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
713
|
+
/**
|
|
714
|
+
* Find one CommentaryProfile that matches the filter or throw an error with `error.code='P2025'`
|
|
715
|
+
* if no matches were found.
|
|
716
|
+
* @param {CommentaryProfileFindUniqueOrThrowArgs} args - Arguments to find a CommentaryProfile
|
|
717
|
+
* @example
|
|
718
|
+
* // Get one CommentaryProfile
|
|
719
|
+
* const commentaryProfile = await prisma.commentaryProfile.findUniqueOrThrow({
|
|
720
|
+
* where: {
|
|
721
|
+
* // ... provide filter here
|
|
722
|
+
* }
|
|
723
|
+
* })
|
|
724
|
+
*/
|
|
725
|
+
findUniqueOrThrow<T extends CommentaryProfileFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, CommentaryProfileFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__CommentaryProfileClient<runtime.Types.Result.GetResult<Prisma.$CommentaryProfilePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
726
|
+
/**
|
|
727
|
+
* Find the first CommentaryProfile that matches the filter.
|
|
728
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
729
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
730
|
+
* @param {CommentaryProfileFindFirstArgs} args - Arguments to find a CommentaryProfile
|
|
731
|
+
* @example
|
|
732
|
+
* // Get one CommentaryProfile
|
|
733
|
+
* const commentaryProfile = await prisma.commentaryProfile.findFirst({
|
|
734
|
+
* where: {
|
|
735
|
+
* // ... provide filter here
|
|
736
|
+
* }
|
|
737
|
+
* })
|
|
738
|
+
*/
|
|
739
|
+
findFirst<T extends CommentaryProfileFindFirstArgs>(args?: Prisma.SelectSubset<T, CommentaryProfileFindFirstArgs<ExtArgs>>): Prisma.Prisma__CommentaryProfileClient<runtime.Types.Result.GetResult<Prisma.$CommentaryProfilePayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
740
|
+
/**
|
|
741
|
+
* Find the first CommentaryProfile that matches the filter or
|
|
742
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
743
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
744
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
745
|
+
* @param {CommentaryProfileFindFirstOrThrowArgs} args - Arguments to find a CommentaryProfile
|
|
746
|
+
* @example
|
|
747
|
+
* // Get one CommentaryProfile
|
|
748
|
+
* const commentaryProfile = await prisma.commentaryProfile.findFirstOrThrow({
|
|
749
|
+
* where: {
|
|
750
|
+
* // ... provide filter here
|
|
751
|
+
* }
|
|
752
|
+
* })
|
|
753
|
+
*/
|
|
754
|
+
findFirstOrThrow<T extends CommentaryProfileFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, CommentaryProfileFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__CommentaryProfileClient<runtime.Types.Result.GetResult<Prisma.$CommentaryProfilePayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
755
|
+
/**
|
|
756
|
+
* Find zero or more CommentaryProfiles that matches the filter.
|
|
757
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
758
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
759
|
+
* @param {CommentaryProfileFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
760
|
+
* @example
|
|
761
|
+
* // Get all CommentaryProfiles
|
|
762
|
+
* const commentaryProfiles = await prisma.commentaryProfile.findMany()
|
|
763
|
+
*
|
|
764
|
+
* // Get first 10 CommentaryProfiles
|
|
765
|
+
* const commentaryProfiles = await prisma.commentaryProfile.findMany({ take: 10 })
|
|
766
|
+
*
|
|
767
|
+
* // Only select the `id`
|
|
768
|
+
* const commentaryProfileWithIdOnly = await prisma.commentaryProfile.findMany({ select: { id: true } })
|
|
769
|
+
*
|
|
770
|
+
*/
|
|
771
|
+
findMany<T extends CommentaryProfileFindManyArgs>(args?: Prisma.SelectSubset<T, CommentaryProfileFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CommentaryProfilePayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
772
|
+
/**
|
|
773
|
+
* Create a CommentaryProfile.
|
|
774
|
+
* @param {CommentaryProfileCreateArgs} args - Arguments to create a CommentaryProfile.
|
|
775
|
+
* @example
|
|
776
|
+
* // Create one CommentaryProfile
|
|
777
|
+
* const CommentaryProfile = await prisma.commentaryProfile.create({
|
|
778
|
+
* data: {
|
|
779
|
+
* // ... data to create a CommentaryProfile
|
|
780
|
+
* }
|
|
781
|
+
* })
|
|
782
|
+
*
|
|
783
|
+
*/
|
|
784
|
+
create<T extends CommentaryProfileCreateArgs>(args: Prisma.SelectSubset<T, CommentaryProfileCreateArgs<ExtArgs>>): Prisma.Prisma__CommentaryProfileClient<runtime.Types.Result.GetResult<Prisma.$CommentaryProfilePayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
785
|
+
/**
|
|
786
|
+
* Create many CommentaryProfiles.
|
|
787
|
+
* @param {CommentaryProfileCreateManyArgs} args - Arguments to create many CommentaryProfiles.
|
|
788
|
+
* @example
|
|
789
|
+
* // Create many CommentaryProfiles
|
|
790
|
+
* const commentaryProfile = await prisma.commentaryProfile.createMany({
|
|
791
|
+
* data: [
|
|
792
|
+
* // ... provide data here
|
|
793
|
+
* ]
|
|
794
|
+
* })
|
|
795
|
+
*
|
|
796
|
+
*/
|
|
797
|
+
createMany<T extends CommentaryProfileCreateManyArgs>(args?: Prisma.SelectSubset<T, CommentaryProfileCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
798
|
+
/**
|
|
799
|
+
* Create many CommentaryProfiles and returns the data saved in the database.
|
|
800
|
+
* @param {CommentaryProfileCreateManyAndReturnArgs} args - Arguments to create many CommentaryProfiles.
|
|
801
|
+
* @example
|
|
802
|
+
* // Create many CommentaryProfiles
|
|
803
|
+
* const commentaryProfile = await prisma.commentaryProfile.createManyAndReturn({
|
|
804
|
+
* data: [
|
|
805
|
+
* // ... provide data here
|
|
806
|
+
* ]
|
|
807
|
+
* })
|
|
808
|
+
*
|
|
809
|
+
* // Create many CommentaryProfiles and only return the `id`
|
|
810
|
+
* const commentaryProfileWithIdOnly = await prisma.commentaryProfile.createManyAndReturn({
|
|
811
|
+
* select: { id: true },
|
|
812
|
+
* data: [
|
|
813
|
+
* // ... provide data here
|
|
814
|
+
* ]
|
|
815
|
+
* })
|
|
816
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
817
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
818
|
+
*
|
|
819
|
+
*/
|
|
820
|
+
createManyAndReturn<T extends CommentaryProfileCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, CommentaryProfileCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CommentaryProfilePayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
821
|
+
/**
|
|
822
|
+
* Delete a CommentaryProfile.
|
|
823
|
+
* @param {CommentaryProfileDeleteArgs} args - Arguments to delete one CommentaryProfile.
|
|
824
|
+
* @example
|
|
825
|
+
* // Delete one CommentaryProfile
|
|
826
|
+
* const CommentaryProfile = await prisma.commentaryProfile.delete({
|
|
827
|
+
* where: {
|
|
828
|
+
* // ... filter to delete one CommentaryProfile
|
|
829
|
+
* }
|
|
830
|
+
* })
|
|
831
|
+
*
|
|
832
|
+
*/
|
|
833
|
+
delete<T extends CommentaryProfileDeleteArgs>(args: Prisma.SelectSubset<T, CommentaryProfileDeleteArgs<ExtArgs>>): Prisma.Prisma__CommentaryProfileClient<runtime.Types.Result.GetResult<Prisma.$CommentaryProfilePayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
834
|
+
/**
|
|
835
|
+
* Update one CommentaryProfile.
|
|
836
|
+
* @param {CommentaryProfileUpdateArgs} args - Arguments to update one CommentaryProfile.
|
|
837
|
+
* @example
|
|
838
|
+
* // Update one CommentaryProfile
|
|
839
|
+
* const commentaryProfile = await prisma.commentaryProfile.update({
|
|
840
|
+
* where: {
|
|
841
|
+
* // ... provide filter here
|
|
842
|
+
* },
|
|
843
|
+
* data: {
|
|
844
|
+
* // ... provide data here
|
|
845
|
+
* }
|
|
846
|
+
* })
|
|
847
|
+
*
|
|
848
|
+
*/
|
|
849
|
+
update<T extends CommentaryProfileUpdateArgs>(args: Prisma.SelectSubset<T, CommentaryProfileUpdateArgs<ExtArgs>>): Prisma.Prisma__CommentaryProfileClient<runtime.Types.Result.GetResult<Prisma.$CommentaryProfilePayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
850
|
+
/**
|
|
851
|
+
* Delete zero or more CommentaryProfiles.
|
|
852
|
+
* @param {CommentaryProfileDeleteManyArgs} args - Arguments to filter CommentaryProfiles to delete.
|
|
853
|
+
* @example
|
|
854
|
+
* // Delete a few CommentaryProfiles
|
|
855
|
+
* const { count } = await prisma.commentaryProfile.deleteMany({
|
|
856
|
+
* where: {
|
|
857
|
+
* // ... provide filter here
|
|
858
|
+
* }
|
|
859
|
+
* })
|
|
860
|
+
*
|
|
861
|
+
*/
|
|
862
|
+
deleteMany<T extends CommentaryProfileDeleteManyArgs>(args?: Prisma.SelectSubset<T, CommentaryProfileDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
863
|
+
/**
|
|
864
|
+
* Update zero or more CommentaryProfiles.
|
|
865
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
866
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
867
|
+
* @param {CommentaryProfileUpdateManyArgs} args - Arguments to update one or more rows.
|
|
868
|
+
* @example
|
|
869
|
+
* // Update many CommentaryProfiles
|
|
870
|
+
* const commentaryProfile = await prisma.commentaryProfile.updateMany({
|
|
871
|
+
* where: {
|
|
872
|
+
* // ... provide filter here
|
|
873
|
+
* },
|
|
874
|
+
* data: {
|
|
875
|
+
* // ... provide data here
|
|
876
|
+
* }
|
|
877
|
+
* })
|
|
878
|
+
*
|
|
879
|
+
*/
|
|
880
|
+
updateMany<T extends CommentaryProfileUpdateManyArgs>(args: Prisma.SelectSubset<T, CommentaryProfileUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
881
|
+
/**
|
|
882
|
+
* Update zero or more CommentaryProfiles and returns the data updated in the database.
|
|
883
|
+
* @param {CommentaryProfileUpdateManyAndReturnArgs} args - Arguments to update many CommentaryProfiles.
|
|
884
|
+
* @example
|
|
885
|
+
* // Update many CommentaryProfiles
|
|
886
|
+
* const commentaryProfile = await prisma.commentaryProfile.updateManyAndReturn({
|
|
887
|
+
* where: {
|
|
888
|
+
* // ... provide filter here
|
|
889
|
+
* },
|
|
890
|
+
* data: [
|
|
891
|
+
* // ... provide data here
|
|
892
|
+
* ]
|
|
893
|
+
* })
|
|
894
|
+
*
|
|
895
|
+
* // Update zero or more CommentaryProfiles and only return the `id`
|
|
896
|
+
* const commentaryProfileWithIdOnly = await prisma.commentaryProfile.updateManyAndReturn({
|
|
897
|
+
* select: { id: true },
|
|
898
|
+
* where: {
|
|
899
|
+
* // ... provide filter here
|
|
900
|
+
* },
|
|
901
|
+
* data: [
|
|
902
|
+
* // ... provide data here
|
|
903
|
+
* ]
|
|
904
|
+
* })
|
|
905
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
906
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
907
|
+
*
|
|
908
|
+
*/
|
|
909
|
+
updateManyAndReturn<T extends CommentaryProfileUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, CommentaryProfileUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CommentaryProfilePayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
910
|
+
/**
|
|
911
|
+
* Create or update one CommentaryProfile.
|
|
912
|
+
* @param {CommentaryProfileUpsertArgs} args - Arguments to update or create a CommentaryProfile.
|
|
913
|
+
* @example
|
|
914
|
+
* // Update or create a CommentaryProfile
|
|
915
|
+
* const commentaryProfile = await prisma.commentaryProfile.upsert({
|
|
916
|
+
* create: {
|
|
917
|
+
* // ... data to create a CommentaryProfile
|
|
918
|
+
* },
|
|
919
|
+
* update: {
|
|
920
|
+
* // ... in case it already exists, update
|
|
921
|
+
* },
|
|
922
|
+
* where: {
|
|
923
|
+
* // ... the filter for the CommentaryProfile we want to update
|
|
924
|
+
* }
|
|
925
|
+
* })
|
|
926
|
+
*/
|
|
927
|
+
upsert<T extends CommentaryProfileUpsertArgs>(args: Prisma.SelectSubset<T, CommentaryProfileUpsertArgs<ExtArgs>>): Prisma.Prisma__CommentaryProfileClient<runtime.Types.Result.GetResult<Prisma.$CommentaryProfilePayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
928
|
+
/**
|
|
929
|
+
* Count the number of CommentaryProfiles.
|
|
930
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
931
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
932
|
+
* @param {CommentaryProfileCountArgs} args - Arguments to filter CommentaryProfiles to count.
|
|
933
|
+
* @example
|
|
934
|
+
* // Count the number of CommentaryProfiles
|
|
935
|
+
* const count = await prisma.commentaryProfile.count({
|
|
936
|
+
* where: {
|
|
937
|
+
* // ... the filter for the CommentaryProfiles we want to count
|
|
938
|
+
* }
|
|
939
|
+
* })
|
|
940
|
+
**/
|
|
941
|
+
count<T extends CommentaryProfileCountArgs>(args?: Prisma.Subset<T, CommentaryProfileCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], CommentaryProfileCountAggregateOutputType> : number>;
|
|
942
|
+
/**
|
|
943
|
+
* Allows you to perform aggregations operations on a CommentaryProfile.
|
|
944
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
945
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
946
|
+
* @param {CommentaryProfileAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
947
|
+
* @example
|
|
948
|
+
* // Ordered by age ascending
|
|
949
|
+
* // Where email contains prisma.io
|
|
950
|
+
* // Limited to the 10 users
|
|
951
|
+
* const aggregations = await prisma.user.aggregate({
|
|
952
|
+
* _avg: {
|
|
953
|
+
* age: true,
|
|
954
|
+
* },
|
|
955
|
+
* where: {
|
|
956
|
+
* email: {
|
|
957
|
+
* contains: "prisma.io",
|
|
958
|
+
* },
|
|
959
|
+
* },
|
|
960
|
+
* orderBy: {
|
|
961
|
+
* age: "asc",
|
|
962
|
+
* },
|
|
963
|
+
* take: 10,
|
|
964
|
+
* })
|
|
965
|
+
**/
|
|
966
|
+
aggregate<T extends CommentaryProfileAggregateArgs>(args: Prisma.Subset<T, CommentaryProfileAggregateArgs>): Prisma.PrismaPromise<GetCommentaryProfileAggregateType<T>>;
|
|
967
|
+
/**
|
|
968
|
+
* Group by CommentaryProfile.
|
|
969
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
970
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
971
|
+
* @param {CommentaryProfileGroupByArgs} args - Group by arguments.
|
|
972
|
+
* @example
|
|
973
|
+
* // Group by city, order by createdAt, get count
|
|
974
|
+
* const result = await prisma.user.groupBy({
|
|
975
|
+
* by: ['city', 'createdAt'],
|
|
976
|
+
* orderBy: {
|
|
977
|
+
* createdAt: true
|
|
978
|
+
* },
|
|
979
|
+
* _count: {
|
|
980
|
+
* _all: true
|
|
981
|
+
* },
|
|
982
|
+
* })
|
|
983
|
+
*
|
|
984
|
+
**/
|
|
985
|
+
groupBy<T extends CommentaryProfileGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
986
|
+
orderBy: CommentaryProfileGroupByArgs['orderBy'];
|
|
987
|
+
} : {
|
|
988
|
+
orderBy?: CommentaryProfileGroupByArgs['orderBy'];
|
|
989
|
+
}, 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 ? {
|
|
990
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
991
|
+
Error,
|
|
992
|
+
'Field ',
|
|
993
|
+
P,
|
|
994
|
+
` in "having" needs to be provided in "by"`
|
|
995
|
+
];
|
|
996
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
997
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
998
|
+
}[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 ? {} : {
|
|
999
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1000
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
1001
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1002
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, CommentaryProfileGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetCommentaryProfileGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
1003
|
+
/**
|
|
1004
|
+
* Fields of the CommentaryProfile model
|
|
1005
|
+
*/
|
|
1006
|
+
readonly fields: CommentaryProfileFieldRefs;
|
|
1007
|
+
}
|
|
1008
|
+
/**
|
|
1009
|
+
* The delegate class that acts as a "Promise-like" for CommentaryProfile.
|
|
1010
|
+
* Why is this prefixed with `Prisma__`?
|
|
1011
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
1012
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1013
|
+
*/
|
|
1014
|
+
export interface Prisma__CommentaryProfileClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1015
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
1016
|
+
commentary<T extends Prisma.CommentaryDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.CommentaryDefaultArgs<ExtArgs>>): Prisma.Prisma__CommentaryClient<runtime.Types.Result.GetResult<Prisma.$CommentaryPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
1017
|
+
/**
|
|
1018
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1019
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1020
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1021
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
1022
|
+
*/
|
|
1023
|
+
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>;
|
|
1024
|
+
/**
|
|
1025
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
1026
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1027
|
+
* @returns A Promise for the completion of the callback.
|
|
1028
|
+
*/
|
|
1029
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
1030
|
+
/**
|
|
1031
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1032
|
+
* resolved value cannot be modified from the callback.
|
|
1033
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1034
|
+
* @returns A Promise for the completion of the callback.
|
|
1035
|
+
*/
|
|
1036
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
1037
|
+
}
|
|
1038
|
+
/**
|
|
1039
|
+
* Fields of the CommentaryProfile model
|
|
1040
|
+
*/
|
|
1041
|
+
export interface CommentaryProfileFieldRefs {
|
|
1042
|
+
readonly id: Prisma.FieldRef<"CommentaryProfile", 'String'>;
|
|
1043
|
+
readonly commentaryId: Prisma.FieldRef<"CommentaryProfile", 'String'>;
|
|
1044
|
+
readonly subject: Prisma.FieldRef<"CommentaryProfile", 'String'>;
|
|
1045
|
+
readonly content: Prisma.FieldRef<"CommentaryProfile", 'String'>;
|
|
1046
|
+
readonly referenceBook: Prisma.FieldRef<"CommentaryProfile", 'String'>;
|
|
1047
|
+
readonly referenceChapter: Prisma.FieldRef<"CommentaryProfile", 'Int'>;
|
|
1048
|
+
readonly referenceVerse: Prisma.FieldRef<"CommentaryProfile", 'Int'>;
|
|
1049
|
+
readonly referenceEndChapter: Prisma.FieldRef<"CommentaryProfile", 'Int'>;
|
|
1050
|
+
readonly referenceEndVerse: Prisma.FieldRef<"CommentaryProfile", 'Int'>;
|
|
1051
|
+
readonly json: Prisma.FieldRef<"CommentaryProfile", 'String'>;
|
|
1052
|
+
readonly sha256: Prisma.FieldRef<"CommentaryProfile", 'String'>;
|
|
1053
|
+
}
|
|
1054
|
+
/**
|
|
1055
|
+
* CommentaryProfile findUnique
|
|
1056
|
+
*/
|
|
1057
|
+
export type CommentaryProfileFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1058
|
+
/**
|
|
1059
|
+
* Select specific fields to fetch from the CommentaryProfile
|
|
1060
|
+
*/
|
|
1061
|
+
select?: Prisma.CommentaryProfileSelect<ExtArgs> | null;
|
|
1062
|
+
/**
|
|
1063
|
+
* Omit specific fields from the CommentaryProfile
|
|
1064
|
+
*/
|
|
1065
|
+
omit?: Prisma.CommentaryProfileOmit<ExtArgs> | null;
|
|
1066
|
+
/**
|
|
1067
|
+
* Choose, which related nodes to fetch as well
|
|
1068
|
+
*/
|
|
1069
|
+
include?: Prisma.CommentaryProfileInclude<ExtArgs> | null;
|
|
1070
|
+
/**
|
|
1071
|
+
* Filter, which CommentaryProfile to fetch.
|
|
1072
|
+
*/
|
|
1073
|
+
where: Prisma.CommentaryProfileWhereUniqueInput;
|
|
1074
|
+
};
|
|
1075
|
+
/**
|
|
1076
|
+
* CommentaryProfile findUniqueOrThrow
|
|
1077
|
+
*/
|
|
1078
|
+
export type CommentaryProfileFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1079
|
+
/**
|
|
1080
|
+
* Select specific fields to fetch from the CommentaryProfile
|
|
1081
|
+
*/
|
|
1082
|
+
select?: Prisma.CommentaryProfileSelect<ExtArgs> | null;
|
|
1083
|
+
/**
|
|
1084
|
+
* Omit specific fields from the CommentaryProfile
|
|
1085
|
+
*/
|
|
1086
|
+
omit?: Prisma.CommentaryProfileOmit<ExtArgs> | null;
|
|
1087
|
+
/**
|
|
1088
|
+
* Choose, which related nodes to fetch as well
|
|
1089
|
+
*/
|
|
1090
|
+
include?: Prisma.CommentaryProfileInclude<ExtArgs> | null;
|
|
1091
|
+
/**
|
|
1092
|
+
* Filter, which CommentaryProfile to fetch.
|
|
1093
|
+
*/
|
|
1094
|
+
where: Prisma.CommentaryProfileWhereUniqueInput;
|
|
1095
|
+
};
|
|
1096
|
+
/**
|
|
1097
|
+
* CommentaryProfile findFirst
|
|
1098
|
+
*/
|
|
1099
|
+
export type CommentaryProfileFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1100
|
+
/**
|
|
1101
|
+
* Select specific fields to fetch from the CommentaryProfile
|
|
1102
|
+
*/
|
|
1103
|
+
select?: Prisma.CommentaryProfileSelect<ExtArgs> | null;
|
|
1104
|
+
/**
|
|
1105
|
+
* Omit specific fields from the CommentaryProfile
|
|
1106
|
+
*/
|
|
1107
|
+
omit?: Prisma.CommentaryProfileOmit<ExtArgs> | null;
|
|
1108
|
+
/**
|
|
1109
|
+
* Choose, which related nodes to fetch as well
|
|
1110
|
+
*/
|
|
1111
|
+
include?: Prisma.CommentaryProfileInclude<ExtArgs> | null;
|
|
1112
|
+
/**
|
|
1113
|
+
* Filter, which CommentaryProfile to fetch.
|
|
1114
|
+
*/
|
|
1115
|
+
where?: Prisma.CommentaryProfileWhereInput;
|
|
1116
|
+
/**
|
|
1117
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1118
|
+
*
|
|
1119
|
+
* Determine the order of CommentaryProfiles to fetch.
|
|
1120
|
+
*/
|
|
1121
|
+
orderBy?: Prisma.CommentaryProfileOrderByWithRelationInput | Prisma.CommentaryProfileOrderByWithRelationInput[];
|
|
1122
|
+
/**
|
|
1123
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1124
|
+
*
|
|
1125
|
+
* Sets the position for searching for CommentaryProfiles.
|
|
1126
|
+
*/
|
|
1127
|
+
cursor?: Prisma.CommentaryProfileWhereUniqueInput;
|
|
1128
|
+
/**
|
|
1129
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1130
|
+
*
|
|
1131
|
+
* Take `±n` CommentaryProfiles from the position of the cursor.
|
|
1132
|
+
*/
|
|
1133
|
+
take?: number;
|
|
1134
|
+
/**
|
|
1135
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1136
|
+
*
|
|
1137
|
+
* Skip the first `n` CommentaryProfiles.
|
|
1138
|
+
*/
|
|
1139
|
+
skip?: number;
|
|
1140
|
+
/**
|
|
1141
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1142
|
+
*
|
|
1143
|
+
* Filter by unique combinations of CommentaryProfiles.
|
|
1144
|
+
*/
|
|
1145
|
+
distinct?: Prisma.CommentaryProfileScalarFieldEnum | Prisma.CommentaryProfileScalarFieldEnum[];
|
|
1146
|
+
};
|
|
1147
|
+
/**
|
|
1148
|
+
* CommentaryProfile findFirstOrThrow
|
|
1149
|
+
*/
|
|
1150
|
+
export type CommentaryProfileFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1151
|
+
/**
|
|
1152
|
+
* Select specific fields to fetch from the CommentaryProfile
|
|
1153
|
+
*/
|
|
1154
|
+
select?: Prisma.CommentaryProfileSelect<ExtArgs> | null;
|
|
1155
|
+
/**
|
|
1156
|
+
* Omit specific fields from the CommentaryProfile
|
|
1157
|
+
*/
|
|
1158
|
+
omit?: Prisma.CommentaryProfileOmit<ExtArgs> | null;
|
|
1159
|
+
/**
|
|
1160
|
+
* Choose, which related nodes to fetch as well
|
|
1161
|
+
*/
|
|
1162
|
+
include?: Prisma.CommentaryProfileInclude<ExtArgs> | null;
|
|
1163
|
+
/**
|
|
1164
|
+
* Filter, which CommentaryProfile to fetch.
|
|
1165
|
+
*/
|
|
1166
|
+
where?: Prisma.CommentaryProfileWhereInput;
|
|
1167
|
+
/**
|
|
1168
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1169
|
+
*
|
|
1170
|
+
* Determine the order of CommentaryProfiles to fetch.
|
|
1171
|
+
*/
|
|
1172
|
+
orderBy?: Prisma.CommentaryProfileOrderByWithRelationInput | Prisma.CommentaryProfileOrderByWithRelationInput[];
|
|
1173
|
+
/**
|
|
1174
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1175
|
+
*
|
|
1176
|
+
* Sets the position for searching for CommentaryProfiles.
|
|
1177
|
+
*/
|
|
1178
|
+
cursor?: Prisma.CommentaryProfileWhereUniqueInput;
|
|
1179
|
+
/**
|
|
1180
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1181
|
+
*
|
|
1182
|
+
* Take `±n` CommentaryProfiles from the position of the cursor.
|
|
1183
|
+
*/
|
|
1184
|
+
take?: number;
|
|
1185
|
+
/**
|
|
1186
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1187
|
+
*
|
|
1188
|
+
* Skip the first `n` CommentaryProfiles.
|
|
1189
|
+
*/
|
|
1190
|
+
skip?: number;
|
|
1191
|
+
/**
|
|
1192
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1193
|
+
*
|
|
1194
|
+
* Filter by unique combinations of CommentaryProfiles.
|
|
1195
|
+
*/
|
|
1196
|
+
distinct?: Prisma.CommentaryProfileScalarFieldEnum | Prisma.CommentaryProfileScalarFieldEnum[];
|
|
1197
|
+
};
|
|
1198
|
+
/**
|
|
1199
|
+
* CommentaryProfile findMany
|
|
1200
|
+
*/
|
|
1201
|
+
export type CommentaryProfileFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1202
|
+
/**
|
|
1203
|
+
* Select specific fields to fetch from the CommentaryProfile
|
|
1204
|
+
*/
|
|
1205
|
+
select?: Prisma.CommentaryProfileSelect<ExtArgs> | null;
|
|
1206
|
+
/**
|
|
1207
|
+
* Omit specific fields from the CommentaryProfile
|
|
1208
|
+
*/
|
|
1209
|
+
omit?: Prisma.CommentaryProfileOmit<ExtArgs> | null;
|
|
1210
|
+
/**
|
|
1211
|
+
* Choose, which related nodes to fetch as well
|
|
1212
|
+
*/
|
|
1213
|
+
include?: Prisma.CommentaryProfileInclude<ExtArgs> | null;
|
|
1214
|
+
/**
|
|
1215
|
+
* Filter, which CommentaryProfiles to fetch.
|
|
1216
|
+
*/
|
|
1217
|
+
where?: Prisma.CommentaryProfileWhereInput;
|
|
1218
|
+
/**
|
|
1219
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1220
|
+
*
|
|
1221
|
+
* Determine the order of CommentaryProfiles to fetch.
|
|
1222
|
+
*/
|
|
1223
|
+
orderBy?: Prisma.CommentaryProfileOrderByWithRelationInput | Prisma.CommentaryProfileOrderByWithRelationInput[];
|
|
1224
|
+
/**
|
|
1225
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1226
|
+
*
|
|
1227
|
+
* Sets the position for listing CommentaryProfiles.
|
|
1228
|
+
*/
|
|
1229
|
+
cursor?: Prisma.CommentaryProfileWhereUniqueInput;
|
|
1230
|
+
/**
|
|
1231
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1232
|
+
*
|
|
1233
|
+
* Take `±n` CommentaryProfiles from the position of the cursor.
|
|
1234
|
+
*/
|
|
1235
|
+
take?: number;
|
|
1236
|
+
/**
|
|
1237
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1238
|
+
*
|
|
1239
|
+
* Skip the first `n` CommentaryProfiles.
|
|
1240
|
+
*/
|
|
1241
|
+
skip?: number;
|
|
1242
|
+
/**
|
|
1243
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1244
|
+
*
|
|
1245
|
+
* Filter by unique combinations of CommentaryProfiles.
|
|
1246
|
+
*/
|
|
1247
|
+
distinct?: Prisma.CommentaryProfileScalarFieldEnum | Prisma.CommentaryProfileScalarFieldEnum[];
|
|
1248
|
+
};
|
|
1249
|
+
/**
|
|
1250
|
+
* CommentaryProfile create
|
|
1251
|
+
*/
|
|
1252
|
+
export type CommentaryProfileCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1253
|
+
/**
|
|
1254
|
+
* Select specific fields to fetch from the CommentaryProfile
|
|
1255
|
+
*/
|
|
1256
|
+
select?: Prisma.CommentaryProfileSelect<ExtArgs> | null;
|
|
1257
|
+
/**
|
|
1258
|
+
* Omit specific fields from the CommentaryProfile
|
|
1259
|
+
*/
|
|
1260
|
+
omit?: Prisma.CommentaryProfileOmit<ExtArgs> | null;
|
|
1261
|
+
/**
|
|
1262
|
+
* Choose, which related nodes to fetch as well
|
|
1263
|
+
*/
|
|
1264
|
+
include?: Prisma.CommentaryProfileInclude<ExtArgs> | null;
|
|
1265
|
+
/**
|
|
1266
|
+
* The data needed to create a CommentaryProfile.
|
|
1267
|
+
*/
|
|
1268
|
+
data: Prisma.XOR<Prisma.CommentaryProfileCreateInput, Prisma.CommentaryProfileUncheckedCreateInput>;
|
|
1269
|
+
};
|
|
1270
|
+
/**
|
|
1271
|
+
* CommentaryProfile createMany
|
|
1272
|
+
*/
|
|
1273
|
+
export type CommentaryProfileCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1274
|
+
/**
|
|
1275
|
+
* The data used to create many CommentaryProfiles.
|
|
1276
|
+
*/
|
|
1277
|
+
data: Prisma.CommentaryProfileCreateManyInput | Prisma.CommentaryProfileCreateManyInput[];
|
|
1278
|
+
};
|
|
1279
|
+
/**
|
|
1280
|
+
* CommentaryProfile createManyAndReturn
|
|
1281
|
+
*/
|
|
1282
|
+
export type CommentaryProfileCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1283
|
+
/**
|
|
1284
|
+
* Select specific fields to fetch from the CommentaryProfile
|
|
1285
|
+
*/
|
|
1286
|
+
select?: Prisma.CommentaryProfileSelectCreateManyAndReturn<ExtArgs> | null;
|
|
1287
|
+
/**
|
|
1288
|
+
* Omit specific fields from the CommentaryProfile
|
|
1289
|
+
*/
|
|
1290
|
+
omit?: Prisma.CommentaryProfileOmit<ExtArgs> | null;
|
|
1291
|
+
/**
|
|
1292
|
+
* The data used to create many CommentaryProfiles.
|
|
1293
|
+
*/
|
|
1294
|
+
data: Prisma.CommentaryProfileCreateManyInput | Prisma.CommentaryProfileCreateManyInput[];
|
|
1295
|
+
/**
|
|
1296
|
+
* Choose, which related nodes to fetch as well
|
|
1297
|
+
*/
|
|
1298
|
+
include?: Prisma.CommentaryProfileIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
1299
|
+
};
|
|
1300
|
+
/**
|
|
1301
|
+
* CommentaryProfile update
|
|
1302
|
+
*/
|
|
1303
|
+
export type CommentaryProfileUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1304
|
+
/**
|
|
1305
|
+
* Select specific fields to fetch from the CommentaryProfile
|
|
1306
|
+
*/
|
|
1307
|
+
select?: Prisma.CommentaryProfileSelect<ExtArgs> | null;
|
|
1308
|
+
/**
|
|
1309
|
+
* Omit specific fields from the CommentaryProfile
|
|
1310
|
+
*/
|
|
1311
|
+
omit?: Prisma.CommentaryProfileOmit<ExtArgs> | null;
|
|
1312
|
+
/**
|
|
1313
|
+
* Choose, which related nodes to fetch as well
|
|
1314
|
+
*/
|
|
1315
|
+
include?: Prisma.CommentaryProfileInclude<ExtArgs> | null;
|
|
1316
|
+
/**
|
|
1317
|
+
* The data needed to update a CommentaryProfile.
|
|
1318
|
+
*/
|
|
1319
|
+
data: Prisma.XOR<Prisma.CommentaryProfileUpdateInput, Prisma.CommentaryProfileUncheckedUpdateInput>;
|
|
1320
|
+
/**
|
|
1321
|
+
* Choose, which CommentaryProfile to update.
|
|
1322
|
+
*/
|
|
1323
|
+
where: Prisma.CommentaryProfileWhereUniqueInput;
|
|
1324
|
+
};
|
|
1325
|
+
/**
|
|
1326
|
+
* CommentaryProfile updateMany
|
|
1327
|
+
*/
|
|
1328
|
+
export type CommentaryProfileUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1329
|
+
/**
|
|
1330
|
+
* The data used to update CommentaryProfiles.
|
|
1331
|
+
*/
|
|
1332
|
+
data: Prisma.XOR<Prisma.CommentaryProfileUpdateManyMutationInput, Prisma.CommentaryProfileUncheckedUpdateManyInput>;
|
|
1333
|
+
/**
|
|
1334
|
+
* Filter which CommentaryProfiles to update
|
|
1335
|
+
*/
|
|
1336
|
+
where?: Prisma.CommentaryProfileWhereInput;
|
|
1337
|
+
/**
|
|
1338
|
+
* Limit how many CommentaryProfiles to update.
|
|
1339
|
+
*/
|
|
1340
|
+
limit?: number;
|
|
1341
|
+
};
|
|
1342
|
+
/**
|
|
1343
|
+
* CommentaryProfile updateManyAndReturn
|
|
1344
|
+
*/
|
|
1345
|
+
export type CommentaryProfileUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1346
|
+
/**
|
|
1347
|
+
* Select specific fields to fetch from the CommentaryProfile
|
|
1348
|
+
*/
|
|
1349
|
+
select?: Prisma.CommentaryProfileSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1350
|
+
/**
|
|
1351
|
+
* Omit specific fields from the CommentaryProfile
|
|
1352
|
+
*/
|
|
1353
|
+
omit?: Prisma.CommentaryProfileOmit<ExtArgs> | null;
|
|
1354
|
+
/**
|
|
1355
|
+
* The data used to update CommentaryProfiles.
|
|
1356
|
+
*/
|
|
1357
|
+
data: Prisma.XOR<Prisma.CommentaryProfileUpdateManyMutationInput, Prisma.CommentaryProfileUncheckedUpdateManyInput>;
|
|
1358
|
+
/**
|
|
1359
|
+
* Filter which CommentaryProfiles to update
|
|
1360
|
+
*/
|
|
1361
|
+
where?: Prisma.CommentaryProfileWhereInput;
|
|
1362
|
+
/**
|
|
1363
|
+
* Limit how many CommentaryProfiles to update.
|
|
1364
|
+
*/
|
|
1365
|
+
limit?: number;
|
|
1366
|
+
/**
|
|
1367
|
+
* Choose, which related nodes to fetch as well
|
|
1368
|
+
*/
|
|
1369
|
+
include?: Prisma.CommentaryProfileIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
1370
|
+
};
|
|
1371
|
+
/**
|
|
1372
|
+
* CommentaryProfile upsert
|
|
1373
|
+
*/
|
|
1374
|
+
export type CommentaryProfileUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1375
|
+
/**
|
|
1376
|
+
* Select specific fields to fetch from the CommentaryProfile
|
|
1377
|
+
*/
|
|
1378
|
+
select?: Prisma.CommentaryProfileSelect<ExtArgs> | null;
|
|
1379
|
+
/**
|
|
1380
|
+
* Omit specific fields from the CommentaryProfile
|
|
1381
|
+
*/
|
|
1382
|
+
omit?: Prisma.CommentaryProfileOmit<ExtArgs> | null;
|
|
1383
|
+
/**
|
|
1384
|
+
* Choose, which related nodes to fetch as well
|
|
1385
|
+
*/
|
|
1386
|
+
include?: Prisma.CommentaryProfileInclude<ExtArgs> | null;
|
|
1387
|
+
/**
|
|
1388
|
+
* The filter to search for the CommentaryProfile to update in case it exists.
|
|
1389
|
+
*/
|
|
1390
|
+
where: Prisma.CommentaryProfileWhereUniqueInput;
|
|
1391
|
+
/**
|
|
1392
|
+
* In case the CommentaryProfile found by the `where` argument doesn't exist, create a new CommentaryProfile with this data.
|
|
1393
|
+
*/
|
|
1394
|
+
create: Prisma.XOR<Prisma.CommentaryProfileCreateInput, Prisma.CommentaryProfileUncheckedCreateInput>;
|
|
1395
|
+
/**
|
|
1396
|
+
* In case the CommentaryProfile was found with the provided `where` argument, update it with this data.
|
|
1397
|
+
*/
|
|
1398
|
+
update: Prisma.XOR<Prisma.CommentaryProfileUpdateInput, Prisma.CommentaryProfileUncheckedUpdateInput>;
|
|
1399
|
+
};
|
|
1400
|
+
/**
|
|
1401
|
+
* CommentaryProfile delete
|
|
1402
|
+
*/
|
|
1403
|
+
export type CommentaryProfileDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1404
|
+
/**
|
|
1405
|
+
* Select specific fields to fetch from the CommentaryProfile
|
|
1406
|
+
*/
|
|
1407
|
+
select?: Prisma.CommentaryProfileSelect<ExtArgs> | null;
|
|
1408
|
+
/**
|
|
1409
|
+
* Omit specific fields from the CommentaryProfile
|
|
1410
|
+
*/
|
|
1411
|
+
omit?: Prisma.CommentaryProfileOmit<ExtArgs> | null;
|
|
1412
|
+
/**
|
|
1413
|
+
* Choose, which related nodes to fetch as well
|
|
1414
|
+
*/
|
|
1415
|
+
include?: Prisma.CommentaryProfileInclude<ExtArgs> | null;
|
|
1416
|
+
/**
|
|
1417
|
+
* Filter which CommentaryProfile to delete.
|
|
1418
|
+
*/
|
|
1419
|
+
where: Prisma.CommentaryProfileWhereUniqueInput;
|
|
1420
|
+
};
|
|
1421
|
+
/**
|
|
1422
|
+
* CommentaryProfile deleteMany
|
|
1423
|
+
*/
|
|
1424
|
+
export type CommentaryProfileDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1425
|
+
/**
|
|
1426
|
+
* Filter which CommentaryProfiles to delete
|
|
1427
|
+
*/
|
|
1428
|
+
where?: Prisma.CommentaryProfileWhereInput;
|
|
1429
|
+
/**
|
|
1430
|
+
* Limit how many CommentaryProfiles to delete.
|
|
1431
|
+
*/
|
|
1432
|
+
limit?: number;
|
|
1433
|
+
};
|
|
1434
|
+
/**
|
|
1435
|
+
* CommentaryProfile without action
|
|
1436
|
+
*/
|
|
1437
|
+
export type CommentaryProfileDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1438
|
+
/**
|
|
1439
|
+
* Select specific fields to fetch from the CommentaryProfile
|
|
1440
|
+
*/
|
|
1441
|
+
select?: Prisma.CommentaryProfileSelect<ExtArgs> | null;
|
|
1442
|
+
/**
|
|
1443
|
+
* Omit specific fields from the CommentaryProfile
|
|
1444
|
+
*/
|
|
1445
|
+
omit?: Prisma.CommentaryProfileOmit<ExtArgs> | null;
|
|
1446
|
+
/**
|
|
1447
|
+
* Choose, which related nodes to fetch as well
|
|
1448
|
+
*/
|
|
1449
|
+
include?: Prisma.CommentaryProfileInclude<ExtArgs> | null;
|
|
1450
|
+
};
|
|
1451
|
+
//# sourceMappingURL=CommentaryProfile.d.ts.map
|