@intlayer/design-system 7.1.0-canary.0 → 7.1.0-canary.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.
Files changed (133) hide show
  1. package/dist/esm/components/Accordion/Accordion.mjs +1 -1
  2. package/dist/esm/components/Avatar/index.mjs +1 -1
  3. package/dist/esm/components/Breadcrumb/index.mjs +1 -1
  4. package/dist/esm/components/Browser/Browser.mjs +1 -1
  5. package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs +1 -1
  6. package/dist/esm/components/ContentEditor/ContentEditor.mjs +1 -1
  7. package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +1 -1
  8. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
  9. package/dist/esm/components/CopyButton/index.mjs +1 -1
  10. package/dist/esm/components/CopyToClipboard/index.mjs +1 -1
  11. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +1 -1
  12. package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +1 -1
  13. package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +1 -1
  14. package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
  15. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
  16. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +3 -3
  17. package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
  18. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -4
  19. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
  20. package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +1 -1
  21. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
  22. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
  23. package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +1 -1
  24. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
  25. package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
  26. package/dist/esm/components/HideShow/index.mjs +1 -1
  27. package/dist/esm/components/IDE/FileTree.mjs +1 -1
  28. package/dist/esm/components/Input/InputPassword.mjs +1 -1
  29. package/dist/esm/components/Input/OTPInput.mjs +1 -1
  30. package/dist/esm/components/KeyboardScreenAdapter/index.mjs +1 -1
  31. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
  32. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
  33. package/dist/esm/components/Modal/Modal.mjs +3 -3
  34. package/dist/esm/components/Navbar/MobileNavbar.mjs +2 -2
  35. package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
  36. package/dist/esm/components/Select/Multiselect.mjs +1 -1
  37. package/dist/esm/components/SwitchSelector/index.mjs +1 -1
  38. package/dist/esm/components/Tab/Tab.mjs +1 -1
  39. package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
  40. package/dist/esm/components/Table/Table.mjs +1 -1
  41. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +1 -1
  42. package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
  43. package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
  44. package/dist/esm/providers/ReactQueryProvider.mjs +1 -1
  45. package/dist/types/components/Badge/index.d.ts +2 -2
  46. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
  47. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  48. package/dist/types/components/Breadcrumb/index.d.ts +2 -2
  49. package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
  50. package/dist/types/components/Browser/Browser.content.d.ts +11 -11
  51. package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
  52. package/dist/types/components/Button/Button.d.ts +6 -6
  53. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +4 -4
  54. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  55. package/dist/types/components/Command/index.d.ts +20 -20
  56. package/dist/types/components/Command/index.d.ts.map +1 -1
  57. package/dist/types/components/Container/index.d.ts +10 -10
  58. package/dist/types/components/Container/index.d.ts.map +1 -1
  59. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  60. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  61. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  62. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  63. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  64. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  65. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  66. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  67. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  68. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  69. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  70. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  71. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  72. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  73. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  74. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  75. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  76. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  77. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  78. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  79. package/dist/types/components/IDE/code.content.d.ts +5 -5
  80. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  81. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  82. package/dist/types/components/Input/Checkbox.d.ts +4 -4
  83. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  84. package/dist/types/components/Input/Input.d.ts +2 -2
  85. package/dist/types/components/Input/Input.d.ts.map +1 -1
  86. package/dist/types/components/Input/OTPInput.d.ts +5 -5
  87. package/dist/types/components/Input/OTPInput.d.ts.map +1 -1
  88. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  89. package/dist/types/components/Link/Link.d.ts +4 -4
  90. package/dist/types/components/Loader/index.content.d.ts +3 -3
  91. package/dist/types/components/Loader/spinner.d.ts +2 -2
  92. package/dist/types/components/Loader/spinner.d.ts.map +1 -1
  93. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  94. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  95. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  96. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  97. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  98. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  99. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  100. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  101. package/dist/types/components/Navbar/DesktopNavbar.d.ts.map +1 -1
  102. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  103. package/dist/types/components/Navbar/index.d.ts +2 -2
  104. package/dist/types/components/Pagination/Pagination.d.ts +5 -5
  105. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  106. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  107. package/dist/types/components/Popover/static.d.ts +3 -3
  108. package/dist/types/components/Popover/static.d.ts.map +1 -1
  109. package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
  110. package/dist/types/components/Select/Select.d.ts +3 -3
  111. package/dist/types/components/Select/Select.d.ts.map +1 -1
  112. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  113. package/dist/types/components/SwitchSelector/index.d.ts +7 -7
  114. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  115. package/dist/types/components/Tab/Tab.d.ts +6 -6
  116. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  117. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  118. package/dist/types/components/Tab/TabContext.d.ts.map +1 -1
  119. package/dist/types/components/TabSelector/TabSelector.d.ts +3 -3
  120. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  121. package/dist/types/components/Table/table.content.d.ts +3 -3
  122. package/dist/types/components/Tag/index.d.ts +5 -5
  123. package/dist/types/components/Tag/index.d.ts.map +1 -1
  124. package/dist/types/components/Toaster/Toast.d.ts +2 -2
  125. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  126. package/dist/types/hooks/reactQuery.d.ts +56 -56
  127. package/dist/types/hooks/reactQuery.d.ts.map +1 -1
  128. package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
  129. package/dist/types/hooks/useScrollY.d.ts.map +1 -1
  130. package/dist/types/hooks/useUser/index.d.ts +2 -2
  131. package/dist/types/libs/auth.d.ts +44 -44
  132. package/dist/types/libs/auth.d.ts.map +1 -1
  133. package/package.json +20 -20
@@ -20,6 +20,7 @@ declare const getAuthClient: (backendURL: string) => {
20
20
  } & {
21
21
  twoFactor: {
22
22
  enable: <FetchOptions extends {
23
+ mode?: RequestMode;
23
24
  method?: string;
24
25
  headers?: HeadersInit & (HeadersInit | {
25
26
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -30,7 +31,6 @@ declare const getAuthClient: (backendURL: string) => {
30
31
  credentials?: RequestCredentials;
31
32
  integrity?: string;
32
33
  keepalive?: boolean;
33
- mode?: RequestMode;
34
34
  priority?: RequestPriority;
35
35
  redirect?: RequestRedirect;
36
36
  referrer?: string;
@@ -91,6 +91,7 @@ declare const getAuthClient: (backendURL: string) => {
91
91
  } & {
92
92
  twoFactor: {
93
93
  disable: <FetchOptions extends {
94
+ mode?: RequestMode;
94
95
  method?: string;
95
96
  headers?: HeadersInit & (HeadersInit | {
96
97
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -101,7 +102,6 @@ declare const getAuthClient: (backendURL: string) => {
101
102
  credentials?: RequestCredentials;
102
103
  integrity?: string;
103
104
  keepalive?: boolean;
104
- mode?: RequestMode;
105
105
  priority?: RequestPriority;
106
106
  redirect?: RequestRedirect;
107
107
  referrer?: string;
@@ -159,6 +159,7 @@ declare const getAuthClient: (backendURL: string) => {
159
159
  } & {
160
160
  twoFactor: {
161
161
  verifyBackupCode: <FetchOptions extends {
162
+ mode?: RequestMode;
162
163
  method?: string;
163
164
  headers?: HeadersInit & (HeadersInit | {
164
165
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -169,7 +170,6 @@ declare const getAuthClient: (backendURL: string) => {
169
170
  credentials?: RequestCredentials;
170
171
  integrity?: string;
171
172
  keepalive?: boolean;
172
- mode?: RequestMode;
173
173
  priority?: RequestPriority;
174
174
  redirect?: RequestRedirect;
175
175
  referrer?: string;
@@ -240,6 +240,7 @@ declare const getAuthClient: (backendURL: string) => {
240
240
  } & {
241
241
  twoFactor: {
242
242
  generateBackupCodes: <FetchOptions extends {
243
+ mode?: RequestMode;
243
244
  method?: string;
244
245
  headers?: HeadersInit & (HeadersInit | {
245
246
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -250,7 +251,6 @@ declare const getAuthClient: (backendURL: string) => {
250
251
  credentials?: RequestCredentials;
251
252
  integrity?: string;
252
253
  keepalive?: boolean;
253
- mode?: RequestMode;
254
254
  priority?: RequestPriority;
255
255
  redirect?: RequestRedirect;
256
256
  referrer?: string;
@@ -309,6 +309,7 @@ declare const getAuthClient: (backendURL: string) => {
309
309
  } & {
310
310
  twoFactor: {
311
311
  sendOtp: <FetchOptions extends {
312
+ mode?: RequestMode;
312
313
  method?: string;
313
314
  headers?: HeadersInit & (HeadersInit | {
314
315
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -319,7 +320,6 @@ declare const getAuthClient: (backendURL: string) => {
319
320
  credentials?: RequestCredentials;
320
321
  integrity?: string;
321
322
  keepalive?: boolean;
322
- mode?: RequestMode;
323
323
  priority?: RequestPriority;
324
324
  redirect?: RequestRedirect;
325
325
  referrer?: string;
@@ -377,6 +377,7 @@ declare const getAuthClient: (backendURL: string) => {
377
377
  } & {
378
378
  twoFactor: {
379
379
  verifyOtp: <FetchOptions extends {
380
+ mode?: RequestMode;
380
381
  method?: string;
381
382
  headers?: HeadersInit & (HeadersInit | {
382
383
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -387,7 +388,6 @@ declare const getAuthClient: (backendURL: string) => {
387
388
  credentials?: RequestCredentials;
388
389
  integrity?: string;
389
390
  keepalive?: boolean;
390
- mode?: RequestMode;
391
391
  priority?: RequestPriority;
392
392
  redirect?: RequestRedirect;
393
393
  referrer?: string;
@@ -456,6 +456,7 @@ declare const getAuthClient: (backendURL: string) => {
456
456
  } & {
457
457
  twoFactor: {
458
458
  getTotpUri: <FetchOptions extends {
459
+ mode?: RequestMode;
459
460
  method?: string;
460
461
  headers?: HeadersInit & (HeadersInit | {
461
462
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -466,7 +467,6 @@ declare const getAuthClient: (backendURL: string) => {
466
467
  credentials?: RequestCredentials;
467
468
  integrity?: string;
468
469
  keepalive?: boolean;
469
- mode?: RequestMode;
470
470
  priority?: RequestPriority;
471
471
  redirect?: RequestRedirect;
472
472
  referrer?: string;
@@ -524,6 +524,7 @@ declare const getAuthClient: (backendURL: string) => {
524
524
  } & {
525
525
  twoFactor: {
526
526
  verifyTotp: <FetchOptions extends {
527
+ mode?: RequestMode;
527
528
  method?: string;
528
529
  headers?: HeadersInit & (HeadersInit | {
529
530
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -534,7 +535,6 @@ declare const getAuthClient: (backendURL: string) => {
534
535
  credentials?: RequestCredentials;
535
536
  integrity?: string;
536
537
  keepalive?: boolean;
537
- mode?: RequestMode;
538
538
  priority?: RequestPriority;
539
539
  redirect?: RequestRedirect;
540
540
  referrer?: string;
@@ -603,6 +603,7 @@ declare const getAuthClient: (backendURL: string) => {
603
603
  } & {
604
604
  passkey: {
605
605
  generateRegisterOptions: <FetchOptions extends {
606
+ mode?: RequestMode;
606
607
  method?: string;
607
608
  headers?: HeadersInit & (HeadersInit | {
608
609
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -613,7 +614,6 @@ declare const getAuthClient: (backendURL: string) => {
613
614
  credentials?: RequestCredentials;
614
615
  integrity?: string;
615
616
  keepalive?: boolean;
616
- mode?: RequestMode;
617
617
  priority?: RequestPriority;
618
618
  redirect?: RequestRedirect;
619
619
  referrer?: string;
@@ -666,6 +666,7 @@ declare const getAuthClient: (backendURL: string) => {
666
666
  } & {
667
667
  passkey: {
668
668
  generateAuthenticateOptions: <FetchOptions extends {
669
+ mode?: RequestMode;
669
670
  method?: string;
670
671
  headers?: HeadersInit & (HeadersInit | {
671
672
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -676,7 +677,6 @@ declare const getAuthClient: (backendURL: string) => {
676
677
  credentials?: RequestCredentials;
677
678
  integrity?: string;
678
679
  keepalive?: boolean;
679
- mode?: RequestMode;
680
680
  priority?: RequestPriority;
681
681
  redirect?: RequestRedirect;
682
682
  referrer?: string;
@@ -726,6 +726,7 @@ declare const getAuthClient: (backendURL: string) => {
726
726
  } & {
727
727
  passkey: {
728
728
  verifyRegistration: <FetchOptions extends {
729
+ mode?: RequestMode;
729
730
  method?: string;
730
731
  headers?: HeadersInit & (HeadersInit | {
731
732
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -736,7 +737,6 @@ declare const getAuthClient: (backendURL: string) => {
736
737
  credentials?: RequestCredentials;
737
738
  integrity?: string;
738
739
  keepalive?: boolean;
739
- mode?: RequestMode;
740
740
  priority?: RequestPriority;
741
741
  redirect?: RequestRedirect;
742
742
  referrer?: string;
@@ -794,6 +794,7 @@ declare const getAuthClient: (backendURL: string) => {
794
794
  } & {
795
795
  passkey: {
796
796
  verifyAuthentication: <FetchOptions extends {
797
+ mode?: RequestMode;
797
798
  method?: string;
798
799
  headers?: HeadersInit & (HeadersInit | {
799
800
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -804,7 +805,6 @@ declare const getAuthClient: (backendURL: string) => {
804
805
  credentials?: RequestCredentials;
805
806
  integrity?: string;
806
807
  keepalive?: boolean;
807
- mode?: RequestMode;
808
808
  priority?: RequestPriority;
809
809
  redirect?: RequestRedirect;
810
810
  referrer?: string;
@@ -871,6 +871,7 @@ declare const getAuthClient: (backendURL: string) => {
871
871
  } & {
872
872
  passkey: {
873
873
  listUserPasskeys: <FetchOptions extends {
874
+ mode?: RequestMode;
874
875
  method?: string;
875
876
  headers?: HeadersInit & (HeadersInit | {
876
877
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -881,7 +882,6 @@ declare const getAuthClient: (backendURL: string) => {
881
882
  credentials?: RequestCredentials;
882
883
  integrity?: string;
883
884
  keepalive?: boolean;
884
- mode?: RequestMode;
885
885
  priority?: RequestPriority;
886
886
  redirect?: RequestRedirect;
887
887
  referrer?: string;
@@ -931,6 +931,7 @@ declare const getAuthClient: (backendURL: string) => {
931
931
  } & {
932
932
  passkey: {
933
933
  deletePasskey: <FetchOptions extends {
934
+ mode?: RequestMode;
934
935
  method?: string;
935
936
  headers?: HeadersInit & (HeadersInit | {
936
937
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -941,7 +942,6 @@ declare const getAuthClient: (backendURL: string) => {
941
942
  credentials?: RequestCredentials;
942
943
  integrity?: string;
943
944
  keepalive?: boolean;
944
- mode?: RequestMode;
945
945
  priority?: RequestPriority;
946
946
  redirect?: RequestRedirect;
947
947
  referrer?: string;
@@ -997,6 +997,7 @@ declare const getAuthClient: (backendURL: string) => {
997
997
  } & {
998
998
  passkey: {
999
999
  updatePasskey: <FetchOptions extends {
1000
+ mode?: RequestMode;
1000
1001
  method?: string;
1001
1002
  headers?: HeadersInit & (HeadersInit | {
1002
1003
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -1007,7 +1008,6 @@ declare const getAuthClient: (backendURL: string) => {
1007
1008
  credentials?: RequestCredentials;
1008
1009
  integrity?: string;
1009
1010
  keepalive?: boolean;
1010
- mode?: RequestMode;
1011
1011
  priority?: RequestPriority;
1012
1012
  redirect?: RequestRedirect;
1013
1013
  referrer?: string;
@@ -1067,6 +1067,7 @@ declare const getAuthClient: (backendURL: string) => {
1067
1067
  } & {
1068
1068
  signIn: {
1069
1069
  magicLink: <FetchOptions extends {
1070
+ mode?: RequestMode;
1070
1071
  method?: string;
1071
1072
  headers?: HeadersInit & (HeadersInit | {
1072
1073
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -1077,7 +1078,6 @@ declare const getAuthClient: (backendURL: string) => {
1077
1078
  credentials?: RequestCredentials;
1078
1079
  integrity?: string;
1079
1080
  keepalive?: boolean;
1080
- mode?: RequestMode;
1081
1081
  priority?: RequestPriority;
1082
1082
  redirect?: RequestRedirect;
1083
1083
  referrer?: string;
@@ -1143,6 +1143,7 @@ declare const getAuthClient: (backendURL: string) => {
1143
1143
  } & {
1144
1144
  magicLink: {
1145
1145
  verify: <FetchOptions extends {
1146
+ mode?: RequestMode;
1146
1147
  method?: string;
1147
1148
  headers?: HeadersInit & (HeadersInit | {
1148
1149
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -1153,7 +1154,6 @@ declare const getAuthClient: (backendURL: string) => {
1153
1154
  credentials?: RequestCredentials;
1154
1155
  integrity?: string;
1155
1156
  keepalive?: boolean;
1156
- mode?: RequestMode;
1157
1157
  priority?: RequestPriority;
1158
1158
  redirect?: RequestRedirect;
1159
1159
  referrer?: string;
@@ -1219,6 +1219,7 @@ declare const getAuthClient: (backendURL: string) => {
1219
1219
  } & {
1220
1220
  signIn: {
1221
1221
  social: <FetchOptions extends {
1222
+ mode?: RequestMode;
1222
1223
  method?: string;
1223
1224
  headers?: HeadersInit & (HeadersInit | {
1224
1225
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -1229,7 +1230,6 @@ declare const getAuthClient: (backendURL: string) => {
1229
1230
  credentials?: RequestCredentials;
1230
1231
  integrity?: string;
1231
1232
  keepalive?: boolean;
1232
- mode?: RequestMode;
1233
1233
  priority?: RequestPriority;
1234
1234
  redirect?: RequestRedirect;
1235
1235
  referrer?: string;
@@ -1328,6 +1328,7 @@ declare const getAuthClient: (backendURL: string) => {
1328
1328
  };
1329
1329
  } & {
1330
1330
  signOut: <FetchOptions extends {
1331
+ mode?: RequestMode;
1331
1332
  method?: string;
1332
1333
  headers?: HeadersInit & (HeadersInit | {
1333
1334
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -1338,7 +1339,6 @@ declare const getAuthClient: (backendURL: string) => {
1338
1339
  credentials?: RequestCredentials;
1339
1340
  integrity?: string;
1340
1341
  keepalive?: boolean;
1341
- mode?: RequestMode;
1342
1342
  priority?: RequestPriority;
1343
1343
  redirect?: RequestRedirect;
1344
1344
  referrer?: string;
@@ -1389,6 +1389,7 @@ declare const getAuthClient: (backendURL: string) => {
1389
1389
  } & {
1390
1390
  signUp: {
1391
1391
  email: <FetchOptions extends {
1392
+ mode?: RequestMode;
1392
1393
  method?: string;
1393
1394
  headers?: HeadersInit & (HeadersInit | {
1394
1395
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -1399,7 +1400,6 @@ declare const getAuthClient: (backendURL: string) => {
1399
1400
  credentials?: RequestCredentials;
1400
1401
  integrity?: string;
1401
1402
  keepalive?: boolean;
1402
- mode?: RequestMode;
1403
1403
  priority?: RequestPriority;
1404
1404
  redirect?: RequestRedirect;
1405
1405
  referrer?: string;
@@ -1485,6 +1485,7 @@ declare const getAuthClient: (backendURL: string) => {
1485
1485
  } & {
1486
1486
  signIn: {
1487
1487
  email: <FetchOptions extends {
1488
+ mode?: RequestMode;
1488
1489
  method?: string;
1489
1490
  headers?: HeadersInit & (HeadersInit | {
1490
1491
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -1495,7 +1496,6 @@ declare const getAuthClient: (backendURL: string) => {
1495
1496
  credentials?: RequestCredentials;
1496
1497
  integrity?: string;
1497
1498
  keepalive?: boolean;
1498
- mode?: RequestMode;
1499
1499
  priority?: RequestPriority;
1500
1500
  redirect?: RequestRedirect;
1501
1501
  referrer?: string;
@@ -1569,6 +1569,7 @@ declare const getAuthClient: (backendURL: string) => {
1569
1569
  };
1570
1570
  } & {
1571
1571
  forgetPassword: <FetchOptions extends {
1572
+ mode?: RequestMode;
1572
1573
  method?: string;
1573
1574
  headers?: HeadersInit & (HeadersInit | {
1574
1575
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -1579,7 +1580,6 @@ declare const getAuthClient: (backendURL: string) => {
1579
1580
  credentials?: RequestCredentials;
1580
1581
  integrity?: string;
1581
1582
  keepalive?: boolean;
1582
- mode?: RequestMode;
1583
1583
  priority?: RequestPriority;
1584
1584
  redirect?: RequestRedirect;
1585
1585
  referrer?: string;
@@ -1637,6 +1637,7 @@ declare const getAuthClient: (backendURL: string) => {
1637
1637
  }, FetchOptions["throw"] extends true ? true : false>>;
1638
1638
  } & {
1639
1639
  resetPassword: <FetchOptions extends {
1640
+ mode?: RequestMode;
1640
1641
  method?: string;
1641
1642
  headers?: HeadersInit & (HeadersInit | {
1642
1643
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -1647,7 +1648,6 @@ declare const getAuthClient: (backendURL: string) => {
1647
1648
  credentials?: RequestCredentials;
1648
1649
  integrity?: string;
1649
1650
  keepalive?: boolean;
1650
- mode?: RequestMode;
1651
1651
  priority?: RequestPriority;
1652
1652
  redirect?: RequestRedirect;
1653
1653
  referrer?: string;
@@ -1707,6 +1707,7 @@ declare const getAuthClient: (backendURL: string) => {
1707
1707
  }, FetchOptions["throw"] extends true ? true : false>>;
1708
1708
  } & {
1709
1709
  verifyEmail: <FetchOptions extends {
1710
+ mode?: RequestMode;
1710
1711
  method?: string;
1711
1712
  headers?: HeadersInit & (HeadersInit | {
1712
1713
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -1717,7 +1718,6 @@ declare const getAuthClient: (backendURL: string) => {
1717
1718
  credentials?: RequestCredentials;
1718
1719
  integrity?: string;
1719
1720
  keepalive?: boolean;
1720
- mode?: RequestMode;
1721
1721
  priority?: RequestPriority;
1722
1722
  redirect?: RequestRedirect;
1723
1723
  referrer?: string;
@@ -1782,6 +1782,7 @@ declare const getAuthClient: (backendURL: string) => {
1782
1782
  }, FetchOptions["throw"] extends true ? true : false>>;
1783
1783
  } & {
1784
1784
  sendVerificationEmail: <FetchOptions extends {
1785
+ mode?: RequestMode;
1785
1786
  method?: string;
1786
1787
  headers?: HeadersInit & (HeadersInit | {
1787
1788
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -1792,7 +1793,6 @@ declare const getAuthClient: (backendURL: string) => {
1792
1793
  credentials?: RequestCredentials;
1793
1794
  integrity?: string;
1794
1795
  keepalive?: boolean;
1795
- mode?: RequestMode;
1796
1796
  priority?: RequestPriority;
1797
1797
  redirect?: RequestRedirect;
1798
1798
  referrer?: string;
@@ -1850,6 +1850,7 @@ declare const getAuthClient: (backendURL: string) => {
1850
1850
  }, FetchOptions["throw"] extends true ? true : false>>;
1851
1851
  } & {
1852
1852
  changeEmail: <FetchOptions extends {
1853
+ mode?: RequestMode;
1853
1854
  method?: string;
1854
1855
  headers?: HeadersInit & (HeadersInit | {
1855
1856
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -1860,7 +1861,6 @@ declare const getAuthClient: (backendURL: string) => {
1860
1861
  credentials?: RequestCredentials;
1861
1862
  integrity?: string;
1862
1863
  keepalive?: boolean;
1863
- mode?: RequestMode;
1864
1864
  priority?: RequestPriority;
1865
1865
  redirect?: RequestRedirect;
1866
1866
  referrer?: string;
@@ -1918,6 +1918,7 @@ declare const getAuthClient: (backendURL: string) => {
1918
1918
  }, FetchOptions["throw"] extends true ? true : false>>;
1919
1919
  } & {
1920
1920
  changePassword: <FetchOptions extends {
1921
+ mode?: RequestMode;
1921
1922
  method?: string;
1922
1923
  headers?: HeadersInit & (HeadersInit | {
1923
1924
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -1928,7 +1929,6 @@ declare const getAuthClient: (backendURL: string) => {
1928
1929
  credentials?: RequestCredentials;
1929
1930
  integrity?: string;
1930
1931
  keepalive?: boolean;
1931
- mode?: RequestMode;
1932
1932
  priority?: RequestPriority;
1933
1933
  redirect?: RequestRedirect;
1934
1934
  referrer?: string;
@@ -1997,6 +1997,7 @@ declare const getAuthClient: (backendURL: string) => {
1997
1997
  }, FetchOptions["throw"] extends true ? true : false>>;
1998
1998
  } & {
1999
1999
  updateUser: <FetchOptions extends {
2000
+ mode?: RequestMode;
2000
2001
  method?: string;
2001
2002
  headers?: HeadersInit & (HeadersInit | {
2002
2003
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2007,7 +2008,6 @@ declare const getAuthClient: (backendURL: string) => {
2007
2008
  credentials?: RequestCredentials;
2008
2009
  integrity?: string;
2009
2010
  keepalive?: boolean;
2010
- mode?: RequestMode;
2011
2011
  priority?: RequestPriority;
2012
2012
  redirect?: RequestRedirect;
2013
2013
  referrer?: string;
@@ -2064,6 +2064,7 @@ declare const getAuthClient: (backendURL: string) => {
2064
2064
  }, FetchOptions["throw"] extends true ? true : false>>;
2065
2065
  } & {
2066
2066
  deleteUser: <FetchOptions extends {
2067
+ mode?: RequestMode;
2067
2068
  method?: string;
2068
2069
  headers?: HeadersInit & (HeadersInit | {
2069
2070
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2074,7 +2075,6 @@ declare const getAuthClient: (backendURL: string) => {
2074
2075
  credentials?: RequestCredentials;
2075
2076
  integrity?: string;
2076
2077
  keepalive?: boolean;
2077
- mode?: RequestMode;
2078
2078
  priority?: RequestPriority;
2079
2079
  redirect?: RequestRedirect;
2080
2080
  referrer?: string;
@@ -2136,6 +2136,7 @@ declare const getAuthClient: (backendURL: string) => {
2136
2136
  } & {
2137
2137
  resetPassword: {
2138
2138
  ":token": <FetchOptions extends {
2139
+ mode?: RequestMode;
2139
2140
  method?: string;
2140
2141
  headers?: HeadersInit & (HeadersInit | {
2141
2142
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2146,7 +2147,6 @@ declare const getAuthClient: (backendURL: string) => {
2146
2147
  credentials?: RequestCredentials;
2147
2148
  integrity?: string;
2148
2149
  keepalive?: boolean;
2149
- mode?: RequestMode;
2150
2150
  priority?: RequestPriority;
2151
2151
  redirect?: RequestRedirect;
2152
2152
  referrer?: string;
@@ -2199,6 +2199,7 @@ declare const getAuthClient: (backendURL: string) => {
2199
2199
  };
2200
2200
  } & {
2201
2201
  requestPasswordReset: <FetchOptions extends {
2202
+ mode?: RequestMode;
2202
2203
  method?: string;
2203
2204
  headers?: HeadersInit & (HeadersInit | {
2204
2205
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2209,7 +2210,6 @@ declare const getAuthClient: (backendURL: string) => {
2209
2210
  credentials?: RequestCredentials;
2210
2211
  integrity?: string;
2211
2212
  keepalive?: boolean;
2212
- mode?: RequestMode;
2213
2213
  priority?: RequestPriority;
2214
2214
  redirect?: RequestRedirect;
2215
2215
  referrer?: string;
@@ -2269,6 +2269,7 @@ declare const getAuthClient: (backendURL: string) => {
2269
2269
  } & {
2270
2270
  resetPassword: {
2271
2271
  ":token": <FetchOptions extends {
2272
+ mode?: RequestMode;
2272
2273
  method?: string;
2273
2274
  headers?: HeadersInit & (HeadersInit | {
2274
2275
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2279,7 +2280,6 @@ declare const getAuthClient: (backendURL: string) => {
2279
2280
  credentials?: RequestCredentials;
2280
2281
  integrity?: string;
2281
2282
  keepalive?: boolean;
2282
- mode?: RequestMode;
2283
2283
  priority?: RequestPriority;
2284
2284
  redirect?: RequestRedirect;
2285
2285
  referrer?: string;
@@ -2332,6 +2332,7 @@ declare const getAuthClient: (backendURL: string) => {
2332
2332
  };
2333
2333
  } & {
2334
2334
  listSessions: <FetchOptions extends {
2335
+ mode?: RequestMode;
2335
2336
  method?: string;
2336
2337
  headers?: HeadersInit & (HeadersInit | {
2337
2338
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2342,7 +2343,6 @@ declare const getAuthClient: (backendURL: string) => {
2342
2343
  credentials?: RequestCredentials;
2343
2344
  integrity?: string;
2344
2345
  keepalive?: boolean;
2345
- mode?: RequestMode;
2346
2346
  priority?: RequestPriority;
2347
2347
  redirect?: RequestRedirect;
2348
2348
  referrer?: string;
@@ -2399,6 +2399,7 @@ declare const getAuthClient: (backendURL: string) => {
2399
2399
  }, FetchOptions["throw"] extends true ? true : false>>;
2400
2400
  } & {
2401
2401
  revokeSession: <FetchOptions extends {
2402
+ mode?: RequestMode;
2402
2403
  method?: string;
2403
2404
  headers?: HeadersInit & (HeadersInit | {
2404
2405
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2409,7 +2410,6 @@ declare const getAuthClient: (backendURL: string) => {
2409
2410
  credentials?: RequestCredentials;
2410
2411
  integrity?: string;
2411
2412
  keepalive?: boolean;
2412
- mode?: RequestMode;
2413
2413
  priority?: RequestPriority;
2414
2414
  redirect?: RequestRedirect;
2415
2415
  referrer?: string;
@@ -2465,6 +2465,7 @@ declare const getAuthClient: (backendURL: string) => {
2465
2465
  }, FetchOptions["throw"] extends true ? true : false>>;
2466
2466
  } & {
2467
2467
  revokeSessions: <FetchOptions extends {
2468
+ mode?: RequestMode;
2468
2469
  method?: string;
2469
2470
  headers?: HeadersInit & (HeadersInit | {
2470
2471
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2475,7 +2476,6 @@ declare const getAuthClient: (backendURL: string) => {
2475
2476
  credentials?: RequestCredentials;
2476
2477
  integrity?: string;
2477
2478
  keepalive?: boolean;
2478
- mode?: RequestMode;
2479
2479
  priority?: RequestPriority;
2480
2480
  redirect?: RequestRedirect;
2481
2481
  referrer?: string;
@@ -2525,6 +2525,7 @@ declare const getAuthClient: (backendURL: string) => {
2525
2525
  }, FetchOptions["throw"] extends true ? true : false>>;
2526
2526
  } & {
2527
2527
  revokeOtherSessions: <FetchOptions extends {
2528
+ mode?: RequestMode;
2528
2529
  method?: string;
2529
2530
  headers?: HeadersInit & (HeadersInit | {
2530
2531
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2535,7 +2536,6 @@ declare const getAuthClient: (backendURL: string) => {
2535
2536
  credentials?: RequestCredentials;
2536
2537
  integrity?: string;
2537
2538
  keepalive?: boolean;
2538
- mode?: RequestMode;
2539
2539
  priority?: RequestPriority;
2540
2540
  redirect?: RequestRedirect;
2541
2541
  referrer?: string;
@@ -2585,6 +2585,7 @@ declare const getAuthClient: (backendURL: string) => {
2585
2585
  }, FetchOptions["throw"] extends true ? true : false>>;
2586
2586
  } & {
2587
2587
  linkSocial: <FetchOptions extends {
2588
+ mode?: RequestMode;
2588
2589
  method?: string;
2589
2590
  headers?: HeadersInit & (HeadersInit | {
2590
2591
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2595,7 +2596,6 @@ declare const getAuthClient: (backendURL: string) => {
2595
2596
  credentials?: RequestCredentials;
2596
2597
  integrity?: string;
2597
2598
  keepalive?: boolean;
2598
- mode?: RequestMode;
2599
2599
  priority?: RequestPriority;
2600
2600
  redirect?: RequestRedirect;
2601
2601
  referrer?: string;
@@ -2676,6 +2676,7 @@ declare const getAuthClient: (backendURL: string) => {
2676
2676
  }, FetchOptions["throw"] extends true ? true : false>>;
2677
2677
  } & {
2678
2678
  listAccounts: <FetchOptions extends {
2679
+ mode?: RequestMode;
2679
2680
  method?: string;
2680
2681
  headers?: HeadersInit & (HeadersInit | {
2681
2682
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2686,7 +2687,6 @@ declare const getAuthClient: (backendURL: string) => {
2686
2687
  credentials?: RequestCredentials;
2687
2688
  integrity?: string;
2688
2689
  keepalive?: boolean;
2689
- mode?: RequestMode;
2690
2690
  priority?: RequestPriority;
2691
2691
  redirect?: RequestRedirect;
2692
2692
  referrer?: string;
@@ -2742,6 +2742,7 @@ declare const getAuthClient: (backendURL: string) => {
2742
2742
  } & {
2743
2743
  deleteUser: {
2744
2744
  callback: <FetchOptions extends {
2745
+ mode?: RequestMode;
2745
2746
  method?: string;
2746
2747
  headers?: HeadersInit & (HeadersInit | {
2747
2748
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2752,7 +2753,6 @@ declare const getAuthClient: (backendURL: string) => {
2752
2753
  credentials?: RequestCredentials;
2753
2754
  integrity?: string;
2754
2755
  keepalive?: boolean;
2755
- mode?: RequestMode;
2756
2756
  priority?: RequestPriority;
2757
2757
  redirect?: RequestRedirect;
2758
2758
  referrer?: string;
@@ -2807,6 +2807,7 @@ declare const getAuthClient: (backendURL: string) => {
2807
2807
  };
2808
2808
  } & {
2809
2809
  unlinkAccount: <FetchOptions extends {
2810
+ mode?: RequestMode;
2810
2811
  method?: string;
2811
2812
  headers?: HeadersInit & (HeadersInit | {
2812
2813
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2817,7 +2818,6 @@ declare const getAuthClient: (backendURL: string) => {
2817
2818
  credentials?: RequestCredentials;
2818
2819
  integrity?: string;
2819
2820
  keepalive?: boolean;
2820
- mode?: RequestMode;
2821
2821
  priority?: RequestPriority;
2822
2822
  redirect?: RequestRedirect;
2823
2823
  referrer?: string;
@@ -2875,6 +2875,7 @@ declare const getAuthClient: (backendURL: string) => {
2875
2875
  }, FetchOptions["throw"] extends true ? true : false>>;
2876
2876
  } & {
2877
2877
  refreshToken: <FetchOptions extends {
2878
+ mode?: RequestMode;
2878
2879
  method?: string;
2879
2880
  headers?: HeadersInit & (HeadersInit | {
2880
2881
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2885,7 +2886,6 @@ declare const getAuthClient: (backendURL: string) => {
2885
2886
  credentials?: RequestCredentials;
2886
2887
  integrity?: string;
2887
2888
  keepalive?: boolean;
2888
- mode?: RequestMode;
2889
2889
  priority?: RequestPriority;
2890
2890
  redirect?: RequestRedirect;
2891
2891
  referrer?: string;
@@ -2943,6 +2943,7 @@ declare const getAuthClient: (backendURL: string) => {
2943
2943
  }, FetchOptions["throw"] extends true ? true : false>>;
2944
2944
  } & {
2945
2945
  getAccessToken: <FetchOptions extends {
2946
+ mode?: RequestMode;
2946
2947
  method?: string;
2947
2948
  headers?: HeadersInit & (HeadersInit | {
2948
2949
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -2953,7 +2954,6 @@ declare const getAuthClient: (backendURL: string) => {
2953
2954
  credentials?: RequestCredentials;
2954
2955
  integrity?: string;
2955
2956
  keepalive?: boolean;
2956
- mode?: RequestMode;
2957
2957
  priority?: RequestPriority;
2958
2958
  redirect?: RequestRedirect;
2959
2959
  referrer?: string;
@@ -3016,6 +3016,7 @@ declare const getAuthClient: (backendURL: string) => {
3016
3016
  }, FetchOptions["throw"] extends true ? true : false>>;
3017
3017
  } & {
3018
3018
  accountInfo: <FetchOptions extends {
3019
+ mode?: RequestMode;
3019
3020
  method?: string;
3020
3021
  headers?: HeadersInit & (HeadersInit | {
3021
3022
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -3026,7 +3027,6 @@ declare const getAuthClient: (backendURL: string) => {
3026
3027
  credentials?: RequestCredentials;
3027
3028
  integrity?: string;
3028
3029
  keepalive?: boolean;
3029
- mode?: RequestMode;
3030
3030
  priority?: RequestPriority;
3031
3031
  redirect?: RequestRedirect;
3032
3032
  referrer?: string;
@@ -3083,6 +3083,7 @@ declare const getAuthClient: (backendURL: string) => {
3083
3083
  }, FetchOptions["throw"] extends true ? true : false>>;
3084
3084
  } & {
3085
3085
  getSession: <FetchOptions extends {
3086
+ mode?: RequestMode;
3086
3087
  method?: string;
3087
3088
  headers?: HeadersInit & (HeadersInit | {
3088
3089
  accept: "application/json" | "text/plain" | "application/octet-stream";
@@ -3093,7 +3094,6 @@ declare const getAuthClient: (backendURL: string) => {
3093
3094
  credentials?: RequestCredentials;
3094
3095
  integrity?: string;
3095
3096
  keepalive?: boolean;
3096
- mode?: RequestMode;
3097
3097
  priority?: RequestPriority;
3098
3098
  redirect?: RequestRedirect;
3099
3099
  referrer?: string;