authhero 4.105.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.
@@ -44257,7 +44257,6 @@ 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
- dcr_allowed_integration_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
44261
44260
  allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
44262
44261
  enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
44263
44262
  enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
@@ -44295,7 +44294,6 @@ export declare const tenantInsertSchema: z.ZodObject<{
44295
44294
  enable_dynamic_client_registration?: boolean | undefined;
44296
44295
  dcr_require_initial_access_token?: boolean | undefined;
44297
44296
  dcr_allowed_grant_types?: string[] | undefined;
44298
- dcr_allowed_integration_types?: string[] | undefined;
44299
44297
  allow_http_return_to?: string[] | undefined;
44300
44298
  enable_idtoken_api2?: boolean | undefined;
44301
44299
  enable_legacy_logs_search_v2?: boolean | undefined;
@@ -44333,7 +44331,6 @@ export declare const tenantInsertSchema: z.ZodObject<{
44333
44331
  enable_dynamic_client_registration?: boolean | undefined;
44334
44332
  dcr_require_initial_access_token?: boolean | undefined;
44335
44333
  dcr_allowed_grant_types?: string[] | undefined;
44336
- dcr_allowed_integration_types?: string[] | undefined;
44337
44334
  allow_http_return_to?: string[] | undefined;
44338
44335
  enable_idtoken_api2?: boolean | undefined;
44339
44336
  enable_legacy_logs_search_v2?: boolean | undefined;
@@ -44612,7 +44609,6 @@ export declare const tenantInsertSchema: z.ZodObject<{
44612
44609
  enable_dynamic_client_registration?: boolean | undefined;
44613
44610
  dcr_require_initial_access_token?: boolean | undefined;
44614
44611
  dcr_allowed_grant_types?: string[] | undefined;
44615
- dcr_allowed_integration_types?: string[] | undefined;
44616
44612
  allow_http_return_to?: string[] | undefined;
44617
44613
  enable_idtoken_api2?: boolean | undefined;
44618
44614
  enable_legacy_logs_search_v2?: boolean | undefined;
@@ -44740,7 +44736,6 @@ export declare const tenantInsertSchema: z.ZodObject<{
44740
44736
  enable_dynamic_client_registration?: boolean | undefined;
44741
44737
  dcr_require_initial_access_token?: boolean | undefined;
44742
44738
  dcr_allowed_grant_types?: string[] | undefined;
44743
- dcr_allowed_integration_types?: string[] | undefined;
44744
44739
  allow_http_return_to?: string[] | undefined;
44745
44740
  enable_idtoken_api2?: boolean | undefined;
44746
44741
  enable_legacy_logs_search_v2?: boolean | undefined;
@@ -44880,7 +44875,6 @@ export declare const tenantSchema: z.ZodObject<{
44880
44875
  enable_dynamic_client_registration: z.ZodOptional<z.ZodBoolean>;
44881
44876
  dcr_require_initial_access_token: z.ZodOptional<z.ZodBoolean>;
44882
44877
  dcr_allowed_grant_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
44883
- dcr_allowed_integration_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
44884
44878
  allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
44885
44879
  enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
44886
44880
  enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
@@ -44918,7 +44912,6 @@ export declare const tenantSchema: z.ZodObject<{
44918
44912
  enable_dynamic_client_registration?: boolean | undefined;
44919
44913
  dcr_require_initial_access_token?: boolean | undefined;
44920
44914
  dcr_allowed_grant_types?: string[] | undefined;
44921
- dcr_allowed_integration_types?: string[] | undefined;
44922
44915
  allow_http_return_to?: string[] | undefined;
44923
44916
  enable_idtoken_api2?: boolean | undefined;
44924
44917
  enable_legacy_logs_search_v2?: boolean | undefined;
@@ -44956,7 +44949,6 @@ export declare const tenantSchema: z.ZodObject<{
44956
44949
  enable_dynamic_client_registration?: boolean | undefined;
44957
44950
  dcr_require_initial_access_token?: boolean | undefined;
44958
44951
  dcr_allowed_grant_types?: string[] | undefined;
44959
- dcr_allowed_integration_types?: string[] | undefined;
44960
44952
  allow_http_return_to?: string[] | undefined;
44961
44953
  enable_idtoken_api2?: boolean | undefined;
44962
44954
  enable_legacy_logs_search_v2?: boolean | undefined;
@@ -45239,7 +45231,6 @@ export declare const tenantSchema: z.ZodObject<{
45239
45231
  enable_dynamic_client_registration?: boolean | undefined;
45240
45232
  dcr_require_initial_access_token?: boolean | undefined;
45241
45233
  dcr_allowed_grant_types?: string[] | undefined;
45242
- dcr_allowed_integration_types?: string[] | undefined;
45243
45234
  allow_http_return_to?: string[] | undefined;
45244
45235
  enable_idtoken_api2?: boolean | undefined;
45245
45236
  enable_legacy_logs_search_v2?: boolean | undefined;
@@ -45369,7 +45360,6 @@ export declare const tenantSchema: z.ZodObject<{
45369
45360
  enable_dynamic_client_registration?: boolean | undefined;
45370
45361
  dcr_require_initial_access_token?: boolean | undefined;
45371
45362
  dcr_allowed_grant_types?: string[] | undefined;
45372
- dcr_allowed_integration_types?: string[] | undefined;
45373
45363
  allow_http_return_to?: string[] | undefined;
45374
45364
  enable_idtoken_api2?: boolean | undefined;
45375
45365
  enable_legacy_logs_search_v2?: boolean | undefined;
@@ -49675,7 +49665,6 @@ declare const enrichedClientSchema: z.ZodObject<{
49675
49665
  enable_dynamic_client_registration: z.ZodOptional<z.ZodBoolean>;
49676
49666
  dcr_require_initial_access_token: z.ZodOptional<z.ZodBoolean>;
49677
49667
  dcr_allowed_grant_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
49678
- dcr_allowed_integration_types: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
49679
49668
  allow_http_return_to: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
49680
49669
  enable_idtoken_api2: z.ZodOptional<z.ZodBoolean>;
49681
49670
  enable_legacy_logs_search_v2: z.ZodOptional<z.ZodBoolean>;
@@ -49713,7 +49702,6 @@ declare const enrichedClientSchema: z.ZodObject<{
49713
49702
  enable_dynamic_client_registration?: boolean | undefined;
49714
49703
  dcr_require_initial_access_token?: boolean | undefined;
49715
49704
  dcr_allowed_grant_types?: string[] | undefined;
49716
- dcr_allowed_integration_types?: string[] | undefined;
49717
49705
  allow_http_return_to?: string[] | undefined;
49718
49706
  enable_idtoken_api2?: boolean | undefined;
49719
49707
  enable_legacy_logs_search_v2?: boolean | undefined;
@@ -49751,7 +49739,6 @@ declare const enrichedClientSchema: z.ZodObject<{
49751
49739
  enable_dynamic_client_registration?: boolean | undefined;
49752
49740
  dcr_require_initial_access_token?: boolean | undefined;
49753
49741
  dcr_allowed_grant_types?: string[] | undefined;
49754
- dcr_allowed_integration_types?: string[] | undefined;
49755
49742
  allow_http_return_to?: string[] | undefined;
49756
49743
  enable_idtoken_api2?: boolean | undefined;
49757
49744
  enable_legacy_logs_search_v2?: boolean | undefined;
@@ -50034,7 +50021,6 @@ declare const enrichedClientSchema: z.ZodObject<{
50034
50021
  enable_dynamic_client_registration?: boolean | undefined;
50035
50022
  dcr_require_initial_access_token?: boolean | undefined;
50036
50023
  dcr_allowed_grant_types?: string[] | undefined;
50037
- dcr_allowed_integration_types?: string[] | undefined;
50038
50024
  allow_http_return_to?: string[] | undefined;
50039
50025
  enable_idtoken_api2?: boolean | undefined;
50040
50026
  enable_legacy_logs_search_v2?: boolean | undefined;
@@ -50164,7 +50150,6 @@ declare const enrichedClientSchema: z.ZodObject<{
50164
50150
  enable_dynamic_client_registration?: boolean | undefined;
50165
50151
  dcr_require_initial_access_token?: boolean | undefined;
50166
50152
  dcr_allowed_grant_types?: string[] | undefined;
50167
- dcr_allowed_integration_types?: string[] | undefined;
50168
50153
  allow_http_return_to?: string[] | undefined;
50169
50154
  enable_idtoken_api2?: boolean | undefined;
50170
50155
  enable_legacy_logs_search_v2?: boolean | undefined;
@@ -51276,7 +51261,6 @@ declare const enrichedClientSchema: z.ZodObject<{
51276
51261
  enable_dynamic_client_registration?: boolean | undefined;
51277
51262
  dcr_require_initial_access_token?: boolean | undefined;
51278
51263
  dcr_allowed_grant_types?: string[] | undefined;
51279
- dcr_allowed_integration_types?: string[] | undefined;
51280
51264
  allow_http_return_to?: string[] | undefined;
51281
51265
  enable_idtoken_api2?: boolean | undefined;
51282
51266
  enable_legacy_logs_search_v2?: boolean | undefined;
@@ -51579,7 +51563,6 @@ declare const enrichedClientSchema: z.ZodObject<{
51579
51563
  enable_dynamic_client_registration?: boolean | undefined;
51580
51564
  dcr_require_initial_access_token?: boolean | undefined;
51581
51565
  dcr_allowed_grant_types?: string[] | undefined;
51582
- dcr_allowed_integration_types?: string[] | undefined;
51583
51566
  allow_http_return_to?: string[] | undefined;
51584
51567
  enable_idtoken_api2?: boolean | undefined;
51585
51568
  enable_legacy_logs_search_v2?: boolean | undefined;
@@ -65079,9 +65062,9 @@ export declare function init(config: AuthHeroConfig): {
65079
65062
  query: {
65080
65063
  domain: string;
65081
65064
  state: string;
65082
- integration_type: string;
65083
65065
  return_to: string;
65084
65066
  scope?: string | undefined;
65067
+ integration_type?: string | undefined;
65085
65068
  };
65086
65069
  };
65087
65070
  output: {};
@@ -65092,9 +65075,9 @@ export declare function init(config: AuthHeroConfig): {
65092
65075
  query: {
65093
65076
  domain: string;
65094
65077
  state: string;
65095
- integration_type: string;
65096
65078
  return_to: string;
65097
65079
  scope?: string | undefined;
65080
+ integration_type?: string | undefined;
65098
65081
  };
65099
65082
  };
65100
65083
  output: {};
@@ -65105,9 +65088,9 @@ export declare function init(config: AuthHeroConfig): {
65105
65088
  query: {
65106
65089
  domain: string;
65107
65090
  state: string;
65108
- integration_type: string;
65109
65091
  return_to: string;
65110
65092
  scope?: string | undefined;
65093
+ integration_type?: string | undefined;
65111
65094
  };
65112
65095
  };
65113
65096
  output: {};