@mframework/layer-shared 0.0.1 → 0.0.3

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "name": "@meeovi/layer-shared",
3
- "version": "1.1.7",
4
- "description": "Shared Layer for the Alternate Framework",
2
+ "name": "@mframework/layer-shared",
3
+ "version": "0.0.3",
4
+ "description": "Shared Layer for the M Framework",
5
5
  "main": "./module.ts",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -15,13 +15,9 @@
15
15
  "@fortawesome/vue-fontawesome": "^3.1.2",
16
16
  "@grapesjs/studio-sdk": "^1.0.57",
17
17
  "@mdi/font": "^7.4.47",
18
- "@meeovi/adapter-directus": "^1.0.0",
18
+ "@mframework/api": "^0.0.1",
19
19
  "@nuxt/image": "^2.0.0",
20
20
  "@nuxtjs/i18n": "^10.1.0",
21
- "@pinia/nuxt": "^0.11.3",
22
- "@prisma/adapter-pg": "^7.3.0",
23
- "@prisma/client": "^7.3.0",
24
- "@prisma/client-runtime-utils": "^7.3.0",
25
21
  "@vue/apollo-composable": "^4.2.2",
26
22
  "@vueuse/motion": "^3.0.3",
27
23
  "eslint": "^9.32.0",
@@ -45,19 +41,18 @@
45
41
  "@vueuse/core": "^14.0.0",
46
42
  "@vueuse/nuxt": "^14.0.0",
47
43
  "nuxt": "^4.3.0",
48
- "prisma": "^7.3.0",
49
44
  "sass": "^1.94.2",
50
45
  "sass-embedded": "^1.93.3",
51
46
  "vitest": "^4.0.18"
52
47
  },
53
48
  "keywords": [
54
49
  "shared",
55
- "alternate-framework",
50
+ "mframework-framework",
56
51
  "nuxt",
57
52
  "layer",
58
53
  "content"
59
54
  ],
60
- "author": "Meeovi",
55
+ "author": "M Framework",
61
56
  "license": "MIT",
62
57
  "type": "module",
63
58
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mframework/layer-shared",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Shared Layer for the M Framework",
5
5
  "main": "./module.ts",
6
6
  "scripts": {
@@ -15,13 +15,9 @@
15
15
  "@fortawesome/vue-fontawesome": "^3.1.2",
16
16
  "@grapesjs/studio-sdk": "^1.0.57",
17
17
  "@mdi/font": "^7.4.47",
18
- "@mframework/adapter-directus": "^1.0.0",
18
+ "@mframework/api": "^0.0.1",
19
19
  "@nuxt/image": "^2.0.0",
20
20
  "@nuxtjs/i18n": "^10.1.0",
21
- "@pinia/nuxt": "^0.11.3",
22
- "@prisma/adapter-pg": "^7.3.0",
23
- "@prisma/client": "^7.3.0",
24
- "@prisma/client-runtime-utils": "^7.3.0",
25
21
  "@vue/apollo-composable": "^4.2.2",
26
22
  "@vueuse/motion": "^3.0.3",
27
23
  "eslint": "^9.32.0",
@@ -45,7 +41,6 @@
45
41
  "@vueuse/core": "^14.0.0",
46
42
  "@vueuse/nuxt": "^14.0.0",
47
43
  "nuxt": "^4.3.0",
48
- "prisma": "^7.3.0",
49
44
  "sass": "^1.94.2",
50
45
  "sass-embedded": "^1.93.3",
51
46
  "vitest": "^4.0.18"
@@ -69,4 +64,4 @@
69
64
  "prisma",
70
65
  "i18n"
71
66
  ]
72
- }
67
+ }
@@ -1,44 +0,0 @@
1
-
2
- /* !!! This is code generated by Prisma. Do not edit directly. !!! */
3
- /* eslint-disable */
4
- // biome-ignore-all lint: generated file
5
- // @ts-nocheck
6
- /*
7
- * This file should be your main import to use Prisma-related types and utilities in a browser.
8
- * Use it to get access to models, enums, and input types.
9
- *
10
- * This file does not contain a `PrismaClient` class, nor several other helpers that are intended as server-side only.
11
- * See `client.ts` for the standard, server-side entry point.
12
- *
13
- * 🟢 You can import this file directly.
14
- */
15
-
16
- import * as Prisma from './internal/prismaNamespaceBrowser'
17
- export { Prisma }
18
- export * as $Enums from './enums'
19
- export * from './enums';
20
- /**
21
- * Model User
22
- *
23
- */
24
- export type User = Prisma.UserModel
25
- /**
26
- * Model Session
27
- *
28
- */
29
- export type Session = Prisma.SessionModel
30
- /**
31
- * Model Account
32
- *
33
- */
34
- export type Account = Prisma.AccountModel
35
- /**
36
- * Model Verification
37
- *
38
- */
39
- export type Verification = Prisma.VerificationModel
40
- /**
41
- * Model Upload
42
- *
43
- */
44
- export type Upload = Prisma.UploadModel
@@ -1,66 +0,0 @@
1
-
2
- /* !!! This is code generated by Prisma. Do not edit directly. !!! */
3
- /* eslint-disable */
4
- // biome-ignore-all lint: generated file
5
- // @ts-nocheck
6
- /*
7
- * This file should be your main import to use Prisma. Through it you get access to all the models, enums, and input types.
8
- * If you're looking for something you can import in the client-side of your application, please refer to the `browser.ts` file instead.
9
- *
10
- * 🟢 You can import this file directly.
11
- */
12
-
13
- import * as process from 'node:process'
14
- import * as path from 'node:path'
15
- import { fileURLToPath } from 'node:url'
16
- globalThis['__dirname'] = path.dirname(fileURLToPath(import.meta.url))
17
-
18
- import * as runtime from "@prisma/client/runtime/client"
19
- import * as $Enums from "./enums"
20
- import * as $Class from "./internal/class"
21
- import * as Prisma from "./internal/prismaNamespace"
22
-
23
- export * as $Enums from './enums'
24
- export * from "./enums"
25
- /**
26
- * ## Prisma Client
27
- *
28
- * Type-safe database client for TypeScript
29
- * @example
30
- * ```
31
- * const prisma = new PrismaClient()
32
- * // Fetch zero or more Users
33
- * const users = await prisma.user.findMany()
34
- * ```
35
- *
36
- * Read more in our [docs](https://pris.ly/d/client).
37
- */
38
- export const PrismaClient = $Class.getPrismaClientClass()
39
- export type PrismaClient<LogOpts extends Prisma.LogLevel = never, OmitOpts extends Prisma.PrismaClientOptions["omit"] = Prisma.PrismaClientOptions["omit"], ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = $Class.PrismaClient<LogOpts, OmitOpts, ExtArgs>
40
- export { Prisma }
41
-
42
- /**
43
- * Model User
44
- *
45
- */
46
- export type User = Prisma.UserModel
47
- /**
48
- * Model Session
49
- *
50
- */
51
- export type Session = Prisma.SessionModel
52
- /**
53
- * Model Account
54
- *
55
- */
56
- export type Account = Prisma.AccountModel
57
- /**
58
- * Model Verification
59
- *
60
- */
61
- export type Verification = Prisma.VerificationModel
62
- /**
63
- * Model Upload
64
- *
65
- */
66
- export type Upload = Prisma.UploadModel
@@ -1,432 +0,0 @@
1
-
2
- /* !!! This is code generated by Prisma. Do not edit directly. !!! */
3
- /* eslint-disable */
4
- // biome-ignore-all lint: generated file
5
- // @ts-nocheck
6
- /*
7
- * This file exports various common sort, input & filter types that are not directly linked to a particular model.
8
- *
9
- * 🟢 You can import this file directly.
10
- */
11
-
12
- import type * as runtime from "@prisma/client/runtime/client"
13
- import * as $Enums from "./enums"
14
- import type * as Prisma from "./internal/prismaNamespace"
15
-
16
-
17
- export type StringFilter<$PrismaModel = never> = {
18
- equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
19
- in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
20
- notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
21
- lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
22
- lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
23
- gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
24
- gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
25
- contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
26
- startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
27
- endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
28
- mode?: Prisma.QueryMode
29
- not?: Prisma.NestedStringFilter<$PrismaModel> | string
30
- }
31
-
32
- export type BoolFilter<$PrismaModel = never> = {
33
- equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
34
- not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean
35
- }
36
-
37
- export type StringNullableFilter<$PrismaModel = never> = {
38
- equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
39
- in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
40
- notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
41
- lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
42
- lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
43
- gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
44
- gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
45
- contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
46
- startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
47
- endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
48
- mode?: Prisma.QueryMode
49
- not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null
50
- }
51
-
52
- export type DateTimeNullableFilter<$PrismaModel = never> = {
53
- equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
54
- in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
55
- notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
56
- lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
57
- lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
58
- gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
59
- gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
60
- not?: Prisma.NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
61
- }
62
-
63
- export type BoolNullableFilter<$PrismaModel = never> = {
64
- equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null
65
- not?: Prisma.NestedBoolNullableFilter<$PrismaModel> | boolean | null
66
- }
67
-
68
- export type SortOrderInput = {
69
- sort: Prisma.SortOrder
70
- nulls?: Prisma.NullsOrder
71
- }
72
-
73
- export type StringWithAggregatesFilter<$PrismaModel = never> = {
74
- equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
75
- in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
76
- notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
77
- lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
78
- lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
79
- gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
80
- gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
81
- contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
82
- startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
83
- endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
84
- mode?: Prisma.QueryMode
85
- not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string
86
- _count?: Prisma.NestedIntFilter<$PrismaModel>
87
- _min?: Prisma.NestedStringFilter<$PrismaModel>
88
- _max?: Prisma.NestedStringFilter<$PrismaModel>
89
- }
90
-
91
- export type BoolWithAggregatesFilter<$PrismaModel = never> = {
92
- equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
93
- not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
94
- _count?: Prisma.NestedIntFilter<$PrismaModel>
95
- _min?: Prisma.NestedBoolFilter<$PrismaModel>
96
- _max?: Prisma.NestedBoolFilter<$PrismaModel>
97
- }
98
-
99
- export type StringNullableWithAggregatesFilter<$PrismaModel = never> = {
100
- equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
101
- in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
102
- notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
103
- lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
104
- lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
105
- gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
106
- gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
107
- contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
108
- startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
109
- endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
110
- mode?: Prisma.QueryMode
111
- not?: Prisma.NestedStringNullableWithAggregatesFilter<$PrismaModel> | string | null
112
- _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
113
- _min?: Prisma.NestedStringNullableFilter<$PrismaModel>
114
- _max?: Prisma.NestedStringNullableFilter<$PrismaModel>
115
- }
116
-
117
- export type DateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
118
- equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
119
- in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
120
- notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
121
- lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
122
- lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
123
- gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
124
- gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
125
- not?: Prisma.NestedDateTimeNullableWithAggregatesFilter<$PrismaModel> | Date | string | null
126
- _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
127
- _min?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
128
- _max?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
129
- }
130
-
131
- export type BoolNullableWithAggregatesFilter<$PrismaModel = never> = {
132
- equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null
133
- not?: Prisma.NestedBoolNullableWithAggregatesFilter<$PrismaModel> | boolean | null
134
- _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
135
- _min?: Prisma.NestedBoolNullableFilter<$PrismaModel>
136
- _max?: Prisma.NestedBoolNullableFilter<$PrismaModel>
137
- }
138
-
139
- export type DateTimeFilter<$PrismaModel = never> = {
140
- equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
141
- in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
142
- notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
143
- lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
144
- lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
145
- gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
146
- gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
147
- not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string
148
- }
149
-
150
- export type DateTimeWithAggregatesFilter<$PrismaModel = never> = {
151
- equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
152
- in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
153
- notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
154
- lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
155
- lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
156
- gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
157
- gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
158
- not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
159
- _count?: Prisma.NestedIntFilter<$PrismaModel>
160
- _min?: Prisma.NestedDateTimeFilter<$PrismaModel>
161
- _max?: Prisma.NestedDateTimeFilter<$PrismaModel>
162
- }
163
-
164
- export type IntFilter<$PrismaModel = never> = {
165
- equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
166
- in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
167
- notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
168
- lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
169
- lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
170
- gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
171
- gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
172
- not?: Prisma.NestedIntFilter<$PrismaModel> | number
173
- }
174
-
175
- export type IntNullableFilter<$PrismaModel = never> = {
176
- equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
177
- in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
178
- notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
179
- lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
180
- lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
181
- gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
182
- gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
183
- not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null
184
- }
185
-
186
- export type IntWithAggregatesFilter<$PrismaModel = never> = {
187
- equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
188
- in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
189
- notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
190
- lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
191
- lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
192
- gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
193
- gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
194
- not?: Prisma.NestedIntWithAggregatesFilter<$PrismaModel> | number
195
- _count?: Prisma.NestedIntFilter<$PrismaModel>
196
- _avg?: Prisma.NestedFloatFilter<$PrismaModel>
197
- _sum?: Prisma.NestedIntFilter<$PrismaModel>
198
- _min?: Prisma.NestedIntFilter<$PrismaModel>
199
- _max?: Prisma.NestedIntFilter<$PrismaModel>
200
- }
201
-
202
- export type IntNullableWithAggregatesFilter<$PrismaModel = never> = {
203
- equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
204
- in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
205
- notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
206
- lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
207
- lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
208
- gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
209
- gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
210
- not?: Prisma.NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
211
- _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
212
- _avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
213
- _sum?: Prisma.NestedIntNullableFilter<$PrismaModel>
214
- _min?: Prisma.NestedIntNullableFilter<$PrismaModel>
215
- _max?: Prisma.NestedIntNullableFilter<$PrismaModel>
216
- }
217
-
218
- export type NestedStringFilter<$PrismaModel = never> = {
219
- equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
220
- in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
221
- notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
222
- lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
223
- lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
224
- gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
225
- gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
226
- contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
227
- startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
228
- endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
229
- not?: Prisma.NestedStringFilter<$PrismaModel> | string
230
- }
231
-
232
- export type NestedBoolFilter<$PrismaModel = never> = {
233
- equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
234
- not?: Prisma.NestedBoolFilter<$PrismaModel> | boolean
235
- }
236
-
237
- export type NestedStringNullableFilter<$PrismaModel = never> = {
238
- equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
239
- in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
240
- notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
241
- lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
242
- lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
243
- gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
244
- gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
245
- contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
246
- startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
247
- endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
248
- not?: Prisma.NestedStringNullableFilter<$PrismaModel> | string | null
249
- }
250
-
251
- export type NestedDateTimeNullableFilter<$PrismaModel = never> = {
252
- equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
253
- in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
254
- notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
255
- lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
256
- lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
257
- gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
258
- gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
259
- not?: Prisma.NestedDateTimeNullableFilter<$PrismaModel> | Date | string | null
260
- }
261
-
262
- export type NestedBoolNullableFilter<$PrismaModel = never> = {
263
- equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null
264
- not?: Prisma.NestedBoolNullableFilter<$PrismaModel> | boolean | null
265
- }
266
-
267
- export type NestedStringWithAggregatesFilter<$PrismaModel = never> = {
268
- equals?: string | Prisma.StringFieldRefInput<$PrismaModel>
269
- in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
270
- notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel>
271
- lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
272
- lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
273
- gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
274
- gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
275
- contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
276
- startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
277
- endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
278
- not?: Prisma.NestedStringWithAggregatesFilter<$PrismaModel> | string
279
- _count?: Prisma.NestedIntFilter<$PrismaModel>
280
- _min?: Prisma.NestedStringFilter<$PrismaModel>
281
- _max?: Prisma.NestedStringFilter<$PrismaModel>
282
- }
283
-
284
- export type NestedIntFilter<$PrismaModel = never> = {
285
- equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
286
- in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
287
- notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
288
- lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
289
- lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
290
- gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
291
- gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
292
- not?: Prisma.NestedIntFilter<$PrismaModel> | number
293
- }
294
-
295
- export type NestedBoolWithAggregatesFilter<$PrismaModel = never> = {
296
- equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel>
297
- not?: Prisma.NestedBoolWithAggregatesFilter<$PrismaModel> | boolean
298
- _count?: Prisma.NestedIntFilter<$PrismaModel>
299
- _min?: Prisma.NestedBoolFilter<$PrismaModel>
300
- _max?: Prisma.NestedBoolFilter<$PrismaModel>
301
- }
302
-
303
- export type NestedStringNullableWithAggregatesFilter<$PrismaModel = never> = {
304
- equals?: string | Prisma.StringFieldRefInput<$PrismaModel> | null
305
- in?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
306
- notIn?: string[] | Prisma.ListStringFieldRefInput<$PrismaModel> | null
307
- lt?: string | Prisma.StringFieldRefInput<$PrismaModel>
308
- lte?: string | Prisma.StringFieldRefInput<$PrismaModel>
309
- gt?: string | Prisma.StringFieldRefInput<$PrismaModel>
310
- gte?: string | Prisma.StringFieldRefInput<$PrismaModel>
311
- contains?: string | Prisma.StringFieldRefInput<$PrismaModel>
312
- startsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
313
- endsWith?: string | Prisma.StringFieldRefInput<$PrismaModel>
314
- not?: Prisma.NestedStringNullableWithAggregatesFilter<$PrismaModel> | string | null
315
- _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
316
- _min?: Prisma.NestedStringNullableFilter<$PrismaModel>
317
- _max?: Prisma.NestedStringNullableFilter<$PrismaModel>
318
- }
319
-
320
- export type NestedIntNullableFilter<$PrismaModel = never> = {
321
- equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
322
- in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
323
- notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
324
- lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
325
- lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
326
- gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
327
- gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
328
- not?: Prisma.NestedIntNullableFilter<$PrismaModel> | number | null
329
- }
330
-
331
- export type NestedDateTimeNullableWithAggregatesFilter<$PrismaModel = never> = {
332
- equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel> | null
333
- in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
334
- notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel> | null
335
- lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
336
- lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
337
- gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
338
- gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
339
- not?: Prisma.NestedDateTimeNullableWithAggregatesFilter<$PrismaModel> | Date | string | null
340
- _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
341
- _min?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
342
- _max?: Prisma.NestedDateTimeNullableFilter<$PrismaModel>
343
- }
344
-
345
- export type NestedBoolNullableWithAggregatesFilter<$PrismaModel = never> = {
346
- equals?: boolean | Prisma.BooleanFieldRefInput<$PrismaModel> | null
347
- not?: Prisma.NestedBoolNullableWithAggregatesFilter<$PrismaModel> | boolean | null
348
- _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
349
- _min?: Prisma.NestedBoolNullableFilter<$PrismaModel>
350
- _max?: Prisma.NestedBoolNullableFilter<$PrismaModel>
351
- }
352
-
353
- export type NestedDateTimeFilter<$PrismaModel = never> = {
354
- equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
355
- in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
356
- notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
357
- lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
358
- lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
359
- gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
360
- gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
361
- not?: Prisma.NestedDateTimeFilter<$PrismaModel> | Date | string
362
- }
363
-
364
- export type NestedDateTimeWithAggregatesFilter<$PrismaModel = never> = {
365
- equals?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
366
- in?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
367
- notIn?: Date[] | string[] | Prisma.ListDateTimeFieldRefInput<$PrismaModel>
368
- lt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
369
- lte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
370
- gt?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
371
- gte?: Date | string | Prisma.DateTimeFieldRefInput<$PrismaModel>
372
- not?: Prisma.NestedDateTimeWithAggregatesFilter<$PrismaModel> | Date | string
373
- _count?: Prisma.NestedIntFilter<$PrismaModel>
374
- _min?: Prisma.NestedDateTimeFilter<$PrismaModel>
375
- _max?: Prisma.NestedDateTimeFilter<$PrismaModel>
376
- }
377
-
378
- export type NestedIntWithAggregatesFilter<$PrismaModel = never> = {
379
- equals?: number | Prisma.IntFieldRefInput<$PrismaModel>
380
- in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
381
- notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel>
382
- lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
383
- lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
384
- gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
385
- gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
386
- not?: Prisma.NestedIntWithAggregatesFilter<$PrismaModel> | number
387
- _count?: Prisma.NestedIntFilter<$PrismaModel>
388
- _avg?: Prisma.NestedFloatFilter<$PrismaModel>
389
- _sum?: Prisma.NestedIntFilter<$PrismaModel>
390
- _min?: Prisma.NestedIntFilter<$PrismaModel>
391
- _max?: Prisma.NestedIntFilter<$PrismaModel>
392
- }
393
-
394
- export type NestedFloatFilter<$PrismaModel = never> = {
395
- equals?: number | Prisma.FloatFieldRefInput<$PrismaModel>
396
- in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
397
- notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel>
398
- lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
399
- lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
400
- gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
401
- gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
402
- not?: Prisma.NestedFloatFilter<$PrismaModel> | number
403
- }
404
-
405
- export type NestedIntNullableWithAggregatesFilter<$PrismaModel = never> = {
406
- equals?: number | Prisma.IntFieldRefInput<$PrismaModel> | null
407
- in?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
408
- notIn?: number[] | Prisma.ListIntFieldRefInput<$PrismaModel> | null
409
- lt?: number | Prisma.IntFieldRefInput<$PrismaModel>
410
- lte?: number | Prisma.IntFieldRefInput<$PrismaModel>
411
- gt?: number | Prisma.IntFieldRefInput<$PrismaModel>
412
- gte?: number | Prisma.IntFieldRefInput<$PrismaModel>
413
- not?: Prisma.NestedIntNullableWithAggregatesFilter<$PrismaModel> | number | null
414
- _count?: Prisma.NestedIntNullableFilter<$PrismaModel>
415
- _avg?: Prisma.NestedFloatNullableFilter<$PrismaModel>
416
- _sum?: Prisma.NestedIntNullableFilter<$PrismaModel>
417
- _min?: Prisma.NestedIntNullableFilter<$PrismaModel>
418
- _max?: Prisma.NestedIntNullableFilter<$PrismaModel>
419
- }
420
-
421
- export type NestedFloatNullableFilter<$PrismaModel = never> = {
422
- equals?: number | Prisma.FloatFieldRefInput<$PrismaModel> | null
423
- in?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
424
- notIn?: number[] | Prisma.ListFloatFieldRefInput<$PrismaModel> | null
425
- lt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
426
- lte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
427
- gt?: number | Prisma.FloatFieldRefInput<$PrismaModel>
428
- gte?: number | Prisma.FloatFieldRefInput<$PrismaModel>
429
- not?: Prisma.NestedFloatNullableFilter<$PrismaModel> | number | null
430
- }
431
-
432
-
@@ -1,15 +0,0 @@
1
-
2
- /* !!! This is code generated by Prisma. Do not edit directly. !!! */
3
- /* eslint-disable */
4
- // biome-ignore-all lint: generated file
5
- // @ts-nocheck
6
- /*
7
- * This file exports all enum related types from the schema.
8
- *
9
- * 🟢 You can import this file directly.
10
- */
11
-
12
-
13
-
14
- // This file is empty because there are no enums in the schema.
15
- export {}