@intlayer/design-system 7.1.1-canary.1 → 7.1.2-canary.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.
Files changed (131) 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/Browser/Browser.content.d.ts +11 -11
  50. package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
  51. package/dist/types/components/Button/Button.d.ts +4 -4
  52. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +4 -4
  53. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  54. package/dist/types/components/Command/index.d.ts +2 -2
  55. package/dist/types/components/Container/index.d.ts +6 -6
  56. package/dist/types/components/Container/index.d.ts.map +1 -1
  57. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  58. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  59. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  60. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  61. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  62. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  63. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  64. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  65. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  66. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  67. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  68. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  69. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  70. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  71. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  72. package/dist/types/components/Form/FormBase.d.ts +2 -2
  73. package/dist/types/components/Form/FormItem.d.ts +2 -2
  74. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
  75. package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
  76. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
  77. package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
  78. package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
  79. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  80. package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
  81. package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
  82. package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
  83. package/dist/types/components/IDE/CodeContext.d.ts +2 -2
  84. package/dist/types/components/IDE/code.content.d.ts +5 -5
  85. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  86. package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
  87. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  88. package/dist/types/components/Input/Checkbox.d.ts +3 -3
  89. package/dist/types/components/Input/Input.d.ts +2 -2
  90. package/dist/types/components/Input/Input.d.ts.map +1 -1
  91. package/dist/types/components/Input/OTPInput.d.ts +6 -6
  92. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  93. package/dist/types/components/Link/Link.d.ts +4 -4
  94. package/dist/types/components/Loader/index.content.d.ts +3 -3
  95. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  96. package/dist/types/components/Loader/spinner.d.ts +2 -2
  97. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
  98. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  99. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
  100. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  101. package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
  102. package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
  103. package/dist/types/components/Navbar/Burger.d.ts +2 -2
  104. package/dist/types/components/Navbar/Burger.d.ts.map +1 -1
  105. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  106. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  107. package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
  108. package/dist/types/components/Navbar/index.d.ts +2 -2
  109. package/dist/types/components/Pagination/Pagination.d.ts +2 -2
  110. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  111. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  112. package/dist/types/components/Select/Select.d.ts +3 -3
  113. package/dist/types/components/SocialNetworks/index.d.ts +2 -2
  114. package/dist/types/components/SwitchSelector/index.d.ts +3 -3
  115. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  116. package/dist/types/components/Tab/Tab.d.ts +5 -5
  117. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  118. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  119. package/dist/types/components/Table/table.content.d.ts +3 -3
  120. package/dist/types/components/Tag/index.d.ts +3 -3
  121. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  122. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  123. package/dist/types/hooks/reactQuery.d.ts +81 -81
  124. package/dist/types/hooks/reactQuery.d.ts.map +1 -1
  125. package/dist/types/hooks/useAuth/useOAuth2.d.ts +2 -2
  126. package/dist/types/hooks/useAuth/useOAuth2.d.ts.map +1 -1
  127. package/dist/types/hooks/useDevice.d.ts.map +1 -1
  128. package/dist/types/hooks/useUser/index.d.ts +2 -2
  129. package/dist/types/libs/auth.d.ts +132 -132
  130. package/dist/types/libs/auth.d.ts.map +1 -1
  131. package/package.json +14 -14
@@ -20,16 +20,16 @@ declare const getAuthClient: (backendURL: string) => {
20
20
  } & {
21
21
  twoFactor: {
22
22
  enable: <FetchOptions extends {
23
- cache?: RequestCache;
24
- credentials?: RequestCredentials;
23
+ method?: string;
25
24
  headers?: HeadersInit & (HeadersInit | {
26
25
  accept: "application/json" | "text/plain" | "application/octet-stream";
27
26
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
28
27
  authorization: "Bearer" | "Basic";
29
28
  });
29
+ cache?: RequestCache;
30
+ credentials?: RequestCredentials;
30
31
  integrity?: string;
31
32
  keepalive?: boolean;
32
- method?: string;
33
33
  mode?: RequestMode;
34
34
  priority?: RequestPriority;
35
35
  redirect?: RequestRedirect;
@@ -91,16 +91,16 @@ declare const getAuthClient: (backendURL: string) => {
91
91
  } & {
92
92
  twoFactor: {
93
93
  disable: <FetchOptions extends {
94
- cache?: RequestCache;
95
- credentials?: RequestCredentials;
94
+ method?: string;
96
95
  headers?: HeadersInit & (HeadersInit | {
97
96
  accept: "application/json" | "text/plain" | "application/octet-stream";
98
97
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
99
98
  authorization: "Bearer" | "Basic";
100
99
  });
100
+ cache?: RequestCache;
101
+ credentials?: RequestCredentials;
101
102
  integrity?: string;
102
103
  keepalive?: boolean;
103
- method?: string;
104
104
  mode?: RequestMode;
105
105
  priority?: RequestPriority;
106
106
  redirect?: RequestRedirect;
@@ -159,16 +159,16 @@ declare const getAuthClient: (backendURL: string) => {
159
159
  } & {
160
160
  twoFactor: {
161
161
  verifyBackupCode: <FetchOptions extends {
162
- cache?: RequestCache;
163
- credentials?: RequestCredentials;
162
+ method?: string;
164
163
  headers?: HeadersInit & (HeadersInit | {
165
164
  accept: "application/json" | "text/plain" | "application/octet-stream";
166
165
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
167
166
  authorization: "Bearer" | "Basic";
168
167
  });
168
+ cache?: RequestCache;
169
+ credentials?: RequestCredentials;
169
170
  integrity?: string;
170
171
  keepalive?: boolean;
171
- method?: string;
172
172
  mode?: RequestMode;
173
173
  priority?: RequestPriority;
174
174
  redirect?: RequestRedirect;
@@ -240,16 +240,16 @@ declare const getAuthClient: (backendURL: string) => {
240
240
  } & {
241
241
  twoFactor: {
242
242
  generateBackupCodes: <FetchOptions extends {
243
- cache?: RequestCache;
244
- credentials?: RequestCredentials;
243
+ method?: string;
245
244
  headers?: HeadersInit & (HeadersInit | {
246
245
  accept: "application/json" | "text/plain" | "application/octet-stream";
247
246
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
248
247
  authorization: "Bearer" | "Basic";
249
248
  });
249
+ cache?: RequestCache;
250
+ credentials?: RequestCredentials;
250
251
  integrity?: string;
251
252
  keepalive?: boolean;
252
- method?: string;
253
253
  mode?: RequestMode;
254
254
  priority?: RequestPriority;
255
255
  redirect?: RequestRedirect;
@@ -309,16 +309,16 @@ declare const getAuthClient: (backendURL: string) => {
309
309
  } & {
310
310
  twoFactor: {
311
311
  sendOtp: <FetchOptions extends {
312
- cache?: RequestCache;
313
- credentials?: RequestCredentials;
312
+ method?: string;
314
313
  headers?: HeadersInit & (HeadersInit | {
315
314
  accept: "application/json" | "text/plain" | "application/octet-stream";
316
315
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
317
316
  authorization: "Bearer" | "Basic";
318
317
  });
318
+ cache?: RequestCache;
319
+ credentials?: RequestCredentials;
319
320
  integrity?: string;
320
321
  keepalive?: boolean;
321
- method?: string;
322
322
  mode?: RequestMode;
323
323
  priority?: RequestPriority;
324
324
  redirect?: RequestRedirect;
@@ -377,16 +377,16 @@ declare const getAuthClient: (backendURL: string) => {
377
377
  } & {
378
378
  twoFactor: {
379
379
  verifyOtp: <FetchOptions extends {
380
- cache?: RequestCache;
381
- credentials?: RequestCredentials;
380
+ method?: string;
382
381
  headers?: HeadersInit & (HeadersInit | {
383
382
  accept: "application/json" | "text/plain" | "application/octet-stream";
384
383
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
385
384
  authorization: "Bearer" | "Basic";
386
385
  });
386
+ cache?: RequestCache;
387
+ credentials?: RequestCredentials;
387
388
  integrity?: string;
388
389
  keepalive?: boolean;
389
- method?: string;
390
390
  mode?: RequestMode;
391
391
  priority?: RequestPriority;
392
392
  redirect?: RequestRedirect;
@@ -456,16 +456,16 @@ declare const getAuthClient: (backendURL: string) => {
456
456
  } & {
457
457
  twoFactor: {
458
458
  getTotpUri: <FetchOptions extends {
459
- cache?: RequestCache;
460
- credentials?: RequestCredentials;
459
+ method?: string;
461
460
  headers?: HeadersInit & (HeadersInit | {
462
461
  accept: "application/json" | "text/plain" | "application/octet-stream";
463
462
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
464
463
  authorization: "Bearer" | "Basic";
465
464
  });
465
+ cache?: RequestCache;
466
+ credentials?: RequestCredentials;
466
467
  integrity?: string;
467
468
  keepalive?: boolean;
468
- method?: string;
469
469
  mode?: RequestMode;
470
470
  priority?: RequestPriority;
471
471
  redirect?: RequestRedirect;
@@ -524,16 +524,16 @@ declare const getAuthClient: (backendURL: string) => {
524
524
  } & {
525
525
  twoFactor: {
526
526
  verifyTotp: <FetchOptions extends {
527
- cache?: RequestCache;
528
- credentials?: RequestCredentials;
527
+ method?: string;
529
528
  headers?: HeadersInit & (HeadersInit | {
530
529
  accept: "application/json" | "text/plain" | "application/octet-stream";
531
530
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
532
531
  authorization: "Bearer" | "Basic";
533
532
  });
533
+ cache?: RequestCache;
534
+ credentials?: RequestCredentials;
534
535
  integrity?: string;
535
536
  keepalive?: boolean;
536
- method?: string;
537
537
  mode?: RequestMode;
538
538
  priority?: RequestPriority;
539
539
  redirect?: RequestRedirect;
@@ -603,16 +603,16 @@ declare const getAuthClient: (backendURL: string) => {
603
603
  } & {
604
604
  passkey: {
605
605
  generateRegisterOptions: <FetchOptions extends {
606
- cache?: RequestCache;
607
- credentials?: RequestCredentials;
606
+ method?: string;
608
607
  headers?: HeadersInit & (HeadersInit | {
609
608
  accept: "application/json" | "text/plain" | "application/octet-stream";
610
609
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
611
610
  authorization: "Bearer" | "Basic";
612
611
  });
612
+ cache?: RequestCache;
613
+ credentials?: RequestCredentials;
613
614
  integrity?: string;
614
615
  keepalive?: boolean;
615
- method?: string;
616
616
  mode?: RequestMode;
617
617
  priority?: RequestPriority;
618
618
  redirect?: RequestRedirect;
@@ -666,16 +666,16 @@ declare const getAuthClient: (backendURL: string) => {
666
666
  } & {
667
667
  passkey: {
668
668
  generateAuthenticateOptions: <FetchOptions extends {
669
- cache?: RequestCache;
670
- credentials?: RequestCredentials;
669
+ method?: string;
671
670
  headers?: HeadersInit & (HeadersInit | {
672
671
  accept: "application/json" | "text/plain" | "application/octet-stream";
673
672
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
674
673
  authorization: "Bearer" | "Basic";
675
674
  });
675
+ cache?: RequestCache;
676
+ credentials?: RequestCredentials;
676
677
  integrity?: string;
677
678
  keepalive?: boolean;
678
- method?: string;
679
679
  mode?: RequestMode;
680
680
  priority?: RequestPriority;
681
681
  redirect?: RequestRedirect;
@@ -726,16 +726,16 @@ declare const getAuthClient: (backendURL: string) => {
726
726
  } & {
727
727
  passkey: {
728
728
  verifyRegistration: <FetchOptions extends {
729
- cache?: RequestCache;
730
- credentials?: RequestCredentials;
729
+ method?: string;
731
730
  headers?: HeadersInit & (HeadersInit | {
732
731
  accept: "application/json" | "text/plain" | "application/octet-stream";
733
732
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
734
733
  authorization: "Bearer" | "Basic";
735
734
  });
735
+ cache?: RequestCache;
736
+ credentials?: RequestCredentials;
736
737
  integrity?: string;
737
738
  keepalive?: boolean;
738
- method?: string;
739
739
  mode?: RequestMode;
740
740
  priority?: RequestPriority;
741
741
  redirect?: RequestRedirect;
@@ -794,16 +794,16 @@ declare const getAuthClient: (backendURL: string) => {
794
794
  } & {
795
795
  passkey: {
796
796
  verifyAuthentication: <FetchOptions extends {
797
- cache?: RequestCache;
798
- credentials?: RequestCredentials;
797
+ method?: string;
799
798
  headers?: HeadersInit & (HeadersInit | {
800
799
  accept: "application/json" | "text/plain" | "application/octet-stream";
801
800
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
802
801
  authorization: "Bearer" | "Basic";
803
802
  });
803
+ cache?: RequestCache;
804
+ credentials?: RequestCredentials;
804
805
  integrity?: string;
805
806
  keepalive?: boolean;
806
- method?: string;
807
807
  mode?: RequestMode;
808
808
  priority?: RequestPriority;
809
809
  redirect?: RequestRedirect;
@@ -871,16 +871,16 @@ declare const getAuthClient: (backendURL: string) => {
871
871
  } & {
872
872
  passkey: {
873
873
  listUserPasskeys: <FetchOptions extends {
874
- cache?: RequestCache;
875
- credentials?: RequestCredentials;
874
+ method?: string;
876
875
  headers?: HeadersInit & (HeadersInit | {
877
876
  accept: "application/json" | "text/plain" | "application/octet-stream";
878
877
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
879
878
  authorization: "Bearer" | "Basic";
880
879
  });
880
+ cache?: RequestCache;
881
+ credentials?: RequestCredentials;
881
882
  integrity?: string;
882
883
  keepalive?: boolean;
883
- method?: string;
884
884
  mode?: RequestMode;
885
885
  priority?: RequestPriority;
886
886
  redirect?: RequestRedirect;
@@ -931,16 +931,16 @@ declare const getAuthClient: (backendURL: string) => {
931
931
  } & {
932
932
  passkey: {
933
933
  deletePasskey: <FetchOptions extends {
934
- cache?: RequestCache;
935
- credentials?: RequestCredentials;
934
+ method?: string;
936
935
  headers?: HeadersInit & (HeadersInit | {
937
936
  accept: "application/json" | "text/plain" | "application/octet-stream";
938
937
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
939
938
  authorization: "Bearer" | "Basic";
940
939
  });
940
+ cache?: RequestCache;
941
+ credentials?: RequestCredentials;
941
942
  integrity?: string;
942
943
  keepalive?: boolean;
943
- method?: string;
944
944
  mode?: RequestMode;
945
945
  priority?: RequestPriority;
946
946
  redirect?: RequestRedirect;
@@ -997,16 +997,16 @@ declare const getAuthClient: (backendURL: string) => {
997
997
  } & {
998
998
  passkey: {
999
999
  updatePasskey: <FetchOptions extends {
1000
- cache?: RequestCache;
1001
- credentials?: RequestCredentials;
1000
+ method?: string;
1002
1001
  headers?: HeadersInit & (HeadersInit | {
1003
1002
  accept: "application/json" | "text/plain" | "application/octet-stream";
1004
1003
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1005
1004
  authorization: "Bearer" | "Basic";
1006
1005
  });
1006
+ cache?: RequestCache;
1007
+ credentials?: RequestCredentials;
1007
1008
  integrity?: string;
1008
1009
  keepalive?: boolean;
1009
- method?: string;
1010
1010
  mode?: RequestMode;
1011
1011
  priority?: RequestPriority;
1012
1012
  redirect?: RequestRedirect;
@@ -1067,16 +1067,16 @@ declare const getAuthClient: (backendURL: string) => {
1067
1067
  } & {
1068
1068
  signIn: {
1069
1069
  magicLink: <FetchOptions extends {
1070
- cache?: RequestCache;
1071
- credentials?: RequestCredentials;
1070
+ method?: string;
1072
1071
  headers?: HeadersInit & (HeadersInit | {
1073
1072
  accept: "application/json" | "text/plain" | "application/octet-stream";
1074
1073
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1075
1074
  authorization: "Bearer" | "Basic";
1076
1075
  });
1076
+ cache?: RequestCache;
1077
+ credentials?: RequestCredentials;
1077
1078
  integrity?: string;
1078
1079
  keepalive?: boolean;
1079
- method?: string;
1080
1080
  mode?: RequestMode;
1081
1081
  priority?: RequestPriority;
1082
1082
  redirect?: RequestRedirect;
@@ -1143,16 +1143,16 @@ declare const getAuthClient: (backendURL: string) => {
1143
1143
  } & {
1144
1144
  magicLink: {
1145
1145
  verify: <FetchOptions extends {
1146
- cache?: RequestCache;
1147
- credentials?: RequestCredentials;
1146
+ method?: string;
1148
1147
  headers?: HeadersInit & (HeadersInit | {
1149
1148
  accept: "application/json" | "text/plain" | "application/octet-stream";
1150
1149
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1151
1150
  authorization: "Bearer" | "Basic";
1152
1151
  });
1152
+ cache?: RequestCache;
1153
+ credentials?: RequestCredentials;
1153
1154
  integrity?: string;
1154
1155
  keepalive?: boolean;
1155
- method?: string;
1156
1156
  mode?: RequestMode;
1157
1157
  priority?: RequestPriority;
1158
1158
  redirect?: RequestRedirect;
@@ -1219,16 +1219,16 @@ declare const getAuthClient: (backendURL: string) => {
1219
1219
  } & {
1220
1220
  signIn: {
1221
1221
  social: <FetchOptions extends {
1222
- cache?: RequestCache;
1223
- credentials?: RequestCredentials;
1222
+ method?: string;
1224
1223
  headers?: HeadersInit & (HeadersInit | {
1225
1224
  accept: "application/json" | "text/plain" | "application/octet-stream";
1226
1225
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1227
1226
  authorization: "Bearer" | "Basic";
1228
1227
  });
1228
+ cache?: RequestCache;
1229
+ credentials?: RequestCredentials;
1229
1230
  integrity?: string;
1230
1231
  keepalive?: boolean;
1231
- method?: string;
1232
1232
  mode?: RequestMode;
1233
1233
  priority?: RequestPriority;
1234
1234
  redirect?: RequestRedirect;
@@ -1328,16 +1328,16 @@ declare const getAuthClient: (backendURL: string) => {
1328
1328
  };
1329
1329
  } & {
1330
1330
  signOut: <FetchOptions extends {
1331
- cache?: RequestCache;
1332
- credentials?: RequestCredentials;
1331
+ method?: string;
1333
1332
  headers?: HeadersInit & (HeadersInit | {
1334
1333
  accept: "application/json" | "text/plain" | "application/octet-stream";
1335
1334
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1336
1335
  authorization: "Bearer" | "Basic";
1337
1336
  });
1337
+ cache?: RequestCache;
1338
+ credentials?: RequestCredentials;
1338
1339
  integrity?: string;
1339
1340
  keepalive?: boolean;
1340
- method?: string;
1341
1341
  mode?: RequestMode;
1342
1342
  priority?: RequestPriority;
1343
1343
  redirect?: RequestRedirect;
@@ -1389,16 +1389,16 @@ declare const getAuthClient: (backendURL: string) => {
1389
1389
  } & {
1390
1390
  signUp: {
1391
1391
  email: <FetchOptions extends {
1392
- cache?: RequestCache;
1393
- credentials?: RequestCredentials;
1392
+ method?: string;
1394
1393
  headers?: HeadersInit & (HeadersInit | {
1395
1394
  accept: "application/json" | "text/plain" | "application/octet-stream";
1396
1395
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1397
1396
  authorization: "Bearer" | "Basic";
1398
1397
  });
1398
+ cache?: RequestCache;
1399
+ credentials?: RequestCredentials;
1399
1400
  integrity?: string;
1400
1401
  keepalive?: boolean;
1401
- method?: string;
1402
1402
  mode?: RequestMode;
1403
1403
  priority?: RequestPriority;
1404
1404
  redirect?: RequestRedirect;
@@ -1485,16 +1485,16 @@ declare const getAuthClient: (backendURL: string) => {
1485
1485
  } & {
1486
1486
  signIn: {
1487
1487
  email: <FetchOptions extends {
1488
- cache?: RequestCache;
1489
- credentials?: RequestCredentials;
1488
+ method?: string;
1490
1489
  headers?: HeadersInit & (HeadersInit | {
1491
1490
  accept: "application/json" | "text/plain" | "application/octet-stream";
1492
1491
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1493
1492
  authorization: "Bearer" | "Basic";
1494
1493
  });
1494
+ cache?: RequestCache;
1495
+ credentials?: RequestCredentials;
1495
1496
  integrity?: string;
1496
1497
  keepalive?: boolean;
1497
- method?: string;
1498
1498
  mode?: RequestMode;
1499
1499
  priority?: RequestPriority;
1500
1500
  redirect?: RequestRedirect;
@@ -1569,16 +1569,16 @@ declare const getAuthClient: (backendURL: string) => {
1569
1569
  };
1570
1570
  } & {
1571
1571
  forgetPassword: <FetchOptions extends {
1572
- cache?: RequestCache;
1573
- credentials?: RequestCredentials;
1572
+ method?: string;
1574
1573
  headers?: HeadersInit & (HeadersInit | {
1575
1574
  accept: "application/json" | "text/plain" | "application/octet-stream";
1576
1575
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1577
1576
  authorization: "Bearer" | "Basic";
1578
1577
  });
1578
+ cache?: RequestCache;
1579
+ credentials?: RequestCredentials;
1579
1580
  integrity?: string;
1580
1581
  keepalive?: boolean;
1581
- method?: string;
1582
1582
  mode?: RequestMode;
1583
1583
  priority?: RequestPriority;
1584
1584
  redirect?: RequestRedirect;
@@ -1637,16 +1637,16 @@ declare const getAuthClient: (backendURL: string) => {
1637
1637
  }, FetchOptions["throw"] extends true ? true : false>>;
1638
1638
  } & {
1639
1639
  resetPassword: <FetchOptions extends {
1640
- cache?: RequestCache;
1641
- credentials?: RequestCredentials;
1640
+ method?: string;
1642
1641
  headers?: HeadersInit & (HeadersInit | {
1643
1642
  accept: "application/json" | "text/plain" | "application/octet-stream";
1644
1643
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1645
1644
  authorization: "Bearer" | "Basic";
1646
1645
  });
1646
+ cache?: RequestCache;
1647
+ credentials?: RequestCredentials;
1647
1648
  integrity?: string;
1648
1649
  keepalive?: boolean;
1649
- method?: string;
1650
1650
  mode?: RequestMode;
1651
1651
  priority?: RequestPriority;
1652
1652
  redirect?: RequestRedirect;
@@ -1707,16 +1707,16 @@ declare const getAuthClient: (backendURL: string) => {
1707
1707
  }, FetchOptions["throw"] extends true ? true : false>>;
1708
1708
  } & {
1709
1709
  verifyEmail: <FetchOptions extends {
1710
- cache?: RequestCache;
1711
- credentials?: RequestCredentials;
1710
+ method?: string;
1712
1711
  headers?: HeadersInit & (HeadersInit | {
1713
1712
  accept: "application/json" | "text/plain" | "application/octet-stream";
1714
1713
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1715
1714
  authorization: "Bearer" | "Basic";
1716
1715
  });
1716
+ cache?: RequestCache;
1717
+ credentials?: RequestCredentials;
1717
1718
  integrity?: string;
1718
1719
  keepalive?: boolean;
1719
- method?: string;
1720
1720
  mode?: RequestMode;
1721
1721
  priority?: RequestPriority;
1722
1722
  redirect?: RequestRedirect;
@@ -1782,16 +1782,16 @@ declare const getAuthClient: (backendURL: string) => {
1782
1782
  }, FetchOptions["throw"] extends true ? true : false>>;
1783
1783
  } & {
1784
1784
  sendVerificationEmail: <FetchOptions extends {
1785
- cache?: RequestCache;
1786
- credentials?: RequestCredentials;
1785
+ method?: string;
1787
1786
  headers?: HeadersInit & (HeadersInit | {
1788
1787
  accept: "application/json" | "text/plain" | "application/octet-stream";
1789
1788
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1790
1789
  authorization: "Bearer" | "Basic";
1791
1790
  });
1791
+ cache?: RequestCache;
1792
+ credentials?: RequestCredentials;
1792
1793
  integrity?: string;
1793
1794
  keepalive?: boolean;
1794
- method?: string;
1795
1795
  mode?: RequestMode;
1796
1796
  priority?: RequestPriority;
1797
1797
  redirect?: RequestRedirect;
@@ -1850,16 +1850,16 @@ declare const getAuthClient: (backendURL: string) => {
1850
1850
  }, FetchOptions["throw"] extends true ? true : false>>;
1851
1851
  } & {
1852
1852
  changeEmail: <FetchOptions extends {
1853
- cache?: RequestCache;
1854
- credentials?: RequestCredentials;
1853
+ method?: string;
1855
1854
  headers?: HeadersInit & (HeadersInit | {
1856
1855
  accept: "application/json" | "text/plain" | "application/octet-stream";
1857
1856
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1858
1857
  authorization: "Bearer" | "Basic";
1859
1858
  });
1859
+ cache?: RequestCache;
1860
+ credentials?: RequestCredentials;
1860
1861
  integrity?: string;
1861
1862
  keepalive?: boolean;
1862
- method?: string;
1863
1863
  mode?: RequestMode;
1864
1864
  priority?: RequestPriority;
1865
1865
  redirect?: RequestRedirect;
@@ -1918,16 +1918,16 @@ declare const getAuthClient: (backendURL: string) => {
1918
1918
  }, FetchOptions["throw"] extends true ? true : false>>;
1919
1919
  } & {
1920
1920
  changePassword: <FetchOptions extends {
1921
- cache?: RequestCache;
1922
- credentials?: RequestCredentials;
1921
+ method?: string;
1923
1922
  headers?: HeadersInit & (HeadersInit | {
1924
1923
  accept: "application/json" | "text/plain" | "application/octet-stream";
1925
1924
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1926
1925
  authorization: "Bearer" | "Basic";
1927
1926
  });
1927
+ cache?: RequestCache;
1928
+ credentials?: RequestCredentials;
1928
1929
  integrity?: string;
1929
1930
  keepalive?: boolean;
1930
- method?: string;
1931
1931
  mode?: RequestMode;
1932
1932
  priority?: RequestPriority;
1933
1933
  redirect?: RequestRedirect;
@@ -1997,16 +1997,16 @@ declare const getAuthClient: (backendURL: string) => {
1997
1997
  }, FetchOptions["throw"] extends true ? true : false>>;
1998
1998
  } & {
1999
1999
  updateUser: <FetchOptions extends {
2000
- cache?: RequestCache;
2001
- credentials?: RequestCredentials;
2000
+ method?: string;
2002
2001
  headers?: HeadersInit & (HeadersInit | {
2003
2002
  accept: "application/json" | "text/plain" | "application/octet-stream";
2004
2003
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2005
2004
  authorization: "Bearer" | "Basic";
2006
2005
  });
2006
+ cache?: RequestCache;
2007
+ credentials?: RequestCredentials;
2007
2008
  integrity?: string;
2008
2009
  keepalive?: boolean;
2009
- method?: string;
2010
2010
  mode?: RequestMode;
2011
2011
  priority?: RequestPriority;
2012
2012
  redirect?: RequestRedirect;
@@ -2064,16 +2064,16 @@ declare const getAuthClient: (backendURL: string) => {
2064
2064
  }, FetchOptions["throw"] extends true ? true : false>>;
2065
2065
  } & {
2066
2066
  deleteUser: <FetchOptions extends {
2067
- cache?: RequestCache;
2068
- credentials?: RequestCredentials;
2067
+ method?: string;
2069
2068
  headers?: HeadersInit & (HeadersInit | {
2070
2069
  accept: "application/json" | "text/plain" | "application/octet-stream";
2071
2070
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2072
2071
  authorization: "Bearer" | "Basic";
2073
2072
  });
2073
+ cache?: RequestCache;
2074
+ credentials?: RequestCredentials;
2074
2075
  integrity?: string;
2075
2076
  keepalive?: boolean;
2076
- method?: string;
2077
2077
  mode?: RequestMode;
2078
2078
  priority?: RequestPriority;
2079
2079
  redirect?: RequestRedirect;
@@ -2136,16 +2136,16 @@ declare const getAuthClient: (backendURL: string) => {
2136
2136
  } & {
2137
2137
  resetPassword: {
2138
2138
  ":token": <FetchOptions extends {
2139
- cache?: RequestCache;
2140
- credentials?: RequestCredentials;
2139
+ method?: string;
2141
2140
  headers?: HeadersInit & (HeadersInit | {
2142
2141
  accept: "application/json" | "text/plain" | "application/octet-stream";
2143
2142
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2144
2143
  authorization: "Bearer" | "Basic";
2145
2144
  });
2145
+ cache?: RequestCache;
2146
+ credentials?: RequestCredentials;
2146
2147
  integrity?: string;
2147
2148
  keepalive?: boolean;
2148
- method?: string;
2149
2149
  mode?: RequestMode;
2150
2150
  priority?: RequestPriority;
2151
2151
  redirect?: RequestRedirect;
@@ -2199,16 +2199,16 @@ declare const getAuthClient: (backendURL: string) => {
2199
2199
  };
2200
2200
  } & {
2201
2201
  requestPasswordReset: <FetchOptions extends {
2202
- cache?: RequestCache;
2203
- credentials?: RequestCredentials;
2202
+ method?: string;
2204
2203
  headers?: HeadersInit & (HeadersInit | {
2205
2204
  accept: "application/json" | "text/plain" | "application/octet-stream";
2206
2205
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2207
2206
  authorization: "Bearer" | "Basic";
2208
2207
  });
2208
+ cache?: RequestCache;
2209
+ credentials?: RequestCredentials;
2209
2210
  integrity?: string;
2210
2211
  keepalive?: boolean;
2211
- method?: string;
2212
2212
  mode?: RequestMode;
2213
2213
  priority?: RequestPriority;
2214
2214
  redirect?: RequestRedirect;
@@ -2269,16 +2269,16 @@ declare const getAuthClient: (backendURL: string) => {
2269
2269
  } & {
2270
2270
  resetPassword: {
2271
2271
  ":token": <FetchOptions extends {
2272
- cache?: RequestCache;
2273
- credentials?: RequestCredentials;
2272
+ method?: string;
2274
2273
  headers?: HeadersInit & (HeadersInit | {
2275
2274
  accept: "application/json" | "text/plain" | "application/octet-stream";
2276
2275
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2277
2276
  authorization: "Bearer" | "Basic";
2278
2277
  });
2278
+ cache?: RequestCache;
2279
+ credentials?: RequestCredentials;
2279
2280
  integrity?: string;
2280
2281
  keepalive?: boolean;
2281
- method?: string;
2282
2282
  mode?: RequestMode;
2283
2283
  priority?: RequestPriority;
2284
2284
  redirect?: RequestRedirect;
@@ -2332,16 +2332,16 @@ declare const getAuthClient: (backendURL: string) => {
2332
2332
  };
2333
2333
  } & {
2334
2334
  listSessions: <FetchOptions extends {
2335
- cache?: RequestCache;
2336
- credentials?: RequestCredentials;
2335
+ method?: string;
2337
2336
  headers?: HeadersInit & (HeadersInit | {
2338
2337
  accept: "application/json" | "text/plain" | "application/octet-stream";
2339
2338
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2340
2339
  authorization: "Bearer" | "Basic";
2341
2340
  });
2341
+ cache?: RequestCache;
2342
+ credentials?: RequestCredentials;
2342
2343
  integrity?: string;
2343
2344
  keepalive?: boolean;
2344
- method?: string;
2345
2345
  mode?: RequestMode;
2346
2346
  priority?: RequestPriority;
2347
2347
  redirect?: RequestRedirect;
@@ -2399,16 +2399,16 @@ declare const getAuthClient: (backendURL: string) => {
2399
2399
  }, FetchOptions["throw"] extends true ? true : false>>;
2400
2400
  } & {
2401
2401
  revokeSession: <FetchOptions extends {
2402
- cache?: RequestCache;
2403
- credentials?: RequestCredentials;
2402
+ method?: string;
2404
2403
  headers?: HeadersInit & (HeadersInit | {
2405
2404
  accept: "application/json" | "text/plain" | "application/octet-stream";
2406
2405
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2407
2406
  authorization: "Bearer" | "Basic";
2408
2407
  });
2408
+ cache?: RequestCache;
2409
+ credentials?: RequestCredentials;
2409
2410
  integrity?: string;
2410
2411
  keepalive?: boolean;
2411
- method?: string;
2412
2412
  mode?: RequestMode;
2413
2413
  priority?: RequestPriority;
2414
2414
  redirect?: RequestRedirect;
@@ -2465,16 +2465,16 @@ declare const getAuthClient: (backendURL: string) => {
2465
2465
  }, FetchOptions["throw"] extends true ? true : false>>;
2466
2466
  } & {
2467
2467
  revokeSessions: <FetchOptions extends {
2468
- cache?: RequestCache;
2469
- credentials?: RequestCredentials;
2468
+ method?: string;
2470
2469
  headers?: HeadersInit & (HeadersInit | {
2471
2470
  accept: "application/json" | "text/plain" | "application/octet-stream";
2472
2471
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2473
2472
  authorization: "Bearer" | "Basic";
2474
2473
  });
2474
+ cache?: RequestCache;
2475
+ credentials?: RequestCredentials;
2475
2476
  integrity?: string;
2476
2477
  keepalive?: boolean;
2477
- method?: string;
2478
2478
  mode?: RequestMode;
2479
2479
  priority?: RequestPriority;
2480
2480
  redirect?: RequestRedirect;
@@ -2525,16 +2525,16 @@ declare const getAuthClient: (backendURL: string) => {
2525
2525
  }, FetchOptions["throw"] extends true ? true : false>>;
2526
2526
  } & {
2527
2527
  revokeOtherSessions: <FetchOptions extends {
2528
- cache?: RequestCache;
2529
- credentials?: RequestCredentials;
2528
+ method?: string;
2530
2529
  headers?: HeadersInit & (HeadersInit | {
2531
2530
  accept: "application/json" | "text/plain" | "application/octet-stream";
2532
2531
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2533
2532
  authorization: "Bearer" | "Basic";
2534
2533
  });
2534
+ cache?: RequestCache;
2535
+ credentials?: RequestCredentials;
2535
2536
  integrity?: string;
2536
2537
  keepalive?: boolean;
2537
- method?: string;
2538
2538
  mode?: RequestMode;
2539
2539
  priority?: RequestPriority;
2540
2540
  redirect?: RequestRedirect;
@@ -2585,16 +2585,16 @@ declare const getAuthClient: (backendURL: string) => {
2585
2585
  }, FetchOptions["throw"] extends true ? true : false>>;
2586
2586
  } & {
2587
2587
  linkSocial: <FetchOptions extends {
2588
- cache?: RequestCache;
2589
- credentials?: RequestCredentials;
2588
+ method?: string;
2590
2589
  headers?: HeadersInit & (HeadersInit | {
2591
2590
  accept: "application/json" | "text/plain" | "application/octet-stream";
2592
2591
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2593
2592
  authorization: "Bearer" | "Basic";
2594
2593
  });
2594
+ cache?: RequestCache;
2595
+ credentials?: RequestCredentials;
2595
2596
  integrity?: string;
2596
2597
  keepalive?: boolean;
2597
- method?: string;
2598
2598
  mode?: RequestMode;
2599
2599
  priority?: RequestPriority;
2600
2600
  redirect?: RequestRedirect;
@@ -2676,16 +2676,16 @@ declare const getAuthClient: (backendURL: string) => {
2676
2676
  }, FetchOptions["throw"] extends true ? true : false>>;
2677
2677
  } & {
2678
2678
  listAccounts: <FetchOptions extends {
2679
- cache?: RequestCache;
2680
- credentials?: RequestCredentials;
2679
+ method?: string;
2681
2680
  headers?: HeadersInit & (HeadersInit | {
2682
2681
  accept: "application/json" | "text/plain" | "application/octet-stream";
2683
2682
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2684
2683
  authorization: "Bearer" | "Basic";
2685
2684
  });
2685
+ cache?: RequestCache;
2686
+ credentials?: RequestCredentials;
2686
2687
  integrity?: string;
2687
2688
  keepalive?: boolean;
2688
- method?: string;
2689
2689
  mode?: RequestMode;
2690
2690
  priority?: RequestPriority;
2691
2691
  redirect?: RequestRedirect;
@@ -2742,16 +2742,16 @@ declare const getAuthClient: (backendURL: string) => {
2742
2742
  } & {
2743
2743
  deleteUser: {
2744
2744
  callback: <FetchOptions extends {
2745
- cache?: RequestCache;
2746
- credentials?: RequestCredentials;
2745
+ method?: string;
2747
2746
  headers?: HeadersInit & (HeadersInit | {
2748
2747
  accept: "application/json" | "text/plain" | "application/octet-stream";
2749
2748
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2750
2749
  authorization: "Bearer" | "Basic";
2751
2750
  });
2751
+ cache?: RequestCache;
2752
+ credentials?: RequestCredentials;
2752
2753
  integrity?: string;
2753
2754
  keepalive?: boolean;
2754
- method?: string;
2755
2755
  mode?: RequestMode;
2756
2756
  priority?: RequestPriority;
2757
2757
  redirect?: RequestRedirect;
@@ -2807,16 +2807,16 @@ declare const getAuthClient: (backendURL: string) => {
2807
2807
  };
2808
2808
  } & {
2809
2809
  unlinkAccount: <FetchOptions extends {
2810
- cache?: RequestCache;
2811
- credentials?: RequestCredentials;
2810
+ method?: string;
2812
2811
  headers?: HeadersInit & (HeadersInit | {
2813
2812
  accept: "application/json" | "text/plain" | "application/octet-stream";
2814
2813
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2815
2814
  authorization: "Bearer" | "Basic";
2816
2815
  });
2816
+ cache?: RequestCache;
2817
+ credentials?: RequestCredentials;
2817
2818
  integrity?: string;
2818
2819
  keepalive?: boolean;
2819
- method?: string;
2820
2820
  mode?: RequestMode;
2821
2821
  priority?: RequestPriority;
2822
2822
  redirect?: RequestRedirect;
@@ -2875,16 +2875,16 @@ declare const getAuthClient: (backendURL: string) => {
2875
2875
  }, FetchOptions["throw"] extends true ? true : false>>;
2876
2876
  } & {
2877
2877
  refreshToken: <FetchOptions extends {
2878
- cache?: RequestCache;
2879
- credentials?: RequestCredentials;
2878
+ method?: string;
2880
2879
  headers?: HeadersInit & (HeadersInit | {
2881
2880
  accept: "application/json" | "text/plain" | "application/octet-stream";
2882
2881
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2883
2882
  authorization: "Bearer" | "Basic";
2884
2883
  });
2884
+ cache?: RequestCache;
2885
+ credentials?: RequestCredentials;
2885
2886
  integrity?: string;
2886
2887
  keepalive?: boolean;
2887
- method?: string;
2888
2888
  mode?: RequestMode;
2889
2889
  priority?: RequestPriority;
2890
2890
  redirect?: RequestRedirect;
@@ -2943,16 +2943,16 @@ declare const getAuthClient: (backendURL: string) => {
2943
2943
  }, FetchOptions["throw"] extends true ? true : false>>;
2944
2944
  } & {
2945
2945
  getAccessToken: <FetchOptions extends {
2946
- cache?: RequestCache;
2947
- credentials?: RequestCredentials;
2946
+ method?: string;
2948
2947
  headers?: HeadersInit & (HeadersInit | {
2949
2948
  accept: "application/json" | "text/plain" | "application/octet-stream";
2950
2949
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2951
2950
  authorization: "Bearer" | "Basic";
2952
2951
  });
2952
+ cache?: RequestCache;
2953
+ credentials?: RequestCredentials;
2953
2954
  integrity?: string;
2954
2955
  keepalive?: boolean;
2955
- method?: string;
2956
2956
  mode?: RequestMode;
2957
2957
  priority?: RequestPriority;
2958
2958
  redirect?: RequestRedirect;
@@ -3016,16 +3016,16 @@ declare const getAuthClient: (backendURL: string) => {
3016
3016
  }, FetchOptions["throw"] extends true ? true : false>>;
3017
3017
  } & {
3018
3018
  accountInfo: <FetchOptions extends {
3019
- cache?: RequestCache;
3020
- credentials?: RequestCredentials;
3019
+ method?: string;
3021
3020
  headers?: HeadersInit & (HeadersInit | {
3022
3021
  accept: "application/json" | "text/plain" | "application/octet-stream";
3023
3022
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
3024
3023
  authorization: "Bearer" | "Basic";
3025
3024
  });
3025
+ cache?: RequestCache;
3026
+ credentials?: RequestCredentials;
3026
3027
  integrity?: string;
3027
3028
  keepalive?: boolean;
3028
- method?: string;
3029
3029
  mode?: RequestMode;
3030
3030
  priority?: RequestPriority;
3031
3031
  redirect?: RequestRedirect;
@@ -3083,16 +3083,16 @@ declare const getAuthClient: (backendURL: string) => {
3083
3083
  }, FetchOptions["throw"] extends true ? true : false>>;
3084
3084
  } & {
3085
3085
  getSession: <FetchOptions extends {
3086
- cache?: RequestCache;
3087
- credentials?: RequestCredentials;
3086
+ method?: string;
3088
3087
  headers?: HeadersInit & (HeadersInit | {
3089
3088
  accept: "application/json" | "text/plain" | "application/octet-stream";
3090
3089
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
3091
3090
  authorization: "Bearer" | "Basic";
3092
3091
  });
3092
+ cache?: RequestCache;
3093
+ credentials?: RequestCredentials;
3093
3094
  integrity?: string;
3094
3095
  keepalive?: boolean;
3095
- method?: string;
3096
3096
  mode?: RequestMode;
3097
3097
  priority?: RequestPriority;
3098
3098
  redirect?: RequestRedirect;