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