@intlayer/design-system 7.1.1 → 7.1.2

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 (134) 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/Button/Button.d.ts +5 -5
  51. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +4 -4
  52. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
  53. package/dist/types/components/Command/index.d.ts +17 -17
  54. package/dist/types/components/Container/index.d.ts +5 -5
  55. package/dist/types/components/Container/index.d.ts.map +1 -1
  56. package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
  57. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  58. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
  59. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
  60. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
  61. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
  62. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
  63. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
  64. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
  65. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
  66. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
  67. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
  68. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  69. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
  70. package/dist/types/components/Form/FormBase.d.ts +2 -2
  71. package/dist/types/components/Form/FormBase.d.ts.map +1 -1
  72. package/dist/types/components/Form/FormField.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/FormElement.d.ts +2 -2
  78. package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
  79. package/dist/types/components/Form/elements/MultiselectElement.d.ts.map +1 -1
  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/copyCode.content.d.ts +2 -2
  86. package/dist/types/components/Input/Checkbox.d.ts +2 -2
  87. package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
  88. package/dist/types/components/Input/Input.d.ts +1 -1
  89. package/dist/types/components/Input/Input.d.ts.map +1 -1
  90. package/dist/types/components/Input/OTPInput.d.ts +2 -2
  91. package/dist/types/components/Input/SearchInput.d.ts +2 -2
  92. package/dist/types/components/Input/SearchInput.d.ts.map +1 -1
  93. package/dist/types/components/Link/Link.d.ts +3 -3
  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/Navbar/Burger.d.ts +2 -2
  103. package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
  104. package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
  105. package/dist/types/components/Navbar/index.d.ts +2 -2
  106. package/dist/types/components/Navbar/index.d.ts.map +1 -1
  107. package/dist/types/components/Pagination/Pagination.d.ts +3 -3
  108. package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
  109. package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
  110. package/dist/types/components/Popover/static.d.ts +3 -3
  111. package/dist/types/components/Popover/static.d.ts.map +1 -1
  112. package/dist/types/components/SwitchSelector/index.d.ts +4 -4
  113. package/dist/types/components/SwitchSelector/index.d.ts.map +1 -1
  114. package/dist/types/components/Tab/Tab.d.ts +5 -5
  115. package/dist/types/components/Tab/Tab.d.ts.map +1 -1
  116. package/dist/types/components/Tab/TabContext.d.ts +2 -2
  117. package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
  118. package/dist/types/components/TabSelector/TabSelector.d.ts.map +1 -1
  119. package/dist/types/components/Table/table.content.d.ts +3 -3
  120. package/dist/types/components/Table/table.content.d.ts.map +1 -1
  121. package/dist/types/components/Tag/index.d.ts +4 -4
  122. package/dist/types/components/Tag/index.d.ts.map +1 -1
  123. package/dist/types/components/Toaster/Toast.d.ts +3 -3
  124. package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
  125. package/dist/types/components/Toaster/Toaster.d.ts +2 -2
  126. package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
  127. package/dist/types/hooks/reactQuery.d.ts +42 -42
  128. package/dist/types/hooks/reactQuery.d.ts.map +1 -1
  129. package/dist/types/hooks/useAuth/useOAuth2.d.ts +2 -2
  130. package/dist/types/hooks/useDevice.d.ts.map +1 -1
  131. package/dist/types/hooks/useUser/index.d.ts +3 -3
  132. package/dist/types/libs/auth.d.ts +132 -132
  133. package/dist/types/libs/auth.d.ts.map +1 -1
  134. 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
- method?: string;
23
+ cache?: RequestCache;
24
+ credentials?: RequestCredentials;
24
25
  headers?: HeadersInit & (HeadersInit | {
25
26
  accept: "application/json" | "text/plain" | "application/octet-stream";
26
27
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
27
28
  authorization: "Bearer" | "Basic";
28
29
  });
29
- cache?: RequestCache;
30
- credentials?: RequestCredentials;
31
30
  integrity?: string;
32
31
  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
- method?: string;
94
+ cache?: RequestCache;
95
+ credentials?: RequestCredentials;
95
96
  headers?: HeadersInit & (HeadersInit | {
96
97
  accept: "application/json" | "text/plain" | "application/octet-stream";
97
98
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
98
99
  authorization: "Bearer" | "Basic";
99
100
  });
100
- cache?: RequestCache;
101
- credentials?: RequestCredentials;
102
101
  integrity?: string;
103
102
  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
- method?: string;
162
+ cache?: RequestCache;
163
+ credentials?: RequestCredentials;
163
164
  headers?: HeadersInit & (HeadersInit | {
164
165
  accept: "application/json" | "text/plain" | "application/octet-stream";
165
166
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
166
167
  authorization: "Bearer" | "Basic";
167
168
  });
168
- cache?: RequestCache;
169
- credentials?: RequestCredentials;
170
169
  integrity?: string;
171
170
  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
- method?: string;
243
+ cache?: RequestCache;
244
+ credentials?: RequestCredentials;
244
245
  headers?: HeadersInit & (HeadersInit | {
245
246
  accept: "application/json" | "text/plain" | "application/octet-stream";
246
247
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
247
248
  authorization: "Bearer" | "Basic";
248
249
  });
249
- cache?: RequestCache;
250
- credentials?: RequestCredentials;
251
250
  integrity?: string;
252
251
  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
- method?: string;
312
+ cache?: RequestCache;
313
+ credentials?: RequestCredentials;
313
314
  headers?: HeadersInit & (HeadersInit | {
314
315
  accept: "application/json" | "text/plain" | "application/octet-stream";
315
316
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
316
317
  authorization: "Bearer" | "Basic";
317
318
  });
318
- cache?: RequestCache;
319
- credentials?: RequestCredentials;
320
319
  integrity?: string;
321
320
  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
- method?: string;
380
+ cache?: RequestCache;
381
+ credentials?: RequestCredentials;
381
382
  headers?: HeadersInit & (HeadersInit | {
382
383
  accept: "application/json" | "text/plain" | "application/octet-stream";
383
384
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
384
385
  authorization: "Bearer" | "Basic";
385
386
  });
386
- cache?: RequestCache;
387
- credentials?: RequestCredentials;
388
387
  integrity?: string;
389
388
  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
- method?: string;
459
+ cache?: RequestCache;
460
+ credentials?: RequestCredentials;
460
461
  headers?: HeadersInit & (HeadersInit | {
461
462
  accept: "application/json" | "text/plain" | "application/octet-stream";
462
463
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
463
464
  authorization: "Bearer" | "Basic";
464
465
  });
465
- cache?: RequestCache;
466
- credentials?: RequestCredentials;
467
466
  integrity?: string;
468
467
  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
- method?: string;
527
+ cache?: RequestCache;
528
+ credentials?: RequestCredentials;
528
529
  headers?: HeadersInit & (HeadersInit | {
529
530
  accept: "application/json" | "text/plain" | "application/octet-stream";
530
531
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
531
532
  authorization: "Bearer" | "Basic";
532
533
  });
533
- cache?: RequestCache;
534
- credentials?: RequestCredentials;
535
534
  integrity?: string;
536
535
  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
- method?: string;
606
+ cache?: RequestCache;
607
+ credentials?: RequestCredentials;
607
608
  headers?: HeadersInit & (HeadersInit | {
608
609
  accept: "application/json" | "text/plain" | "application/octet-stream";
609
610
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
610
611
  authorization: "Bearer" | "Basic";
611
612
  });
612
- cache?: RequestCache;
613
- credentials?: RequestCredentials;
614
613
  integrity?: string;
615
614
  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
- method?: string;
669
+ cache?: RequestCache;
670
+ credentials?: RequestCredentials;
670
671
  headers?: HeadersInit & (HeadersInit | {
671
672
  accept: "application/json" | "text/plain" | "application/octet-stream";
672
673
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
673
674
  authorization: "Bearer" | "Basic";
674
675
  });
675
- cache?: RequestCache;
676
- credentials?: RequestCredentials;
677
676
  integrity?: string;
678
677
  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
- method?: string;
729
+ cache?: RequestCache;
730
+ credentials?: RequestCredentials;
730
731
  headers?: HeadersInit & (HeadersInit | {
731
732
  accept: "application/json" | "text/plain" | "application/octet-stream";
732
733
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
733
734
  authorization: "Bearer" | "Basic";
734
735
  });
735
- cache?: RequestCache;
736
- credentials?: RequestCredentials;
737
736
  integrity?: string;
738
737
  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
- method?: string;
797
+ cache?: RequestCache;
798
+ credentials?: RequestCredentials;
798
799
  headers?: HeadersInit & (HeadersInit | {
799
800
  accept: "application/json" | "text/plain" | "application/octet-stream";
800
801
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
801
802
  authorization: "Bearer" | "Basic";
802
803
  });
803
- cache?: RequestCache;
804
- credentials?: RequestCredentials;
805
804
  integrity?: string;
806
805
  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
- method?: string;
874
+ cache?: RequestCache;
875
+ credentials?: RequestCredentials;
875
876
  headers?: HeadersInit & (HeadersInit | {
876
877
  accept: "application/json" | "text/plain" | "application/octet-stream";
877
878
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
878
879
  authorization: "Bearer" | "Basic";
879
880
  });
880
- cache?: RequestCache;
881
- credentials?: RequestCredentials;
882
881
  integrity?: string;
883
882
  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
- method?: string;
934
+ cache?: RequestCache;
935
+ credentials?: RequestCredentials;
935
936
  headers?: HeadersInit & (HeadersInit | {
936
937
  accept: "application/json" | "text/plain" | "application/octet-stream";
937
938
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
938
939
  authorization: "Bearer" | "Basic";
939
940
  });
940
- cache?: RequestCache;
941
- credentials?: RequestCredentials;
942
941
  integrity?: string;
943
942
  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
- method?: string;
1000
+ cache?: RequestCache;
1001
+ credentials?: RequestCredentials;
1001
1002
  headers?: HeadersInit & (HeadersInit | {
1002
1003
  accept: "application/json" | "text/plain" | "application/octet-stream";
1003
1004
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1004
1005
  authorization: "Bearer" | "Basic";
1005
1006
  });
1006
- cache?: RequestCache;
1007
- credentials?: RequestCredentials;
1008
1007
  integrity?: string;
1009
1008
  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
- method?: string;
1070
+ cache?: RequestCache;
1071
+ credentials?: RequestCredentials;
1071
1072
  headers?: HeadersInit & (HeadersInit | {
1072
1073
  accept: "application/json" | "text/plain" | "application/octet-stream";
1073
1074
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1074
1075
  authorization: "Bearer" | "Basic";
1075
1076
  });
1076
- cache?: RequestCache;
1077
- credentials?: RequestCredentials;
1078
1077
  integrity?: string;
1079
1078
  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
- method?: string;
1146
+ cache?: RequestCache;
1147
+ credentials?: RequestCredentials;
1147
1148
  headers?: HeadersInit & (HeadersInit | {
1148
1149
  accept: "application/json" | "text/plain" | "application/octet-stream";
1149
1150
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1150
1151
  authorization: "Bearer" | "Basic";
1151
1152
  });
1152
- cache?: RequestCache;
1153
- credentials?: RequestCredentials;
1154
1153
  integrity?: string;
1155
1154
  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
- method?: string;
1222
+ cache?: RequestCache;
1223
+ credentials?: RequestCredentials;
1223
1224
  headers?: HeadersInit & (HeadersInit | {
1224
1225
  accept: "application/json" | "text/plain" | "application/octet-stream";
1225
1226
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1226
1227
  authorization: "Bearer" | "Basic";
1227
1228
  });
1228
- cache?: RequestCache;
1229
- credentials?: RequestCredentials;
1230
1229
  integrity?: string;
1231
1230
  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
- method?: string;
1331
+ cache?: RequestCache;
1332
+ credentials?: RequestCredentials;
1332
1333
  headers?: HeadersInit & (HeadersInit | {
1333
1334
  accept: "application/json" | "text/plain" | "application/octet-stream";
1334
1335
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1335
1336
  authorization: "Bearer" | "Basic";
1336
1337
  });
1337
- cache?: RequestCache;
1338
- credentials?: RequestCredentials;
1339
1338
  integrity?: string;
1340
1339
  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
- method?: string;
1392
+ cache?: RequestCache;
1393
+ credentials?: RequestCredentials;
1393
1394
  headers?: HeadersInit & (HeadersInit | {
1394
1395
  accept: "application/json" | "text/plain" | "application/octet-stream";
1395
1396
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1396
1397
  authorization: "Bearer" | "Basic";
1397
1398
  });
1398
- cache?: RequestCache;
1399
- credentials?: RequestCredentials;
1400
1399
  integrity?: string;
1401
1400
  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
- method?: string;
1488
+ cache?: RequestCache;
1489
+ credentials?: RequestCredentials;
1489
1490
  headers?: HeadersInit & (HeadersInit | {
1490
1491
  accept: "application/json" | "text/plain" | "application/octet-stream";
1491
1492
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1492
1493
  authorization: "Bearer" | "Basic";
1493
1494
  });
1494
- cache?: RequestCache;
1495
- credentials?: RequestCredentials;
1496
1495
  integrity?: string;
1497
1496
  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
- method?: string;
1572
+ cache?: RequestCache;
1573
+ credentials?: RequestCredentials;
1573
1574
  headers?: HeadersInit & (HeadersInit | {
1574
1575
  accept: "application/json" | "text/plain" | "application/octet-stream";
1575
1576
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1576
1577
  authorization: "Bearer" | "Basic";
1577
1578
  });
1578
- cache?: RequestCache;
1579
- credentials?: RequestCredentials;
1580
1579
  integrity?: string;
1581
1580
  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
- method?: string;
1640
+ cache?: RequestCache;
1641
+ credentials?: RequestCredentials;
1641
1642
  headers?: HeadersInit & (HeadersInit | {
1642
1643
  accept: "application/json" | "text/plain" | "application/octet-stream";
1643
1644
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1644
1645
  authorization: "Bearer" | "Basic";
1645
1646
  });
1646
- cache?: RequestCache;
1647
- credentials?: RequestCredentials;
1648
1647
  integrity?: string;
1649
1648
  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
- method?: string;
1710
+ cache?: RequestCache;
1711
+ credentials?: RequestCredentials;
1711
1712
  headers?: HeadersInit & (HeadersInit | {
1712
1713
  accept: "application/json" | "text/plain" | "application/octet-stream";
1713
1714
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1714
1715
  authorization: "Bearer" | "Basic";
1715
1716
  });
1716
- cache?: RequestCache;
1717
- credentials?: RequestCredentials;
1718
1717
  integrity?: string;
1719
1718
  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
- method?: string;
1785
+ cache?: RequestCache;
1786
+ credentials?: RequestCredentials;
1786
1787
  headers?: HeadersInit & (HeadersInit | {
1787
1788
  accept: "application/json" | "text/plain" | "application/octet-stream";
1788
1789
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1789
1790
  authorization: "Bearer" | "Basic";
1790
1791
  });
1791
- cache?: RequestCache;
1792
- credentials?: RequestCredentials;
1793
1792
  integrity?: string;
1794
1793
  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
- method?: string;
1853
+ cache?: RequestCache;
1854
+ credentials?: RequestCredentials;
1854
1855
  headers?: HeadersInit & (HeadersInit | {
1855
1856
  accept: "application/json" | "text/plain" | "application/octet-stream";
1856
1857
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1857
1858
  authorization: "Bearer" | "Basic";
1858
1859
  });
1859
- cache?: RequestCache;
1860
- credentials?: RequestCredentials;
1861
1860
  integrity?: string;
1862
1861
  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
- method?: string;
1921
+ cache?: RequestCache;
1922
+ credentials?: RequestCredentials;
1922
1923
  headers?: HeadersInit & (HeadersInit | {
1923
1924
  accept: "application/json" | "text/plain" | "application/octet-stream";
1924
1925
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
1925
1926
  authorization: "Bearer" | "Basic";
1926
1927
  });
1927
- cache?: RequestCache;
1928
- credentials?: RequestCredentials;
1929
1928
  integrity?: string;
1930
1929
  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
- method?: string;
2000
+ cache?: RequestCache;
2001
+ credentials?: RequestCredentials;
2001
2002
  headers?: HeadersInit & (HeadersInit | {
2002
2003
  accept: "application/json" | "text/plain" | "application/octet-stream";
2003
2004
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2004
2005
  authorization: "Bearer" | "Basic";
2005
2006
  });
2006
- cache?: RequestCache;
2007
- credentials?: RequestCredentials;
2008
2007
  integrity?: string;
2009
2008
  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
- method?: string;
2067
+ cache?: RequestCache;
2068
+ credentials?: RequestCredentials;
2068
2069
  headers?: HeadersInit & (HeadersInit | {
2069
2070
  accept: "application/json" | "text/plain" | "application/octet-stream";
2070
2071
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2071
2072
  authorization: "Bearer" | "Basic";
2072
2073
  });
2073
- cache?: RequestCache;
2074
- credentials?: RequestCredentials;
2075
2074
  integrity?: string;
2076
2075
  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
- method?: string;
2139
+ cache?: RequestCache;
2140
+ credentials?: RequestCredentials;
2140
2141
  headers?: HeadersInit & (HeadersInit | {
2141
2142
  accept: "application/json" | "text/plain" | "application/octet-stream";
2142
2143
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2143
2144
  authorization: "Bearer" | "Basic";
2144
2145
  });
2145
- cache?: RequestCache;
2146
- credentials?: RequestCredentials;
2147
2146
  integrity?: string;
2148
2147
  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
- method?: string;
2202
+ cache?: RequestCache;
2203
+ credentials?: RequestCredentials;
2203
2204
  headers?: HeadersInit & (HeadersInit | {
2204
2205
  accept: "application/json" | "text/plain" | "application/octet-stream";
2205
2206
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2206
2207
  authorization: "Bearer" | "Basic";
2207
2208
  });
2208
- cache?: RequestCache;
2209
- credentials?: RequestCredentials;
2210
2209
  integrity?: string;
2211
2210
  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
- method?: string;
2272
+ cache?: RequestCache;
2273
+ credentials?: RequestCredentials;
2273
2274
  headers?: HeadersInit & (HeadersInit | {
2274
2275
  accept: "application/json" | "text/plain" | "application/octet-stream";
2275
2276
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2276
2277
  authorization: "Bearer" | "Basic";
2277
2278
  });
2278
- cache?: RequestCache;
2279
- credentials?: RequestCredentials;
2280
2279
  integrity?: string;
2281
2280
  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
- method?: string;
2335
+ cache?: RequestCache;
2336
+ credentials?: RequestCredentials;
2336
2337
  headers?: HeadersInit & (HeadersInit | {
2337
2338
  accept: "application/json" | "text/plain" | "application/octet-stream";
2338
2339
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2339
2340
  authorization: "Bearer" | "Basic";
2340
2341
  });
2341
- cache?: RequestCache;
2342
- credentials?: RequestCredentials;
2343
2342
  integrity?: string;
2344
2343
  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
- method?: string;
2402
+ cache?: RequestCache;
2403
+ credentials?: RequestCredentials;
2403
2404
  headers?: HeadersInit & (HeadersInit | {
2404
2405
  accept: "application/json" | "text/plain" | "application/octet-stream";
2405
2406
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2406
2407
  authorization: "Bearer" | "Basic";
2407
2408
  });
2408
- cache?: RequestCache;
2409
- credentials?: RequestCredentials;
2410
2409
  integrity?: string;
2411
2410
  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
- method?: string;
2468
+ cache?: RequestCache;
2469
+ credentials?: RequestCredentials;
2469
2470
  headers?: HeadersInit & (HeadersInit | {
2470
2471
  accept: "application/json" | "text/plain" | "application/octet-stream";
2471
2472
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2472
2473
  authorization: "Bearer" | "Basic";
2473
2474
  });
2474
- cache?: RequestCache;
2475
- credentials?: RequestCredentials;
2476
2475
  integrity?: string;
2477
2476
  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
- method?: string;
2528
+ cache?: RequestCache;
2529
+ credentials?: RequestCredentials;
2529
2530
  headers?: HeadersInit & (HeadersInit | {
2530
2531
  accept: "application/json" | "text/plain" | "application/octet-stream";
2531
2532
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2532
2533
  authorization: "Bearer" | "Basic";
2533
2534
  });
2534
- cache?: RequestCache;
2535
- credentials?: RequestCredentials;
2536
2535
  integrity?: string;
2537
2536
  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
- method?: string;
2588
+ cache?: RequestCache;
2589
+ credentials?: RequestCredentials;
2589
2590
  headers?: HeadersInit & (HeadersInit | {
2590
2591
  accept: "application/json" | "text/plain" | "application/octet-stream";
2591
2592
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2592
2593
  authorization: "Bearer" | "Basic";
2593
2594
  });
2594
- cache?: RequestCache;
2595
- credentials?: RequestCredentials;
2596
2595
  integrity?: string;
2597
2596
  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
- method?: string;
2679
+ cache?: RequestCache;
2680
+ credentials?: RequestCredentials;
2680
2681
  headers?: HeadersInit & (HeadersInit | {
2681
2682
  accept: "application/json" | "text/plain" | "application/octet-stream";
2682
2683
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2683
2684
  authorization: "Bearer" | "Basic";
2684
2685
  });
2685
- cache?: RequestCache;
2686
- credentials?: RequestCredentials;
2687
2686
  integrity?: string;
2688
2687
  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
- method?: string;
2745
+ cache?: RequestCache;
2746
+ credentials?: RequestCredentials;
2746
2747
  headers?: HeadersInit & (HeadersInit | {
2747
2748
  accept: "application/json" | "text/plain" | "application/octet-stream";
2748
2749
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2749
2750
  authorization: "Bearer" | "Basic";
2750
2751
  });
2751
- cache?: RequestCache;
2752
- credentials?: RequestCredentials;
2753
2752
  integrity?: string;
2754
2753
  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
- method?: string;
2810
+ cache?: RequestCache;
2811
+ credentials?: RequestCredentials;
2811
2812
  headers?: HeadersInit & (HeadersInit | {
2812
2813
  accept: "application/json" | "text/plain" | "application/octet-stream";
2813
2814
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2814
2815
  authorization: "Bearer" | "Basic";
2815
2816
  });
2816
- cache?: RequestCache;
2817
- credentials?: RequestCredentials;
2818
2817
  integrity?: string;
2819
2818
  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
- method?: string;
2878
+ cache?: RequestCache;
2879
+ credentials?: RequestCredentials;
2879
2880
  headers?: HeadersInit & (HeadersInit | {
2880
2881
  accept: "application/json" | "text/plain" | "application/octet-stream";
2881
2882
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2882
2883
  authorization: "Bearer" | "Basic";
2883
2884
  });
2884
- cache?: RequestCache;
2885
- credentials?: RequestCredentials;
2886
2885
  integrity?: string;
2887
2886
  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
- method?: string;
2946
+ cache?: RequestCache;
2947
+ credentials?: RequestCredentials;
2947
2948
  headers?: HeadersInit & (HeadersInit | {
2948
2949
  accept: "application/json" | "text/plain" | "application/octet-stream";
2949
2950
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
2950
2951
  authorization: "Bearer" | "Basic";
2951
2952
  });
2952
- cache?: RequestCache;
2953
- credentials?: RequestCredentials;
2954
2953
  integrity?: string;
2955
2954
  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
- method?: string;
3019
+ cache?: RequestCache;
3020
+ credentials?: RequestCredentials;
3020
3021
  headers?: HeadersInit & (HeadersInit | {
3021
3022
  accept: "application/json" | "text/plain" | "application/octet-stream";
3022
3023
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
3023
3024
  authorization: "Bearer" | "Basic";
3024
3025
  });
3025
- cache?: RequestCache;
3026
- credentials?: RequestCredentials;
3027
3026
  integrity?: string;
3028
3027
  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
- method?: string;
3086
+ cache?: RequestCache;
3087
+ credentials?: RequestCredentials;
3087
3088
  headers?: HeadersInit & (HeadersInit | {
3088
3089
  accept: "application/json" | "text/plain" | "application/octet-stream";
3089
3090
  "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
3090
3091
  authorization: "Bearer" | "Basic";
3091
3092
  });
3092
- cache?: RequestCache;
3093
- credentials?: RequestCredentials;
3094
3093
  integrity?: string;
3095
3094
  keepalive?: boolean;
3095
+ method?: string;
3096
3096
  mode?: RequestMode;
3097
3097
  priority?: RequestPriority;
3098
3098
  redirect?: RequestRedirect;