@helloao/cli 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/cjs/cli.cjs +2772 -6200
- package/dist/cjs/index.cjs +2694 -6253
- package/dist/esm/cli.js +5699 -0
- package/dist/esm/cli.js.map +7 -0
- package/dist/esm/index.js +839 -6020
- package/dist/esm/index.js.map +4 -4
- package/dist/types/actions.d.ts +36 -1
- package/dist/types/db.d.ts +12 -8
- package/dist/types/ebible.d.ts +1 -1
- package/dist/types/files.d.ts +6 -1
- package/dist/types/prisma-gen/browser.d.ts +110 -0
- package/dist/types/prisma-gen/client.d.ts +129 -0
- package/dist/types/prisma-gen/commonInputTypes.d.ts +378 -0
- package/dist/types/prisma-gen/enums.d.ts +2 -0
- package/dist/types/prisma-gen/internal/class.d.ts +353 -0
- package/dist/types/prisma-gen/internal/prismaNamespace.d.ts +2273 -0
- package/dist/types/prisma-gen/internal/prismaNamespaceBrowser.d.ts +294 -0
- package/dist/types/prisma-gen/models/Book.d.ts +2197 -0
- package/dist/types/prisma-gen/models/Chapter.d.ts +1934 -0
- package/dist/types/prisma-gen/models/ChapterAudioTiming.d.ts +1414 -0
- package/dist/types/prisma-gen/models/ChapterAudioUrl.d.ts +1414 -0
- package/dist/types/prisma-gen/models/ChapterFootnote.d.ts +1642 -0
- package/dist/types/prisma-gen/models/ChapterVerse.d.ts +1653 -0
- package/dist/types/prisma-gen/models/ChapterWords.d.ts +1366 -0
- package/dist/types/prisma-gen/models/Commentary.d.ts +1711 -0
- package/dist/types/prisma-gen/models/CommentaryBook.d.ts +1622 -0
- package/dist/types/prisma-gen/models/CommentaryChapter.d.ts +1487 -0
- package/dist/types/prisma-gen/models/CommentaryChapterVerse.d.ts +1514 -0
- package/dist/types/prisma-gen/models/CommentaryProfile.d.ts +1451 -0
- package/dist/types/prisma-gen/models/Dataset.d.ts +1667 -0
- package/dist/types/prisma-gen/models/DatasetBook.d.ts +1565 -0
- package/dist/types/prisma-gen/models/DatasetChapter.d.ts +1553 -0
- package/dist/types/prisma-gen/models/DatasetChapterVerse.d.ts +1600 -0
- package/dist/types/prisma-gen/models/DatasetReference.d.ts +1789 -0
- package/dist/types/prisma-gen/models/EBibleSource.d.ts +1686 -0
- package/dist/types/prisma-gen/models/InputFile.d.ts +1039 -0
- package/dist/types/prisma-gen/models/InputFileWarning.d.ts +946 -0
- package/dist/types/prisma-gen/models/Translation.d.ts +2238 -0
- package/dist/types/prisma-gen/models.d.ts +23 -0
- package/dist/types/s3.d.ts +2 -0
- package/dist/types/uploads.d.ts +1 -1
- package/meta/ARBNAV.json +10 -10
- package/meta/BSB.json +10 -10
- package/meta/HBOMAS.json +10 -10
- package/meta/HINIRV.json +10 -10
- package/meta/eng_dra.json +10 -10
- package/migrations/20240420231455_initial/migration.sql +66 -66
- package/migrations/20240711173108_add_chapter_audio/migration.sql +13 -13
- package/migrations/20240724212651_add_hashing/migration.sql +25 -25
- package/migrations/20250625201152_add_extra_ebible_metadata/migration.sql +3 -3
- package/migrations/20250630200532_add_apocryhpa_flag/migration.sql +2 -2
- package/migrations/20250701195337_add_file_warnings/migration.sql +8 -8
- package/migrations/20251028135135_add_datasets/migration.sql +72 -72
- package/migrations/20251028144932_fix_dataset_types/migration.sql +50 -50
- package/migrations/20260217200934_add_license_notice/migration.sql +5 -5
- package/migrations/20260703000000_add_chapter_audio_timing/migration.sql +13 -0
- package/migrations/20260809000000_add_chapter_words/migration.sql +12 -0
- package/package.json +21 -18
- package/schema.prisma +41 -2
- package/prisma-gen/default.d.ts +0 -1
- package/prisma-gen/default.js +0 -1
- package/prisma-gen/edge.d.ts +0 -1
- package/prisma-gen/edge.js +0 -403
- package/prisma-gen/index-browser.js +0 -397
- package/prisma-gen/index.d.ts +0 -34011
- package/prisma-gen/index.js +0 -426
- package/prisma-gen/runtime/edge-esm.js +0 -31
- package/prisma-gen/runtime/edge.js +0 -31
- package/prisma-gen/runtime/index-browser.d.ts +0 -365
- package/prisma-gen/runtime/index-browser.js +0 -13
- package/prisma-gen/runtime/library.d.ts +0 -3403
- package/prisma-gen/runtime/library.js +0 -143
- package/prisma-gen/runtime/react-native.js +0 -80
- package/prisma-gen/runtime/wasm.js +0 -32
- package/prisma-gen/wasm.d.ts +0 -1
- package/prisma-gen/wasm.js +0 -397
|
@@ -0,0 +1,2238 @@
|
|
|
1
|
+
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
+
import type * as Prisma from "../internal/prismaNamespace";
|
|
3
|
+
/**
|
|
4
|
+
* Model Translation
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
export type TranslationModel = runtime.Types.Result.DefaultSelection<Prisma.$TranslationPayload>;
|
|
8
|
+
export type AggregateTranslation = {
|
|
9
|
+
_count: TranslationCountAggregateOutputType | null;
|
|
10
|
+
_min: TranslationMinAggregateOutputType | null;
|
|
11
|
+
_max: TranslationMaxAggregateOutputType | null;
|
|
12
|
+
};
|
|
13
|
+
export type TranslationMinAggregateOutputType = {
|
|
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
|
+
shortName: string | null;
|
|
21
|
+
englishName: string | null;
|
|
22
|
+
language: string | null;
|
|
23
|
+
textDirection: string | null;
|
|
24
|
+
sha256: string | null;
|
|
25
|
+
};
|
|
26
|
+
export type TranslationMaxAggregateOutputType = {
|
|
27
|
+
id: string | null;
|
|
28
|
+
name: string | null;
|
|
29
|
+
website: string | null;
|
|
30
|
+
licenseUrl: string | null;
|
|
31
|
+
licenseNotes: string | null;
|
|
32
|
+
licenseNotice: string | null;
|
|
33
|
+
shortName: string | null;
|
|
34
|
+
englishName: string | null;
|
|
35
|
+
language: string | null;
|
|
36
|
+
textDirection: string | null;
|
|
37
|
+
sha256: string | null;
|
|
38
|
+
};
|
|
39
|
+
export type TranslationCountAggregateOutputType = {
|
|
40
|
+
id: number;
|
|
41
|
+
name: number;
|
|
42
|
+
website: number;
|
|
43
|
+
licenseUrl: number;
|
|
44
|
+
licenseNotes: number;
|
|
45
|
+
licenseNotice: number;
|
|
46
|
+
shortName: number;
|
|
47
|
+
englishName: number;
|
|
48
|
+
language: number;
|
|
49
|
+
textDirection: number;
|
|
50
|
+
sha256: number;
|
|
51
|
+
_all: number;
|
|
52
|
+
};
|
|
53
|
+
export type TranslationMinAggregateInputType = {
|
|
54
|
+
id?: true;
|
|
55
|
+
name?: true;
|
|
56
|
+
website?: true;
|
|
57
|
+
licenseUrl?: true;
|
|
58
|
+
licenseNotes?: true;
|
|
59
|
+
licenseNotice?: true;
|
|
60
|
+
shortName?: true;
|
|
61
|
+
englishName?: true;
|
|
62
|
+
language?: true;
|
|
63
|
+
textDirection?: true;
|
|
64
|
+
sha256?: true;
|
|
65
|
+
};
|
|
66
|
+
export type TranslationMaxAggregateInputType = {
|
|
67
|
+
id?: true;
|
|
68
|
+
name?: true;
|
|
69
|
+
website?: true;
|
|
70
|
+
licenseUrl?: true;
|
|
71
|
+
licenseNotes?: true;
|
|
72
|
+
licenseNotice?: true;
|
|
73
|
+
shortName?: true;
|
|
74
|
+
englishName?: true;
|
|
75
|
+
language?: true;
|
|
76
|
+
textDirection?: true;
|
|
77
|
+
sha256?: true;
|
|
78
|
+
};
|
|
79
|
+
export type TranslationCountAggregateInputType = {
|
|
80
|
+
id?: true;
|
|
81
|
+
name?: true;
|
|
82
|
+
website?: true;
|
|
83
|
+
licenseUrl?: true;
|
|
84
|
+
licenseNotes?: true;
|
|
85
|
+
licenseNotice?: true;
|
|
86
|
+
shortName?: true;
|
|
87
|
+
englishName?: true;
|
|
88
|
+
language?: true;
|
|
89
|
+
textDirection?: true;
|
|
90
|
+
sha256?: true;
|
|
91
|
+
_all?: true;
|
|
92
|
+
};
|
|
93
|
+
export type TranslationAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
94
|
+
/**
|
|
95
|
+
* Filter which Translation to aggregate.
|
|
96
|
+
*/
|
|
97
|
+
where?: Prisma.TranslationWhereInput;
|
|
98
|
+
/**
|
|
99
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
100
|
+
*
|
|
101
|
+
* Determine the order of Translations to fetch.
|
|
102
|
+
*/
|
|
103
|
+
orderBy?: Prisma.TranslationOrderByWithRelationInput | Prisma.TranslationOrderByWithRelationInput[];
|
|
104
|
+
/**
|
|
105
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
106
|
+
*
|
|
107
|
+
* Sets the start position
|
|
108
|
+
*/
|
|
109
|
+
cursor?: Prisma.TranslationWhereUniqueInput;
|
|
110
|
+
/**
|
|
111
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
112
|
+
*
|
|
113
|
+
* Take `±n` Translations from the position of the cursor.
|
|
114
|
+
*/
|
|
115
|
+
take?: number;
|
|
116
|
+
/**
|
|
117
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
118
|
+
*
|
|
119
|
+
* Skip the first `n` Translations.
|
|
120
|
+
*/
|
|
121
|
+
skip?: number;
|
|
122
|
+
/**
|
|
123
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
124
|
+
*
|
|
125
|
+
* Count returned Translations
|
|
126
|
+
**/
|
|
127
|
+
_count?: true | TranslationCountAggregateInputType;
|
|
128
|
+
/**
|
|
129
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
130
|
+
*
|
|
131
|
+
* Select which fields to find the minimum value
|
|
132
|
+
**/
|
|
133
|
+
_min?: TranslationMinAggregateInputType;
|
|
134
|
+
/**
|
|
135
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
136
|
+
*
|
|
137
|
+
* Select which fields to find the maximum value
|
|
138
|
+
**/
|
|
139
|
+
_max?: TranslationMaxAggregateInputType;
|
|
140
|
+
};
|
|
141
|
+
export type GetTranslationAggregateType<T extends TranslationAggregateArgs> = {
|
|
142
|
+
[P in keyof T & keyof AggregateTranslation]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregateTranslation[P]> : Prisma.GetScalarType<T[P], AggregateTranslation[P]>;
|
|
143
|
+
};
|
|
144
|
+
export type TranslationGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
145
|
+
where?: Prisma.TranslationWhereInput;
|
|
146
|
+
orderBy?: Prisma.TranslationOrderByWithAggregationInput | Prisma.TranslationOrderByWithAggregationInput[];
|
|
147
|
+
by: Prisma.TranslationScalarFieldEnum[] | Prisma.TranslationScalarFieldEnum;
|
|
148
|
+
having?: Prisma.TranslationScalarWhereWithAggregatesInput;
|
|
149
|
+
take?: number;
|
|
150
|
+
skip?: number;
|
|
151
|
+
_count?: TranslationCountAggregateInputType | true;
|
|
152
|
+
_min?: TranslationMinAggregateInputType;
|
|
153
|
+
_max?: TranslationMaxAggregateInputType;
|
|
154
|
+
};
|
|
155
|
+
export type TranslationGroupByOutputType = {
|
|
156
|
+
id: string;
|
|
157
|
+
name: string;
|
|
158
|
+
website: string;
|
|
159
|
+
licenseUrl: string;
|
|
160
|
+
licenseNotes: string | null;
|
|
161
|
+
licenseNotice: string | null;
|
|
162
|
+
shortName: string | null;
|
|
163
|
+
englishName: string;
|
|
164
|
+
language: string;
|
|
165
|
+
textDirection: string;
|
|
166
|
+
sha256: string | null;
|
|
167
|
+
_count: TranslationCountAggregateOutputType | null;
|
|
168
|
+
_min: TranslationMinAggregateOutputType | null;
|
|
169
|
+
_max: TranslationMaxAggregateOutputType | null;
|
|
170
|
+
};
|
|
171
|
+
export type GetTranslationGroupByPayload<T extends TranslationGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<TranslationGroupByOutputType, T['by']> & {
|
|
172
|
+
[P in ((keyof T) & (keyof TranslationGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], TranslationGroupByOutputType[P]> : Prisma.GetScalarType<T[P], TranslationGroupByOutputType[P]>;
|
|
173
|
+
}>>;
|
|
174
|
+
export type TranslationWhereInput = {
|
|
175
|
+
AND?: Prisma.TranslationWhereInput | Prisma.TranslationWhereInput[];
|
|
176
|
+
OR?: Prisma.TranslationWhereInput[];
|
|
177
|
+
NOT?: Prisma.TranslationWhereInput | Prisma.TranslationWhereInput[];
|
|
178
|
+
id?: Prisma.StringFilter<"Translation"> | string;
|
|
179
|
+
name?: Prisma.StringFilter<"Translation"> | string;
|
|
180
|
+
website?: Prisma.StringFilter<"Translation"> | string;
|
|
181
|
+
licenseUrl?: Prisma.StringFilter<"Translation"> | string;
|
|
182
|
+
licenseNotes?: Prisma.StringNullableFilter<"Translation"> | string | null;
|
|
183
|
+
licenseNotice?: Prisma.StringNullableFilter<"Translation"> | string | null;
|
|
184
|
+
shortName?: Prisma.StringNullableFilter<"Translation"> | string | null;
|
|
185
|
+
englishName?: Prisma.StringFilter<"Translation"> | string;
|
|
186
|
+
language?: Prisma.StringFilter<"Translation"> | string;
|
|
187
|
+
textDirection?: Prisma.StringFilter<"Translation"> | string;
|
|
188
|
+
sha256?: Prisma.StringNullableFilter<"Translation"> | string | null;
|
|
189
|
+
books?: Prisma.BookListRelationFilter;
|
|
190
|
+
chapters?: Prisma.ChapterListRelationFilter;
|
|
191
|
+
verses?: Prisma.ChapterVerseListRelationFilter;
|
|
192
|
+
footnotes?: Prisma.ChapterFootnoteListRelationFilter;
|
|
193
|
+
audioUrls?: Prisma.ChapterAudioUrlListRelationFilter;
|
|
194
|
+
audioTimings?: Prisma.ChapterAudioTimingListRelationFilter;
|
|
195
|
+
words?: Prisma.ChapterWordsListRelationFilter;
|
|
196
|
+
};
|
|
197
|
+
export type TranslationOrderByWithRelationInput = {
|
|
198
|
+
id?: Prisma.SortOrder;
|
|
199
|
+
name?: Prisma.SortOrder;
|
|
200
|
+
website?: Prisma.SortOrder;
|
|
201
|
+
licenseUrl?: Prisma.SortOrder;
|
|
202
|
+
licenseNotes?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
203
|
+
licenseNotice?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
204
|
+
shortName?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
205
|
+
englishName?: Prisma.SortOrder;
|
|
206
|
+
language?: Prisma.SortOrder;
|
|
207
|
+
textDirection?: Prisma.SortOrder;
|
|
208
|
+
sha256?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
209
|
+
books?: Prisma.BookOrderByRelationAggregateInput;
|
|
210
|
+
chapters?: Prisma.ChapterOrderByRelationAggregateInput;
|
|
211
|
+
verses?: Prisma.ChapterVerseOrderByRelationAggregateInput;
|
|
212
|
+
footnotes?: Prisma.ChapterFootnoteOrderByRelationAggregateInput;
|
|
213
|
+
audioUrls?: Prisma.ChapterAudioUrlOrderByRelationAggregateInput;
|
|
214
|
+
audioTimings?: Prisma.ChapterAudioTimingOrderByRelationAggregateInput;
|
|
215
|
+
words?: Prisma.ChapterWordsOrderByRelationAggregateInput;
|
|
216
|
+
};
|
|
217
|
+
export type TranslationWhereUniqueInput = Prisma.AtLeast<{
|
|
218
|
+
id?: string;
|
|
219
|
+
AND?: Prisma.TranslationWhereInput | Prisma.TranslationWhereInput[];
|
|
220
|
+
OR?: Prisma.TranslationWhereInput[];
|
|
221
|
+
NOT?: Prisma.TranslationWhereInput | Prisma.TranslationWhereInput[];
|
|
222
|
+
name?: Prisma.StringFilter<"Translation"> | string;
|
|
223
|
+
website?: Prisma.StringFilter<"Translation"> | string;
|
|
224
|
+
licenseUrl?: Prisma.StringFilter<"Translation"> | string;
|
|
225
|
+
licenseNotes?: Prisma.StringNullableFilter<"Translation"> | string | null;
|
|
226
|
+
licenseNotice?: Prisma.StringNullableFilter<"Translation"> | string | null;
|
|
227
|
+
shortName?: Prisma.StringNullableFilter<"Translation"> | string | null;
|
|
228
|
+
englishName?: Prisma.StringFilter<"Translation"> | string;
|
|
229
|
+
language?: Prisma.StringFilter<"Translation"> | string;
|
|
230
|
+
textDirection?: Prisma.StringFilter<"Translation"> | string;
|
|
231
|
+
sha256?: Prisma.StringNullableFilter<"Translation"> | string | null;
|
|
232
|
+
books?: Prisma.BookListRelationFilter;
|
|
233
|
+
chapters?: Prisma.ChapterListRelationFilter;
|
|
234
|
+
verses?: Prisma.ChapterVerseListRelationFilter;
|
|
235
|
+
footnotes?: Prisma.ChapterFootnoteListRelationFilter;
|
|
236
|
+
audioUrls?: Prisma.ChapterAudioUrlListRelationFilter;
|
|
237
|
+
audioTimings?: Prisma.ChapterAudioTimingListRelationFilter;
|
|
238
|
+
words?: Prisma.ChapterWordsListRelationFilter;
|
|
239
|
+
}, "id">;
|
|
240
|
+
export type TranslationOrderByWithAggregationInput = {
|
|
241
|
+
id?: Prisma.SortOrder;
|
|
242
|
+
name?: Prisma.SortOrder;
|
|
243
|
+
website?: Prisma.SortOrder;
|
|
244
|
+
licenseUrl?: Prisma.SortOrder;
|
|
245
|
+
licenseNotes?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
246
|
+
licenseNotice?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
247
|
+
shortName?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
248
|
+
englishName?: Prisma.SortOrder;
|
|
249
|
+
language?: Prisma.SortOrder;
|
|
250
|
+
textDirection?: Prisma.SortOrder;
|
|
251
|
+
sha256?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
252
|
+
_count?: Prisma.TranslationCountOrderByAggregateInput;
|
|
253
|
+
_max?: Prisma.TranslationMaxOrderByAggregateInput;
|
|
254
|
+
_min?: Prisma.TranslationMinOrderByAggregateInput;
|
|
255
|
+
};
|
|
256
|
+
export type TranslationScalarWhereWithAggregatesInput = {
|
|
257
|
+
AND?: Prisma.TranslationScalarWhereWithAggregatesInput | Prisma.TranslationScalarWhereWithAggregatesInput[];
|
|
258
|
+
OR?: Prisma.TranslationScalarWhereWithAggregatesInput[];
|
|
259
|
+
NOT?: Prisma.TranslationScalarWhereWithAggregatesInput | Prisma.TranslationScalarWhereWithAggregatesInput[];
|
|
260
|
+
id?: Prisma.StringWithAggregatesFilter<"Translation"> | string;
|
|
261
|
+
name?: Prisma.StringWithAggregatesFilter<"Translation"> | string;
|
|
262
|
+
website?: Prisma.StringWithAggregatesFilter<"Translation"> | string;
|
|
263
|
+
licenseUrl?: Prisma.StringWithAggregatesFilter<"Translation"> | string;
|
|
264
|
+
licenseNotes?: Prisma.StringNullableWithAggregatesFilter<"Translation"> | string | null;
|
|
265
|
+
licenseNotice?: Prisma.StringNullableWithAggregatesFilter<"Translation"> | string | null;
|
|
266
|
+
shortName?: Prisma.StringNullableWithAggregatesFilter<"Translation"> | string | null;
|
|
267
|
+
englishName?: Prisma.StringWithAggregatesFilter<"Translation"> | string;
|
|
268
|
+
language?: Prisma.StringWithAggregatesFilter<"Translation"> | string;
|
|
269
|
+
textDirection?: Prisma.StringWithAggregatesFilter<"Translation"> | string;
|
|
270
|
+
sha256?: Prisma.StringNullableWithAggregatesFilter<"Translation"> | string | null;
|
|
271
|
+
};
|
|
272
|
+
export type TranslationCreateInput = {
|
|
273
|
+
id: string;
|
|
274
|
+
name: string;
|
|
275
|
+
website: string;
|
|
276
|
+
licenseUrl: string;
|
|
277
|
+
licenseNotes?: string | null;
|
|
278
|
+
licenseNotice?: string | null;
|
|
279
|
+
shortName?: string | null;
|
|
280
|
+
englishName: string;
|
|
281
|
+
language: string;
|
|
282
|
+
textDirection: string;
|
|
283
|
+
sha256?: string | null;
|
|
284
|
+
books?: Prisma.BookCreateNestedManyWithoutTranslationInput;
|
|
285
|
+
chapters?: Prisma.ChapterCreateNestedManyWithoutTranslationInput;
|
|
286
|
+
verses?: Prisma.ChapterVerseCreateNestedManyWithoutTranslationInput;
|
|
287
|
+
footnotes?: Prisma.ChapterFootnoteCreateNestedManyWithoutTranslationInput;
|
|
288
|
+
audioUrls?: Prisma.ChapterAudioUrlCreateNestedManyWithoutTranslationInput;
|
|
289
|
+
audioTimings?: Prisma.ChapterAudioTimingCreateNestedManyWithoutTranslationInput;
|
|
290
|
+
words?: Prisma.ChapterWordsCreateNestedManyWithoutTranslationInput;
|
|
291
|
+
};
|
|
292
|
+
export type TranslationUncheckedCreateInput = {
|
|
293
|
+
id: string;
|
|
294
|
+
name: string;
|
|
295
|
+
website: string;
|
|
296
|
+
licenseUrl: string;
|
|
297
|
+
licenseNotes?: string | null;
|
|
298
|
+
licenseNotice?: string | null;
|
|
299
|
+
shortName?: string | null;
|
|
300
|
+
englishName: string;
|
|
301
|
+
language: string;
|
|
302
|
+
textDirection: string;
|
|
303
|
+
sha256?: string | null;
|
|
304
|
+
books?: Prisma.BookUncheckedCreateNestedManyWithoutTranslationInput;
|
|
305
|
+
chapters?: Prisma.ChapterUncheckedCreateNestedManyWithoutTranslationInput;
|
|
306
|
+
verses?: Prisma.ChapterVerseUncheckedCreateNestedManyWithoutTranslationInput;
|
|
307
|
+
footnotes?: Prisma.ChapterFootnoteUncheckedCreateNestedManyWithoutTranslationInput;
|
|
308
|
+
audioUrls?: Prisma.ChapterAudioUrlUncheckedCreateNestedManyWithoutTranslationInput;
|
|
309
|
+
audioTimings?: Prisma.ChapterAudioTimingUncheckedCreateNestedManyWithoutTranslationInput;
|
|
310
|
+
words?: Prisma.ChapterWordsUncheckedCreateNestedManyWithoutTranslationInput;
|
|
311
|
+
};
|
|
312
|
+
export type TranslationUpdateInput = {
|
|
313
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
314
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
315
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
316
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
317
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
318
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
319
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
320
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
321
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
322
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
323
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
324
|
+
books?: Prisma.BookUpdateManyWithoutTranslationNestedInput;
|
|
325
|
+
chapters?: Prisma.ChapterUpdateManyWithoutTranslationNestedInput;
|
|
326
|
+
verses?: Prisma.ChapterVerseUpdateManyWithoutTranslationNestedInput;
|
|
327
|
+
footnotes?: Prisma.ChapterFootnoteUpdateManyWithoutTranslationNestedInput;
|
|
328
|
+
audioUrls?: Prisma.ChapterAudioUrlUpdateManyWithoutTranslationNestedInput;
|
|
329
|
+
audioTimings?: Prisma.ChapterAudioTimingUpdateManyWithoutTranslationNestedInput;
|
|
330
|
+
words?: Prisma.ChapterWordsUpdateManyWithoutTranslationNestedInput;
|
|
331
|
+
};
|
|
332
|
+
export type TranslationUncheckedUpdateInput = {
|
|
333
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
334
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
335
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
336
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
337
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
338
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
339
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
340
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
341
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
342
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
343
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
344
|
+
books?: Prisma.BookUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
345
|
+
chapters?: Prisma.ChapterUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
346
|
+
verses?: Prisma.ChapterVerseUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
347
|
+
footnotes?: Prisma.ChapterFootnoteUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
348
|
+
audioUrls?: Prisma.ChapterAudioUrlUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
349
|
+
audioTimings?: Prisma.ChapterAudioTimingUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
350
|
+
words?: Prisma.ChapterWordsUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
351
|
+
};
|
|
352
|
+
export type TranslationCreateManyInput = {
|
|
353
|
+
id: string;
|
|
354
|
+
name: string;
|
|
355
|
+
website: string;
|
|
356
|
+
licenseUrl: string;
|
|
357
|
+
licenseNotes?: string | null;
|
|
358
|
+
licenseNotice?: string | null;
|
|
359
|
+
shortName?: string | null;
|
|
360
|
+
englishName: string;
|
|
361
|
+
language: string;
|
|
362
|
+
textDirection: string;
|
|
363
|
+
sha256?: string | null;
|
|
364
|
+
};
|
|
365
|
+
export type TranslationUpdateManyMutationInput = {
|
|
366
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
367
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
368
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
369
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
370
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
371
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
372
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
373
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
374
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
375
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
376
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
377
|
+
};
|
|
378
|
+
export type TranslationUncheckedUpdateManyInput = {
|
|
379
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
380
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
381
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
382
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
383
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
384
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
385
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
386
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
387
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
388
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
389
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
390
|
+
};
|
|
391
|
+
export type TranslationCountOrderByAggregateInput = {
|
|
392
|
+
id?: Prisma.SortOrder;
|
|
393
|
+
name?: Prisma.SortOrder;
|
|
394
|
+
website?: Prisma.SortOrder;
|
|
395
|
+
licenseUrl?: Prisma.SortOrder;
|
|
396
|
+
licenseNotes?: Prisma.SortOrder;
|
|
397
|
+
licenseNotice?: Prisma.SortOrder;
|
|
398
|
+
shortName?: Prisma.SortOrder;
|
|
399
|
+
englishName?: Prisma.SortOrder;
|
|
400
|
+
language?: Prisma.SortOrder;
|
|
401
|
+
textDirection?: Prisma.SortOrder;
|
|
402
|
+
sha256?: Prisma.SortOrder;
|
|
403
|
+
};
|
|
404
|
+
export type TranslationMaxOrderByAggregateInput = {
|
|
405
|
+
id?: Prisma.SortOrder;
|
|
406
|
+
name?: Prisma.SortOrder;
|
|
407
|
+
website?: Prisma.SortOrder;
|
|
408
|
+
licenseUrl?: Prisma.SortOrder;
|
|
409
|
+
licenseNotes?: Prisma.SortOrder;
|
|
410
|
+
licenseNotice?: Prisma.SortOrder;
|
|
411
|
+
shortName?: Prisma.SortOrder;
|
|
412
|
+
englishName?: Prisma.SortOrder;
|
|
413
|
+
language?: Prisma.SortOrder;
|
|
414
|
+
textDirection?: Prisma.SortOrder;
|
|
415
|
+
sha256?: Prisma.SortOrder;
|
|
416
|
+
};
|
|
417
|
+
export type TranslationMinOrderByAggregateInput = {
|
|
418
|
+
id?: Prisma.SortOrder;
|
|
419
|
+
name?: Prisma.SortOrder;
|
|
420
|
+
website?: Prisma.SortOrder;
|
|
421
|
+
licenseUrl?: Prisma.SortOrder;
|
|
422
|
+
licenseNotes?: Prisma.SortOrder;
|
|
423
|
+
licenseNotice?: Prisma.SortOrder;
|
|
424
|
+
shortName?: Prisma.SortOrder;
|
|
425
|
+
englishName?: Prisma.SortOrder;
|
|
426
|
+
language?: Prisma.SortOrder;
|
|
427
|
+
textDirection?: Prisma.SortOrder;
|
|
428
|
+
sha256?: Prisma.SortOrder;
|
|
429
|
+
};
|
|
430
|
+
export type TranslationScalarRelationFilter = {
|
|
431
|
+
is?: Prisma.TranslationWhereInput;
|
|
432
|
+
isNot?: Prisma.TranslationWhereInput;
|
|
433
|
+
};
|
|
434
|
+
export type StringFieldUpdateOperationsInput = {
|
|
435
|
+
set?: string;
|
|
436
|
+
};
|
|
437
|
+
export type NullableStringFieldUpdateOperationsInput = {
|
|
438
|
+
set?: string | null;
|
|
439
|
+
};
|
|
440
|
+
export type TranslationCreateNestedOneWithoutBooksInput = {
|
|
441
|
+
create?: Prisma.XOR<Prisma.TranslationCreateWithoutBooksInput, Prisma.TranslationUncheckedCreateWithoutBooksInput>;
|
|
442
|
+
connectOrCreate?: Prisma.TranslationCreateOrConnectWithoutBooksInput;
|
|
443
|
+
connect?: Prisma.TranslationWhereUniqueInput;
|
|
444
|
+
};
|
|
445
|
+
export type TranslationUpdateOneRequiredWithoutBooksNestedInput = {
|
|
446
|
+
create?: Prisma.XOR<Prisma.TranslationCreateWithoutBooksInput, Prisma.TranslationUncheckedCreateWithoutBooksInput>;
|
|
447
|
+
connectOrCreate?: Prisma.TranslationCreateOrConnectWithoutBooksInput;
|
|
448
|
+
upsert?: Prisma.TranslationUpsertWithoutBooksInput;
|
|
449
|
+
connect?: Prisma.TranslationWhereUniqueInput;
|
|
450
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.TranslationUpdateToOneWithWhereWithoutBooksInput, Prisma.TranslationUpdateWithoutBooksInput>, Prisma.TranslationUncheckedUpdateWithoutBooksInput>;
|
|
451
|
+
};
|
|
452
|
+
export type TranslationCreateNestedOneWithoutChaptersInput = {
|
|
453
|
+
create?: Prisma.XOR<Prisma.TranslationCreateWithoutChaptersInput, Prisma.TranslationUncheckedCreateWithoutChaptersInput>;
|
|
454
|
+
connectOrCreate?: Prisma.TranslationCreateOrConnectWithoutChaptersInput;
|
|
455
|
+
connect?: Prisma.TranslationWhereUniqueInput;
|
|
456
|
+
};
|
|
457
|
+
export type TranslationUpdateOneRequiredWithoutChaptersNestedInput = {
|
|
458
|
+
create?: Prisma.XOR<Prisma.TranslationCreateWithoutChaptersInput, Prisma.TranslationUncheckedCreateWithoutChaptersInput>;
|
|
459
|
+
connectOrCreate?: Prisma.TranslationCreateOrConnectWithoutChaptersInput;
|
|
460
|
+
upsert?: Prisma.TranslationUpsertWithoutChaptersInput;
|
|
461
|
+
connect?: Prisma.TranslationWhereUniqueInput;
|
|
462
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.TranslationUpdateToOneWithWhereWithoutChaptersInput, Prisma.TranslationUpdateWithoutChaptersInput>, Prisma.TranslationUncheckedUpdateWithoutChaptersInput>;
|
|
463
|
+
};
|
|
464
|
+
export type TranslationCreateNestedOneWithoutAudioUrlsInput = {
|
|
465
|
+
create?: Prisma.XOR<Prisma.TranslationCreateWithoutAudioUrlsInput, Prisma.TranslationUncheckedCreateWithoutAudioUrlsInput>;
|
|
466
|
+
connectOrCreate?: Prisma.TranslationCreateOrConnectWithoutAudioUrlsInput;
|
|
467
|
+
connect?: Prisma.TranslationWhereUniqueInput;
|
|
468
|
+
};
|
|
469
|
+
export type TranslationUpdateOneRequiredWithoutAudioUrlsNestedInput = {
|
|
470
|
+
create?: Prisma.XOR<Prisma.TranslationCreateWithoutAudioUrlsInput, Prisma.TranslationUncheckedCreateWithoutAudioUrlsInput>;
|
|
471
|
+
connectOrCreate?: Prisma.TranslationCreateOrConnectWithoutAudioUrlsInput;
|
|
472
|
+
upsert?: Prisma.TranslationUpsertWithoutAudioUrlsInput;
|
|
473
|
+
connect?: Prisma.TranslationWhereUniqueInput;
|
|
474
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.TranslationUpdateToOneWithWhereWithoutAudioUrlsInput, Prisma.TranslationUpdateWithoutAudioUrlsInput>, Prisma.TranslationUncheckedUpdateWithoutAudioUrlsInput>;
|
|
475
|
+
};
|
|
476
|
+
export type TranslationCreateNestedOneWithoutAudioTimingsInput = {
|
|
477
|
+
create?: Prisma.XOR<Prisma.TranslationCreateWithoutAudioTimingsInput, Prisma.TranslationUncheckedCreateWithoutAudioTimingsInput>;
|
|
478
|
+
connectOrCreate?: Prisma.TranslationCreateOrConnectWithoutAudioTimingsInput;
|
|
479
|
+
connect?: Prisma.TranslationWhereUniqueInput;
|
|
480
|
+
};
|
|
481
|
+
export type TranslationUpdateOneRequiredWithoutAudioTimingsNestedInput = {
|
|
482
|
+
create?: Prisma.XOR<Prisma.TranslationCreateWithoutAudioTimingsInput, Prisma.TranslationUncheckedCreateWithoutAudioTimingsInput>;
|
|
483
|
+
connectOrCreate?: Prisma.TranslationCreateOrConnectWithoutAudioTimingsInput;
|
|
484
|
+
upsert?: Prisma.TranslationUpsertWithoutAudioTimingsInput;
|
|
485
|
+
connect?: Prisma.TranslationWhereUniqueInput;
|
|
486
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.TranslationUpdateToOneWithWhereWithoutAudioTimingsInput, Prisma.TranslationUpdateWithoutAudioTimingsInput>, Prisma.TranslationUncheckedUpdateWithoutAudioTimingsInput>;
|
|
487
|
+
};
|
|
488
|
+
export type TranslationCreateNestedOneWithoutWordsInput = {
|
|
489
|
+
create?: Prisma.XOR<Prisma.TranslationCreateWithoutWordsInput, Prisma.TranslationUncheckedCreateWithoutWordsInput>;
|
|
490
|
+
connectOrCreate?: Prisma.TranslationCreateOrConnectWithoutWordsInput;
|
|
491
|
+
connect?: Prisma.TranslationWhereUniqueInput;
|
|
492
|
+
};
|
|
493
|
+
export type TranslationUpdateOneRequiredWithoutWordsNestedInput = {
|
|
494
|
+
create?: Prisma.XOR<Prisma.TranslationCreateWithoutWordsInput, Prisma.TranslationUncheckedCreateWithoutWordsInput>;
|
|
495
|
+
connectOrCreate?: Prisma.TranslationCreateOrConnectWithoutWordsInput;
|
|
496
|
+
upsert?: Prisma.TranslationUpsertWithoutWordsInput;
|
|
497
|
+
connect?: Prisma.TranslationWhereUniqueInput;
|
|
498
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.TranslationUpdateToOneWithWhereWithoutWordsInput, Prisma.TranslationUpdateWithoutWordsInput>, Prisma.TranslationUncheckedUpdateWithoutWordsInput>;
|
|
499
|
+
};
|
|
500
|
+
export type TranslationCreateNestedOneWithoutVersesInput = {
|
|
501
|
+
create?: Prisma.XOR<Prisma.TranslationCreateWithoutVersesInput, Prisma.TranslationUncheckedCreateWithoutVersesInput>;
|
|
502
|
+
connectOrCreate?: Prisma.TranslationCreateOrConnectWithoutVersesInput;
|
|
503
|
+
connect?: Prisma.TranslationWhereUniqueInput;
|
|
504
|
+
};
|
|
505
|
+
export type TranslationUpdateOneRequiredWithoutVersesNestedInput = {
|
|
506
|
+
create?: Prisma.XOR<Prisma.TranslationCreateWithoutVersesInput, Prisma.TranslationUncheckedCreateWithoutVersesInput>;
|
|
507
|
+
connectOrCreate?: Prisma.TranslationCreateOrConnectWithoutVersesInput;
|
|
508
|
+
upsert?: Prisma.TranslationUpsertWithoutVersesInput;
|
|
509
|
+
connect?: Prisma.TranslationWhereUniqueInput;
|
|
510
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.TranslationUpdateToOneWithWhereWithoutVersesInput, Prisma.TranslationUpdateWithoutVersesInput>, Prisma.TranslationUncheckedUpdateWithoutVersesInput>;
|
|
511
|
+
};
|
|
512
|
+
export type TranslationCreateNestedOneWithoutFootnotesInput = {
|
|
513
|
+
create?: Prisma.XOR<Prisma.TranslationCreateWithoutFootnotesInput, Prisma.TranslationUncheckedCreateWithoutFootnotesInput>;
|
|
514
|
+
connectOrCreate?: Prisma.TranslationCreateOrConnectWithoutFootnotesInput;
|
|
515
|
+
connect?: Prisma.TranslationWhereUniqueInput;
|
|
516
|
+
};
|
|
517
|
+
export type TranslationUpdateOneRequiredWithoutFootnotesNestedInput = {
|
|
518
|
+
create?: Prisma.XOR<Prisma.TranslationCreateWithoutFootnotesInput, Prisma.TranslationUncheckedCreateWithoutFootnotesInput>;
|
|
519
|
+
connectOrCreate?: Prisma.TranslationCreateOrConnectWithoutFootnotesInput;
|
|
520
|
+
upsert?: Prisma.TranslationUpsertWithoutFootnotesInput;
|
|
521
|
+
connect?: Prisma.TranslationWhereUniqueInput;
|
|
522
|
+
update?: Prisma.XOR<Prisma.XOR<Prisma.TranslationUpdateToOneWithWhereWithoutFootnotesInput, Prisma.TranslationUpdateWithoutFootnotesInput>, Prisma.TranslationUncheckedUpdateWithoutFootnotesInput>;
|
|
523
|
+
};
|
|
524
|
+
export type TranslationCreateWithoutBooksInput = {
|
|
525
|
+
id: string;
|
|
526
|
+
name: string;
|
|
527
|
+
website: string;
|
|
528
|
+
licenseUrl: string;
|
|
529
|
+
licenseNotes?: string | null;
|
|
530
|
+
licenseNotice?: string | null;
|
|
531
|
+
shortName?: string | null;
|
|
532
|
+
englishName: string;
|
|
533
|
+
language: string;
|
|
534
|
+
textDirection: string;
|
|
535
|
+
sha256?: string | null;
|
|
536
|
+
chapters?: Prisma.ChapterCreateNestedManyWithoutTranslationInput;
|
|
537
|
+
verses?: Prisma.ChapterVerseCreateNestedManyWithoutTranslationInput;
|
|
538
|
+
footnotes?: Prisma.ChapterFootnoteCreateNestedManyWithoutTranslationInput;
|
|
539
|
+
audioUrls?: Prisma.ChapterAudioUrlCreateNestedManyWithoutTranslationInput;
|
|
540
|
+
audioTimings?: Prisma.ChapterAudioTimingCreateNestedManyWithoutTranslationInput;
|
|
541
|
+
words?: Prisma.ChapterWordsCreateNestedManyWithoutTranslationInput;
|
|
542
|
+
};
|
|
543
|
+
export type TranslationUncheckedCreateWithoutBooksInput = {
|
|
544
|
+
id: string;
|
|
545
|
+
name: string;
|
|
546
|
+
website: string;
|
|
547
|
+
licenseUrl: string;
|
|
548
|
+
licenseNotes?: string | null;
|
|
549
|
+
licenseNotice?: string | null;
|
|
550
|
+
shortName?: string | null;
|
|
551
|
+
englishName: string;
|
|
552
|
+
language: string;
|
|
553
|
+
textDirection: string;
|
|
554
|
+
sha256?: string | null;
|
|
555
|
+
chapters?: Prisma.ChapterUncheckedCreateNestedManyWithoutTranslationInput;
|
|
556
|
+
verses?: Prisma.ChapterVerseUncheckedCreateNestedManyWithoutTranslationInput;
|
|
557
|
+
footnotes?: Prisma.ChapterFootnoteUncheckedCreateNestedManyWithoutTranslationInput;
|
|
558
|
+
audioUrls?: Prisma.ChapterAudioUrlUncheckedCreateNestedManyWithoutTranslationInput;
|
|
559
|
+
audioTimings?: Prisma.ChapterAudioTimingUncheckedCreateNestedManyWithoutTranslationInput;
|
|
560
|
+
words?: Prisma.ChapterWordsUncheckedCreateNestedManyWithoutTranslationInput;
|
|
561
|
+
};
|
|
562
|
+
export type TranslationCreateOrConnectWithoutBooksInput = {
|
|
563
|
+
where: Prisma.TranslationWhereUniqueInput;
|
|
564
|
+
create: Prisma.XOR<Prisma.TranslationCreateWithoutBooksInput, Prisma.TranslationUncheckedCreateWithoutBooksInput>;
|
|
565
|
+
};
|
|
566
|
+
export type TranslationUpsertWithoutBooksInput = {
|
|
567
|
+
update: Prisma.XOR<Prisma.TranslationUpdateWithoutBooksInput, Prisma.TranslationUncheckedUpdateWithoutBooksInput>;
|
|
568
|
+
create: Prisma.XOR<Prisma.TranslationCreateWithoutBooksInput, Prisma.TranslationUncheckedCreateWithoutBooksInput>;
|
|
569
|
+
where?: Prisma.TranslationWhereInput;
|
|
570
|
+
};
|
|
571
|
+
export type TranslationUpdateToOneWithWhereWithoutBooksInput = {
|
|
572
|
+
where?: Prisma.TranslationWhereInput;
|
|
573
|
+
data: Prisma.XOR<Prisma.TranslationUpdateWithoutBooksInput, Prisma.TranslationUncheckedUpdateWithoutBooksInput>;
|
|
574
|
+
};
|
|
575
|
+
export type TranslationUpdateWithoutBooksInput = {
|
|
576
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
577
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
578
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
579
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
580
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
581
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
582
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
583
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
584
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
585
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
586
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
587
|
+
chapters?: Prisma.ChapterUpdateManyWithoutTranslationNestedInput;
|
|
588
|
+
verses?: Prisma.ChapterVerseUpdateManyWithoutTranslationNestedInput;
|
|
589
|
+
footnotes?: Prisma.ChapterFootnoteUpdateManyWithoutTranslationNestedInput;
|
|
590
|
+
audioUrls?: Prisma.ChapterAudioUrlUpdateManyWithoutTranslationNestedInput;
|
|
591
|
+
audioTimings?: Prisma.ChapterAudioTimingUpdateManyWithoutTranslationNestedInput;
|
|
592
|
+
words?: Prisma.ChapterWordsUpdateManyWithoutTranslationNestedInput;
|
|
593
|
+
};
|
|
594
|
+
export type TranslationUncheckedUpdateWithoutBooksInput = {
|
|
595
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
596
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
597
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
598
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
599
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
600
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
601
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
602
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
603
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
604
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
605
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
606
|
+
chapters?: Prisma.ChapterUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
607
|
+
verses?: Prisma.ChapterVerseUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
608
|
+
footnotes?: Prisma.ChapterFootnoteUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
609
|
+
audioUrls?: Prisma.ChapterAudioUrlUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
610
|
+
audioTimings?: Prisma.ChapterAudioTimingUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
611
|
+
words?: Prisma.ChapterWordsUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
612
|
+
};
|
|
613
|
+
export type TranslationCreateWithoutChaptersInput = {
|
|
614
|
+
id: string;
|
|
615
|
+
name: string;
|
|
616
|
+
website: string;
|
|
617
|
+
licenseUrl: string;
|
|
618
|
+
licenseNotes?: string | null;
|
|
619
|
+
licenseNotice?: string | null;
|
|
620
|
+
shortName?: string | null;
|
|
621
|
+
englishName: string;
|
|
622
|
+
language: string;
|
|
623
|
+
textDirection: string;
|
|
624
|
+
sha256?: string | null;
|
|
625
|
+
books?: Prisma.BookCreateNestedManyWithoutTranslationInput;
|
|
626
|
+
verses?: Prisma.ChapterVerseCreateNestedManyWithoutTranslationInput;
|
|
627
|
+
footnotes?: Prisma.ChapterFootnoteCreateNestedManyWithoutTranslationInput;
|
|
628
|
+
audioUrls?: Prisma.ChapterAudioUrlCreateNestedManyWithoutTranslationInput;
|
|
629
|
+
audioTimings?: Prisma.ChapterAudioTimingCreateNestedManyWithoutTranslationInput;
|
|
630
|
+
words?: Prisma.ChapterWordsCreateNestedManyWithoutTranslationInput;
|
|
631
|
+
};
|
|
632
|
+
export type TranslationUncheckedCreateWithoutChaptersInput = {
|
|
633
|
+
id: string;
|
|
634
|
+
name: string;
|
|
635
|
+
website: string;
|
|
636
|
+
licenseUrl: string;
|
|
637
|
+
licenseNotes?: string | null;
|
|
638
|
+
licenseNotice?: string | null;
|
|
639
|
+
shortName?: string | null;
|
|
640
|
+
englishName: string;
|
|
641
|
+
language: string;
|
|
642
|
+
textDirection: string;
|
|
643
|
+
sha256?: string | null;
|
|
644
|
+
books?: Prisma.BookUncheckedCreateNestedManyWithoutTranslationInput;
|
|
645
|
+
verses?: Prisma.ChapterVerseUncheckedCreateNestedManyWithoutTranslationInput;
|
|
646
|
+
footnotes?: Prisma.ChapterFootnoteUncheckedCreateNestedManyWithoutTranslationInput;
|
|
647
|
+
audioUrls?: Prisma.ChapterAudioUrlUncheckedCreateNestedManyWithoutTranslationInput;
|
|
648
|
+
audioTimings?: Prisma.ChapterAudioTimingUncheckedCreateNestedManyWithoutTranslationInput;
|
|
649
|
+
words?: Prisma.ChapterWordsUncheckedCreateNestedManyWithoutTranslationInput;
|
|
650
|
+
};
|
|
651
|
+
export type TranslationCreateOrConnectWithoutChaptersInput = {
|
|
652
|
+
where: Prisma.TranslationWhereUniqueInput;
|
|
653
|
+
create: Prisma.XOR<Prisma.TranslationCreateWithoutChaptersInput, Prisma.TranslationUncheckedCreateWithoutChaptersInput>;
|
|
654
|
+
};
|
|
655
|
+
export type TranslationUpsertWithoutChaptersInput = {
|
|
656
|
+
update: Prisma.XOR<Prisma.TranslationUpdateWithoutChaptersInput, Prisma.TranslationUncheckedUpdateWithoutChaptersInput>;
|
|
657
|
+
create: Prisma.XOR<Prisma.TranslationCreateWithoutChaptersInput, Prisma.TranslationUncheckedCreateWithoutChaptersInput>;
|
|
658
|
+
where?: Prisma.TranslationWhereInput;
|
|
659
|
+
};
|
|
660
|
+
export type TranslationUpdateToOneWithWhereWithoutChaptersInput = {
|
|
661
|
+
where?: Prisma.TranslationWhereInput;
|
|
662
|
+
data: Prisma.XOR<Prisma.TranslationUpdateWithoutChaptersInput, Prisma.TranslationUncheckedUpdateWithoutChaptersInput>;
|
|
663
|
+
};
|
|
664
|
+
export type TranslationUpdateWithoutChaptersInput = {
|
|
665
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
666
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
667
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
668
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
669
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
670
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
671
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
672
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
673
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
674
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
675
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
676
|
+
books?: Prisma.BookUpdateManyWithoutTranslationNestedInput;
|
|
677
|
+
verses?: Prisma.ChapterVerseUpdateManyWithoutTranslationNestedInput;
|
|
678
|
+
footnotes?: Prisma.ChapterFootnoteUpdateManyWithoutTranslationNestedInput;
|
|
679
|
+
audioUrls?: Prisma.ChapterAudioUrlUpdateManyWithoutTranslationNestedInput;
|
|
680
|
+
audioTimings?: Prisma.ChapterAudioTimingUpdateManyWithoutTranslationNestedInput;
|
|
681
|
+
words?: Prisma.ChapterWordsUpdateManyWithoutTranslationNestedInput;
|
|
682
|
+
};
|
|
683
|
+
export type TranslationUncheckedUpdateWithoutChaptersInput = {
|
|
684
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
685
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
686
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
687
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
688
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
689
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
690
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
691
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
692
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
693
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
694
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
695
|
+
books?: Prisma.BookUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
696
|
+
verses?: Prisma.ChapterVerseUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
697
|
+
footnotes?: Prisma.ChapterFootnoteUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
698
|
+
audioUrls?: Prisma.ChapterAudioUrlUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
699
|
+
audioTimings?: Prisma.ChapterAudioTimingUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
700
|
+
words?: Prisma.ChapterWordsUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
701
|
+
};
|
|
702
|
+
export type TranslationCreateWithoutAudioUrlsInput = {
|
|
703
|
+
id: string;
|
|
704
|
+
name: string;
|
|
705
|
+
website: string;
|
|
706
|
+
licenseUrl: string;
|
|
707
|
+
licenseNotes?: string | null;
|
|
708
|
+
licenseNotice?: string | null;
|
|
709
|
+
shortName?: string | null;
|
|
710
|
+
englishName: string;
|
|
711
|
+
language: string;
|
|
712
|
+
textDirection: string;
|
|
713
|
+
sha256?: string | null;
|
|
714
|
+
books?: Prisma.BookCreateNestedManyWithoutTranslationInput;
|
|
715
|
+
chapters?: Prisma.ChapterCreateNestedManyWithoutTranslationInput;
|
|
716
|
+
verses?: Prisma.ChapterVerseCreateNestedManyWithoutTranslationInput;
|
|
717
|
+
footnotes?: Prisma.ChapterFootnoteCreateNestedManyWithoutTranslationInput;
|
|
718
|
+
audioTimings?: Prisma.ChapterAudioTimingCreateNestedManyWithoutTranslationInput;
|
|
719
|
+
words?: Prisma.ChapterWordsCreateNestedManyWithoutTranslationInput;
|
|
720
|
+
};
|
|
721
|
+
export type TranslationUncheckedCreateWithoutAudioUrlsInput = {
|
|
722
|
+
id: string;
|
|
723
|
+
name: string;
|
|
724
|
+
website: string;
|
|
725
|
+
licenseUrl: string;
|
|
726
|
+
licenseNotes?: string | null;
|
|
727
|
+
licenseNotice?: string | null;
|
|
728
|
+
shortName?: string | null;
|
|
729
|
+
englishName: string;
|
|
730
|
+
language: string;
|
|
731
|
+
textDirection: string;
|
|
732
|
+
sha256?: string | null;
|
|
733
|
+
books?: Prisma.BookUncheckedCreateNestedManyWithoutTranslationInput;
|
|
734
|
+
chapters?: Prisma.ChapterUncheckedCreateNestedManyWithoutTranslationInput;
|
|
735
|
+
verses?: Prisma.ChapterVerseUncheckedCreateNestedManyWithoutTranslationInput;
|
|
736
|
+
footnotes?: Prisma.ChapterFootnoteUncheckedCreateNestedManyWithoutTranslationInput;
|
|
737
|
+
audioTimings?: Prisma.ChapterAudioTimingUncheckedCreateNestedManyWithoutTranslationInput;
|
|
738
|
+
words?: Prisma.ChapterWordsUncheckedCreateNestedManyWithoutTranslationInput;
|
|
739
|
+
};
|
|
740
|
+
export type TranslationCreateOrConnectWithoutAudioUrlsInput = {
|
|
741
|
+
where: Prisma.TranslationWhereUniqueInput;
|
|
742
|
+
create: Prisma.XOR<Prisma.TranslationCreateWithoutAudioUrlsInput, Prisma.TranslationUncheckedCreateWithoutAudioUrlsInput>;
|
|
743
|
+
};
|
|
744
|
+
export type TranslationUpsertWithoutAudioUrlsInput = {
|
|
745
|
+
update: Prisma.XOR<Prisma.TranslationUpdateWithoutAudioUrlsInput, Prisma.TranslationUncheckedUpdateWithoutAudioUrlsInput>;
|
|
746
|
+
create: Prisma.XOR<Prisma.TranslationCreateWithoutAudioUrlsInput, Prisma.TranslationUncheckedCreateWithoutAudioUrlsInput>;
|
|
747
|
+
where?: Prisma.TranslationWhereInput;
|
|
748
|
+
};
|
|
749
|
+
export type TranslationUpdateToOneWithWhereWithoutAudioUrlsInput = {
|
|
750
|
+
where?: Prisma.TranslationWhereInput;
|
|
751
|
+
data: Prisma.XOR<Prisma.TranslationUpdateWithoutAudioUrlsInput, Prisma.TranslationUncheckedUpdateWithoutAudioUrlsInput>;
|
|
752
|
+
};
|
|
753
|
+
export type TranslationUpdateWithoutAudioUrlsInput = {
|
|
754
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
755
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
756
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
757
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
758
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
759
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
760
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
761
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
762
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
763
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
764
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
765
|
+
books?: Prisma.BookUpdateManyWithoutTranslationNestedInput;
|
|
766
|
+
chapters?: Prisma.ChapterUpdateManyWithoutTranslationNestedInput;
|
|
767
|
+
verses?: Prisma.ChapterVerseUpdateManyWithoutTranslationNestedInput;
|
|
768
|
+
footnotes?: Prisma.ChapterFootnoteUpdateManyWithoutTranslationNestedInput;
|
|
769
|
+
audioTimings?: Prisma.ChapterAudioTimingUpdateManyWithoutTranslationNestedInput;
|
|
770
|
+
words?: Prisma.ChapterWordsUpdateManyWithoutTranslationNestedInput;
|
|
771
|
+
};
|
|
772
|
+
export type TranslationUncheckedUpdateWithoutAudioUrlsInput = {
|
|
773
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
774
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
775
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
776
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
777
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
778
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
779
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
780
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
781
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
782
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
783
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
784
|
+
books?: Prisma.BookUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
785
|
+
chapters?: Prisma.ChapterUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
786
|
+
verses?: Prisma.ChapterVerseUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
787
|
+
footnotes?: Prisma.ChapterFootnoteUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
788
|
+
audioTimings?: Prisma.ChapterAudioTimingUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
789
|
+
words?: Prisma.ChapterWordsUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
790
|
+
};
|
|
791
|
+
export type TranslationCreateWithoutAudioTimingsInput = {
|
|
792
|
+
id: string;
|
|
793
|
+
name: string;
|
|
794
|
+
website: string;
|
|
795
|
+
licenseUrl: string;
|
|
796
|
+
licenseNotes?: string | null;
|
|
797
|
+
licenseNotice?: string | null;
|
|
798
|
+
shortName?: string | null;
|
|
799
|
+
englishName: string;
|
|
800
|
+
language: string;
|
|
801
|
+
textDirection: string;
|
|
802
|
+
sha256?: string | null;
|
|
803
|
+
books?: Prisma.BookCreateNestedManyWithoutTranslationInput;
|
|
804
|
+
chapters?: Prisma.ChapterCreateNestedManyWithoutTranslationInput;
|
|
805
|
+
verses?: Prisma.ChapterVerseCreateNestedManyWithoutTranslationInput;
|
|
806
|
+
footnotes?: Prisma.ChapterFootnoteCreateNestedManyWithoutTranslationInput;
|
|
807
|
+
audioUrls?: Prisma.ChapterAudioUrlCreateNestedManyWithoutTranslationInput;
|
|
808
|
+
words?: Prisma.ChapterWordsCreateNestedManyWithoutTranslationInput;
|
|
809
|
+
};
|
|
810
|
+
export type TranslationUncheckedCreateWithoutAudioTimingsInput = {
|
|
811
|
+
id: string;
|
|
812
|
+
name: string;
|
|
813
|
+
website: string;
|
|
814
|
+
licenseUrl: string;
|
|
815
|
+
licenseNotes?: string | null;
|
|
816
|
+
licenseNotice?: string | null;
|
|
817
|
+
shortName?: string | null;
|
|
818
|
+
englishName: string;
|
|
819
|
+
language: string;
|
|
820
|
+
textDirection: string;
|
|
821
|
+
sha256?: string | null;
|
|
822
|
+
books?: Prisma.BookUncheckedCreateNestedManyWithoutTranslationInput;
|
|
823
|
+
chapters?: Prisma.ChapterUncheckedCreateNestedManyWithoutTranslationInput;
|
|
824
|
+
verses?: Prisma.ChapterVerseUncheckedCreateNestedManyWithoutTranslationInput;
|
|
825
|
+
footnotes?: Prisma.ChapterFootnoteUncheckedCreateNestedManyWithoutTranslationInput;
|
|
826
|
+
audioUrls?: Prisma.ChapterAudioUrlUncheckedCreateNestedManyWithoutTranslationInput;
|
|
827
|
+
words?: Prisma.ChapterWordsUncheckedCreateNestedManyWithoutTranslationInput;
|
|
828
|
+
};
|
|
829
|
+
export type TranslationCreateOrConnectWithoutAudioTimingsInput = {
|
|
830
|
+
where: Prisma.TranslationWhereUniqueInput;
|
|
831
|
+
create: Prisma.XOR<Prisma.TranslationCreateWithoutAudioTimingsInput, Prisma.TranslationUncheckedCreateWithoutAudioTimingsInput>;
|
|
832
|
+
};
|
|
833
|
+
export type TranslationUpsertWithoutAudioTimingsInput = {
|
|
834
|
+
update: Prisma.XOR<Prisma.TranslationUpdateWithoutAudioTimingsInput, Prisma.TranslationUncheckedUpdateWithoutAudioTimingsInput>;
|
|
835
|
+
create: Prisma.XOR<Prisma.TranslationCreateWithoutAudioTimingsInput, Prisma.TranslationUncheckedCreateWithoutAudioTimingsInput>;
|
|
836
|
+
where?: Prisma.TranslationWhereInput;
|
|
837
|
+
};
|
|
838
|
+
export type TranslationUpdateToOneWithWhereWithoutAudioTimingsInput = {
|
|
839
|
+
where?: Prisma.TranslationWhereInput;
|
|
840
|
+
data: Prisma.XOR<Prisma.TranslationUpdateWithoutAudioTimingsInput, Prisma.TranslationUncheckedUpdateWithoutAudioTimingsInput>;
|
|
841
|
+
};
|
|
842
|
+
export type TranslationUpdateWithoutAudioTimingsInput = {
|
|
843
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
844
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
845
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
846
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
847
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
848
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
849
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
850
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
851
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
852
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
853
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
854
|
+
books?: Prisma.BookUpdateManyWithoutTranslationNestedInput;
|
|
855
|
+
chapters?: Prisma.ChapterUpdateManyWithoutTranslationNestedInput;
|
|
856
|
+
verses?: Prisma.ChapterVerseUpdateManyWithoutTranslationNestedInput;
|
|
857
|
+
footnotes?: Prisma.ChapterFootnoteUpdateManyWithoutTranslationNestedInput;
|
|
858
|
+
audioUrls?: Prisma.ChapterAudioUrlUpdateManyWithoutTranslationNestedInput;
|
|
859
|
+
words?: Prisma.ChapterWordsUpdateManyWithoutTranslationNestedInput;
|
|
860
|
+
};
|
|
861
|
+
export type TranslationUncheckedUpdateWithoutAudioTimingsInput = {
|
|
862
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
863
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
864
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
865
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
866
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
867
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
868
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
869
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
870
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
871
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
872
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
873
|
+
books?: Prisma.BookUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
874
|
+
chapters?: Prisma.ChapterUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
875
|
+
verses?: Prisma.ChapterVerseUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
876
|
+
footnotes?: Prisma.ChapterFootnoteUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
877
|
+
audioUrls?: Prisma.ChapterAudioUrlUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
878
|
+
words?: Prisma.ChapterWordsUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
879
|
+
};
|
|
880
|
+
export type TranslationCreateWithoutWordsInput = {
|
|
881
|
+
id: string;
|
|
882
|
+
name: string;
|
|
883
|
+
website: string;
|
|
884
|
+
licenseUrl: string;
|
|
885
|
+
licenseNotes?: string | null;
|
|
886
|
+
licenseNotice?: string | null;
|
|
887
|
+
shortName?: string | null;
|
|
888
|
+
englishName: string;
|
|
889
|
+
language: string;
|
|
890
|
+
textDirection: string;
|
|
891
|
+
sha256?: string | null;
|
|
892
|
+
books?: Prisma.BookCreateNestedManyWithoutTranslationInput;
|
|
893
|
+
chapters?: Prisma.ChapterCreateNestedManyWithoutTranslationInput;
|
|
894
|
+
verses?: Prisma.ChapterVerseCreateNestedManyWithoutTranslationInput;
|
|
895
|
+
footnotes?: Prisma.ChapterFootnoteCreateNestedManyWithoutTranslationInput;
|
|
896
|
+
audioUrls?: Prisma.ChapterAudioUrlCreateNestedManyWithoutTranslationInput;
|
|
897
|
+
audioTimings?: Prisma.ChapterAudioTimingCreateNestedManyWithoutTranslationInput;
|
|
898
|
+
};
|
|
899
|
+
export type TranslationUncheckedCreateWithoutWordsInput = {
|
|
900
|
+
id: string;
|
|
901
|
+
name: string;
|
|
902
|
+
website: string;
|
|
903
|
+
licenseUrl: string;
|
|
904
|
+
licenseNotes?: string | null;
|
|
905
|
+
licenseNotice?: string | null;
|
|
906
|
+
shortName?: string | null;
|
|
907
|
+
englishName: string;
|
|
908
|
+
language: string;
|
|
909
|
+
textDirection: string;
|
|
910
|
+
sha256?: string | null;
|
|
911
|
+
books?: Prisma.BookUncheckedCreateNestedManyWithoutTranslationInput;
|
|
912
|
+
chapters?: Prisma.ChapterUncheckedCreateNestedManyWithoutTranslationInput;
|
|
913
|
+
verses?: Prisma.ChapterVerseUncheckedCreateNestedManyWithoutTranslationInput;
|
|
914
|
+
footnotes?: Prisma.ChapterFootnoteUncheckedCreateNestedManyWithoutTranslationInput;
|
|
915
|
+
audioUrls?: Prisma.ChapterAudioUrlUncheckedCreateNestedManyWithoutTranslationInput;
|
|
916
|
+
audioTimings?: Prisma.ChapterAudioTimingUncheckedCreateNestedManyWithoutTranslationInput;
|
|
917
|
+
};
|
|
918
|
+
export type TranslationCreateOrConnectWithoutWordsInput = {
|
|
919
|
+
where: Prisma.TranslationWhereUniqueInput;
|
|
920
|
+
create: Prisma.XOR<Prisma.TranslationCreateWithoutWordsInput, Prisma.TranslationUncheckedCreateWithoutWordsInput>;
|
|
921
|
+
};
|
|
922
|
+
export type TranslationUpsertWithoutWordsInput = {
|
|
923
|
+
update: Prisma.XOR<Prisma.TranslationUpdateWithoutWordsInput, Prisma.TranslationUncheckedUpdateWithoutWordsInput>;
|
|
924
|
+
create: Prisma.XOR<Prisma.TranslationCreateWithoutWordsInput, Prisma.TranslationUncheckedCreateWithoutWordsInput>;
|
|
925
|
+
where?: Prisma.TranslationWhereInput;
|
|
926
|
+
};
|
|
927
|
+
export type TranslationUpdateToOneWithWhereWithoutWordsInput = {
|
|
928
|
+
where?: Prisma.TranslationWhereInput;
|
|
929
|
+
data: Prisma.XOR<Prisma.TranslationUpdateWithoutWordsInput, Prisma.TranslationUncheckedUpdateWithoutWordsInput>;
|
|
930
|
+
};
|
|
931
|
+
export type TranslationUpdateWithoutWordsInput = {
|
|
932
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
933
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
934
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
935
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
936
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
937
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
938
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
939
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
940
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
941
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
942
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
943
|
+
books?: Prisma.BookUpdateManyWithoutTranslationNestedInput;
|
|
944
|
+
chapters?: Prisma.ChapterUpdateManyWithoutTranslationNestedInput;
|
|
945
|
+
verses?: Prisma.ChapterVerseUpdateManyWithoutTranslationNestedInput;
|
|
946
|
+
footnotes?: Prisma.ChapterFootnoteUpdateManyWithoutTranslationNestedInput;
|
|
947
|
+
audioUrls?: Prisma.ChapterAudioUrlUpdateManyWithoutTranslationNestedInput;
|
|
948
|
+
audioTimings?: Prisma.ChapterAudioTimingUpdateManyWithoutTranslationNestedInput;
|
|
949
|
+
};
|
|
950
|
+
export type TranslationUncheckedUpdateWithoutWordsInput = {
|
|
951
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
952
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
953
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
954
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
955
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
956
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
957
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
958
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
959
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
960
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
961
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
962
|
+
books?: Prisma.BookUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
963
|
+
chapters?: Prisma.ChapterUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
964
|
+
verses?: Prisma.ChapterVerseUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
965
|
+
footnotes?: Prisma.ChapterFootnoteUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
966
|
+
audioUrls?: Prisma.ChapterAudioUrlUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
967
|
+
audioTimings?: Prisma.ChapterAudioTimingUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
968
|
+
};
|
|
969
|
+
export type TranslationCreateWithoutVersesInput = {
|
|
970
|
+
id: string;
|
|
971
|
+
name: string;
|
|
972
|
+
website: string;
|
|
973
|
+
licenseUrl: string;
|
|
974
|
+
licenseNotes?: string | null;
|
|
975
|
+
licenseNotice?: string | null;
|
|
976
|
+
shortName?: string | null;
|
|
977
|
+
englishName: string;
|
|
978
|
+
language: string;
|
|
979
|
+
textDirection: string;
|
|
980
|
+
sha256?: string | null;
|
|
981
|
+
books?: Prisma.BookCreateNestedManyWithoutTranslationInput;
|
|
982
|
+
chapters?: Prisma.ChapterCreateNestedManyWithoutTranslationInput;
|
|
983
|
+
footnotes?: Prisma.ChapterFootnoteCreateNestedManyWithoutTranslationInput;
|
|
984
|
+
audioUrls?: Prisma.ChapterAudioUrlCreateNestedManyWithoutTranslationInput;
|
|
985
|
+
audioTimings?: Prisma.ChapterAudioTimingCreateNestedManyWithoutTranslationInput;
|
|
986
|
+
words?: Prisma.ChapterWordsCreateNestedManyWithoutTranslationInput;
|
|
987
|
+
};
|
|
988
|
+
export type TranslationUncheckedCreateWithoutVersesInput = {
|
|
989
|
+
id: string;
|
|
990
|
+
name: string;
|
|
991
|
+
website: string;
|
|
992
|
+
licenseUrl: string;
|
|
993
|
+
licenseNotes?: string | null;
|
|
994
|
+
licenseNotice?: string | null;
|
|
995
|
+
shortName?: string | null;
|
|
996
|
+
englishName: string;
|
|
997
|
+
language: string;
|
|
998
|
+
textDirection: string;
|
|
999
|
+
sha256?: string | null;
|
|
1000
|
+
books?: Prisma.BookUncheckedCreateNestedManyWithoutTranslationInput;
|
|
1001
|
+
chapters?: Prisma.ChapterUncheckedCreateNestedManyWithoutTranslationInput;
|
|
1002
|
+
footnotes?: Prisma.ChapterFootnoteUncheckedCreateNestedManyWithoutTranslationInput;
|
|
1003
|
+
audioUrls?: Prisma.ChapterAudioUrlUncheckedCreateNestedManyWithoutTranslationInput;
|
|
1004
|
+
audioTimings?: Prisma.ChapterAudioTimingUncheckedCreateNestedManyWithoutTranslationInput;
|
|
1005
|
+
words?: Prisma.ChapterWordsUncheckedCreateNestedManyWithoutTranslationInput;
|
|
1006
|
+
};
|
|
1007
|
+
export type TranslationCreateOrConnectWithoutVersesInput = {
|
|
1008
|
+
where: Prisma.TranslationWhereUniqueInput;
|
|
1009
|
+
create: Prisma.XOR<Prisma.TranslationCreateWithoutVersesInput, Prisma.TranslationUncheckedCreateWithoutVersesInput>;
|
|
1010
|
+
};
|
|
1011
|
+
export type TranslationUpsertWithoutVersesInput = {
|
|
1012
|
+
update: Prisma.XOR<Prisma.TranslationUpdateWithoutVersesInput, Prisma.TranslationUncheckedUpdateWithoutVersesInput>;
|
|
1013
|
+
create: Prisma.XOR<Prisma.TranslationCreateWithoutVersesInput, Prisma.TranslationUncheckedCreateWithoutVersesInput>;
|
|
1014
|
+
where?: Prisma.TranslationWhereInput;
|
|
1015
|
+
};
|
|
1016
|
+
export type TranslationUpdateToOneWithWhereWithoutVersesInput = {
|
|
1017
|
+
where?: Prisma.TranslationWhereInput;
|
|
1018
|
+
data: Prisma.XOR<Prisma.TranslationUpdateWithoutVersesInput, Prisma.TranslationUncheckedUpdateWithoutVersesInput>;
|
|
1019
|
+
};
|
|
1020
|
+
export type TranslationUpdateWithoutVersesInput = {
|
|
1021
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1022
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1023
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1024
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1025
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1026
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1027
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1028
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1029
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1030
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1031
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1032
|
+
books?: Prisma.BookUpdateManyWithoutTranslationNestedInput;
|
|
1033
|
+
chapters?: Prisma.ChapterUpdateManyWithoutTranslationNestedInput;
|
|
1034
|
+
footnotes?: Prisma.ChapterFootnoteUpdateManyWithoutTranslationNestedInput;
|
|
1035
|
+
audioUrls?: Prisma.ChapterAudioUrlUpdateManyWithoutTranslationNestedInput;
|
|
1036
|
+
audioTimings?: Prisma.ChapterAudioTimingUpdateManyWithoutTranslationNestedInput;
|
|
1037
|
+
words?: Prisma.ChapterWordsUpdateManyWithoutTranslationNestedInput;
|
|
1038
|
+
};
|
|
1039
|
+
export type TranslationUncheckedUpdateWithoutVersesInput = {
|
|
1040
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1041
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1042
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1043
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1044
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1045
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1046
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1047
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1048
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1049
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1050
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1051
|
+
books?: Prisma.BookUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
1052
|
+
chapters?: Prisma.ChapterUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
1053
|
+
footnotes?: Prisma.ChapterFootnoteUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
1054
|
+
audioUrls?: Prisma.ChapterAudioUrlUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
1055
|
+
audioTimings?: Prisma.ChapterAudioTimingUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
1056
|
+
words?: Prisma.ChapterWordsUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
1057
|
+
};
|
|
1058
|
+
export type TranslationCreateWithoutFootnotesInput = {
|
|
1059
|
+
id: string;
|
|
1060
|
+
name: string;
|
|
1061
|
+
website: string;
|
|
1062
|
+
licenseUrl: string;
|
|
1063
|
+
licenseNotes?: string | null;
|
|
1064
|
+
licenseNotice?: string | null;
|
|
1065
|
+
shortName?: string | null;
|
|
1066
|
+
englishName: string;
|
|
1067
|
+
language: string;
|
|
1068
|
+
textDirection: string;
|
|
1069
|
+
sha256?: string | null;
|
|
1070
|
+
books?: Prisma.BookCreateNestedManyWithoutTranslationInput;
|
|
1071
|
+
chapters?: Prisma.ChapterCreateNestedManyWithoutTranslationInput;
|
|
1072
|
+
verses?: Prisma.ChapterVerseCreateNestedManyWithoutTranslationInput;
|
|
1073
|
+
audioUrls?: Prisma.ChapterAudioUrlCreateNestedManyWithoutTranslationInput;
|
|
1074
|
+
audioTimings?: Prisma.ChapterAudioTimingCreateNestedManyWithoutTranslationInput;
|
|
1075
|
+
words?: Prisma.ChapterWordsCreateNestedManyWithoutTranslationInput;
|
|
1076
|
+
};
|
|
1077
|
+
export type TranslationUncheckedCreateWithoutFootnotesInput = {
|
|
1078
|
+
id: string;
|
|
1079
|
+
name: string;
|
|
1080
|
+
website: string;
|
|
1081
|
+
licenseUrl: string;
|
|
1082
|
+
licenseNotes?: string | null;
|
|
1083
|
+
licenseNotice?: string | null;
|
|
1084
|
+
shortName?: string | null;
|
|
1085
|
+
englishName: string;
|
|
1086
|
+
language: string;
|
|
1087
|
+
textDirection: string;
|
|
1088
|
+
sha256?: string | null;
|
|
1089
|
+
books?: Prisma.BookUncheckedCreateNestedManyWithoutTranslationInput;
|
|
1090
|
+
chapters?: Prisma.ChapterUncheckedCreateNestedManyWithoutTranslationInput;
|
|
1091
|
+
verses?: Prisma.ChapterVerseUncheckedCreateNestedManyWithoutTranslationInput;
|
|
1092
|
+
audioUrls?: Prisma.ChapterAudioUrlUncheckedCreateNestedManyWithoutTranslationInput;
|
|
1093
|
+
audioTimings?: Prisma.ChapterAudioTimingUncheckedCreateNestedManyWithoutTranslationInput;
|
|
1094
|
+
words?: Prisma.ChapterWordsUncheckedCreateNestedManyWithoutTranslationInput;
|
|
1095
|
+
};
|
|
1096
|
+
export type TranslationCreateOrConnectWithoutFootnotesInput = {
|
|
1097
|
+
where: Prisma.TranslationWhereUniqueInput;
|
|
1098
|
+
create: Prisma.XOR<Prisma.TranslationCreateWithoutFootnotesInput, Prisma.TranslationUncheckedCreateWithoutFootnotesInput>;
|
|
1099
|
+
};
|
|
1100
|
+
export type TranslationUpsertWithoutFootnotesInput = {
|
|
1101
|
+
update: Prisma.XOR<Prisma.TranslationUpdateWithoutFootnotesInput, Prisma.TranslationUncheckedUpdateWithoutFootnotesInput>;
|
|
1102
|
+
create: Prisma.XOR<Prisma.TranslationCreateWithoutFootnotesInput, Prisma.TranslationUncheckedCreateWithoutFootnotesInput>;
|
|
1103
|
+
where?: Prisma.TranslationWhereInput;
|
|
1104
|
+
};
|
|
1105
|
+
export type TranslationUpdateToOneWithWhereWithoutFootnotesInput = {
|
|
1106
|
+
where?: Prisma.TranslationWhereInput;
|
|
1107
|
+
data: Prisma.XOR<Prisma.TranslationUpdateWithoutFootnotesInput, Prisma.TranslationUncheckedUpdateWithoutFootnotesInput>;
|
|
1108
|
+
};
|
|
1109
|
+
export type TranslationUpdateWithoutFootnotesInput = {
|
|
1110
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1111
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1112
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1113
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1114
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1115
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1116
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1117
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1118
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1119
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1120
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1121
|
+
books?: Prisma.BookUpdateManyWithoutTranslationNestedInput;
|
|
1122
|
+
chapters?: Prisma.ChapterUpdateManyWithoutTranslationNestedInput;
|
|
1123
|
+
verses?: Prisma.ChapterVerseUpdateManyWithoutTranslationNestedInput;
|
|
1124
|
+
audioUrls?: Prisma.ChapterAudioUrlUpdateManyWithoutTranslationNestedInput;
|
|
1125
|
+
audioTimings?: Prisma.ChapterAudioTimingUpdateManyWithoutTranslationNestedInput;
|
|
1126
|
+
words?: Prisma.ChapterWordsUpdateManyWithoutTranslationNestedInput;
|
|
1127
|
+
};
|
|
1128
|
+
export type TranslationUncheckedUpdateWithoutFootnotesInput = {
|
|
1129
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1130
|
+
name?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1131
|
+
website?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1132
|
+
licenseUrl?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1133
|
+
licenseNotes?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1134
|
+
licenseNotice?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1135
|
+
shortName?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1136
|
+
englishName?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1137
|
+
language?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1138
|
+
textDirection?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1139
|
+
sha256?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1140
|
+
books?: Prisma.BookUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
1141
|
+
chapters?: Prisma.ChapterUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
1142
|
+
verses?: Prisma.ChapterVerseUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
1143
|
+
audioUrls?: Prisma.ChapterAudioUrlUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
1144
|
+
audioTimings?: Prisma.ChapterAudioTimingUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
1145
|
+
words?: Prisma.ChapterWordsUncheckedUpdateManyWithoutTranslationNestedInput;
|
|
1146
|
+
};
|
|
1147
|
+
/**
|
|
1148
|
+
* Count Type TranslationCountOutputType
|
|
1149
|
+
*/
|
|
1150
|
+
export type TranslationCountOutputType = {
|
|
1151
|
+
books: number;
|
|
1152
|
+
chapters: number;
|
|
1153
|
+
verses: number;
|
|
1154
|
+
footnotes: number;
|
|
1155
|
+
audioUrls: number;
|
|
1156
|
+
audioTimings: number;
|
|
1157
|
+
words: number;
|
|
1158
|
+
};
|
|
1159
|
+
export type TranslationCountOutputTypeSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1160
|
+
books?: boolean | TranslationCountOutputTypeCountBooksArgs;
|
|
1161
|
+
chapters?: boolean | TranslationCountOutputTypeCountChaptersArgs;
|
|
1162
|
+
verses?: boolean | TranslationCountOutputTypeCountVersesArgs;
|
|
1163
|
+
footnotes?: boolean | TranslationCountOutputTypeCountFootnotesArgs;
|
|
1164
|
+
audioUrls?: boolean | TranslationCountOutputTypeCountAudioUrlsArgs;
|
|
1165
|
+
audioTimings?: boolean | TranslationCountOutputTypeCountAudioTimingsArgs;
|
|
1166
|
+
words?: boolean | TranslationCountOutputTypeCountWordsArgs;
|
|
1167
|
+
};
|
|
1168
|
+
/**
|
|
1169
|
+
* TranslationCountOutputType without action
|
|
1170
|
+
*/
|
|
1171
|
+
export type TranslationCountOutputTypeDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1172
|
+
/**
|
|
1173
|
+
* Select specific fields to fetch from the TranslationCountOutputType
|
|
1174
|
+
*/
|
|
1175
|
+
select?: Prisma.TranslationCountOutputTypeSelect<ExtArgs> | null;
|
|
1176
|
+
};
|
|
1177
|
+
/**
|
|
1178
|
+
* TranslationCountOutputType without action
|
|
1179
|
+
*/
|
|
1180
|
+
export type TranslationCountOutputTypeCountBooksArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1181
|
+
where?: Prisma.BookWhereInput;
|
|
1182
|
+
};
|
|
1183
|
+
/**
|
|
1184
|
+
* TranslationCountOutputType without action
|
|
1185
|
+
*/
|
|
1186
|
+
export type TranslationCountOutputTypeCountChaptersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1187
|
+
where?: Prisma.ChapterWhereInput;
|
|
1188
|
+
};
|
|
1189
|
+
/**
|
|
1190
|
+
* TranslationCountOutputType without action
|
|
1191
|
+
*/
|
|
1192
|
+
export type TranslationCountOutputTypeCountVersesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1193
|
+
where?: Prisma.ChapterVerseWhereInput;
|
|
1194
|
+
};
|
|
1195
|
+
/**
|
|
1196
|
+
* TranslationCountOutputType without action
|
|
1197
|
+
*/
|
|
1198
|
+
export type TranslationCountOutputTypeCountFootnotesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1199
|
+
where?: Prisma.ChapterFootnoteWhereInput;
|
|
1200
|
+
};
|
|
1201
|
+
/**
|
|
1202
|
+
* TranslationCountOutputType without action
|
|
1203
|
+
*/
|
|
1204
|
+
export type TranslationCountOutputTypeCountAudioUrlsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1205
|
+
where?: Prisma.ChapterAudioUrlWhereInput;
|
|
1206
|
+
};
|
|
1207
|
+
/**
|
|
1208
|
+
* TranslationCountOutputType without action
|
|
1209
|
+
*/
|
|
1210
|
+
export type TranslationCountOutputTypeCountAudioTimingsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1211
|
+
where?: Prisma.ChapterAudioTimingWhereInput;
|
|
1212
|
+
};
|
|
1213
|
+
/**
|
|
1214
|
+
* TranslationCountOutputType without action
|
|
1215
|
+
*/
|
|
1216
|
+
export type TranslationCountOutputTypeCountWordsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1217
|
+
where?: Prisma.ChapterWordsWhereInput;
|
|
1218
|
+
};
|
|
1219
|
+
export type TranslationSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1220
|
+
id?: boolean;
|
|
1221
|
+
name?: boolean;
|
|
1222
|
+
website?: boolean;
|
|
1223
|
+
licenseUrl?: boolean;
|
|
1224
|
+
licenseNotes?: boolean;
|
|
1225
|
+
licenseNotice?: boolean;
|
|
1226
|
+
shortName?: boolean;
|
|
1227
|
+
englishName?: boolean;
|
|
1228
|
+
language?: boolean;
|
|
1229
|
+
textDirection?: boolean;
|
|
1230
|
+
sha256?: boolean;
|
|
1231
|
+
books?: boolean | Prisma.Translation$booksArgs<ExtArgs>;
|
|
1232
|
+
chapters?: boolean | Prisma.Translation$chaptersArgs<ExtArgs>;
|
|
1233
|
+
verses?: boolean | Prisma.Translation$versesArgs<ExtArgs>;
|
|
1234
|
+
footnotes?: boolean | Prisma.Translation$footnotesArgs<ExtArgs>;
|
|
1235
|
+
audioUrls?: boolean | Prisma.Translation$audioUrlsArgs<ExtArgs>;
|
|
1236
|
+
audioTimings?: boolean | Prisma.Translation$audioTimingsArgs<ExtArgs>;
|
|
1237
|
+
words?: boolean | Prisma.Translation$wordsArgs<ExtArgs>;
|
|
1238
|
+
_count?: boolean | Prisma.TranslationCountOutputTypeDefaultArgs<ExtArgs>;
|
|
1239
|
+
}, ExtArgs["result"]["translation"]>;
|
|
1240
|
+
export type TranslationSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1241
|
+
id?: boolean;
|
|
1242
|
+
name?: boolean;
|
|
1243
|
+
website?: boolean;
|
|
1244
|
+
licenseUrl?: boolean;
|
|
1245
|
+
licenseNotes?: boolean;
|
|
1246
|
+
licenseNotice?: boolean;
|
|
1247
|
+
shortName?: boolean;
|
|
1248
|
+
englishName?: boolean;
|
|
1249
|
+
language?: boolean;
|
|
1250
|
+
textDirection?: boolean;
|
|
1251
|
+
sha256?: boolean;
|
|
1252
|
+
}, ExtArgs["result"]["translation"]>;
|
|
1253
|
+
export type TranslationSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1254
|
+
id?: boolean;
|
|
1255
|
+
name?: boolean;
|
|
1256
|
+
website?: boolean;
|
|
1257
|
+
licenseUrl?: boolean;
|
|
1258
|
+
licenseNotes?: boolean;
|
|
1259
|
+
licenseNotice?: boolean;
|
|
1260
|
+
shortName?: boolean;
|
|
1261
|
+
englishName?: boolean;
|
|
1262
|
+
language?: boolean;
|
|
1263
|
+
textDirection?: boolean;
|
|
1264
|
+
sha256?: boolean;
|
|
1265
|
+
}, ExtArgs["result"]["translation"]>;
|
|
1266
|
+
export type TranslationSelectScalar = {
|
|
1267
|
+
id?: boolean;
|
|
1268
|
+
name?: boolean;
|
|
1269
|
+
website?: boolean;
|
|
1270
|
+
licenseUrl?: boolean;
|
|
1271
|
+
licenseNotes?: boolean;
|
|
1272
|
+
licenseNotice?: boolean;
|
|
1273
|
+
shortName?: boolean;
|
|
1274
|
+
englishName?: boolean;
|
|
1275
|
+
language?: boolean;
|
|
1276
|
+
textDirection?: boolean;
|
|
1277
|
+
sha256?: boolean;
|
|
1278
|
+
};
|
|
1279
|
+
export type TranslationOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "name" | "website" | "licenseUrl" | "licenseNotes" | "licenseNotice" | "shortName" | "englishName" | "language" | "textDirection" | "sha256", ExtArgs["result"]["translation"]>;
|
|
1280
|
+
export type TranslationInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1281
|
+
books?: boolean | Prisma.Translation$booksArgs<ExtArgs>;
|
|
1282
|
+
chapters?: boolean | Prisma.Translation$chaptersArgs<ExtArgs>;
|
|
1283
|
+
verses?: boolean | Prisma.Translation$versesArgs<ExtArgs>;
|
|
1284
|
+
footnotes?: boolean | Prisma.Translation$footnotesArgs<ExtArgs>;
|
|
1285
|
+
audioUrls?: boolean | Prisma.Translation$audioUrlsArgs<ExtArgs>;
|
|
1286
|
+
audioTimings?: boolean | Prisma.Translation$audioTimingsArgs<ExtArgs>;
|
|
1287
|
+
words?: boolean | Prisma.Translation$wordsArgs<ExtArgs>;
|
|
1288
|
+
_count?: boolean | Prisma.TranslationCountOutputTypeDefaultArgs<ExtArgs>;
|
|
1289
|
+
};
|
|
1290
|
+
export type TranslationIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {};
|
|
1291
|
+
export type TranslationIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {};
|
|
1292
|
+
export type $TranslationPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1293
|
+
name: "Translation";
|
|
1294
|
+
objects: {
|
|
1295
|
+
books: Prisma.$BookPayload<ExtArgs>[];
|
|
1296
|
+
chapters: Prisma.$ChapterPayload<ExtArgs>[];
|
|
1297
|
+
verses: Prisma.$ChapterVersePayload<ExtArgs>[];
|
|
1298
|
+
footnotes: Prisma.$ChapterFootnotePayload<ExtArgs>[];
|
|
1299
|
+
audioUrls: Prisma.$ChapterAudioUrlPayload<ExtArgs>[];
|
|
1300
|
+
audioTimings: Prisma.$ChapterAudioTimingPayload<ExtArgs>[];
|
|
1301
|
+
words: Prisma.$ChapterWordsPayload<ExtArgs>[];
|
|
1302
|
+
};
|
|
1303
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1304
|
+
id: string;
|
|
1305
|
+
name: string;
|
|
1306
|
+
website: string;
|
|
1307
|
+
licenseUrl: string;
|
|
1308
|
+
licenseNotes: string | null;
|
|
1309
|
+
licenseNotice: string | null;
|
|
1310
|
+
shortName: string | null;
|
|
1311
|
+
englishName: string;
|
|
1312
|
+
language: string;
|
|
1313
|
+
textDirection: string;
|
|
1314
|
+
sha256: string | null;
|
|
1315
|
+
}, ExtArgs["result"]["translation"]>;
|
|
1316
|
+
composites: {};
|
|
1317
|
+
};
|
|
1318
|
+
export type TranslationGetPayload<S extends boolean | null | undefined | TranslationDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$TranslationPayload, S>;
|
|
1319
|
+
export type TranslationCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<TranslationFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
1320
|
+
select?: TranslationCountAggregateInputType | true;
|
|
1321
|
+
};
|
|
1322
|
+
export interface TranslationDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
1323
|
+
[K: symbol]: {
|
|
1324
|
+
types: Prisma.TypeMap<ExtArgs>['model']['Translation'];
|
|
1325
|
+
meta: {
|
|
1326
|
+
name: 'Translation';
|
|
1327
|
+
};
|
|
1328
|
+
};
|
|
1329
|
+
/**
|
|
1330
|
+
* Find zero or one Translation that matches the filter.
|
|
1331
|
+
* @param {TranslationFindUniqueArgs} args - Arguments to find a Translation
|
|
1332
|
+
* @example
|
|
1333
|
+
* // Get one Translation
|
|
1334
|
+
* const translation = await prisma.translation.findUnique({
|
|
1335
|
+
* where: {
|
|
1336
|
+
* // ... provide filter here
|
|
1337
|
+
* }
|
|
1338
|
+
* })
|
|
1339
|
+
*/
|
|
1340
|
+
findUnique<T extends TranslationFindUniqueArgs>(args: Prisma.SelectSubset<T, TranslationFindUniqueArgs<ExtArgs>>): Prisma.Prisma__TranslationClient<runtime.Types.Result.GetResult<Prisma.$TranslationPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1341
|
+
/**
|
|
1342
|
+
* Find one Translation that matches the filter or throw an error with `error.code='P2025'`
|
|
1343
|
+
* if no matches were found.
|
|
1344
|
+
* @param {TranslationFindUniqueOrThrowArgs} args - Arguments to find a Translation
|
|
1345
|
+
* @example
|
|
1346
|
+
* // Get one Translation
|
|
1347
|
+
* const translation = await prisma.translation.findUniqueOrThrow({
|
|
1348
|
+
* where: {
|
|
1349
|
+
* // ... provide filter here
|
|
1350
|
+
* }
|
|
1351
|
+
* })
|
|
1352
|
+
*/
|
|
1353
|
+
findUniqueOrThrow<T extends TranslationFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, TranslationFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__TranslationClient<runtime.Types.Result.GetResult<Prisma.$TranslationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1354
|
+
/**
|
|
1355
|
+
* Find the first Translation that matches the filter.
|
|
1356
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1357
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1358
|
+
* @param {TranslationFindFirstArgs} args - Arguments to find a Translation
|
|
1359
|
+
* @example
|
|
1360
|
+
* // Get one Translation
|
|
1361
|
+
* const translation = await prisma.translation.findFirst({
|
|
1362
|
+
* where: {
|
|
1363
|
+
* // ... provide filter here
|
|
1364
|
+
* }
|
|
1365
|
+
* })
|
|
1366
|
+
*/
|
|
1367
|
+
findFirst<T extends TranslationFindFirstArgs>(args?: Prisma.SelectSubset<T, TranslationFindFirstArgs<ExtArgs>>): Prisma.Prisma__TranslationClient<runtime.Types.Result.GetResult<Prisma.$TranslationPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1368
|
+
/**
|
|
1369
|
+
* Find the first Translation that matches the filter or
|
|
1370
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
1371
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1372
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1373
|
+
* @param {TranslationFindFirstOrThrowArgs} args - Arguments to find a Translation
|
|
1374
|
+
* @example
|
|
1375
|
+
* // Get one Translation
|
|
1376
|
+
* const translation = await prisma.translation.findFirstOrThrow({
|
|
1377
|
+
* where: {
|
|
1378
|
+
* // ... provide filter here
|
|
1379
|
+
* }
|
|
1380
|
+
* })
|
|
1381
|
+
*/
|
|
1382
|
+
findFirstOrThrow<T extends TranslationFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, TranslationFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__TranslationClient<runtime.Types.Result.GetResult<Prisma.$TranslationPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1383
|
+
/**
|
|
1384
|
+
* Find zero or more Translations that matches the filter.
|
|
1385
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1386
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1387
|
+
* @param {TranslationFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
1388
|
+
* @example
|
|
1389
|
+
* // Get all Translations
|
|
1390
|
+
* const translations = await prisma.translation.findMany()
|
|
1391
|
+
*
|
|
1392
|
+
* // Get first 10 Translations
|
|
1393
|
+
* const translations = await prisma.translation.findMany({ take: 10 })
|
|
1394
|
+
*
|
|
1395
|
+
* // Only select the `id`
|
|
1396
|
+
* const translationWithIdOnly = await prisma.translation.findMany({ select: { id: true } })
|
|
1397
|
+
*
|
|
1398
|
+
*/
|
|
1399
|
+
findMany<T extends TranslationFindManyArgs>(args?: Prisma.SelectSubset<T, TranslationFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$TranslationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
1400
|
+
/**
|
|
1401
|
+
* Create a Translation.
|
|
1402
|
+
* @param {TranslationCreateArgs} args - Arguments to create a Translation.
|
|
1403
|
+
* @example
|
|
1404
|
+
* // Create one Translation
|
|
1405
|
+
* const Translation = await prisma.translation.create({
|
|
1406
|
+
* data: {
|
|
1407
|
+
* // ... data to create a Translation
|
|
1408
|
+
* }
|
|
1409
|
+
* })
|
|
1410
|
+
*
|
|
1411
|
+
*/
|
|
1412
|
+
create<T extends TranslationCreateArgs>(args: Prisma.SelectSubset<T, TranslationCreateArgs<ExtArgs>>): Prisma.Prisma__TranslationClient<runtime.Types.Result.GetResult<Prisma.$TranslationPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1413
|
+
/**
|
|
1414
|
+
* Create many Translations.
|
|
1415
|
+
* @param {TranslationCreateManyArgs} args - Arguments to create many Translations.
|
|
1416
|
+
* @example
|
|
1417
|
+
* // Create many Translations
|
|
1418
|
+
* const translation = await prisma.translation.createMany({
|
|
1419
|
+
* data: [
|
|
1420
|
+
* // ... provide data here
|
|
1421
|
+
* ]
|
|
1422
|
+
* })
|
|
1423
|
+
*
|
|
1424
|
+
*/
|
|
1425
|
+
createMany<T extends TranslationCreateManyArgs>(args?: Prisma.SelectSubset<T, TranslationCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1426
|
+
/**
|
|
1427
|
+
* Create many Translations and returns the data saved in the database.
|
|
1428
|
+
* @param {TranslationCreateManyAndReturnArgs} args - Arguments to create many Translations.
|
|
1429
|
+
* @example
|
|
1430
|
+
* // Create many Translations
|
|
1431
|
+
* const translation = await prisma.translation.createManyAndReturn({
|
|
1432
|
+
* data: [
|
|
1433
|
+
* // ... provide data here
|
|
1434
|
+
* ]
|
|
1435
|
+
* })
|
|
1436
|
+
*
|
|
1437
|
+
* // Create many Translations and only return the `id`
|
|
1438
|
+
* const translationWithIdOnly = await prisma.translation.createManyAndReturn({
|
|
1439
|
+
* select: { id: true },
|
|
1440
|
+
* data: [
|
|
1441
|
+
* // ... provide data here
|
|
1442
|
+
* ]
|
|
1443
|
+
* })
|
|
1444
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1445
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1446
|
+
*
|
|
1447
|
+
*/
|
|
1448
|
+
createManyAndReturn<T extends TranslationCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, TranslationCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$TranslationPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
1449
|
+
/**
|
|
1450
|
+
* Delete a Translation.
|
|
1451
|
+
* @param {TranslationDeleteArgs} args - Arguments to delete one Translation.
|
|
1452
|
+
* @example
|
|
1453
|
+
* // Delete one Translation
|
|
1454
|
+
* const Translation = await prisma.translation.delete({
|
|
1455
|
+
* where: {
|
|
1456
|
+
* // ... filter to delete one Translation
|
|
1457
|
+
* }
|
|
1458
|
+
* })
|
|
1459
|
+
*
|
|
1460
|
+
*/
|
|
1461
|
+
delete<T extends TranslationDeleteArgs>(args: Prisma.SelectSubset<T, TranslationDeleteArgs<ExtArgs>>): Prisma.Prisma__TranslationClient<runtime.Types.Result.GetResult<Prisma.$TranslationPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1462
|
+
/**
|
|
1463
|
+
* Update one Translation.
|
|
1464
|
+
* @param {TranslationUpdateArgs} args - Arguments to update one Translation.
|
|
1465
|
+
* @example
|
|
1466
|
+
* // Update one Translation
|
|
1467
|
+
* const translation = await prisma.translation.update({
|
|
1468
|
+
* where: {
|
|
1469
|
+
* // ... provide filter here
|
|
1470
|
+
* },
|
|
1471
|
+
* data: {
|
|
1472
|
+
* // ... provide data here
|
|
1473
|
+
* }
|
|
1474
|
+
* })
|
|
1475
|
+
*
|
|
1476
|
+
*/
|
|
1477
|
+
update<T extends TranslationUpdateArgs>(args: Prisma.SelectSubset<T, TranslationUpdateArgs<ExtArgs>>): Prisma.Prisma__TranslationClient<runtime.Types.Result.GetResult<Prisma.$TranslationPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1478
|
+
/**
|
|
1479
|
+
* Delete zero or more Translations.
|
|
1480
|
+
* @param {TranslationDeleteManyArgs} args - Arguments to filter Translations to delete.
|
|
1481
|
+
* @example
|
|
1482
|
+
* // Delete a few Translations
|
|
1483
|
+
* const { count } = await prisma.translation.deleteMany({
|
|
1484
|
+
* where: {
|
|
1485
|
+
* // ... provide filter here
|
|
1486
|
+
* }
|
|
1487
|
+
* })
|
|
1488
|
+
*
|
|
1489
|
+
*/
|
|
1490
|
+
deleteMany<T extends TranslationDeleteManyArgs>(args?: Prisma.SelectSubset<T, TranslationDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1491
|
+
/**
|
|
1492
|
+
* Update zero or more Translations.
|
|
1493
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1494
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1495
|
+
* @param {TranslationUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1496
|
+
* @example
|
|
1497
|
+
* // Update many Translations
|
|
1498
|
+
* const translation = await prisma.translation.updateMany({
|
|
1499
|
+
* where: {
|
|
1500
|
+
* // ... provide filter here
|
|
1501
|
+
* },
|
|
1502
|
+
* data: {
|
|
1503
|
+
* // ... provide data here
|
|
1504
|
+
* }
|
|
1505
|
+
* })
|
|
1506
|
+
*
|
|
1507
|
+
*/
|
|
1508
|
+
updateMany<T extends TranslationUpdateManyArgs>(args: Prisma.SelectSubset<T, TranslationUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1509
|
+
/**
|
|
1510
|
+
* Update zero or more Translations and returns the data updated in the database.
|
|
1511
|
+
* @param {TranslationUpdateManyAndReturnArgs} args - Arguments to update many Translations.
|
|
1512
|
+
* @example
|
|
1513
|
+
* // Update many Translations
|
|
1514
|
+
* const translation = await prisma.translation.updateManyAndReturn({
|
|
1515
|
+
* where: {
|
|
1516
|
+
* // ... provide filter here
|
|
1517
|
+
* },
|
|
1518
|
+
* data: [
|
|
1519
|
+
* // ... provide data here
|
|
1520
|
+
* ]
|
|
1521
|
+
* })
|
|
1522
|
+
*
|
|
1523
|
+
* // Update zero or more Translations and only return the `id`
|
|
1524
|
+
* const translationWithIdOnly = await prisma.translation.updateManyAndReturn({
|
|
1525
|
+
* select: { id: true },
|
|
1526
|
+
* where: {
|
|
1527
|
+
* // ... provide filter here
|
|
1528
|
+
* },
|
|
1529
|
+
* data: [
|
|
1530
|
+
* // ... provide data here
|
|
1531
|
+
* ]
|
|
1532
|
+
* })
|
|
1533
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1534
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1535
|
+
*
|
|
1536
|
+
*/
|
|
1537
|
+
updateManyAndReturn<T extends TranslationUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, TranslationUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$TranslationPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
1538
|
+
/**
|
|
1539
|
+
* Create or update one Translation.
|
|
1540
|
+
* @param {TranslationUpsertArgs} args - Arguments to update or create a Translation.
|
|
1541
|
+
* @example
|
|
1542
|
+
* // Update or create a Translation
|
|
1543
|
+
* const translation = await prisma.translation.upsert({
|
|
1544
|
+
* create: {
|
|
1545
|
+
* // ... data to create a Translation
|
|
1546
|
+
* },
|
|
1547
|
+
* update: {
|
|
1548
|
+
* // ... in case it already exists, update
|
|
1549
|
+
* },
|
|
1550
|
+
* where: {
|
|
1551
|
+
* // ... the filter for the Translation we want to update
|
|
1552
|
+
* }
|
|
1553
|
+
* })
|
|
1554
|
+
*/
|
|
1555
|
+
upsert<T extends TranslationUpsertArgs>(args: Prisma.SelectSubset<T, TranslationUpsertArgs<ExtArgs>>): Prisma.Prisma__TranslationClient<runtime.Types.Result.GetResult<Prisma.$TranslationPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1556
|
+
/**
|
|
1557
|
+
* Count the number of Translations.
|
|
1558
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1559
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1560
|
+
* @param {TranslationCountArgs} args - Arguments to filter Translations to count.
|
|
1561
|
+
* @example
|
|
1562
|
+
* // Count the number of Translations
|
|
1563
|
+
* const count = await prisma.translation.count({
|
|
1564
|
+
* where: {
|
|
1565
|
+
* // ... the filter for the Translations we want to count
|
|
1566
|
+
* }
|
|
1567
|
+
* })
|
|
1568
|
+
**/
|
|
1569
|
+
count<T extends TranslationCountArgs>(args?: Prisma.Subset<T, TranslationCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], TranslationCountAggregateOutputType> : number>;
|
|
1570
|
+
/**
|
|
1571
|
+
* Allows you to perform aggregations operations on a Translation.
|
|
1572
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1573
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1574
|
+
* @param {TranslationAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1575
|
+
* @example
|
|
1576
|
+
* // Ordered by age ascending
|
|
1577
|
+
* // Where email contains prisma.io
|
|
1578
|
+
* // Limited to the 10 users
|
|
1579
|
+
* const aggregations = await prisma.user.aggregate({
|
|
1580
|
+
* _avg: {
|
|
1581
|
+
* age: true,
|
|
1582
|
+
* },
|
|
1583
|
+
* where: {
|
|
1584
|
+
* email: {
|
|
1585
|
+
* contains: "prisma.io",
|
|
1586
|
+
* },
|
|
1587
|
+
* },
|
|
1588
|
+
* orderBy: {
|
|
1589
|
+
* age: "asc",
|
|
1590
|
+
* },
|
|
1591
|
+
* take: 10,
|
|
1592
|
+
* })
|
|
1593
|
+
**/
|
|
1594
|
+
aggregate<T extends TranslationAggregateArgs>(args: Prisma.Subset<T, TranslationAggregateArgs>): Prisma.PrismaPromise<GetTranslationAggregateType<T>>;
|
|
1595
|
+
/**
|
|
1596
|
+
* Group by Translation.
|
|
1597
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1598
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1599
|
+
* @param {TranslationGroupByArgs} args - Group by arguments.
|
|
1600
|
+
* @example
|
|
1601
|
+
* // Group by city, order by createdAt, get count
|
|
1602
|
+
* const result = await prisma.user.groupBy({
|
|
1603
|
+
* by: ['city', 'createdAt'],
|
|
1604
|
+
* orderBy: {
|
|
1605
|
+
* createdAt: true
|
|
1606
|
+
* },
|
|
1607
|
+
* _count: {
|
|
1608
|
+
* _all: true
|
|
1609
|
+
* },
|
|
1610
|
+
* })
|
|
1611
|
+
*
|
|
1612
|
+
**/
|
|
1613
|
+
groupBy<T extends TranslationGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
1614
|
+
orderBy: TranslationGroupByArgs['orderBy'];
|
|
1615
|
+
} : {
|
|
1616
|
+
orderBy?: TranslationGroupByArgs['orderBy'];
|
|
1617
|
+
}, 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 ? {
|
|
1618
|
+
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
1619
|
+
Error,
|
|
1620
|
+
'Field ',
|
|
1621
|
+
P,
|
|
1622
|
+
` in "having" needs to be provided in "by"`
|
|
1623
|
+
];
|
|
1624
|
+
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
1625
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1626
|
+
}[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 ? {} : {
|
|
1627
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1628
|
+
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
1629
|
+
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1630
|
+
}[OrderFields]>(args: Prisma.SubsetIntersection<T, TranslationGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetTranslationGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
1631
|
+
/**
|
|
1632
|
+
* Fields of the Translation model
|
|
1633
|
+
*/
|
|
1634
|
+
readonly fields: TranslationFieldRefs;
|
|
1635
|
+
}
|
|
1636
|
+
/**
|
|
1637
|
+
* The delegate class that acts as a "Promise-like" for Translation.
|
|
1638
|
+
* Why is this prefixed with `Prisma__`?
|
|
1639
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
1640
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1641
|
+
*/
|
|
1642
|
+
export interface Prisma__TranslationClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1643
|
+
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
1644
|
+
books<T extends Prisma.Translation$booksArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Translation$booksArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$BookPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1645
|
+
chapters<T extends Prisma.Translation$chaptersArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Translation$chaptersArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ChapterPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1646
|
+
verses<T extends Prisma.Translation$versesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Translation$versesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ChapterVersePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1647
|
+
footnotes<T extends Prisma.Translation$footnotesArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Translation$footnotesArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ChapterFootnotePayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1648
|
+
audioUrls<T extends Prisma.Translation$audioUrlsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Translation$audioUrlsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ChapterAudioUrlPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1649
|
+
audioTimings<T extends Prisma.Translation$audioTimingsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Translation$audioTimingsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ChapterAudioTimingPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1650
|
+
words<T extends Prisma.Translation$wordsArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.Translation$wordsArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ChapterWordsPayload<ExtArgs>, T, "findMany", GlobalOmitOptions> | Null>;
|
|
1651
|
+
/**
|
|
1652
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1653
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1654
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1655
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
1656
|
+
*/
|
|
1657
|
+
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>;
|
|
1658
|
+
/**
|
|
1659
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
1660
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1661
|
+
* @returns A Promise for the completion of the callback.
|
|
1662
|
+
*/
|
|
1663
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
1664
|
+
/**
|
|
1665
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1666
|
+
* resolved value cannot be modified from the callback.
|
|
1667
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1668
|
+
* @returns A Promise for the completion of the callback.
|
|
1669
|
+
*/
|
|
1670
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
1671
|
+
}
|
|
1672
|
+
/**
|
|
1673
|
+
* Fields of the Translation model
|
|
1674
|
+
*/
|
|
1675
|
+
export interface TranslationFieldRefs {
|
|
1676
|
+
readonly id: Prisma.FieldRef<"Translation", 'String'>;
|
|
1677
|
+
readonly name: Prisma.FieldRef<"Translation", 'String'>;
|
|
1678
|
+
readonly website: Prisma.FieldRef<"Translation", 'String'>;
|
|
1679
|
+
readonly licenseUrl: Prisma.FieldRef<"Translation", 'String'>;
|
|
1680
|
+
readonly licenseNotes: Prisma.FieldRef<"Translation", 'String'>;
|
|
1681
|
+
readonly licenseNotice: Prisma.FieldRef<"Translation", 'String'>;
|
|
1682
|
+
readonly shortName: Prisma.FieldRef<"Translation", 'String'>;
|
|
1683
|
+
readonly englishName: Prisma.FieldRef<"Translation", 'String'>;
|
|
1684
|
+
readonly language: Prisma.FieldRef<"Translation", 'String'>;
|
|
1685
|
+
readonly textDirection: Prisma.FieldRef<"Translation", 'String'>;
|
|
1686
|
+
readonly sha256: Prisma.FieldRef<"Translation", 'String'>;
|
|
1687
|
+
}
|
|
1688
|
+
/**
|
|
1689
|
+
* Translation findUnique
|
|
1690
|
+
*/
|
|
1691
|
+
export type TranslationFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1692
|
+
/**
|
|
1693
|
+
* Select specific fields to fetch from the Translation
|
|
1694
|
+
*/
|
|
1695
|
+
select?: Prisma.TranslationSelect<ExtArgs> | null;
|
|
1696
|
+
/**
|
|
1697
|
+
* Omit specific fields from the Translation
|
|
1698
|
+
*/
|
|
1699
|
+
omit?: Prisma.TranslationOmit<ExtArgs> | null;
|
|
1700
|
+
/**
|
|
1701
|
+
* Choose, which related nodes to fetch as well
|
|
1702
|
+
*/
|
|
1703
|
+
include?: Prisma.TranslationInclude<ExtArgs> | null;
|
|
1704
|
+
/**
|
|
1705
|
+
* Filter, which Translation to fetch.
|
|
1706
|
+
*/
|
|
1707
|
+
where: Prisma.TranslationWhereUniqueInput;
|
|
1708
|
+
};
|
|
1709
|
+
/**
|
|
1710
|
+
* Translation findUniqueOrThrow
|
|
1711
|
+
*/
|
|
1712
|
+
export type TranslationFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1713
|
+
/**
|
|
1714
|
+
* Select specific fields to fetch from the Translation
|
|
1715
|
+
*/
|
|
1716
|
+
select?: Prisma.TranslationSelect<ExtArgs> | null;
|
|
1717
|
+
/**
|
|
1718
|
+
* Omit specific fields from the Translation
|
|
1719
|
+
*/
|
|
1720
|
+
omit?: Prisma.TranslationOmit<ExtArgs> | null;
|
|
1721
|
+
/**
|
|
1722
|
+
* Choose, which related nodes to fetch as well
|
|
1723
|
+
*/
|
|
1724
|
+
include?: Prisma.TranslationInclude<ExtArgs> | null;
|
|
1725
|
+
/**
|
|
1726
|
+
* Filter, which Translation to fetch.
|
|
1727
|
+
*/
|
|
1728
|
+
where: Prisma.TranslationWhereUniqueInput;
|
|
1729
|
+
};
|
|
1730
|
+
/**
|
|
1731
|
+
* Translation findFirst
|
|
1732
|
+
*/
|
|
1733
|
+
export type TranslationFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1734
|
+
/**
|
|
1735
|
+
* Select specific fields to fetch from the Translation
|
|
1736
|
+
*/
|
|
1737
|
+
select?: Prisma.TranslationSelect<ExtArgs> | null;
|
|
1738
|
+
/**
|
|
1739
|
+
* Omit specific fields from the Translation
|
|
1740
|
+
*/
|
|
1741
|
+
omit?: Prisma.TranslationOmit<ExtArgs> | null;
|
|
1742
|
+
/**
|
|
1743
|
+
* Choose, which related nodes to fetch as well
|
|
1744
|
+
*/
|
|
1745
|
+
include?: Prisma.TranslationInclude<ExtArgs> | null;
|
|
1746
|
+
/**
|
|
1747
|
+
* Filter, which Translation to fetch.
|
|
1748
|
+
*/
|
|
1749
|
+
where?: Prisma.TranslationWhereInput;
|
|
1750
|
+
/**
|
|
1751
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1752
|
+
*
|
|
1753
|
+
* Determine the order of Translations to fetch.
|
|
1754
|
+
*/
|
|
1755
|
+
orderBy?: Prisma.TranslationOrderByWithRelationInput | Prisma.TranslationOrderByWithRelationInput[];
|
|
1756
|
+
/**
|
|
1757
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1758
|
+
*
|
|
1759
|
+
* Sets the position for searching for Translations.
|
|
1760
|
+
*/
|
|
1761
|
+
cursor?: Prisma.TranslationWhereUniqueInput;
|
|
1762
|
+
/**
|
|
1763
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1764
|
+
*
|
|
1765
|
+
* Take `±n` Translations from the position of the cursor.
|
|
1766
|
+
*/
|
|
1767
|
+
take?: number;
|
|
1768
|
+
/**
|
|
1769
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1770
|
+
*
|
|
1771
|
+
* Skip the first `n` Translations.
|
|
1772
|
+
*/
|
|
1773
|
+
skip?: number;
|
|
1774
|
+
/**
|
|
1775
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1776
|
+
*
|
|
1777
|
+
* Filter by unique combinations of Translations.
|
|
1778
|
+
*/
|
|
1779
|
+
distinct?: Prisma.TranslationScalarFieldEnum | Prisma.TranslationScalarFieldEnum[];
|
|
1780
|
+
};
|
|
1781
|
+
/**
|
|
1782
|
+
* Translation findFirstOrThrow
|
|
1783
|
+
*/
|
|
1784
|
+
export type TranslationFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1785
|
+
/**
|
|
1786
|
+
* Select specific fields to fetch from the Translation
|
|
1787
|
+
*/
|
|
1788
|
+
select?: Prisma.TranslationSelect<ExtArgs> | null;
|
|
1789
|
+
/**
|
|
1790
|
+
* Omit specific fields from the Translation
|
|
1791
|
+
*/
|
|
1792
|
+
omit?: Prisma.TranslationOmit<ExtArgs> | null;
|
|
1793
|
+
/**
|
|
1794
|
+
* Choose, which related nodes to fetch as well
|
|
1795
|
+
*/
|
|
1796
|
+
include?: Prisma.TranslationInclude<ExtArgs> | null;
|
|
1797
|
+
/**
|
|
1798
|
+
* Filter, which Translation to fetch.
|
|
1799
|
+
*/
|
|
1800
|
+
where?: Prisma.TranslationWhereInput;
|
|
1801
|
+
/**
|
|
1802
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1803
|
+
*
|
|
1804
|
+
* Determine the order of Translations to fetch.
|
|
1805
|
+
*/
|
|
1806
|
+
orderBy?: Prisma.TranslationOrderByWithRelationInput | Prisma.TranslationOrderByWithRelationInput[];
|
|
1807
|
+
/**
|
|
1808
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1809
|
+
*
|
|
1810
|
+
* Sets the position for searching for Translations.
|
|
1811
|
+
*/
|
|
1812
|
+
cursor?: Prisma.TranslationWhereUniqueInput;
|
|
1813
|
+
/**
|
|
1814
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1815
|
+
*
|
|
1816
|
+
* Take `±n` Translations from the position of the cursor.
|
|
1817
|
+
*/
|
|
1818
|
+
take?: number;
|
|
1819
|
+
/**
|
|
1820
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1821
|
+
*
|
|
1822
|
+
* Skip the first `n` Translations.
|
|
1823
|
+
*/
|
|
1824
|
+
skip?: number;
|
|
1825
|
+
/**
|
|
1826
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1827
|
+
*
|
|
1828
|
+
* Filter by unique combinations of Translations.
|
|
1829
|
+
*/
|
|
1830
|
+
distinct?: Prisma.TranslationScalarFieldEnum | Prisma.TranslationScalarFieldEnum[];
|
|
1831
|
+
};
|
|
1832
|
+
/**
|
|
1833
|
+
* Translation findMany
|
|
1834
|
+
*/
|
|
1835
|
+
export type TranslationFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1836
|
+
/**
|
|
1837
|
+
* Select specific fields to fetch from the Translation
|
|
1838
|
+
*/
|
|
1839
|
+
select?: Prisma.TranslationSelect<ExtArgs> | null;
|
|
1840
|
+
/**
|
|
1841
|
+
* Omit specific fields from the Translation
|
|
1842
|
+
*/
|
|
1843
|
+
omit?: Prisma.TranslationOmit<ExtArgs> | null;
|
|
1844
|
+
/**
|
|
1845
|
+
* Choose, which related nodes to fetch as well
|
|
1846
|
+
*/
|
|
1847
|
+
include?: Prisma.TranslationInclude<ExtArgs> | null;
|
|
1848
|
+
/**
|
|
1849
|
+
* Filter, which Translations to fetch.
|
|
1850
|
+
*/
|
|
1851
|
+
where?: Prisma.TranslationWhereInput;
|
|
1852
|
+
/**
|
|
1853
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1854
|
+
*
|
|
1855
|
+
* Determine the order of Translations to fetch.
|
|
1856
|
+
*/
|
|
1857
|
+
orderBy?: Prisma.TranslationOrderByWithRelationInput | Prisma.TranslationOrderByWithRelationInput[];
|
|
1858
|
+
/**
|
|
1859
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1860
|
+
*
|
|
1861
|
+
* Sets the position for listing Translations.
|
|
1862
|
+
*/
|
|
1863
|
+
cursor?: Prisma.TranslationWhereUniqueInput;
|
|
1864
|
+
/**
|
|
1865
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1866
|
+
*
|
|
1867
|
+
* Take `±n` Translations from the position of the cursor.
|
|
1868
|
+
*/
|
|
1869
|
+
take?: number;
|
|
1870
|
+
/**
|
|
1871
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1872
|
+
*
|
|
1873
|
+
* Skip the first `n` Translations.
|
|
1874
|
+
*/
|
|
1875
|
+
skip?: number;
|
|
1876
|
+
/**
|
|
1877
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1878
|
+
*
|
|
1879
|
+
* Filter by unique combinations of Translations.
|
|
1880
|
+
*/
|
|
1881
|
+
distinct?: Prisma.TranslationScalarFieldEnum | Prisma.TranslationScalarFieldEnum[];
|
|
1882
|
+
};
|
|
1883
|
+
/**
|
|
1884
|
+
* Translation create
|
|
1885
|
+
*/
|
|
1886
|
+
export type TranslationCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1887
|
+
/**
|
|
1888
|
+
* Select specific fields to fetch from the Translation
|
|
1889
|
+
*/
|
|
1890
|
+
select?: Prisma.TranslationSelect<ExtArgs> | null;
|
|
1891
|
+
/**
|
|
1892
|
+
* Omit specific fields from the Translation
|
|
1893
|
+
*/
|
|
1894
|
+
omit?: Prisma.TranslationOmit<ExtArgs> | null;
|
|
1895
|
+
/**
|
|
1896
|
+
* Choose, which related nodes to fetch as well
|
|
1897
|
+
*/
|
|
1898
|
+
include?: Prisma.TranslationInclude<ExtArgs> | null;
|
|
1899
|
+
/**
|
|
1900
|
+
* The data needed to create a Translation.
|
|
1901
|
+
*/
|
|
1902
|
+
data: Prisma.XOR<Prisma.TranslationCreateInput, Prisma.TranslationUncheckedCreateInput>;
|
|
1903
|
+
};
|
|
1904
|
+
/**
|
|
1905
|
+
* Translation createMany
|
|
1906
|
+
*/
|
|
1907
|
+
export type TranslationCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1908
|
+
/**
|
|
1909
|
+
* The data used to create many Translations.
|
|
1910
|
+
*/
|
|
1911
|
+
data: Prisma.TranslationCreateManyInput | Prisma.TranslationCreateManyInput[];
|
|
1912
|
+
};
|
|
1913
|
+
/**
|
|
1914
|
+
* Translation createManyAndReturn
|
|
1915
|
+
*/
|
|
1916
|
+
export type TranslationCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1917
|
+
/**
|
|
1918
|
+
* Select specific fields to fetch from the Translation
|
|
1919
|
+
*/
|
|
1920
|
+
select?: Prisma.TranslationSelectCreateManyAndReturn<ExtArgs> | null;
|
|
1921
|
+
/**
|
|
1922
|
+
* Omit specific fields from the Translation
|
|
1923
|
+
*/
|
|
1924
|
+
omit?: Prisma.TranslationOmit<ExtArgs> | null;
|
|
1925
|
+
/**
|
|
1926
|
+
* The data used to create many Translations.
|
|
1927
|
+
*/
|
|
1928
|
+
data: Prisma.TranslationCreateManyInput | Prisma.TranslationCreateManyInput[];
|
|
1929
|
+
};
|
|
1930
|
+
/**
|
|
1931
|
+
* Translation update
|
|
1932
|
+
*/
|
|
1933
|
+
export type TranslationUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1934
|
+
/**
|
|
1935
|
+
* Select specific fields to fetch from the Translation
|
|
1936
|
+
*/
|
|
1937
|
+
select?: Prisma.TranslationSelect<ExtArgs> | null;
|
|
1938
|
+
/**
|
|
1939
|
+
* Omit specific fields from the Translation
|
|
1940
|
+
*/
|
|
1941
|
+
omit?: Prisma.TranslationOmit<ExtArgs> | null;
|
|
1942
|
+
/**
|
|
1943
|
+
* Choose, which related nodes to fetch as well
|
|
1944
|
+
*/
|
|
1945
|
+
include?: Prisma.TranslationInclude<ExtArgs> | null;
|
|
1946
|
+
/**
|
|
1947
|
+
* The data needed to update a Translation.
|
|
1948
|
+
*/
|
|
1949
|
+
data: Prisma.XOR<Prisma.TranslationUpdateInput, Prisma.TranslationUncheckedUpdateInput>;
|
|
1950
|
+
/**
|
|
1951
|
+
* Choose, which Translation to update.
|
|
1952
|
+
*/
|
|
1953
|
+
where: Prisma.TranslationWhereUniqueInput;
|
|
1954
|
+
};
|
|
1955
|
+
/**
|
|
1956
|
+
* Translation updateMany
|
|
1957
|
+
*/
|
|
1958
|
+
export type TranslationUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1959
|
+
/**
|
|
1960
|
+
* The data used to update Translations.
|
|
1961
|
+
*/
|
|
1962
|
+
data: Prisma.XOR<Prisma.TranslationUpdateManyMutationInput, Prisma.TranslationUncheckedUpdateManyInput>;
|
|
1963
|
+
/**
|
|
1964
|
+
* Filter which Translations to update
|
|
1965
|
+
*/
|
|
1966
|
+
where?: Prisma.TranslationWhereInput;
|
|
1967
|
+
/**
|
|
1968
|
+
* Limit how many Translations to update.
|
|
1969
|
+
*/
|
|
1970
|
+
limit?: number;
|
|
1971
|
+
};
|
|
1972
|
+
/**
|
|
1973
|
+
* Translation updateManyAndReturn
|
|
1974
|
+
*/
|
|
1975
|
+
export type TranslationUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1976
|
+
/**
|
|
1977
|
+
* Select specific fields to fetch from the Translation
|
|
1978
|
+
*/
|
|
1979
|
+
select?: Prisma.TranslationSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1980
|
+
/**
|
|
1981
|
+
* Omit specific fields from the Translation
|
|
1982
|
+
*/
|
|
1983
|
+
omit?: Prisma.TranslationOmit<ExtArgs> | null;
|
|
1984
|
+
/**
|
|
1985
|
+
* The data used to update Translations.
|
|
1986
|
+
*/
|
|
1987
|
+
data: Prisma.XOR<Prisma.TranslationUpdateManyMutationInput, Prisma.TranslationUncheckedUpdateManyInput>;
|
|
1988
|
+
/**
|
|
1989
|
+
* Filter which Translations to update
|
|
1990
|
+
*/
|
|
1991
|
+
where?: Prisma.TranslationWhereInput;
|
|
1992
|
+
/**
|
|
1993
|
+
* Limit how many Translations to update.
|
|
1994
|
+
*/
|
|
1995
|
+
limit?: number;
|
|
1996
|
+
};
|
|
1997
|
+
/**
|
|
1998
|
+
* Translation upsert
|
|
1999
|
+
*/
|
|
2000
|
+
export type TranslationUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2001
|
+
/**
|
|
2002
|
+
* Select specific fields to fetch from the Translation
|
|
2003
|
+
*/
|
|
2004
|
+
select?: Prisma.TranslationSelect<ExtArgs> | null;
|
|
2005
|
+
/**
|
|
2006
|
+
* Omit specific fields from the Translation
|
|
2007
|
+
*/
|
|
2008
|
+
omit?: Prisma.TranslationOmit<ExtArgs> | null;
|
|
2009
|
+
/**
|
|
2010
|
+
* Choose, which related nodes to fetch as well
|
|
2011
|
+
*/
|
|
2012
|
+
include?: Prisma.TranslationInclude<ExtArgs> | null;
|
|
2013
|
+
/**
|
|
2014
|
+
* The filter to search for the Translation to update in case it exists.
|
|
2015
|
+
*/
|
|
2016
|
+
where: Prisma.TranslationWhereUniqueInput;
|
|
2017
|
+
/**
|
|
2018
|
+
* In case the Translation found by the `where` argument doesn't exist, create a new Translation with this data.
|
|
2019
|
+
*/
|
|
2020
|
+
create: Prisma.XOR<Prisma.TranslationCreateInput, Prisma.TranslationUncheckedCreateInput>;
|
|
2021
|
+
/**
|
|
2022
|
+
* In case the Translation was found with the provided `where` argument, update it with this data.
|
|
2023
|
+
*/
|
|
2024
|
+
update: Prisma.XOR<Prisma.TranslationUpdateInput, Prisma.TranslationUncheckedUpdateInput>;
|
|
2025
|
+
};
|
|
2026
|
+
/**
|
|
2027
|
+
* Translation delete
|
|
2028
|
+
*/
|
|
2029
|
+
export type TranslationDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2030
|
+
/**
|
|
2031
|
+
* Select specific fields to fetch from the Translation
|
|
2032
|
+
*/
|
|
2033
|
+
select?: Prisma.TranslationSelect<ExtArgs> | null;
|
|
2034
|
+
/**
|
|
2035
|
+
* Omit specific fields from the Translation
|
|
2036
|
+
*/
|
|
2037
|
+
omit?: Prisma.TranslationOmit<ExtArgs> | null;
|
|
2038
|
+
/**
|
|
2039
|
+
* Choose, which related nodes to fetch as well
|
|
2040
|
+
*/
|
|
2041
|
+
include?: Prisma.TranslationInclude<ExtArgs> | null;
|
|
2042
|
+
/**
|
|
2043
|
+
* Filter which Translation to delete.
|
|
2044
|
+
*/
|
|
2045
|
+
where: Prisma.TranslationWhereUniqueInput;
|
|
2046
|
+
};
|
|
2047
|
+
/**
|
|
2048
|
+
* Translation deleteMany
|
|
2049
|
+
*/
|
|
2050
|
+
export type TranslationDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2051
|
+
/**
|
|
2052
|
+
* Filter which Translations to delete
|
|
2053
|
+
*/
|
|
2054
|
+
where?: Prisma.TranslationWhereInput;
|
|
2055
|
+
/**
|
|
2056
|
+
* Limit how many Translations to delete.
|
|
2057
|
+
*/
|
|
2058
|
+
limit?: number;
|
|
2059
|
+
};
|
|
2060
|
+
/**
|
|
2061
|
+
* Translation.books
|
|
2062
|
+
*/
|
|
2063
|
+
export type Translation$booksArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2064
|
+
/**
|
|
2065
|
+
* Select specific fields to fetch from the Book
|
|
2066
|
+
*/
|
|
2067
|
+
select?: Prisma.BookSelect<ExtArgs> | null;
|
|
2068
|
+
/**
|
|
2069
|
+
* Omit specific fields from the Book
|
|
2070
|
+
*/
|
|
2071
|
+
omit?: Prisma.BookOmit<ExtArgs> | null;
|
|
2072
|
+
/**
|
|
2073
|
+
* Choose, which related nodes to fetch as well
|
|
2074
|
+
*/
|
|
2075
|
+
include?: Prisma.BookInclude<ExtArgs> | null;
|
|
2076
|
+
where?: Prisma.BookWhereInput;
|
|
2077
|
+
orderBy?: Prisma.BookOrderByWithRelationInput | Prisma.BookOrderByWithRelationInput[];
|
|
2078
|
+
cursor?: Prisma.BookWhereUniqueInput;
|
|
2079
|
+
take?: number;
|
|
2080
|
+
skip?: number;
|
|
2081
|
+
distinct?: Prisma.BookScalarFieldEnum | Prisma.BookScalarFieldEnum[];
|
|
2082
|
+
};
|
|
2083
|
+
/**
|
|
2084
|
+
* Translation.chapters
|
|
2085
|
+
*/
|
|
2086
|
+
export type Translation$chaptersArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2087
|
+
/**
|
|
2088
|
+
* Select specific fields to fetch from the Chapter
|
|
2089
|
+
*/
|
|
2090
|
+
select?: Prisma.ChapterSelect<ExtArgs> | null;
|
|
2091
|
+
/**
|
|
2092
|
+
* Omit specific fields from the Chapter
|
|
2093
|
+
*/
|
|
2094
|
+
omit?: Prisma.ChapterOmit<ExtArgs> | null;
|
|
2095
|
+
/**
|
|
2096
|
+
* Choose, which related nodes to fetch as well
|
|
2097
|
+
*/
|
|
2098
|
+
include?: Prisma.ChapterInclude<ExtArgs> | null;
|
|
2099
|
+
where?: Prisma.ChapterWhereInput;
|
|
2100
|
+
orderBy?: Prisma.ChapterOrderByWithRelationInput | Prisma.ChapterOrderByWithRelationInput[];
|
|
2101
|
+
cursor?: Prisma.ChapterWhereUniqueInput;
|
|
2102
|
+
take?: number;
|
|
2103
|
+
skip?: number;
|
|
2104
|
+
distinct?: Prisma.ChapterScalarFieldEnum | Prisma.ChapterScalarFieldEnum[];
|
|
2105
|
+
};
|
|
2106
|
+
/**
|
|
2107
|
+
* Translation.verses
|
|
2108
|
+
*/
|
|
2109
|
+
export type Translation$versesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2110
|
+
/**
|
|
2111
|
+
* Select specific fields to fetch from the ChapterVerse
|
|
2112
|
+
*/
|
|
2113
|
+
select?: Prisma.ChapterVerseSelect<ExtArgs> | null;
|
|
2114
|
+
/**
|
|
2115
|
+
* Omit specific fields from the ChapterVerse
|
|
2116
|
+
*/
|
|
2117
|
+
omit?: Prisma.ChapterVerseOmit<ExtArgs> | null;
|
|
2118
|
+
/**
|
|
2119
|
+
* Choose, which related nodes to fetch as well
|
|
2120
|
+
*/
|
|
2121
|
+
include?: Prisma.ChapterVerseInclude<ExtArgs> | null;
|
|
2122
|
+
where?: Prisma.ChapterVerseWhereInput;
|
|
2123
|
+
orderBy?: Prisma.ChapterVerseOrderByWithRelationInput | Prisma.ChapterVerseOrderByWithRelationInput[];
|
|
2124
|
+
cursor?: Prisma.ChapterVerseWhereUniqueInput;
|
|
2125
|
+
take?: number;
|
|
2126
|
+
skip?: number;
|
|
2127
|
+
distinct?: Prisma.ChapterVerseScalarFieldEnum | Prisma.ChapterVerseScalarFieldEnum[];
|
|
2128
|
+
};
|
|
2129
|
+
/**
|
|
2130
|
+
* Translation.footnotes
|
|
2131
|
+
*/
|
|
2132
|
+
export type Translation$footnotesArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2133
|
+
/**
|
|
2134
|
+
* Select specific fields to fetch from the ChapterFootnote
|
|
2135
|
+
*/
|
|
2136
|
+
select?: Prisma.ChapterFootnoteSelect<ExtArgs> | null;
|
|
2137
|
+
/**
|
|
2138
|
+
* Omit specific fields from the ChapterFootnote
|
|
2139
|
+
*/
|
|
2140
|
+
omit?: Prisma.ChapterFootnoteOmit<ExtArgs> | null;
|
|
2141
|
+
/**
|
|
2142
|
+
* Choose, which related nodes to fetch as well
|
|
2143
|
+
*/
|
|
2144
|
+
include?: Prisma.ChapterFootnoteInclude<ExtArgs> | null;
|
|
2145
|
+
where?: Prisma.ChapterFootnoteWhereInput;
|
|
2146
|
+
orderBy?: Prisma.ChapterFootnoteOrderByWithRelationInput | Prisma.ChapterFootnoteOrderByWithRelationInput[];
|
|
2147
|
+
cursor?: Prisma.ChapterFootnoteWhereUniqueInput;
|
|
2148
|
+
take?: number;
|
|
2149
|
+
skip?: number;
|
|
2150
|
+
distinct?: Prisma.ChapterFootnoteScalarFieldEnum | Prisma.ChapterFootnoteScalarFieldEnum[];
|
|
2151
|
+
};
|
|
2152
|
+
/**
|
|
2153
|
+
* Translation.audioUrls
|
|
2154
|
+
*/
|
|
2155
|
+
export type Translation$audioUrlsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2156
|
+
/**
|
|
2157
|
+
* Select specific fields to fetch from the ChapterAudioUrl
|
|
2158
|
+
*/
|
|
2159
|
+
select?: Prisma.ChapterAudioUrlSelect<ExtArgs> | null;
|
|
2160
|
+
/**
|
|
2161
|
+
* Omit specific fields from the ChapterAudioUrl
|
|
2162
|
+
*/
|
|
2163
|
+
omit?: Prisma.ChapterAudioUrlOmit<ExtArgs> | null;
|
|
2164
|
+
/**
|
|
2165
|
+
* Choose, which related nodes to fetch as well
|
|
2166
|
+
*/
|
|
2167
|
+
include?: Prisma.ChapterAudioUrlInclude<ExtArgs> | null;
|
|
2168
|
+
where?: Prisma.ChapterAudioUrlWhereInput;
|
|
2169
|
+
orderBy?: Prisma.ChapterAudioUrlOrderByWithRelationInput | Prisma.ChapterAudioUrlOrderByWithRelationInput[];
|
|
2170
|
+
cursor?: Prisma.ChapterAudioUrlWhereUniqueInput;
|
|
2171
|
+
take?: number;
|
|
2172
|
+
skip?: number;
|
|
2173
|
+
distinct?: Prisma.ChapterAudioUrlScalarFieldEnum | Prisma.ChapterAudioUrlScalarFieldEnum[];
|
|
2174
|
+
};
|
|
2175
|
+
/**
|
|
2176
|
+
* Translation.audioTimings
|
|
2177
|
+
*/
|
|
2178
|
+
export type Translation$audioTimingsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2179
|
+
/**
|
|
2180
|
+
* Select specific fields to fetch from the ChapterAudioTiming
|
|
2181
|
+
*/
|
|
2182
|
+
select?: Prisma.ChapterAudioTimingSelect<ExtArgs> | null;
|
|
2183
|
+
/**
|
|
2184
|
+
* Omit specific fields from the ChapterAudioTiming
|
|
2185
|
+
*/
|
|
2186
|
+
omit?: Prisma.ChapterAudioTimingOmit<ExtArgs> | null;
|
|
2187
|
+
/**
|
|
2188
|
+
* Choose, which related nodes to fetch as well
|
|
2189
|
+
*/
|
|
2190
|
+
include?: Prisma.ChapterAudioTimingInclude<ExtArgs> | null;
|
|
2191
|
+
where?: Prisma.ChapterAudioTimingWhereInput;
|
|
2192
|
+
orderBy?: Prisma.ChapterAudioTimingOrderByWithRelationInput | Prisma.ChapterAudioTimingOrderByWithRelationInput[];
|
|
2193
|
+
cursor?: Prisma.ChapterAudioTimingWhereUniqueInput;
|
|
2194
|
+
take?: number;
|
|
2195
|
+
skip?: number;
|
|
2196
|
+
distinct?: Prisma.ChapterAudioTimingScalarFieldEnum | Prisma.ChapterAudioTimingScalarFieldEnum[];
|
|
2197
|
+
};
|
|
2198
|
+
/**
|
|
2199
|
+
* Translation.words
|
|
2200
|
+
*/
|
|
2201
|
+
export type Translation$wordsArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2202
|
+
/**
|
|
2203
|
+
* Select specific fields to fetch from the ChapterWords
|
|
2204
|
+
*/
|
|
2205
|
+
select?: Prisma.ChapterWordsSelect<ExtArgs> | null;
|
|
2206
|
+
/**
|
|
2207
|
+
* Omit specific fields from the ChapterWords
|
|
2208
|
+
*/
|
|
2209
|
+
omit?: Prisma.ChapterWordsOmit<ExtArgs> | null;
|
|
2210
|
+
/**
|
|
2211
|
+
* Choose, which related nodes to fetch as well
|
|
2212
|
+
*/
|
|
2213
|
+
include?: Prisma.ChapterWordsInclude<ExtArgs> | null;
|
|
2214
|
+
where?: Prisma.ChapterWordsWhereInput;
|
|
2215
|
+
orderBy?: Prisma.ChapterWordsOrderByWithRelationInput | Prisma.ChapterWordsOrderByWithRelationInput[];
|
|
2216
|
+
cursor?: Prisma.ChapterWordsWhereUniqueInput;
|
|
2217
|
+
take?: number;
|
|
2218
|
+
skip?: number;
|
|
2219
|
+
distinct?: Prisma.ChapterWordsScalarFieldEnum | Prisma.ChapterWordsScalarFieldEnum[];
|
|
2220
|
+
};
|
|
2221
|
+
/**
|
|
2222
|
+
* Translation without action
|
|
2223
|
+
*/
|
|
2224
|
+
export type TranslationDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2225
|
+
/**
|
|
2226
|
+
* Select specific fields to fetch from the Translation
|
|
2227
|
+
*/
|
|
2228
|
+
select?: Prisma.TranslationSelect<ExtArgs> | null;
|
|
2229
|
+
/**
|
|
2230
|
+
* Omit specific fields from the Translation
|
|
2231
|
+
*/
|
|
2232
|
+
omit?: Prisma.TranslationOmit<ExtArgs> | null;
|
|
2233
|
+
/**
|
|
2234
|
+
* Choose, which related nodes to fetch as well
|
|
2235
|
+
*/
|
|
2236
|
+
include?: Prisma.TranslationInclude<ExtArgs> | null;
|
|
2237
|
+
};
|
|
2238
|
+
//# sourceMappingURL=Translation.d.ts.map
|