@authhero/kysely-adapter 10.132.2 → 10.132.4
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/kysely-adapter.d.ts +10 -0
- package/package.json +2 -2
package/dist/kysely-adapter.d.ts
CHANGED
|
@@ -2716,6 +2716,7 @@ declare const connectionInsertSchema: z.ZodObject<{
|
|
|
2716
2716
|
twilio_token: z.ZodOptional<z.ZodString>;
|
|
2717
2717
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
2718
2718
|
domain_aliases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2719
|
+
callback_url: z.ZodOptional<z.ZodString>;
|
|
2719
2720
|
passwordPolicy: z.ZodOptional<z.ZodEnum<[
|
|
2720
2721
|
"none",
|
|
2721
2722
|
"low",
|
|
@@ -3143,6 +3144,7 @@ declare const connectionInsertSchema: z.ZodObject<{
|
|
|
3143
3144
|
twilio_token?: string | undefined;
|
|
3144
3145
|
icon_url?: string | undefined;
|
|
3145
3146
|
domain_aliases?: string[] | undefined;
|
|
3147
|
+
callback_url?: string | undefined;
|
|
3146
3148
|
passwordPolicy?: "none" | "low" | "fair" | "good" | "excellent" | undefined;
|
|
3147
3149
|
password_complexity_options?: {
|
|
3148
3150
|
min_length?: number | undefined;
|
|
@@ -3247,6 +3249,7 @@ declare const connectionInsertSchema: z.ZodObject<{
|
|
|
3247
3249
|
twilio_token?: string | undefined;
|
|
3248
3250
|
icon_url?: string | undefined;
|
|
3249
3251
|
domain_aliases?: string[] | undefined;
|
|
3252
|
+
callback_url?: string | undefined;
|
|
3250
3253
|
passwordPolicy?: "none" | "low" | "fair" | "good" | "excellent" | undefined;
|
|
3251
3254
|
password_complexity_options?: {
|
|
3252
3255
|
min_length?: number | undefined;
|
|
@@ -3351,6 +3354,7 @@ declare const connectionInsertSchema: z.ZodObject<{
|
|
|
3351
3354
|
twilio_token?: string | undefined;
|
|
3352
3355
|
icon_url?: string | undefined;
|
|
3353
3356
|
domain_aliases?: string[] | undefined;
|
|
3357
|
+
callback_url?: string | undefined;
|
|
3354
3358
|
passwordPolicy?: "none" | "low" | "fair" | "good" | "excellent" | undefined;
|
|
3355
3359
|
password_complexity_options?: {
|
|
3356
3360
|
min_length?: number | undefined;
|
|
@@ -3464,6 +3468,7 @@ declare const connectionInsertSchema: z.ZodObject<{
|
|
|
3464
3468
|
twilio_token?: string | undefined;
|
|
3465
3469
|
icon_url?: string | undefined;
|
|
3466
3470
|
domain_aliases?: string[] | undefined;
|
|
3471
|
+
callback_url?: string | undefined;
|
|
3467
3472
|
passwordPolicy?: "none" | "low" | "fair" | "good" | "excellent" | undefined;
|
|
3468
3473
|
password_complexity_options?: {
|
|
3469
3474
|
min_length?: number | undefined;
|
|
@@ -3597,6 +3602,7 @@ declare const connectionSchema: z.ZodObject<{
|
|
|
3597
3602
|
twilio_token: z.ZodOptional<z.ZodString>;
|
|
3598
3603
|
icon_url: z.ZodOptional<z.ZodString>;
|
|
3599
3604
|
domain_aliases: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3605
|
+
callback_url: z.ZodOptional<z.ZodString>;
|
|
3600
3606
|
passwordPolicy: z.ZodOptional<z.ZodEnum<[
|
|
3601
3607
|
"none",
|
|
3602
3608
|
"low",
|
|
@@ -4024,6 +4030,7 @@ declare const connectionSchema: z.ZodObject<{
|
|
|
4024
4030
|
twilio_token?: string | undefined;
|
|
4025
4031
|
icon_url?: string | undefined;
|
|
4026
4032
|
domain_aliases?: string[] | undefined;
|
|
4033
|
+
callback_url?: string | undefined;
|
|
4027
4034
|
passwordPolicy?: "none" | "low" | "fair" | "good" | "excellent" | undefined;
|
|
4028
4035
|
password_complexity_options?: {
|
|
4029
4036
|
min_length?: number | undefined;
|
|
@@ -4128,6 +4135,7 @@ declare const connectionSchema: z.ZodObject<{
|
|
|
4128
4135
|
twilio_token?: string | undefined;
|
|
4129
4136
|
icon_url?: string | undefined;
|
|
4130
4137
|
domain_aliases?: string[] | undefined;
|
|
4138
|
+
callback_url?: string | undefined;
|
|
4131
4139
|
passwordPolicy?: "none" | "low" | "fair" | "good" | "excellent" | undefined;
|
|
4132
4140
|
password_complexity_options?: {
|
|
4133
4141
|
min_length?: number | undefined;
|
|
@@ -4232,6 +4240,7 @@ declare const connectionSchema: z.ZodObject<{
|
|
|
4232
4240
|
twilio_token?: string | undefined;
|
|
4233
4241
|
icon_url?: string | undefined;
|
|
4234
4242
|
domain_aliases?: string[] | undefined;
|
|
4243
|
+
callback_url?: string | undefined;
|
|
4235
4244
|
passwordPolicy?: "none" | "low" | "fair" | "good" | "excellent" | undefined;
|
|
4236
4245
|
password_complexity_options?: {
|
|
4237
4246
|
min_length?: number | undefined;
|
|
@@ -4347,6 +4356,7 @@ declare const connectionSchema: z.ZodObject<{
|
|
|
4347
4356
|
twilio_token?: string | undefined;
|
|
4348
4357
|
icon_url?: string | undefined;
|
|
4349
4358
|
domain_aliases?: string[] | undefined;
|
|
4359
|
+
callback_url?: string | undefined;
|
|
4350
4360
|
passwordPolicy?: "none" | "low" | "fair" | "good" | "excellent" | undefined;
|
|
4351
4361
|
password_complexity_options?: {
|
|
4352
4362
|
min_length?: number | undefined;
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "https://github.com/markusahlstrand/authhero"
|
|
13
13
|
},
|
|
14
|
-
"version": "10.132.
|
|
14
|
+
"version": "10.132.4",
|
|
15
15
|
"files": [
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"kysely": "^0.27.4",
|
|
44
44
|
"nanoid": "^5.0.8",
|
|
45
|
-
"@authhero/adapter-interfaces": "1.
|
|
45
|
+
"@authhero/adapter-interfaces": "1.15.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@hono/zod-openapi": "^0.19.2",
|