@yimingliao/cms 0.0.181 → 0.0.182
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/package.json +2 -2
- package/dist/types/prisma/generated/client.d.ts +0 -69
- package/dist/types/prisma/generated/client.d.ts.map +0 -1
- package/dist/types/prisma/generated/commonInputTypes.d.ts +0 -546
- package/dist/types/prisma/generated/commonInputTypes.d.ts.map +0 -1
- package/dist/types/prisma/generated/enums.d.ts +0 -24
- package/dist/types/prisma/generated/enums.d.ts.map +0 -1
- package/dist/types/prisma/generated/internal/class.d.ts +0 -219
- package/dist/types/prisma/generated/internal/class.d.ts.map +0 -1
- package/dist/types/prisma/generated/internal/prismaNamespace.d.ts +0 -1382
- package/dist/types/prisma/generated/internal/prismaNamespace.d.ts.map +0 -1
- package/dist/types/prisma/generated/models/Admin.d.ts +0 -1756
- package/dist/types/prisma/generated/models/Admin.d.ts.map +0 -1
- package/dist/types/prisma/generated/models/AdminRefreshToken.d.ts +0 -1276
- package/dist/types/prisma/generated/models/AdminRefreshToken.d.ts.map +0 -1
- package/dist/types/prisma/generated/models/AdminTranslation.d.ts +0 -1498
- package/dist/types/prisma/generated/models/AdminTranslation.d.ts.map +0 -1
- package/dist/types/prisma/generated/models/File.d.ts +0 -3624
- package/dist/types/prisma/generated/models/File.d.ts.map +0 -1
- package/dist/types/prisma/generated/models/FileTranslation.d.ts +0 -1252
- package/dist/types/prisma/generated/models/FileTranslation.d.ts.map +0 -1
- package/dist/types/prisma/generated/models/Folder.d.ts +0 -1513
- package/dist/types/prisma/generated/models/Folder.d.ts.map +0 -1
- package/dist/types/prisma/generated/models/Post.d.ts +0 -9300
- package/dist/types/prisma/generated/models/Post.d.ts.map +0 -1
- package/dist/types/prisma/generated/models/PostTranslation.d.ts +0 -2073
- package/dist/types/prisma/generated/models/PostTranslation.d.ts.map +0 -1
- package/dist/types/prisma/generated/models/SeoMetadata.d.ts +0 -2183
- package/dist/types/prisma/generated/models/SeoMetadata.d.ts.map +0 -1
- package/dist/types/prisma/generated/models.d.ts +0 -11
- package/dist/types/prisma/generated/models.d.ts.map +0 -1
|
@@ -1,2073 +0,0 @@
|
|
|
1
|
-
import type * as runtime from "@prisma/client/runtime/client";
|
|
2
|
-
import type * as Prisma from "../internal/prismaNamespace";
|
|
3
|
-
/**
|
|
4
|
-
* Model PostTranslation
|
|
5
|
-
*
|
|
6
|
-
*/
|
|
7
|
-
export type PostTranslationModel = runtime.Types.Result.DefaultSelection<Prisma.$PostTranslationPayload>;
|
|
8
|
-
export type AggregatePostTranslation = {
|
|
9
|
-
_count: PostTranslationCountAggregateOutputType | null;
|
|
10
|
-
_avg: PostTranslationAvgAggregateOutputType | null;
|
|
11
|
-
_sum: PostTranslationSumAggregateOutputType | null;
|
|
12
|
-
_min: PostTranslationMinAggregateOutputType | null;
|
|
13
|
-
_max: PostTranslationMaxAggregateOutputType | null;
|
|
14
|
-
};
|
|
15
|
-
export type PostTranslationAvgAggregateOutputType = {
|
|
16
|
-
readTime: number | null;
|
|
17
|
-
wordCount: number | null;
|
|
18
|
-
};
|
|
19
|
-
export type PostTranslationSumAggregateOutputType = {
|
|
20
|
-
readTime: number | null;
|
|
21
|
-
wordCount: number | null;
|
|
22
|
-
};
|
|
23
|
-
export type PostTranslationMinAggregateOutputType = {
|
|
24
|
-
id: string | null;
|
|
25
|
-
locale: string | null;
|
|
26
|
-
title: string | null;
|
|
27
|
-
subtitle: string | null;
|
|
28
|
-
summary: string | null;
|
|
29
|
-
description: string | null;
|
|
30
|
-
content: string | null;
|
|
31
|
-
readTime: number | null;
|
|
32
|
-
wordCount: number | null;
|
|
33
|
-
postId: string | null;
|
|
34
|
-
createdAt: Date | null;
|
|
35
|
-
updatedAt: Date | null;
|
|
36
|
-
text1: string | null;
|
|
37
|
-
text2: string | null;
|
|
38
|
-
text3: string | null;
|
|
39
|
-
text4: string | null;
|
|
40
|
-
text5: string | null;
|
|
41
|
-
text6: string | null;
|
|
42
|
-
text7: string | null;
|
|
43
|
-
text8: string | null;
|
|
44
|
-
text9: string | null;
|
|
45
|
-
text10: string | null;
|
|
46
|
-
};
|
|
47
|
-
export type PostTranslationMaxAggregateOutputType = {
|
|
48
|
-
id: string | null;
|
|
49
|
-
locale: string | null;
|
|
50
|
-
title: string | null;
|
|
51
|
-
subtitle: string | null;
|
|
52
|
-
summary: string | null;
|
|
53
|
-
description: string | null;
|
|
54
|
-
content: string | null;
|
|
55
|
-
readTime: number | null;
|
|
56
|
-
wordCount: number | null;
|
|
57
|
-
postId: string | null;
|
|
58
|
-
createdAt: Date | null;
|
|
59
|
-
updatedAt: Date | null;
|
|
60
|
-
text1: string | null;
|
|
61
|
-
text2: string | null;
|
|
62
|
-
text3: string | null;
|
|
63
|
-
text4: string | null;
|
|
64
|
-
text5: string | null;
|
|
65
|
-
text6: string | null;
|
|
66
|
-
text7: string | null;
|
|
67
|
-
text8: string | null;
|
|
68
|
-
text9: string | null;
|
|
69
|
-
text10: string | null;
|
|
70
|
-
};
|
|
71
|
-
export type PostTranslationCountAggregateOutputType = {
|
|
72
|
-
id: number;
|
|
73
|
-
locale: number;
|
|
74
|
-
title: number;
|
|
75
|
-
subtitle: number;
|
|
76
|
-
summary: number;
|
|
77
|
-
description: number;
|
|
78
|
-
content: number;
|
|
79
|
-
externalLinks: number;
|
|
80
|
-
faq: number;
|
|
81
|
-
toc: number;
|
|
82
|
-
readTime: number;
|
|
83
|
-
wordCount: number;
|
|
84
|
-
postId: number;
|
|
85
|
-
createdAt: number;
|
|
86
|
-
updatedAt: number;
|
|
87
|
-
text1: number;
|
|
88
|
-
text2: number;
|
|
89
|
-
text3: number;
|
|
90
|
-
text4: number;
|
|
91
|
-
text5: number;
|
|
92
|
-
text6: number;
|
|
93
|
-
text7: number;
|
|
94
|
-
text8: number;
|
|
95
|
-
text9: number;
|
|
96
|
-
text10: number;
|
|
97
|
-
data1: number;
|
|
98
|
-
data2: number;
|
|
99
|
-
data3: number;
|
|
100
|
-
data4: number;
|
|
101
|
-
_all: number;
|
|
102
|
-
};
|
|
103
|
-
export type PostTranslationAvgAggregateInputType = {
|
|
104
|
-
readTime?: true;
|
|
105
|
-
wordCount?: true;
|
|
106
|
-
};
|
|
107
|
-
export type PostTranslationSumAggregateInputType = {
|
|
108
|
-
readTime?: true;
|
|
109
|
-
wordCount?: true;
|
|
110
|
-
};
|
|
111
|
-
export type PostTranslationMinAggregateInputType = {
|
|
112
|
-
id?: true;
|
|
113
|
-
locale?: true;
|
|
114
|
-
title?: true;
|
|
115
|
-
subtitle?: true;
|
|
116
|
-
summary?: true;
|
|
117
|
-
description?: true;
|
|
118
|
-
content?: true;
|
|
119
|
-
readTime?: true;
|
|
120
|
-
wordCount?: true;
|
|
121
|
-
postId?: true;
|
|
122
|
-
createdAt?: true;
|
|
123
|
-
updatedAt?: true;
|
|
124
|
-
text1?: true;
|
|
125
|
-
text2?: true;
|
|
126
|
-
text3?: true;
|
|
127
|
-
text4?: true;
|
|
128
|
-
text5?: true;
|
|
129
|
-
text6?: true;
|
|
130
|
-
text7?: true;
|
|
131
|
-
text8?: true;
|
|
132
|
-
text9?: true;
|
|
133
|
-
text10?: true;
|
|
134
|
-
};
|
|
135
|
-
export type PostTranslationMaxAggregateInputType = {
|
|
136
|
-
id?: true;
|
|
137
|
-
locale?: true;
|
|
138
|
-
title?: true;
|
|
139
|
-
subtitle?: true;
|
|
140
|
-
summary?: true;
|
|
141
|
-
description?: true;
|
|
142
|
-
content?: true;
|
|
143
|
-
readTime?: true;
|
|
144
|
-
wordCount?: true;
|
|
145
|
-
postId?: true;
|
|
146
|
-
createdAt?: true;
|
|
147
|
-
updatedAt?: true;
|
|
148
|
-
text1?: true;
|
|
149
|
-
text2?: true;
|
|
150
|
-
text3?: true;
|
|
151
|
-
text4?: true;
|
|
152
|
-
text5?: true;
|
|
153
|
-
text6?: true;
|
|
154
|
-
text7?: true;
|
|
155
|
-
text8?: true;
|
|
156
|
-
text9?: true;
|
|
157
|
-
text10?: true;
|
|
158
|
-
};
|
|
159
|
-
export type PostTranslationCountAggregateInputType = {
|
|
160
|
-
id?: true;
|
|
161
|
-
locale?: true;
|
|
162
|
-
title?: true;
|
|
163
|
-
subtitle?: true;
|
|
164
|
-
summary?: true;
|
|
165
|
-
description?: true;
|
|
166
|
-
content?: true;
|
|
167
|
-
externalLinks?: true;
|
|
168
|
-
faq?: true;
|
|
169
|
-
toc?: true;
|
|
170
|
-
readTime?: true;
|
|
171
|
-
wordCount?: true;
|
|
172
|
-
postId?: true;
|
|
173
|
-
createdAt?: true;
|
|
174
|
-
updatedAt?: true;
|
|
175
|
-
text1?: true;
|
|
176
|
-
text2?: true;
|
|
177
|
-
text3?: true;
|
|
178
|
-
text4?: true;
|
|
179
|
-
text5?: true;
|
|
180
|
-
text6?: true;
|
|
181
|
-
text7?: true;
|
|
182
|
-
text8?: true;
|
|
183
|
-
text9?: true;
|
|
184
|
-
text10?: true;
|
|
185
|
-
data1?: true;
|
|
186
|
-
data2?: true;
|
|
187
|
-
data3?: true;
|
|
188
|
-
data4?: true;
|
|
189
|
-
_all?: true;
|
|
190
|
-
};
|
|
191
|
-
export type PostTranslationAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
192
|
-
/**
|
|
193
|
-
* Filter which PostTranslation to aggregate.
|
|
194
|
-
*/
|
|
195
|
-
where?: Prisma.PostTranslationWhereInput;
|
|
196
|
-
/**
|
|
197
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
198
|
-
*
|
|
199
|
-
* Determine the order of PostTranslations to fetch.
|
|
200
|
-
*/
|
|
201
|
-
orderBy?: Prisma.PostTranslationOrderByWithRelationInput | Prisma.PostTranslationOrderByWithRelationInput[];
|
|
202
|
-
/**
|
|
203
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
204
|
-
*
|
|
205
|
-
* Sets the start position
|
|
206
|
-
*/
|
|
207
|
-
cursor?: Prisma.PostTranslationWhereUniqueInput;
|
|
208
|
-
/**
|
|
209
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
210
|
-
*
|
|
211
|
-
* Take `±n` PostTranslations from the position of the cursor.
|
|
212
|
-
*/
|
|
213
|
-
take?: number;
|
|
214
|
-
/**
|
|
215
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
216
|
-
*
|
|
217
|
-
* Skip the first `n` PostTranslations.
|
|
218
|
-
*/
|
|
219
|
-
skip?: number;
|
|
220
|
-
/**
|
|
221
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
222
|
-
*
|
|
223
|
-
* Count returned PostTranslations
|
|
224
|
-
**/
|
|
225
|
-
_count?: true | PostTranslationCountAggregateInputType;
|
|
226
|
-
/**
|
|
227
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
228
|
-
*
|
|
229
|
-
* Select which fields to average
|
|
230
|
-
**/
|
|
231
|
-
_avg?: PostTranslationAvgAggregateInputType;
|
|
232
|
-
/**
|
|
233
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
234
|
-
*
|
|
235
|
-
* Select which fields to sum
|
|
236
|
-
**/
|
|
237
|
-
_sum?: PostTranslationSumAggregateInputType;
|
|
238
|
-
/**
|
|
239
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
240
|
-
*
|
|
241
|
-
* Select which fields to find the minimum value
|
|
242
|
-
**/
|
|
243
|
-
_min?: PostTranslationMinAggregateInputType;
|
|
244
|
-
/**
|
|
245
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
246
|
-
*
|
|
247
|
-
* Select which fields to find the maximum value
|
|
248
|
-
**/
|
|
249
|
-
_max?: PostTranslationMaxAggregateInputType;
|
|
250
|
-
};
|
|
251
|
-
export type GetPostTranslationAggregateType<T extends PostTranslationAggregateArgs> = {
|
|
252
|
-
[P in keyof T & keyof AggregatePostTranslation]: P extends '_count' | 'count' ? T[P] extends true ? number : Prisma.GetScalarType<T[P], AggregatePostTranslation[P]> : Prisma.GetScalarType<T[P], AggregatePostTranslation[P]>;
|
|
253
|
-
};
|
|
254
|
-
export type PostTranslationGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
255
|
-
where?: Prisma.PostTranslationWhereInput;
|
|
256
|
-
orderBy?: Prisma.PostTranslationOrderByWithAggregationInput | Prisma.PostTranslationOrderByWithAggregationInput[];
|
|
257
|
-
by: Prisma.PostTranslationScalarFieldEnum[] | Prisma.PostTranslationScalarFieldEnum;
|
|
258
|
-
having?: Prisma.PostTranslationScalarWhereWithAggregatesInput;
|
|
259
|
-
take?: number;
|
|
260
|
-
skip?: number;
|
|
261
|
-
_count?: PostTranslationCountAggregateInputType | true;
|
|
262
|
-
_avg?: PostTranslationAvgAggregateInputType;
|
|
263
|
-
_sum?: PostTranslationSumAggregateInputType;
|
|
264
|
-
_min?: PostTranslationMinAggregateInputType;
|
|
265
|
-
_max?: PostTranslationMaxAggregateInputType;
|
|
266
|
-
};
|
|
267
|
-
export type PostTranslationGroupByOutputType = {
|
|
268
|
-
id: string;
|
|
269
|
-
locale: string;
|
|
270
|
-
title: string | null;
|
|
271
|
-
subtitle: string | null;
|
|
272
|
-
summary: string | null;
|
|
273
|
-
description: string | null;
|
|
274
|
-
content: string | null;
|
|
275
|
-
externalLinks: runtime.JsonValue[];
|
|
276
|
-
faq: runtime.JsonValue[];
|
|
277
|
-
toc: runtime.JsonValue[];
|
|
278
|
-
readTime: number | null;
|
|
279
|
-
wordCount: number;
|
|
280
|
-
postId: string;
|
|
281
|
-
createdAt: Date;
|
|
282
|
-
updatedAt: Date;
|
|
283
|
-
text1: string | null;
|
|
284
|
-
text2: string | null;
|
|
285
|
-
text3: string | null;
|
|
286
|
-
text4: string | null;
|
|
287
|
-
text5: string | null;
|
|
288
|
-
text6: string | null;
|
|
289
|
-
text7: string | null;
|
|
290
|
-
text8: string | null;
|
|
291
|
-
text9: string | null;
|
|
292
|
-
text10: string | null;
|
|
293
|
-
data1: runtime.JsonValue[];
|
|
294
|
-
data2: runtime.JsonValue[];
|
|
295
|
-
data3: runtime.JsonValue[];
|
|
296
|
-
data4: runtime.JsonValue[];
|
|
297
|
-
_count: PostTranslationCountAggregateOutputType | null;
|
|
298
|
-
_avg: PostTranslationAvgAggregateOutputType | null;
|
|
299
|
-
_sum: PostTranslationSumAggregateOutputType | null;
|
|
300
|
-
_min: PostTranslationMinAggregateOutputType | null;
|
|
301
|
-
_max: PostTranslationMaxAggregateOutputType | null;
|
|
302
|
-
};
|
|
303
|
-
type GetPostTranslationGroupByPayload<T extends PostTranslationGroupByArgs> = Prisma.PrismaPromise<Array<Prisma.PickEnumerable<PostTranslationGroupByOutputType, T['by']> & {
|
|
304
|
-
[P in ((keyof T) & (keyof PostTranslationGroupByOutputType))]: P extends '_count' ? T[P] extends boolean ? number : Prisma.GetScalarType<T[P], PostTranslationGroupByOutputType[P]> : Prisma.GetScalarType<T[P], PostTranslationGroupByOutputType[P]>;
|
|
305
|
-
}>>;
|
|
306
|
-
export type PostTranslationWhereInput = {
|
|
307
|
-
AND?: Prisma.PostTranslationWhereInput | Prisma.PostTranslationWhereInput[];
|
|
308
|
-
OR?: Prisma.PostTranslationWhereInput[];
|
|
309
|
-
NOT?: Prisma.PostTranslationWhereInput | Prisma.PostTranslationWhereInput[];
|
|
310
|
-
id?: Prisma.StringFilter<"PostTranslation"> | string;
|
|
311
|
-
locale?: Prisma.StringFilter<"PostTranslation"> | string;
|
|
312
|
-
title?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
313
|
-
subtitle?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
314
|
-
summary?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
315
|
-
description?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
316
|
-
content?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
317
|
-
externalLinks?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
318
|
-
faq?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
319
|
-
toc?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
320
|
-
readTime?: Prisma.IntNullableFilter<"PostTranslation"> | number | null;
|
|
321
|
-
wordCount?: Prisma.IntFilter<"PostTranslation"> | number;
|
|
322
|
-
postId?: Prisma.StringFilter<"PostTranslation"> | string;
|
|
323
|
-
createdAt?: Prisma.DateTimeFilter<"PostTranslation"> | Date | string;
|
|
324
|
-
updatedAt?: Prisma.DateTimeFilter<"PostTranslation"> | Date | string;
|
|
325
|
-
text1?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
326
|
-
text2?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
327
|
-
text3?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
328
|
-
text4?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
329
|
-
text5?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
330
|
-
text6?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
331
|
-
text7?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
332
|
-
text8?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
333
|
-
text9?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
334
|
-
text10?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
335
|
-
data1?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
336
|
-
data2?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
337
|
-
data3?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
338
|
-
data4?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
339
|
-
post?: Prisma.XOR<Prisma.PostScalarRelationFilter, Prisma.PostWhereInput>;
|
|
340
|
-
};
|
|
341
|
-
export type PostTranslationOrderByWithRelationInput = {
|
|
342
|
-
id?: Prisma.SortOrder;
|
|
343
|
-
locale?: Prisma.SortOrder;
|
|
344
|
-
title?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
345
|
-
subtitle?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
346
|
-
summary?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
347
|
-
description?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
348
|
-
content?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
349
|
-
externalLinks?: Prisma.SortOrder;
|
|
350
|
-
faq?: Prisma.SortOrder;
|
|
351
|
-
toc?: Prisma.SortOrder;
|
|
352
|
-
readTime?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
353
|
-
wordCount?: Prisma.SortOrder;
|
|
354
|
-
postId?: Prisma.SortOrder;
|
|
355
|
-
createdAt?: Prisma.SortOrder;
|
|
356
|
-
updatedAt?: Prisma.SortOrder;
|
|
357
|
-
text1?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
358
|
-
text2?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
359
|
-
text3?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
360
|
-
text4?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
361
|
-
text5?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
362
|
-
text6?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
363
|
-
text7?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
364
|
-
text8?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
365
|
-
text9?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
366
|
-
text10?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
367
|
-
data1?: Prisma.SortOrder;
|
|
368
|
-
data2?: Prisma.SortOrder;
|
|
369
|
-
data3?: Prisma.SortOrder;
|
|
370
|
-
data4?: Prisma.SortOrder;
|
|
371
|
-
post?: Prisma.PostOrderByWithRelationInput;
|
|
372
|
-
};
|
|
373
|
-
export type PostTranslationWhereUniqueInput = Prisma.AtLeast<{
|
|
374
|
-
id?: string;
|
|
375
|
-
postId_locale?: Prisma.PostTranslationPostIdLocaleCompoundUniqueInput;
|
|
376
|
-
AND?: Prisma.PostTranslationWhereInput | Prisma.PostTranslationWhereInput[];
|
|
377
|
-
OR?: Prisma.PostTranslationWhereInput[];
|
|
378
|
-
NOT?: Prisma.PostTranslationWhereInput | Prisma.PostTranslationWhereInput[];
|
|
379
|
-
locale?: Prisma.StringFilter<"PostTranslation"> | string;
|
|
380
|
-
title?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
381
|
-
subtitle?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
382
|
-
summary?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
383
|
-
description?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
384
|
-
content?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
385
|
-
externalLinks?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
386
|
-
faq?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
387
|
-
toc?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
388
|
-
readTime?: Prisma.IntNullableFilter<"PostTranslation"> | number | null;
|
|
389
|
-
wordCount?: Prisma.IntFilter<"PostTranslation"> | number;
|
|
390
|
-
postId?: Prisma.StringFilter<"PostTranslation"> | string;
|
|
391
|
-
createdAt?: Prisma.DateTimeFilter<"PostTranslation"> | Date | string;
|
|
392
|
-
updatedAt?: Prisma.DateTimeFilter<"PostTranslation"> | Date | string;
|
|
393
|
-
text1?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
394
|
-
text2?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
395
|
-
text3?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
396
|
-
text4?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
397
|
-
text5?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
398
|
-
text6?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
399
|
-
text7?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
400
|
-
text8?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
401
|
-
text9?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
402
|
-
text10?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
403
|
-
data1?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
404
|
-
data2?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
405
|
-
data3?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
406
|
-
data4?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
407
|
-
post?: Prisma.XOR<Prisma.PostScalarRelationFilter, Prisma.PostWhereInput>;
|
|
408
|
-
}, "id" | "postId_locale">;
|
|
409
|
-
export type PostTranslationOrderByWithAggregationInput = {
|
|
410
|
-
id?: Prisma.SortOrder;
|
|
411
|
-
locale?: Prisma.SortOrder;
|
|
412
|
-
title?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
413
|
-
subtitle?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
414
|
-
summary?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
415
|
-
description?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
416
|
-
content?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
417
|
-
externalLinks?: Prisma.SortOrder;
|
|
418
|
-
faq?: Prisma.SortOrder;
|
|
419
|
-
toc?: Prisma.SortOrder;
|
|
420
|
-
readTime?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
421
|
-
wordCount?: Prisma.SortOrder;
|
|
422
|
-
postId?: Prisma.SortOrder;
|
|
423
|
-
createdAt?: Prisma.SortOrder;
|
|
424
|
-
updatedAt?: Prisma.SortOrder;
|
|
425
|
-
text1?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
426
|
-
text2?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
427
|
-
text3?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
428
|
-
text4?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
429
|
-
text5?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
430
|
-
text6?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
431
|
-
text7?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
432
|
-
text8?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
433
|
-
text9?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
434
|
-
text10?: Prisma.SortOrderInput | Prisma.SortOrder;
|
|
435
|
-
data1?: Prisma.SortOrder;
|
|
436
|
-
data2?: Prisma.SortOrder;
|
|
437
|
-
data3?: Prisma.SortOrder;
|
|
438
|
-
data4?: Prisma.SortOrder;
|
|
439
|
-
_count?: Prisma.PostTranslationCountOrderByAggregateInput;
|
|
440
|
-
_avg?: Prisma.PostTranslationAvgOrderByAggregateInput;
|
|
441
|
-
_max?: Prisma.PostTranslationMaxOrderByAggregateInput;
|
|
442
|
-
_min?: Prisma.PostTranslationMinOrderByAggregateInput;
|
|
443
|
-
_sum?: Prisma.PostTranslationSumOrderByAggregateInput;
|
|
444
|
-
};
|
|
445
|
-
export type PostTranslationScalarWhereWithAggregatesInput = {
|
|
446
|
-
AND?: Prisma.PostTranslationScalarWhereWithAggregatesInput | Prisma.PostTranslationScalarWhereWithAggregatesInput[];
|
|
447
|
-
OR?: Prisma.PostTranslationScalarWhereWithAggregatesInput[];
|
|
448
|
-
NOT?: Prisma.PostTranslationScalarWhereWithAggregatesInput | Prisma.PostTranslationScalarWhereWithAggregatesInput[];
|
|
449
|
-
id?: Prisma.StringWithAggregatesFilter<"PostTranslation"> | string;
|
|
450
|
-
locale?: Prisma.StringWithAggregatesFilter<"PostTranslation"> | string;
|
|
451
|
-
title?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
452
|
-
subtitle?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
453
|
-
summary?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
454
|
-
description?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
455
|
-
content?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
456
|
-
externalLinks?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
457
|
-
faq?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
458
|
-
toc?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
459
|
-
readTime?: Prisma.IntNullableWithAggregatesFilter<"PostTranslation"> | number | null;
|
|
460
|
-
wordCount?: Prisma.IntWithAggregatesFilter<"PostTranslation"> | number;
|
|
461
|
-
postId?: Prisma.StringWithAggregatesFilter<"PostTranslation"> | string;
|
|
462
|
-
createdAt?: Prisma.DateTimeWithAggregatesFilter<"PostTranslation"> | Date | string;
|
|
463
|
-
updatedAt?: Prisma.DateTimeWithAggregatesFilter<"PostTranslation"> | Date | string;
|
|
464
|
-
text1?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
465
|
-
text2?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
466
|
-
text3?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
467
|
-
text4?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
468
|
-
text5?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
469
|
-
text6?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
470
|
-
text7?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
471
|
-
text8?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
472
|
-
text9?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
473
|
-
text10?: Prisma.StringNullableWithAggregatesFilter<"PostTranslation"> | string | null;
|
|
474
|
-
data1?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
475
|
-
data2?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
476
|
-
data3?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
477
|
-
data4?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
478
|
-
};
|
|
479
|
-
export type PostTranslationCreateInput = {
|
|
480
|
-
id?: string;
|
|
481
|
-
locale: string;
|
|
482
|
-
title?: string | null;
|
|
483
|
-
subtitle?: string | null;
|
|
484
|
-
summary?: string | null;
|
|
485
|
-
description?: string | null;
|
|
486
|
-
content?: string | null;
|
|
487
|
-
externalLinks?: Prisma.PostTranslationCreateexternalLinksInput | runtime.InputJsonValue[];
|
|
488
|
-
faq?: Prisma.PostTranslationCreatefaqInput | runtime.InputJsonValue[];
|
|
489
|
-
toc?: Prisma.PostTranslationCreatetocInput | runtime.InputJsonValue[];
|
|
490
|
-
readTime?: number | null;
|
|
491
|
-
wordCount?: number;
|
|
492
|
-
createdAt?: Date | string;
|
|
493
|
-
updatedAt?: Date | string;
|
|
494
|
-
text1?: string | null;
|
|
495
|
-
text2?: string | null;
|
|
496
|
-
text3?: string | null;
|
|
497
|
-
text4?: string | null;
|
|
498
|
-
text5?: string | null;
|
|
499
|
-
text6?: string | null;
|
|
500
|
-
text7?: string | null;
|
|
501
|
-
text8?: string | null;
|
|
502
|
-
text9?: string | null;
|
|
503
|
-
text10?: string | null;
|
|
504
|
-
data1?: Prisma.PostTranslationCreatedata1Input | runtime.InputJsonValue[];
|
|
505
|
-
data2?: Prisma.PostTranslationCreatedata2Input | runtime.InputJsonValue[];
|
|
506
|
-
data3?: Prisma.PostTranslationCreatedata3Input | runtime.InputJsonValue[];
|
|
507
|
-
data4?: Prisma.PostTranslationCreatedata4Input | runtime.InputJsonValue[];
|
|
508
|
-
post: Prisma.PostCreateNestedOneWithoutTranslationsInput;
|
|
509
|
-
};
|
|
510
|
-
export type PostTranslationUncheckedCreateInput = {
|
|
511
|
-
id?: string;
|
|
512
|
-
locale: string;
|
|
513
|
-
title?: string | null;
|
|
514
|
-
subtitle?: string | null;
|
|
515
|
-
summary?: string | null;
|
|
516
|
-
description?: string | null;
|
|
517
|
-
content?: string | null;
|
|
518
|
-
externalLinks?: Prisma.PostTranslationCreateexternalLinksInput | runtime.InputJsonValue[];
|
|
519
|
-
faq?: Prisma.PostTranslationCreatefaqInput | runtime.InputJsonValue[];
|
|
520
|
-
toc?: Prisma.PostTranslationCreatetocInput | runtime.InputJsonValue[];
|
|
521
|
-
readTime?: number | null;
|
|
522
|
-
wordCount?: number;
|
|
523
|
-
postId: string;
|
|
524
|
-
createdAt?: Date | string;
|
|
525
|
-
updatedAt?: Date | string;
|
|
526
|
-
text1?: string | null;
|
|
527
|
-
text2?: string | null;
|
|
528
|
-
text3?: string | null;
|
|
529
|
-
text4?: string | null;
|
|
530
|
-
text5?: string | null;
|
|
531
|
-
text6?: string | null;
|
|
532
|
-
text7?: string | null;
|
|
533
|
-
text8?: string | null;
|
|
534
|
-
text9?: string | null;
|
|
535
|
-
text10?: string | null;
|
|
536
|
-
data1?: Prisma.PostTranslationCreatedata1Input | runtime.InputJsonValue[];
|
|
537
|
-
data2?: Prisma.PostTranslationCreatedata2Input | runtime.InputJsonValue[];
|
|
538
|
-
data3?: Prisma.PostTranslationCreatedata3Input | runtime.InputJsonValue[];
|
|
539
|
-
data4?: Prisma.PostTranslationCreatedata4Input | runtime.InputJsonValue[];
|
|
540
|
-
};
|
|
541
|
-
export type PostTranslationUpdateInput = {
|
|
542
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
543
|
-
locale?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
544
|
-
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
545
|
-
subtitle?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
546
|
-
summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
547
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
548
|
-
content?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
549
|
-
externalLinks?: Prisma.PostTranslationUpdateexternalLinksInput | runtime.InputJsonValue[];
|
|
550
|
-
faq?: Prisma.PostTranslationUpdatefaqInput | runtime.InputJsonValue[];
|
|
551
|
-
toc?: Prisma.PostTranslationUpdatetocInput | runtime.InputJsonValue[];
|
|
552
|
-
readTime?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
553
|
-
wordCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
554
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
555
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
556
|
-
text1?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
557
|
-
text2?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
558
|
-
text3?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
559
|
-
text4?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
560
|
-
text5?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
561
|
-
text6?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
562
|
-
text7?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
563
|
-
text8?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
564
|
-
text9?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
565
|
-
text10?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
566
|
-
data1?: Prisma.PostTranslationUpdatedata1Input | runtime.InputJsonValue[];
|
|
567
|
-
data2?: Prisma.PostTranslationUpdatedata2Input | runtime.InputJsonValue[];
|
|
568
|
-
data3?: Prisma.PostTranslationUpdatedata3Input | runtime.InputJsonValue[];
|
|
569
|
-
data4?: Prisma.PostTranslationUpdatedata4Input | runtime.InputJsonValue[];
|
|
570
|
-
post?: Prisma.PostUpdateOneRequiredWithoutTranslationsNestedInput;
|
|
571
|
-
};
|
|
572
|
-
export type PostTranslationUncheckedUpdateInput = {
|
|
573
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
574
|
-
locale?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
575
|
-
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
576
|
-
subtitle?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
577
|
-
summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
578
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
579
|
-
content?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
580
|
-
externalLinks?: Prisma.PostTranslationUpdateexternalLinksInput | runtime.InputJsonValue[];
|
|
581
|
-
faq?: Prisma.PostTranslationUpdatefaqInput | runtime.InputJsonValue[];
|
|
582
|
-
toc?: Prisma.PostTranslationUpdatetocInput | runtime.InputJsonValue[];
|
|
583
|
-
readTime?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
584
|
-
wordCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
585
|
-
postId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
586
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
587
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
588
|
-
text1?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
589
|
-
text2?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
590
|
-
text3?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
591
|
-
text4?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
592
|
-
text5?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
593
|
-
text6?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
594
|
-
text7?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
595
|
-
text8?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
596
|
-
text9?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
597
|
-
text10?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
598
|
-
data1?: Prisma.PostTranslationUpdatedata1Input | runtime.InputJsonValue[];
|
|
599
|
-
data2?: Prisma.PostTranslationUpdatedata2Input | runtime.InputJsonValue[];
|
|
600
|
-
data3?: Prisma.PostTranslationUpdatedata3Input | runtime.InputJsonValue[];
|
|
601
|
-
data4?: Prisma.PostTranslationUpdatedata4Input | runtime.InputJsonValue[];
|
|
602
|
-
};
|
|
603
|
-
export type PostTranslationCreateManyInput = {
|
|
604
|
-
id?: string;
|
|
605
|
-
locale: string;
|
|
606
|
-
title?: string | null;
|
|
607
|
-
subtitle?: string | null;
|
|
608
|
-
summary?: string | null;
|
|
609
|
-
description?: string | null;
|
|
610
|
-
content?: string | null;
|
|
611
|
-
externalLinks?: Prisma.PostTranslationCreateexternalLinksInput | runtime.InputJsonValue[];
|
|
612
|
-
faq?: Prisma.PostTranslationCreatefaqInput | runtime.InputJsonValue[];
|
|
613
|
-
toc?: Prisma.PostTranslationCreatetocInput | runtime.InputJsonValue[];
|
|
614
|
-
readTime?: number | null;
|
|
615
|
-
wordCount?: number;
|
|
616
|
-
postId: string;
|
|
617
|
-
createdAt?: Date | string;
|
|
618
|
-
updatedAt?: Date | string;
|
|
619
|
-
text1?: string | null;
|
|
620
|
-
text2?: string | null;
|
|
621
|
-
text3?: string | null;
|
|
622
|
-
text4?: string | null;
|
|
623
|
-
text5?: string | null;
|
|
624
|
-
text6?: string | null;
|
|
625
|
-
text7?: string | null;
|
|
626
|
-
text8?: string | null;
|
|
627
|
-
text9?: string | null;
|
|
628
|
-
text10?: string | null;
|
|
629
|
-
data1?: Prisma.PostTranslationCreatedata1Input | runtime.InputJsonValue[];
|
|
630
|
-
data2?: Prisma.PostTranslationCreatedata2Input | runtime.InputJsonValue[];
|
|
631
|
-
data3?: Prisma.PostTranslationCreatedata3Input | runtime.InputJsonValue[];
|
|
632
|
-
data4?: Prisma.PostTranslationCreatedata4Input | runtime.InputJsonValue[];
|
|
633
|
-
};
|
|
634
|
-
export type PostTranslationUpdateManyMutationInput = {
|
|
635
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
636
|
-
locale?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
637
|
-
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
638
|
-
subtitle?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
639
|
-
summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
640
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
641
|
-
content?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
642
|
-
externalLinks?: Prisma.PostTranslationUpdateexternalLinksInput | runtime.InputJsonValue[];
|
|
643
|
-
faq?: Prisma.PostTranslationUpdatefaqInput | runtime.InputJsonValue[];
|
|
644
|
-
toc?: Prisma.PostTranslationUpdatetocInput | runtime.InputJsonValue[];
|
|
645
|
-
readTime?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
646
|
-
wordCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
647
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
648
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
649
|
-
text1?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
650
|
-
text2?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
651
|
-
text3?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
652
|
-
text4?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
653
|
-
text5?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
654
|
-
text6?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
655
|
-
text7?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
656
|
-
text8?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
657
|
-
text9?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
658
|
-
text10?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
659
|
-
data1?: Prisma.PostTranslationUpdatedata1Input | runtime.InputJsonValue[];
|
|
660
|
-
data2?: Prisma.PostTranslationUpdatedata2Input | runtime.InputJsonValue[];
|
|
661
|
-
data3?: Prisma.PostTranslationUpdatedata3Input | runtime.InputJsonValue[];
|
|
662
|
-
data4?: Prisma.PostTranslationUpdatedata4Input | runtime.InputJsonValue[];
|
|
663
|
-
};
|
|
664
|
-
export type PostTranslationUncheckedUpdateManyInput = {
|
|
665
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
666
|
-
locale?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
667
|
-
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
668
|
-
subtitle?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
669
|
-
summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
670
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
671
|
-
content?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
672
|
-
externalLinks?: Prisma.PostTranslationUpdateexternalLinksInput | runtime.InputJsonValue[];
|
|
673
|
-
faq?: Prisma.PostTranslationUpdatefaqInput | runtime.InputJsonValue[];
|
|
674
|
-
toc?: Prisma.PostTranslationUpdatetocInput | runtime.InputJsonValue[];
|
|
675
|
-
readTime?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
676
|
-
wordCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
677
|
-
postId?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
678
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
679
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
680
|
-
text1?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
681
|
-
text2?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
682
|
-
text3?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
683
|
-
text4?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
684
|
-
text5?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
685
|
-
text6?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
686
|
-
text7?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
687
|
-
text8?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
688
|
-
text9?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
689
|
-
text10?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
690
|
-
data1?: Prisma.PostTranslationUpdatedata1Input | runtime.InputJsonValue[];
|
|
691
|
-
data2?: Prisma.PostTranslationUpdatedata2Input | runtime.InputJsonValue[];
|
|
692
|
-
data3?: Prisma.PostTranslationUpdatedata3Input | runtime.InputJsonValue[];
|
|
693
|
-
data4?: Prisma.PostTranslationUpdatedata4Input | runtime.InputJsonValue[];
|
|
694
|
-
};
|
|
695
|
-
export type PostTranslationListRelationFilter = {
|
|
696
|
-
every?: Prisma.PostTranslationWhereInput;
|
|
697
|
-
some?: Prisma.PostTranslationWhereInput;
|
|
698
|
-
none?: Prisma.PostTranslationWhereInput;
|
|
699
|
-
};
|
|
700
|
-
export type PostTranslationOrderByRelationAggregateInput = {
|
|
701
|
-
_count?: Prisma.SortOrder;
|
|
702
|
-
};
|
|
703
|
-
export type PostTranslationPostIdLocaleCompoundUniqueInput = {
|
|
704
|
-
postId: string;
|
|
705
|
-
locale: string;
|
|
706
|
-
};
|
|
707
|
-
export type PostTranslationCountOrderByAggregateInput = {
|
|
708
|
-
id?: Prisma.SortOrder;
|
|
709
|
-
locale?: Prisma.SortOrder;
|
|
710
|
-
title?: Prisma.SortOrder;
|
|
711
|
-
subtitle?: Prisma.SortOrder;
|
|
712
|
-
summary?: Prisma.SortOrder;
|
|
713
|
-
description?: Prisma.SortOrder;
|
|
714
|
-
content?: Prisma.SortOrder;
|
|
715
|
-
externalLinks?: Prisma.SortOrder;
|
|
716
|
-
faq?: Prisma.SortOrder;
|
|
717
|
-
toc?: Prisma.SortOrder;
|
|
718
|
-
readTime?: Prisma.SortOrder;
|
|
719
|
-
wordCount?: Prisma.SortOrder;
|
|
720
|
-
postId?: Prisma.SortOrder;
|
|
721
|
-
createdAt?: Prisma.SortOrder;
|
|
722
|
-
updatedAt?: Prisma.SortOrder;
|
|
723
|
-
text1?: Prisma.SortOrder;
|
|
724
|
-
text2?: Prisma.SortOrder;
|
|
725
|
-
text3?: Prisma.SortOrder;
|
|
726
|
-
text4?: Prisma.SortOrder;
|
|
727
|
-
text5?: Prisma.SortOrder;
|
|
728
|
-
text6?: Prisma.SortOrder;
|
|
729
|
-
text7?: Prisma.SortOrder;
|
|
730
|
-
text8?: Prisma.SortOrder;
|
|
731
|
-
text9?: Prisma.SortOrder;
|
|
732
|
-
text10?: Prisma.SortOrder;
|
|
733
|
-
data1?: Prisma.SortOrder;
|
|
734
|
-
data2?: Prisma.SortOrder;
|
|
735
|
-
data3?: Prisma.SortOrder;
|
|
736
|
-
data4?: Prisma.SortOrder;
|
|
737
|
-
};
|
|
738
|
-
export type PostTranslationAvgOrderByAggregateInput = {
|
|
739
|
-
readTime?: Prisma.SortOrder;
|
|
740
|
-
wordCount?: Prisma.SortOrder;
|
|
741
|
-
};
|
|
742
|
-
export type PostTranslationMaxOrderByAggregateInput = {
|
|
743
|
-
id?: Prisma.SortOrder;
|
|
744
|
-
locale?: Prisma.SortOrder;
|
|
745
|
-
title?: Prisma.SortOrder;
|
|
746
|
-
subtitle?: Prisma.SortOrder;
|
|
747
|
-
summary?: Prisma.SortOrder;
|
|
748
|
-
description?: Prisma.SortOrder;
|
|
749
|
-
content?: Prisma.SortOrder;
|
|
750
|
-
readTime?: Prisma.SortOrder;
|
|
751
|
-
wordCount?: Prisma.SortOrder;
|
|
752
|
-
postId?: Prisma.SortOrder;
|
|
753
|
-
createdAt?: Prisma.SortOrder;
|
|
754
|
-
updatedAt?: Prisma.SortOrder;
|
|
755
|
-
text1?: Prisma.SortOrder;
|
|
756
|
-
text2?: Prisma.SortOrder;
|
|
757
|
-
text3?: Prisma.SortOrder;
|
|
758
|
-
text4?: Prisma.SortOrder;
|
|
759
|
-
text5?: Prisma.SortOrder;
|
|
760
|
-
text6?: Prisma.SortOrder;
|
|
761
|
-
text7?: Prisma.SortOrder;
|
|
762
|
-
text8?: Prisma.SortOrder;
|
|
763
|
-
text9?: Prisma.SortOrder;
|
|
764
|
-
text10?: Prisma.SortOrder;
|
|
765
|
-
};
|
|
766
|
-
export type PostTranslationMinOrderByAggregateInput = {
|
|
767
|
-
id?: Prisma.SortOrder;
|
|
768
|
-
locale?: Prisma.SortOrder;
|
|
769
|
-
title?: Prisma.SortOrder;
|
|
770
|
-
subtitle?: Prisma.SortOrder;
|
|
771
|
-
summary?: Prisma.SortOrder;
|
|
772
|
-
description?: Prisma.SortOrder;
|
|
773
|
-
content?: Prisma.SortOrder;
|
|
774
|
-
readTime?: Prisma.SortOrder;
|
|
775
|
-
wordCount?: Prisma.SortOrder;
|
|
776
|
-
postId?: Prisma.SortOrder;
|
|
777
|
-
createdAt?: Prisma.SortOrder;
|
|
778
|
-
updatedAt?: Prisma.SortOrder;
|
|
779
|
-
text1?: Prisma.SortOrder;
|
|
780
|
-
text2?: Prisma.SortOrder;
|
|
781
|
-
text3?: Prisma.SortOrder;
|
|
782
|
-
text4?: Prisma.SortOrder;
|
|
783
|
-
text5?: Prisma.SortOrder;
|
|
784
|
-
text6?: Prisma.SortOrder;
|
|
785
|
-
text7?: Prisma.SortOrder;
|
|
786
|
-
text8?: Prisma.SortOrder;
|
|
787
|
-
text9?: Prisma.SortOrder;
|
|
788
|
-
text10?: Prisma.SortOrder;
|
|
789
|
-
};
|
|
790
|
-
export type PostTranslationSumOrderByAggregateInput = {
|
|
791
|
-
readTime?: Prisma.SortOrder;
|
|
792
|
-
wordCount?: Prisma.SortOrder;
|
|
793
|
-
};
|
|
794
|
-
export type PostTranslationCreateNestedManyWithoutPostInput = {
|
|
795
|
-
create?: Prisma.XOR<Prisma.PostTranslationCreateWithoutPostInput, Prisma.PostTranslationUncheckedCreateWithoutPostInput> | Prisma.PostTranslationCreateWithoutPostInput[] | Prisma.PostTranslationUncheckedCreateWithoutPostInput[];
|
|
796
|
-
connectOrCreate?: Prisma.PostTranslationCreateOrConnectWithoutPostInput | Prisma.PostTranslationCreateOrConnectWithoutPostInput[];
|
|
797
|
-
createMany?: Prisma.PostTranslationCreateManyPostInputEnvelope;
|
|
798
|
-
connect?: Prisma.PostTranslationWhereUniqueInput | Prisma.PostTranslationWhereUniqueInput[];
|
|
799
|
-
};
|
|
800
|
-
export type PostTranslationUncheckedCreateNestedManyWithoutPostInput = {
|
|
801
|
-
create?: Prisma.XOR<Prisma.PostTranslationCreateWithoutPostInput, Prisma.PostTranslationUncheckedCreateWithoutPostInput> | Prisma.PostTranslationCreateWithoutPostInput[] | Prisma.PostTranslationUncheckedCreateWithoutPostInput[];
|
|
802
|
-
connectOrCreate?: Prisma.PostTranslationCreateOrConnectWithoutPostInput | Prisma.PostTranslationCreateOrConnectWithoutPostInput[];
|
|
803
|
-
createMany?: Prisma.PostTranslationCreateManyPostInputEnvelope;
|
|
804
|
-
connect?: Prisma.PostTranslationWhereUniqueInput | Prisma.PostTranslationWhereUniqueInput[];
|
|
805
|
-
};
|
|
806
|
-
export type PostTranslationUpdateManyWithoutPostNestedInput = {
|
|
807
|
-
create?: Prisma.XOR<Prisma.PostTranslationCreateWithoutPostInput, Prisma.PostTranslationUncheckedCreateWithoutPostInput> | Prisma.PostTranslationCreateWithoutPostInput[] | Prisma.PostTranslationUncheckedCreateWithoutPostInput[];
|
|
808
|
-
connectOrCreate?: Prisma.PostTranslationCreateOrConnectWithoutPostInput | Prisma.PostTranslationCreateOrConnectWithoutPostInput[];
|
|
809
|
-
upsert?: Prisma.PostTranslationUpsertWithWhereUniqueWithoutPostInput | Prisma.PostTranslationUpsertWithWhereUniqueWithoutPostInput[];
|
|
810
|
-
createMany?: Prisma.PostTranslationCreateManyPostInputEnvelope;
|
|
811
|
-
set?: Prisma.PostTranslationWhereUniqueInput | Prisma.PostTranslationWhereUniqueInput[];
|
|
812
|
-
disconnect?: Prisma.PostTranslationWhereUniqueInput | Prisma.PostTranslationWhereUniqueInput[];
|
|
813
|
-
delete?: Prisma.PostTranslationWhereUniqueInput | Prisma.PostTranslationWhereUniqueInput[];
|
|
814
|
-
connect?: Prisma.PostTranslationWhereUniqueInput | Prisma.PostTranslationWhereUniqueInput[];
|
|
815
|
-
update?: Prisma.PostTranslationUpdateWithWhereUniqueWithoutPostInput | Prisma.PostTranslationUpdateWithWhereUniqueWithoutPostInput[];
|
|
816
|
-
updateMany?: Prisma.PostTranslationUpdateManyWithWhereWithoutPostInput | Prisma.PostTranslationUpdateManyWithWhereWithoutPostInput[];
|
|
817
|
-
deleteMany?: Prisma.PostTranslationScalarWhereInput | Prisma.PostTranslationScalarWhereInput[];
|
|
818
|
-
};
|
|
819
|
-
export type PostTranslationUncheckedUpdateManyWithoutPostNestedInput = {
|
|
820
|
-
create?: Prisma.XOR<Prisma.PostTranslationCreateWithoutPostInput, Prisma.PostTranslationUncheckedCreateWithoutPostInput> | Prisma.PostTranslationCreateWithoutPostInput[] | Prisma.PostTranslationUncheckedCreateWithoutPostInput[];
|
|
821
|
-
connectOrCreate?: Prisma.PostTranslationCreateOrConnectWithoutPostInput | Prisma.PostTranslationCreateOrConnectWithoutPostInput[];
|
|
822
|
-
upsert?: Prisma.PostTranslationUpsertWithWhereUniqueWithoutPostInput | Prisma.PostTranslationUpsertWithWhereUniqueWithoutPostInput[];
|
|
823
|
-
createMany?: Prisma.PostTranslationCreateManyPostInputEnvelope;
|
|
824
|
-
set?: Prisma.PostTranslationWhereUniqueInput | Prisma.PostTranslationWhereUniqueInput[];
|
|
825
|
-
disconnect?: Prisma.PostTranslationWhereUniqueInput | Prisma.PostTranslationWhereUniqueInput[];
|
|
826
|
-
delete?: Prisma.PostTranslationWhereUniqueInput | Prisma.PostTranslationWhereUniqueInput[];
|
|
827
|
-
connect?: Prisma.PostTranslationWhereUniqueInput | Prisma.PostTranslationWhereUniqueInput[];
|
|
828
|
-
update?: Prisma.PostTranslationUpdateWithWhereUniqueWithoutPostInput | Prisma.PostTranslationUpdateWithWhereUniqueWithoutPostInput[];
|
|
829
|
-
updateMany?: Prisma.PostTranslationUpdateManyWithWhereWithoutPostInput | Prisma.PostTranslationUpdateManyWithWhereWithoutPostInput[];
|
|
830
|
-
deleteMany?: Prisma.PostTranslationScalarWhereInput | Prisma.PostTranslationScalarWhereInput[];
|
|
831
|
-
};
|
|
832
|
-
export type PostTranslationCreateexternalLinksInput = {
|
|
833
|
-
set: runtime.InputJsonValue[];
|
|
834
|
-
};
|
|
835
|
-
export type PostTranslationCreatefaqInput = {
|
|
836
|
-
set: runtime.InputJsonValue[];
|
|
837
|
-
};
|
|
838
|
-
export type PostTranslationCreatetocInput = {
|
|
839
|
-
set: runtime.InputJsonValue[];
|
|
840
|
-
};
|
|
841
|
-
export type PostTranslationCreatedata1Input = {
|
|
842
|
-
set: runtime.InputJsonValue[];
|
|
843
|
-
};
|
|
844
|
-
export type PostTranslationCreatedata2Input = {
|
|
845
|
-
set: runtime.InputJsonValue[];
|
|
846
|
-
};
|
|
847
|
-
export type PostTranslationCreatedata3Input = {
|
|
848
|
-
set: runtime.InputJsonValue[];
|
|
849
|
-
};
|
|
850
|
-
export type PostTranslationCreatedata4Input = {
|
|
851
|
-
set: runtime.InputJsonValue[];
|
|
852
|
-
};
|
|
853
|
-
export type PostTranslationUpdateexternalLinksInput = {
|
|
854
|
-
set?: runtime.InputJsonValue[];
|
|
855
|
-
push?: runtime.InputJsonValue | runtime.InputJsonValue[];
|
|
856
|
-
};
|
|
857
|
-
export type PostTranslationUpdatefaqInput = {
|
|
858
|
-
set?: runtime.InputJsonValue[];
|
|
859
|
-
push?: runtime.InputJsonValue | runtime.InputJsonValue[];
|
|
860
|
-
};
|
|
861
|
-
export type PostTranslationUpdatetocInput = {
|
|
862
|
-
set?: runtime.InputJsonValue[];
|
|
863
|
-
push?: runtime.InputJsonValue | runtime.InputJsonValue[];
|
|
864
|
-
};
|
|
865
|
-
export type PostTranslationUpdatedata1Input = {
|
|
866
|
-
set?: runtime.InputJsonValue[];
|
|
867
|
-
push?: runtime.InputJsonValue | runtime.InputJsonValue[];
|
|
868
|
-
};
|
|
869
|
-
export type PostTranslationUpdatedata2Input = {
|
|
870
|
-
set?: runtime.InputJsonValue[];
|
|
871
|
-
push?: runtime.InputJsonValue | runtime.InputJsonValue[];
|
|
872
|
-
};
|
|
873
|
-
export type PostTranslationUpdatedata3Input = {
|
|
874
|
-
set?: runtime.InputJsonValue[];
|
|
875
|
-
push?: runtime.InputJsonValue | runtime.InputJsonValue[];
|
|
876
|
-
};
|
|
877
|
-
export type PostTranslationUpdatedata4Input = {
|
|
878
|
-
set?: runtime.InputJsonValue[];
|
|
879
|
-
push?: runtime.InputJsonValue | runtime.InputJsonValue[];
|
|
880
|
-
};
|
|
881
|
-
export type PostTranslationCreateWithoutPostInput = {
|
|
882
|
-
id?: string;
|
|
883
|
-
locale: string;
|
|
884
|
-
title?: string | null;
|
|
885
|
-
subtitle?: string | null;
|
|
886
|
-
summary?: string | null;
|
|
887
|
-
description?: string | null;
|
|
888
|
-
content?: string | null;
|
|
889
|
-
externalLinks?: Prisma.PostTranslationCreateexternalLinksInput | runtime.InputJsonValue[];
|
|
890
|
-
faq?: Prisma.PostTranslationCreatefaqInput | runtime.InputJsonValue[];
|
|
891
|
-
toc?: Prisma.PostTranslationCreatetocInput | runtime.InputJsonValue[];
|
|
892
|
-
readTime?: number | null;
|
|
893
|
-
wordCount?: number;
|
|
894
|
-
createdAt?: Date | string;
|
|
895
|
-
updatedAt?: Date | string;
|
|
896
|
-
text1?: string | null;
|
|
897
|
-
text2?: string | null;
|
|
898
|
-
text3?: string | null;
|
|
899
|
-
text4?: string | null;
|
|
900
|
-
text5?: string | null;
|
|
901
|
-
text6?: string | null;
|
|
902
|
-
text7?: string | null;
|
|
903
|
-
text8?: string | null;
|
|
904
|
-
text9?: string | null;
|
|
905
|
-
text10?: string | null;
|
|
906
|
-
data1?: Prisma.PostTranslationCreatedata1Input | runtime.InputJsonValue[];
|
|
907
|
-
data2?: Prisma.PostTranslationCreatedata2Input | runtime.InputJsonValue[];
|
|
908
|
-
data3?: Prisma.PostTranslationCreatedata3Input | runtime.InputJsonValue[];
|
|
909
|
-
data4?: Prisma.PostTranslationCreatedata4Input | runtime.InputJsonValue[];
|
|
910
|
-
};
|
|
911
|
-
export type PostTranslationUncheckedCreateWithoutPostInput = {
|
|
912
|
-
id?: string;
|
|
913
|
-
locale: string;
|
|
914
|
-
title?: string | null;
|
|
915
|
-
subtitle?: string | null;
|
|
916
|
-
summary?: string | null;
|
|
917
|
-
description?: string | null;
|
|
918
|
-
content?: string | null;
|
|
919
|
-
externalLinks?: Prisma.PostTranslationCreateexternalLinksInput | runtime.InputJsonValue[];
|
|
920
|
-
faq?: Prisma.PostTranslationCreatefaqInput | runtime.InputJsonValue[];
|
|
921
|
-
toc?: Prisma.PostTranslationCreatetocInput | runtime.InputJsonValue[];
|
|
922
|
-
readTime?: number | null;
|
|
923
|
-
wordCount?: number;
|
|
924
|
-
createdAt?: Date | string;
|
|
925
|
-
updatedAt?: Date | string;
|
|
926
|
-
text1?: string | null;
|
|
927
|
-
text2?: string | null;
|
|
928
|
-
text3?: string | null;
|
|
929
|
-
text4?: string | null;
|
|
930
|
-
text5?: string | null;
|
|
931
|
-
text6?: string | null;
|
|
932
|
-
text7?: string | null;
|
|
933
|
-
text8?: string | null;
|
|
934
|
-
text9?: string | null;
|
|
935
|
-
text10?: string | null;
|
|
936
|
-
data1?: Prisma.PostTranslationCreatedata1Input | runtime.InputJsonValue[];
|
|
937
|
-
data2?: Prisma.PostTranslationCreatedata2Input | runtime.InputJsonValue[];
|
|
938
|
-
data3?: Prisma.PostTranslationCreatedata3Input | runtime.InputJsonValue[];
|
|
939
|
-
data4?: Prisma.PostTranslationCreatedata4Input | runtime.InputJsonValue[];
|
|
940
|
-
};
|
|
941
|
-
export type PostTranslationCreateOrConnectWithoutPostInput = {
|
|
942
|
-
where: Prisma.PostTranslationWhereUniqueInput;
|
|
943
|
-
create: Prisma.XOR<Prisma.PostTranslationCreateWithoutPostInput, Prisma.PostTranslationUncheckedCreateWithoutPostInput>;
|
|
944
|
-
};
|
|
945
|
-
export type PostTranslationCreateManyPostInputEnvelope = {
|
|
946
|
-
data: Prisma.PostTranslationCreateManyPostInput | Prisma.PostTranslationCreateManyPostInput[];
|
|
947
|
-
skipDuplicates?: boolean;
|
|
948
|
-
};
|
|
949
|
-
export type PostTranslationUpsertWithWhereUniqueWithoutPostInput = {
|
|
950
|
-
where: Prisma.PostTranslationWhereUniqueInput;
|
|
951
|
-
update: Prisma.XOR<Prisma.PostTranslationUpdateWithoutPostInput, Prisma.PostTranslationUncheckedUpdateWithoutPostInput>;
|
|
952
|
-
create: Prisma.XOR<Prisma.PostTranslationCreateWithoutPostInput, Prisma.PostTranslationUncheckedCreateWithoutPostInput>;
|
|
953
|
-
};
|
|
954
|
-
export type PostTranslationUpdateWithWhereUniqueWithoutPostInput = {
|
|
955
|
-
where: Prisma.PostTranslationWhereUniqueInput;
|
|
956
|
-
data: Prisma.XOR<Prisma.PostTranslationUpdateWithoutPostInput, Prisma.PostTranslationUncheckedUpdateWithoutPostInput>;
|
|
957
|
-
};
|
|
958
|
-
export type PostTranslationUpdateManyWithWhereWithoutPostInput = {
|
|
959
|
-
where: Prisma.PostTranslationScalarWhereInput;
|
|
960
|
-
data: Prisma.XOR<Prisma.PostTranslationUpdateManyMutationInput, Prisma.PostTranslationUncheckedUpdateManyWithoutPostInput>;
|
|
961
|
-
};
|
|
962
|
-
export type PostTranslationScalarWhereInput = {
|
|
963
|
-
AND?: Prisma.PostTranslationScalarWhereInput | Prisma.PostTranslationScalarWhereInput[];
|
|
964
|
-
OR?: Prisma.PostTranslationScalarWhereInput[];
|
|
965
|
-
NOT?: Prisma.PostTranslationScalarWhereInput | Prisma.PostTranslationScalarWhereInput[];
|
|
966
|
-
id?: Prisma.StringFilter<"PostTranslation"> | string;
|
|
967
|
-
locale?: Prisma.StringFilter<"PostTranslation"> | string;
|
|
968
|
-
title?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
969
|
-
subtitle?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
970
|
-
summary?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
971
|
-
description?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
972
|
-
content?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
973
|
-
externalLinks?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
974
|
-
faq?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
975
|
-
toc?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
976
|
-
readTime?: Prisma.IntNullableFilter<"PostTranslation"> | number | null;
|
|
977
|
-
wordCount?: Prisma.IntFilter<"PostTranslation"> | number;
|
|
978
|
-
postId?: Prisma.StringFilter<"PostTranslation"> | string;
|
|
979
|
-
createdAt?: Prisma.DateTimeFilter<"PostTranslation"> | Date | string;
|
|
980
|
-
updatedAt?: Prisma.DateTimeFilter<"PostTranslation"> | Date | string;
|
|
981
|
-
text1?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
982
|
-
text2?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
983
|
-
text3?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
984
|
-
text4?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
985
|
-
text5?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
986
|
-
text6?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
987
|
-
text7?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
988
|
-
text8?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
989
|
-
text9?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
990
|
-
text10?: Prisma.StringNullableFilter<"PostTranslation"> | string | null;
|
|
991
|
-
data1?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
992
|
-
data2?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
993
|
-
data3?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
994
|
-
data4?: Prisma.JsonNullableListFilter<"PostTranslation">;
|
|
995
|
-
};
|
|
996
|
-
export type PostTranslationCreateManyPostInput = {
|
|
997
|
-
id?: string;
|
|
998
|
-
locale: string;
|
|
999
|
-
title?: string | null;
|
|
1000
|
-
subtitle?: string | null;
|
|
1001
|
-
summary?: string | null;
|
|
1002
|
-
description?: string | null;
|
|
1003
|
-
content?: string | null;
|
|
1004
|
-
externalLinks?: Prisma.PostTranslationCreateexternalLinksInput | runtime.InputJsonValue[];
|
|
1005
|
-
faq?: Prisma.PostTranslationCreatefaqInput | runtime.InputJsonValue[];
|
|
1006
|
-
toc?: Prisma.PostTranslationCreatetocInput | runtime.InputJsonValue[];
|
|
1007
|
-
readTime?: number | null;
|
|
1008
|
-
wordCount?: number;
|
|
1009
|
-
createdAt?: Date | string;
|
|
1010
|
-
updatedAt?: Date | string;
|
|
1011
|
-
text1?: string | null;
|
|
1012
|
-
text2?: string | null;
|
|
1013
|
-
text3?: string | null;
|
|
1014
|
-
text4?: string | null;
|
|
1015
|
-
text5?: string | null;
|
|
1016
|
-
text6?: string | null;
|
|
1017
|
-
text7?: string | null;
|
|
1018
|
-
text8?: string | null;
|
|
1019
|
-
text9?: string | null;
|
|
1020
|
-
text10?: string | null;
|
|
1021
|
-
data1?: Prisma.PostTranslationCreatedata1Input | runtime.InputJsonValue[];
|
|
1022
|
-
data2?: Prisma.PostTranslationCreatedata2Input | runtime.InputJsonValue[];
|
|
1023
|
-
data3?: Prisma.PostTranslationCreatedata3Input | runtime.InputJsonValue[];
|
|
1024
|
-
data4?: Prisma.PostTranslationCreatedata4Input | runtime.InputJsonValue[];
|
|
1025
|
-
};
|
|
1026
|
-
export type PostTranslationUpdateWithoutPostInput = {
|
|
1027
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1028
|
-
locale?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1029
|
-
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1030
|
-
subtitle?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1031
|
-
summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1032
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1033
|
-
content?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1034
|
-
externalLinks?: Prisma.PostTranslationUpdateexternalLinksInput | runtime.InputJsonValue[];
|
|
1035
|
-
faq?: Prisma.PostTranslationUpdatefaqInput | runtime.InputJsonValue[];
|
|
1036
|
-
toc?: Prisma.PostTranslationUpdatetocInput | runtime.InputJsonValue[];
|
|
1037
|
-
readTime?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
1038
|
-
wordCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1039
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1040
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1041
|
-
text1?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1042
|
-
text2?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1043
|
-
text3?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1044
|
-
text4?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1045
|
-
text5?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1046
|
-
text6?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1047
|
-
text7?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1048
|
-
text8?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1049
|
-
text9?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1050
|
-
text10?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1051
|
-
data1?: Prisma.PostTranslationUpdatedata1Input | runtime.InputJsonValue[];
|
|
1052
|
-
data2?: Prisma.PostTranslationUpdatedata2Input | runtime.InputJsonValue[];
|
|
1053
|
-
data3?: Prisma.PostTranslationUpdatedata3Input | runtime.InputJsonValue[];
|
|
1054
|
-
data4?: Prisma.PostTranslationUpdatedata4Input | runtime.InputJsonValue[];
|
|
1055
|
-
};
|
|
1056
|
-
export type PostTranslationUncheckedUpdateWithoutPostInput = {
|
|
1057
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1058
|
-
locale?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1059
|
-
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1060
|
-
subtitle?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1061
|
-
summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1062
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1063
|
-
content?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1064
|
-
externalLinks?: Prisma.PostTranslationUpdateexternalLinksInput | runtime.InputJsonValue[];
|
|
1065
|
-
faq?: Prisma.PostTranslationUpdatefaqInput | runtime.InputJsonValue[];
|
|
1066
|
-
toc?: Prisma.PostTranslationUpdatetocInput | runtime.InputJsonValue[];
|
|
1067
|
-
readTime?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
1068
|
-
wordCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1069
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1070
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1071
|
-
text1?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1072
|
-
text2?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1073
|
-
text3?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1074
|
-
text4?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1075
|
-
text5?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1076
|
-
text6?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1077
|
-
text7?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1078
|
-
text8?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1079
|
-
text9?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1080
|
-
text10?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1081
|
-
data1?: Prisma.PostTranslationUpdatedata1Input | runtime.InputJsonValue[];
|
|
1082
|
-
data2?: Prisma.PostTranslationUpdatedata2Input | runtime.InputJsonValue[];
|
|
1083
|
-
data3?: Prisma.PostTranslationUpdatedata3Input | runtime.InputJsonValue[];
|
|
1084
|
-
data4?: Prisma.PostTranslationUpdatedata4Input | runtime.InputJsonValue[];
|
|
1085
|
-
};
|
|
1086
|
-
export type PostTranslationUncheckedUpdateManyWithoutPostInput = {
|
|
1087
|
-
id?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1088
|
-
locale?: Prisma.StringFieldUpdateOperationsInput | string;
|
|
1089
|
-
title?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1090
|
-
subtitle?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1091
|
-
summary?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1092
|
-
description?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1093
|
-
content?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1094
|
-
externalLinks?: Prisma.PostTranslationUpdateexternalLinksInput | runtime.InputJsonValue[];
|
|
1095
|
-
faq?: Prisma.PostTranslationUpdatefaqInput | runtime.InputJsonValue[];
|
|
1096
|
-
toc?: Prisma.PostTranslationUpdatetocInput | runtime.InputJsonValue[];
|
|
1097
|
-
readTime?: Prisma.NullableIntFieldUpdateOperationsInput | number | null;
|
|
1098
|
-
wordCount?: Prisma.IntFieldUpdateOperationsInput | number;
|
|
1099
|
-
createdAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1100
|
-
updatedAt?: Prisma.DateTimeFieldUpdateOperationsInput | Date | string;
|
|
1101
|
-
text1?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1102
|
-
text2?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1103
|
-
text3?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1104
|
-
text4?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1105
|
-
text5?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1106
|
-
text6?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1107
|
-
text7?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1108
|
-
text8?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1109
|
-
text9?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1110
|
-
text10?: Prisma.NullableStringFieldUpdateOperationsInput | string | null;
|
|
1111
|
-
data1?: Prisma.PostTranslationUpdatedata1Input | runtime.InputJsonValue[];
|
|
1112
|
-
data2?: Prisma.PostTranslationUpdatedata2Input | runtime.InputJsonValue[];
|
|
1113
|
-
data3?: Prisma.PostTranslationUpdatedata3Input | runtime.InputJsonValue[];
|
|
1114
|
-
data4?: Prisma.PostTranslationUpdatedata4Input | runtime.InputJsonValue[];
|
|
1115
|
-
};
|
|
1116
|
-
export type PostTranslationSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1117
|
-
id?: boolean;
|
|
1118
|
-
locale?: boolean;
|
|
1119
|
-
title?: boolean;
|
|
1120
|
-
subtitle?: boolean;
|
|
1121
|
-
summary?: boolean;
|
|
1122
|
-
description?: boolean;
|
|
1123
|
-
content?: boolean;
|
|
1124
|
-
externalLinks?: boolean;
|
|
1125
|
-
faq?: boolean;
|
|
1126
|
-
toc?: boolean;
|
|
1127
|
-
readTime?: boolean;
|
|
1128
|
-
wordCount?: boolean;
|
|
1129
|
-
postId?: boolean;
|
|
1130
|
-
createdAt?: boolean;
|
|
1131
|
-
updatedAt?: boolean;
|
|
1132
|
-
text1?: boolean;
|
|
1133
|
-
text2?: boolean;
|
|
1134
|
-
text3?: boolean;
|
|
1135
|
-
text4?: boolean;
|
|
1136
|
-
text5?: boolean;
|
|
1137
|
-
text6?: boolean;
|
|
1138
|
-
text7?: boolean;
|
|
1139
|
-
text8?: boolean;
|
|
1140
|
-
text9?: boolean;
|
|
1141
|
-
text10?: boolean;
|
|
1142
|
-
data1?: boolean;
|
|
1143
|
-
data2?: boolean;
|
|
1144
|
-
data3?: boolean;
|
|
1145
|
-
data4?: boolean;
|
|
1146
|
-
post?: boolean | Prisma.PostDefaultArgs<ExtArgs>;
|
|
1147
|
-
}, ExtArgs["result"]["postTranslation"]>;
|
|
1148
|
-
export type PostTranslationSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1149
|
-
id?: boolean;
|
|
1150
|
-
locale?: boolean;
|
|
1151
|
-
title?: boolean;
|
|
1152
|
-
subtitle?: boolean;
|
|
1153
|
-
summary?: boolean;
|
|
1154
|
-
description?: boolean;
|
|
1155
|
-
content?: boolean;
|
|
1156
|
-
externalLinks?: boolean;
|
|
1157
|
-
faq?: boolean;
|
|
1158
|
-
toc?: boolean;
|
|
1159
|
-
readTime?: boolean;
|
|
1160
|
-
wordCount?: boolean;
|
|
1161
|
-
postId?: boolean;
|
|
1162
|
-
createdAt?: boolean;
|
|
1163
|
-
updatedAt?: boolean;
|
|
1164
|
-
text1?: boolean;
|
|
1165
|
-
text2?: boolean;
|
|
1166
|
-
text3?: boolean;
|
|
1167
|
-
text4?: boolean;
|
|
1168
|
-
text5?: boolean;
|
|
1169
|
-
text6?: boolean;
|
|
1170
|
-
text7?: boolean;
|
|
1171
|
-
text8?: boolean;
|
|
1172
|
-
text9?: boolean;
|
|
1173
|
-
text10?: boolean;
|
|
1174
|
-
data1?: boolean;
|
|
1175
|
-
data2?: boolean;
|
|
1176
|
-
data3?: boolean;
|
|
1177
|
-
data4?: boolean;
|
|
1178
|
-
post?: boolean | Prisma.PostDefaultArgs<ExtArgs>;
|
|
1179
|
-
}, ExtArgs["result"]["postTranslation"]>;
|
|
1180
|
-
export type PostTranslationSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
1181
|
-
id?: boolean;
|
|
1182
|
-
locale?: boolean;
|
|
1183
|
-
title?: boolean;
|
|
1184
|
-
subtitle?: boolean;
|
|
1185
|
-
summary?: boolean;
|
|
1186
|
-
description?: boolean;
|
|
1187
|
-
content?: boolean;
|
|
1188
|
-
externalLinks?: boolean;
|
|
1189
|
-
faq?: boolean;
|
|
1190
|
-
toc?: boolean;
|
|
1191
|
-
readTime?: boolean;
|
|
1192
|
-
wordCount?: boolean;
|
|
1193
|
-
postId?: boolean;
|
|
1194
|
-
createdAt?: boolean;
|
|
1195
|
-
updatedAt?: boolean;
|
|
1196
|
-
text1?: boolean;
|
|
1197
|
-
text2?: boolean;
|
|
1198
|
-
text3?: boolean;
|
|
1199
|
-
text4?: boolean;
|
|
1200
|
-
text5?: boolean;
|
|
1201
|
-
text6?: boolean;
|
|
1202
|
-
text7?: boolean;
|
|
1203
|
-
text8?: boolean;
|
|
1204
|
-
text9?: boolean;
|
|
1205
|
-
text10?: boolean;
|
|
1206
|
-
data1?: boolean;
|
|
1207
|
-
data2?: boolean;
|
|
1208
|
-
data3?: boolean;
|
|
1209
|
-
data4?: boolean;
|
|
1210
|
-
post?: boolean | Prisma.PostDefaultArgs<ExtArgs>;
|
|
1211
|
-
}, ExtArgs["result"]["postTranslation"]>;
|
|
1212
|
-
export type PostTranslationSelectScalar = {
|
|
1213
|
-
id?: boolean;
|
|
1214
|
-
locale?: boolean;
|
|
1215
|
-
title?: boolean;
|
|
1216
|
-
subtitle?: boolean;
|
|
1217
|
-
summary?: boolean;
|
|
1218
|
-
description?: boolean;
|
|
1219
|
-
content?: boolean;
|
|
1220
|
-
externalLinks?: boolean;
|
|
1221
|
-
faq?: boolean;
|
|
1222
|
-
toc?: boolean;
|
|
1223
|
-
readTime?: boolean;
|
|
1224
|
-
wordCount?: boolean;
|
|
1225
|
-
postId?: boolean;
|
|
1226
|
-
createdAt?: boolean;
|
|
1227
|
-
updatedAt?: boolean;
|
|
1228
|
-
text1?: boolean;
|
|
1229
|
-
text2?: boolean;
|
|
1230
|
-
text3?: boolean;
|
|
1231
|
-
text4?: boolean;
|
|
1232
|
-
text5?: boolean;
|
|
1233
|
-
text6?: boolean;
|
|
1234
|
-
text7?: boolean;
|
|
1235
|
-
text8?: boolean;
|
|
1236
|
-
text9?: boolean;
|
|
1237
|
-
text10?: boolean;
|
|
1238
|
-
data1?: boolean;
|
|
1239
|
-
data2?: boolean;
|
|
1240
|
-
data3?: boolean;
|
|
1241
|
-
data4?: boolean;
|
|
1242
|
-
};
|
|
1243
|
-
export type PostTranslationOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "locale" | "title" | "subtitle" | "summary" | "description" | "content" | "externalLinks" | "faq" | "toc" | "readTime" | "wordCount" | "postId" | "createdAt" | "updatedAt" | "text1" | "text2" | "text3" | "text4" | "text5" | "text6" | "text7" | "text8" | "text9" | "text10" | "data1" | "data2" | "data3" | "data4", ExtArgs["result"]["postTranslation"]>;
|
|
1244
|
-
export type PostTranslationInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1245
|
-
post?: boolean | Prisma.PostDefaultArgs<ExtArgs>;
|
|
1246
|
-
};
|
|
1247
|
-
export type PostTranslationIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1248
|
-
post?: boolean | Prisma.PostDefaultArgs<ExtArgs>;
|
|
1249
|
-
};
|
|
1250
|
-
export type PostTranslationIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1251
|
-
post?: boolean | Prisma.PostDefaultArgs<ExtArgs>;
|
|
1252
|
-
};
|
|
1253
|
-
export type $PostTranslationPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1254
|
-
name: "PostTranslation";
|
|
1255
|
-
objects: {
|
|
1256
|
-
post: Prisma.$PostPayload<ExtArgs>;
|
|
1257
|
-
};
|
|
1258
|
-
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
1259
|
-
id: string;
|
|
1260
|
-
locale: string;
|
|
1261
|
-
title: string | null;
|
|
1262
|
-
subtitle: string | null;
|
|
1263
|
-
summary: string | null;
|
|
1264
|
-
description: string | null;
|
|
1265
|
-
content: string | null;
|
|
1266
|
-
externalLinks: runtime.JsonValue[];
|
|
1267
|
-
faq: runtime.JsonValue[];
|
|
1268
|
-
toc: runtime.JsonValue[];
|
|
1269
|
-
readTime: number | null;
|
|
1270
|
-
wordCount: number;
|
|
1271
|
-
postId: string;
|
|
1272
|
-
createdAt: Date;
|
|
1273
|
-
updatedAt: Date;
|
|
1274
|
-
text1: string | null;
|
|
1275
|
-
text2: string | null;
|
|
1276
|
-
text3: string | null;
|
|
1277
|
-
text4: string | null;
|
|
1278
|
-
text5: string | null;
|
|
1279
|
-
text6: string | null;
|
|
1280
|
-
text7: string | null;
|
|
1281
|
-
text8: string | null;
|
|
1282
|
-
text9: string | null;
|
|
1283
|
-
text10: string | null;
|
|
1284
|
-
data1: runtime.JsonValue[];
|
|
1285
|
-
data2: runtime.JsonValue[];
|
|
1286
|
-
data3: runtime.JsonValue[];
|
|
1287
|
-
data4: runtime.JsonValue[];
|
|
1288
|
-
}, ExtArgs["result"]["postTranslation"]>;
|
|
1289
|
-
composites: {};
|
|
1290
|
-
};
|
|
1291
|
-
export type PostTranslationGetPayload<S extends boolean | null | undefined | PostTranslationDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$PostTranslationPayload, S>;
|
|
1292
|
-
export type PostTranslationCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = Omit<PostTranslationFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
1293
|
-
select?: PostTranslationCountAggregateInputType | true;
|
|
1294
|
-
};
|
|
1295
|
-
export interface PostTranslationDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
1296
|
-
[K: symbol]: {
|
|
1297
|
-
types: Prisma.TypeMap<ExtArgs>['model']['PostTranslation'];
|
|
1298
|
-
meta: {
|
|
1299
|
-
name: 'PostTranslation';
|
|
1300
|
-
};
|
|
1301
|
-
};
|
|
1302
|
-
/**
|
|
1303
|
-
* Find zero or one PostTranslation that matches the filter.
|
|
1304
|
-
* @param {PostTranslationFindUniqueArgs} args - Arguments to find a PostTranslation
|
|
1305
|
-
* @example
|
|
1306
|
-
* // Get one PostTranslation
|
|
1307
|
-
* const postTranslation = await prisma.postTranslation.findUnique({
|
|
1308
|
-
* where: {
|
|
1309
|
-
* // ... provide filter here
|
|
1310
|
-
* }
|
|
1311
|
-
* })
|
|
1312
|
-
*/
|
|
1313
|
-
findUnique<T extends PostTranslationFindUniqueArgs>(args: Prisma.SelectSubset<T, PostTranslationFindUniqueArgs<ExtArgs>>): Prisma.Prisma__PostTranslationClient<runtime.Types.Result.GetResult<Prisma.$PostTranslationPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1314
|
-
/**
|
|
1315
|
-
* Find one PostTranslation that matches the filter or throw an error with `error.code='P2025'`
|
|
1316
|
-
* if no matches were found.
|
|
1317
|
-
* @param {PostTranslationFindUniqueOrThrowArgs} args - Arguments to find a PostTranslation
|
|
1318
|
-
* @example
|
|
1319
|
-
* // Get one PostTranslation
|
|
1320
|
-
* const postTranslation = await prisma.postTranslation.findUniqueOrThrow({
|
|
1321
|
-
* where: {
|
|
1322
|
-
* // ... provide filter here
|
|
1323
|
-
* }
|
|
1324
|
-
* })
|
|
1325
|
-
*/
|
|
1326
|
-
findUniqueOrThrow<T extends PostTranslationFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, PostTranslationFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__PostTranslationClient<runtime.Types.Result.GetResult<Prisma.$PostTranslationPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1327
|
-
/**
|
|
1328
|
-
* Find the first PostTranslation that matches the filter.
|
|
1329
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1330
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1331
|
-
* @param {PostTranslationFindFirstArgs} args - Arguments to find a PostTranslation
|
|
1332
|
-
* @example
|
|
1333
|
-
* // Get one PostTranslation
|
|
1334
|
-
* const postTranslation = await prisma.postTranslation.findFirst({
|
|
1335
|
-
* where: {
|
|
1336
|
-
* // ... provide filter here
|
|
1337
|
-
* }
|
|
1338
|
-
* })
|
|
1339
|
-
*/
|
|
1340
|
-
findFirst<T extends PostTranslationFindFirstArgs>(args?: Prisma.SelectSubset<T, PostTranslationFindFirstArgs<ExtArgs>>): Prisma.Prisma__PostTranslationClient<runtime.Types.Result.GetResult<Prisma.$PostTranslationPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>;
|
|
1341
|
-
/**
|
|
1342
|
-
* Find the first PostTranslation that matches the filter or
|
|
1343
|
-
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
1344
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1345
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1346
|
-
* @param {PostTranslationFindFirstOrThrowArgs} args - Arguments to find a PostTranslation
|
|
1347
|
-
* @example
|
|
1348
|
-
* // Get one PostTranslation
|
|
1349
|
-
* const postTranslation = await prisma.postTranslation.findFirstOrThrow({
|
|
1350
|
-
* where: {
|
|
1351
|
-
* // ... provide filter here
|
|
1352
|
-
* }
|
|
1353
|
-
* })
|
|
1354
|
-
*/
|
|
1355
|
-
findFirstOrThrow<T extends PostTranslationFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, PostTranslationFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__PostTranslationClient<runtime.Types.Result.GetResult<Prisma.$PostTranslationPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1356
|
-
/**
|
|
1357
|
-
* Find zero or more PostTranslations that matches the filter.
|
|
1358
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1359
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1360
|
-
* @param {PostTranslationFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
1361
|
-
* @example
|
|
1362
|
-
* // Get all PostTranslations
|
|
1363
|
-
* const postTranslations = await prisma.postTranslation.findMany()
|
|
1364
|
-
*
|
|
1365
|
-
* // Get first 10 PostTranslations
|
|
1366
|
-
* const postTranslations = await prisma.postTranslation.findMany({ take: 10 })
|
|
1367
|
-
*
|
|
1368
|
-
* // Only select the `id`
|
|
1369
|
-
* const postTranslationWithIdOnly = await prisma.postTranslation.findMany({ select: { id: true } })
|
|
1370
|
-
*
|
|
1371
|
-
*/
|
|
1372
|
-
findMany<T extends PostTranslationFindManyArgs>(args?: Prisma.SelectSubset<T, PostTranslationFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PostTranslationPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>;
|
|
1373
|
-
/**
|
|
1374
|
-
* Create a PostTranslation.
|
|
1375
|
-
* @param {PostTranslationCreateArgs} args - Arguments to create a PostTranslation.
|
|
1376
|
-
* @example
|
|
1377
|
-
* // Create one PostTranslation
|
|
1378
|
-
* const PostTranslation = await prisma.postTranslation.create({
|
|
1379
|
-
* data: {
|
|
1380
|
-
* // ... data to create a PostTranslation
|
|
1381
|
-
* }
|
|
1382
|
-
* })
|
|
1383
|
-
*
|
|
1384
|
-
*/
|
|
1385
|
-
create<T extends PostTranslationCreateArgs>(args: Prisma.SelectSubset<T, PostTranslationCreateArgs<ExtArgs>>): Prisma.Prisma__PostTranslationClient<runtime.Types.Result.GetResult<Prisma.$PostTranslationPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1386
|
-
/**
|
|
1387
|
-
* Create many PostTranslations.
|
|
1388
|
-
* @param {PostTranslationCreateManyArgs} args - Arguments to create many PostTranslations.
|
|
1389
|
-
* @example
|
|
1390
|
-
* // Create many PostTranslations
|
|
1391
|
-
* const postTranslation = await prisma.postTranslation.createMany({
|
|
1392
|
-
* data: [
|
|
1393
|
-
* // ... provide data here
|
|
1394
|
-
* ]
|
|
1395
|
-
* })
|
|
1396
|
-
*
|
|
1397
|
-
*/
|
|
1398
|
-
createMany<T extends PostTranslationCreateManyArgs>(args?: Prisma.SelectSubset<T, PostTranslationCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1399
|
-
/**
|
|
1400
|
-
* Create many PostTranslations and returns the data saved in the database.
|
|
1401
|
-
* @param {PostTranslationCreateManyAndReturnArgs} args - Arguments to create many PostTranslations.
|
|
1402
|
-
* @example
|
|
1403
|
-
* // Create many PostTranslations
|
|
1404
|
-
* const postTranslation = await prisma.postTranslation.createManyAndReturn({
|
|
1405
|
-
* data: [
|
|
1406
|
-
* // ... provide data here
|
|
1407
|
-
* ]
|
|
1408
|
-
* })
|
|
1409
|
-
*
|
|
1410
|
-
* // Create many PostTranslations and only return the `id`
|
|
1411
|
-
* const postTranslationWithIdOnly = await prisma.postTranslation.createManyAndReturn({
|
|
1412
|
-
* select: { id: true },
|
|
1413
|
-
* data: [
|
|
1414
|
-
* // ... provide data here
|
|
1415
|
-
* ]
|
|
1416
|
-
* })
|
|
1417
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1418
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1419
|
-
*
|
|
1420
|
-
*/
|
|
1421
|
-
createManyAndReturn<T extends PostTranslationCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, PostTranslationCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PostTranslationPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>;
|
|
1422
|
-
/**
|
|
1423
|
-
* Delete a PostTranslation.
|
|
1424
|
-
* @param {PostTranslationDeleteArgs} args - Arguments to delete one PostTranslation.
|
|
1425
|
-
* @example
|
|
1426
|
-
* // Delete one PostTranslation
|
|
1427
|
-
* const PostTranslation = await prisma.postTranslation.delete({
|
|
1428
|
-
* where: {
|
|
1429
|
-
* // ... filter to delete one PostTranslation
|
|
1430
|
-
* }
|
|
1431
|
-
* })
|
|
1432
|
-
*
|
|
1433
|
-
*/
|
|
1434
|
-
delete<T extends PostTranslationDeleteArgs>(args: Prisma.SelectSubset<T, PostTranslationDeleteArgs<ExtArgs>>): Prisma.Prisma__PostTranslationClient<runtime.Types.Result.GetResult<Prisma.$PostTranslationPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1435
|
-
/**
|
|
1436
|
-
* Update one PostTranslation.
|
|
1437
|
-
* @param {PostTranslationUpdateArgs} args - Arguments to update one PostTranslation.
|
|
1438
|
-
* @example
|
|
1439
|
-
* // Update one PostTranslation
|
|
1440
|
-
* const postTranslation = await prisma.postTranslation.update({
|
|
1441
|
-
* where: {
|
|
1442
|
-
* // ... provide filter here
|
|
1443
|
-
* },
|
|
1444
|
-
* data: {
|
|
1445
|
-
* // ... provide data here
|
|
1446
|
-
* }
|
|
1447
|
-
* })
|
|
1448
|
-
*
|
|
1449
|
-
*/
|
|
1450
|
-
update<T extends PostTranslationUpdateArgs>(args: Prisma.SelectSubset<T, PostTranslationUpdateArgs<ExtArgs>>): Prisma.Prisma__PostTranslationClient<runtime.Types.Result.GetResult<Prisma.$PostTranslationPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1451
|
-
/**
|
|
1452
|
-
* Delete zero or more PostTranslations.
|
|
1453
|
-
* @param {PostTranslationDeleteManyArgs} args - Arguments to filter PostTranslations to delete.
|
|
1454
|
-
* @example
|
|
1455
|
-
* // Delete a few PostTranslations
|
|
1456
|
-
* const { count } = await prisma.postTranslation.deleteMany({
|
|
1457
|
-
* where: {
|
|
1458
|
-
* // ... provide filter here
|
|
1459
|
-
* }
|
|
1460
|
-
* })
|
|
1461
|
-
*
|
|
1462
|
-
*/
|
|
1463
|
-
deleteMany<T extends PostTranslationDeleteManyArgs>(args?: Prisma.SelectSubset<T, PostTranslationDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1464
|
-
/**
|
|
1465
|
-
* Update zero or more PostTranslations.
|
|
1466
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1467
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1468
|
-
* @param {PostTranslationUpdateManyArgs} args - Arguments to update one or more rows.
|
|
1469
|
-
* @example
|
|
1470
|
-
* // Update many PostTranslations
|
|
1471
|
-
* const postTranslation = await prisma.postTranslation.updateMany({
|
|
1472
|
-
* where: {
|
|
1473
|
-
* // ... provide filter here
|
|
1474
|
-
* },
|
|
1475
|
-
* data: {
|
|
1476
|
-
* // ... provide data here
|
|
1477
|
-
* }
|
|
1478
|
-
* })
|
|
1479
|
-
*
|
|
1480
|
-
*/
|
|
1481
|
-
updateMany<T extends PostTranslationUpdateManyArgs>(args: Prisma.SelectSubset<T, PostTranslationUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>;
|
|
1482
|
-
/**
|
|
1483
|
-
* Update zero or more PostTranslations and returns the data updated in the database.
|
|
1484
|
-
* @param {PostTranslationUpdateManyAndReturnArgs} args - Arguments to update many PostTranslations.
|
|
1485
|
-
* @example
|
|
1486
|
-
* // Update many PostTranslations
|
|
1487
|
-
* const postTranslation = await prisma.postTranslation.updateManyAndReturn({
|
|
1488
|
-
* where: {
|
|
1489
|
-
* // ... provide filter here
|
|
1490
|
-
* },
|
|
1491
|
-
* data: [
|
|
1492
|
-
* // ... provide data here
|
|
1493
|
-
* ]
|
|
1494
|
-
* })
|
|
1495
|
-
*
|
|
1496
|
-
* // Update zero or more PostTranslations and only return the `id`
|
|
1497
|
-
* const postTranslationWithIdOnly = await prisma.postTranslation.updateManyAndReturn({
|
|
1498
|
-
* select: { id: true },
|
|
1499
|
-
* where: {
|
|
1500
|
-
* // ... provide filter here
|
|
1501
|
-
* },
|
|
1502
|
-
* data: [
|
|
1503
|
-
* // ... provide data here
|
|
1504
|
-
* ]
|
|
1505
|
-
* })
|
|
1506
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1507
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1508
|
-
*
|
|
1509
|
-
*/
|
|
1510
|
-
updateManyAndReturn<T extends PostTranslationUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, PostTranslationUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$PostTranslationPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>;
|
|
1511
|
-
/**
|
|
1512
|
-
* Create or update one PostTranslation.
|
|
1513
|
-
* @param {PostTranslationUpsertArgs} args - Arguments to update or create a PostTranslation.
|
|
1514
|
-
* @example
|
|
1515
|
-
* // Update or create a PostTranslation
|
|
1516
|
-
* const postTranslation = await prisma.postTranslation.upsert({
|
|
1517
|
-
* create: {
|
|
1518
|
-
* // ... data to create a PostTranslation
|
|
1519
|
-
* },
|
|
1520
|
-
* update: {
|
|
1521
|
-
* // ... in case it already exists, update
|
|
1522
|
-
* },
|
|
1523
|
-
* where: {
|
|
1524
|
-
* // ... the filter for the PostTranslation we want to update
|
|
1525
|
-
* }
|
|
1526
|
-
* })
|
|
1527
|
-
*/
|
|
1528
|
-
upsert<T extends PostTranslationUpsertArgs>(args: Prisma.SelectSubset<T, PostTranslationUpsertArgs<ExtArgs>>): Prisma.Prisma__PostTranslationClient<runtime.Types.Result.GetResult<Prisma.$PostTranslationPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>;
|
|
1529
|
-
/**
|
|
1530
|
-
* Count the number of PostTranslations.
|
|
1531
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1532
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1533
|
-
* @param {PostTranslationCountArgs} args - Arguments to filter PostTranslations to count.
|
|
1534
|
-
* @example
|
|
1535
|
-
* // Count the number of PostTranslations
|
|
1536
|
-
* const count = await prisma.postTranslation.count({
|
|
1537
|
-
* where: {
|
|
1538
|
-
* // ... the filter for the PostTranslations we want to count
|
|
1539
|
-
* }
|
|
1540
|
-
* })
|
|
1541
|
-
**/
|
|
1542
|
-
count<T extends PostTranslationCountArgs>(args?: Prisma.Subset<T, PostTranslationCountArgs>): Prisma.PrismaPromise<T extends runtime.Types.Utils.Record<'select', any> ? T['select'] extends true ? number : Prisma.GetScalarType<T['select'], PostTranslationCountAggregateOutputType> : number>;
|
|
1543
|
-
/**
|
|
1544
|
-
* Allows you to perform aggregations operations on a PostTranslation.
|
|
1545
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1546
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1547
|
-
* @param {PostTranslationAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
1548
|
-
* @example
|
|
1549
|
-
* // Ordered by age ascending
|
|
1550
|
-
* // Where email contains prisma.io
|
|
1551
|
-
* // Limited to the 10 users
|
|
1552
|
-
* const aggregations = await prisma.user.aggregate({
|
|
1553
|
-
* _avg: {
|
|
1554
|
-
* age: true,
|
|
1555
|
-
* },
|
|
1556
|
-
* where: {
|
|
1557
|
-
* email: {
|
|
1558
|
-
* contains: "prisma.io",
|
|
1559
|
-
* },
|
|
1560
|
-
* },
|
|
1561
|
-
* orderBy: {
|
|
1562
|
-
* age: "asc",
|
|
1563
|
-
* },
|
|
1564
|
-
* take: 10,
|
|
1565
|
-
* })
|
|
1566
|
-
**/
|
|
1567
|
-
aggregate<T extends PostTranslationAggregateArgs>(args: Prisma.Subset<T, PostTranslationAggregateArgs>): Prisma.PrismaPromise<GetPostTranslationAggregateType<T>>;
|
|
1568
|
-
/**
|
|
1569
|
-
* Group by PostTranslation.
|
|
1570
|
-
* Note, that providing `undefined` is treated as the value not being there.
|
|
1571
|
-
* Read more here: https://pris.ly/d/null-undefined
|
|
1572
|
-
* @param {PostTranslationGroupByArgs} args - Group by arguments.
|
|
1573
|
-
* @example
|
|
1574
|
-
* // Group by city, order by createdAt, get count
|
|
1575
|
-
* const result = await prisma.user.groupBy({
|
|
1576
|
-
* by: ['city', 'createdAt'],
|
|
1577
|
-
* orderBy: {
|
|
1578
|
-
* createdAt: true
|
|
1579
|
-
* },
|
|
1580
|
-
* _count: {
|
|
1581
|
-
* _all: true
|
|
1582
|
-
* },
|
|
1583
|
-
* })
|
|
1584
|
-
*
|
|
1585
|
-
**/
|
|
1586
|
-
groupBy<T extends PostTranslationGroupByArgs, HasSelectOrTake extends Prisma.Or<Prisma.Extends<'skip', Prisma.Keys<T>>, Prisma.Extends<'take', Prisma.Keys<T>>>, OrderByArg extends Prisma.True extends HasSelectOrTake ? {
|
|
1587
|
-
orderBy: PostTranslationGroupByArgs['orderBy'];
|
|
1588
|
-
} : {
|
|
1589
|
-
orderBy?: PostTranslationGroupByArgs['orderBy'];
|
|
1590
|
-
}, 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 ? {
|
|
1591
|
-
[P in HavingFields]: P extends ByFields ? never : P extends string ? `Error: Field "${P}" used in "having" needs to be provided in "by".` : [
|
|
1592
|
-
Error,
|
|
1593
|
-
'Field ',
|
|
1594
|
-
P,
|
|
1595
|
-
` in "having" needs to be provided in "by"`
|
|
1596
|
-
];
|
|
1597
|
-
}[HavingFields] : 'take' extends Prisma.Keys<T> ? 'orderBy' extends Prisma.Keys<T> ? ByValid extends Prisma.True ? {} : {
|
|
1598
|
-
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1599
|
-
}[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 ? {} : {
|
|
1600
|
-
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1601
|
-
}[OrderFields] : 'Error: If you provide "skip", you also need to provide "orderBy"' : ByValid extends Prisma.True ? {} : {
|
|
1602
|
-
[P in OrderFields]: P extends ByFields ? never : `Error: Field "${P}" in "orderBy" needs to be provided in "by"`;
|
|
1603
|
-
}[OrderFields]>(args: Prisma.SubsetIntersection<T, PostTranslationGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetPostTranslationGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>;
|
|
1604
|
-
/**
|
|
1605
|
-
* Fields of the PostTranslation model
|
|
1606
|
-
*/
|
|
1607
|
-
readonly fields: PostTranslationFieldRefs;
|
|
1608
|
-
}
|
|
1609
|
-
/**
|
|
1610
|
-
* The delegate class that acts as a "Promise-like" for PostTranslation.
|
|
1611
|
-
* Why is this prefixed with `Prisma__`?
|
|
1612
|
-
* Because we want to prevent naming conflicts as mentioned in
|
|
1613
|
-
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1614
|
-
*/
|
|
1615
|
-
export interface Prisma__PostTranslationClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1616
|
-
readonly [Symbol.toStringTag]: "PrismaPromise";
|
|
1617
|
-
post<T extends Prisma.PostDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.PostDefaultArgs<ExtArgs>>): Prisma.Prisma__PostClient<runtime.Types.Result.GetResult<Prisma.$PostPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>;
|
|
1618
|
-
/**
|
|
1619
|
-
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1620
|
-
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1621
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1622
|
-
* @returns A Promise for the completion of which ever callback is executed.
|
|
1623
|
-
*/
|
|
1624
|
-
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>;
|
|
1625
|
-
/**
|
|
1626
|
-
* Attaches a callback for only the rejection of the Promise.
|
|
1627
|
-
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1628
|
-
* @returns A Promise for the completion of the callback.
|
|
1629
|
-
*/
|
|
1630
|
-
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>;
|
|
1631
|
-
/**
|
|
1632
|
-
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1633
|
-
* resolved value cannot be modified from the callback.
|
|
1634
|
-
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1635
|
-
* @returns A Promise for the completion of the callback.
|
|
1636
|
-
*/
|
|
1637
|
-
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>;
|
|
1638
|
-
}
|
|
1639
|
-
/**
|
|
1640
|
-
* Fields of the PostTranslation model
|
|
1641
|
-
*/
|
|
1642
|
-
export interface PostTranslationFieldRefs {
|
|
1643
|
-
readonly id: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1644
|
-
readonly locale: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1645
|
-
readonly title: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1646
|
-
readonly subtitle: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1647
|
-
readonly summary: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1648
|
-
readonly description: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1649
|
-
readonly content: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1650
|
-
readonly externalLinks: Prisma.FieldRef<"PostTranslation", 'Json[]'>;
|
|
1651
|
-
readonly faq: Prisma.FieldRef<"PostTranslation", 'Json[]'>;
|
|
1652
|
-
readonly toc: Prisma.FieldRef<"PostTranslation", 'Json[]'>;
|
|
1653
|
-
readonly readTime: Prisma.FieldRef<"PostTranslation", 'Int'>;
|
|
1654
|
-
readonly wordCount: Prisma.FieldRef<"PostTranslation", 'Int'>;
|
|
1655
|
-
readonly postId: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1656
|
-
readonly createdAt: Prisma.FieldRef<"PostTranslation", 'DateTime'>;
|
|
1657
|
-
readonly updatedAt: Prisma.FieldRef<"PostTranslation", 'DateTime'>;
|
|
1658
|
-
readonly text1: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1659
|
-
readonly text2: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1660
|
-
readonly text3: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1661
|
-
readonly text4: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1662
|
-
readonly text5: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1663
|
-
readonly text6: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1664
|
-
readonly text7: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1665
|
-
readonly text8: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1666
|
-
readonly text9: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1667
|
-
readonly text10: Prisma.FieldRef<"PostTranslation", 'String'>;
|
|
1668
|
-
readonly data1: Prisma.FieldRef<"PostTranslation", 'Json[]'>;
|
|
1669
|
-
readonly data2: Prisma.FieldRef<"PostTranslation", 'Json[]'>;
|
|
1670
|
-
readonly data3: Prisma.FieldRef<"PostTranslation", 'Json[]'>;
|
|
1671
|
-
readonly data4: Prisma.FieldRef<"PostTranslation", 'Json[]'>;
|
|
1672
|
-
}
|
|
1673
|
-
/**
|
|
1674
|
-
* PostTranslation findUnique
|
|
1675
|
-
*/
|
|
1676
|
-
export type PostTranslationFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1677
|
-
/**
|
|
1678
|
-
* Select specific fields to fetch from the PostTranslation
|
|
1679
|
-
*/
|
|
1680
|
-
select?: Prisma.PostTranslationSelect<ExtArgs> | null;
|
|
1681
|
-
/**
|
|
1682
|
-
* Omit specific fields from the PostTranslation
|
|
1683
|
-
*/
|
|
1684
|
-
omit?: Prisma.PostTranslationOmit<ExtArgs> | null;
|
|
1685
|
-
/**
|
|
1686
|
-
* Choose, which related nodes to fetch as well
|
|
1687
|
-
*/
|
|
1688
|
-
include?: Prisma.PostTranslationInclude<ExtArgs> | null;
|
|
1689
|
-
/**
|
|
1690
|
-
* Filter, which PostTranslation to fetch.
|
|
1691
|
-
*/
|
|
1692
|
-
where: Prisma.PostTranslationWhereUniqueInput;
|
|
1693
|
-
};
|
|
1694
|
-
/**
|
|
1695
|
-
* PostTranslation findUniqueOrThrow
|
|
1696
|
-
*/
|
|
1697
|
-
export type PostTranslationFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1698
|
-
/**
|
|
1699
|
-
* Select specific fields to fetch from the PostTranslation
|
|
1700
|
-
*/
|
|
1701
|
-
select?: Prisma.PostTranslationSelect<ExtArgs> | null;
|
|
1702
|
-
/**
|
|
1703
|
-
* Omit specific fields from the PostTranslation
|
|
1704
|
-
*/
|
|
1705
|
-
omit?: Prisma.PostTranslationOmit<ExtArgs> | null;
|
|
1706
|
-
/**
|
|
1707
|
-
* Choose, which related nodes to fetch as well
|
|
1708
|
-
*/
|
|
1709
|
-
include?: Prisma.PostTranslationInclude<ExtArgs> | null;
|
|
1710
|
-
/**
|
|
1711
|
-
* Filter, which PostTranslation to fetch.
|
|
1712
|
-
*/
|
|
1713
|
-
where: Prisma.PostTranslationWhereUniqueInput;
|
|
1714
|
-
};
|
|
1715
|
-
/**
|
|
1716
|
-
* PostTranslation findFirst
|
|
1717
|
-
*/
|
|
1718
|
-
export type PostTranslationFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1719
|
-
/**
|
|
1720
|
-
* Select specific fields to fetch from the PostTranslation
|
|
1721
|
-
*/
|
|
1722
|
-
select?: Prisma.PostTranslationSelect<ExtArgs> | null;
|
|
1723
|
-
/**
|
|
1724
|
-
* Omit specific fields from the PostTranslation
|
|
1725
|
-
*/
|
|
1726
|
-
omit?: Prisma.PostTranslationOmit<ExtArgs> | null;
|
|
1727
|
-
/**
|
|
1728
|
-
* Choose, which related nodes to fetch as well
|
|
1729
|
-
*/
|
|
1730
|
-
include?: Prisma.PostTranslationInclude<ExtArgs> | null;
|
|
1731
|
-
/**
|
|
1732
|
-
* Filter, which PostTranslation to fetch.
|
|
1733
|
-
*/
|
|
1734
|
-
where?: Prisma.PostTranslationWhereInput;
|
|
1735
|
-
/**
|
|
1736
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1737
|
-
*
|
|
1738
|
-
* Determine the order of PostTranslations to fetch.
|
|
1739
|
-
*/
|
|
1740
|
-
orderBy?: Prisma.PostTranslationOrderByWithRelationInput | Prisma.PostTranslationOrderByWithRelationInput[];
|
|
1741
|
-
/**
|
|
1742
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1743
|
-
*
|
|
1744
|
-
* Sets the position for searching for PostTranslations.
|
|
1745
|
-
*/
|
|
1746
|
-
cursor?: Prisma.PostTranslationWhereUniqueInput;
|
|
1747
|
-
/**
|
|
1748
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1749
|
-
*
|
|
1750
|
-
* Take `±n` PostTranslations from the position of the cursor.
|
|
1751
|
-
*/
|
|
1752
|
-
take?: number;
|
|
1753
|
-
/**
|
|
1754
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1755
|
-
*
|
|
1756
|
-
* Skip the first `n` PostTranslations.
|
|
1757
|
-
*/
|
|
1758
|
-
skip?: number;
|
|
1759
|
-
/**
|
|
1760
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1761
|
-
*
|
|
1762
|
-
* Filter by unique combinations of PostTranslations.
|
|
1763
|
-
*/
|
|
1764
|
-
distinct?: Prisma.PostTranslationScalarFieldEnum | Prisma.PostTranslationScalarFieldEnum[];
|
|
1765
|
-
};
|
|
1766
|
-
/**
|
|
1767
|
-
* PostTranslation findFirstOrThrow
|
|
1768
|
-
*/
|
|
1769
|
-
export type PostTranslationFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1770
|
-
/**
|
|
1771
|
-
* Select specific fields to fetch from the PostTranslation
|
|
1772
|
-
*/
|
|
1773
|
-
select?: Prisma.PostTranslationSelect<ExtArgs> | null;
|
|
1774
|
-
/**
|
|
1775
|
-
* Omit specific fields from the PostTranslation
|
|
1776
|
-
*/
|
|
1777
|
-
omit?: Prisma.PostTranslationOmit<ExtArgs> | null;
|
|
1778
|
-
/**
|
|
1779
|
-
* Choose, which related nodes to fetch as well
|
|
1780
|
-
*/
|
|
1781
|
-
include?: Prisma.PostTranslationInclude<ExtArgs> | null;
|
|
1782
|
-
/**
|
|
1783
|
-
* Filter, which PostTranslation to fetch.
|
|
1784
|
-
*/
|
|
1785
|
-
where?: Prisma.PostTranslationWhereInput;
|
|
1786
|
-
/**
|
|
1787
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1788
|
-
*
|
|
1789
|
-
* Determine the order of PostTranslations to fetch.
|
|
1790
|
-
*/
|
|
1791
|
-
orderBy?: Prisma.PostTranslationOrderByWithRelationInput | Prisma.PostTranslationOrderByWithRelationInput[];
|
|
1792
|
-
/**
|
|
1793
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1794
|
-
*
|
|
1795
|
-
* Sets the position for searching for PostTranslations.
|
|
1796
|
-
*/
|
|
1797
|
-
cursor?: Prisma.PostTranslationWhereUniqueInput;
|
|
1798
|
-
/**
|
|
1799
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1800
|
-
*
|
|
1801
|
-
* Take `±n` PostTranslations from the position of the cursor.
|
|
1802
|
-
*/
|
|
1803
|
-
take?: number;
|
|
1804
|
-
/**
|
|
1805
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1806
|
-
*
|
|
1807
|
-
* Skip the first `n` PostTranslations.
|
|
1808
|
-
*/
|
|
1809
|
-
skip?: number;
|
|
1810
|
-
/**
|
|
1811
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1812
|
-
*
|
|
1813
|
-
* Filter by unique combinations of PostTranslations.
|
|
1814
|
-
*/
|
|
1815
|
-
distinct?: Prisma.PostTranslationScalarFieldEnum | Prisma.PostTranslationScalarFieldEnum[];
|
|
1816
|
-
};
|
|
1817
|
-
/**
|
|
1818
|
-
* PostTranslation findMany
|
|
1819
|
-
*/
|
|
1820
|
-
export type PostTranslationFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1821
|
-
/**
|
|
1822
|
-
* Select specific fields to fetch from the PostTranslation
|
|
1823
|
-
*/
|
|
1824
|
-
select?: Prisma.PostTranslationSelect<ExtArgs> | null;
|
|
1825
|
-
/**
|
|
1826
|
-
* Omit specific fields from the PostTranslation
|
|
1827
|
-
*/
|
|
1828
|
-
omit?: Prisma.PostTranslationOmit<ExtArgs> | null;
|
|
1829
|
-
/**
|
|
1830
|
-
* Choose, which related nodes to fetch as well
|
|
1831
|
-
*/
|
|
1832
|
-
include?: Prisma.PostTranslationInclude<ExtArgs> | null;
|
|
1833
|
-
/**
|
|
1834
|
-
* Filter, which PostTranslations to fetch.
|
|
1835
|
-
*/
|
|
1836
|
-
where?: Prisma.PostTranslationWhereInput;
|
|
1837
|
-
/**
|
|
1838
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1839
|
-
*
|
|
1840
|
-
* Determine the order of PostTranslations to fetch.
|
|
1841
|
-
*/
|
|
1842
|
-
orderBy?: Prisma.PostTranslationOrderByWithRelationInput | Prisma.PostTranslationOrderByWithRelationInput[];
|
|
1843
|
-
/**
|
|
1844
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1845
|
-
*
|
|
1846
|
-
* Sets the position for listing PostTranslations.
|
|
1847
|
-
*/
|
|
1848
|
-
cursor?: Prisma.PostTranslationWhereUniqueInput;
|
|
1849
|
-
/**
|
|
1850
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1851
|
-
*
|
|
1852
|
-
* Take `±n` PostTranslations from the position of the cursor.
|
|
1853
|
-
*/
|
|
1854
|
-
take?: number;
|
|
1855
|
-
/**
|
|
1856
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1857
|
-
*
|
|
1858
|
-
* Skip the first `n` PostTranslations.
|
|
1859
|
-
*/
|
|
1860
|
-
skip?: number;
|
|
1861
|
-
/**
|
|
1862
|
-
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1863
|
-
*
|
|
1864
|
-
* Filter by unique combinations of PostTranslations.
|
|
1865
|
-
*/
|
|
1866
|
-
distinct?: Prisma.PostTranslationScalarFieldEnum | Prisma.PostTranslationScalarFieldEnum[];
|
|
1867
|
-
};
|
|
1868
|
-
/**
|
|
1869
|
-
* PostTranslation create
|
|
1870
|
-
*/
|
|
1871
|
-
export type PostTranslationCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1872
|
-
/**
|
|
1873
|
-
* Select specific fields to fetch from the PostTranslation
|
|
1874
|
-
*/
|
|
1875
|
-
select?: Prisma.PostTranslationSelect<ExtArgs> | null;
|
|
1876
|
-
/**
|
|
1877
|
-
* Omit specific fields from the PostTranslation
|
|
1878
|
-
*/
|
|
1879
|
-
omit?: Prisma.PostTranslationOmit<ExtArgs> | null;
|
|
1880
|
-
/**
|
|
1881
|
-
* Choose, which related nodes to fetch as well
|
|
1882
|
-
*/
|
|
1883
|
-
include?: Prisma.PostTranslationInclude<ExtArgs> | null;
|
|
1884
|
-
/**
|
|
1885
|
-
* The data needed to create a PostTranslation.
|
|
1886
|
-
*/
|
|
1887
|
-
data: Prisma.XOR<Prisma.PostTranslationCreateInput, Prisma.PostTranslationUncheckedCreateInput>;
|
|
1888
|
-
};
|
|
1889
|
-
/**
|
|
1890
|
-
* PostTranslation createMany
|
|
1891
|
-
*/
|
|
1892
|
-
export type PostTranslationCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1893
|
-
/**
|
|
1894
|
-
* The data used to create many PostTranslations.
|
|
1895
|
-
*/
|
|
1896
|
-
data: Prisma.PostTranslationCreateManyInput | Prisma.PostTranslationCreateManyInput[];
|
|
1897
|
-
skipDuplicates?: boolean;
|
|
1898
|
-
};
|
|
1899
|
-
/**
|
|
1900
|
-
* PostTranslation createManyAndReturn
|
|
1901
|
-
*/
|
|
1902
|
-
export type PostTranslationCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1903
|
-
/**
|
|
1904
|
-
* Select specific fields to fetch from the PostTranslation
|
|
1905
|
-
*/
|
|
1906
|
-
select?: Prisma.PostTranslationSelectCreateManyAndReturn<ExtArgs> | null;
|
|
1907
|
-
/**
|
|
1908
|
-
* Omit specific fields from the PostTranslation
|
|
1909
|
-
*/
|
|
1910
|
-
omit?: Prisma.PostTranslationOmit<ExtArgs> | null;
|
|
1911
|
-
/**
|
|
1912
|
-
* The data used to create many PostTranslations.
|
|
1913
|
-
*/
|
|
1914
|
-
data: Prisma.PostTranslationCreateManyInput | Prisma.PostTranslationCreateManyInput[];
|
|
1915
|
-
skipDuplicates?: boolean;
|
|
1916
|
-
/**
|
|
1917
|
-
* Choose, which related nodes to fetch as well
|
|
1918
|
-
*/
|
|
1919
|
-
include?: Prisma.PostTranslationIncludeCreateManyAndReturn<ExtArgs> | null;
|
|
1920
|
-
};
|
|
1921
|
-
/**
|
|
1922
|
-
* PostTranslation update
|
|
1923
|
-
*/
|
|
1924
|
-
export type PostTranslationUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1925
|
-
/**
|
|
1926
|
-
* Select specific fields to fetch from the PostTranslation
|
|
1927
|
-
*/
|
|
1928
|
-
select?: Prisma.PostTranslationSelect<ExtArgs> | null;
|
|
1929
|
-
/**
|
|
1930
|
-
* Omit specific fields from the PostTranslation
|
|
1931
|
-
*/
|
|
1932
|
-
omit?: Prisma.PostTranslationOmit<ExtArgs> | null;
|
|
1933
|
-
/**
|
|
1934
|
-
* Choose, which related nodes to fetch as well
|
|
1935
|
-
*/
|
|
1936
|
-
include?: Prisma.PostTranslationInclude<ExtArgs> | null;
|
|
1937
|
-
/**
|
|
1938
|
-
* The data needed to update a PostTranslation.
|
|
1939
|
-
*/
|
|
1940
|
-
data: Prisma.XOR<Prisma.PostTranslationUpdateInput, Prisma.PostTranslationUncheckedUpdateInput>;
|
|
1941
|
-
/**
|
|
1942
|
-
* Choose, which PostTranslation to update.
|
|
1943
|
-
*/
|
|
1944
|
-
where: Prisma.PostTranslationWhereUniqueInput;
|
|
1945
|
-
};
|
|
1946
|
-
/**
|
|
1947
|
-
* PostTranslation updateMany
|
|
1948
|
-
*/
|
|
1949
|
-
export type PostTranslationUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1950
|
-
/**
|
|
1951
|
-
* The data used to update PostTranslations.
|
|
1952
|
-
*/
|
|
1953
|
-
data: Prisma.XOR<Prisma.PostTranslationUpdateManyMutationInput, Prisma.PostTranslationUncheckedUpdateManyInput>;
|
|
1954
|
-
/**
|
|
1955
|
-
* Filter which PostTranslations to update
|
|
1956
|
-
*/
|
|
1957
|
-
where?: Prisma.PostTranslationWhereInput;
|
|
1958
|
-
/**
|
|
1959
|
-
* Limit how many PostTranslations to update.
|
|
1960
|
-
*/
|
|
1961
|
-
limit?: number;
|
|
1962
|
-
};
|
|
1963
|
-
/**
|
|
1964
|
-
* PostTranslation updateManyAndReturn
|
|
1965
|
-
*/
|
|
1966
|
-
export type PostTranslationUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1967
|
-
/**
|
|
1968
|
-
* Select specific fields to fetch from the PostTranslation
|
|
1969
|
-
*/
|
|
1970
|
-
select?: Prisma.PostTranslationSelectUpdateManyAndReturn<ExtArgs> | null;
|
|
1971
|
-
/**
|
|
1972
|
-
* Omit specific fields from the PostTranslation
|
|
1973
|
-
*/
|
|
1974
|
-
omit?: Prisma.PostTranslationOmit<ExtArgs> | null;
|
|
1975
|
-
/**
|
|
1976
|
-
* The data used to update PostTranslations.
|
|
1977
|
-
*/
|
|
1978
|
-
data: Prisma.XOR<Prisma.PostTranslationUpdateManyMutationInput, Prisma.PostTranslationUncheckedUpdateManyInput>;
|
|
1979
|
-
/**
|
|
1980
|
-
* Filter which PostTranslations to update
|
|
1981
|
-
*/
|
|
1982
|
-
where?: Prisma.PostTranslationWhereInput;
|
|
1983
|
-
/**
|
|
1984
|
-
* Limit how many PostTranslations to update.
|
|
1985
|
-
*/
|
|
1986
|
-
limit?: number;
|
|
1987
|
-
/**
|
|
1988
|
-
* Choose, which related nodes to fetch as well
|
|
1989
|
-
*/
|
|
1990
|
-
include?: Prisma.PostTranslationIncludeUpdateManyAndReturn<ExtArgs> | null;
|
|
1991
|
-
};
|
|
1992
|
-
/**
|
|
1993
|
-
* PostTranslation upsert
|
|
1994
|
-
*/
|
|
1995
|
-
export type PostTranslationUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1996
|
-
/**
|
|
1997
|
-
* Select specific fields to fetch from the PostTranslation
|
|
1998
|
-
*/
|
|
1999
|
-
select?: Prisma.PostTranslationSelect<ExtArgs> | null;
|
|
2000
|
-
/**
|
|
2001
|
-
* Omit specific fields from the PostTranslation
|
|
2002
|
-
*/
|
|
2003
|
-
omit?: Prisma.PostTranslationOmit<ExtArgs> | null;
|
|
2004
|
-
/**
|
|
2005
|
-
* Choose, which related nodes to fetch as well
|
|
2006
|
-
*/
|
|
2007
|
-
include?: Prisma.PostTranslationInclude<ExtArgs> | null;
|
|
2008
|
-
/**
|
|
2009
|
-
* The filter to search for the PostTranslation to update in case it exists.
|
|
2010
|
-
*/
|
|
2011
|
-
where: Prisma.PostTranslationWhereUniqueInput;
|
|
2012
|
-
/**
|
|
2013
|
-
* In case the PostTranslation found by the `where` argument doesn't exist, create a new PostTranslation with this data.
|
|
2014
|
-
*/
|
|
2015
|
-
create: Prisma.XOR<Prisma.PostTranslationCreateInput, Prisma.PostTranslationUncheckedCreateInput>;
|
|
2016
|
-
/**
|
|
2017
|
-
* In case the PostTranslation was found with the provided `where` argument, update it with this data.
|
|
2018
|
-
*/
|
|
2019
|
-
update: Prisma.XOR<Prisma.PostTranslationUpdateInput, Prisma.PostTranslationUncheckedUpdateInput>;
|
|
2020
|
-
};
|
|
2021
|
-
/**
|
|
2022
|
-
* PostTranslation delete
|
|
2023
|
-
*/
|
|
2024
|
-
export type PostTranslationDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2025
|
-
/**
|
|
2026
|
-
* Select specific fields to fetch from the PostTranslation
|
|
2027
|
-
*/
|
|
2028
|
-
select?: Prisma.PostTranslationSelect<ExtArgs> | null;
|
|
2029
|
-
/**
|
|
2030
|
-
* Omit specific fields from the PostTranslation
|
|
2031
|
-
*/
|
|
2032
|
-
omit?: Prisma.PostTranslationOmit<ExtArgs> | null;
|
|
2033
|
-
/**
|
|
2034
|
-
* Choose, which related nodes to fetch as well
|
|
2035
|
-
*/
|
|
2036
|
-
include?: Prisma.PostTranslationInclude<ExtArgs> | null;
|
|
2037
|
-
/**
|
|
2038
|
-
* Filter which PostTranslation to delete.
|
|
2039
|
-
*/
|
|
2040
|
-
where: Prisma.PostTranslationWhereUniqueInput;
|
|
2041
|
-
};
|
|
2042
|
-
/**
|
|
2043
|
-
* PostTranslation deleteMany
|
|
2044
|
-
*/
|
|
2045
|
-
export type PostTranslationDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2046
|
-
/**
|
|
2047
|
-
* Filter which PostTranslations to delete
|
|
2048
|
-
*/
|
|
2049
|
-
where?: Prisma.PostTranslationWhereInput;
|
|
2050
|
-
/**
|
|
2051
|
-
* Limit how many PostTranslations to delete.
|
|
2052
|
-
*/
|
|
2053
|
-
limit?: number;
|
|
2054
|
-
};
|
|
2055
|
-
/**
|
|
2056
|
-
* PostTranslation without action
|
|
2057
|
-
*/
|
|
2058
|
-
export type PostTranslationDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
2059
|
-
/**
|
|
2060
|
-
* Select specific fields to fetch from the PostTranslation
|
|
2061
|
-
*/
|
|
2062
|
-
select?: Prisma.PostTranslationSelect<ExtArgs> | null;
|
|
2063
|
-
/**
|
|
2064
|
-
* Omit specific fields from the PostTranslation
|
|
2065
|
-
*/
|
|
2066
|
-
omit?: Prisma.PostTranslationOmit<ExtArgs> | null;
|
|
2067
|
-
/**
|
|
2068
|
-
* Choose, which related nodes to fetch as well
|
|
2069
|
-
*/
|
|
2070
|
-
include?: Prisma.PostTranslationInclude<ExtArgs> | null;
|
|
2071
|
-
};
|
|
2072
|
-
export {};
|
|
2073
|
-
//# sourceMappingURL=PostTranslation.d.ts.map
|