@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.
- 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/Badge/index.d.ts +2 -2
- 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/Breadcrumb/index.d.ts +2 -2
- package/dist/types/components/Browser/Browser.content.d.ts +11 -11
- package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts +4 -4
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +4 -4
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
- package/dist/types/components/Command/index.d.ts +2 -2
- package/dist/types/components/Container/index.d.ts +6 -6
- 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/CopyButton/CopyButton.content.d.ts.map +1 -1
- 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/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- 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/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
- 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/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +3 -3
- package/dist/types/components/Form/FormBase.d.ts +2 -2
- package/dist/types/components/Form/FormItem.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
- 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/OTPElement.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/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/Input.d.ts +2 -2
- package/dist/types/components/Input/Input.d.ts.map +1 -1
- package/dist/types/components/Input/OTPInput.d.ts +6 -6
- package/dist/types/components/Input/SearchInput.d.ts +2 -2
- package/dist/types/components/Link/Link.d.ts +4 -4
- 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/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- 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/MobileNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/MobileNavbar.d.ts.map +1 -1
- package/dist/types/components/Navbar/index.d.ts +2 -2
- package/dist/types/components/Pagination/Pagination.d.ts +2 -2
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
- package/dist/types/components/Select/Select.d.ts +3 -3
- package/dist/types/components/SocialNetworks/index.d.ts +2 -2
- package/dist/types/components/SwitchSelector/index.d.ts +3 -3
- 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/TabContext.d.ts +2 -2
- package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
- package/dist/types/components/Table/table.content.d.ts +3 -3
- package/dist/types/components/Tag/index.d.ts +3 -3
- package/dist/types/components/Toaster/Toaster.d.ts +2 -2
- package/dist/types/components/Toaster/Toaster.d.ts.map +1 -1
- package/dist/types/hooks/reactQuery.d.ts +81 -81
- package/dist/types/hooks/reactQuery.d.ts.map +1 -1
- package/dist/types/hooks/useAuth/useOAuth2.d.ts +2 -2
- package/dist/types/hooks/useAuth/useOAuth2.d.ts.map +1 -1
- package/dist/types/hooks/useDevice.d.ts.map +1 -1
- package/dist/types/hooks/useUser/index.d.ts +2 -2
- package/dist/types/libs/auth.d.ts +132 -132
- package/dist/types/libs/auth.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { HTMLAttributes, ReactNode } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types13 from "class-variance-authority/types";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime13 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Tab/Tab.d.ts
|
|
7
7
|
declare const tabContainerVariant: (props?: {
|
|
8
8
|
variant?: "default" | "ghost" | "bordered";
|
|
9
|
-
} &
|
|
9
|
+
} & class_variance_authority_types13.ClassProp) => string;
|
|
10
10
|
type TabProps = HTMLAttributes<HTMLDivElement> & VariantProps<typeof tabContainerVariant> & {
|
|
11
11
|
defaultTab?: string;
|
|
12
12
|
group?: string;
|
|
@@ -25,12 +25,12 @@ declare const Tab: (({
|
|
|
25
25
|
children,
|
|
26
26
|
className,
|
|
27
27
|
...props
|
|
28
|
-
}: TabProps) =>
|
|
28
|
+
}: TabProps) => react_jsx_runtime13.JSX.Element) & {
|
|
29
29
|
Item: {
|
|
30
30
|
({
|
|
31
31
|
children,
|
|
32
32
|
...props
|
|
33
|
-
}: TabItemProps):
|
|
33
|
+
}: TabItemProps): react_jsx_runtime13.JSX.Element;
|
|
34
34
|
displayName: string;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react23 from "react";
|
|
2
2
|
import { Dispatch, FC, PropsWithChildren, SetStateAction } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Tab/TabContext.d.ts
|
|
@@ -9,7 +9,7 @@ type TabContextValue = {
|
|
|
9
9
|
/**
|
|
10
10
|
* Context that store the current locale on the client side
|
|
11
11
|
*/
|
|
12
|
-
declare const TabContext:
|
|
12
|
+
declare const TabContext: react23.Context<TabContextValue>;
|
|
13
13
|
/**
|
|
14
14
|
* Hook that provides the current locale
|
|
15
15
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HTMLAttributes, ReactElement } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types11 from "class-variance-authority/types";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime12 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/TabSelector/TabSelector.d.ts
|
|
7
7
|
declare enum TabSelectorColor {
|
|
@@ -14,8 +14,8 @@ declare enum TabSelectorColor {
|
|
|
14
14
|
TEXT = "text",
|
|
15
15
|
}
|
|
16
16
|
declare const tabSelectorVariant: (props?: {
|
|
17
|
-
color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "
|
|
18
|
-
} &
|
|
17
|
+
color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text";
|
|
18
|
+
} & class_variance_authority_types11.ClassProp) => string;
|
|
19
19
|
type TabSelectorItemProps = HTMLAttributes<HTMLElement> & {
|
|
20
20
|
key: string | number;
|
|
21
21
|
};
|
|
@@ -51,7 +51,7 @@ declare const TabSelector: <T extends TabSelectorItemProps>({
|
|
|
51
51
|
color,
|
|
52
52
|
hoverable,
|
|
53
53
|
className
|
|
54
|
-
}: TabSelectorProps<T>) =>
|
|
54
|
+
}: TabSelectorProps<T>) => react_jsx_runtime12.JSX.Element;
|
|
55
55
|
//#endregion
|
|
56
56
|
export { TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps };
|
|
57
57
|
//# sourceMappingURL=TabSelector.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _intlayer_types380 from "@intlayer/types";
|
|
2
2
|
|
|
3
3
|
//#region src/components/Table/table.content.d.ts
|
|
4
4
|
declare const tableContent: {
|
|
5
5
|
key: string;
|
|
6
6
|
content: {
|
|
7
|
-
show:
|
|
7
|
+
show: _intlayer_types380.TypedNodeModel<_intlayer_types380.NodeType.Translation, {
|
|
8
8
|
en: string;
|
|
9
9
|
fr: string;
|
|
10
10
|
es: string;
|
|
@@ -23,7 +23,7 @@ declare const tableContent: {
|
|
|
23
23
|
id: string;
|
|
24
24
|
vi: string;
|
|
25
25
|
}, {
|
|
26
|
-
nodeType:
|
|
26
|
+
nodeType: _intlayer_types380.NodeType.Translation | "translation";
|
|
27
27
|
} & {
|
|
28
28
|
translation: {
|
|
29
29
|
en: string;
|
|
@@ -185,9 +185,9 @@ declare enum TagBackground {
|
|
|
185
185
|
WITH = "with",
|
|
186
186
|
}
|
|
187
187
|
declare const containerVariants: (props?: {
|
|
188
|
-
roundedSize?: "
|
|
189
|
-
color?: "error" | "
|
|
190
|
-
size?: "
|
|
188
|
+
roundedSize?: "full" | "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl";
|
|
189
|
+
color?: "error" | "neutral" | "text" | "success" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
|
|
190
|
+
size?: "sm" | "md" | "lg" | "xl" | "xs";
|
|
191
191
|
border?: "none" | "with";
|
|
192
192
|
background?: "none" | "with";
|
|
193
193
|
} & class_variance_authority_types10.ClassProp) => string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime15 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/Toaster/Toaster.d.ts
|
|
4
4
|
|
|
@@ -44,7 +44,7 @@ import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
|
44
44
|
*
|
|
45
45
|
* @returns JSX element rendering the toast viewport and active toasts
|
|
46
46
|
*/
|
|
47
|
-
declare const Toaster: () =>
|
|
47
|
+
declare const Toaster: () => react_jsx_runtime15.JSX.Element;
|
|
48
48
|
//#endregion
|
|
49
49
|
export { Toaster };
|
|
50
50
|
//# sourceMappingURL=Toaster.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toaster.d.ts","names":[],"sources":["../../../../src/components/Toaster/Toaster.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAsDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,eAAO,
|
|
1
|
+
{"version":3,"file":"Toaster.d.ts","names":[],"sources":["../../../../src/components/Toaster/Toaster.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAsDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,eAAO,mBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -4,7 +4,7 @@ import { UseQueryOptions, useQueryClient } from "@tanstack/react-query";
|
|
|
4
4
|
import * as _better_fetch_fetch681 from "@better-fetch/fetch";
|
|
5
5
|
import * as better_auth46 from "better-auth";
|
|
6
6
|
import * as inspector0 from "inspector";
|
|
7
|
-
import * as
|
|
7
|
+
import * as _intlayer_backend1 from "@intlayer/backend";
|
|
8
8
|
import { AddDictionaryBody, AddOrganizationMemberBody, AskDocQuestionBody, AuditContentDeclarationBody, AuditContentDeclarationFieldBody, AuditContentDeclarationMetadataBody, AuditTagBody, AutocompleteBody, CreateUserBody, DeleteAccessKeyBody, DeleteDictionaryParam, DeleteTagParams, GetCheckoutSessionBody, GetDictionariesParams, GetDictionaryParams, GetDictionaryQuery, GetOrganizationsParams, GetPricingBody, GetPricingResult, GetProjectsParams, GetTagsParams, GetUsersParams, NewsletterSubscriptionBody, NewsletterUnsubscriptionBody, PushDictionariesBody, RefreshAccessKeyBody, SearchDocUtilParams, SelectOrganizationParam, SelectProjectParam, TranslateJSONBody } from "@intlayer/backend";
|
|
9
9
|
import * as intlayer_editor0 from "intlayer-editor";
|
|
10
10
|
import { WriteContentDeclarationBody } from "intlayer-editor";
|
|
@@ -49,16 +49,16 @@ declare const useLogin: () => _tanstack_react_query0.UseMutationResult<{
|
|
|
49
49
|
rememberMe?: boolean | undefined;
|
|
50
50
|
} & {
|
|
51
51
|
fetchOptions?: {
|
|
52
|
-
|
|
53
|
-
credentials?: RequestCredentials;
|
|
52
|
+
method?: string;
|
|
54
53
|
headers?: HeadersInit & (HeadersInit | {
|
|
55
54
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
56
55
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
57
56
|
authorization: "Bearer" | "Basic";
|
|
58
57
|
});
|
|
58
|
+
cache?: RequestCache;
|
|
59
|
+
credentials?: RequestCredentials;
|
|
59
60
|
integrity?: string;
|
|
60
61
|
keepalive?: boolean;
|
|
61
|
-
method?: string;
|
|
62
62
|
mode?: RequestMode;
|
|
63
63
|
priority?: RequestPriority;
|
|
64
64
|
redirect?: RequestRedirect;
|
|
@@ -134,16 +134,16 @@ declare const useGetVerifyEmailStatus: () => _tanstack_react_query0.UseMutationR
|
|
|
134
134
|
statusText: string;
|
|
135
135
|
};
|
|
136
136
|
}, Error, [better_auth46.Prettify<undefined>?, {
|
|
137
|
-
|
|
138
|
-
credentials?: RequestCredentials;
|
|
137
|
+
method?: string;
|
|
139
138
|
headers?: HeadersInit & (HeadersInit | {
|
|
140
139
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
141
140
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
142
141
|
authorization: "Bearer" | "Basic";
|
|
143
142
|
});
|
|
143
|
+
cache?: RequestCache;
|
|
144
|
+
credentials?: RequestCredentials;
|
|
144
145
|
integrity?: string;
|
|
145
146
|
keepalive?: boolean;
|
|
146
|
-
method?: string;
|
|
147
147
|
mode?: RequestMode;
|
|
148
148
|
priority?: RequestPriority;
|
|
149
149
|
redirect?: RequestRedirect;
|
|
@@ -230,16 +230,16 @@ declare const useRegister: () => _tanstack_react_query0.UseMutationResult<{
|
|
|
230
230
|
image?: string;
|
|
231
231
|
callbackURL?: string;
|
|
232
232
|
fetchOptions?: {
|
|
233
|
-
|
|
234
|
-
credentials?: RequestCredentials;
|
|
233
|
+
method?: string;
|
|
235
234
|
headers?: HeadersInit & (HeadersInit | {
|
|
236
235
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
237
236
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
238
237
|
authorization: "Bearer" | "Basic";
|
|
239
238
|
});
|
|
239
|
+
cache?: RequestCache;
|
|
240
|
+
credentials?: RequestCredentials;
|
|
240
241
|
integrity?: string;
|
|
241
242
|
keepalive?: boolean;
|
|
242
|
-
method?: string;
|
|
243
243
|
mode?: RequestMode;
|
|
244
244
|
priority?: RequestPriority;
|
|
245
245
|
redirect?: RequestRedirect;
|
|
@@ -333,16 +333,16 @@ declare const useChangePassword: () => _tanstack_react_query0.UseMutationResult<
|
|
|
333
333
|
revokeOtherSessions?: boolean | undefined;
|
|
334
334
|
} & {
|
|
335
335
|
fetchOptions?: {
|
|
336
|
-
|
|
337
|
-
credentials?: RequestCredentials;
|
|
336
|
+
method?: string;
|
|
338
337
|
headers?: HeadersInit & (HeadersInit | {
|
|
339
338
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
340
339
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
341
340
|
authorization: "Bearer" | "Basic";
|
|
342
341
|
});
|
|
342
|
+
cache?: RequestCache;
|
|
343
|
+
credentials?: RequestCredentials;
|
|
343
344
|
integrity?: string;
|
|
344
345
|
keepalive?: boolean;
|
|
345
|
-
method?: string;
|
|
346
346
|
mode?: RequestMode;
|
|
347
347
|
priority?: RequestPriority;
|
|
348
348
|
redirect?: RequestRedirect;
|
|
@@ -391,16 +391,16 @@ declare const useChangePassword: () => _tanstack_react_query0.UseMutationResult<
|
|
|
391
391
|
disableValidation?: boolean;
|
|
392
392
|
};
|
|
393
393
|
}>, {
|
|
394
|
-
|
|
395
|
-
credentials?: RequestCredentials;
|
|
394
|
+
method?: string;
|
|
396
395
|
headers?: HeadersInit & (HeadersInit | {
|
|
397
396
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
398
397
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
399
398
|
authorization: "Bearer" | "Basic";
|
|
400
399
|
});
|
|
400
|
+
cache?: RequestCache;
|
|
401
|
+
credentials?: RequestCredentials;
|
|
401
402
|
integrity?: string;
|
|
402
403
|
keepalive?: boolean;
|
|
403
|
-
method?: string;
|
|
404
404
|
mode?: RequestMode;
|
|
405
405
|
priority?: RequestPriority;
|
|
406
406
|
redirect?: RequestRedirect;
|
|
@@ -467,16 +467,16 @@ declare const useAskResetPassword: () => _tanstack_react_query0.UseMutationResul
|
|
|
467
467
|
redirectTo?: string | undefined;
|
|
468
468
|
} & {
|
|
469
469
|
fetchOptions?: {
|
|
470
|
-
|
|
471
|
-
credentials?: RequestCredentials;
|
|
470
|
+
method?: string;
|
|
472
471
|
headers?: HeadersInit & (HeadersInit | {
|
|
473
472
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
474
473
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
475
474
|
authorization: "Bearer" | "Basic";
|
|
476
475
|
});
|
|
476
|
+
cache?: RequestCache;
|
|
477
|
+
credentials?: RequestCredentials;
|
|
477
478
|
integrity?: string;
|
|
478
479
|
keepalive?: boolean;
|
|
479
|
-
method?: string;
|
|
480
480
|
mode?: RequestMode;
|
|
481
481
|
priority?: RequestPriority;
|
|
482
482
|
redirect?: RequestRedirect;
|
|
@@ -542,16 +542,16 @@ declare const useResetPassword: () => _tanstack_react_query0.UseMutationResult<{
|
|
|
542
542
|
token?: string | undefined;
|
|
543
543
|
} & {
|
|
544
544
|
fetchOptions?: {
|
|
545
|
-
|
|
546
|
-
credentials?: RequestCredentials;
|
|
545
|
+
method?: string;
|
|
547
546
|
headers?: HeadersInit & (HeadersInit | {
|
|
548
547
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
549
548
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
550
549
|
authorization: "Bearer" | "Basic";
|
|
551
550
|
});
|
|
551
|
+
cache?: RequestCache;
|
|
552
|
+
credentials?: RequestCredentials;
|
|
552
553
|
integrity?: string;
|
|
553
554
|
keepalive?: boolean;
|
|
554
|
-
method?: string;
|
|
555
555
|
mode?: RequestMode;
|
|
556
556
|
priority?: RequestPriority;
|
|
557
557
|
redirect?: RequestRedirect;
|
|
@@ -645,16 +645,16 @@ declare const useGetUserByAccount: () => _tanstack_react_query0.UseMutationResul
|
|
|
645
645
|
accountId: string;
|
|
646
646
|
} & {
|
|
647
647
|
fetchOptions?: {
|
|
648
|
-
|
|
649
|
-
credentials?: RequestCredentials;
|
|
648
|
+
method?: string;
|
|
650
649
|
headers?: HeadersInit & (HeadersInit | {
|
|
651
650
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
652
651
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
653
652
|
authorization: "Bearer" | "Basic";
|
|
654
653
|
});
|
|
654
|
+
cache?: RequestCache;
|
|
655
|
+
credentials?: RequestCredentials;
|
|
655
656
|
integrity?: string;
|
|
656
657
|
keepalive?: boolean;
|
|
657
|
-
method?: string;
|
|
658
658
|
mode?: RequestMode;
|
|
659
659
|
priority?: RequestPriority;
|
|
660
660
|
redirect?: RequestRedirect;
|
|
@@ -720,16 +720,16 @@ declare const useEnableTwoFactor: () => _tanstack_react_query0.UseMutationResult
|
|
|
720
720
|
issuer?: string | undefined;
|
|
721
721
|
} & {
|
|
722
722
|
fetchOptions?: {
|
|
723
|
-
|
|
724
|
-
credentials?: RequestCredentials;
|
|
723
|
+
method?: string;
|
|
725
724
|
headers?: HeadersInit & (HeadersInit | {
|
|
726
725
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
727
726
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
728
727
|
authorization: "Bearer" | "Basic";
|
|
729
728
|
});
|
|
729
|
+
cache?: RequestCache;
|
|
730
|
+
credentials?: RequestCredentials;
|
|
730
731
|
integrity?: string;
|
|
731
732
|
keepalive?: boolean;
|
|
732
|
-
method?: string;
|
|
733
733
|
mode?: RequestMode;
|
|
734
734
|
priority?: RequestPriority;
|
|
735
735
|
redirect?: RequestRedirect;
|
|
@@ -794,16 +794,16 @@ declare const useDisableTwoFactor: () => _tanstack_react_query0.UseMutationResul
|
|
|
794
794
|
password: string;
|
|
795
795
|
} & {
|
|
796
796
|
fetchOptions?: {
|
|
797
|
-
|
|
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;
|
|
@@ -877,16 +877,16 @@ declare const useVerifyTotp: () => _tanstack_react_query0.UseMutationResult<{
|
|
|
877
877
|
trustDevice?: boolean | undefined;
|
|
878
878
|
} & {
|
|
879
879
|
fetchOptions?: {
|
|
880
|
-
|
|
881
|
-
credentials?: RequestCredentials;
|
|
880
|
+
method?: string;
|
|
882
881
|
headers?: HeadersInit & (HeadersInit | {
|
|
883
882
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
884
883
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
885
884
|
authorization: "Bearer" | "Basic";
|
|
886
885
|
});
|
|
886
|
+
cache?: RequestCache;
|
|
887
|
+
credentials?: RequestCredentials;
|
|
887
888
|
integrity?: string;
|
|
888
889
|
keepalive?: boolean;
|
|
889
|
-
method?: string;
|
|
890
890
|
mode?: RequestMode;
|
|
891
891
|
priority?: RequestPriority;
|
|
892
892
|
redirect?: RequestRedirect;
|
|
@@ -962,16 +962,16 @@ declare const useVerifyBackupCode: () => _tanstack_react_query0.UseMutationResul
|
|
|
962
962
|
trustDevice?: boolean | undefined;
|
|
963
963
|
} & {
|
|
964
964
|
fetchOptions?: {
|
|
965
|
-
|
|
966
|
-
credentials?: RequestCredentials;
|
|
965
|
+
method?: string;
|
|
967
966
|
headers?: HeadersInit & (HeadersInit | {
|
|
968
967
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
969
968
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
970
969
|
authorization: "Bearer" | "Basic";
|
|
971
970
|
});
|
|
971
|
+
cache?: RequestCache;
|
|
972
|
+
credentials?: RequestCredentials;
|
|
972
973
|
integrity?: string;
|
|
973
974
|
keepalive?: boolean;
|
|
974
|
-
method?: string;
|
|
975
975
|
mode?: RequestMode;
|
|
976
976
|
priority?: RequestPriority;
|
|
977
977
|
redirect?: RequestRedirect;
|
|
@@ -1081,16 +1081,16 @@ declare const useDeletePasskey: () => _tanstack_react_query0.UseMutationResult<{
|
|
|
1081
1081
|
id: string;
|
|
1082
1082
|
} & {
|
|
1083
1083
|
fetchOptions?: {
|
|
1084
|
-
|
|
1085
|
-
credentials?: RequestCredentials;
|
|
1084
|
+
method?: string;
|
|
1086
1085
|
headers?: HeadersInit & (HeadersInit | {
|
|
1087
1086
|
accept: "application/json" | "text/plain" | "application/octet-stream";
|
|
1088
1087
|
"content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
|
|
1089
1088
|
authorization: "Bearer" | "Basic";
|
|
1090
1089
|
});
|
|
1090
|
+
cache?: RequestCache;
|
|
1091
|
+
credentials?: RequestCredentials;
|
|
1091
1092
|
integrity?: string;
|
|
1092
1093
|
keepalive?: boolean;
|
|
1093
|
-
method?: string;
|
|
1094
1094
|
mode?: RequestMode;
|
|
1095
1095
|
priority?: RequestPriority;
|
|
1096
1096
|
redirect?: RequestRedirect;
|
|
@@ -1157,8 +1157,8 @@ declare const useSignInMagicLink: () => _tanstack_react_query0.UseMutationResult
|
|
|
1157
1157
|
*/
|
|
1158
1158
|
declare const useGetUsers: (filters?: GetUsersParams, options?: Partial<UseQueryOptions>) => _tanstack_react_query0.UseQueryResult<unknown, Error>;
|
|
1159
1159
|
declare const useGetUserById: (userId: string) => _tanstack_react_query0.UseQueryResult<unknown, Error>;
|
|
1160
|
-
declare const useCreateUser: () => _tanstack_react_query0.UseMutationResult<
|
|
1161
|
-
declare const useUpdateUser: () => _tanstack_react_query0.UseMutationResult<
|
|
1160
|
+
declare const useCreateUser: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.CreateUserResult, Error, CreateUserBody, unknown>;
|
|
1161
|
+
declare const useUpdateUser: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.UpdateUserResult, Error, Partial<{
|
|
1162
1162
|
name: string;
|
|
1163
1163
|
id: string;
|
|
1164
1164
|
createdAt: Date;
|
|
@@ -1176,32 +1176,32 @@ declare const useUpdateUser: () => _tanstack_react_query0.UseMutationResult<_int
|
|
|
1176
1176
|
customerId?: string;
|
|
1177
1177
|
lastLoginMethod?: "email" | "google" | "github" | "passkey";
|
|
1178
1178
|
}>, unknown>;
|
|
1179
|
-
declare const useDeleteUser: () => _tanstack_react_query0.UseMutationResult<
|
|
1179
|
+
declare const useDeleteUser: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.UpdateUserResult, Error, string, unknown>;
|
|
1180
1180
|
/**
|
|
1181
1181
|
* Organization
|
|
1182
1182
|
*/
|
|
1183
1183
|
declare const useGetOrganizations: (filters?: GetOrganizationsParams) => _tanstack_react_query0.UseQueryResult<unknown, Error>;
|
|
1184
|
-
declare const useAddOrganization: () => _tanstack_react_query0.UseMutationResult<
|
|
1185
|
-
declare const useUpdateOrganization: () => _tanstack_react_query0.UseMutationResult<
|
|
1186
|
-
declare const useUpdateOrganizationMembers: () => _tanstack_react_query0.UseMutationResult<
|
|
1187
|
-
membersIds: (
|
|
1188
|
-
adminsIds: (
|
|
1184
|
+
declare const useAddOrganization: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.AddOrganizationResult, Error, _intlayer_backend1.OrganizationCreationData, unknown>;
|
|
1185
|
+
declare const useUpdateOrganization: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.UpdateOrganizationResult, Error, Partial<_intlayer_backend1.Organization>, unknown>;
|
|
1186
|
+
declare const useUpdateOrganizationMembers: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.UpdateOrganizationMembersResult, Error, Partial<{
|
|
1187
|
+
membersIds: (_intlayer_backend1.User | _intlayer_backend1.UserAPI)["id"][];
|
|
1188
|
+
adminsIds: (_intlayer_backend1.User | _intlayer_backend1.UserAPI)["id"][];
|
|
1189
1189
|
}>, unknown>;
|
|
1190
|
-
declare const useUpdateOrganizationMembersById: () => _tanstack_react_query0.UseMutationResult<
|
|
1190
|
+
declare const useUpdateOrganizationMembersById: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.UpdateOrganizationMembersResult, Error, {
|
|
1191
1191
|
organizationId: string;
|
|
1192
1192
|
membersIds: string[];
|
|
1193
1193
|
adminsIds?: string[];
|
|
1194
1194
|
}, unknown>;
|
|
1195
|
-
declare const useAddOrganizationMember: () => _tanstack_react_query0.UseMutationResult<
|
|
1196
|
-
declare const useDeleteOrganization: () => _tanstack_react_query0.UseMutationResult<
|
|
1197
|
-
declare const useSelectOrganization: () => _tanstack_react_query0.UseMutationResult<
|
|
1198
|
-
declare const useUnselectOrganization: () => _tanstack_react_query0.UseMutationResult<
|
|
1195
|
+
declare const useAddOrganizationMember: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.AddOrganizationMemberResult, Error, AddOrganizationMemberBody, unknown>;
|
|
1196
|
+
declare const useDeleteOrganization: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.DeleteOrganizationResult, Error, void, unknown>;
|
|
1197
|
+
declare const useSelectOrganization: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.SelectOrganizationResult, Error, SelectOrganizationParam, unknown>;
|
|
1198
|
+
declare const useUnselectOrganization: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.UnselectOrganizationResult, Error, void, unknown>;
|
|
1199
1199
|
/**
|
|
1200
1200
|
* Project
|
|
1201
1201
|
*/
|
|
1202
1202
|
declare const useGetProjects: (filters?: GetProjectsParams, options?: Partial<UseQueryOptions>) => _tanstack_react_query0.UseQueryResult<unknown, Error>;
|
|
1203
|
-
declare const useAddProject: () => _tanstack_react_query0.UseMutationResult<
|
|
1204
|
-
declare const useUpdateProject: () => _tanstack_react_query0.UseMutationResult<
|
|
1203
|
+
declare const useAddProject: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.AddProjectResult, Error, _intlayer_backend1.ProjectCreationData, unknown>;
|
|
1204
|
+
declare const useUpdateProject: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.UpdateProjectResult, Error, Partial<{
|
|
1205
1205
|
organizationId: string;
|
|
1206
1206
|
name: string;
|
|
1207
1207
|
membersIds: string[];
|
|
@@ -1233,51 +1233,51 @@ declare const useUpdateProject: () => _tanstack_react_query0.UseMutationResult<_
|
|
|
1233
1233
|
updatedAt: number;
|
|
1234
1234
|
}[];
|
|
1235
1235
|
}>, unknown>;
|
|
1236
|
-
declare const useUpdateProjectMembers: () => _tanstack_react_query0.UseMutationResult<
|
|
1237
|
-
membersIds:
|
|
1236
|
+
declare const useUpdateProjectMembers: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.UpdateProjectMembersResult, Error, Partial<{
|
|
1237
|
+
membersIds: _intlayer_backend1.ProjectMemberByIdOption[];
|
|
1238
1238
|
}>, unknown>;
|
|
1239
|
-
declare const useDeleteProject: () => _tanstack_react_query0.UseMutationResult<
|
|
1240
|
-
declare const useSelectProject: () => _tanstack_react_query0.UseMutationResult<
|
|
1241
|
-
declare const useUnselectProject: () => _tanstack_react_query0.UseMutationResult<
|
|
1242
|
-
declare const useAddNewAccessKey: () => _tanstack_react_query0.UseMutationResult<
|
|
1243
|
-
declare const useDeleteAccessKey: () => _tanstack_react_query0.UseMutationResult<
|
|
1244
|
-
declare const useRefreshAccessKey: () => _tanstack_react_query0.UseMutationResult<
|
|
1239
|
+
declare const useDeleteProject: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.DeleteProjectResult, Error, void, unknown>;
|
|
1240
|
+
declare const useSelectProject: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.SelectProjectResult, Error, SelectProjectParam, unknown>;
|
|
1241
|
+
declare const useUnselectProject: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.UnselectProjectResult, Error, void, unknown>;
|
|
1242
|
+
declare const useAddNewAccessKey: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.AddNewAccessKeyResponse, Error, _intlayer_backend1.AccessKeyData, unknown>;
|
|
1243
|
+
declare const useDeleteAccessKey: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.DeleteAccessKeyResponse, Error, DeleteAccessKeyBody, unknown>;
|
|
1244
|
+
declare const useRefreshAccessKey: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.RefreshAccessKeyResponse, Error, RefreshAccessKeyBody, unknown>;
|
|
1245
1245
|
/**
|
|
1246
1246
|
* Dictionary
|
|
1247
1247
|
*/
|
|
1248
1248
|
declare const useGetDictionaries: (filters?: GetDictionariesParams, options?: Partial<UseQueryOptions>) => _tanstack_react_query0.UseQueryResult<unknown, Error>;
|
|
1249
1249
|
declare const useGetDictionariesKeys: (options?: Partial<UseQueryOptions>) => _tanstack_react_query0.UseQueryResult<unknown, Error>;
|
|
1250
1250
|
declare const useGetDictionary: (dictionaryKey: GetDictionaryParams["dictionaryKey"], version?: GetDictionaryQuery["version"], options?: Partial<UseQueryOptions>) => _tanstack_react_query0.UseQueryResult<unknown, Error>;
|
|
1251
|
-
declare const useAddDictionary: () => _tanstack_react_query0.UseMutationResult<
|
|
1252
|
-
declare const usePushDictionaries: () => _tanstack_react_query0.UseMutationResult<
|
|
1253
|
-
declare const useUpdateDictionary: () => _tanstack_react_query0.UseMutationResult<
|
|
1254
|
-
declare const useDeleteDictionary: () => _tanstack_react_query0.UseMutationResult<
|
|
1251
|
+
declare const useAddDictionary: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.AddDictionaryResult, Error, AddDictionaryBody, unknown>;
|
|
1252
|
+
declare const usePushDictionaries: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.PushDictionariesResult, Error, PushDictionariesBody, unknown>;
|
|
1253
|
+
declare const useUpdateDictionary: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.UpdateDictionaryResult, Error, Partial<_intlayer_backend1.Dictionary>, unknown>;
|
|
1254
|
+
declare const useDeleteDictionary: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.DeleteDictionaryResult, Error, DeleteDictionaryParam, unknown>;
|
|
1255
1255
|
/**
|
|
1256
1256
|
* Tag
|
|
1257
1257
|
*/
|
|
1258
1258
|
declare const useGetTags: (filters?: GetTagsParams, options?: Partial<UseQueryOptions>) => _tanstack_react_query0.UseQueryResult<unknown, Error>;
|
|
1259
|
-
declare const useAddTag: () => _tanstack_react_query0.UseMutationResult<
|
|
1260
|
-
declare const useUpdateTag: () => _tanstack_react_query0.UseMutationResult<
|
|
1259
|
+
declare const useAddTag: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.AddTagResult, Error, _intlayer_backend1.TagCreationData, unknown>;
|
|
1260
|
+
declare const useUpdateTag: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.UpdateTagResult, Error, {
|
|
1261
1261
|
tagId: string;
|
|
1262
1262
|
tag: any;
|
|
1263
1263
|
}, unknown>;
|
|
1264
|
-
declare const useDeleteTag: () => _tanstack_react_query0.UseMutationResult<
|
|
1264
|
+
declare const useDeleteTag: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.DeleteTagResult, Error, DeleteTagParams, unknown>;
|
|
1265
1265
|
/**
|
|
1266
1266
|
* Stripe
|
|
1267
1267
|
*/
|
|
1268
1268
|
declare const useGetPricing: (body: GetPricingBody, options?: Partial<UseQueryOptions<GetPricingResult>>) => _tanstack_react_query0.UseQueryResult<GetPricingResult, Error>;
|
|
1269
1269
|
declare const useGetSubscription: (body: GetCheckoutSessionBody, options?: Partial<UseQueryOptions>) => _tanstack_react_query0.UseQueryResult<unknown, Error>;
|
|
1270
|
-
declare const useCancelSubscription: () => _tanstack_react_query0.UseMutationResult<
|
|
1270
|
+
declare const useCancelSubscription: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.GetCheckoutSessionResult, Error, void, unknown>;
|
|
1271
1271
|
/**
|
|
1272
1272
|
* AI
|
|
1273
1273
|
*/
|
|
1274
|
-
declare const useTranslateJSONDeclaration: () => _tanstack_react_query0.UseMutationResult<
|
|
1275
|
-
declare const useAuditContentDeclaration: () => _tanstack_react_query0.UseMutationResult<
|
|
1276
|
-
declare const useAuditContentDeclarationMetadata: () => _tanstack_react_query0.UseMutationResult<
|
|
1277
|
-
declare const useAuditContentDeclarationField: () => _tanstack_react_query0.UseMutationResult<
|
|
1278
|
-
declare const useAuditTag: () => _tanstack_react_query0.UseMutationResult<
|
|
1274
|
+
declare const useTranslateJSONDeclaration: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.TranslateJSONResult, Error, TranslateJSONBody, unknown>;
|
|
1275
|
+
declare const useAuditContentDeclaration: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.AuditContentDeclarationResult, Error, AuditContentDeclarationBody, unknown>;
|
|
1276
|
+
declare const useAuditContentDeclarationMetadata: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.AuditContentDeclarationMetadataResult, Error, AuditContentDeclarationMetadataBody, unknown>;
|
|
1277
|
+
declare const useAuditContentDeclarationField: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.AuditContentDeclarationFieldResult, Error, AuditContentDeclarationFieldBody, unknown>;
|
|
1278
|
+
declare const useAuditTag: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.AuditTagResult, Error, AuditTagBody, unknown>;
|
|
1279
1279
|
declare const useAskDocQuestion: () => _tanstack_react_query0.UseMutationResult<void, Error, AskDocQuestionBody, unknown>;
|
|
1280
|
-
declare const useAutocomplete: () => _tanstack_react_query0.UseMutationResult<
|
|
1280
|
+
declare const useAutocomplete: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.AutocompleteResponse, Error, AutocompleteBody, unknown>;
|
|
1281
1281
|
/**
|
|
1282
1282
|
* Discussions
|
|
1283
1283
|
*/
|
|
@@ -1286,13 +1286,13 @@ declare const useGetDiscussionsData: (params?: Record<string, string | string[]
|
|
|
1286
1286
|
/**
|
|
1287
1287
|
* Search
|
|
1288
1288
|
*/
|
|
1289
|
-
declare const useSearchDoc: (params: SearchDocUtilParams) => _tanstack_react_query0.UseQueryResult<
|
|
1289
|
+
declare const useSearchDoc: (params: SearchDocUtilParams) => _tanstack_react_query0.UseQueryResult<_intlayer_backend1.SearchDocUtilResult, Error>;
|
|
1290
1290
|
/**
|
|
1291
1291
|
* Newsletter
|
|
1292
1292
|
*/
|
|
1293
|
-
declare const useSubscribeToNewsletter: () => _tanstack_react_query0.UseMutationResult<
|
|
1294
|
-
declare const useUnsubscribeFromNewsletter: () => _tanstack_react_query0.UseMutationResult<
|
|
1295
|
-
declare const useGetNewsletterStatus: () => _tanstack_react_query0.UseMutationResult<
|
|
1293
|
+
declare const useSubscribeToNewsletter: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.NewsletterSubscriptionResult, Error, NewsletterSubscriptionBody, unknown>;
|
|
1294
|
+
declare const useUnsubscribeFromNewsletter: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.NewsletterSubscriptionResult, Error, NewsletterUnsubscriptionBody, unknown>;
|
|
1295
|
+
declare const useGetNewsletterStatus: () => _tanstack_react_query0.UseMutationResult<_intlayer_backend1.NewsletterSubscriptionResult, Error, void, unknown>;
|
|
1296
1296
|
/**
|
|
1297
1297
|
* Editor
|
|
1298
1298
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reactQuery.d.ts","names":[],"sources":["../../../src/hooks/reactQuery.ts"],"sourcesContent":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"reactQuery.d.ts","names":[],"sources":["../../../src/hooks/reactQuery.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;;cAuGa,uBACF;;;;MAIR,sBAAA,CAAA,wBAAA;;;;AALU,cA4BA,QARZ,EAAA,GAAA,0BAQoB,iBARpB,CAAA;EAnBU,IAAA,EAAA;IAIR,QAAA,EAAA,OAAA;IAAA,KAAA,EAAA,MAAA;IAAA,GAAA,EAAA,MAAA,GAAA,SAAA;IAuBU,IAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAQ,aAAA,CAAA,EAAA,OAAA;IAqBR,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAA,sDAAuB;;;;;;;;;;;;EAAA,CAAA,GAAA;IAUvB,MAAA,EAAA,OAWZ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAXuB,MAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;IAaX,KAAA,EAAA,MAiBZ,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;EAEY,CAAA;;;;;;;;;;;;;;;cAhCA,0CAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAgCM,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;IAAA,CAAA,GAAA;MAUjB,IAAA,EAAA,QAQZ;;;;;;;;;;;;;;;;;;;;;;;cArCY,iBAiBZ,sBAAA,CAjBqB;;;;;;;;;;;;;GAiBrB;cAEY,gDAAiB;;;;;;;;;qBAUE;MAAA,SAAA,MAAA;IAUnB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAgB;IAAA,KAAA,CAAA,EAAA,OAAA;IAUhB,IAAA,CAAA,EAAA;;;;;;sBAAc,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;IAAA,CAAA,GAAA;MAUd,IAAA,EAAA,QAQZ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAR+B,KAAA,CAAA,EAAA,OAAA;EAUnB,IAAA,CAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cAxCA,kDAAmB;;;;;;;;;;;;;;;;;;;;IAwCD,OAAA,CAAA,aAAA,GAAA,YAAA,GAAA;MASlB,MAAA,EAAA,kBAOZ,GAAA,YAAA,GAAA,0BAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAP+B,MAAA;IAAA,UAAA,CAAA,EAAA,CAAA,IAAA,EAAA,MAAA,EAAA,UAAA,CAAA,GAAA,CAAA,GAAA,GAAA;IASnB,KAAA,CAAA,qCAOZ;;;;;;;cAvDY,+CAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAgDH,CAAA,EAAA,OAAA;IAAA,CAAA;IASb,OAAA,CAAA,EAAA,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA/CA,6CAAc;;;;;;;;;;;;;;;EA+CK,CAAA,CAAA;EASnB,KAAA,EAAA,IAAA;;;;IAAa,IAAA,CAAA,EAAA,MAAA;IASb,OAAA,CAAA,EAAA,MAOZ;IAAA,MAAA,EAAA,MAAA;;;;cA9DY,mBAuDgB,EAAA,GAAA,0BAvDG,iBAuDH,CAAA;EAAA,IAAA,EAAA;IAShB,IAAA,0CAOZ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAP4B,IAAA,EAAA,QAAA;MAShB,KAAA,EAAA,MAMZ,UAN2B,CAAA,MAAA,CAAA,GAAA,CAAA,GAAA,GAAA,MAAA,UAAA,CAAA,MAAA,CAAA,CAAA;IAQf,CAAA,GAAA;MAYA,IAAA,EAaZ,OAAA;MAZW,QAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;MACQ,QAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;IAAR,CAAA,GAAA;MAAwB,IAAA,EAAA,QAAA;MAAA,MAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;MAAA,KAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;IAavB,CAAA;IAUA,IAAA,CAAA,SAOZ,CAAA;MAAA,SAPyB,EAAA,MAAA;IAAA,CAAA,CAAA,SAAA,CAAA,MAAA,EAAA,GAAA,CAAA;IAAA,KAAA,CAAA,SAAA,OAAA,CAAA,MAAA,EAAA,GAAA,CAAA,CAAA,SAAA,CAAA,MAAA,EAAA,GAAA,CAAA;IAAA,MAAA,CAAA,QAAA,CAAA,MAAA,EAAA,GAAA,CAAA;IAAA,MAAA,CAAA,EAAA,MAAA,GAAA,MAAA;IASb,UAAA,CAAA,EAOZ,CAAA,IAAA,EAAA,MAAA,EAAA,UAAA,CAAA,GAAA,CAAA,GAAA,GAAA;IAAA,KAAA,CAAA,qCAPyB;IAAA,YAAA,CAAA,EAAA,MAAA;;;;EAAA,CAAA;CAAA,CAAA,EAAA,OAAA,CAAA;AAAA,cArHb,kBAqHa,EAAA,GAAA,0BArHK,iBAqHL,CAAA;EASb,IAAA,EAAA;IAUZ,OAAA,EAAA,MAVyB;IAAA,WAAA,EAAA,MAAA,EAAA;EAAA,CAAA;EAAA,KAAA,EAAA,IAAA;AAgB1B,CAAA,GAAa;EAAiC,IAAA,EAAA,IAAA;EAAsB,KAAA,EAAA;IAAA,IAAA,CAAA,EAAA,MAAA;IAAA,OAAA,CAAA,EAAA,MAAA;IAYvD,MAAA,EAAA,MAAA;IAQZ,UAAA,EAR8B,MAAA;EAAA,CAAA;CAAA,OAAA,wBAAA,CAAA;EAAA,QAAA,EAAA,MAAA;EAAA,MAAA,CAAA,EAAA,MAAA,GAAA,SAAA;AAU/B,CAAA,GAAa;EAQZ,YAAA,CAAA,EAAA;IARiC,MAAA,CAAA,EAAA,MAAA;IAAA,OAAA,CAAA,aAAA,GAAA,YAAA,GAAA;MAAA,MAAA,EAAA,kBAAA,GAAA,YAAA,GAAA,0BAAA;MAAA,cAAA,EAAA,kBAAA,GAAA,YAAA,GAAA,mCAAA,GAAA,qBAAA,GAAA,0BAAA;MAAA,aAAA,EAAA,QAAA,GAAA,OAAA;IAUrB,CAAA,CAAA;IAWZ,KAAA,CAAA,cAXwC;IAAA,WAAA,CAAA,oBAAA;IAAA,SAAA,CAAA,EAAA,MAAA;;;;IAAA,QAAA,CAAA,iBAAA;IAAA,QAAA,CAAA,EAAA,MAAA;IAAA,cAAA,CAAA,gBAAA;IAa5B,MAAA,CAAA,aAAA,GAAA,IAAA;IAqBZ,MAAA,CAAA,EAAA,IArB4C;IAAA,SAAA,CAAA,EAAA,CAAA,gBAAA,CAAA,MAAA,EAAA,GAAA,CAAA,CAAA,CAAA,OAAA,uCAAA,EAAA,CAAA,EAAA,UAAA,yCAAA,IAAA,CAAA,2CAAA,IAAA;IAAA,UAAA,CAAA,EAAA,CAAA,OAAA,wCAAA,EAAA,UAAA,SAAA,GAAA,IAAA,yCAAA,CAAA,WAAA,4CAAA,IAAA;IAAA,SAAA,CAAA,EAAA,CAAA,OAAA,uCAAA,CAAA,GAAA,CAAA,EAAA,UAAA,CAAA,IAAA,CAAA,GAAA,IAAA;IAuBhC,OAAA,CAAA,EAAA,CAAA,OAAA,qCAWZ,EAAA,UAAA,CAAA,IAAA,CAAA,GAAA,IAAA;IAAA,OAAA,CAAA,EAAA,CAAA,QAXoC,wCAAA,EAAA,UAAA,CAAA,IAAA,CAAA,GAAA,IAAA;IAAA,WAAA,CAAA,EAAA;MAAA,aAAA,CAAA,EAAA,OAAA;IAAA,CAAA;IAAA,OAAA,CAAA,EAAA,MAAA;IAaxB,eAAA,CAAA,mCAUZ;IAAA,OAAA,CAAA,4CAViC;IAAA,OAAA,CAAA,EAAA,MAAA;IAAA,KAAA,CAAA,EAAA,OAAA;IAAA,IAAA,CAAA,EAAA;MAYrB,IAAA,EAAA,QAAA;MA6BZ,KAAA,EAAA,MA7BiC,UAAA,CAAA,MAAA,CAAA,GAAA,CAAA,GAAA,GAAA,MAAA,UAAA,CAAA,MAAA,CAAA,CAAA;IAAA,CAAA,GAAA;MAAA,IAAA,EAAA,OAAA;MAAA,QAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;MAAA,QAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;IA+BrB,CAAA,GAAA;MA6BZ,IAAA,EAAA,QA7BmC;MAAA,MAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;MAAA,KAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;IAAA,CAAA;IAmCvB,IAAA,CAAA,SAeZ,CAAA;MAdW,QAAA,EAAA,MAAA;MACQ,MAAA,CAAA,EAAA,MAAA,GAAA,SAAA;IAAR,CAAA,CAAA,SAAA,CAAA,MAAA,EAAA,GAAA,CAAA;IAAwB,KAAA,CAAA,SAAA,OAAA,CAAA,MAAA,EAAA,GAAA,CAAA,CAAA,SAAA,CAAA,MAAA,EAAA,GAAA,CAAA;IAAA,MAAA,CAAA,QAAA,CAAA,MAAA,EAAA,GAAA,CAAA;IAAA,MAAA,CAAA,EAAA,MAAA,GAAA,MAAA;IAevB,UAAA,CAAA,EAWZ,CAAA,IAAA,EAAA,MAAA,EAAA,UAAA,CAAA,GAAA,CAAA,GAAA,GAAA;IAAA,KAAA,CAAA,qCAXyB;IAAA,YAAA,CAAA,EAAA,MAAA;IAAA,MAAA,CAAA,4CAAA,WAAA,GAAA,WAAA;IAAA,WAAA,CAAA,yCAAA;IAAA,iBAAA,CAAA,EAAA,OAAA;EAab,CAAA;CAWZ,CAAA,EAAA,OAAA,CAAA;AAX4B,cAlUhB,mBAkUgB,EAAA,GAAA,0BAlUG,iBAkUH,CAAA;EAAA,IAAA,EAAA;;;EAAA,KAAA,EAAA,IAAA;CAAA,GAAA;EAAA,IAAA,EAAA,IAAA;EAahB,KAAA,EAAA;IAWZ,IAAA,CAAA,EAAA,MAXmC;IAAA,OAAA,CAAA,EAAA,MAAA;IAAA,MAAA,EAAA,MAAA;IAAA,UAAA,EAAA,MAAA;EAAA,CAAA;CAAA,OAAA,wBAAA,CAAA;EAavB,QAAA,EAAA,MAAA;CAUZ,GAAA;EAV4B,YAAA,CAAA,EAAA;IAAA,MAAA,CAAA,EAAA,MAAA;IAAA,OAAA,CAAA,aAAA,GAAA,YAAA,GAAA;MAYhB,MAAA,EAAA,kBA4BZ,GAAA,YAAA,GAAA,0BAAA;MAAA,cA5B4B,EAAA,kBAAA,GAAA,YAAA,GAAA,mCAAA,GAAA,qBAAA,GAAA,0BAAA;MAAA,aAAA,EAAA,QAAA,GAAA,OAAA;IAAA,CAAA,CAAA;IAAA,KAAA,CAAA,cAAA;IAAA,WAAA,CAAA,oBAAA;IA8BhB,SAAA,CAAA,EAAA,MA2BZ;IAAA,SAAA,CAAA,EA3B8B,OAAA;IAAA,IAAA,CAAA,aAAA;IAAA,QAAA,CAAA,iBAAA;IAAA,QAAA,CAAA,iBAAA;IA6BlB,QAAA,CAAA,EAAA,MAWZ;IAAA,cAX8B,CAAA,gBAAA;IAAA,MAAA,CAAA,aAAA,GAAA,IAAA;IAAA,MAAA,CAAA,EAAA,IAAA;IAAA,SAAA,CAAA,EAAA,CAAA,gBAAA,CAAA,MAAA,EAAA,GAAA,CAAA,CAAA,CAAA,OAAA,uCAAA,EAAA,CAAA,EAAA,UAAA,yCAAA,IAAA,CAAA,2CAAA,IAAA;IAAA,UAAA,CAAA,EAAA,CAAA,OAAA,wCAAA,EAAA,UAAA,SAAA,GAAA,IAAA,yCAAA,CAAA,WAAA,4CAAA,IAAA;IAalB,SAAA,CAAA,EAAA,CAAA,OAWZ,uCAAA,CAAA,GAAA,CAAA,EAAA,UAAA,CAAA,IAAA,CAAA,GAAA,IAAA;IAAA,OAAA,CAAA,EAAA,CAAA,OAX8B,qCAAA,EAAA,UAAA,CAAA,IAAA,CAAA,GAAA,IAAA;IAAA,OAAA,CAAA,EAAA,CAAA,QAAA,wCAAA,EAAA,UAAA,CAAA,IAAA,CAAA,GAAA,IAAA;IAAA,WAAA,CAAA,EAAA;MAAA,aAAA,CAAA,EAAA,OAAA;IAAA,CAAA;IAalB,OAAA,CAAA,EAAA,MAAA;IAWZ,eAX+B,CAAA,mCAAA;IAAA,OAAA,CAAA,4CAAA;IAAA,OAAA,CAAA,EAAA,MAAA;IAAA,KAAA,CAAA,EAAA,OAAA;IAAA,IAAA,CAAA,EAAA;MAiBnB,IAAA,EAAA,QAgBZ;MAfW,KAAA,EAAA,MAAA,UAAA,CAAA,MAAA,CAAA,GAAA,CAAA,GAAA,GAAA,MAAA,UAAA,CAAA,MAAA,CAAA,CAAA;IACQ,CAAA,GAAA;MAAR,IAAA,EAAA,OAAA;MAAwB,QAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;MAAA,QAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;IAAA,CAAA,GAAA;MAgBvB,IAAA,EAAA,QAAA;MAA4C,MAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;MAAR,KAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;IAAwB,CAAA;IAAA,IAAA,CAAA,SAAA,CAAA;MAAA,QAAA,EAAA,MAAA;IAa5D,CAAA,CAAA,SAAA,CAAA,MAkBZ,EAAA,GAAA,CAAA;IAjBgB,KAAA,CAAA,SAAA,OAAA,CAAA,MAAA,EAAA,GAAA,CAAA,CAAA,SAAA,CAAA,MAAA,EAAA,GAAA,CAAA;IACL,MAAA,CAAA,QAAA,CAAA,MAAA,EAAA,GAAA,CAAA;IACQ,MAAA,CAAA,EAAA,MAAA,GAAA,MAAA;IAAR,UAAA,CAAA,EAAA,CAAA,IAAA,EAAA,MAAA,EAAA,UAAA,CAAA,GAAA,CAAA,GAAA,GAAA;IAAwB,KAAA,CAAA,qCAAA;IAAA,YAAA,CAAA,EAAA,MAAA;IAAA,MAAA,CAAA,4CAAA,WAAA,GAAA,WAAA;IAiBvB,WAAA,CAAA,yCAWZ;IAAA,iBAX4B,CAAA,EAAA,OAAA;EAAA,CAAA;CAAA,CAAA,EAAA,OAAA,CAAA;AAAA,cAxfhB,aAwfgB,EAAA,GAAA,0BAxfH,iBAwfG,CAAA;EAAA,IAAA,EAAA;IAahB,KAAA,EAAA,MAAA;IAWZ,IAAA,EAAA;MAX+B,EAAA,EAAA,MAAA;MAAA,KAAA,EAAA,MAAA;MAAA,aAAA,EAAA,OAAA;MAAA,IAAA,EAAA,MAAA;MAanB,KAAA,EAAA,MAAA,GAWZ,IAAA,GAAA,SAAA;MAAA,SAX+B,MAAA;MAAA,SAAA,MAAA;IAAA,CAAA;EAAA,CAAA;EAAA,KAAA,EAAA,IAAA;CAAA,GAAA;EAanB,IAAA,EAAA,IAAA;EAWZ,KAAA,EAAA;IAX+B,IAAA,CAAA,EAAA,MAAA;IAAA,OAAA,CAAA,EAAA,MAAA;IAAA,MAAA,EAAA,MAAA;IAAA,UAAA,EAAA,MAAA;EAiBnB,CAAA;CACD,OAAA,wBAAA,CAAA;EACQ,IAAA,EAAA,MAAA;EAAR,WAAA,CAAA,EAAA,OAAA,GAAA,SAAA;CAAwB,GAAA;EAAA,YAAA,CAAA,EAAA;IAAA,MAAA,CAAA,EAAA,MAAA;IAevB,OAAA,CAUZ,aAAA,GAAA,YAAA,GAAA;MAAA,MAAA,EAVqB,kBAAA,GAAA,YAAA,GAAA,0BAAA;MAAA,cAAA,EAAA,kBAAA,GAAA,YAAA,GAAA,mCAAA,GAAA,qBAAA,GAAA,0BAAA;MAAA,aAAA,EAAA,QAAA,GAAA,OAAA;IAAA,CAAA,CAAA;IAAA,KAAA,CAAA,cAAA;IAYT,WAWZ,CAAA,oBAAA;IAAA,SAAA,CAAA,EAXwB,MAAA;IAAA,SAAA,CAAA,EAAA,OAAA;IAAA,IAAA,CAAA,aAAA;IAAA,QAAA,CAAA,iBAAA;IAaZ,QAAA,CAAA,iBAUZ;IAAA,QAAA,CAAA,EAAA,MAVwB;IAAA,cAAA,CAAA,gBAAA;IAAA,MAAA,CAAA,aAAA,GAAA,IAAA;IAAA,MAAA,CAAA,EAAA,IAAA;IAAA,SAAA,CAAA,EAAA,CAAA,gBAAA,CAAA,MAAA,EAAA,GAAA,CAAA,CAAA,CAAA,OAAA,uCAAA,EAAA,CAAA,EAAA,UAAA,yCAAA,IAAA,CAAA,2CAAA,IAAA;IAgBZ,UAAA,CAAA,EAWZ,CAAA,OAAA,wCAAA,EAAA,UAAA,SAAA,GAAA,IAAA,yCAAA,CAAA,WAAA,4CAAA,IAAA;IAVO,SAAA,CAAA,EAAA,CAAA,OAAA,uCAAA,CAAA,GAAA,CAAA,EAAA,UAAA,CAAA,IAAA,CAAA,GAAA,IAAA;IAC4B,OAAA,CAAA,EAAA,CAAA,OAAA,qCAAA,EAAA,UAAA,CAAA,IAAA,CAAA,GAAA,IAAA;IAAhB,OAAA,CAAA,EAAA,CAAA,QAAA,wCAAA,EAAA,UAAA,CAAA,IAAA,CAAA,GAAA,IAAA;IAAR,WAAA,CAAA,EAAA;MAA0C,aAAA,CAAA,EAAA,OAAA;IAAA,CAAA;IAAA,OAAA,CAAA,EAAA,MAAA;IAAA,eAAA,CAAA,mCAAA;IAWzC,OAAA,CAAA,4CAcZ;IAbO,OAAA,CAAA,EAAA,MAAA;IACY,KAAA,CAAA,EAAA,OAAA;IAAR,IAAA,CAAA,EAAA;MAAwB,IAAA,EAAA,QAAA;MAAA,KAAA,EAAA,MAAA,UAAA,CAAA,MAAA,CAAA,GAAA,CAAA,GAAA,GAAA,MAAA,UAAA,CAAA,MAAA,CAAA,CAAA;IAAA,CAAA,GAAA;MAcvB,IAAA,EAAA,OAAA;MAUZ,QAViC,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;MAAA,QAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;IAAA,CAAA,GAAA;MAAA,IAAA,EAAA,QAAA;MAgBrB,MAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAQZ,MAAA,CAAA;MAAA,KAAA,EAAA,MARuC,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;IAAA,CAAA;IAAA,IAAA,CAAA,SAAA,CAAA;MAAA,IAAA,EAAA,MAAA;MAAA,WAAA,CAAA,EAAA,OAAA,GAAA,SAAA;IAU3B,CAAA,CAAA,SAAA,CAAA,MAAA,EAAA,GAAA,CAAA;IAQZ,KAAA,CAAA,SARsC,OAAA,CAAA,MAAA,EAAA,GAAA,CAAA,CAAA,SAAA,CAAA,MAAA,EAAA,GAAA,CAAA;IAAA,MAAA,CAAA,QAAA,CAAA,MAAA,EAAA,GAAA,CAAA;IAAA,MAAA,CAAA,EAAA,MAAA,GAAA,MAAA;IAAA,UAAA,CAAA,EAAA,CAAA,IAAA,EAAA,MAAA,EAAA,UAAA,CAAA,GAAA,CAAA,GAAA,GAAA;IAAA,KAAA,CAAA,qCAAA;IAU1B,YAAA,CAAA,EAAA,MAAA;IAQZ,MAAA,CAAA,4CAR8C,WAAA,GAAA,WAAA;IAAA,WAAA,CAAA,yCAAA;IAAA,iBAAA,CAAA,EAAA,OAAA;EAAA,CAAA;CAAA,CAAA,EAAA,OAAA,CAAA;AAUlC,cA5qBA,mBAorBZ,EAAA,GAAA,0BAprB+B,iBAorB/B,CAAA;EAAA,IAAA,EAAA;IAR2C,KAAA,EAAA,MAAA,GAAA,SAAA;IAAA,IAAA,EAAA;MAAA,EAAA,EAAA,MAAA;MAAA,KAAA,EAAA,MAAA;MAU/B,aAOZ,EAAA,OAAA;MAAA,IAAA,EAAA,MAPuB;MAAA,KAAA,EAAA,MAAA,GAAA,IAAA,GAAA,SAAA;MAAA,SAAA,MAAA;MAAA,SAAA,MAAA;IAAA,CAAA;EASX,CAAA;EAAiB,KAAA,EAAA,IAAA;CAAA,GAAA;EAAA,IAAA,EAAA,IAAA;EAAA,KAAA,EAAA;IAUjB,IAAA,CAAA,EAAA,MAAA;IAQZ,OAAA,CAAA,EAAA,MAR2B;IAAA,MAAA,EAAA,MAAA;IAAA,UAAA,EAAA,MAAA;EAAA,CAAA;CAAA,OAAA,wBAAA,CAAA;EAcf,IAAA,EAAA,MAAA;EACF,cAAA,CAAA,EAAA,OAAA,GAAA,SAAA;EACS,WAAA,CAAA,EAAA,OAAA,GAAA,SAAA;CAAR,GAAA;EAAwB,YAAA,CAAA,EAAA;IAAA,MAAA,CAAA,EAAA,MAAA;IAAA,OAAA,CAAA,aAAA,GAAA,YAAA,GAAA;MAavB,MAAA,EAAA,kBAgBZ,GAAA,YAAA,GAAA,0BAAA;MAfU,cAAA,EAAA,kBAAA,GAAA,YAAA,GAAA,mCAAA,GAAA,qBAAA,GAAA,0BAAA;MACS,aAAA,EAAA,QAAA,GAAA,OAAA;IAAR,CAAA,CAAA;IAAwB,KAAA,CAAA,cAAA;IAAA,WAAA,CAAA,oBAAA;IAAA,SAAA,CAAA,EAAA,MAAA;IAoBvB,SAAA,CAAA,EAQZ,OAAA;IARoC,IAAA,CAAA,aAAA;IAAmB,QAAA,CAAA,iBAAA;IAAA,QAAA,CAAA,iBAAA;IAAA,QAAA,CAAA,EAAA,MAAA;IAAA,cAAA,CAAA,gBAAA;IAc3C,MAAA,CAAA,aAAA,GAQZ,IAAA;IAAA,MAAA,CAAA,EAAA,IARoC;IAAA,SAAA,CAAA,EAAA,CAAA,gBAAA,CAAA,MAAA,EAAA,GAAA,CAAA,CAAA,CAAA,OAAA,uCAAA,EAAA,CAAA,EAAA,UAAA,yCAAA,IAAA,CAAA,2CAAA,IAAA;IAAA,UAAA,CAAA,EAAA,CAAA,OAAA,wCAAA,EAAA,UAAA,SAAA,GAAA,IAAA,yCAAA,CAAA,WAAA,4CAAA,IAAA;IAAA,SAAA,CAAA,EAAA,CAAA,OAAA,uCAAA,CAAA,GAAA,CAAA,EAAA,UAAA,CAAA,IAAA,CAAA,GAAA,IAAA;IAAA,OAAA,CAAA,EAAA,CAAA,OAAA,qCAAA,EAAA,UAAA,CAAA,IAAA,CAAA,GAAA,IAAA;IAUxB,OAAA,CAAA,EAAA,CAAA,QAAA,wCAQZ,EAAA,UAAA,CAAA,IAAA,CAAA,GAAA,IAAA;IAAA,WAAA,CARwC,EAAA;MAAA,aAAA,CAAA,EAAA,OAAA;IAAA,CAAA;IAAA,OAAA,CAAA,EAAA,MAAA;IAAA,eAAA,CAAA,mCAAA;IAU5B,OAAA,CAAA,4CAOZ;IAAA,OAAA,CAAA,EAAA,MAPkC;IAAA,KAAA,CAAA,EAAA,OAAA;IAAA,IAAA,CAAA,EAAA;MAAA,IAAA,EAAA,QAAA;MAatB,KAAA,EAAA,MAAA,UAOZ,CAAA,MAAA,CAAA,GAAA,CAAA,GAAA,GAAA,MAAA,UAAA,CAAA,MAAA,CAAA,CAAA;IAPoC,CAAA,GAAA;MAAA,IAAA,EAAA,OAAA;MAAA,QAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;MAAA,QAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;IASxB,CAAA,GAAA;MAQZ,IAAA,EAR8B,QAAA;MAAA,MAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;MAAA,KAAA,EAAA,MAAA,GAAA,CAAA,GAAA,GAAA,MAAA,CAAA;IAAA,CAAA;IAAA,IAAA,CAAA,SAAA,CAAA;;;;;;;;;;;;;;;;cA3yBlB,4CAAa;;;;;;;;;;;;;;;;;;;;;cASb,+CAAgB;;;;;;;;;aAO5B,UAAA,CAAA;;;;;;;;;;;;;;;;cAEY,+CAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAShB,uBAAe,sBAAA,CAAA,oBAAA;cAQf,0BAMZ,sBAAA,CAN8B;;;;;;;;;;;;;GAM9B;;;;cAMY,wBACD,0BACA,QAAQ,qBAAgB,sBAAA,CAAA,wBAAA;cAavB,oCAAgC,sBAAA,CAAA,wBAAA;cAUhC,qBAAa,sBAAA,CAAA,kBAOzB,kBAAA,CAPyB,gBAAA,EAAA,OAAA;cASb,qBAAa,sBAAA,CAAA,kBAOzB,kBAAA,CAPyB,gBAAA,EAAA,OAAA;;;;;;;;;;;;;;;;;;cASb,qBAAa,sBAAA,CAAA,kBAUzB,kBAAA,CAVyB,gBAAA,EAAA;;;;cAgBb,gCAAiC,2BAAsB,sBAAA,CAAA,wBAAA;cAYvD,0BAAkB,sBAAA,CAAA,kBAQ9B,kBAAA,CAR8B,qBAAA,EAAA,OAAA,kBAAA,CAAA,wBAAA;cAUlB,6BAAqB,sBAAA,CAAA,kBAQjC,kBAAA,CARiC,wBAAA,EAAA,OAAA,QAAA,kBAAA,CAAA,YAAA;cAUrB,oCAA4B,sBAAA,CAAA,kBAWxC,kBAAA,CAXwC,+BAAA,EAAA,OAAA;eAAA,kBAAA,CAAA,IAAA;;;cAa5B,wCAAgC,sBAAA,CAAA,kBAqB5C,kBAAA,CArB4C,+BAAA,EAAA;;;;;cAuBhC,gCAAwB,sBAAA,CAAA,kBAWpC,kBAAA,CAXoC,2BAAA,EAAA,OAAA;cAaxB,6BAAqB,sBAAA,CAAA,kBAUjC,kBAAA,CAViC,wBAAA,EAAA;cAYrB,6BAAqB,sBAAA,CAAA,kBA6BjC,kBAAA,CA7BiC,wBAAA,EAAA,OAAA;cA+BrB,+BAAuB,sBAAA,CAAA,kBA6BnC,kBAAA,CA7BmC,0BAAA,EAAA;;;;cAmCvB,2BACD,6BACA,QAAQ,qBAAgB,sBAAA,CAAA,wBAAA;cAevB,qBAAa,sBAAA,CAAA,kBAWzB,kBAAA,CAXyB,gBAAA,EAAA,OAAA,kBAAA,CAAA,mBAAA;cAab,wBAAgB,sBAAA,CAAA,kBAW5B,kBAAA,CAX4B,mBAAA,EAAA,OAAA;;;;;;;;eAAA,SAAA,CAAA,MAAA;;;;;;;;;;;;;;;;;;;;;;;;cAahB,+BAAuB,sBAAA,CAAA,kBAWnC,kBAAA,CAXmC,0BAAA,EAAA,OAAA;cAAA,kBAAA,CAAA,uBAAA;;cAavB,wBAAgB,sBAAA,CAAA,kBAU5B,kBAAA,CAV4B,mBAAA,EAAA;cAYhB,wBAAgB,sBAAA,CAAA,kBA4B5B,kBAAA,CA5B4B,mBAAA,EAAA,OAAA;cA8BhB,0BAAkB,sBAAA,CAAA,kBA2B9B,kBAAA,CA3B8B,qBAAA,EAAA;cA6BlB,0BAAkB,sBAAA,CAAA,kBAW9B,kBAAA,CAX8B,uBAAA,EAAA,OAAA,kBAAA,CAAA,aAAA;cAalB,0BAAkB,sBAAA,CAAA,kBAW9B,kBAAA,CAX8B,uBAAA,EAAA,OAAA;cAalB,2BAAmB,sBAAA,CAAA,kBAW/B,kBAAA,CAX+B,wBAAA,EAAA,OAAA;;;;cAiBnB,+BACD,iCACA,QAAQ,qBAAgB,sBAAA,CAAA,wBAAA;cAgBvB,mCAAoC,QAAQ,qBAAgB,sBAAA,CAAA,wBAAA;cAa5D,kCACI,gDACL,yCACA,QAAQ,qBAAgB,sBAAA,CAAA,wBAAA;cAiBvB,wBAAgB,sBAAA,CAAA,kBAW5B,kBAAA,CAX4B,mBAAA,EAAA,OAAA;cAahB,2BAAmB,sBAAA,CAAA,kBAW/B,kBAAA,CAX+B,sBAAA,EAAA,OAAA;cAanB,2BAAmB,sBAAA,CAAA,kBAW/B,kBAAA,CAX+B,sBAAA,EAAA,OAAA,QAAA,kBAAA,CAAA,UAAA;cAanB,2BAAmB,sBAAA,CAAA,kBAW/B,kBAAA,CAX+B,sBAAA,EAAA,OAAA;;;;cAiBnB,uBACD,yBACA,QAAQ,qBAAgB,sBAAA,CAAA,wBAAA;cAevB,iBAAS,sBAAA,CAAA,kBAUrB,kBAAA,CAVqB,YAAA,EAAA,OAAA,kBAAA,CAAA,eAAA;cAYT,oBAAY,sBAAA,CAAA,kBAWxB,kBAAA,CAXwB,eAAA,EAAA;;;;cAaZ,oBAAY,sBAAA,CAAA,kBAUxB,kBAAA,CAVwB,eAAA,EAAA,OAAA;;;;cAgBZ,sBACL,0BACI,QAAQ,gBAAgB,uBAAkB,sBAAA,CAAA,eAAA,kBAAA;cAWzC,2BACL,kCACI,QAAQ,qBAAgB,sBAAA,CAAA,wBAAA;cAcvB,6BAAqB,sBAAA,CAAA,kBAUjC,kBAAA,CAViC,wBAAA,EAAA;;;;cAgBrB,mCAA2B,sBAAA,CAAA,kBAQvC,kBAAA,CARuC,mBAAA,EAAA,OAAA;cAU3B,kCAA0B,sBAAA,CAAA,kBAQtC,kBAAA,CARsC,6BAAA,EAAA,OAAA;cAU1B,0CAAkC,sBAAA,CAAA,kBAQ9C,kBAAA,CAR8C,qCAAA,EAAA,OAAA;cAUlC,uCAA+B,sBAAA,CAAA,kBAQ3C,kBAAA,CAR2C,kCAAA,EAAA,OAAA;cAU/B,mBAAW,sBAAA,CAAA,kBAOvB,kBAAA,CAPuB,cAAA,EAAA,OAAA;cASX,yBAAiB,sBAAA,CAAA,wBAAA,OAAA;cAUjB,uBAAe,sBAAA,CAAA,kBAQ3B,kBAAA,CAR2B,oBAAA,EAAA,OAAA;;;;cAcf,6BACF,yDACC,QAAQ,qBAAgB,sBAAA,CAAA,wBAAA;cAavB,iCACF,yDACC,QAAQ,qBAAgB,sBAAA,CAAA,wBAAA;;;;cAoBvB,uBAAwB,wBAAmB,sBAAA,CAAA,eAAA,kBAAA,CAAA,mBAAA,EAAA;;;;cAc3C,gCAAwB,sBAAA,CAAA,kBAQpC,kBAAA,CARoC,4BAAA,EAAA,OAAA;cAUxB,oCAA4B,sBAAA,CAAA,kBAQxC,kBAAA,CARwC,4BAAA,EAAA,OAAA;cAU5B,8BAAsB,sBAAA,CAAA,kBAOlC,kBAAA,CAPkC,4BAAA,EAAA;;;;cAatB,gCAAwB,sBAAA,CAAA,eAAA,6BAAA;cASxB,0BAAkB,sBAAA,CAAA,kBAQ9B,gBAAA,CAR8B,6BAAA,EAAA,OAAA"}
|