authhero 4.104.0 → 4.106.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.
- package/dist/assets/u/widget/index.esm.js +1 -1
- package/dist/authhero.cjs +117 -112
- package/dist/authhero.d.ts +20 -20
- package/dist/authhero.mjs +11400 -11133
- package/dist/stats.html +1 -1
- package/package.json +5 -5
package/dist/authhero.d.ts
CHANGED
|
@@ -44257,7 +44257,7 @@ export declare const tenantInsertSchema: z.ZodObject<{
|
|
|
44257
44257
|
enable_dynamic_client_registration: z.ZodOptional<z.ZodBoolean>;
|
|
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
|
+
allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
44261
44261
|
enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
|
|
44262
44262
|
enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
|
|
44263
44263
|
enable_legacy_profile: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -44294,7 +44294,7 @@ export declare const tenantInsertSchema: z.ZodObject<{
|
|
|
44294
44294
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
44295
44295
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
44296
44296
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
44297
|
-
|
|
44297
|
+
allow_http_return_to?: string[] | undefined;
|
|
44298
44298
|
enable_idtoken_api2?: boolean | undefined;
|
|
44299
44299
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
44300
44300
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -44331,7 +44331,7 @@ export declare const tenantInsertSchema: z.ZodObject<{
|
|
|
44331
44331
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
44332
44332
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
44333
44333
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
44334
|
-
|
|
44334
|
+
allow_http_return_to?: string[] | undefined;
|
|
44335
44335
|
enable_idtoken_api2?: boolean | undefined;
|
|
44336
44336
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
44337
44337
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -44609,7 +44609,7 @@ export declare const tenantInsertSchema: z.ZodObject<{
|
|
|
44609
44609
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
44610
44610
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
44611
44611
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
44612
|
-
|
|
44612
|
+
allow_http_return_to?: string[] | undefined;
|
|
44613
44613
|
enable_idtoken_api2?: boolean | undefined;
|
|
44614
44614
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
44615
44615
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -44736,7 +44736,7 @@ export declare const tenantInsertSchema: z.ZodObject<{
|
|
|
44736
44736
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
44737
44737
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
44738
44738
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
44739
|
-
|
|
44739
|
+
allow_http_return_to?: string[] | undefined;
|
|
44740
44740
|
enable_idtoken_api2?: boolean | undefined;
|
|
44741
44741
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
44742
44742
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -44875,7 +44875,7 @@ export declare const tenantSchema: z.ZodObject<{
|
|
|
44875
44875
|
enable_dynamic_client_registration: z.ZodOptional<z.ZodBoolean>;
|
|
44876
44876
|
dcr_require_initial_access_token: z.ZodOptional<z.ZodBoolean>;
|
|
44877
44877
|
dcr_allowed_grant_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
44878
|
-
|
|
44878
|
+
allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
44879
44879
|
enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
|
|
44880
44880
|
enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
|
|
44881
44881
|
enable_legacy_profile: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -44912,7 +44912,7 @@ export declare const tenantSchema: z.ZodObject<{
|
|
|
44912
44912
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
44913
44913
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
44914
44914
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
44915
|
-
|
|
44915
|
+
allow_http_return_to?: string[] | undefined;
|
|
44916
44916
|
enable_idtoken_api2?: boolean | undefined;
|
|
44917
44917
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
44918
44918
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -44949,7 +44949,7 @@ export declare const tenantSchema: z.ZodObject<{
|
|
|
44949
44949
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
44950
44950
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
44951
44951
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
44952
|
-
|
|
44952
|
+
allow_http_return_to?: string[] | undefined;
|
|
44953
44953
|
enable_idtoken_api2?: boolean | undefined;
|
|
44954
44954
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
44955
44955
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -45231,7 +45231,7 @@ export declare const tenantSchema: z.ZodObject<{
|
|
|
45231
45231
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
45232
45232
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
45233
45233
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
45234
|
-
|
|
45234
|
+
allow_http_return_to?: string[] | undefined;
|
|
45235
45235
|
enable_idtoken_api2?: boolean | undefined;
|
|
45236
45236
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
45237
45237
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -45360,7 +45360,7 @@ export declare const tenantSchema: z.ZodObject<{
|
|
|
45360
45360
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
45361
45361
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
45362
45362
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
45363
|
-
|
|
45363
|
+
allow_http_return_to?: string[] | undefined;
|
|
45364
45364
|
enable_idtoken_api2?: boolean | undefined;
|
|
45365
45365
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
45366
45366
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -49665,7 +49665,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
49665
49665
|
enable_dynamic_client_registration: z.ZodOptional<z.ZodBoolean>;
|
|
49666
49666
|
dcr_require_initial_access_token: z.ZodOptional<z.ZodBoolean>;
|
|
49667
49667
|
dcr_allowed_grant_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
49668
|
-
|
|
49668
|
+
allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
49669
49669
|
enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
|
|
49670
49670
|
enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
|
|
49671
49671
|
enable_legacy_profile: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -49702,7 +49702,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
49702
49702
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
49703
49703
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
49704
49704
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
49705
|
-
|
|
49705
|
+
allow_http_return_to?: string[] | undefined;
|
|
49706
49706
|
enable_idtoken_api2?: boolean | undefined;
|
|
49707
49707
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
49708
49708
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -49739,7 +49739,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
49739
49739
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
49740
49740
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
49741
49741
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
49742
|
-
|
|
49742
|
+
allow_http_return_to?: string[] | undefined;
|
|
49743
49743
|
enable_idtoken_api2?: boolean | undefined;
|
|
49744
49744
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
49745
49745
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -50021,7 +50021,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
50021
50021
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
50022
50022
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
50023
50023
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
50024
|
-
|
|
50024
|
+
allow_http_return_to?: string[] | undefined;
|
|
50025
50025
|
enable_idtoken_api2?: boolean | undefined;
|
|
50026
50026
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
50027
50027
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -50150,7 +50150,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
50150
50150
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
50151
50151
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
50152
50152
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
50153
|
-
|
|
50153
|
+
allow_http_return_to?: string[] | undefined;
|
|
50154
50154
|
enable_idtoken_api2?: boolean | undefined;
|
|
50155
50155
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
50156
50156
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -51261,7 +51261,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
51261
51261
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
51262
51262
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
51263
51263
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
51264
|
-
|
|
51264
|
+
allow_http_return_to?: string[] | undefined;
|
|
51265
51265
|
enable_idtoken_api2?: boolean | undefined;
|
|
51266
51266
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
51267
51267
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -51563,7 +51563,7 @@ declare const enrichedClientSchema: z.ZodObject<{
|
|
|
51563
51563
|
enable_dynamic_client_registration?: boolean | undefined;
|
|
51564
51564
|
dcr_require_initial_access_token?: boolean | undefined;
|
|
51565
51565
|
dcr_allowed_grant_types?: string[] | undefined;
|
|
51566
|
-
|
|
51566
|
+
allow_http_return_to?: string[] | undefined;
|
|
51567
51567
|
enable_idtoken_api2?: boolean | undefined;
|
|
51568
51568
|
enable_legacy_logs_search_v2?: boolean | undefined;
|
|
51569
51569
|
enable_legacy_profile?: boolean | undefined;
|
|
@@ -65062,9 +65062,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
65062
65062
|
query: {
|
|
65063
65063
|
domain: string;
|
|
65064
65064
|
state: string;
|
|
65065
|
-
integration_type: string;
|
|
65066
65065
|
return_to: string;
|
|
65067
65066
|
scope?: string | undefined;
|
|
65067
|
+
integration_type?: string | undefined;
|
|
65068
65068
|
};
|
|
65069
65069
|
};
|
|
65070
65070
|
output: {};
|
|
@@ -65075,9 +65075,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
65075
65075
|
query: {
|
|
65076
65076
|
domain: string;
|
|
65077
65077
|
state: string;
|
|
65078
|
-
integration_type: string;
|
|
65079
65078
|
return_to: string;
|
|
65080
65079
|
scope?: string | undefined;
|
|
65080
|
+
integration_type?: string | undefined;
|
|
65081
65081
|
};
|
|
65082
65082
|
};
|
|
65083
65083
|
output: {};
|
|
@@ -65088,9 +65088,9 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
65088
65088
|
query: {
|
|
65089
65089
|
domain: string;
|
|
65090
65090
|
state: string;
|
|
65091
|
-
integration_type: string;
|
|
65092
65091
|
return_to: string;
|
|
65093
65092
|
scope?: string | undefined;
|
|
65093
|
+
integration_type?: string | undefined;
|
|
65094
65094
|
};
|
|
65095
65095
|
};
|
|
65096
65096
|
output: {};
|