authhero 4.104.0 → 4.105.0

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.
@@ -44258,6 +44258,7 @@ export declare const tenantInsertSchema: z.ZodObject<{
44258
44258
  dcr_require_initial_access_token: z.ZodOptional<z.ZodBoolean>;
44259
44259
  dcr_allowed_grant_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
44260
44260
  dcr_allowed_integration_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
44261
+ allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
44261
44262
  enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
44262
44263
  enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
44263
44264
  enable_legacy_profile: z.ZodOptional<z.ZodBoolean>;
@@ -44295,6 +44296,7 @@ export declare const tenantInsertSchema: z.ZodObject<{
44295
44296
  dcr_require_initial_access_token?: boolean | undefined;
44296
44297
  dcr_allowed_grant_types?: string[] | undefined;
44297
44298
  dcr_allowed_integration_types?: string[] | undefined;
44299
+ allow_http_return_to?: string[] | undefined;
44298
44300
  enable_idtoken_api2?: boolean | undefined;
44299
44301
  enable_legacy_logs_search_v2?: boolean | undefined;
44300
44302
  enable_legacy_profile?: boolean | undefined;
@@ -44332,6 +44334,7 @@ export declare const tenantInsertSchema: z.ZodObject<{
44332
44334
  dcr_require_initial_access_token?: boolean | undefined;
44333
44335
  dcr_allowed_grant_types?: string[] | undefined;
44334
44336
  dcr_allowed_integration_types?: string[] | undefined;
44337
+ allow_http_return_to?: string[] | undefined;
44335
44338
  enable_idtoken_api2?: boolean | undefined;
44336
44339
  enable_legacy_logs_search_v2?: boolean | undefined;
44337
44340
  enable_legacy_profile?: boolean | undefined;
@@ -44610,6 +44613,7 @@ export declare const tenantInsertSchema: z.ZodObject<{
44610
44613
  dcr_require_initial_access_token?: boolean | undefined;
44611
44614
  dcr_allowed_grant_types?: string[] | undefined;
44612
44615
  dcr_allowed_integration_types?: string[] | undefined;
44616
+ allow_http_return_to?: string[] | undefined;
44613
44617
  enable_idtoken_api2?: boolean | undefined;
44614
44618
  enable_legacy_logs_search_v2?: boolean | undefined;
44615
44619
  enable_legacy_profile?: boolean | undefined;
@@ -44737,6 +44741,7 @@ export declare const tenantInsertSchema: z.ZodObject<{
44737
44741
  dcr_require_initial_access_token?: boolean | undefined;
44738
44742
  dcr_allowed_grant_types?: string[] | undefined;
44739
44743
  dcr_allowed_integration_types?: string[] | undefined;
44744
+ allow_http_return_to?: string[] | undefined;
44740
44745
  enable_idtoken_api2?: boolean | undefined;
44741
44746
  enable_legacy_logs_search_v2?: boolean | undefined;
44742
44747
  enable_legacy_profile?: boolean | undefined;
@@ -44876,6 +44881,7 @@ export declare const tenantSchema: z.ZodObject<{
44876
44881
  dcr_require_initial_access_token: z.ZodOptional<z.ZodBoolean>;
44877
44882
  dcr_allowed_grant_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
44878
44883
  dcr_allowed_integration_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
44884
+ allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
44879
44885
  enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
44880
44886
  enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
44881
44887
  enable_legacy_profile: z.ZodOptional<z.ZodBoolean>;
@@ -44913,6 +44919,7 @@ export declare const tenantSchema: z.ZodObject<{
44913
44919
  dcr_require_initial_access_token?: boolean | undefined;
44914
44920
  dcr_allowed_grant_types?: string[] | undefined;
44915
44921
  dcr_allowed_integration_types?: string[] | undefined;
44922
+ allow_http_return_to?: string[] | undefined;
44916
44923
  enable_idtoken_api2?: boolean | undefined;
44917
44924
  enable_legacy_logs_search_v2?: boolean | undefined;
44918
44925
  enable_legacy_profile?: boolean | undefined;
@@ -44950,6 +44957,7 @@ export declare const tenantSchema: z.ZodObject<{
44950
44957
  dcr_require_initial_access_token?: boolean | undefined;
44951
44958
  dcr_allowed_grant_types?: string[] | undefined;
44952
44959
  dcr_allowed_integration_types?: string[] | undefined;
44960
+ allow_http_return_to?: string[] | undefined;
44953
44961
  enable_idtoken_api2?: boolean | undefined;
44954
44962
  enable_legacy_logs_search_v2?: boolean | undefined;
44955
44963
  enable_legacy_profile?: boolean | undefined;
@@ -45232,6 +45240,7 @@ export declare const tenantSchema: z.ZodObject<{
45232
45240
  dcr_require_initial_access_token?: boolean | undefined;
45233
45241
  dcr_allowed_grant_types?: string[] | undefined;
45234
45242
  dcr_allowed_integration_types?: string[] | undefined;
45243
+ allow_http_return_to?: string[] | undefined;
45235
45244
  enable_idtoken_api2?: boolean | undefined;
45236
45245
  enable_legacy_logs_search_v2?: boolean | undefined;
45237
45246
  enable_legacy_profile?: boolean | undefined;
@@ -45361,6 +45370,7 @@ export declare const tenantSchema: z.ZodObject<{
45361
45370
  dcr_require_initial_access_token?: boolean | undefined;
45362
45371
  dcr_allowed_grant_types?: string[] | undefined;
45363
45372
  dcr_allowed_integration_types?: string[] | undefined;
45373
+ allow_http_return_to?: string[] | undefined;
45364
45374
  enable_idtoken_api2?: boolean | undefined;
45365
45375
  enable_legacy_logs_search_v2?: boolean | undefined;
45366
45376
  enable_legacy_profile?: boolean | undefined;
@@ -49666,6 +49676,7 @@ declare const enrichedClientSchema: z.ZodObject<{
49666
49676
  dcr_require_initial_access_token: z.ZodOptional<z.ZodBoolean>;
49667
49677
  dcr_allowed_grant_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
49668
49678
  dcr_allowed_integration_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
49679
+ allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
49669
49680
  enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
49670
49681
  enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
49671
49682
  enable_legacy_profile: z.ZodOptional<z.ZodBoolean>;
@@ -49703,6 +49714,7 @@ declare const enrichedClientSchema: z.ZodObject<{
49703
49714
  dcr_require_initial_access_token?: boolean | undefined;
49704
49715
  dcr_allowed_grant_types?: string[] | undefined;
49705
49716
  dcr_allowed_integration_types?: string[] | undefined;
49717
+ allow_http_return_to?: string[] | undefined;
49706
49718
  enable_idtoken_api2?: boolean | undefined;
49707
49719
  enable_legacy_logs_search_v2?: boolean | undefined;
49708
49720
  enable_legacy_profile?: boolean | undefined;
@@ -49740,6 +49752,7 @@ declare const enrichedClientSchema: z.ZodObject<{
49740
49752
  dcr_require_initial_access_token?: boolean | undefined;
49741
49753
  dcr_allowed_grant_types?: string[] | undefined;
49742
49754
  dcr_allowed_integration_types?: string[] | undefined;
49755
+ allow_http_return_to?: string[] | undefined;
49743
49756
  enable_idtoken_api2?: boolean | undefined;
49744
49757
  enable_legacy_logs_search_v2?: boolean | undefined;
49745
49758
  enable_legacy_profile?: boolean | undefined;
@@ -50022,6 +50035,7 @@ declare const enrichedClientSchema: z.ZodObject<{
50022
50035
  dcr_require_initial_access_token?: boolean | undefined;
50023
50036
  dcr_allowed_grant_types?: string[] | undefined;
50024
50037
  dcr_allowed_integration_types?: string[] | undefined;
50038
+ allow_http_return_to?: string[] | undefined;
50025
50039
  enable_idtoken_api2?: boolean | undefined;
50026
50040
  enable_legacy_logs_search_v2?: boolean | undefined;
50027
50041
  enable_legacy_profile?: boolean | undefined;
@@ -50151,6 +50165,7 @@ declare const enrichedClientSchema: z.ZodObject<{
50151
50165
  dcr_require_initial_access_token?: boolean | undefined;
50152
50166
  dcr_allowed_grant_types?: string[] | undefined;
50153
50167
  dcr_allowed_integration_types?: string[] | undefined;
50168
+ allow_http_return_to?: string[] | undefined;
50154
50169
  enable_idtoken_api2?: boolean | undefined;
50155
50170
  enable_legacy_logs_search_v2?: boolean | undefined;
50156
50171
  enable_legacy_profile?: boolean | undefined;
@@ -51262,6 +51277,7 @@ declare const enrichedClientSchema: z.ZodObject<{
51262
51277
  dcr_require_initial_access_token?: boolean | undefined;
51263
51278
  dcr_allowed_grant_types?: string[] | undefined;
51264
51279
  dcr_allowed_integration_types?: string[] | undefined;
51280
+ allow_http_return_to?: string[] | undefined;
51265
51281
  enable_idtoken_api2?: boolean | undefined;
51266
51282
  enable_legacy_logs_search_v2?: boolean | undefined;
51267
51283
  enable_legacy_profile?: boolean | undefined;
@@ -51564,6 +51580,7 @@ declare const enrichedClientSchema: z.ZodObject<{
51564
51580
  dcr_require_initial_access_token?: boolean | undefined;
51565
51581
  dcr_allowed_grant_types?: string[] | undefined;
51566
51582
  dcr_allowed_integration_types?: string[] | undefined;
51583
+ allow_http_return_to?: string[] | undefined;
51567
51584
  enable_idtoken_api2?: boolean | undefined;
51568
51585
  enable_legacy_logs_search_v2?: boolean | undefined;
51569
51586
  enable_legacy_profile?: boolean | undefined;