@fonoster/identity 0.12.16 → 0.13.2

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;
@@ -227,8 +227,8 @@ const config = {
227
227
  "rootEnvPath": null
228
228
  },
229
229
  "relativePath": "../../../..",
230
- "clientVersion": "6.7.0",
231
- "engineVersion": "3cff47a7f5d65c3ea74883f1d736e41d68ce91ed",
230
+ "clientVersion": "6.8.2",
231
+ "engineVersion": "2060c79ba17c6bb9f5823312b6f6b7f4a845738e",
232
232
  "datasourceNames": [
233
233
  "db"
234
234
  ],
@@ -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;
@@ -228,8 +228,8 @@ const config = {
228
228
  "rootEnvPath": null
229
229
  },
230
230
  "relativePath": "../../../..",
231
- "clientVersion": "6.7.0",
232
- "engineVersion": "3cff47a7f5d65c3ea74883f1d736e41d68ce91ed",
231
+ "clientVersion": "6.8.2",
232
+ "engineVersion": "2060c79ba17c6bb9f5823312b6f6b7f4a845738e",
233
233
  "datasourceNames": [
234
234
  "db"
235
235
  ],
@@ -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
  }