@fonoster/identity 0.12.16 → 0.13.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.
@@ -33,7 +33,6 @@ type IdentityConfig = {
33
33
  workspaceInviteFailUrl: string;
34
34
  contactVerificationRequired: boolean;
35
35
  twoFactorAuthenticationRequired: boolean;
36
- resetPasswordUrl: string;
37
36
  smtpConfig: {
38
37
  sender: string;
39
38
  host: string;
@@ -35,12 +35,12 @@ exports.Prisma = Prisma
35
35
  exports.$Enums = {}
36
36
 
37
37
  /**
38
- * Prisma Client JS version: 6.7.0
39
- * Query Engine version: 3cff47a7f5d65c3ea74883f1d736e41d68ce91ed
38
+ * Prisma Client JS version: 6.8.2
39
+ * Query Engine version: 2060c79ba17c6bb9f5823312b6f6b7f4a845738e
40
40
  */
41
41
  Prisma.prismaVersion = {
42
- client: "6.7.0",
43
- engine: "3cff47a7f5d65c3ea74883f1d736e41d68ce91ed"
42
+ client: "6.8.2",
43
+ engine: "2060c79ba17c6bb9f5823312b6f6b7f4a845738e"
44
44
  }
45
45
 
46
46
  Prisma.PrismaClientKnownRequestError = PrismaClientKnownRequestError;
@@ -206,7 +206,7 @@ const config = {
206
206
  "value": "prisma-client-js"
207
207
  },
208
208
  "output": {
209
- "value": "/home/runner/work/fonoster/fonoster/mods/identity/src/generated/@prisma/client",
209
+ "value": "/Users/psanders/Projects/fonoster/mods/identity/src/generated/@prisma/client",
210
210
  "fromEnvVar": null
211
211
  },
212
212
  "config": {
@@ -215,26 +215,26 @@ const config = {
215
215
  "binaryTargets": [
216
216
  {
217
217
  "fromEnvVar": null,
218
- "value": "debian-openssl-3.0.x",
218
+ "value": "darwin-arm64",
219
219
  "native": true
220
220
  }
221
221
  ],
222
222
  "previewFeatures": [],
223
- "sourceFilePath": "/home/runner/work/fonoster/fonoster/mods/identity/schema.prisma",
223
+ "sourceFilePath": "/Users/psanders/Projects/fonoster/mods/identity/schema.prisma",
224
224
  "isCustomOutput": true
225
225
  },
226
226
  "relativeEnvPaths": {
227
- "rootEnvPath": null
227
+ "rootEnvPath": null,
228
+ "schemaEnvPath": "../../../../../../.env"
228
229
  },
229
230
  "relativePath": "../../../..",
230
- "clientVersion": "6.7.0",
231
- "engineVersion": "3cff47a7f5d65c3ea74883f1d736e41d68ce91ed",
231
+ "clientVersion": "6.8.2",
232
+ "engineVersion": "2060c79ba17c6bb9f5823312b6f6b7f4a845738e",
232
233
  "datasourceNames": [
233
234
  "db"
234
235
  ],
235
236
  "activeProvider": "postgresql",
236
237
  "postinstall": false,
237
- "ciName": "GitHub Actions",
238
238
  "inlineDatasources": {
239
239
  "db": {
240
240
  "url": {
@@ -20,12 +20,12 @@ exports.Prisma = Prisma
20
20
  exports.$Enums = {}
21
21
 
22
22
  /**
23
- * Prisma Client JS version: 6.7.0
24
- * Query Engine version: 3cff47a7f5d65c3ea74883f1d736e41d68ce91ed
23
+ * Prisma Client JS version: 6.8.2
24
+ * Query Engine version: 2060c79ba17c6bb9f5823312b6f6b7f4a845738e
25
25
  */
26
26
  Prisma.prismaVersion = {
27
- client: "6.7.0",
28
- engine: "3cff47a7f5d65c3ea74883f1d736e41d68ce91ed"
27
+ client: "6.8.2",
28
+ engine: "2060c79ba17c6bb9f5823312b6f6b7f4a845738e"
29
29
  }
30
30
 
31
31
  Prisma.PrismaClientKnownRequestError = () => {
@@ -314,8 +314,8 @@ export namespace Prisma {
314
314
  export import Exact = $Public.Exact
315
315
 
316
316
  /**
317
- * Prisma Client JS version: 6.7.0
318
- * Query Engine version: 3cff47a7f5d65c3ea74883f1d736e41d68ce91ed
317
+ * Prisma Client JS version: 6.8.2
318
+ * Query Engine version: 2060c79ba17c6bb9f5823312b6f6b7f4a845738e
319
319
  */
320
320
  export type PrismaVersion = {
321
321
  client: string
@@ -35,12 +35,12 @@ exports.Prisma = Prisma
35
35
  exports.$Enums = {}
36
36
 
37
37
  /**
38
- * Prisma Client JS version: 6.7.0
39
- * Query Engine version: 3cff47a7f5d65c3ea74883f1d736e41d68ce91ed
38
+ * Prisma Client JS version: 6.8.2
39
+ * Query Engine version: 2060c79ba17c6bb9f5823312b6f6b7f4a845738e
40
40
  */
41
41
  Prisma.prismaVersion = {
42
- client: "6.7.0",
43
- engine: "3cff47a7f5d65c3ea74883f1d736e41d68ce91ed"
42
+ client: "6.8.2",
43
+ engine: "2060c79ba17c6bb9f5823312b6f6b7f4a845738e"
44
44
  }
45
45
 
46
46
  Prisma.PrismaClientKnownRequestError = PrismaClientKnownRequestError;
@@ -207,7 +207,7 @@ const config = {
207
207
  "value": "prisma-client-js"
208
208
  },
209
209
  "output": {
210
- "value": "/home/runner/work/fonoster/fonoster/mods/identity/src/generated/@prisma/client",
210
+ "value": "/Users/psanders/Projects/fonoster/mods/identity/src/generated/@prisma/client",
211
211
  "fromEnvVar": null
212
212
  },
213
213
  "config": {
@@ -216,26 +216,26 @@ const config = {
216
216
  "binaryTargets": [
217
217
  {
218
218
  "fromEnvVar": null,
219
- "value": "debian-openssl-3.0.x",
219
+ "value": "darwin-arm64",
220
220
  "native": true
221
221
  }
222
222
  ],
223
223
  "previewFeatures": [],
224
- "sourceFilePath": "/home/runner/work/fonoster/fonoster/mods/identity/schema.prisma",
224
+ "sourceFilePath": "/Users/psanders/Projects/fonoster/mods/identity/schema.prisma",
225
225
  "isCustomOutput": true
226
226
  },
227
227
  "relativeEnvPaths": {
228
- "rootEnvPath": null
228
+ "rootEnvPath": null,
229
+ "schemaEnvPath": "../../../../../../.env"
229
230
  },
230
231
  "relativePath": "../../../..",
231
- "clientVersion": "6.7.0",
232
- "engineVersion": "3cff47a7f5d65c3ea74883f1d736e41d68ce91ed",
232
+ "clientVersion": "6.8.2",
233
+ "engineVersion": "2060c79ba17c6bb9f5823312b6f6b7f4a845738e",
233
234
  "datasourceNames": [
234
235
  "db"
235
236
  ],
236
237
  "activeProvider": "postgresql",
237
238
  "postinstall": false,
238
- "ciName": "GitHub Actions",
239
239
  "inlineDatasources": {
240
240
  "db": {
241
241
  "url": {
@@ -284,8 +284,8 @@ exports.PrismaClient = PrismaClient
284
284
  Object.assign(exports, Prisma)
285
285
 
286
286
  // file annotations for bundling tools to include these files
287
- path.join(__dirname, "libquery_engine-debian-openssl-3.0.x.so.node");
288
- path.join(process.cwd(), "mods/identity/src/generated/@prisma/client/libquery_engine-debian-openssl-3.0.x.so.node")
287
+ path.join(__dirname, "libquery_engine-darwin-arm64.dylib.node");
288
+ path.join(process.cwd(), "mods/identity/src/generated/@prisma/client/libquery_engine-darwin-arm64.dylib.node")
289
289
  // file annotations for bundling tools to include these files
290
290
  path.join(__dirname, "schema.prisma");
291
291
  path.join(process.cwd(), "mods/identity/src/generated/@prisma/client/schema.prisma")
@@ -135,6 +135,6 @@
135
135
  },
136
136
  "./*": "./*"
137
137
  },
138
- "version": "6.7.0",
138
+ "version": "6.8.2",
139
139
  "sideEffects": false
140
140
  }