@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.
Files changed (79) hide show
  1. package/README.md +4 -0
  2. package/dist/cjs/cli.cjs +7361 -8421
  3. package/dist/cjs/index.cjs +7663 -8857
  4. package/dist/esm/cli.js +6118 -0
  5. package/dist/esm/cli.js.map +7 -0
  6. package/dist/esm/index.js +1272 -6039
  7. package/dist/esm/index.js.map +4 -4
  8. package/dist/types/actions.d.ts +43 -1
  9. package/dist/types/db.d.ts +19 -8
  10. package/dist/types/ebible.d.ts +1 -1
  11. package/dist/types/files.d.ts +6 -1
  12. package/dist/types/prisma-gen/browser.d.ts +115 -0
  13. package/dist/types/prisma-gen/client.d.ts +134 -0
  14. package/dist/types/prisma-gen/commonInputTypes.d.ts +378 -0
  15. package/dist/types/prisma-gen/enums.d.ts +2 -0
  16. package/dist/types/prisma-gen/internal/class.d.ts +364 -0
  17. package/dist/types/prisma-gen/internal/prismaNamespace.d.ts +2358 -0
  18. package/dist/types/prisma-gen/internal/prismaNamespaceBrowser.d.ts +304 -0
  19. package/dist/types/prisma-gen/models/Book.d.ts +2197 -0
  20. package/dist/types/prisma-gen/models/Chapter.d.ts +1934 -0
  21. package/dist/types/prisma-gen/models/ChapterAudioTiming.d.ts +1414 -0
  22. package/dist/types/prisma-gen/models/ChapterAudioUrl.d.ts +1414 -0
  23. package/dist/types/prisma-gen/models/ChapterFootnote.d.ts +1642 -0
  24. package/dist/types/prisma-gen/models/ChapterVerse.d.ts +1653 -0
  25. package/dist/types/prisma-gen/models/ChapterWords.d.ts +1366 -0
  26. package/dist/types/prisma-gen/models/Commentary.d.ts +1711 -0
  27. package/dist/types/prisma-gen/models/CommentaryBook.d.ts +1622 -0
  28. package/dist/types/prisma-gen/models/CommentaryChapter.d.ts +1487 -0
  29. package/dist/types/prisma-gen/models/CommentaryChapterVerse.d.ts +1514 -0
  30. package/dist/types/prisma-gen/models/CommentaryProfile.d.ts +1451 -0
  31. package/dist/types/prisma-gen/models/Dataset.d.ts +1810 -0
  32. package/dist/types/prisma-gen/models/DatasetBook.d.ts +1565 -0
  33. package/dist/types/prisma-gen/models/DatasetChapter.d.ts +1553 -0
  34. package/dist/types/prisma-gen/models/DatasetChapterVerse.d.ts +1600 -0
  35. package/dist/types/prisma-gen/models/DatasetEntity.d.ts +1214 -0
  36. package/dist/types/prisma-gen/models/DatasetReference.d.ts +1789 -0
  37. package/dist/types/prisma-gen/models/EBibleSource.d.ts +1686 -0
  38. package/dist/types/prisma-gen/models/InputFile.d.ts +1039 -0
  39. package/dist/types/prisma-gen/models/InputFileWarning.d.ts +946 -0
  40. package/dist/types/prisma-gen/models/Translation.d.ts +2238 -0
  41. package/dist/types/prisma-gen/models.d.ts +24 -0
  42. package/dist/types/s3.d.ts +2 -0
  43. package/dist/types/uploads.d.ts +1 -1
  44. package/meta/ARBNAV.json +10 -10
  45. package/meta/BSB.json +10 -10
  46. package/meta/HBOMAS.json +10 -10
  47. package/meta/HINIRV.json +10 -10
  48. package/meta/eng_dra.json +10 -10
  49. package/migrations/20240420231455_initial/migration.sql +66 -66
  50. package/migrations/20240711173108_add_chapter_audio/migration.sql +13 -13
  51. package/migrations/20240724212651_add_hashing/migration.sql +25 -25
  52. package/migrations/20250625201152_add_extra_ebible_metadata/migration.sql +3 -3
  53. package/migrations/20250630200532_add_apocryhpa_flag/migration.sql +2 -2
  54. package/migrations/20250701195337_add_file_warnings/migration.sql +8 -8
  55. package/migrations/20251028135135_add_datasets/migration.sql +72 -72
  56. package/migrations/20251028144932_fix_dataset_types/migration.sql +50 -50
  57. package/migrations/20260217200934_add_license_notice/migration.sql +5 -5
  58. package/migrations/20260703000000_add_chapter_audio_timing/migration.sql +13 -0
  59. package/migrations/20260809000000_add_chapter_words/migration.sql +12 -0
  60. package/migrations/20260829000000_add_dataset_entities/migration.sql +12 -0
  61. package/package.json +21 -18
  62. package/schema.prisma +65 -2
  63. package/prisma-gen/default.d.ts +0 -1
  64. package/prisma-gen/default.js +0 -1
  65. package/prisma-gen/edge.d.ts +0 -1
  66. package/prisma-gen/edge.js +0 -403
  67. package/prisma-gen/index-browser.js +0 -397
  68. package/prisma-gen/index.d.ts +0 -34011
  69. package/prisma-gen/index.js +0 -426
  70. package/prisma-gen/runtime/edge-esm.js +0 -31
  71. package/prisma-gen/runtime/edge.js +0 -31
  72. package/prisma-gen/runtime/index-browser.d.ts +0 -365
  73. package/prisma-gen/runtime/index-browser.js +0 -13
  74. package/prisma-gen/runtime/library.d.ts +0 -3403
  75. package/prisma-gen/runtime/library.js +0 -143
  76. package/prisma-gen/runtime/react-native.js +0 -80
  77. package/prisma-gen/runtime/wasm.js +0 -32
  78. package/prisma-gen/wasm.d.ts +0 -1
  79. package/prisma-gen/wasm.js +0 -397
@@ -0,0 +1,1711 @@
1
+ import type * as runtime from "@prisma/client/runtime/client";
2
+ import type * as Prisma from "../internal/prismaNamespace";
3
+ /**
4
+ * Model Commentary
5
+ *
6
+ */
7
+ export type CommentaryModel = runtime.Types.Result.DefaultSelection<Prisma.$CommentaryPayload>;
8
+ export type AggregateCommentary = {
9
+ _count: CommentaryCountAggregateOutputType | null;
10
+ _min: CommentaryMinAggregateOutputType | null;
11
+ _max: CommentaryMaxAggregateOutputType | null;
12
+ };
13
+ export type CommentaryMinAggregateOutputType = {
14
+ id: string | null;
15
+ name: string | null;
16
+ website: string | null;
17
+ licenseUrl: string | null;
18
+ licenseNotes: string | null;
19
+ licenseNotice: string | null;
20
+ englishName: string | null;
21
+ language: string | null;
22
+ textDirection: string | null;
23
+ sha256: string | null;
24
+ };
25
+ export type CommentaryMaxAggregateOutputType = {
26
+ id: string | null;
27
+ name: string | null;
28
+ website: string | null;
29
+ licenseUrl: string | null;
30
+ licenseNotes: string | null;
31
+ licenseNotice: string | null;
32
+ englishName: string | null;
33
+ language: string | null;
34
+ textDirection: string | null;
35
+ sha256: string | null;
36
+ };
37
+ export type CommentaryCountAggregateOutputType = {
38
+ id: number;
39
+ name: number;
40
+ website: number;
41
+ licenseUrl: number;
42
+ licenseNotes: number;
43
+ licenseNotice: number;
44
+ englishName: number;
45
+ language: number;
46
+ textDirection: number;
47
+ sha256: number;
48
+ _all: number;
49
+ };
50
+ export type CommentaryMinAggregateInputType = {
51
+ id?: true;
52
+ name?: true;
53
+ website?: true;
54
+ licenseUrl?: true;
55
+ licenseNotes?: true;
56
+ licenseNotice?: true;
57
+ englishName?: true;
58
+ language?: true;
59
+ textDirection?: true;
60
+ sha256?: true;
61
+ };
62
+ export type CommentaryMaxAggregateInputType = {
63
+ id?: true;
64
+ name?: true;
65
+ website?: true;
66
+ licenseUrl?: true;
67
+ licenseNotes?: true;
68
+ licenseNotice?: true;
69
+ englishName?: true;
70
+ language?: true;
71
+ textDirection?: true;
72
+ sha256?: true;
73
+ };
74
+ export type CommentaryCountAggregateInputType = {
75
+ id?: true;
76
+ name?: true;
77
+ website?: true;
78
+ licenseUrl?: true;
79
+ licenseNotes?: true;
80
+ licenseNotice?: true;
81
+ englishName?: true;
82
+ language?: true;
83
+ textDirection?: true;
84
+ sha256?: true;
85
+ _all?: true;
86
+ };
87
+ export type CommentaryAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
88
+ /**
89
+ * Filter which Commentary to aggregate.
90
+ */
91
+ where?: Prisma.CommentaryWhereInput;
92
+ /**
93
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
94
+ *
95
+ * Determine the order of Commentaries to fetch.
96
+ */
97
+ orderBy?: Prisma.CommentaryOrderByWithRelationInput | Prisma.CommentaryOrderByWithRelationInput[];
98
+ /**
99
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
100
+ *
101
+ * Sets the start position
102
+ */
103
+ cursor?: Prisma.CommentaryWhereUniqueInput;
104
+ /**
105
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
106
+ *
107
+ * Take `±n` Commentaries from the position of the cursor.
108
+ */
109
+ take?: number;
110
+ /**
111
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
112
+ *
113
+ * Skip the first `n` Commentaries.
114
+ */
115
+ skip?: number;
116
+ /**
117
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
118
+ *
119
+ * Count returned Commentaries
120
+ **/
121
+ _count?: true | CommentaryCountAggregateInputType;
122
+ /**
123
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
124
+ *
125
+ * Select which fields to find the minimum value
126
+ **/
127
+ _min?: CommentaryMinAggregateInputType;
128
+ /**
129
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
130
+ *
131
+ * Select which fields to find the maximum value
132
+ **/
133
+ _max?: CommentaryMaxAggregateInputType;
134
+ };
135
+ export type GetCommentaryAggregateType<T extends CommentaryAggregateArgs> = {
136
+ [P in keyof T & keyof AggregateCommentary]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateCommentary[P]> : Prisma.GetScalarType<T[P], AggregateCommentary[P]>;
137
+ };
138
+ export type CommentaryGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
139
+ where?: Prisma.CommentaryWhereInput;
140
+ orderBy?: Prisma.CommentaryOrderByWithAggregationInput | Prisma.CommentaryOrderByWithAggregationInput[];
141
+ by: Prisma.CommentaryScalarFieldEnum[] | Prisma.CommentaryScalarFieldEnum;
142
+ having?: Prisma.CommentaryScalarWhereWithAggregatesInput;
143
+ take?: number;
144
+ skip?: number;
145
+ _count?: CommentaryCountAggregateInputType | true;
146
+ _min?: CommentaryMinAggregateInputType;
147
+ _max?: CommentaryMaxAggregateInputType;
148
+ };
149
+ export type CommentaryGroupByOutputType = {
150
+ id: string;
151
+ name: string;
152
+ website: string;
153
+ licenseUrl: string;
154
+ licenseNotes: string | null;
155
+ licenseNotice: string | null;
156
+ englishName: string;
157
+ language: string;
158
+ textDirection: string;
159
+ sha256: string | null;
160
+ _count: CommentaryCountAggregateOutputType | null;
161
+ _min: CommentaryMinAggregateOutputType | null;
162
+ _max: CommentaryMaxAggregateOutputType | null;
163
+ };
164
+ export type GetCommentaryGroupByPayload<T extends CommentaryGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<CommentaryGroupByOutputType, T['by']> & {
165
+ [P in ((keyof T) & (keyof CommentaryGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], CommentaryGroupByOutputType[P]> : Prisma.GetScalarType<T[P], CommentaryGroupByOutputType[P]>;
166
+ }>>;
167
+ export type CommentaryWhereInput = {
168
+ AND?: Prisma.CommentaryWhereInput | Prisma.CommentaryWhereInput[];
169
+ OR?: Prisma.CommentaryWhereInput[];
170
+ NOT?: Prisma.CommentaryWhereInput | Prisma.CommentaryWhereInput[];
171
+ id?: Prisma.StringFilter<"Commentary"> | string;
172
+ name?: Prisma.StringFilter<"Commentary"> | string;
173
+ website?: Prisma.StringFilter<"Commentary"> | string;
174
+ licenseUrl?: Prisma.StringFilter<"Commentary"> | string;
175
+ licenseNotes?: Prisma.StringNullableFilter<"Commentary"> | string | null;
176
+ licenseNotice?: Prisma.StringNullableFilter<"Commentary"> | string | null;
177
+ englishName?: Prisma.StringFilter<"Commentary"> | string;
178
+ language?: Prisma.StringFilter<"Commentary"> | string;
179
+ textDirection?: Prisma.StringFilter<"Commentary"> | string;
180
+ sha256?: Prisma.StringNullableFilter<"Commentary"> | string | null;
181
+ books?: Prisma.CommentaryBookListRelationFilter;
182
+ chapters?: Prisma.CommentaryChapterListRelationFilter;
183
+ verses?: Prisma.CommentaryChapterVerseListRelationFilter;
184
+ profiles?: Prisma.CommentaryProfileListRelationFilter;
185
+ };
186
+ export type CommentaryOrderByWithRelationInput = {
187
+ id?: Prisma.SortOrder;
188
+ name?: Prisma.SortOrder;
189
+ website?: Prisma.SortOrder;
190
+ licenseUrl?: Prisma.SortOrder;
191
+ licenseNotes?: Prisma.SortOrderInput | Prisma.SortOrder;
192
+ licenseNotice?: Prisma.SortOrderInput | Prisma.SortOrder;
193
+ englishName?: Prisma.SortOrder;
194
+ language?: Prisma.SortOrder;
195
+ textDirection?: Prisma.SortOrder;
196
+ sha256?: Prisma.SortOrderInput | Prisma.SortOrder;
197
+ books?: Prisma.CommentaryBookOrderByRelationAggregateInput;
198
+ chapters?: Prisma.CommentaryChapterOrderByRelationAggregateInput;
199
+ verses?: Prisma.CommentaryChapterVerseOrderByRelationAggregateInput;
200
+ profiles?: Prisma.CommentaryProfileOrderByRelationAggregateInput;
201
+ };
202
+ export type CommentaryWhereUniqueInput = Prisma.AtLeast<{
203
+ id?: string;
204
+ AND?: Prisma.CommentaryWhereInput | Prisma.CommentaryWhereInput[];
205
+ OR?: Prisma.CommentaryWhereInput[];
206
+ NOT?: Prisma.CommentaryWhereInput | Prisma.CommentaryWhereInput[];
207
+ name?: Prisma.StringFilter<"Commentary"> | string;
208
+ website?: Prisma.StringFilter<"Commentary"> | string;
209
+ licenseUrl?: Prisma.StringFilter<"Commentary"> | string;
210
+ licenseNotes?: Prisma.StringNullableFilter<"Commentary"> | string | null;
211
+ licenseNotice?: Prisma.StringNullableFilter<"Commentary"> | string | null;
212
+ englishName?: Prisma.StringFilter<"Commentary"> | string;
213
+ language?: Prisma.StringFilter<"Commentary"> | string;
214
+ textDirection?: Prisma.StringFilter<"Commentary"> | string;
215
+ sha256?: Prisma.StringNullableFilter<"Commentary"> | string | null;
216
+ books?: Prisma.CommentaryBookListRelationFilter;
217
+ chapters?: Prisma.CommentaryChapterListRelationFilter;
218
+ verses?: Prisma.CommentaryChapterVerseListRelationFilter;
219
+ profiles?: Prisma.CommentaryProfileListRelationFilter;
220
+ }, "id">;
221
+ export type CommentaryOrderByWithAggregationInput = {
222
+ id?: Prisma.SortOrder;
223
+ name?: Prisma.SortOrder;
224
+ website?: Prisma.SortOrder;
225
+ licenseUrl?: Prisma.SortOrder;
226
+ licenseNotes?: Prisma.SortOrderInput | Prisma.SortOrder;
227
+ licenseNotice?: Prisma.SortOrderInput | Prisma.SortOrder;
228
+ englishName?: Prisma.SortOrder;
229
+ language?: Prisma.SortOrder;
230
+ textDirection?: Prisma.SortOrder;
231
+ sha256?: Prisma.SortOrderInput | Prisma.SortOrder;
232
+ _count?: Prisma.CommentaryCountOrderByAggregateInput;
233
+ _max?: Prisma.CommentaryMaxOrderByAggregateInput;
234
+ _min?: Prisma.CommentaryMinOrderByAggregateInput;
235
+ };
236
+ export type CommentaryScalarWhereWithAggregatesInput = {
237
+ AND?: Prisma.CommentaryScalarWhereWithAggregatesInput | Prisma.CommentaryScalarWhereWithAggregatesInput[];
238
+ OR?: Prisma.CommentaryScalarWhereWithAggregatesInput[];
239
+ NOT?: Prisma.CommentaryScalarWhereWithAggregatesInput | Prisma.CommentaryScalarWhereWithAggregatesInput[];
240
+ id?: Prisma.StringWithAggregatesFilter<"Commentary"> | string;
241
+ name?: Prisma.StringWithAggregatesFilter<"Commentary"> | string;
242
+ website?: Prisma.StringWithAggregatesFilter<"Commentary"> | string;
243
+ licenseUrl?: Prisma.StringWithAggregatesFilter<"Commentary"> | string;
244
+ licenseNotes?: Prisma.StringNullableWithAggregatesFilter<"Commentary"> | string | null;
245
+ licenseNotice?: Prisma.StringNullableWithAggregatesFilter<"Commentary"> | string | null;
246
+ englishName?: Prisma.StringWithAggregatesFilter<"Commentary"> | string;
247
+ language?: Prisma.StringWithAggregatesFilter<"Commentary"> | string;
248
+ textDirection?: Prisma.StringWithAggregatesFilter<"Commentary"> | string;
249
+ sha256?: Prisma.StringNullableWithAggregatesFilter<"Commentary"> | string | null;
250
+ };
251
+ export type CommentaryCreateInput = {
252
+ id: string;
253
+ name: string;
254
+ website: string;
255
+ licenseUrl: string;
256
+ licenseNotes?: string | null;
257
+ licenseNotice?: string | null;
258
+ englishName: string;
259
+ language: string;
260
+ textDirection: string;
261
+ sha256?: string | null;
262
+ books?: Prisma.CommentaryBookCreateNestedManyWithoutCommentaryInput;
263
+ chapters?: Prisma.CommentaryChapterCreateNestedManyWithoutCommentaryInput;
264
+ verses?: Prisma.CommentaryChapterVerseCreateNestedManyWithoutCommentaryInput;
265
+ profiles?: Prisma.CommentaryProfileCreateNestedManyWithoutCommentaryInput;
266
+ };
267
+ export type CommentaryUncheckedCreateInput = {
268
+ id: string;
269
+ name: string;
270
+ website: string;
271
+ licenseUrl: string;
272
+ licenseNotes?: string | null;
273
+ licenseNotice?: string | null;
274
+ englishName: string;
275
+ language: string;
276
+ textDirection: string;
277
+ sha256?: string | null;
278
+ books?: Prisma.CommentaryBookUncheckedCreateNestedManyWithoutCommentaryInput;
279
+ chapters?: Prisma.CommentaryChapterUncheckedCreateNestedManyWithoutCommentaryInput;
280
+ verses?: Prisma.CommentaryChapterVerseUncheckedCreateNestedManyWithoutCommentaryInput;
281
+ profiles?: Prisma.CommentaryProfileUncheckedCreateNestedManyWithoutCommentaryInput;
282
+ };
283
+ export type CommentaryUpdateInput = {
284
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
285
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
286
+ website?: Prisma.StringFieldUpdateOperationsInput | string;
287
+ licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
288
+ licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
289
+ licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
290
+ englishName?: Prisma.StringFieldUpdateOperationsInput | string;
291
+ language?: Prisma.StringFieldUpdateOperationsInput | string;
292
+ textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
293
+ sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
294
+ books?: Prisma.CommentaryBookUpdateManyWithoutCommentaryNestedInput;
295
+ chapters?: Prisma.CommentaryChapterUpdateManyWithoutCommentaryNestedInput;
296
+ verses?: Prisma.CommentaryChapterVerseUpdateManyWithoutCommentaryNestedInput;
297
+ profiles?: Prisma.CommentaryProfileUpdateManyWithoutCommentaryNestedInput;
298
+ };
299
+ export type CommentaryUncheckedUpdateInput = {
300
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
301
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
302
+ website?: Prisma.StringFieldUpdateOperationsInput | string;
303
+ licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
304
+ licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
305
+ licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
306
+ englishName?: Prisma.StringFieldUpdateOperationsInput | string;
307
+ language?: Prisma.StringFieldUpdateOperationsInput | string;
308
+ textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
309
+ sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
310
+ books?: Prisma.CommentaryBookUncheckedUpdateManyWithoutCommentaryNestedInput;
311
+ chapters?: Prisma.CommentaryChapterUncheckedUpdateManyWithoutCommentaryNestedInput;
312
+ verses?: Prisma.CommentaryChapterVerseUncheckedUpdateManyWithoutCommentaryNestedInput;
313
+ profiles?: Prisma.CommentaryProfileUncheckedUpdateManyWithoutCommentaryNestedInput;
314
+ };
315
+ export type CommentaryCreateManyInput = {
316
+ id: string;
317
+ name: string;
318
+ website: string;
319
+ licenseUrl: string;
320
+ licenseNotes?: string | null;
321
+ licenseNotice?: string | null;
322
+ englishName: string;
323
+ language: string;
324
+ textDirection: string;
325
+ sha256?: string | null;
326
+ };
327
+ export type CommentaryUpdateManyMutationInput = {
328
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
329
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
330
+ website?: Prisma.StringFieldUpdateOperationsInput | string;
331
+ licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
332
+ licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
333
+ licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
334
+ englishName?: Prisma.StringFieldUpdateOperationsInput | string;
335
+ language?: Prisma.StringFieldUpdateOperationsInput | string;
336
+ textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
337
+ sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
338
+ };
339
+ export type CommentaryUncheckedUpdateManyInput = {
340
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
341
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
342
+ website?: Prisma.StringFieldUpdateOperationsInput | string;
343
+ licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
344
+ licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
345
+ licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
346
+ englishName?: Prisma.StringFieldUpdateOperationsInput | string;
347
+ language?: Prisma.StringFieldUpdateOperationsInput | string;
348
+ textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
349
+ sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
350
+ };
351
+ export type CommentaryCountOrderByAggregateInput = {
352
+ id?: Prisma.SortOrder;
353
+ name?: Prisma.SortOrder;
354
+ website?: Prisma.SortOrder;
355
+ licenseUrl?: Prisma.SortOrder;
356
+ licenseNotes?: Prisma.SortOrder;
357
+ licenseNotice?: Prisma.SortOrder;
358
+ englishName?: Prisma.SortOrder;
359
+ language?: Prisma.SortOrder;
360
+ textDirection?: Prisma.SortOrder;
361
+ sha256?: Prisma.SortOrder;
362
+ };
363
+ export type CommentaryMaxOrderByAggregateInput = {
364
+ id?: Prisma.SortOrder;
365
+ name?: Prisma.SortOrder;
366
+ website?: Prisma.SortOrder;
367
+ licenseUrl?: Prisma.SortOrder;
368
+ licenseNotes?: Prisma.SortOrder;
369
+ licenseNotice?: Prisma.SortOrder;
370
+ englishName?: Prisma.SortOrder;
371
+ language?: Prisma.SortOrder;
372
+ textDirection?: Prisma.SortOrder;
373
+ sha256?: Prisma.SortOrder;
374
+ };
375
+ export type CommentaryMinOrderByAggregateInput = {
376
+ id?: Prisma.SortOrder;
377
+ name?: Prisma.SortOrder;
378
+ website?: Prisma.SortOrder;
379
+ licenseUrl?: Prisma.SortOrder;
380
+ licenseNotes?: Prisma.SortOrder;
381
+ licenseNotice?: Prisma.SortOrder;
382
+ englishName?: Prisma.SortOrder;
383
+ language?: Prisma.SortOrder;
384
+ textDirection?: Prisma.SortOrder;
385
+ sha256?: Prisma.SortOrder;
386
+ };
387
+ export type CommentaryScalarRelationFilter = {
388
+ is?: Prisma.CommentaryWhereInput;
389
+ isNot?: Prisma.CommentaryWhereInput;
390
+ };
391
+ export type CommentaryCreateNestedOneWithoutBooksInput = {
392
+ create?: Prisma.XOR<Prisma.CommentaryCreateWithoutBooksInput, Prisma.CommentaryUncheckedCreateWithoutBooksInput>;
393
+ connectOrCreate?: Prisma.CommentaryCreateOrConnectWithoutBooksInput;
394
+ connect?: Prisma.CommentaryWhereUniqueInput;
395
+ };
396
+ export type CommentaryUpdateOneRequiredWithoutBooksNestedInput = {
397
+ create?: Prisma.XOR<Prisma.CommentaryCreateWithoutBooksInput, Prisma.CommentaryUncheckedCreateWithoutBooksInput>;
398
+ connectOrCreate?: Prisma.CommentaryCreateOrConnectWithoutBooksInput;
399
+ upsert?: Prisma.CommentaryUpsertWithoutBooksInput;
400
+ connect?: Prisma.CommentaryWhereUniqueInput;
401
+ update?: Prisma.XOR<Prisma.XOR<Prisma.CommentaryUpdateToOneWithWhereWithoutBooksInput, Prisma.CommentaryUpdateWithoutBooksInput>, Prisma.CommentaryUncheckedUpdateWithoutBooksInput>;
402
+ };
403
+ export type CommentaryCreateNestedOneWithoutProfilesInput = {
404
+ create?: Prisma.XOR<Prisma.CommentaryCreateWithoutProfilesInput, Prisma.CommentaryUncheckedCreateWithoutProfilesInput>;
405
+ connectOrCreate?: Prisma.CommentaryCreateOrConnectWithoutProfilesInput;
406
+ connect?: Prisma.CommentaryWhereUniqueInput;
407
+ };
408
+ export type CommentaryUpdateOneRequiredWithoutProfilesNestedInput = {
409
+ create?: Prisma.XOR<Prisma.CommentaryCreateWithoutProfilesInput, Prisma.CommentaryUncheckedCreateWithoutProfilesInput>;
410
+ connectOrCreate?: Prisma.CommentaryCreateOrConnectWithoutProfilesInput;
411
+ upsert?: Prisma.CommentaryUpsertWithoutProfilesInput;
412
+ connect?: Prisma.CommentaryWhereUniqueInput;
413
+ update?: Prisma.XOR<Prisma.XOR<Prisma.CommentaryUpdateToOneWithWhereWithoutProfilesInput, Prisma.CommentaryUpdateWithoutProfilesInput>, Prisma.CommentaryUncheckedUpdateWithoutProfilesInput>;
414
+ };
415
+ export type CommentaryCreateNestedOneWithoutChaptersInput = {
416
+ create?: Prisma.XOR<Prisma.CommentaryCreateWithoutChaptersInput, Prisma.CommentaryUncheckedCreateWithoutChaptersInput>;
417
+ connectOrCreate?: Prisma.CommentaryCreateOrConnectWithoutChaptersInput;
418
+ connect?: Prisma.CommentaryWhereUniqueInput;
419
+ };
420
+ export type CommentaryUpdateOneRequiredWithoutChaptersNestedInput = {
421
+ create?: Prisma.XOR<Prisma.CommentaryCreateWithoutChaptersInput, Prisma.CommentaryUncheckedCreateWithoutChaptersInput>;
422
+ connectOrCreate?: Prisma.CommentaryCreateOrConnectWithoutChaptersInput;
423
+ upsert?: Prisma.CommentaryUpsertWithoutChaptersInput;
424
+ connect?: Prisma.CommentaryWhereUniqueInput;
425
+ update?: Prisma.XOR<Prisma.XOR<Prisma.CommentaryUpdateToOneWithWhereWithoutChaptersInput, Prisma.CommentaryUpdateWithoutChaptersInput>, Prisma.CommentaryUncheckedUpdateWithoutChaptersInput>;
426
+ };
427
+ export type CommentaryCreateNestedOneWithoutVersesInput = {
428
+ create?: Prisma.XOR<Prisma.CommentaryCreateWithoutVersesInput, Prisma.CommentaryUncheckedCreateWithoutVersesInput>;
429
+ connectOrCreate?: Prisma.CommentaryCreateOrConnectWithoutVersesInput;
430
+ connect?: Prisma.CommentaryWhereUniqueInput;
431
+ };
432
+ export type CommentaryUpdateOneRequiredWithoutVersesNestedInput = {
433
+ create?: Prisma.XOR<Prisma.CommentaryCreateWithoutVersesInput, Prisma.CommentaryUncheckedCreateWithoutVersesInput>;
434
+ connectOrCreate?: Prisma.CommentaryCreateOrConnectWithoutVersesInput;
435
+ upsert?: Prisma.CommentaryUpsertWithoutVersesInput;
436
+ connect?: Prisma.CommentaryWhereUniqueInput;
437
+ update?: Prisma.XOR<Prisma.XOR<Prisma.CommentaryUpdateToOneWithWhereWithoutVersesInput, Prisma.CommentaryUpdateWithoutVersesInput>, Prisma.CommentaryUncheckedUpdateWithoutVersesInput>;
438
+ };
439
+ export type CommentaryCreateWithoutBooksInput = {
440
+ id: string;
441
+ name: string;
442
+ website: string;
443
+ licenseUrl: string;
444
+ licenseNotes?: string | null;
445
+ licenseNotice?: string | null;
446
+ englishName: string;
447
+ language: string;
448
+ textDirection: string;
449
+ sha256?: string | null;
450
+ chapters?: Prisma.CommentaryChapterCreateNestedManyWithoutCommentaryInput;
451
+ verses?: Prisma.CommentaryChapterVerseCreateNestedManyWithoutCommentaryInput;
452
+ profiles?: Prisma.CommentaryProfileCreateNestedManyWithoutCommentaryInput;
453
+ };
454
+ export type CommentaryUncheckedCreateWithoutBooksInput = {
455
+ id: string;
456
+ name: string;
457
+ website: string;
458
+ licenseUrl: string;
459
+ licenseNotes?: string | null;
460
+ licenseNotice?: string | null;
461
+ englishName: string;
462
+ language: string;
463
+ textDirection: string;
464
+ sha256?: string | null;
465
+ chapters?: Prisma.CommentaryChapterUncheckedCreateNestedManyWithoutCommentaryInput;
466
+ verses?: Prisma.CommentaryChapterVerseUncheckedCreateNestedManyWithoutCommentaryInput;
467
+ profiles?: Prisma.CommentaryProfileUncheckedCreateNestedManyWithoutCommentaryInput;
468
+ };
469
+ export type CommentaryCreateOrConnectWithoutBooksInput = {
470
+ where: Prisma.CommentaryWhereUniqueInput;
471
+ create: Prisma.XOR<Prisma.CommentaryCreateWithoutBooksInput, Prisma.CommentaryUncheckedCreateWithoutBooksInput>;
472
+ };
473
+ export type CommentaryUpsertWithoutBooksInput = {
474
+ update: Prisma.XOR<Prisma.CommentaryUpdateWithoutBooksInput, Prisma.CommentaryUncheckedUpdateWithoutBooksInput>;
475
+ create: Prisma.XOR<Prisma.CommentaryCreateWithoutBooksInput, Prisma.CommentaryUncheckedCreateWithoutBooksInput>;
476
+ where?: Prisma.CommentaryWhereInput;
477
+ };
478
+ export type CommentaryUpdateToOneWithWhereWithoutBooksInput = {
479
+ where?: Prisma.CommentaryWhereInput;
480
+ data: Prisma.XOR<Prisma.CommentaryUpdateWithoutBooksInput, Prisma.CommentaryUncheckedUpdateWithoutBooksInput>;
481
+ };
482
+ export type CommentaryUpdateWithoutBooksInput = {
483
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
484
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
485
+ website?: Prisma.StringFieldUpdateOperationsInput | string;
486
+ licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
487
+ licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
488
+ licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
489
+ englishName?: Prisma.StringFieldUpdateOperationsInput | string;
490
+ language?: Prisma.StringFieldUpdateOperationsInput | string;
491
+ textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
492
+ sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
493
+ chapters?: Prisma.CommentaryChapterUpdateManyWithoutCommentaryNestedInput;
494
+ verses?: Prisma.CommentaryChapterVerseUpdateManyWithoutCommentaryNestedInput;
495
+ profiles?: Prisma.CommentaryProfileUpdateManyWithoutCommentaryNestedInput;
496
+ };
497
+ export type CommentaryUncheckedUpdateWithoutBooksInput = {
498
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
499
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
500
+ website?: Prisma.StringFieldUpdateOperationsInput | string;
501
+ licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
502
+ licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
503
+ licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
504
+ englishName?: Prisma.StringFieldUpdateOperationsInput | string;
505
+ language?: Prisma.StringFieldUpdateOperationsInput | string;
506
+ textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
507
+ sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
508
+ chapters?: Prisma.CommentaryChapterUncheckedUpdateManyWithoutCommentaryNestedInput;
509
+ verses?: Prisma.CommentaryChapterVerseUncheckedUpdateManyWithoutCommentaryNestedInput;
510
+ profiles?: Prisma.CommentaryProfileUncheckedUpdateManyWithoutCommentaryNestedInput;
511
+ };
512
+ export type CommentaryCreateWithoutProfilesInput = {
513
+ id: string;
514
+ name: string;
515
+ website: string;
516
+ licenseUrl: string;
517
+ licenseNotes?: string | null;
518
+ licenseNotice?: string | null;
519
+ englishName: string;
520
+ language: string;
521
+ textDirection: string;
522
+ sha256?: string | null;
523
+ books?: Prisma.CommentaryBookCreateNestedManyWithoutCommentaryInput;
524
+ chapters?: Prisma.CommentaryChapterCreateNestedManyWithoutCommentaryInput;
525
+ verses?: Prisma.CommentaryChapterVerseCreateNestedManyWithoutCommentaryInput;
526
+ };
527
+ export type CommentaryUncheckedCreateWithoutProfilesInput = {
528
+ id: string;
529
+ name: string;
530
+ website: string;
531
+ licenseUrl: string;
532
+ licenseNotes?: string | null;
533
+ licenseNotice?: string | null;
534
+ englishName: string;
535
+ language: string;
536
+ textDirection: string;
537
+ sha256?: string | null;
538
+ books?: Prisma.CommentaryBookUncheckedCreateNestedManyWithoutCommentaryInput;
539
+ chapters?: Prisma.CommentaryChapterUncheckedCreateNestedManyWithoutCommentaryInput;
540
+ verses?: Prisma.CommentaryChapterVerseUncheckedCreateNestedManyWithoutCommentaryInput;
541
+ };
542
+ export type CommentaryCreateOrConnectWithoutProfilesInput = {
543
+ where: Prisma.CommentaryWhereUniqueInput;
544
+ create: Prisma.XOR<Prisma.CommentaryCreateWithoutProfilesInput, Prisma.CommentaryUncheckedCreateWithoutProfilesInput>;
545
+ };
546
+ export type CommentaryUpsertWithoutProfilesInput = {
547
+ update: Prisma.XOR<Prisma.CommentaryUpdateWithoutProfilesInput, Prisma.CommentaryUncheckedUpdateWithoutProfilesInput>;
548
+ create: Prisma.XOR<Prisma.CommentaryCreateWithoutProfilesInput, Prisma.CommentaryUncheckedCreateWithoutProfilesInput>;
549
+ where?: Prisma.CommentaryWhereInput;
550
+ };
551
+ export type CommentaryUpdateToOneWithWhereWithoutProfilesInput = {
552
+ where?: Prisma.CommentaryWhereInput;
553
+ data: Prisma.XOR<Prisma.CommentaryUpdateWithoutProfilesInput, Prisma.CommentaryUncheckedUpdateWithoutProfilesInput>;
554
+ };
555
+ export type CommentaryUpdateWithoutProfilesInput = {
556
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
557
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
558
+ website?: Prisma.StringFieldUpdateOperationsInput | string;
559
+ licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
560
+ licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
561
+ licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
562
+ englishName?: Prisma.StringFieldUpdateOperationsInput | string;
563
+ language?: Prisma.StringFieldUpdateOperationsInput | string;
564
+ textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
565
+ sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
566
+ books?: Prisma.CommentaryBookUpdateManyWithoutCommentaryNestedInput;
567
+ chapters?: Prisma.CommentaryChapterUpdateManyWithoutCommentaryNestedInput;
568
+ verses?: Prisma.CommentaryChapterVerseUpdateManyWithoutCommentaryNestedInput;
569
+ };
570
+ export type CommentaryUncheckedUpdateWithoutProfilesInput = {
571
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
572
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
573
+ website?: Prisma.StringFieldUpdateOperationsInput | string;
574
+ licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
575
+ licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
576
+ licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
577
+ englishName?: Prisma.StringFieldUpdateOperationsInput | string;
578
+ language?: Prisma.StringFieldUpdateOperationsInput | string;
579
+ textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
580
+ sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
581
+ books?: Prisma.CommentaryBookUncheckedUpdateManyWithoutCommentaryNestedInput;
582
+ chapters?: Prisma.CommentaryChapterUncheckedUpdateManyWithoutCommentaryNestedInput;
583
+ verses?: Prisma.CommentaryChapterVerseUncheckedUpdateManyWithoutCommentaryNestedInput;
584
+ };
585
+ export type CommentaryCreateWithoutChaptersInput = {
586
+ id: string;
587
+ name: string;
588
+ website: string;
589
+ licenseUrl: string;
590
+ licenseNotes?: string | null;
591
+ licenseNotice?: string | null;
592
+ englishName: string;
593
+ language: string;
594
+ textDirection: string;
595
+ sha256?: string | null;
596
+ books?: Prisma.CommentaryBookCreateNestedManyWithoutCommentaryInput;
597
+ verses?: Prisma.CommentaryChapterVerseCreateNestedManyWithoutCommentaryInput;
598
+ profiles?: Prisma.CommentaryProfileCreateNestedManyWithoutCommentaryInput;
599
+ };
600
+ export type CommentaryUncheckedCreateWithoutChaptersInput = {
601
+ id: string;
602
+ name: string;
603
+ website: string;
604
+ licenseUrl: string;
605
+ licenseNotes?: string | null;
606
+ licenseNotice?: string | null;
607
+ englishName: string;
608
+ language: string;
609
+ textDirection: string;
610
+ sha256?: string | null;
611
+ books?: Prisma.CommentaryBookUncheckedCreateNestedManyWithoutCommentaryInput;
612
+ verses?: Prisma.CommentaryChapterVerseUncheckedCreateNestedManyWithoutCommentaryInput;
613
+ profiles?: Prisma.CommentaryProfileUncheckedCreateNestedManyWithoutCommentaryInput;
614
+ };
615
+ export type CommentaryCreateOrConnectWithoutChaptersInput = {
616
+ where: Prisma.CommentaryWhereUniqueInput;
617
+ create: Prisma.XOR<Prisma.CommentaryCreateWithoutChaptersInput, Prisma.CommentaryUncheckedCreateWithoutChaptersInput>;
618
+ };
619
+ export type CommentaryUpsertWithoutChaptersInput = {
620
+ update: Prisma.XOR<Prisma.CommentaryUpdateWithoutChaptersInput, Prisma.CommentaryUncheckedUpdateWithoutChaptersInput>;
621
+ create: Prisma.XOR<Prisma.CommentaryCreateWithoutChaptersInput, Prisma.CommentaryUncheckedCreateWithoutChaptersInput>;
622
+ where?: Prisma.CommentaryWhereInput;
623
+ };
624
+ export type CommentaryUpdateToOneWithWhereWithoutChaptersInput = {
625
+ where?: Prisma.CommentaryWhereInput;
626
+ data: Prisma.XOR<Prisma.CommentaryUpdateWithoutChaptersInput, Prisma.CommentaryUncheckedUpdateWithoutChaptersInput>;
627
+ };
628
+ export type CommentaryUpdateWithoutChaptersInput = {
629
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
630
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
631
+ website?: Prisma.StringFieldUpdateOperationsInput | string;
632
+ licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
633
+ licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
634
+ licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
635
+ englishName?: Prisma.StringFieldUpdateOperationsInput | string;
636
+ language?: Prisma.StringFieldUpdateOperationsInput | string;
637
+ textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
638
+ sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
639
+ books?: Prisma.CommentaryBookUpdateManyWithoutCommentaryNestedInput;
640
+ verses?: Prisma.CommentaryChapterVerseUpdateManyWithoutCommentaryNestedInput;
641
+ profiles?: Prisma.CommentaryProfileUpdateManyWithoutCommentaryNestedInput;
642
+ };
643
+ export type CommentaryUncheckedUpdateWithoutChaptersInput = {
644
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
645
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
646
+ website?: Prisma.StringFieldUpdateOperationsInput | string;
647
+ licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
648
+ licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
649
+ licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
650
+ englishName?: Prisma.StringFieldUpdateOperationsInput | string;
651
+ language?: Prisma.StringFieldUpdateOperationsInput | string;
652
+ textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
653
+ sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
654
+ books?: Prisma.CommentaryBookUncheckedUpdateManyWithoutCommentaryNestedInput;
655
+ verses?: Prisma.CommentaryChapterVerseUncheckedUpdateManyWithoutCommentaryNestedInput;
656
+ profiles?: Prisma.CommentaryProfileUncheckedUpdateManyWithoutCommentaryNestedInput;
657
+ };
658
+ export type CommentaryCreateWithoutVersesInput = {
659
+ id: string;
660
+ name: string;
661
+ website: string;
662
+ licenseUrl: string;
663
+ licenseNotes?: string | null;
664
+ licenseNotice?: string | null;
665
+ englishName: string;
666
+ language: string;
667
+ textDirection: string;
668
+ sha256?: string | null;
669
+ books?: Prisma.CommentaryBookCreateNestedManyWithoutCommentaryInput;
670
+ chapters?: Prisma.CommentaryChapterCreateNestedManyWithoutCommentaryInput;
671
+ profiles?: Prisma.CommentaryProfileCreateNestedManyWithoutCommentaryInput;
672
+ };
673
+ export type CommentaryUncheckedCreateWithoutVersesInput = {
674
+ id: string;
675
+ name: string;
676
+ website: string;
677
+ licenseUrl: string;
678
+ licenseNotes?: string | null;
679
+ licenseNotice?: string | null;
680
+ englishName: string;
681
+ language: string;
682
+ textDirection: string;
683
+ sha256?: string | null;
684
+ books?: Prisma.CommentaryBookUncheckedCreateNestedManyWithoutCommentaryInput;
685
+ chapters?: Prisma.CommentaryChapterUncheckedCreateNestedManyWithoutCommentaryInput;
686
+ profiles?: Prisma.CommentaryProfileUncheckedCreateNestedManyWithoutCommentaryInput;
687
+ };
688
+ export type CommentaryCreateOrConnectWithoutVersesInput = {
689
+ where: Prisma.CommentaryWhereUniqueInput;
690
+ create: Prisma.XOR<Prisma.CommentaryCreateWithoutVersesInput, Prisma.CommentaryUncheckedCreateWithoutVersesInput>;
691
+ };
692
+ export type CommentaryUpsertWithoutVersesInput = {
693
+ update: Prisma.XOR<Prisma.CommentaryUpdateWithoutVersesInput, Prisma.CommentaryUncheckedUpdateWithoutVersesInput>;
694
+ create: Prisma.XOR<Prisma.CommentaryCreateWithoutVersesInput, Prisma.CommentaryUncheckedCreateWithoutVersesInput>;
695
+ where?: Prisma.CommentaryWhereInput;
696
+ };
697
+ export type CommentaryUpdateToOneWithWhereWithoutVersesInput = {
698
+ where?: Prisma.CommentaryWhereInput;
699
+ data: Prisma.XOR<Prisma.CommentaryUpdateWithoutVersesInput, Prisma.CommentaryUncheckedUpdateWithoutVersesInput>;
700
+ };
701
+ export type CommentaryUpdateWithoutVersesInput = {
702
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
703
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
704
+ website?: Prisma.StringFieldUpdateOperationsInput | string;
705
+ licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
706
+ licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
707
+ licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
708
+ englishName?: Prisma.StringFieldUpdateOperationsInput | string;
709
+ language?: Prisma.StringFieldUpdateOperationsInput | string;
710
+ textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
711
+ sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
712
+ books?: Prisma.CommentaryBookUpdateManyWithoutCommentaryNestedInput;
713
+ chapters?: Prisma.CommentaryChapterUpdateManyWithoutCommentaryNestedInput;
714
+ profiles?: Prisma.CommentaryProfileUpdateManyWithoutCommentaryNestedInput;
715
+ };
716
+ export type CommentaryUncheckedUpdateWithoutVersesInput = {
717
+ id?: Prisma.StringFieldUpdateOperationsInput | string;
718
+ name?: Prisma.StringFieldUpdateOperationsInput | string;
719
+ website?: Prisma.StringFieldUpdateOperationsInput | string;
720
+ licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
721
+ licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
722
+ licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
723
+ englishName?: Prisma.StringFieldUpdateOperationsInput | string;
724
+ language?: Prisma.StringFieldUpdateOperationsInput | string;
725
+ textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
726
+ sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
727
+ books?: Prisma.CommentaryBookUncheckedUpdateManyWithoutCommentaryNestedInput;
728
+ chapters?: Prisma.CommentaryChapterUncheckedUpdateManyWithoutCommentaryNestedInput;
729
+ profiles?: Prisma.CommentaryProfileUncheckedUpdateManyWithoutCommentaryNestedInput;
730
+ };
731
+ /**
732
+ * Count Type CommentaryCountOutputType
733
+ */
734
+ export type CommentaryCountOutputType = {
735
+ books: number;
736
+ chapters: number;
737
+ verses: number;
738
+ profiles: number;
739
+ };
740
+ export type CommentaryCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
741
+ books?: boolean | CommentaryCountOutputTypeCountBooksArgs;
742
+ chapters?: boolean | CommentaryCountOutputTypeCountChaptersArgs;
743
+ verses?: boolean | CommentaryCountOutputTypeCountVersesArgs;
744
+ profiles?: boolean | CommentaryCountOutputTypeCountProfilesArgs;
745
+ };
746
+ /**
747
+ * CommentaryCountOutputType without action
748
+ */
749
+ export type CommentaryCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
750
+ /**
751
+ * Select specific fields to fetch from the CommentaryCountOutputType
752
+ */
753
+ select?: Prisma.CommentaryCountOutputTypeSelect<ExtArgs> | null;
754
+ };
755
+ /**
756
+ * CommentaryCountOutputType without action
757
+ */
758
+ export type CommentaryCountOutputTypeCountBooksArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
759
+ where?: Prisma.CommentaryBookWhereInput;
760
+ };
761
+ /**
762
+ * CommentaryCountOutputType without action
763
+ */
764
+ export type CommentaryCountOutputTypeCountChaptersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
765
+ where?: Prisma.CommentaryChapterWhereInput;
766
+ };
767
+ /**
768
+ * CommentaryCountOutputType without action
769
+ */
770
+ export type CommentaryCountOutputTypeCountVersesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
771
+ where?: Prisma.CommentaryChapterVerseWhereInput;
772
+ };
773
+ /**
774
+ * CommentaryCountOutputType without action
775
+ */
776
+ export type CommentaryCountOutputTypeCountProfilesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
777
+ where?: Prisma.CommentaryProfileWhereInput;
778
+ };
779
+ export type CommentarySelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
780
+ id?: boolean;
781
+ name?: boolean;
782
+ website?: boolean;
783
+ licenseUrl?: boolean;
784
+ licenseNotes?: boolean;
785
+ licenseNotice?: boolean;
786
+ englishName?: boolean;
787
+ language?: boolean;
788
+ textDirection?: boolean;
789
+ sha256?: boolean;
790
+ books?: boolean | Prisma.Commentary$booksArgs<ExtArgs>;
791
+ chapters?: boolean | Prisma.Commentary$chaptersArgs<ExtArgs>;
792
+ verses?: boolean | Prisma.Commentary$versesArgs<ExtArgs>;
793
+ profiles?: boolean | Prisma.Commentary$profilesArgs<ExtArgs>;
794
+ _count?: boolean | Prisma.CommentaryCountOutputTypeDefaultArgs<ExtArgs>;
795
+ }, ExtArgs["result"]["commentary"]>;
796
+ export type CommentarySelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
797
+ id?: boolean;
798
+ name?: boolean;
799
+ website?: boolean;
800
+ licenseUrl?: boolean;
801
+ licenseNotes?: boolean;
802
+ licenseNotice?: boolean;
803
+ englishName?: boolean;
804
+ language?: boolean;
805
+ textDirection?: boolean;
806
+ sha256?: boolean;
807
+ }, ExtArgs["result"]["commentary"]>;
808
+ export type CommentarySelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
809
+ id?: boolean;
810
+ name?: boolean;
811
+ website?: boolean;
812
+ licenseUrl?: boolean;
813
+ licenseNotes?: boolean;
814
+ licenseNotice?: boolean;
815
+ englishName?: boolean;
816
+ language?: boolean;
817
+ textDirection?: boolean;
818
+ sha256?: boolean;
819
+ }, ExtArgs["result"]["commentary"]>;
820
+ export type CommentarySelectScalar = {
821
+ id?: boolean;
822
+ name?: boolean;
823
+ website?: boolean;
824
+ licenseUrl?: boolean;
825
+ licenseNotes?: boolean;
826
+ licenseNotice?: boolean;
827
+ englishName?: boolean;
828
+ language?: boolean;
829
+ textDirection?: boolean;
830
+ sha256?: boolean;
831
+ };
832
+ export type CommentaryOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "name" | "website" | "licenseUrl" | "licenseNotes" | "licenseNotice" | "englishName" | "language" | "textDirection" | "sha256", ExtArgs["result"]["commentary"]>;
833
+ export type CommentaryInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
834
+ books?: boolean | Prisma.Commentary$booksArgs<ExtArgs>;
835
+ chapters?: boolean | Prisma.Commentary$chaptersArgs<ExtArgs>;
836
+ verses?: boolean | Prisma.Commentary$versesArgs<ExtArgs>;
837
+ profiles?: boolean | Prisma.Commentary$profilesArgs<ExtArgs>;
838
+ _count?: boolean | Prisma.CommentaryCountOutputTypeDefaultArgs<ExtArgs>;
839
+ };
840
+ export type CommentaryIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {};
841
+ export type CommentaryIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {};
842
+ export type $CommentaryPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
843
+ name: "Commentary";
844
+ objects: {
845
+ books: Prisma.$CommentaryBookPayload<ExtArgs>[];
846
+ chapters: Prisma.$CommentaryChapterPayload<ExtArgs>[];
847
+ verses: Prisma.$CommentaryChapterVersePayload<ExtArgs>[];
848
+ profiles: Prisma.$CommentaryProfilePayload<ExtArgs>[];
849
+ };
850
+ scalars: runtime.Types.Extensions.GetPayloadResult<{
851
+ id: string;
852
+ name: string;
853
+ website: string;
854
+ licenseUrl: string;
855
+ licenseNotes: string | null;
856
+ licenseNotice: string | null;
857
+ englishName: string;
858
+ language: string;
859
+ textDirection: string;
860
+ sha256: string | null;
861
+ }, ExtArgs["result"]["commentary"]>;
862
+ composites: {};
863
+ };
864
+ export type CommentaryGetPayload<S extends boolean | null | undefined | CommentaryDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$CommentaryPayload, S>;
865
+ export type CommentaryCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<CommentaryFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
866
+ select?: CommentaryCountAggregateInputType | true;
867
+ };
868
+ export interface CommentaryDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
869
+ [K: symbol]: {
870
+ types: Prisma.TypeMap<ExtArgs>['model']['Commentary'];
871
+ meta: {
872
+ name: 'Commentary';
873
+ };
874
+ };
875
+ /**
876
+ * Find zero or one Commentary that matches the filter.
877
+ * @param {CommentaryFindUniqueArgs} args - Arguments to find a Commentary
878
+ * @example
879
+ * // Get one Commentary
880
+ * const commentary = await prisma.commentary.findUnique({
881
+ * where: {
882
+ * // ... provide filter here
883
+ * }
884
+ * })
885
+ */
886
+ findUnique<T extends CommentaryFindUniqueArgs>(args: Prisma.SelectSubset<T, CommentaryFindUniqueArgs<ExtArgs>>): Prisma.Prisma__CommentaryClient<runtime.Types.Result.GetResult<Prisma.$CommentaryPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
887
+ /**
888
+ * Find one Commentary that matches the filter or throw an error with `error.code='P2025'`
889
+ * if no matches were found.
890
+ * @param {CommentaryFindUniqueOrThrowArgs} args - Arguments to find a Commentary
891
+ * @example
892
+ * // Get one Commentary
893
+ * const commentary = await prisma.commentary.findUniqueOrThrow({
894
+ * where: {
895
+ * // ... provide filter here
896
+ * }
897
+ * })
898
+ */
899
+ findUniqueOrThrow<T extends CommentaryFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, CommentaryFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__CommentaryClient<runtime.Types.Result.GetResult<Prisma.$CommentaryPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
900
+ /**
901
+ * Find the first Commentary that matches the filter.
902
+ * Note, that providing `undefined` is treated as the value not being there.
903
+ * Read more here: https://pris.ly/d/null-undefined
904
+ * @param {CommentaryFindFirstArgs} args - Arguments to find a Commentary
905
+ * @example
906
+ * // Get one Commentary
907
+ * const commentary = await prisma.commentary.findFirst({
908
+ * where: {
909
+ * // ... provide filter here
910
+ * }
911
+ * })
912
+ */
913
+ findFirst<T extends CommentaryFindFirstArgs>(args?: Prisma.SelectSubset<T, CommentaryFindFirstArgs<ExtArgs>>): Prisma.Prisma__CommentaryClient<runtime.Types.Result.GetResult<Prisma.$CommentaryPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
914
+ /**
915
+ * Find the first Commentary that matches the filter or
916
+ * throw `PrismaKnownClientError` with `P2025` code if no matches were found.
917
+ * Note, that providing `undefined` is treated as the value not being there.
918
+ * Read more here: https://pris.ly/d/null-undefined
919
+ * @param {CommentaryFindFirstOrThrowArgs} args - Arguments to find a Commentary
920
+ * @example
921
+ * // Get one Commentary
922
+ * const commentary = await prisma.commentary.findFirstOrThrow({
923
+ * where: {
924
+ * // ... provide filter here
925
+ * }
926
+ * })
927
+ */
928
+ findFirstOrThrow<T extends CommentaryFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, CommentaryFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__CommentaryClient<runtime.Types.Result.GetResult<Prisma.$CommentaryPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
929
+ /**
930
+ * Find zero or more Commentaries that matches the filter.
931
+ * Note, that providing `undefined` is treated as the value not being there.
932
+ * Read more here: https://pris.ly/d/null-undefined
933
+ * @param {CommentaryFindManyArgs} args - Arguments to filter and select certain fields only.
934
+ * @example
935
+ * // Get all Commentaries
936
+ * const commentaries = await prisma.commentary.findMany()
937
+ *
938
+ * // Get first 10 Commentaries
939
+ * const commentaries = await prisma.commentary.findMany({ take: 10 })
940
+ *
941
+ * // Only select the `id`
942
+ * const commentaryWithIdOnly = await prisma.commentary.findMany({ select: { id: true } })
943
+ *
944
+ */
945
+ findMany<T extends CommentaryFindManyArgs>(args?: Prisma.SelectSubset<T, CommentaryFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CommentaryPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
946
+ /**
947
+ * Create a Commentary.
948
+ * @param {CommentaryCreateArgs} args - Arguments to create a Commentary.
949
+ * @example
950
+ * // Create one Commentary
951
+ * const Commentary = await prisma.commentary.create({
952
+ * data: {
953
+ * // ... data to create a Commentary
954
+ * }
955
+ * })
956
+ *
957
+ */
958
+ create<T extends CommentaryCreateArgs>(args: Prisma.SelectSubset<T, CommentaryCreateArgs<ExtArgs>>): Prisma.Prisma__CommentaryClient<runtime.Types.Result.GetResult<Prisma.$CommentaryPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
959
+ /**
960
+ * Create many Commentaries.
961
+ * @param {CommentaryCreateManyArgs} args - Arguments to create many Commentaries.
962
+ * @example
963
+ * // Create many Commentaries
964
+ * const commentary = await prisma.commentary.createMany({
965
+ * data: [
966
+ * // ... provide data here
967
+ * ]
968
+ * })
969
+ *
970
+ */
971
+ createMany<T extends CommentaryCreateManyArgs>(args?: Prisma.SelectSubset<T, CommentaryCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
972
+ /**
973
+ * Create many Commentaries and returns the data saved in the database.
974
+ * @param {CommentaryCreateManyAndReturnArgs} args - Arguments to create many Commentaries.
975
+ * @example
976
+ * // Create many Commentaries
977
+ * const commentary = await prisma.commentary.createManyAndReturn({
978
+ * data: [
979
+ * // ... provide data here
980
+ * ]
981
+ * })
982
+ *
983
+ * // Create many Commentaries and only return the `id`
984
+ * const commentaryWithIdOnly = await prisma.commentary.createManyAndReturn({
985
+ * select: { id: true },
986
+ * data: [
987
+ * // ... provide data here
988
+ * ]
989
+ * })
990
+ * Note, that providing `undefined` is treated as the value not being there.
991
+ * Read more here: https://pris.ly/d/null-undefined
992
+ *
993
+ */
994
+ createManyAndReturn<T extends CommentaryCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, CommentaryCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CommentaryPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
995
+ /**
996
+ * Delete a Commentary.
997
+ * @param {CommentaryDeleteArgs} args - Arguments to delete one Commentary.
998
+ * @example
999
+ * // Delete one Commentary
1000
+ * const Commentary = await prisma.commentary.delete({
1001
+ * where: {
1002
+ * // ... filter to delete one Commentary
1003
+ * }
1004
+ * })
1005
+ *
1006
+ */
1007
+ delete<T extends CommentaryDeleteArgs>(args: Prisma.SelectSubset<T, CommentaryDeleteArgs<ExtArgs>>): Prisma.Prisma__CommentaryClient<runtime.Types.Result.GetResult<Prisma.$CommentaryPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
1008
+ /**
1009
+ * Update one Commentary.
1010
+ * @param {CommentaryUpdateArgs} args - Arguments to update one Commentary.
1011
+ * @example
1012
+ * // Update one Commentary
1013
+ * const commentary = await prisma.commentary.update({
1014
+ * where: {
1015
+ * // ... provide filter here
1016
+ * },
1017
+ * data: {
1018
+ * // ... provide data here
1019
+ * }
1020
+ * })
1021
+ *
1022
+ */
1023
+ update<T extends CommentaryUpdateArgs>(args: Prisma.SelectSubset<T, CommentaryUpdateArgs<ExtArgs>>): Prisma.Prisma__CommentaryClient<runtime.Types.Result.GetResult<Prisma.$CommentaryPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
1024
+ /**
1025
+ * Delete zero or more Commentaries.
1026
+ * @param {CommentaryDeleteManyArgs} args - Arguments to filter Commentaries to delete.
1027
+ * @example
1028
+ * // Delete a few Commentaries
1029
+ * const { count } = await prisma.commentary.deleteMany({
1030
+ * where: {
1031
+ * // ... provide filter here
1032
+ * }
1033
+ * })
1034
+ *
1035
+ */
1036
+ deleteMany<T extends CommentaryDeleteManyArgs>(args?: Prisma.SelectSubset<T, CommentaryDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
1037
+ /**
1038
+ * Update zero or more Commentaries.
1039
+ * Note, that providing `undefined` is treated as the value not being there.
1040
+ * Read more here: https://pris.ly/d/null-undefined
1041
+ * @param {CommentaryUpdateManyArgs} args - Arguments to update one or more rows.
1042
+ * @example
1043
+ * // Update many Commentaries
1044
+ * const commentary = await prisma.commentary.updateMany({
1045
+ * where: {
1046
+ * // ... provide filter here
1047
+ * },
1048
+ * data: {
1049
+ * // ... provide data here
1050
+ * }
1051
+ * })
1052
+ *
1053
+ */
1054
+ updateMany<T extends CommentaryUpdateManyArgs>(args: Prisma.SelectSubset<T, CommentaryUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
1055
+ /**
1056
+ * Update zero or more Commentaries and returns the data updated in the database.
1057
+ * @param {CommentaryUpdateManyAndReturnArgs} args - Arguments to update many Commentaries.
1058
+ * @example
1059
+ * // Update many Commentaries
1060
+ * const commentary = await prisma.commentary.updateManyAndReturn({
1061
+ * where: {
1062
+ * // ... provide filter here
1063
+ * },
1064
+ * data: [
1065
+ * // ... provide data here
1066
+ * ]
1067
+ * })
1068
+ *
1069
+ * // Update zero or more Commentaries and only return the `id`
1070
+ * const commentaryWithIdOnly = await prisma.commentary.updateManyAndReturn({
1071
+ * select: { id: true },
1072
+ * where: {
1073
+ * // ... provide filter here
1074
+ * },
1075
+ * data: [
1076
+ * // ... provide data here
1077
+ * ]
1078
+ * })
1079
+ * Note, that providing `undefined` is treated as the value not being there.
1080
+ * Read more here: https://pris.ly/d/null-undefined
1081
+ *
1082
+ */
1083
+ updateManyAndReturn<T extends CommentaryUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, CommentaryUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CommentaryPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
1084
+ /**
1085
+ * Create or update one Commentary.
1086
+ * @param {CommentaryUpsertArgs} args - Arguments to update or create a Commentary.
1087
+ * @example
1088
+ * // Update or create a Commentary
1089
+ * const commentary = await prisma.commentary.upsert({
1090
+ * create: {
1091
+ * // ... data to create a Commentary
1092
+ * },
1093
+ * update: {
1094
+ * // ... in case it already exists, update
1095
+ * },
1096
+ * where: {
1097
+ * // ... the filter for the Commentary we want to update
1098
+ * }
1099
+ * })
1100
+ */
1101
+ upsert<T extends CommentaryUpsertArgs>(args: Prisma.SelectSubset<T, CommentaryUpsertArgs<ExtArgs>>): Prisma.Prisma__CommentaryClient<runtime.Types.Result.GetResult<Prisma.$CommentaryPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
1102
+ /**
1103
+ * Count the number of Commentaries.
1104
+ * Note, that providing `undefined` is treated as the value not being there.
1105
+ * Read more here: https://pris.ly/d/null-undefined
1106
+ * @param {CommentaryCountArgs} args - Arguments to filter Commentaries to count.
1107
+ * @example
1108
+ * // Count the number of Commentaries
1109
+ * const count = await prisma.commentary.count({
1110
+ * where: {
1111
+ * // ... the filter for the Commentaries we want to count
1112
+ * }
1113
+ * })
1114
+ **/
1115
+ count<T extends CommentaryCountArgs>(args?: Prisma.Subset<T, CommentaryCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], CommentaryCountAggregateOutputType> : number>;
1116
+ /**
1117
+ * Allows you to perform aggregations operations on a Commentary.
1118
+ * Note, that providing `undefined` is treated as the value not being there.
1119
+ * Read more here: https://pris.ly/d/null-undefined
1120
+ * @param {CommentaryAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
1121
+ * @example
1122
+ * // Ordered by age ascending
1123
+ * // Where email contains prisma.io
1124
+ * // Limited to the 10 users
1125
+ * const aggregations = await prisma.user.aggregate({
1126
+ * _avg: {
1127
+ * age: true,
1128
+ * },
1129
+ * where: {
1130
+ * email: {
1131
+ * contains: "prisma.io",
1132
+ * },
1133
+ * },
1134
+ * orderBy: {
1135
+ * age: "asc",
1136
+ * },
1137
+ * take: 10,
1138
+ * })
1139
+ **/
1140
+ aggregate<T extends CommentaryAggregateArgs>(args: Prisma.Subset<T, CommentaryAggregateArgs>): Prisma.PrismaPromise<GetCommentaryAggregateType<T>>;
1141
+ /**
1142
+ * Group by Commentary.
1143
+ * Note, that providing `undefined` is treated as the value not being there.
1144
+ * Read more here: https://pris.ly/d/null-undefined
1145
+ * @param {CommentaryGroupByArgs} args - Group by arguments.
1146
+ * @example
1147
+ * // Group by city, order by createdAt, get count
1148
+ * const result = await prisma.user.groupBy({
1149
+ * by: ['city', 'createdAt'],
1150
+ * orderBy: {
1151
+ * createdAt: true
1152
+ * },
1153
+ * _count: {
1154
+ * _all: true
1155
+ * },
1156
+ * })
1157
+ *
1158
+ **/
1159
+ groupBy<T extends CommentaryGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
1160
+ orderBy: CommentaryGroupByArgs['orderBy'];
1161
+ } : {
1162
+ orderBy?: CommentaryGroupByArgs['orderBy'];
1163
+ }, 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 ? {
1164
+ [P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
1165
+ Error,
1166
+ 'Field ',
1167
+ P,
1168
+ ` in "having" needs to be provided in "by"`
1169
+ ];
1170
+ }[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
1171
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
1172
+ }[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 ? {} : {
1173
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
1174
+ }[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
1175
+ [P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
1176
+ }[OrderFields]>(args: Prisma.SubsetIntersection<T, CommentaryGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetCommentaryGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
1177
+ /**
1178
+ * Fields of the Commentary model
1179
+ */
1180
+ readonly fields: CommentaryFieldRefs;
1181
+ }
1182
+ /**
1183
+ * The delegate class that acts as a "Promise-like" for Commentary.
1184
+ * Why is this prefixed with `Prisma__`?
1185
+ * Because we want to prevent naming conflicts as mentioned in
1186
+ * https://github.com/prisma/prisma-client-js/issues/707
1187
+ */
1188
+ export interface Prisma__CommentaryClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
1189
+ readonly [Symbol.toStringTag]: "PrismaPromise";
1190
+ books<T extends Prisma.Commentary$booksArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Commentary$booksArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CommentaryBookPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
1191
+ chapters<T extends Prisma.Commentary$chaptersArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Commentary$chaptersArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CommentaryChapterPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
1192
+ verses<T extends Prisma.Commentary$versesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Commentary$versesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CommentaryChapterVersePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
1193
+ profiles<T extends Prisma.Commentary$profilesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Commentary$profilesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$CommentaryProfilePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
1194
+ /**
1195
+ * Attaches callbacks for the resolution and/or rejection of the Promise.
1196
+ * @param onfulfilled The callback to execute when the Promise is resolved.
1197
+ * @param onrejected The callback to execute when the Promise is rejected.
1198
+ * @returns A Promise for the completion of which ever callback is executed.
1199
+ */
1200
+ 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>;
1201
+ /**
1202
+ * Attaches a callback for only the rejection of the Promise.
1203
+ * @param onrejected The callback to execute when the Promise is rejected.
1204
+ * @returns A Promise for the completion of the callback.
1205
+ */
1206
+ catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
1207
+ /**
1208
+ * Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
1209
+ * resolved value cannot be modified from the callback.
1210
+ * @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
1211
+ * @returns A Promise for the completion of the callback.
1212
+ */
1213
+ finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
1214
+ }
1215
+ /**
1216
+ * Fields of the Commentary model
1217
+ */
1218
+ export interface CommentaryFieldRefs {
1219
+ readonly id: Prisma.FieldRef<"Commentary", 'String'>;
1220
+ readonly name: Prisma.FieldRef<"Commentary", 'String'>;
1221
+ readonly website: Prisma.FieldRef<"Commentary", 'String'>;
1222
+ readonly licenseUrl: Prisma.FieldRef<"Commentary", 'String'>;
1223
+ readonly licenseNotes: Prisma.FieldRef<"Commentary", 'String'>;
1224
+ readonly licenseNotice: Prisma.FieldRef<"Commentary", 'String'>;
1225
+ readonly englishName: Prisma.FieldRef<"Commentary", 'String'>;
1226
+ readonly language: Prisma.FieldRef<"Commentary", 'String'>;
1227
+ readonly textDirection: Prisma.FieldRef<"Commentary", 'String'>;
1228
+ readonly sha256: Prisma.FieldRef<"Commentary", 'String'>;
1229
+ }
1230
+ /**
1231
+ * Commentary findUnique
1232
+ */
1233
+ export type CommentaryFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1234
+ /**
1235
+ * Select specific fields to fetch from the Commentary
1236
+ */
1237
+ select?: Prisma.CommentarySelect<ExtArgs> | null;
1238
+ /**
1239
+ * Omit specific fields from the Commentary
1240
+ */
1241
+ omit?: Prisma.CommentaryOmit<ExtArgs> | null;
1242
+ /**
1243
+ * Choose, which related nodes to fetch as well
1244
+ */
1245
+ include?: Prisma.CommentaryInclude<ExtArgs> | null;
1246
+ /**
1247
+ * Filter, which Commentary to fetch.
1248
+ */
1249
+ where: Prisma.CommentaryWhereUniqueInput;
1250
+ };
1251
+ /**
1252
+ * Commentary findUniqueOrThrow
1253
+ */
1254
+ export type CommentaryFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1255
+ /**
1256
+ * Select specific fields to fetch from the Commentary
1257
+ */
1258
+ select?: Prisma.CommentarySelect<ExtArgs> | null;
1259
+ /**
1260
+ * Omit specific fields from the Commentary
1261
+ */
1262
+ omit?: Prisma.CommentaryOmit<ExtArgs> | null;
1263
+ /**
1264
+ * Choose, which related nodes to fetch as well
1265
+ */
1266
+ include?: Prisma.CommentaryInclude<ExtArgs> | null;
1267
+ /**
1268
+ * Filter, which Commentary to fetch.
1269
+ */
1270
+ where: Prisma.CommentaryWhereUniqueInput;
1271
+ };
1272
+ /**
1273
+ * Commentary findFirst
1274
+ */
1275
+ export type CommentaryFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1276
+ /**
1277
+ * Select specific fields to fetch from the Commentary
1278
+ */
1279
+ select?: Prisma.CommentarySelect<ExtArgs> | null;
1280
+ /**
1281
+ * Omit specific fields from the Commentary
1282
+ */
1283
+ omit?: Prisma.CommentaryOmit<ExtArgs> | null;
1284
+ /**
1285
+ * Choose, which related nodes to fetch as well
1286
+ */
1287
+ include?: Prisma.CommentaryInclude<ExtArgs> | null;
1288
+ /**
1289
+ * Filter, which Commentary to fetch.
1290
+ */
1291
+ where?: Prisma.CommentaryWhereInput;
1292
+ /**
1293
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1294
+ *
1295
+ * Determine the order of Commentaries to fetch.
1296
+ */
1297
+ orderBy?: Prisma.CommentaryOrderByWithRelationInput | Prisma.CommentaryOrderByWithRelationInput[];
1298
+ /**
1299
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1300
+ *
1301
+ * Sets the position for searching for Commentaries.
1302
+ */
1303
+ cursor?: Prisma.CommentaryWhereUniqueInput;
1304
+ /**
1305
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1306
+ *
1307
+ * Take `±n` Commentaries from the position of the cursor.
1308
+ */
1309
+ take?: number;
1310
+ /**
1311
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1312
+ *
1313
+ * Skip the first `n` Commentaries.
1314
+ */
1315
+ skip?: number;
1316
+ /**
1317
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1318
+ *
1319
+ * Filter by unique combinations of Commentaries.
1320
+ */
1321
+ distinct?: Prisma.CommentaryScalarFieldEnum | Prisma.CommentaryScalarFieldEnum[];
1322
+ };
1323
+ /**
1324
+ * Commentary findFirstOrThrow
1325
+ */
1326
+ export type CommentaryFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1327
+ /**
1328
+ * Select specific fields to fetch from the Commentary
1329
+ */
1330
+ select?: Prisma.CommentarySelect<ExtArgs> | null;
1331
+ /**
1332
+ * Omit specific fields from the Commentary
1333
+ */
1334
+ omit?: Prisma.CommentaryOmit<ExtArgs> | null;
1335
+ /**
1336
+ * Choose, which related nodes to fetch as well
1337
+ */
1338
+ include?: Prisma.CommentaryInclude<ExtArgs> | null;
1339
+ /**
1340
+ * Filter, which Commentary to fetch.
1341
+ */
1342
+ where?: Prisma.CommentaryWhereInput;
1343
+ /**
1344
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1345
+ *
1346
+ * Determine the order of Commentaries to fetch.
1347
+ */
1348
+ orderBy?: Prisma.CommentaryOrderByWithRelationInput | Prisma.CommentaryOrderByWithRelationInput[];
1349
+ /**
1350
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1351
+ *
1352
+ * Sets the position for searching for Commentaries.
1353
+ */
1354
+ cursor?: Prisma.CommentaryWhereUniqueInput;
1355
+ /**
1356
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1357
+ *
1358
+ * Take `±n` Commentaries from the position of the cursor.
1359
+ */
1360
+ take?: number;
1361
+ /**
1362
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1363
+ *
1364
+ * Skip the first `n` Commentaries.
1365
+ */
1366
+ skip?: number;
1367
+ /**
1368
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1369
+ *
1370
+ * Filter by unique combinations of Commentaries.
1371
+ */
1372
+ distinct?: Prisma.CommentaryScalarFieldEnum | Prisma.CommentaryScalarFieldEnum[];
1373
+ };
1374
+ /**
1375
+ * Commentary findMany
1376
+ */
1377
+ export type CommentaryFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1378
+ /**
1379
+ * Select specific fields to fetch from the Commentary
1380
+ */
1381
+ select?: Prisma.CommentarySelect<ExtArgs> | null;
1382
+ /**
1383
+ * Omit specific fields from the Commentary
1384
+ */
1385
+ omit?: Prisma.CommentaryOmit<ExtArgs> | null;
1386
+ /**
1387
+ * Choose, which related nodes to fetch as well
1388
+ */
1389
+ include?: Prisma.CommentaryInclude<ExtArgs> | null;
1390
+ /**
1391
+ * Filter, which Commentaries to fetch.
1392
+ */
1393
+ where?: Prisma.CommentaryWhereInput;
1394
+ /**
1395
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
1396
+ *
1397
+ * Determine the order of Commentaries to fetch.
1398
+ */
1399
+ orderBy?: Prisma.CommentaryOrderByWithRelationInput | Prisma.CommentaryOrderByWithRelationInput[];
1400
+ /**
1401
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
1402
+ *
1403
+ * Sets the position for listing Commentaries.
1404
+ */
1405
+ cursor?: Prisma.CommentaryWhereUniqueInput;
1406
+ /**
1407
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1408
+ *
1409
+ * Take `±n` Commentaries from the position of the cursor.
1410
+ */
1411
+ take?: number;
1412
+ /**
1413
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
1414
+ *
1415
+ * Skip the first `n` Commentaries.
1416
+ */
1417
+ skip?: number;
1418
+ /**
1419
+ * {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
1420
+ *
1421
+ * Filter by unique combinations of Commentaries.
1422
+ */
1423
+ distinct?: Prisma.CommentaryScalarFieldEnum | Prisma.CommentaryScalarFieldEnum[];
1424
+ };
1425
+ /**
1426
+ * Commentary create
1427
+ */
1428
+ export type CommentaryCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1429
+ /**
1430
+ * Select specific fields to fetch from the Commentary
1431
+ */
1432
+ select?: Prisma.CommentarySelect<ExtArgs> | null;
1433
+ /**
1434
+ * Omit specific fields from the Commentary
1435
+ */
1436
+ omit?: Prisma.CommentaryOmit<ExtArgs> | null;
1437
+ /**
1438
+ * Choose, which related nodes to fetch as well
1439
+ */
1440
+ include?: Prisma.CommentaryInclude<ExtArgs> | null;
1441
+ /**
1442
+ * The data needed to create a Commentary.
1443
+ */
1444
+ data: Prisma.XOR<Prisma.CommentaryCreateInput, Prisma.CommentaryUncheckedCreateInput>;
1445
+ };
1446
+ /**
1447
+ * Commentary createMany
1448
+ */
1449
+ export type CommentaryCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1450
+ /**
1451
+ * The data used to create many Commentaries.
1452
+ */
1453
+ data: Prisma.CommentaryCreateManyInput | Prisma.CommentaryCreateManyInput[];
1454
+ };
1455
+ /**
1456
+ * Commentary createManyAndReturn
1457
+ */
1458
+ export type CommentaryCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1459
+ /**
1460
+ * Select specific fields to fetch from the Commentary
1461
+ */
1462
+ select?: Prisma.CommentarySelectCreateManyAndReturn<ExtArgs> | null;
1463
+ /**
1464
+ * Omit specific fields from the Commentary
1465
+ */
1466
+ omit?: Prisma.CommentaryOmit<ExtArgs> | null;
1467
+ /**
1468
+ * The data used to create many Commentaries.
1469
+ */
1470
+ data: Prisma.CommentaryCreateManyInput | Prisma.CommentaryCreateManyInput[];
1471
+ };
1472
+ /**
1473
+ * Commentary update
1474
+ */
1475
+ export type CommentaryUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1476
+ /**
1477
+ * Select specific fields to fetch from the Commentary
1478
+ */
1479
+ select?: Prisma.CommentarySelect<ExtArgs> | null;
1480
+ /**
1481
+ * Omit specific fields from the Commentary
1482
+ */
1483
+ omit?: Prisma.CommentaryOmit<ExtArgs> | null;
1484
+ /**
1485
+ * Choose, which related nodes to fetch as well
1486
+ */
1487
+ include?: Prisma.CommentaryInclude<ExtArgs> | null;
1488
+ /**
1489
+ * The data needed to update a Commentary.
1490
+ */
1491
+ data: Prisma.XOR<Prisma.CommentaryUpdateInput, Prisma.CommentaryUncheckedUpdateInput>;
1492
+ /**
1493
+ * Choose, which Commentary to update.
1494
+ */
1495
+ where: Prisma.CommentaryWhereUniqueInput;
1496
+ };
1497
+ /**
1498
+ * Commentary updateMany
1499
+ */
1500
+ export type CommentaryUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1501
+ /**
1502
+ * The data used to update Commentaries.
1503
+ */
1504
+ data: Prisma.XOR<Prisma.CommentaryUpdateManyMutationInput, Prisma.CommentaryUncheckedUpdateManyInput>;
1505
+ /**
1506
+ * Filter which Commentaries to update
1507
+ */
1508
+ where?: Prisma.CommentaryWhereInput;
1509
+ /**
1510
+ * Limit how many Commentaries to update.
1511
+ */
1512
+ limit?: number;
1513
+ };
1514
+ /**
1515
+ * Commentary updateManyAndReturn
1516
+ */
1517
+ export type CommentaryUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1518
+ /**
1519
+ * Select specific fields to fetch from the Commentary
1520
+ */
1521
+ select?: Prisma.CommentarySelectUpdateManyAndReturn<ExtArgs> | null;
1522
+ /**
1523
+ * Omit specific fields from the Commentary
1524
+ */
1525
+ omit?: Prisma.CommentaryOmit<ExtArgs> | null;
1526
+ /**
1527
+ * The data used to update Commentaries.
1528
+ */
1529
+ data: Prisma.XOR<Prisma.CommentaryUpdateManyMutationInput, Prisma.CommentaryUncheckedUpdateManyInput>;
1530
+ /**
1531
+ * Filter which Commentaries to update
1532
+ */
1533
+ where?: Prisma.CommentaryWhereInput;
1534
+ /**
1535
+ * Limit how many Commentaries to update.
1536
+ */
1537
+ limit?: number;
1538
+ };
1539
+ /**
1540
+ * Commentary upsert
1541
+ */
1542
+ export type CommentaryUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1543
+ /**
1544
+ * Select specific fields to fetch from the Commentary
1545
+ */
1546
+ select?: Prisma.CommentarySelect<ExtArgs> | null;
1547
+ /**
1548
+ * Omit specific fields from the Commentary
1549
+ */
1550
+ omit?: Prisma.CommentaryOmit<ExtArgs> | null;
1551
+ /**
1552
+ * Choose, which related nodes to fetch as well
1553
+ */
1554
+ include?: Prisma.CommentaryInclude<ExtArgs> | null;
1555
+ /**
1556
+ * The filter to search for the Commentary to update in case it exists.
1557
+ */
1558
+ where: Prisma.CommentaryWhereUniqueInput;
1559
+ /**
1560
+ * In case the Commentary found by the `where` argument doesn't exist, create a new Commentary with this data.
1561
+ */
1562
+ create: Prisma.XOR<Prisma.CommentaryCreateInput, Prisma.CommentaryUncheckedCreateInput>;
1563
+ /**
1564
+ * In case the Commentary was found with the provided `where` argument, update it with this data.
1565
+ */
1566
+ update: Prisma.XOR<Prisma.CommentaryUpdateInput, Prisma.CommentaryUncheckedUpdateInput>;
1567
+ };
1568
+ /**
1569
+ * Commentary delete
1570
+ */
1571
+ export type CommentaryDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1572
+ /**
1573
+ * Select specific fields to fetch from the Commentary
1574
+ */
1575
+ select?: Prisma.CommentarySelect<ExtArgs> | null;
1576
+ /**
1577
+ * Omit specific fields from the Commentary
1578
+ */
1579
+ omit?: Prisma.CommentaryOmit<ExtArgs> | null;
1580
+ /**
1581
+ * Choose, which related nodes to fetch as well
1582
+ */
1583
+ include?: Prisma.CommentaryInclude<ExtArgs> | null;
1584
+ /**
1585
+ * Filter which Commentary to delete.
1586
+ */
1587
+ where: Prisma.CommentaryWhereUniqueInput;
1588
+ };
1589
+ /**
1590
+ * Commentary deleteMany
1591
+ */
1592
+ export type CommentaryDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1593
+ /**
1594
+ * Filter which Commentaries to delete
1595
+ */
1596
+ where?: Prisma.CommentaryWhereInput;
1597
+ /**
1598
+ * Limit how many Commentaries to delete.
1599
+ */
1600
+ limit?: number;
1601
+ };
1602
+ /**
1603
+ * Commentary.books
1604
+ */
1605
+ export type Commentary$booksArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1606
+ /**
1607
+ * Select specific fields to fetch from the CommentaryBook
1608
+ */
1609
+ select?: Prisma.CommentaryBookSelect<ExtArgs> | null;
1610
+ /**
1611
+ * Omit specific fields from the CommentaryBook
1612
+ */
1613
+ omit?: Prisma.CommentaryBookOmit<ExtArgs> | null;
1614
+ /**
1615
+ * Choose, which related nodes to fetch as well
1616
+ */
1617
+ include?: Prisma.CommentaryBookInclude<ExtArgs> | null;
1618
+ where?: Prisma.CommentaryBookWhereInput;
1619
+ orderBy?: Prisma.CommentaryBookOrderByWithRelationInput | Prisma.CommentaryBookOrderByWithRelationInput[];
1620
+ cursor?: Prisma.CommentaryBookWhereUniqueInput;
1621
+ take?: number;
1622
+ skip?: number;
1623
+ distinct?: Prisma.CommentaryBookScalarFieldEnum | Prisma.CommentaryBookScalarFieldEnum[];
1624
+ };
1625
+ /**
1626
+ * Commentary.chapters
1627
+ */
1628
+ export type Commentary$chaptersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1629
+ /**
1630
+ * Select specific fields to fetch from the CommentaryChapter
1631
+ */
1632
+ select?: Prisma.CommentaryChapterSelect<ExtArgs> | null;
1633
+ /**
1634
+ * Omit specific fields from the CommentaryChapter
1635
+ */
1636
+ omit?: Prisma.CommentaryChapterOmit<ExtArgs> | null;
1637
+ /**
1638
+ * Choose, which related nodes to fetch as well
1639
+ */
1640
+ include?: Prisma.CommentaryChapterInclude<ExtArgs> | null;
1641
+ where?: Prisma.CommentaryChapterWhereInput;
1642
+ orderBy?: Prisma.CommentaryChapterOrderByWithRelationInput | Prisma.CommentaryChapterOrderByWithRelationInput[];
1643
+ cursor?: Prisma.CommentaryChapterWhereUniqueInput;
1644
+ take?: number;
1645
+ skip?: number;
1646
+ distinct?: Prisma.CommentaryChapterScalarFieldEnum | Prisma.CommentaryChapterScalarFieldEnum[];
1647
+ };
1648
+ /**
1649
+ * Commentary.verses
1650
+ */
1651
+ export type Commentary$versesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1652
+ /**
1653
+ * Select specific fields to fetch from the CommentaryChapterVerse
1654
+ */
1655
+ select?: Prisma.CommentaryChapterVerseSelect<ExtArgs> | null;
1656
+ /**
1657
+ * Omit specific fields from the CommentaryChapterVerse
1658
+ */
1659
+ omit?: Prisma.CommentaryChapterVerseOmit<ExtArgs> | null;
1660
+ /**
1661
+ * Choose, which related nodes to fetch as well
1662
+ */
1663
+ include?: Prisma.CommentaryChapterVerseInclude<ExtArgs> | null;
1664
+ where?: Prisma.CommentaryChapterVerseWhereInput;
1665
+ orderBy?: Prisma.CommentaryChapterVerseOrderByWithRelationInput | Prisma.CommentaryChapterVerseOrderByWithRelationInput[];
1666
+ cursor?: Prisma.CommentaryChapterVerseWhereUniqueInput;
1667
+ take?: number;
1668
+ skip?: number;
1669
+ distinct?: Prisma.CommentaryChapterVerseScalarFieldEnum | Prisma.CommentaryChapterVerseScalarFieldEnum[];
1670
+ };
1671
+ /**
1672
+ * Commentary.profiles
1673
+ */
1674
+ export type Commentary$profilesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1675
+ /**
1676
+ * Select specific fields to fetch from the CommentaryProfile
1677
+ */
1678
+ select?: Prisma.CommentaryProfileSelect<ExtArgs> | null;
1679
+ /**
1680
+ * Omit specific fields from the CommentaryProfile
1681
+ */
1682
+ omit?: Prisma.CommentaryProfileOmit<ExtArgs> | null;
1683
+ /**
1684
+ * Choose, which related nodes to fetch as well
1685
+ */
1686
+ include?: Prisma.CommentaryProfileInclude<ExtArgs> | null;
1687
+ where?: Prisma.CommentaryProfileWhereInput;
1688
+ orderBy?: Prisma.CommentaryProfileOrderByWithRelationInput | Prisma.CommentaryProfileOrderByWithRelationInput[];
1689
+ cursor?: Prisma.CommentaryProfileWhereUniqueInput;
1690
+ take?: number;
1691
+ skip?: number;
1692
+ distinct?: Prisma.CommentaryProfileScalarFieldEnum | Prisma.CommentaryProfileScalarFieldEnum[];
1693
+ };
1694
+ /**
1695
+ * Commentary without action
1696
+ */
1697
+ export type CommentaryDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
1698
+ /**
1699
+ * Select specific fields to fetch from the Commentary
1700
+ */
1701
+ select?: Prisma.CommentarySelect<ExtArgs> | null;
1702
+ /**
1703
+ * Omit specific fields from the Commentary
1704
+ */
1705
+ omit?: Prisma.CommentaryOmit<ExtArgs> | null;
1706
+ /**
1707
+ * Choose, which related nodes to fetch as well
1708
+ */
1709
+ include?: Prisma.CommentaryInclude<ExtArgs> | null;
1710
+ };
1711
+ //# sourceMappingURL=Commentary.d.ts.map