@helloao/cli 0.2.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/README.md +4 -0
  2. package/dist/cjs/cli.cjs +7361 -8421
  3. package/dist/cjs/index.cjs +7663 -8857
  4. package/dist/esm/cli.js +6118 -0
  5. package/dist/esm/cli.js.map +7 -0
  6. package/dist/esm/index.js +1272 -6039
  7. package/dist/esm/index.js.map +4 -4
  8. package/dist/types/actions.d.ts +43 -1
  9. package/dist/types/db.d.ts +19 -8
  10. package/dist/types/ebible.d.ts +1 -1
  11. package/dist/types/files.d.ts +6 -1
  12. package/dist/types/prisma-gen/browser.d.ts +115 -0
  13. package/dist/types/prisma-gen/client.d.ts +134 -0
  14. package/dist/types/prisma-gen/commonInputTypes.d.ts +378 -0
  15. package/dist/types/prisma-gen/enums.d.ts +2 -0
  16. package/dist/types/prisma-gen/internal/class.d.ts +364 -0
  17. package/dist/types/prisma-gen/internal/prismaNamespace.d.ts +2358 -0
  18. package/dist/types/prisma-gen/internal/prismaNamespaceBrowser.d.ts +304 -0
  19. package/dist/types/prisma-gen/models/Book.d.ts +2197 -0
  20. package/dist/types/prisma-gen/models/Chapter.d.ts +1934 -0
  21. package/dist/types/prisma-gen/models/ChapterAudioTiming.d.ts +1414 -0
  22. package/dist/types/prisma-gen/models/ChapterAudioUrl.d.ts +1414 -0
  23. package/dist/types/prisma-gen/models/ChapterFootnote.d.ts +1642 -0
  24. package/dist/types/prisma-gen/models/ChapterVerse.d.ts +1653 -0
  25. package/dist/types/prisma-gen/models/ChapterWords.d.ts +1366 -0
  26. package/dist/types/prisma-gen/models/Commentary.d.ts +1711 -0
  27. package/dist/types/prisma-gen/models/CommentaryBook.d.ts +1622 -0
  28. package/dist/types/prisma-gen/models/CommentaryChapter.d.ts +1487 -0
  29. package/dist/types/prisma-gen/models/CommentaryChapterVerse.d.ts +1514 -0
  30. package/dist/types/prisma-gen/models/CommentaryProfile.d.ts +1451 -0
  31. package/dist/types/prisma-gen/models/Dataset.d.ts +1810 -0
  32. package/dist/types/prisma-gen/models/DatasetBook.d.ts +1565 -0
  33. package/dist/types/prisma-gen/models/DatasetChapter.d.ts +1553 -0
  34. package/dist/types/prisma-gen/models/DatasetChapterVerse.d.ts +1600 -0
  35. package/dist/types/prisma-gen/models/DatasetEntity.d.ts +1214 -0
  36. package/dist/types/prisma-gen/models/DatasetReference.d.ts +1789 -0
  37. package/dist/types/prisma-gen/models/EBibleSource.d.ts +1686 -0
  38. package/dist/types/prisma-gen/models/InputFile.d.ts +1039 -0
  39. package/dist/types/prisma-gen/models/InputFileWarning.d.ts +946 -0
  40. package/dist/types/prisma-gen/models/Translation.d.ts +2238 -0
  41. package/dist/types/prisma-gen/models.d.ts +24 -0
  42. package/dist/types/s3.d.ts +2 -0
  43. package/dist/types/uploads.d.ts +1 -1
  44. package/meta/ARBNAV.json +10 -10
  45. package/meta/BSB.json +10 -10
  46. package/meta/HBOMAS.json +10 -10
  47. package/meta/HINIRV.json +10 -10
  48. package/meta/eng_dra.json +10 -10
  49. package/migrations/20240420231455_initial/migration.sql +66 -66
  50. package/migrations/20240711173108_add_chapter_audio/migration.sql +13 -13
  51. package/migrations/20240724212651_add_hashing/migration.sql +25 -25
  52. package/migrations/20250625201152_add_extra_ebible_metadata/migration.sql +3 -3
  53. package/migrations/20250630200532_add_apocryhpa_flag/migration.sql +2 -2
  54. package/migrations/20250701195337_add_file_warnings/migration.sql +8 -8
  55. package/migrations/20251028135135_add_datasets/migration.sql +72 -72
  56. package/migrations/20251028144932_fix_dataset_types/migration.sql +50 -50
  57. package/migrations/20260217200934_add_license_notice/migration.sql +5 -5
  58. package/migrations/20260703000000_add_chapter_audio_timing/migration.sql +13 -0
  59. package/migrations/20260809000000_add_chapter_words/migration.sql +12 -0
  60. package/migrations/20260829000000_add_dataset_entities/migration.sql +12 -0
  61. package/package.json +21 -18
  62. package/schema.prisma +65 -2
  63. package/prisma-gen/default.d.ts +0 -1
  64. package/prisma-gen/default.js +0 -1
  65. package/prisma-gen/edge.d.ts +0 -1
  66. package/prisma-gen/edge.js +0 -403
  67. package/prisma-gen/index-browser.js +0 -397
  68. package/prisma-gen/index.d.ts +0 -34011
  69. package/prisma-gen/index.js +0 -426
  70. package/prisma-gen/runtime/edge-esm.js +0 -31
  71. package/prisma-gen/runtime/edge.js +0 -31
  72. package/prisma-gen/runtime/index-browser.d.ts +0 -365
  73. package/prisma-gen/runtime/index-browser.js +0 -13
  74. package/prisma-gen/runtime/library.d.ts +0 -3403
  75. package/prisma-gen/runtime/library.js +0 -143
  76. package/prisma-gen/runtime/react-native.js +0 -80
  77. package/prisma-gen/runtime/wasm.js +0 -32
  78. package/prisma-gen/wasm.d.ts +0 -1
  79. package/prisma-gen/wasm.js +0 -397
@@ -0,0 +1,378 @@
1
+ import type * as Prisma from "./internal/prismaNamespace";
2
+ export type StringFilter<$PrismaModel = never> = {
3
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel>;
4
+ in?: string[];
5
+ notIn?: string[];
6
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
7
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
8
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
9
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
10
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
11
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
12
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
13
+ not?: Prisma.NestedStringFilter<$PrismaModel> | string;
14
+ };
15
+ export type StringNullableFilter<$PrismaModel = never> = {
16
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null;
17
+ in?: string[] | null;
18
+ notIn?: string[] | null;
19
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
20
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
21
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
22
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
23
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
24
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
25
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
26
+ not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null;
27
+ };
28
+ export type SortOrderInput = {
29
+ sort: Prisma.SortOrder;
30
+ nulls?: Prisma.NullsOrder;
31
+ };
32
+ export type StringWithAggregatesFilter<$PrismaModel = never> = {
33
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel>;
34
+ in?: string[];
35
+ notIn?: string[];
36
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
37
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
38
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
39
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
40
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
41
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
42
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
43
+ not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string;
44
+ _count?: Prisma.NestedIntFilter<$PrismaModel>;
45
+ _min?: Prisma.NestedStringFilter<$PrismaModel>;
46
+ _max?: Prisma.NestedStringFilter<$PrismaModel>;
47
+ };
48
+ export type StringNullableWithAggregatesFilter<$PrismaModel = never> = {
49
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null;
50
+ in?: string[] | null;
51
+ notIn?: string[] | null;
52
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
53
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
54
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
55
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
56
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
57
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
58
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
59
+ not?: Prisma.NestedStringNullableWithAggregatesFilter<$PrismaModel> | string | null;
60
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
61
+ _min?: Prisma.NestedStringNullableFilter<$PrismaModel>;
62
+ _max?: Prisma.NestedStringNullableFilter<$PrismaModel>;
63
+ };
64
+ export type BoolFilter<$PrismaModel = never> = {
65
+ equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>;
66
+ not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean;
67
+ };
68
+ export type DateTimeFilter<$PrismaModel = never> = {
69
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
70
+ in?: Date[] | string[];
71
+ notIn?: Date[] | string[];
72
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
73
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
74
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
75
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
76
+ not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string;
77
+ };
78
+ export type IntFilter<$PrismaModel = never> = {
79
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel>;
80
+ in?: number[];
81
+ notIn?: number[];
82
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
83
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
84
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
85
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
86
+ not?: Prisma.NestedIntFilter<$PrismaModel> | number;
87
+ };
88
+ export type DateTimeNullableFilter<$PrismaModel = never> = {
89
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null;
90
+ in?: Date[] | string[] | null;
91
+ notIn?: Date[] | string[] | null;
92
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
93
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
94
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
95
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
96
+ not?: Prisma.NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null;
97
+ };
98
+ export type BoolWithAggregatesFilter<$PrismaModel = never> = {
99
+ equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>;
100
+ not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean;
101
+ _count?: Prisma.NestedIntFilter<$PrismaModel>;
102
+ _min?: Prisma.NestedBoolFilter<$PrismaModel>;
103
+ _max?: Prisma.NestedBoolFilter<$PrismaModel>;
104
+ };
105
+ export type DateTimeWithAggregatesFilter<$PrismaModel = never> = {
106
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
107
+ in?: Date[] | string[];
108
+ notIn?: Date[] | string[];
109
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
110
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
111
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
112
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
113
+ not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string;
114
+ _count?: Prisma.NestedIntFilter<$PrismaModel>;
115
+ _min?: Prisma.NestedDateTimeFilter<$PrismaModel>;
116
+ _max?: Prisma.NestedDateTimeFilter<$PrismaModel>;
117
+ };
118
+ export type IntWithAggregatesFilter<$PrismaModel = never> = {
119
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel>;
120
+ in?: number[];
121
+ notIn?: number[];
122
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
123
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
124
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
125
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
126
+ not?: Prisma.NestedIntWithAggregatesFilter<$PrismaModel> | number;
127
+ _count?: Prisma.NestedIntFilter<$PrismaModel>;
128
+ _avg?: Prisma.NestedFloatFilter<$PrismaModel>;
129
+ _sum?: Prisma.NestedIntFilter<$PrismaModel>;
130
+ _min?: Prisma.NestedIntFilter<$PrismaModel>;
131
+ _max?: Prisma.NestedIntFilter<$PrismaModel>;
132
+ };
133
+ export type DateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
134
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null;
135
+ in?: Date[] | string[] | null;
136
+ notIn?: Date[] | string[] | null;
137
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
138
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
139
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
140
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
141
+ not?: Prisma.NestedDateTimeNullableWithAggregatesFilter<$PrismaModel> | Date | string | null;
142
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
143
+ _min?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>;
144
+ _max?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>;
145
+ };
146
+ export type BoolNullableFilter<$PrismaModel = never> = {
147
+ equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null;
148
+ not?: Prisma.NestedBoolNullableFilter<$PrismaModel> | boolean | null;
149
+ };
150
+ export type BoolNullableWithAggregatesFilter<$PrismaModel = never> = {
151
+ equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null;
152
+ not?: Prisma.NestedBoolNullableWithAggregatesFilter<$PrismaModel> | boolean | null;
153
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
154
+ _min?: Prisma.NestedBoolNullableFilter<$PrismaModel>;
155
+ _max?: Prisma.NestedBoolNullableFilter<$PrismaModel>;
156
+ };
157
+ export type IntNullableFilter<$PrismaModel = never> = {
158
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null;
159
+ in?: number[] | null;
160
+ notIn?: number[] | null;
161
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
162
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
163
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
164
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
165
+ not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null;
166
+ };
167
+ export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
168
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null;
169
+ in?: number[] | null;
170
+ notIn?: number[] | null;
171
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
172
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
173
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
174
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
175
+ not?: Prisma.NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null;
176
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
177
+ _avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>;
178
+ _sum?: Prisma.NestedIntNullableFilter<$PrismaModel>;
179
+ _min?: Prisma.NestedIntNullableFilter<$PrismaModel>;
180
+ _max?: Prisma.NestedIntNullableFilter<$PrismaModel>;
181
+ };
182
+ export type NestedStringFilter<$PrismaModel = never> = {
183
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel>;
184
+ in?: string[];
185
+ notIn?: string[];
186
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
187
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
188
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
189
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
190
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
191
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
192
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
193
+ not?: Prisma.NestedStringFilter<$PrismaModel> | string;
194
+ };
195
+ export type NestedStringNullableFilter<$PrismaModel = never> = {
196
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null;
197
+ in?: string[] | null;
198
+ notIn?: string[] | null;
199
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
200
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
201
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
202
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
203
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
204
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
205
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
206
+ not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null;
207
+ };
208
+ export type NestedStringWithAggregatesFilter<$PrismaModel = never> = {
209
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel>;
210
+ in?: string[];
211
+ notIn?: string[];
212
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
213
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
214
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
215
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
216
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
217
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
218
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
219
+ not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string;
220
+ _count?: Prisma.NestedIntFilter<$PrismaModel>;
221
+ _min?: Prisma.NestedStringFilter<$PrismaModel>;
222
+ _max?: Prisma.NestedStringFilter<$PrismaModel>;
223
+ };
224
+ export type NestedIntFilter<$PrismaModel = never> = {
225
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel>;
226
+ in?: number[];
227
+ notIn?: number[];
228
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
229
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
230
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
231
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
232
+ not?: Prisma.NestedIntFilter<$PrismaModel> | number;
233
+ };
234
+ export type NestedStringNullableWithAggregatesFilter<$PrismaModel = never> = {
235
+ equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null;
236
+ in?: string[] | null;
237
+ notIn?: string[] | null;
238
+ lt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
239
+ lte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
240
+ gt?: string | Prisma.StringFieldRefInput<$PrismaModel>;
241
+ gte?: string | Prisma.StringFieldRefInput<$PrismaModel>;
242
+ contains?: string | Prisma.StringFieldRefInput<$PrismaModel>;
243
+ startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
244
+ endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>;
245
+ not?: Prisma.NestedStringNullableWithAggregatesFilter<$PrismaModel> | string | null;
246
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
247
+ _min?: Prisma.NestedStringNullableFilter<$PrismaModel>;
248
+ _max?: Prisma.NestedStringNullableFilter<$PrismaModel>;
249
+ };
250
+ export type NestedIntNullableFilter<$PrismaModel = never> = {
251
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null;
252
+ in?: number[] | null;
253
+ notIn?: number[] | null;
254
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
255
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
256
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
257
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
258
+ not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null;
259
+ };
260
+ export type NestedBoolFilter<$PrismaModel = never> = {
261
+ equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>;
262
+ not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean;
263
+ };
264
+ export type NestedDateTimeFilter<$PrismaModel = never> = {
265
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
266
+ in?: Date[] | string[];
267
+ notIn?: Date[] | string[];
268
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
269
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
270
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
271
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
272
+ not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string;
273
+ };
274
+ export type NestedDateTimeNullableFilter<$PrismaModel = never> = {
275
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null;
276
+ in?: Date[] | string[] | null;
277
+ notIn?: Date[] | string[] | null;
278
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
279
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
280
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
281
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
282
+ not?: Prisma.NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null;
283
+ };
284
+ export type NestedBoolWithAggregatesFilter<$PrismaModel = never> = {
285
+ equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>;
286
+ not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean;
287
+ _count?: Prisma.NestedIntFilter<$PrismaModel>;
288
+ _min?: Prisma.NestedBoolFilter<$PrismaModel>;
289
+ _max?: Prisma.NestedBoolFilter<$PrismaModel>;
290
+ };
291
+ export type NestedDateTimeWithAggregatesFilter<$PrismaModel = never> = {
292
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
293
+ in?: Date[] | string[];
294
+ notIn?: Date[] | string[];
295
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
296
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
297
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
298
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
299
+ not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string;
300
+ _count?: Prisma.NestedIntFilter<$PrismaModel>;
301
+ _min?: Prisma.NestedDateTimeFilter<$PrismaModel>;
302
+ _max?: Prisma.NestedDateTimeFilter<$PrismaModel>;
303
+ };
304
+ export type NestedIntWithAggregatesFilter<$PrismaModel = never> = {
305
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel>;
306
+ in?: number[];
307
+ notIn?: number[];
308
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
309
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
310
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
311
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
312
+ not?: Prisma.NestedIntWithAggregatesFilter<$PrismaModel> | number;
313
+ _count?: Prisma.NestedIntFilter<$PrismaModel>;
314
+ _avg?: Prisma.NestedFloatFilter<$PrismaModel>;
315
+ _sum?: Prisma.NestedIntFilter<$PrismaModel>;
316
+ _min?: Prisma.NestedIntFilter<$PrismaModel>;
317
+ _max?: Prisma.NestedIntFilter<$PrismaModel>;
318
+ };
319
+ export type NestedFloatFilter<$PrismaModel = never> = {
320
+ equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
321
+ in?: number[];
322
+ notIn?: number[];
323
+ lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
324
+ lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
325
+ gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
326
+ gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
327
+ not?: Prisma.NestedFloatFilter<$PrismaModel> | number;
328
+ };
329
+ export type NestedDateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
330
+ equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null;
331
+ in?: Date[] | string[] | null;
332
+ notIn?: Date[] | string[] | null;
333
+ lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
334
+ lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
335
+ gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
336
+ gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>;
337
+ not?: Prisma.NestedDateTimeNullableWithAggregatesFilter<$PrismaModel> | Date | string | null;
338
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
339
+ _min?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>;
340
+ _max?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>;
341
+ };
342
+ export type NestedBoolNullableFilter<$PrismaModel = never> = {
343
+ equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null;
344
+ not?: Prisma.NestedBoolNullableFilter<$PrismaModel> | boolean | null;
345
+ };
346
+ export type NestedBoolNullableWithAggregatesFilter<$PrismaModel = never> = {
347
+ equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null;
348
+ not?: Prisma.NestedBoolNullableWithAggregatesFilter<$PrismaModel> | boolean | null;
349
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
350
+ _min?: Prisma.NestedBoolNullableFilter<$PrismaModel>;
351
+ _max?: Prisma.NestedBoolNullableFilter<$PrismaModel>;
352
+ };
353
+ export type NestedIntNullableWithAggregatesFilter<$PrismaModel = never> = {
354
+ equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null;
355
+ in?: number[] | null;
356
+ notIn?: number[] | null;
357
+ lt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
358
+ lte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
359
+ gt?: number | Prisma.IntFieldRefInput<$PrismaModel>;
360
+ gte?: number | Prisma.IntFieldRefInput<$PrismaModel>;
361
+ not?: Prisma.NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null;
362
+ _count?: Prisma.NestedIntNullableFilter<$PrismaModel>;
363
+ _avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>;
364
+ _sum?: Prisma.NestedIntNullableFilter<$PrismaModel>;
365
+ _min?: Prisma.NestedIntNullableFilter<$PrismaModel>;
366
+ _max?: Prisma.NestedIntNullableFilter<$PrismaModel>;
367
+ };
368
+ export type NestedFloatNullableFilter<$PrismaModel = never> = {
369
+ equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null;
370
+ in?: number[] | null;
371
+ notIn?: number[] | null;
372
+ lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
373
+ lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
374
+ gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
375
+ gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>;
376
+ not?: Prisma.NestedFloatNullableFilter<$PrismaModel> | number | null;
377
+ };
378
+ //# sourceMappingURL=commonInputTypes.d.ts.map
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=enums.d.ts.map