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