@authhero/kysely-adapter 10.131.1 → 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 +0 -10
- package/package.json +2 -2
package/dist/kysely-adapter.d.ts
CHANGED
|
@@ -16706,7 +16706,6 @@ 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
|
-
dcr_allowed_integration_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
16710
16709
|
allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
16711
16710
|
enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
|
|
16712
16711
|
enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -16744,7 +16743,6 @@ declare const tenantSchema: z.ZodObject<{
|
|
|
16744
16743
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
16745
16744
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
16746
16745
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
16747
|
-
dcr_allowed_integration_types?: string[] | undefined;
|
|
16748
16746
|
allow_http_return_to?: string[] | undefined;
|
|
16749
16747
|
enable_idtoken_api2?: boolean | undefined;
|
|
16750
16748
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
@@ -16782,7 +16780,6 @@ declare const tenantSchema: z.ZodObject<{
|
|
|
16782
16780
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
16783
16781
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
16784
16782
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
16785
|
-
dcr_allowed_integration_types?: string[] | undefined;
|
|
16786
16783
|
allow_http_return_to?: string[] | undefined;
|
|
16787
16784
|
enable_idtoken_api2?: boolean | undefined;
|
|
16788
16785
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
@@ -17065,7 +17062,6 @@ declare const tenantSchema: z.ZodObject<{
|
|
|
17065
17062
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
17066
17063
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
17067
17064
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
17068
|
-
dcr_allowed_integration_types?: string[] | undefined;
|
|
17069
17065
|
allow_http_return_to?: string[] | undefined;
|
|
17070
17066
|
enable_idtoken_api2?: boolean | undefined;
|
|
17071
17067
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
@@ -17195,7 +17191,6 @@ declare const tenantSchema: z.ZodObject<{
|
|
|
17195
17191
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
17196
17192
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
17197
17193
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
17198
|
-
dcr_allowed_integration_types?: string[] | undefined;
|
|
17199
17194
|
allow_http_return_to?: string[] | undefined;
|
|
17200
17195
|
enable_idtoken_api2?: boolean | undefined;
|
|
17201
17196
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
@@ -21150,7 +21145,6 @@ declare const sqlTenantSchema: z.ZodObject<{
|
|
|
21150
21145
|
enable_dynamic_client_registration: z.ZodOptional<z.ZodBoolean>;
|
|
21151
21146
|
dcr_require_initial_access_token: z.ZodOptional<z.ZodBoolean>;
|
|
21152
21147
|
dcr_allowed_grant_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
21153
|
-
dcr_allowed_integration_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
21154
21148
|
allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
21155
21149
|
enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
|
|
21156
21150
|
enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -21188,7 +21182,6 @@ declare const sqlTenantSchema: z.ZodObject<{
|
|
|
21188
21182
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
21189
21183
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
21190
21184
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
21191
|
-
dcr_allowed_integration_types?: string[] | undefined;
|
|
21192
21185
|
allow_http_return_to?: string[] | undefined;
|
|
21193
21186
|
enable_idtoken_api2?: boolean | undefined;
|
|
21194
21187
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
@@ -21226,7 +21219,6 @@ declare const sqlTenantSchema: z.ZodObject<{
|
|
|
21226
21219
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
21227
21220
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
21228
21221
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
21229
|
-
dcr_allowed_integration_types?: string[] | undefined;
|
|
21230
21222
|
allow_http_return_to?: string[] | undefined;
|
|
21231
21223
|
enable_idtoken_api2?: boolean | undefined;
|
|
21232
21224
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
@@ -21505,7 +21497,6 @@ declare const sqlTenantSchema: z.ZodObject<{
|
|
|
21505
21497
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
21506
21498
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
21507
21499
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
21508
|
-
dcr_allowed_integration_types?: string[] | undefined;
|
|
21509
21500
|
allow_http_return_to?: string[] | undefined;
|
|
21510
21501
|
enable_idtoken_api2?: boolean | undefined;
|
|
21511
21502
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
@@ -21635,7 +21626,6 @@ declare const sqlTenantSchema: z.ZodObject<{
|
|
|
21635
21626
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
21636
21627
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
21637
21628
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
21638
|
-
dcr_allowed_integration_types?: string[] | undefined;
|
|
21639
21629
|
allow_http_return_to?: string[] | undefined;
|
|
21640
21630
|
enable_idtoken_api2?: boolean | undefined;
|
|
21641
21631
|
enable_legacy_logs_search_v2?: 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",
|