@intlayer/design-system 5.8.1 → 6.0.0-canary.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/manifest.json +34 -106
- package/dist/better-auth.CMQ3rA-I-7umXOENE.js.map +1 -1
- package/dist/better-auth.CMQ3rA-I-C2nBKRMa.cjs.map +1 -1
- package/dist/components/Breadcrumb/breadcrumb.content.cjs +3 -1
- package/dist/components/Breadcrumb/breadcrumb.content.cjs.map +1 -1
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts +3 -0
- package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
- package/dist/components/Breadcrumb/breadcrumb.content.mjs +3 -1
- package/dist/components/Breadcrumb/breadcrumb.content.mjs.map +1 -1
- package/dist/components/Breadcrumb/index.cjs.map +1 -1
- package/dist/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/components/CopyButton/CopyButton.content.cjs +3 -1
- package/dist/components/CopyButton/CopyButton.content.cjs.map +1 -1
- package/dist/components/CopyButton/CopyButton.content.d.ts +3 -0
- package/dist/components/CopyButton/CopyButton.content.d.ts.map +1 -1
- package/dist/components/CopyButton/CopyButton.content.mjs +3 -1
- package/dist/components/CopyButton/CopyButton.content.mjs.map +1 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs +7 -3
- package/dist/components/DictionaryEditor/DictionaryEditor.cjs.map +1 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.d.ts.map +1 -1
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs +7 -3
- package/dist/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/ContentEditor.cjs +1 -1
- package/dist/components/DictionaryFieldEditor/ContentEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
- package/dist/components/DictionaryFieldEditor/ContentEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs +83 -34
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +83 -34
- package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +13 -9
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +12 -8
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs +27 -13
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +27 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +27 -13
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs +9 -4
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -0
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs +9 -4
- package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +29 -25
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +27 -23
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +37 -17
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +64 -2
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +37 -17
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs +25 -12
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -0
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +25 -12
- package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +4 -5
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +4 -5
- package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/JSONEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/JSONEditor.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +25 -12
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -0
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +25 -12
- package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +36 -31
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +36 -31
- package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +32 -28
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +32 -5
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +32 -28
- package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureEditor.cjs +2 -2
- package/dist/components/DictionaryFieldEditor/StructureEditor.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureEditor.mjs +2 -2
- package/dist/components/DictionaryFieldEditor/StructureEditor.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs +2 -5
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs +2 -5
- package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.cjs +9 -4
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -0
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.mjs +9 -4
- package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs +3 -3
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +3 -3
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs +4 -6
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.d.ts +3 -3
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs +4 -6
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.cjs +7 -3
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -0
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs +7 -3
- package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +9 -6
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +9 -4
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +9 -6
- package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +28 -14
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +29 -2
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +28 -14
- package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
- package/dist/components/DropDown/index.cjs +2 -2
- package/dist/components/DropDown/index.cjs.map +1 -1
- package/dist/components/DropDown/index.d.ts.map +1 -1
- package/dist/components/DropDown/index.mjs +2 -2
- package/dist/components/DropDown/index.mjs.map +1 -1
- package/dist/components/EditableField/EditableFieldTextArea.cjs +2 -5
- package/dist/components/EditableField/EditableFieldTextArea.cjs.map +1 -1
- package/dist/components/EditableField/EditableFieldTextArea.mjs +2 -5
- package/dist/components/EditableField/EditableFieldTextArea.mjs.map +1 -1
- package/dist/components/ExpandCollapse/ExpandCollapse.cjs.map +1 -1
- package/dist/components/ExpandCollapse/ExpandCollapse.d.ts +2 -2
- package/dist/components/ExpandCollapse/ExpandCollapse.d.ts.map +1 -1
- package/dist/components/ExpandCollapse/ExpandCollapse.mjs.map +1 -1
- package/dist/components/ExpandCollapse/expandCollapse.content.cjs +5 -2
- package/dist/components/ExpandCollapse/expandCollapse.content.cjs.map +1 -1
- package/dist/components/ExpandCollapse/expandCollapse.content.d.ts +3 -0
- package/dist/components/ExpandCollapse/expandCollapse.content.d.ts.map +1 -1
- package/dist/components/ExpandCollapse/expandCollapse.content.mjs +5 -2
- package/dist/components/ExpandCollapse/expandCollapse.content.mjs.map +1 -1
- package/dist/components/Flags/Flag.cjs +2 -1
- package/dist/components/Flags/Flag.cjs.map +1 -1
- package/dist/components/Flags/Flag.d.ts.map +1 -1
- package/dist/components/Flags/Flag.mjs +2 -1
- package/dist/components/Flags/Flag.mjs.map +1 -1
- package/dist/components/IDE/Code.cjs +8 -8
- package/dist/components/IDE/Code.cjs.map +1 -1
- package/dist/components/IDE/Code.mjs +8 -8
- package/dist/components/IDE/Code.mjs.map +1 -1
- package/dist/components/IDE/CodeBlockClient.cjs +1 -1
- package/dist/components/IDE/CodeBlockClient.cjs.map +1 -1
- package/dist/components/IDE/CodeBlockClient.d.ts +1 -1
- package/dist/components/IDE/CodeBlockClient.d.ts.map +1 -1
- package/dist/components/IDE/CodeBlockClient.mjs +1 -1
- package/dist/components/IDE/CodeBlockClient.mjs.map +1 -1
- package/dist/components/IDE/CodeContext.cjs +1 -3
- package/dist/components/IDE/CodeContext.cjs.map +1 -1
- package/dist/components/IDE/CodeContext.mjs +1 -3
- package/dist/components/IDE/CodeContext.mjs.map +1 -1
- package/dist/components/IDE/code.content.cjs +5 -2
- package/dist/components/IDE/code.content.cjs.map +1 -1
- package/dist/components/IDE/code.content.d.ts +5 -0
- package/dist/components/IDE/code.content.d.ts.map +1 -1
- package/dist/components/IDE/code.content.mjs +5 -2
- package/dist/components/IDE/code.content.mjs.map +1 -1
- package/dist/components/IDE/copyCode.content.cjs +5 -2
- package/dist/components/IDE/copyCode.content.cjs.map +1 -1
- package/dist/components/IDE/copyCode.content.d.ts +5 -0
- package/dist/components/IDE/copyCode.content.d.ts.map +1 -1
- package/dist/components/IDE/copyCode.content.mjs +5 -2
- package/dist/components/IDE/copyCode.content.mjs.map +1 -1
- package/dist/components/Input/Checkbox.cjs.map +1 -1
- package/dist/components/Input/Checkbox.d.ts +2 -2
- package/dist/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/components/Input/Checkbox.mjs.map +1 -1
- package/dist/components/Loader/index.content.cjs +6 -1
- package/dist/components/Loader/index.content.cjs.map +1 -1
- package/dist/components/Loader/index.content.d.ts +33 -2
- package/dist/components/Loader/index.content.d.ts.map +1 -1
- package/dist/components/Loader/index.content.mjs +6 -1
- package/dist/components/Loader/index.content.mjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs +1 -3
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +1 -3
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs +1 -3
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs +1 -3
- package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.cjs +17 -8
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.cjs.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -0
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs +17 -8
- package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs +13 -6
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -0
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs +13 -6
- package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs.map +1 -1
- package/dist/components/Modal/Modal.cjs +2 -4
- package/dist/components/Modal/Modal.cjs.map +1 -1
- package/dist/components/Modal/Modal.mjs +2 -4
- package/dist/components/Modal/Modal.mjs.map +1 -1
- package/dist/components/Navbar/MobileNavbar.cjs +1 -3
- package/dist/components/Navbar/MobileNavbar.cjs.map +1 -1
- package/dist/components/Navbar/MobileNavbar.mjs +1 -3
- package/dist/components/Navbar/MobileNavbar.mjs.map +1 -1
- package/dist/components/Navbar/index.cjs +2 -4
- package/dist/components/Navbar/index.cjs.map +1 -1
- package/dist/components/Navbar/index.mjs +2 -4
- package/dist/components/Navbar/index.mjs.map +1 -1
- package/dist/components/SwitchSelector/index.cjs +1 -3
- package/dist/components/SwitchSelector/index.cjs.map +1 -1
- package/dist/components/SwitchSelector/index.mjs +1 -3
- package/dist/components/SwitchSelector/index.mjs.map +1 -1
- package/dist/components/TabSelector/TabSelector.cjs +1 -3
- package/dist/components/TabSelector/TabSelector.cjs.map +1 -1
- package/dist/components/TabSelector/TabSelector.d.ts +1 -1
- package/dist/components/TabSelector/TabSelector.d.ts.map +1 -1
- package/dist/components/TabSelector/TabSelector.mjs +1 -3
- package/dist/components/TabSelector/TabSelector.mjs.map +1 -1
- package/dist/components/Table/table.content.cjs +3 -1
- package/dist/components/Table/table.content.cjs.map +1 -1
- package/dist/components/Table/table.content.d.ts +3 -0
- package/dist/components/Table/table.content.d.ts.map +1 -1
- package/dist/components/Table/table.content.mjs +3 -1
- package/dist/components/Table/table.content.mjs.map +1 -1
- package/dist/components/Tag/index.cjs +22 -88
- package/dist/components/Tag/index.cjs.map +1 -1
- package/dist/components/Tag/index.d.ts +5 -5
- package/dist/components/Tag/index.mjs +22 -88
- package/dist/components/Tag/index.mjs.map +1 -1
- package/dist/components/TextArea/AutocompleteTextArea.cjs +20 -21
- package/dist/components/TextArea/AutocompleteTextArea.cjs.map +1 -1
- package/dist/components/TextArea/AutocompleteTextArea.d.ts.map +1 -1
- package/dist/components/TextArea/AutocompleteTextArea.mjs +20 -21
- package/dist/components/TextArea/AutocompleteTextArea.mjs.map +1 -1
- package/dist/hooks/auth.cjs +26 -11
- package/dist/hooks/auth.cjs.map +1 -1
- package/dist/hooks/auth.mjs +26 -11
- package/dist/hooks/auth.mjs.map +1 -1
- package/dist/hooks/index.cjs +65 -66
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.ts +1 -3
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.mjs +4 -8
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/hooks/reactQuery.cjs +648 -0
- package/dist/hooks/reactQuery.cjs.map +1 -0
- package/dist/hooks/reactQuery.d.ts +899 -0
- package/dist/hooks/reactQuery.d.ts.map +1 -0
- package/dist/hooks/reactQuery.mjs +646 -0
- package/dist/hooks/reactQuery.mjs.map +1 -0
- package/dist/hooks/useAuth/useOAuth2.cjs +13 -10
- package/dist/hooks/useAuth/useOAuth2.cjs.map +1 -1
- package/dist/hooks/useAuth/useOAuth2.d.ts +1 -1
- package/dist/hooks/useAuth/useOAuth2.d.ts.map +1 -1
- package/dist/hooks/useAuth/useOAuth2.mjs +13 -10
- package/dist/hooks/useAuth/useOAuth2.mjs.map +1 -1
- package/dist/hooks/useAuth/useSession.cjs +23 -26
- package/dist/hooks/useAuth/useSession.cjs.map +1 -1
- package/dist/hooks/useAuth/useSession.d.ts +4 -352
- package/dist/hooks/useAuth/useSession.d.ts.map +1 -1
- package/dist/hooks/useAuth/useSession.mjs +23 -26
- package/dist/hooks/useAuth/useSession.mjs.map +1 -1
- package/dist/hooks/useIntlayerAPI.cjs +2 -3
- package/dist/hooks/useIntlayerAPI.cjs.map +1 -1
- package/dist/hooks/useIntlayerAPI.mjs +2 -3
- package/dist/hooks/useIntlayerAPI.mjs.map +1 -1
- package/dist/hooks/useUser/index.cjs +6 -9
- package/dist/hooks/useUser/index.cjs.map +1 -1
- package/dist/hooks/useUser/index.d.ts +2 -18
- package/dist/hooks/useUser/index.d.ts.map +1 -1
- package/dist/hooks/useUser/index.mjs +6 -9
- package/dist/hooks/useUser/index.mjs.map +1 -1
- package/dist/index-BCuMWKyy.js.map +1 -1
- package/dist/index-BYzBot7l.cjs.map +1 -1
- package/dist/providers/ReactQueryProvider.cjs +85 -0
- package/dist/providers/ReactQueryProvider.cjs.map +1 -0
- package/dist/providers/ReactQueryProvider.d.ts +13 -0
- package/dist/providers/ReactQueryProvider.d.ts.map +1 -0
- package/dist/providers/ReactQueryProvider.mjs +85 -0
- package/dist/providers/ReactQueryProvider.mjs.map +1 -0
- package/dist/providers/index.cjs +5 -0
- package/dist/{hooks/useAsync → providers}/index.cjs.map +1 -1
- package/dist/providers/index.d.ts +2 -0
- package/dist/providers/index.d.ts.map +1 -0
- package/dist/providers/index.mjs +5 -0
- package/dist/{hooks/useAsync → providers}/index.mjs.map +1 -1
- package/package.json +30 -20
- package/dist/hooks/intlayerAPIHooks.cjs +0 -542
- package/dist/hooks/intlayerAPIHooks.cjs.map +0 -1
- package/dist/hooks/intlayerAPIHooks.d.ts +0 -968
- package/dist/hooks/intlayerAPIHooks.d.ts.map +0 -1
- package/dist/hooks/intlayerAPIHooks.mjs +0 -542
- package/dist/hooks/intlayerAPIHooks.mjs.map +0 -1
- package/dist/hooks/useAsync/index.cjs +0 -8
- package/dist/hooks/useAsync/index.d.ts +0 -3
- package/dist/hooks/useAsync/index.d.ts.map +0 -1
- package/dist/hooks/useAsync/index.mjs +0 -8
- package/dist/hooks/useAsync/useAsync.cjs +0 -244
- package/dist/hooks/useAsync/useAsync.cjs.map +0 -1
- package/dist/hooks/useAsync/useAsync.d.ts +0 -73
- package/dist/hooks/useAsync/useAsync.d.ts.map +0 -1
- package/dist/hooks/useAsync/useAsync.mjs +0 -244
- package/dist/hooks/useAsync/useAsync.mjs.map +0 -1
- package/dist/hooks/useAsync/useAsyncStateStore.cjs +0 -150
- package/dist/hooks/useAsync/useAsyncStateStore.cjs.map +0 -1
- package/dist/hooks/useAsync/useAsyncStateStore.d.ts +0 -52
- package/dist/hooks/useAsync/useAsyncStateStore.d.ts.map +0 -1
- package/dist/hooks/useAsync/useAsyncStateStore.mjs +0 -150
- package/dist/hooks/useAsync/useAsyncStateStore.mjs.map +0 -1
- package/dist/hooks/useAsync/useAsyncWrapper.cjs +0 -10
- package/dist/hooks/useAsync/useAsyncWrapper.cjs.map +0 -1
- package/dist/hooks/useAsync/useAsyncWrapper.d.ts +0 -37
- package/dist/hooks/useAsync/useAsyncWrapper.d.ts.map +0 -1
- package/dist/hooks/useAsync/useAsyncWrapper.mjs +0 -10
- package/dist/hooks/useAsync/useAsyncWrapper.mjs.map +0 -1
- package/dist/hooks/useGetAllDictionaries.cjs +0 -35
- package/dist/hooks/useGetAllDictionaries.cjs.map +0 -1
- package/dist/hooks/useGetAllDictionaries.d.ts +0 -11
- package/dist/hooks/useGetAllDictionaries.d.ts.map +0 -1
- package/dist/hooks/useGetAllDictionaries.mjs +0 -35
- package/dist/hooks/useGetAllDictionaries.mjs.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reactQuery.cjs","sources":["../../src/hooks/reactQuery.ts"],"sourcesContent":["'use client';\n\nimport {\n GetCheckoutSessionBody,\n GetDictionariesKeysResult,\n GetDictionariesParams,\n GetDictionaryParams,\n GetDictionaryQuery,\n GetOrganizationsParams,\n GetPricingBody,\n GetPricingResult,\n GetProjectsParams,\n GetTagsParams,\n GetUsersParams,\n SearchDocUtilParams,\n} from '@intlayer/backend';\nimport { useConfiguration } from '@intlayer/editor-react';\nimport {\n QueryKey,\n useMutation,\n useQuery,\n useQueryClient,\n UseQueryOptions,\n UseQueryResult,\n} from '@tanstack/react-query';\nimport { getAuthAPI } from './auth';\nimport { useAuth } from './useAuth';\nimport { useIntlayerAuth, useIntlayerOAuth } from './useIntlayerAPI';\n\nexport { useQueryClient };\n\ntype AuthEnableOptions = {\n requireUser?: boolean;\n requireProject?: boolean;\n requireOrganization?: boolean;\n};\n\n/**\n * Hook to enable authentication\n */\nconst useAuthEnable = ({\n requireUser,\n requireProject,\n requireOrganization,\n}: AuthEnableOptions) => {\n const configuration = useConfiguration();\n const { oAuth2AccessToken, session } = useAuth({\n intlayerConfiguration: configuration,\n });\n\n const user = session ? session.user : oAuth2AccessToken?.user;\n\n const organization = session\n ? session.organization\n : oAuth2AccessToken?.organization;\n\n const project = session ? session.project : oAuth2AccessToken?.project;\n\n const isUserEnabled = requireUser ? Boolean(user) : true;\n\n const isProjectEnabled = requireProject ? Boolean(project) : true;\n\n const isOrganizationEnabled = requireOrganization\n ? Boolean(organization)\n : true;\n\n const isEnabled = isUserEnabled && isProjectEnabled && isOrganizationEnabled;\n\n return {\n enable: isEnabled,\n };\n};\n\nexport const useAppQuery = <\n TQueryFnData,\n TError,\n TData = TQueryFnData,\n TQueryKey extends QueryKey = QueryKey,\n>(\n options: UseQueryOptions<TQueryFnData, TError, TData, TQueryKey> & {\n requireUser?: boolean;\n requireProject?: boolean;\n requireOrganization?: boolean;\n }\n): UseQueryResult<TData, TError> => {\n const { requireUser, requireProject, requireOrganization, ...rest } = options;\n const { enable } = useAuthEnable({\n requireUser,\n requireProject,\n requireOrganization,\n });\n\n const result = useQuery({\n ...rest,\n enabled: (rest as any).enabled === false ? false : enable,\n } as any);\n\n return result as unknown as UseQueryResult<TData, TError>;\n};\n\n// Removed unused useEditorMutation\n\n/**\n * Auth\n */\n\nexport const useLogin = () => {\n const intlayerAuth = useIntlayerAuth();\n\n return useMutation({\n mutationKey: ['login'],\n mutationFn: (\n ...args: Parameters<ReturnType<typeof getAuthAPI>['signInEmail']>\n ) => intlayerAuth.signInEmail(...args),\n meta: {\n invalidateQueries: [['session']],\n },\n });\n};\n\nexport const useGetVerifyEmailStatus = () => {\n const intlayerAuth = useIntlayerAuth();\n\n return useMutation({\n mutationKey: ['getVerifyEmailStatus'],\n mutationFn: (\n args: Parameters<ReturnType<typeof getAuthAPI>['verifyEmailSession']>\n ) => intlayerAuth.verifyEmailSession(...args),\n });\n};\n\nexport const useRegister = () => {\n const intlayerAuth = useIntlayerAuth();\n\n return useMutation({\n mutationKey: ['register'],\n mutationFn: (\n ...args: Parameters<ReturnType<typeof getAuthAPI>['signUpEmail']>\n ) => intlayerAuth.signUpEmail(...args),\n meta: {\n invalidateQueries: [['session']],\n },\n });\n};\n\nexport const useLogout = () => {\n const intlayerAuth = useIntlayerAuth();\n\n return useMutation({\n mutationKey: ['logout'],\n mutationFn: (\n ...args: Parameters<ReturnType<typeof getAuthAPI>['signOut']>\n ) => intlayerAuth.signOut(...args),\n meta: {\n invalidateQueries: [\n ['session'],\n ['users'],\n ['organizations'],\n ['projects'],\n ['dictionaries'],\n ['tags'],\n ],\n },\n });\n};\n\nexport const useChangePassword = () => {\n const intlayerAuth = useIntlayerAuth();\n\n return useMutation({\n mutationKey: ['changePassword'],\n mutationFn: (\n ...args: Parameters<\n ReturnType<typeof getAuthAPI>['changePasswordSession']\n >\n ) => intlayerAuth.changePasswordSession(...args),\n });\n};\n\nexport const useAskResetPassword = () => {\n const intlayerAuth = useIntlayerAuth();\n\n return useMutation({\n mutationKey: ['askResetPassword'],\n mutationFn: (\n ...args: Parameters<\n ReturnType<typeof getAuthAPI>['requestPasswordResetSession']\n >\n ) => intlayerAuth.requestPasswordResetSession(...args),\n });\n};\n\nexport const useResetPassword = () => {\n const intlayerAuth = useIntlayerAuth();\n\n return useMutation({\n mutationKey: ['resetPassword'],\n mutationFn: (\n ...args: Parameters<ReturnType<typeof getAuthAPI>['resetPassword']>\n ) => intlayerAuth.resetPassword(...args),\n });\n};\n\nexport const useVerifyEmail = () => {\n const intlayerAuth = useIntlayerAuth();\n\n return useMutation({\n mutationKey: ['verifyEmail'],\n mutationFn: (\n ...args: Parameters<ReturnType<typeof getAuthAPI>['verifyEmailSession']>\n ) => intlayerAuth.verifyEmailSession(...args),\n });\n};\n\nexport const useGetUserByAccount = () => {\n const intlayerAuth = useIntlayerAuth();\n\n return useMutation({\n mutationKey: ['user'],\n mutationFn: (\n ...args: Parameters<ReturnType<typeof getAuthAPI>['accountInfo']>\n ) => intlayerAuth.accountInfo(...args),\n });\n};\n\n/**\n * User\n */\n\nexport const useGetUsers = (\n filters?: GetUsersParams,\n options?: UseQueryOptions\n) => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useAppQuery({\n queryKey: ['users', filters],\n queryFn: () => intlayerOAuth.user.getUsers(filters),\n requireUser: true,\n ...options,\n });\n};\n\nexport const useCreateUser = () => {\n const intlayerAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['users'],\n mutationFn: intlayerAuth.user.updateUser,\n });\n};\n\nexport const useUpdateUser = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['users'],\n mutationFn: intlayerOAuth.user.updateUser,\n });\n};\n\nexport const useDeleteUser = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['users'],\n mutationFn: intlayerOAuth.user.deleteUser,\n });\n};\n\n/**\n * Organization\n */\n\nexport const useGetOrganizations = (filters?: GetOrganizationsParams) => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useAppQuery({\n queryKey: ['organizations', filters],\n queryFn: ({ signal }) =>\n intlayerOAuth.organization.getOrganizations(filters, { signal }),\n requireUser: true,\n });\n};\n\nexport const useAddOrganization = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['organizations'],\n mutationFn: intlayerOAuth.organization.addOrganization,\n });\n};\n\nexport const useUpdateOrganization = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['organizations'],\n mutationFn: intlayerOAuth.organization.updateOrganization,\n });\n};\n\nexport const useUpdateOrganizationMembers = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['organizations'],\n mutationFn: intlayerOAuth.organization.updateOrganizationMembers,\n meta: {\n invalidateQueries: [['organizations'], ['users']],\n },\n });\n};\n\nexport const useAddOrganizationMember = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['organizations'],\n mutationFn: intlayerOAuth.organization.addOrganizationMember,\n meta: {\n invalidateQueries: [['organizations']],\n },\n });\n};\n\nexport const useDeleteOrganization = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['organizations'],\n mutationFn: intlayerOAuth.organization.deleteOrganization,\n meta: {\n invalidateQueries: [['organizations']],\n },\n });\n};\n\nexport const useSelectOrganization = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['session-organizations'],\n mutationFn: intlayerOAuth.organization.selectOrganization,\n meta: {\n invalidateQueries: [\n ['session'],\n ['organizations'],\n ['projects'],\n ['dictionaries'],\n ['tags'],\n ['subscription'],\n ['users'],\n ],\n },\n });\n};\n\nexport const useUnselectOrganization = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['session-organizations'],\n mutationFn: intlayerOAuth.organization.unselectOrganization,\n meta: {\n invalidateQueries: [\n ['session'],\n ['organizations'],\n ['projects'],\n ['dictionaries'],\n ['tags'],\n ['subscription'],\n ['users'],\n ],\n },\n });\n};\n\n/**\n * Project\n */\n\nexport const useGetProjects = (filters?: GetProjectsParams) => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useAppQuery({\n queryKey: ['projects', filters],\n queryFn: ({ signal }) =>\n intlayerOAuth.project.getProjects(filters, { signal }),\n requireUser: true,\n requireOrganization: true,\n });\n};\n\nexport const useAddProject = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['projects'],\n mutationFn: intlayerOAuth.project.addProject,\n meta: {\n invalidateQueries: [['projects']],\n },\n });\n};\n\nexport const useUpdateProject = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['projects'],\n mutationFn: intlayerOAuth.project.updateProject,\n meta: {\n invalidateQueries: [['projects']],\n },\n });\n};\n\nexport const useUpdateProjectMembers = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['projects'],\n mutationFn: intlayerOAuth.project.updateProjectMembers,\n meta: {\n invalidateQueries: [['projects']],\n },\n });\n};\n\nexport const useDeleteProject = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['projects'],\n mutationFn: intlayerOAuth.project.deleteProject,\n meta: {\n invalidateQueries: [['projects']],\n },\n });\n};\n\nexport const useSelectProject = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['session-projects'],\n mutationFn: intlayerOAuth.project.selectProject,\n meta: {\n invalidateQueries: [\n ['projects'],\n ['dictionaries'],\n ['tags'],\n ['subscription'],\n ['users'],\n ['session'],\n ],\n },\n });\n};\n\nexport const useUnselectProject = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['session-projects'],\n mutationFn: intlayerOAuth.project.unselectProject,\n meta: {\n invalidateQueries: [\n ['projects'],\n ['dictionaries'],\n ['tags'],\n ['subscription'],\n ['users'],\n ['session'],\n ],\n },\n });\n};\n\nexport const useAddNewAccessKey = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['projects'],\n mutationFn: intlayerOAuth.project.addNewAccessKey,\n meta: {\n invalidateQueries: [['projects']],\n },\n });\n};\n\nexport const useDeleteAccessKey = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['projects'],\n mutationFn: intlayerOAuth.project.deleteAccessKey,\n meta: {\n invalidateQueries: [['projects']],\n },\n });\n};\n\nexport const useRefreshAccessKey = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['projects'],\n mutationFn: intlayerOAuth.project.refreshAccessKey,\n meta: {\n invalidateQueries: [['projects']],\n },\n });\n};\n\n/**\n * Dictionary\n */\n\nexport const useGetDictionaries = (filters?: GetDictionariesParams) => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useAppQuery({\n queryKey: ['dictionaries', filters],\n queryFn: ({ signal }) =>\n intlayerOAuth.dictionary.getDictionaries(filters, { signal }),\n requireUser: true,\n requireOrganization: true,\n requireProject: true,\n });\n};\n\nexport const useGetDictionariesKeys = (\n options?: Partial<UseQueryOptions<GetDictionariesKeysResult>>\n) => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useAppQuery({\n queryKey: ['dictionariesKeys', options],\n queryFn: intlayerOAuth.dictionary.getDictionariesKeys,\n requireUser: true,\n requireOrganization: true,\n requireProject: true,\n ...options,\n });\n};\n\nexport const useGetDictionary = (\n dictionaryKey: GetDictionaryParams['dictionaryKey'],\n version?: GetDictionaryQuery['version']\n) => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useAppQuery({\n queryKey: ['dictionary', dictionaryKey],\n queryFn: ({ signal }) =>\n intlayerOAuth.dictionary.getDictionary(dictionaryKey, version, {\n signal,\n }),\n requireUser: true,\n requireOrganization: true,\n requireProject: true,\n });\n};\n\nexport const useAddDictionary = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['dictionaries'],\n mutationFn: intlayerOAuth.dictionary.addDictionary,\n meta: {\n invalidateQueries: [['dictionaries'], ['dictionariesKeys']],\n },\n });\n};\n\nexport const usePushDictionaries = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['dictionaries'],\n mutationFn: intlayerOAuth.dictionary.pushDictionaries,\n meta: {\n invalidateQueries: [['dictionaries'], ['dictionariesKeys']],\n },\n });\n};\n\nexport const useUpdateDictionary = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['dictionaries'],\n mutationFn: intlayerOAuth.dictionary.updateDictionary,\n meta: {\n invalidateQueries: [['dictionaries'], ['dictionariesKeys']],\n },\n });\n};\n\nexport const useDeleteDictionary = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['dictionaries'],\n mutationFn: intlayerOAuth.dictionary.deleteDictionary,\n meta: {\n invalidateQueries: [['dictionaries'], ['dictionariesKeys']],\n },\n });\n};\n\n/**\n * Tag\n */\n\nexport const useGetTags = (filters?: GetTagsParams) => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useAppQuery({\n queryKey: ['tags', filters],\n queryFn: ({ signal }) => intlayerOAuth.tag.getTags(filters, { signal }),\n requireUser: true,\n requireOrganization: true,\n requireProject: true,\n });\n};\n\nexport const useAddTag = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['tags'],\n mutationFn: intlayerOAuth.tag.addTag,\n meta: {\n invalidateQueries: [['tags']],\n },\n });\n};\n\nexport const useUpdateTag = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['tags'],\n mutationFn: (v: { tagId: string; tag: any }) =>\n intlayerOAuth.tag.updateTag(v.tagId, v.tag),\n meta: {\n invalidateQueries: [['tags']],\n },\n });\n};\n\nexport const useDeleteTag = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['tags'],\n mutationFn: intlayerOAuth.tag.deleteTag,\n meta: {\n invalidateQueries: [['tags']],\n },\n });\n};\n\n/**\n * Stripe\n */\n\nexport const useGetPricing = (\n body: GetPricingBody,\n options?: Partial<UseQueryOptions<GetPricingResult>>\n) => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useQuery({\n queryKey: ['pricing', body],\n queryFn: ({ signal }) => intlayerOAuth.stripe.getPricing(body, { signal }),\n ...options,\n });\n};\n\nexport const useGetSubscription = (body: GetCheckoutSessionBody) => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useAppQuery({\n queryKey: ['subscription', body],\n queryFn: ({ signal }) =>\n intlayerOAuth.stripe.getSubscription(body, { signal }),\n requireUser: true,\n requireOrganization: true,\n });\n};\n\nexport const useCancelSubscription = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['subscription'],\n mutationFn: intlayerOAuth.stripe.cancelSubscription,\n meta: {\n invalidateQueries: [['session'], ['subscription']],\n },\n });\n};\n\n/**\n * AI\n */\n\nexport const useTranslateJSONDeclaration = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['ai-translateJSON'],\n mutationFn: intlayerOAuth.ai.translateJSON,\n });\n};\n\nexport const useAuditContentDeclaration = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['ai-auditContentDeclaration'],\n mutationFn: intlayerOAuth.ai.auditContentDeclaration,\n });\n};\n\nexport const useAuditContentDeclarationMetadata = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['ai-auditContentDeclarationMetadata'],\n mutationFn: intlayerOAuth.ai.auditContentDeclarationMetadata,\n });\n};\n\nexport const useAuditContentDeclarationField = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['ai-auditContentDeclarationField'],\n mutationFn: intlayerOAuth.ai.auditContentDeclarationField,\n });\n};\n\nexport const useAuditTag = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['ai-auditTag'],\n mutationFn: intlayerOAuth.ai.auditTag,\n });\n};\n\nexport const useAskDocQuestion = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: [],\n mutationFn: intlayerOAuth.ai.askDocQuestion,\n });\n};\n\nexport const useAutocomplete = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['ai-autocomplete'],\n mutationFn: intlayerOAuth.ai.autocomplete,\n });\n};\n\n/**\n * Search\n */\n\nexport const useSearchDoc = (params?: SearchDocUtilParams) => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useQuery({\n queryKey: ['search', params],\n queryFn: () => intlayerOAuth.search.searchDoc(params),\n });\n};\n\n/**\n * Newsletter\n */\n\nexport const useSubscribeToNewsletter = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['newsletter'],\n mutationFn: intlayerOAuth.newsletter.subscribeToNewsletter,\n });\n};\n\nexport const useUnsubscribeFromNewsletter = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['newsletter'],\n mutationFn: intlayerOAuth.newsletter.unsubscribeFromNewsletter,\n });\n};\n\nexport const useGetNewsletterStatus = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['newsletter'],\n mutationFn: intlayerOAuth.newsletter.getNewsletterStatus,\n });\n};\n\n/**\n * Editor\n */\n\nexport const useGetEditorDictionaries = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useQuery({\n queryKey: ['editor', 'dictionaries'],\n queryFn: intlayerOAuth.editor.getDictionaries,\n });\n};\n\nexport const useWriteDictionary = () => {\n const intlayerOAuth = useIntlayerOAuth();\n\n return useMutation({\n mutationKey: ['editor', 'dictionaries'],\n mutationFn: intlayerOAuth.editor.writeDictionary,\n });\n};\n"],"names":["useConfiguration","useAuth","useQuery","useIntlayerAuth","useMutation","useIntlayerOAuth"],"mappings":"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"}
|