@authhero/kysely-adapter 10.131.0 → 10.131.1

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.
@@ -16707,6 +16707,7 @@ declare const tenantSchema: z.ZodObject<{
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
  dcr_allowed_integration_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
16710
+ allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
16710
16711
  enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
16711
16712
  enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
16712
16713
  enable_legacy_profile: z.ZodOptional<z.ZodBoolean>;
@@ -16744,6 +16745,7 @@ declare const tenantSchema: z.ZodObject<{
16744
16745
  dcr_require_initial_access_token?: boolean | undefined;
16745
16746
  dcr_allowed_grant_types?: string[] | undefined;
16746
16747
  dcr_allowed_integration_types?: string[] | undefined;
16748
+ allow_http_return_to?: string[] | undefined;
16747
16749
  enable_idtoken_api2?: boolean | undefined;
16748
16750
  enable_legacy_logs_search_v2?: boolean | undefined;
16749
16751
  enable_legacy_profile?: boolean | undefined;
@@ -16781,6 +16783,7 @@ declare const tenantSchema: z.ZodObject<{
16781
16783
  dcr_require_initial_access_token?: boolean | undefined;
16782
16784
  dcr_allowed_grant_types?: string[] | undefined;
16783
16785
  dcr_allowed_integration_types?: string[] | undefined;
16786
+ allow_http_return_to?: string[] | undefined;
16784
16787
  enable_idtoken_api2?: boolean | undefined;
16785
16788
  enable_legacy_logs_search_v2?: boolean | undefined;
16786
16789
  enable_legacy_profile?: boolean | undefined;
@@ -17063,6 +17066,7 @@ declare const tenantSchema: z.ZodObject<{
17063
17066
  dcr_require_initial_access_token?: boolean | undefined;
17064
17067
  dcr_allowed_grant_types?: string[] | undefined;
17065
17068
  dcr_allowed_integration_types?: string[] | undefined;
17069
+ allow_http_return_to?: string[] | undefined;
17066
17070
  enable_idtoken_api2?: boolean | undefined;
17067
17071
  enable_legacy_logs_search_v2?: boolean | undefined;
17068
17072
  enable_legacy_profile?: boolean | undefined;
@@ -17192,6 +17196,7 @@ declare const tenantSchema: z.ZodObject<{
17192
17196
  dcr_require_initial_access_token?: boolean | undefined;
17193
17197
  dcr_allowed_grant_types?: string[] | undefined;
17194
17198
  dcr_allowed_integration_types?: string[] | undefined;
17199
+ allow_http_return_to?: string[] | undefined;
17195
17200
  enable_idtoken_api2?: boolean | undefined;
17196
17201
  enable_legacy_logs_search_v2?: boolean | undefined;
17197
17202
  enable_legacy_profile?: boolean | undefined;
@@ -21146,6 +21151,7 @@ declare const sqlTenantSchema: z.ZodObject<{
21146
21151
  dcr_require_initial_access_token: z.ZodOptional<z.ZodBoolean>;
21147
21152
  dcr_allowed_grant_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
21148
21153
  dcr_allowed_integration_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
21154
+ allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
21149
21155
  enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
21150
21156
  enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
21151
21157
  enable_legacy_profile: z.ZodOptional<z.ZodBoolean>;
@@ -21183,6 +21189,7 @@ declare const sqlTenantSchema: z.ZodObject<{
21183
21189
  dcr_require_initial_access_token?: boolean | undefined;
21184
21190
  dcr_allowed_grant_types?: string[] | undefined;
21185
21191
  dcr_allowed_integration_types?: string[] | undefined;
21192
+ allow_http_return_to?: string[] | undefined;
21186
21193
  enable_idtoken_api2?: boolean | undefined;
21187
21194
  enable_legacy_logs_search_v2?: boolean | undefined;
21188
21195
  enable_legacy_profile?: boolean | undefined;
@@ -21220,6 +21227,7 @@ declare const sqlTenantSchema: z.ZodObject<{
21220
21227
  dcr_require_initial_access_token?: boolean | undefined;
21221
21228
  dcr_allowed_grant_types?: string[] | undefined;
21222
21229
  dcr_allowed_integration_types?: string[] | undefined;
21230
+ allow_http_return_to?: string[] | undefined;
21223
21231
  enable_idtoken_api2?: boolean | undefined;
21224
21232
  enable_legacy_logs_search_v2?: boolean | undefined;
21225
21233
  enable_legacy_profile?: boolean | undefined;
@@ -21498,6 +21506,7 @@ declare const sqlTenantSchema: z.ZodObject<{
21498
21506
  dcr_require_initial_access_token?: boolean | undefined;
21499
21507
  dcr_allowed_grant_types?: string[] | undefined;
21500
21508
  dcr_allowed_integration_types?: string[] | undefined;
21509
+ allow_http_return_to?: string[] | undefined;
21501
21510
  enable_idtoken_api2?: boolean | undefined;
21502
21511
  enable_legacy_logs_search_v2?: boolean | undefined;
21503
21512
  enable_legacy_profile?: boolean | undefined;
@@ -21627,6 +21636,7 @@ declare const sqlTenantSchema: z.ZodObject<{
21627
21636
  dcr_require_initial_access_token?: boolean | undefined;
21628
21637
  dcr_allowed_grant_types?: string[] | undefined;
21629
21638
  dcr_allowed_integration_types?: string[] | undefined;
21639
+ allow_http_return_to?: string[] | undefined;
21630
21640
  enable_idtoken_api2?: boolean | undefined;
21631
21641
  enable_legacy_logs_search_v2?: boolean | undefined;
21632
21642
  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.0",
14
+ "version": "10.131.1",
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.8.0"
45
+ "@authhero/adapter-interfaces": "1.9.0"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@hono/zod-openapi": "^0.19.2",