@fonoster/identity 0.9.30 → 0.9.35
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/db.d.ts +6 -6
- package/dist/generated/@prisma/client/edge.js +11 -11
- package/dist/generated/@prisma/client/index-browser.js +4 -4
- package/dist/generated/@prisma/client/index.d.ts +85 -82
- package/dist/generated/@prisma/client/index.js +13 -13
- package/dist/generated/@prisma/client/libquery_engine-darwin-arm64.dylib.node +0 -0
- package/dist/generated/@prisma/client/libquery_engine-debian-openssl-3.0.x.so.node +0 -0
- package/dist/generated/@prisma/client/package.json +1 -1
- package/dist/generated/@prisma/client/runtime/edge-esm.js +18 -18
- package/dist/generated/@prisma/client/runtime/edge.js +18 -18
- package/dist/generated/@prisma/client/runtime/index-browser.d.ts +2 -2
- package/dist/generated/@prisma/client/runtime/index-browser.js +1 -1
- package/dist/generated/@prisma/client/runtime/library.d.ts +123 -105
- package/dist/generated/@prisma/client/runtime/library.js +56 -56
- package/dist/generated/@prisma/client/runtime/react-native.js +25 -25
- package/dist/generated/@prisma/client/runtime/wasm.js +19 -19
- package/dist/generated/@prisma/client/wasm.js +4 -4
- package/dist/utils/createGetApiKeyByAccessKeyId.d.ts +3 -3
- package/dist/utils/createGetUserByAccessKeyId.d.ts +3 -9
- package/dist/utils/createGetUserByEmail.d.ts +2 -2
- package/dist/utils/createGetUserByWorkspaceAccessKeyId.d.ts +2 -2
- package/package.json +3 -3
package/dist/db.d.ts
CHANGED
|
@@ -4,16 +4,16 @@ export declare const createPrismaClient: (dbUrl: string, cloakEncryptionKey: str
|
|
|
4
4
|
model: {};
|
|
5
5
|
query: {};
|
|
6
6
|
client: {};
|
|
7
|
-
},
|
|
8
|
-
result: {};
|
|
9
|
-
model: {};
|
|
10
|
-
query: {};
|
|
11
|
-
client: {};
|
|
12
|
-
}, {
|
|
7
|
+
}, {}>, DMMF.TypeMapCb<{
|
|
13
8
|
datasources: {
|
|
14
9
|
db: {
|
|
15
10
|
url: string;
|
|
16
11
|
};
|
|
17
12
|
};
|
|
13
|
+
}>, {
|
|
14
|
+
result: {};
|
|
15
|
+
model: {};
|
|
16
|
+
query: {};
|
|
17
|
+
client: {};
|
|
18
18
|
}>;
|
|
19
19
|
export type Prisma = ReturnType<typeof createPrismaClient>;
|
|
@@ -32,12 +32,12 @@ exports.Prisma = Prisma
|
|
|
32
32
|
exports.$Enums = {}
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
|
-
* Prisma Client JS version: 6.
|
|
36
|
-
* Query Engine version:
|
|
35
|
+
* Prisma Client JS version: 6.5.0
|
|
36
|
+
* Query Engine version: 173f8d54f8d52e692c7e27e72a88314ec7aeff60
|
|
37
37
|
*/
|
|
38
38
|
Prisma.prismaVersion = {
|
|
39
|
-
client: "6.
|
|
40
|
-
engine: "
|
|
39
|
+
client: "6.5.0",
|
|
40
|
+
engine: "173f8d54f8d52e692c7e27e72a88314ec7aeff60"
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
Prisma.PrismaClientKnownRequestError = PrismaClientKnownRequestError;
|
|
@@ -203,7 +203,7 @@ const config = {
|
|
|
203
203
|
"value": "prisma-client-js"
|
|
204
204
|
},
|
|
205
205
|
"output": {
|
|
206
|
-
"value": "/
|
|
206
|
+
"value": "/home/runner/work/fonoster/fonoster/mods/identity/src/generated/@prisma/client",
|
|
207
207
|
"fromEnvVar": null
|
|
208
208
|
},
|
|
209
209
|
"config": {
|
|
@@ -212,26 +212,26 @@ const config = {
|
|
|
212
212
|
"binaryTargets": [
|
|
213
213
|
{
|
|
214
214
|
"fromEnvVar": null,
|
|
215
|
-
"value": "
|
|
215
|
+
"value": "debian-openssl-3.0.x",
|
|
216
216
|
"native": true
|
|
217
217
|
}
|
|
218
218
|
],
|
|
219
219
|
"previewFeatures": [],
|
|
220
|
-
"sourceFilePath": "/
|
|
220
|
+
"sourceFilePath": "/home/runner/work/fonoster/fonoster/mods/identity/schema.prisma",
|
|
221
221
|
"isCustomOutput": true
|
|
222
222
|
},
|
|
223
223
|
"relativeEnvPaths": {
|
|
224
|
-
"rootEnvPath": null
|
|
225
|
-
"schemaEnvPath": "../../../../../../.env"
|
|
224
|
+
"rootEnvPath": null
|
|
226
225
|
},
|
|
227
226
|
"relativePath": "../../../..",
|
|
228
|
-
"clientVersion": "6.
|
|
229
|
-
"engineVersion": "
|
|
227
|
+
"clientVersion": "6.5.0",
|
|
228
|
+
"engineVersion": "173f8d54f8d52e692c7e27e72a88314ec7aeff60",
|
|
230
229
|
"datasourceNames": [
|
|
231
230
|
"db"
|
|
232
231
|
],
|
|
233
232
|
"activeProvider": "postgresql",
|
|
234
233
|
"postinstall": false,
|
|
234
|
+
"ciName": "GitHub Actions",
|
|
235
235
|
"inlineDatasources": {
|
|
236
236
|
"db": {
|
|
237
237
|
"url": {
|
|
@@ -17,12 +17,12 @@ exports.Prisma = Prisma
|
|
|
17
17
|
exports.$Enums = {}
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
|
-
* Prisma Client JS version: 6.
|
|
21
|
-
* Query Engine version:
|
|
20
|
+
* Prisma Client JS version: 6.5.0
|
|
21
|
+
* Query Engine version: 173f8d54f8d52e692c7e27e72a88314ec7aeff60
|
|
22
22
|
*/
|
|
23
23
|
Prisma.prismaVersion = {
|
|
24
|
-
client: "6.
|
|
25
|
-
engine: "
|
|
24
|
+
client: "6.5.0",
|
|
25
|
+
engine: "173f8d54f8d52e692c7e27e72a88314ec7aeff60"
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
Prisma.PrismaClientKnownRequestError = () => {
|