@authhero/kysely-adapter 10.76.0 → 10.76.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 +23 -1
- package/package.json +2 -2
package/dist/kysely-adapter.d.ts
CHANGED
|
@@ -4301,14 +4301,17 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
4301
4301
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
4302
4302
|
min_length: z.ZodOptional<z.ZodNumber>;
|
|
4303
4303
|
show_toggle: z.ZodOptional<z.ZodBoolean>;
|
|
4304
|
+
forgot_password_link: z.ZodOptional<z.ZodString>;
|
|
4304
4305
|
}, "strip", z.ZodTypeAny, {
|
|
4305
4306
|
placeholder?: string | undefined;
|
|
4306
4307
|
min_length?: number | undefined;
|
|
4307
4308
|
show_toggle?: boolean | undefined;
|
|
4309
|
+
forgot_password_link?: string | undefined;
|
|
4308
4310
|
}, {
|
|
4309
4311
|
placeholder?: string | undefined;
|
|
4310
4312
|
min_length?: number | undefined;
|
|
4311
4313
|
show_toggle?: boolean | undefined;
|
|
4314
|
+
forgot_password_link?: string | undefined;
|
|
4312
4315
|
}>>;
|
|
4313
4316
|
}, "strip", z.ZodTypeAny, {
|
|
4314
4317
|
type: "PASSWORD";
|
|
@@ -4320,6 +4323,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
4320
4323
|
placeholder?: string | undefined;
|
|
4321
4324
|
min_length?: number | undefined;
|
|
4322
4325
|
show_toggle?: boolean | undefined;
|
|
4326
|
+
forgot_password_link?: string | undefined;
|
|
4323
4327
|
} | undefined;
|
|
4324
4328
|
sensitive?: boolean | undefined;
|
|
4325
4329
|
label?: string | undefined;
|
|
@@ -4334,6 +4338,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
4334
4338
|
placeholder?: string | undefined;
|
|
4335
4339
|
min_length?: number | undefined;
|
|
4336
4340
|
show_toggle?: boolean | undefined;
|
|
4341
|
+
forgot_password_link?: string | undefined;
|
|
4337
4342
|
} | undefined;
|
|
4338
4343
|
sensitive?: boolean | undefined;
|
|
4339
4344
|
label?: string | undefined;
|
|
@@ -4873,6 +4878,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
4873
4878
|
placeholder?: string | undefined;
|
|
4874
4879
|
min_length?: number | undefined;
|
|
4875
4880
|
show_toggle?: boolean | undefined;
|
|
4881
|
+
forgot_password_link?: string | undefined;
|
|
4876
4882
|
} | undefined;
|
|
4877
4883
|
sensitive?: boolean | undefined;
|
|
4878
4884
|
label?: string | undefined;
|
|
@@ -5227,6 +5233,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
5227
5233
|
placeholder?: string | undefined;
|
|
5228
5234
|
min_length?: number | undefined;
|
|
5229
5235
|
show_toggle?: boolean | undefined;
|
|
5236
|
+
forgot_password_link?: string | undefined;
|
|
5230
5237
|
} | undefined;
|
|
5231
5238
|
sensitive?: boolean | undefined;
|
|
5232
5239
|
label?: string | undefined;
|
|
@@ -5587,6 +5594,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
5587
5594
|
placeholder?: string | undefined;
|
|
5588
5595
|
min_length?: number | undefined;
|
|
5589
5596
|
show_toggle?: boolean | undefined;
|
|
5597
|
+
forgot_password_link?: string | undefined;
|
|
5590
5598
|
} | undefined;
|
|
5591
5599
|
sensitive?: boolean | undefined;
|
|
5592
5600
|
label?: string | undefined;
|
|
@@ -5950,6 +5958,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
5950
5958
|
placeholder?: string | undefined;
|
|
5951
5959
|
min_length?: number | undefined;
|
|
5952
5960
|
show_toggle?: boolean | undefined;
|
|
5961
|
+
forgot_password_link?: string | undefined;
|
|
5953
5962
|
} | undefined;
|
|
5954
5963
|
sensitive?: boolean | undefined;
|
|
5955
5964
|
label?: string | undefined;
|
|
@@ -6472,6 +6481,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
6472
6481
|
placeholder?: string | undefined;
|
|
6473
6482
|
min_length?: number | undefined;
|
|
6474
6483
|
show_toggle?: boolean | undefined;
|
|
6484
|
+
forgot_password_link?: string | undefined;
|
|
6475
6485
|
} | undefined;
|
|
6476
6486
|
sensitive?: boolean | undefined;
|
|
6477
6487
|
label?: string | undefined;
|
|
@@ -6904,6 +6914,7 @@ declare const formInsertSchema: z.ZodObject<{
|
|
|
6904
6914
|
placeholder?: string | undefined;
|
|
6905
6915
|
min_length?: number | undefined;
|
|
6906
6916
|
show_toggle?: boolean | undefined;
|
|
6917
|
+
forgot_password_link?: string | undefined;
|
|
6907
6918
|
} | undefined;
|
|
6908
6919
|
sensitive?: boolean | undefined;
|
|
6909
6920
|
label?: string | undefined;
|
|
@@ -8234,14 +8245,17 @@ declare const formSchema: z.ZodObject<{
|
|
|
8234
8245
|
placeholder: z.ZodOptional<z.ZodString>;
|
|
8235
8246
|
min_length: z.ZodOptional<z.ZodNumber>;
|
|
8236
8247
|
show_toggle: z.ZodOptional<z.ZodBoolean>;
|
|
8248
|
+
forgot_password_link: z.ZodOptional<z.ZodString>;
|
|
8237
8249
|
}, "strip", z.ZodTypeAny, {
|
|
8238
8250
|
placeholder?: string | undefined;
|
|
8239
8251
|
min_length?: number | undefined;
|
|
8240
8252
|
show_toggle?: boolean | undefined;
|
|
8253
|
+
forgot_password_link?: string | undefined;
|
|
8241
8254
|
}, {
|
|
8242
8255
|
placeholder?: string | undefined;
|
|
8243
8256
|
min_length?: number | undefined;
|
|
8244
8257
|
show_toggle?: boolean | undefined;
|
|
8258
|
+
forgot_password_link?: string | undefined;
|
|
8245
8259
|
}>>;
|
|
8246
8260
|
}, "strip", z.ZodTypeAny, {
|
|
8247
8261
|
type: "PASSWORD";
|
|
@@ -8253,6 +8267,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
8253
8267
|
placeholder?: string | undefined;
|
|
8254
8268
|
min_length?: number | undefined;
|
|
8255
8269
|
show_toggle?: boolean | undefined;
|
|
8270
|
+
forgot_password_link?: string | undefined;
|
|
8256
8271
|
} | undefined;
|
|
8257
8272
|
sensitive?: boolean | undefined;
|
|
8258
8273
|
label?: string | undefined;
|
|
@@ -8267,6 +8282,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
8267
8282
|
placeholder?: string | undefined;
|
|
8268
8283
|
min_length?: number | undefined;
|
|
8269
8284
|
show_toggle?: boolean | undefined;
|
|
8285
|
+
forgot_password_link?: string | undefined;
|
|
8270
8286
|
} | undefined;
|
|
8271
8287
|
sensitive?: boolean | undefined;
|
|
8272
8288
|
label?: string | undefined;
|
|
@@ -8806,6 +8822,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
8806
8822
|
placeholder?: string | undefined;
|
|
8807
8823
|
min_length?: number | undefined;
|
|
8808
8824
|
show_toggle?: boolean | undefined;
|
|
8825
|
+
forgot_password_link?: string | undefined;
|
|
8809
8826
|
} | undefined;
|
|
8810
8827
|
sensitive?: boolean | undefined;
|
|
8811
8828
|
label?: string | undefined;
|
|
@@ -9160,6 +9177,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
9160
9177
|
placeholder?: string | undefined;
|
|
9161
9178
|
min_length?: number | undefined;
|
|
9162
9179
|
show_toggle?: boolean | undefined;
|
|
9180
|
+
forgot_password_link?: string | undefined;
|
|
9163
9181
|
} | undefined;
|
|
9164
9182
|
sensitive?: boolean | undefined;
|
|
9165
9183
|
label?: string | undefined;
|
|
@@ -9520,6 +9538,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
9520
9538
|
placeholder?: string | undefined;
|
|
9521
9539
|
min_length?: number | undefined;
|
|
9522
9540
|
show_toggle?: boolean | undefined;
|
|
9541
|
+
forgot_password_link?: string | undefined;
|
|
9523
9542
|
} | undefined;
|
|
9524
9543
|
sensitive?: boolean | undefined;
|
|
9525
9544
|
label?: string | undefined;
|
|
@@ -9883,6 +9902,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
9883
9902
|
placeholder?: string | undefined;
|
|
9884
9903
|
min_length?: number | undefined;
|
|
9885
9904
|
show_toggle?: boolean | undefined;
|
|
9905
|
+
forgot_password_link?: string | undefined;
|
|
9886
9906
|
} | undefined;
|
|
9887
9907
|
sensitive?: boolean | undefined;
|
|
9888
9908
|
label?: string | undefined;
|
|
@@ -10410,6 +10430,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
10410
10430
|
placeholder?: string | undefined;
|
|
10411
10431
|
min_length?: number | undefined;
|
|
10412
10432
|
show_toggle?: boolean | undefined;
|
|
10433
|
+
forgot_password_link?: string | undefined;
|
|
10413
10434
|
} | undefined;
|
|
10414
10435
|
sensitive?: boolean | undefined;
|
|
10415
10436
|
label?: string | undefined;
|
|
@@ -10845,6 +10866,7 @@ declare const formSchema: z.ZodObject<{
|
|
|
10845
10866
|
placeholder?: string | undefined;
|
|
10846
10867
|
min_length?: number | undefined;
|
|
10847
10868
|
show_toggle?: boolean | undefined;
|
|
10869
|
+
forgot_password_link?: string | undefined;
|
|
10848
10870
|
} | undefined;
|
|
10849
10871
|
sensitive?: boolean | undefined;
|
|
10850
10872
|
label?: string | undefined;
|
|
@@ -14093,9 +14115,9 @@ declare const organizationInsertSchema: z.ZodObject<{
|
|
|
14093
14115
|
export type OrganizationInsert = z.infer<typeof organizationInsertSchema>;
|
|
14094
14116
|
declare const organizationSchema: z.ZodObject<{
|
|
14095
14117
|
id: z.ZodString;
|
|
14118
|
+
name: z.ZodString;
|
|
14096
14119
|
created_at: z.ZodString;
|
|
14097
14120
|
updated_at: z.ZodString;
|
|
14098
|
-
name: z.ZodString;
|
|
14099
14121
|
display_name: z.ZodOptional<z.ZodString>;
|
|
14100
14122
|
branding: z.ZodOptional<z.ZodObject<{
|
|
14101
14123
|
logo_url: z.ZodOptional<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.76.
|
|
14
|
+
"version": "10.76.2",
|
|
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": "0.
|
|
45
|
+
"@authhero/adapter-interfaces": "0.118.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@hono/zod-openapi": "^0.19.2",
|