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