authhero 8.17.3 → 8.17.4

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.
@@ -807,7 +807,7 @@ export declare const clientRoutes: OpenAPIHono<{
807
807
  } | undefined;
808
808
  } | undefined;
809
809
  passkey_options?: {
810
- challenge_ui?: "both" | "autofill" | "button" | undefined;
810
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
811
811
  local_enrollment_enabled?: boolean | undefined;
812
812
  progressive_enrollment_enabled?: boolean | undefined;
813
813
  } | undefined;
@@ -961,7 +961,7 @@ export declare const clientRoutes: OpenAPIHono<{
961
961
  } | undefined;
962
962
  } | undefined;
963
963
  passkey_options?: {
964
- challenge_ui?: "both" | "autofill" | "button" | undefined;
964
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
965
965
  local_enrollment_enabled?: boolean | undefined;
966
966
  progressive_enrollment_enabled?: boolean | undefined;
967
967
  } | undefined;
@@ -129,7 +129,7 @@ export declare const connectionRoutes: OpenAPIHono<{
129
129
  } | undefined;
130
130
  } | undefined;
131
131
  passkey_options?: {
132
- challenge_ui?: "both" | "autofill" | "button" | undefined;
132
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
133
133
  local_enrollment_enabled?: boolean | undefined;
134
134
  progressive_enrollment_enabled?: boolean | undefined;
135
135
  } | undefined;
@@ -263,7 +263,7 @@ export declare const connectionRoutes: OpenAPIHono<{
263
263
  } | undefined;
264
264
  } | undefined;
265
265
  passkey_options?: {
266
- challenge_ui?: "both" | "autofill" | "button" | undefined;
266
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
267
267
  local_enrollment_enabled?: boolean | undefined;
268
268
  progressive_enrollment_enabled?: boolean | undefined;
269
269
  } | undefined;
@@ -412,7 +412,7 @@ export declare const connectionRoutes: OpenAPIHono<{
412
412
  } | undefined;
413
413
  } | undefined;
414
414
  passkey_options?: {
415
- challenge_ui?: "both" | "autofill" | "button" | undefined;
415
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
416
416
  local_enrollment_enabled?: boolean | undefined;
417
417
  progressive_enrollment_enabled?: boolean | undefined;
418
418
  } | undefined;
@@ -591,7 +591,7 @@ export declare const connectionRoutes: OpenAPIHono<{
591
591
  } | undefined;
592
592
  } | undefined;
593
593
  passkey_options?: {
594
- challenge_ui?: "both" | "autofill" | "button" | undefined;
594
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
595
595
  local_enrollment_enabled?: boolean | undefined;
596
596
  progressive_enrollment_enabled?: boolean | undefined;
597
597
  } | undefined;
@@ -749,7 +749,7 @@ export declare const connectionRoutes: OpenAPIHono<{
749
749
  } | undefined;
750
750
  } | undefined;
751
751
  passkey_options?: {
752
- challenge_ui?: "both" | "autofill" | "button" | undefined;
752
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
753
753
  local_enrollment_enabled?: boolean | undefined;
754
754
  progressive_enrollment_enabled?: boolean | undefined;
755
755
  } | undefined;