@authhero/kysely-adapter 10.131.0 → 10.131.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 +10 -10
- package/package.json +2 -2
package/dist/kysely-adapter.d.ts
CHANGED
|
@@ -16706,7 +16706,7 @@ declare const tenantSchema: z.ZodObject<{
|
|
|
16706
16706
|
enable_dynamic_client_registration: z.ZodOptional<z.ZodBoolean>;
|
|
16707
16707
|
dcr_require_initial_access_token: z.ZodOptional<z.ZodBoolean>;
|
|
16708
16708
|
dcr_allowed_grant_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
16709
|
-
|
|
16709
|
+
allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
16710
16710
|
enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
|
|
16711
16711
|
enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
|
|
16712
16712
|
enable_legacy_profile: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -16743,7 +16743,7 @@ declare const tenantSchema: z.ZodObject<{
|
|
|
16743
16743
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
16744
16744
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
16745
16745
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
16746
|
-
|
|
16746
|
+
allow_http_return_to?: string[] | undefined;
|
|
16747
16747
|
enable_idtoken_api2?: boolean | undefined;
|
|
16748
16748
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
16749
16749
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -16780,7 +16780,7 @@ declare const tenantSchema: z.ZodObject<{
|
|
|
16780
16780
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
16781
16781
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
16782
16782
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
16783
|
-
|
|
16783
|
+
allow_http_return_to?: string[] | undefined;
|
|
16784
16784
|
enable_idtoken_api2?: boolean | undefined;
|
|
16785
16785
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
16786
16786
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -17062,7 +17062,7 @@ declare const tenantSchema: z.ZodObject<{
|
|
|
17062
17062
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
17063
17063
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
17064
17064
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
17065
|
-
|
|
17065
|
+
allow_http_return_to?: string[] | undefined;
|
|
17066
17066
|
enable_idtoken_api2?: boolean | undefined;
|
|
17067
17067
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
17068
17068
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -17191,7 +17191,7 @@ declare const tenantSchema: z.ZodObject<{
|
|
|
17191
17191
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
17192
17192
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
17193
17193
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
17194
|
-
|
|
17194
|
+
allow_http_return_to?: string[] | undefined;
|
|
17195
17195
|
enable_idtoken_api2?: boolean | undefined;
|
|
17196
17196
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
17197
17197
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -21145,7 +21145,7 @@ declare const sqlTenantSchema: z.ZodObject<{
|
|
|
21145
21145
|
enable_dynamic_client_registration: z.ZodOptional<z.ZodBoolean>;
|
|
21146
21146
|
dcr_require_initial_access_token: z.ZodOptional<z.ZodBoolean>;
|
|
21147
21147
|
dcr_allowed_grant_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
21148
|
-
|
|
21148
|
+
allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
21149
21149
|
enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
|
|
21150
21150
|
enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
|
|
21151
21151
|
enable_legacy_profile: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -21182,7 +21182,7 @@ declare const sqlTenantSchema: z.ZodObject<{
|
|
|
21182
21182
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
21183
21183
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
21184
21184
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
21185
|
-
|
|
21185
|
+
allow_http_return_to?: string[] | undefined;
|
|
21186
21186
|
enable_idtoken_api2?: boolean | undefined;
|
|
21187
21187
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
21188
21188
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -21219,7 +21219,7 @@ declare const sqlTenantSchema: z.ZodObject<{
|
|
|
21219
21219
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
21220
21220
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
21221
21221
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
21222
|
-
|
|
21222
|
+
allow_http_return_to?: string[] | undefined;
|
|
21223
21223
|
enable_idtoken_api2?: boolean | undefined;
|
|
21224
21224
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
21225
21225
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -21497,7 +21497,7 @@ declare const sqlTenantSchema: z.ZodObject<{
|
|
|
21497
21497
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
21498
21498
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
21499
21499
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
21500
|
-
|
|
21500
|
+
allow_http_return_to?: string[] | undefined;
|
|
21501
21501
|
enable_idtoken_api2?: boolean | undefined;
|
|
21502
21502
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
21503
21503
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -21626,7 +21626,7 @@ declare const sqlTenantSchema: z.ZodObject<{
|
|
|
21626
21626
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
21627
21627
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
21628
21628
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
21629
|
-
|
|
21629
|
+
allow_http_return_to?: string[] | undefined;
|
|
21630
21630
|
enable_idtoken_api2?: boolean | undefined;
|
|
21631
21631
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
21632
21632
|
enable_legacy_profile?: boolean | 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.131.
|
|
14
|
+
"version": "10.131.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": "1.
|
|
45
|
+
"@authhero/adapter-interfaces": "1.10.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@hono/zod-openapi": "^0.19.2",
|