@authhero/kysely-adapter 10.106.1 → 10.106.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.
- package/dist/kysely-adapter.d.ts +24 -1
- package/package.json +2 -2
package/dist/kysely-adapter.d.ts
CHANGED
|
@@ -5589,14 +5589,17 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
5589
5589
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
5590
5590
|
default_country: z.ZodOptional<z.ZodString>;
|
|
5591
5591
|
default_value: z.ZodOptional<z.ZodString>;
|
|
5592
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
5592
5593
|
}, "strip", z.ZodTypeAny, {
|
|
5593
5594
|
placeholder?: string | undefined;
|
|
5594
5595
|
default_value?: string | undefined;
|
|
5595
5596
|
default_country?: string | undefined;
|
|
5597
|
+
allow_email?: boolean | undefined;
|
|
5596
5598
|
}, {
|
|
5597
5599
|
placeholder?: string | undefined;
|
|
5598
5600
|
default_value?: string | undefined;
|
|
5599
5601
|
default_country?: string | undefined;
|
|
5602
|
+
allow_email?: boolean | undefined;
|
|
5600
5603
|
}>>;
|
|
5601
5604
|
}, "strip", z.ZodTypeAny, {
|
|
5602
5605
|
type: "TEL";
|
|
@@ -5608,6 +5611,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
5608
5611
|
placeholder?: string | undefined;
|
|
5609
5612
|
default_value?: string | undefined;
|
|
5610
5613
|
default_country?: string | undefined;
|
|
5614
|
+
allow_email?: boolean | undefined;
|
|
5611
5615
|
} | undefined;
|
|
5612
5616
|
sensitive?: boolean | undefined;
|
|
5613
5617
|
label?: string | undefined;
|
|
@@ -5627,6 +5631,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
5627
5631
|
placeholder?: string | undefined;
|
|
5628
5632
|
default_value?: string | undefined;
|
|
5629
5633
|
default_country?: string | undefined;
|
|
5634
|
+
allow_email?: boolean | undefined;
|
|
5630
5635
|
} | undefined;
|
|
5631
5636
|
sensitive?: boolean | undefined;
|
|
5632
5637
|
label?: string | undefined;
|
|
@@ -6215,6 +6220,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
6215
6220
|
placeholder?: string | undefined;
|
|
6216
6221
|
default_value?: string | undefined;
|
|
6217
6222
|
default_country?: string | undefined;
|
|
6223
|
+
allow_email?: boolean | undefined;
|
|
6218
6224
|
} | undefined;
|
|
6219
6225
|
sensitive?: boolean | undefined;
|
|
6220
6226
|
label?: string | undefined;
|
|
@@ -6671,6 +6677,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
6671
6677
|
placeholder?: string | undefined;
|
|
6672
6678
|
default_value?: string | undefined;
|
|
6673
6679
|
default_country?: string | undefined;
|
|
6680
|
+
allow_email?: boolean | undefined;
|
|
6674
6681
|
} | undefined;
|
|
6675
6682
|
sensitive?: boolean | undefined;
|
|
6676
6683
|
label?: string | undefined;
|
|
@@ -7133,6 +7140,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
7133
7140
|
placeholder?: string | undefined;
|
|
7134
7141
|
default_value?: string | undefined;
|
|
7135
7142
|
default_country?: string | undefined;
|
|
7143
|
+
allow_email?: boolean | undefined;
|
|
7136
7144
|
} | undefined;
|
|
7137
7145
|
sensitive?: boolean | undefined;
|
|
7138
7146
|
label?: string | undefined;
|
|
@@ -7598,6 +7606,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
7598
7606
|
placeholder?: string | undefined;
|
|
7599
7607
|
default_value?: string | undefined;
|
|
7600
7608
|
default_country?: string | undefined;
|
|
7609
|
+
allow_email?: boolean | undefined;
|
|
7601
7610
|
} | undefined;
|
|
7602
7611
|
sensitive?: boolean | undefined;
|
|
7603
7612
|
label?: string | undefined;
|
|
@@ -8232,6 +8241,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
8232
8241
|
placeholder?: string | undefined;
|
|
8233
8242
|
default_value?: string | undefined;
|
|
8234
8243
|
default_country?: string | undefined;
|
|
8244
|
+
allow_email?: boolean | undefined;
|
|
8235
8245
|
} | undefined;
|
|
8236
8246
|
sensitive?: boolean | undefined;
|
|
8237
8247
|
label?: string | undefined;
|
|
@@ -8770,6 +8780,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
8770
8780
|
placeholder?: string | undefined;
|
|
8771
8781
|
default_value?: string | undefined;
|
|
8772
8782
|
default_country?: string | undefined;
|
|
8783
|
+
allow_email?: boolean | undefined;
|
|
8773
8784
|
} | undefined;
|
|
8774
8785
|
sensitive?: boolean | undefined;
|
|
8775
8786
|
label?: string | undefined;
|
|
@@ -10726,14 +10737,17 @@ declare const formSchema: z.ZodObject<{
|
|
|
10726
10737
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
10727
10738
|
default_country: z.ZodOptional<z.ZodString>;
|
|
10728
10739
|
default_value: z.ZodOptional<z.ZodString>;
|
|
10740
|
+
allow_email: z.ZodOptional<z.ZodBoolean>;
|
|
10729
10741
|
}, "strip", z.ZodTypeAny, {
|
|
10730
10742
|
placeholder?: string | undefined;
|
|
10731
10743
|
default_value?: string | undefined;
|
|
10732
10744
|
default_country?: string | undefined;
|
|
10745
|
+
allow_email?: boolean | undefined;
|
|
10733
10746
|
}, {
|
|
10734
10747
|
placeholder?: string | undefined;
|
|
10735
10748
|
default_value?: string | undefined;
|
|
10736
10749
|
default_country?: string | undefined;
|
|
10750
|
+
allow_email?: boolean | undefined;
|
|
10737
10751
|
}>>;
|
|
10738
10752
|
}, "strip", z.ZodTypeAny, {
|
|
10739
10753
|
type: "TEL";
|
|
@@ -10745,6 +10759,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
10745
10759
|
placeholder?: string | undefined;
|
|
10746
10760
|
default_value?: string | undefined;
|
|
10747
10761
|
default_country?: string | undefined;
|
|
10762
|
+
allow_email?: boolean | undefined;
|
|
10748
10763
|
} | undefined;
|
|
10749
10764
|
sensitive?: boolean | undefined;
|
|
10750
10765
|
label?: string | undefined;
|
|
@@ -10764,6 +10779,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
10764
10779
|
placeholder?: string | undefined;
|
|
10765
10780
|
default_value?: string | undefined;
|
|
10766
10781
|
default_country?: string | undefined;
|
|
10782
|
+
allow_email?: boolean | undefined;
|
|
10767
10783
|
} | undefined;
|
|
10768
10784
|
sensitive?: boolean | undefined;
|
|
10769
10785
|
label?: string | undefined;
|
|
@@ -11352,6 +11368,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
11352
11368
|
placeholder?: string | undefined;
|
|
11353
11369
|
default_value?: string | undefined;
|
|
11354
11370
|
default_country?: string | undefined;
|
|
11371
|
+
allow_email?: boolean | undefined;
|
|
11355
11372
|
} | undefined;
|
|
11356
11373
|
sensitive?: boolean | undefined;
|
|
11357
11374
|
label?: string | undefined;
|
|
@@ -11808,6 +11825,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
11808
11825
|
placeholder?: string | undefined;
|
|
11809
11826
|
default_value?: string | undefined;
|
|
11810
11827
|
default_country?: string | undefined;
|
|
11828
|
+
allow_email?: boolean | undefined;
|
|
11811
11829
|
} | undefined;
|
|
11812
11830
|
sensitive?: boolean | undefined;
|
|
11813
11831
|
label?: string | undefined;
|
|
@@ -12270,6 +12288,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
12270
12288
|
placeholder?: string | undefined;
|
|
12271
12289
|
default_value?: string | undefined;
|
|
12272
12290
|
default_country?: string | undefined;
|
|
12291
|
+
allow_email?: boolean | undefined;
|
|
12273
12292
|
} | undefined;
|
|
12274
12293
|
sensitive?: boolean | undefined;
|
|
12275
12294
|
label?: string | undefined;
|
|
@@ -12735,6 +12754,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
12735
12754
|
placeholder?: string | undefined;
|
|
12736
12755
|
default_value?: string | undefined;
|
|
12737
12756
|
default_country?: string | undefined;
|
|
12757
|
+
allow_email?: boolean | undefined;
|
|
12738
12758
|
} | undefined;
|
|
12739
12759
|
sensitive?: boolean | undefined;
|
|
12740
12760
|
label?: string | undefined;
|
|
@@ -13374,6 +13394,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
13374
13394
|
placeholder?: string | undefined;
|
|
13375
13395
|
default_value?: string | undefined;
|
|
13376
13396
|
default_country?: string | undefined;
|
|
13397
|
+
allow_email?: boolean | undefined;
|
|
13377
13398
|
} | undefined;
|
|
13378
13399
|
sensitive?: boolean | undefined;
|
|
13379
13400
|
label?: string | undefined;
|
|
@@ -13915,6 +13936,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
13915
13936
|
placeholder?: string | undefined;
|
|
13916
13937
|
default_value?: string | undefined;
|
|
13917
13938
|
default_country?: string | undefined;
|
|
13939
|
+
allow_email?: boolean | undefined;
|
|
13918
13940
|
} | undefined;
|
|
13919
13941
|
sensitive?: boolean | undefined;
|
|
13920
13942
|
label?: string | undefined;
|
|
@@ -17648,7 +17670,8 @@ declare const promptScreenSchema: z.ZodEnum<[
|
|
|
17648
17670
|
"common",
|
|
17649
17671
|
"passkeys",
|
|
17650
17672
|
"captcha",
|
|
17651
|
-
"custom-form"
|
|
17673
|
+
"custom-form",
|
|
17674
|
+
"login-passwordless"
|
|
17652
17675
|
]>;
|
|
17653
17676
|
export type PromptScreen = z.infer<typeof promptScreenSchema>;
|
|
17654
17677
|
declare const customTextSchema: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>;
|
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.106.
|
|
14
|
+
"version": "10.106.2",
|
|
15
15
|
"files": [
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"kysely": "^0.27.4",
|
|
44
44
|
"nanoid": "^5.0.8",
|
|
45
45
|
"ulid": "^2.3.0",
|
|
46
|
-
"@authhero/adapter-interfaces": "0.
|
|
46
|
+
"@authhero/adapter-interfaces": "0.146.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@hono/zod-openapi": "^0.19.2",
|