@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 CHANGED
@@ -4,16 +4,16 @@ export declare const createPrismaClient: (dbUrl: string, cloakEncryptionKey: str
4
4
  model: {};
5
5
  query: {};
6
6
  client: {};
7
- }, DMMF.PrismaClientOptions>, DMMF.TypeMapCb, {
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.4.1
36
- * Query Engine version: a9055b89e58b4b5bfb59600785423b1db3d0e75d
35
+ * Prisma Client JS version: 6.5.0
36
+ * Query Engine version: 173f8d54f8d52e692c7e27e72a88314ec7aeff60
37
37
  */
38
38
  Prisma.prismaVersion = {
39
- client: "6.4.1",
40
- engine: "a9055b89e58b4b5bfb59600785423b1db3d0e75d"
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": "/Users/psanders/Projects/fonoster/mods/identity/src/generated/@prisma/client",
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": "darwin-arm64",
215
+ "value": "debian-openssl-3.0.x",
216
216
  "native": true
217
217
  }
218
218
  ],
219
219
  "previewFeatures": [],
220
- "sourceFilePath": "/Users/psanders/Projects/fonoster/mods/identity/schema.prisma",
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.4.1",
229
- "engineVersion": "a9055b89e58b4b5bfb59600785423b1db3d0e75d",
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.4.1
21
- * Query Engine version: a9055b89e58b4b5bfb59600785423b1db3d0e75d
20
+ * Prisma Client JS version: 6.5.0
21
+ * Query Engine version: 173f8d54f8d52e692c7e27e72a88314ec7aeff60
22
22
  */
23
23
  Prisma.prismaVersion = {
24
- client: "6.4.1",
25
- engine: "a9055b89e58b4b5bfb59600785423b1db3d0e75d"
24
+ client: "6.5.0",
25
+ engine: "173f8d54f8d52e692c7e27e72a88314ec7aeff60"
26
26
  }
27
27
 
28
28
  Prisma.PrismaClientKnownRequestError = () => {