@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.
Files changed (340) hide show
  1. package/dist/.vite/manifest.json +34 -106
  2. package/dist/better-auth.CMQ3rA-I-7umXOENE.js.map +1 -1
  3. package/dist/better-auth.CMQ3rA-I-C2nBKRMa.cjs.map +1 -1
  4. package/dist/components/Breadcrumb/breadcrumb.content.cjs +3 -1
  5. package/dist/components/Breadcrumb/breadcrumb.content.cjs.map +1 -1
  6. package/dist/components/Breadcrumb/breadcrumb.content.d.ts +3 -0
  7. package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  8. package/dist/components/Breadcrumb/breadcrumb.content.mjs +3 -1
  9. package/dist/components/Breadcrumb/breadcrumb.content.mjs.map +1 -1
  10. package/dist/components/Breadcrumb/index.cjs.map +1 -1
  11. package/dist/components/Breadcrumb/index.d.ts.map +1 -1
  12. package/dist/components/Breadcrumb/index.mjs.map +1 -1
  13. package/dist/components/CopyButton/CopyButton.content.cjs +3 -1
  14. package/dist/components/CopyButton/CopyButton.content.cjs.map +1 -1
  15. package/dist/components/CopyButton/CopyButton.content.d.ts +3 -0
  16. package/dist/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  17. package/dist/components/CopyButton/CopyButton.content.mjs +3 -1
  18. package/dist/components/CopyButton/CopyButton.content.mjs.map +1 -1
  19. package/dist/components/DictionaryEditor/DictionaryEditor.cjs +7 -3
  20. package/dist/components/DictionaryEditor/DictionaryEditor.cjs.map +1 -1
  21. package/dist/components/DictionaryEditor/DictionaryEditor.d.ts.map +1 -1
  22. package/dist/components/DictionaryEditor/DictionaryEditor.mjs +7 -3
  23. package/dist/components/DictionaryEditor/DictionaryEditor.mjs.map +1 -1
  24. package/dist/components/DictionaryFieldEditor/ContentEditor.cjs +1 -1
  25. package/dist/components/DictionaryFieldEditor/ContentEditor.cjs.map +1 -1
  26. package/dist/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
  27. package/dist/components/DictionaryFieldEditor/ContentEditor.mjs.map +1 -1
  28. package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs +83 -34
  29. package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.cjs.map +1 -1
  30. package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -1
  31. package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +83 -34
  32. package/dist/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
  33. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs +13 -9
  34. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.cjs.map +1 -1
  35. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.d.ts.map +1 -1
  36. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +12 -8
  37. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
  38. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs +27 -13
  39. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.cjs.map +1 -1
  40. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +27 -0
  41. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
  42. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs +27 -13
  43. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.mjs.map +1 -1
  44. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs +9 -4
  45. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.cjs.map +1 -1
  46. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -0
  47. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  48. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs +9 -4
  49. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.mjs.map +1 -1
  50. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs +29 -25
  51. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.cjs.map +1 -1
  52. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.d.ts.map +1 -1
  53. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +27 -23
  54. package/dist/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs.map +1 -1
  55. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs +37 -17
  56. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.cjs.map +1 -1
  57. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +64 -2
  58. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  59. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs +37 -17
  60. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.mjs.map +1 -1
  61. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs +25 -12
  62. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.cjs.map +1 -1
  63. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -0
  64. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  65. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs +25 -12
  66. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.mjs.map +1 -1
  67. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs +4 -5
  68. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.cjs.map +1 -1
  69. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.d.ts.map +1 -1
  70. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +4 -5
  71. package/dist/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs.map +1 -1
  72. package/dist/components/DictionaryFieldEditor/JSONEditor.cjs +2 -2
  73. package/dist/components/DictionaryFieldEditor/JSONEditor.cjs.map +1 -1
  74. package/dist/components/DictionaryFieldEditor/JSONEditor.d.ts.map +1 -1
  75. package/dist/components/DictionaryFieldEditor/JSONEditor.mjs +2 -2
  76. package/dist/components/DictionaryFieldEditor/JSONEditor.mjs.map +1 -1
  77. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs +25 -12
  78. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.cjs.map +1 -1
  79. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -0
  80. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  81. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs +25 -12
  82. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.mjs.map +1 -1
  83. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs +36 -31
  84. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.cjs.map +1 -1
  85. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.d.ts.map +1 -1
  86. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +36 -31
  87. package/dist/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs.map +1 -1
  88. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs +32 -28
  89. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.cjs.map +1 -1
  90. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +32 -5
  91. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
  92. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs +32 -28
  93. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.mjs.map +1 -1
  94. package/dist/components/DictionaryFieldEditor/StructureEditor.cjs +2 -2
  95. package/dist/components/DictionaryFieldEditor/StructureEditor.cjs.map +1 -1
  96. package/dist/components/DictionaryFieldEditor/StructureEditor.mjs +2 -2
  97. package/dist/components/DictionaryFieldEditor/StructureEditor.mjs.map +1 -1
  98. package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs +2 -5
  99. package/dist/components/DictionaryFieldEditor/StructureView/StructureView.cjs.map +1 -1
  100. package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs +2 -5
  101. package/dist/components/DictionaryFieldEditor/StructureView/StructureView.mjs.map +1 -1
  102. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.cjs +9 -4
  103. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.cjs.map +1 -1
  104. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -0
  105. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
  106. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.mjs +9 -4
  107. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.mjs.map +1 -1
  108. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs +3 -3
  109. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.cjs.map +1 -1
  110. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs +3 -3
  111. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcher.mjs.map +1 -1
  112. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs +4 -6
  113. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.cjs.map +1 -1
  114. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.d.ts +3 -3
  115. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.d.ts.map +1 -1
  116. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs +4 -6
  117. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/VersionSwitcherContext.mjs.map +1 -1
  118. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.cjs +7 -3
  119. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.cjs.map +1 -1
  120. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -0
  121. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
  122. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs +7 -3
  123. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.mjs.map +1 -1
  124. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs +9 -6
  125. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.cjs.map +1 -1
  126. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +9 -4
  127. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
  128. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs +9 -6
  129. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.mjs.map +1 -1
  130. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs +28 -14
  131. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.cjs.map +1 -1
  132. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +29 -2
  133. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  134. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs +28 -14
  135. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.mjs.map +1 -1
  136. package/dist/components/DropDown/index.cjs +2 -2
  137. package/dist/components/DropDown/index.cjs.map +1 -1
  138. package/dist/components/DropDown/index.d.ts.map +1 -1
  139. package/dist/components/DropDown/index.mjs +2 -2
  140. package/dist/components/DropDown/index.mjs.map +1 -1
  141. package/dist/components/EditableField/EditableFieldTextArea.cjs +2 -5
  142. package/dist/components/EditableField/EditableFieldTextArea.cjs.map +1 -1
  143. package/dist/components/EditableField/EditableFieldTextArea.mjs +2 -5
  144. package/dist/components/EditableField/EditableFieldTextArea.mjs.map +1 -1
  145. package/dist/components/ExpandCollapse/ExpandCollapse.cjs.map +1 -1
  146. package/dist/components/ExpandCollapse/ExpandCollapse.d.ts +2 -2
  147. package/dist/components/ExpandCollapse/ExpandCollapse.d.ts.map +1 -1
  148. package/dist/components/ExpandCollapse/ExpandCollapse.mjs.map +1 -1
  149. package/dist/components/ExpandCollapse/expandCollapse.content.cjs +5 -2
  150. package/dist/components/ExpandCollapse/expandCollapse.content.cjs.map +1 -1
  151. package/dist/components/ExpandCollapse/expandCollapse.content.d.ts +3 -0
  152. package/dist/components/ExpandCollapse/expandCollapse.content.d.ts.map +1 -1
  153. package/dist/components/ExpandCollapse/expandCollapse.content.mjs +5 -2
  154. package/dist/components/ExpandCollapse/expandCollapse.content.mjs.map +1 -1
  155. package/dist/components/Flags/Flag.cjs +2 -1
  156. package/dist/components/Flags/Flag.cjs.map +1 -1
  157. package/dist/components/Flags/Flag.d.ts.map +1 -1
  158. package/dist/components/Flags/Flag.mjs +2 -1
  159. package/dist/components/Flags/Flag.mjs.map +1 -1
  160. package/dist/components/IDE/Code.cjs +8 -8
  161. package/dist/components/IDE/Code.cjs.map +1 -1
  162. package/dist/components/IDE/Code.mjs +8 -8
  163. package/dist/components/IDE/Code.mjs.map +1 -1
  164. package/dist/components/IDE/CodeBlockClient.cjs +1 -1
  165. package/dist/components/IDE/CodeBlockClient.cjs.map +1 -1
  166. package/dist/components/IDE/CodeBlockClient.d.ts +1 -1
  167. package/dist/components/IDE/CodeBlockClient.d.ts.map +1 -1
  168. package/dist/components/IDE/CodeBlockClient.mjs +1 -1
  169. package/dist/components/IDE/CodeBlockClient.mjs.map +1 -1
  170. package/dist/components/IDE/CodeContext.cjs +1 -3
  171. package/dist/components/IDE/CodeContext.cjs.map +1 -1
  172. package/dist/components/IDE/CodeContext.mjs +1 -3
  173. package/dist/components/IDE/CodeContext.mjs.map +1 -1
  174. package/dist/components/IDE/code.content.cjs +5 -2
  175. package/dist/components/IDE/code.content.cjs.map +1 -1
  176. package/dist/components/IDE/code.content.d.ts +5 -0
  177. package/dist/components/IDE/code.content.d.ts.map +1 -1
  178. package/dist/components/IDE/code.content.mjs +5 -2
  179. package/dist/components/IDE/code.content.mjs.map +1 -1
  180. package/dist/components/IDE/copyCode.content.cjs +5 -2
  181. package/dist/components/IDE/copyCode.content.cjs.map +1 -1
  182. package/dist/components/IDE/copyCode.content.d.ts +5 -0
  183. package/dist/components/IDE/copyCode.content.d.ts.map +1 -1
  184. package/dist/components/IDE/copyCode.content.mjs +5 -2
  185. package/dist/components/IDE/copyCode.content.mjs.map +1 -1
  186. package/dist/components/Input/Checkbox.cjs.map +1 -1
  187. package/dist/components/Input/Checkbox.d.ts +2 -2
  188. package/dist/components/Input/Checkbox.d.ts.map +1 -1
  189. package/dist/components/Input/Checkbox.mjs.map +1 -1
  190. package/dist/components/Loader/index.content.cjs +6 -1
  191. package/dist/components/Loader/index.content.cjs.map +1 -1
  192. package/dist/components/Loader/index.content.d.ts +33 -2
  193. package/dist/components/Loader/index.content.d.ts.map +1 -1
  194. package/dist/components/Loader/index.content.mjs +6 -1
  195. package/dist/components/Loader/index.content.mjs.map +1 -1
  196. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs +1 -3
  197. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.cjs.map +1 -1
  198. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +1 -3
  199. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs.map +1 -1
  200. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs +1 -3
  201. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.cjs.map +1 -1
  202. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs +1 -3
  203. package/dist/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs.map +1 -1
  204. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.cjs +17 -8
  205. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.cjs.map +1 -1
  206. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -0
  207. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  208. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs +17 -8
  209. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.mjs.map +1 -1
  210. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs +13 -6
  211. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.cjs.map +1 -1
  212. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -0
  213. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  214. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs +13 -6
  215. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.mjs.map +1 -1
  216. package/dist/components/Modal/Modal.cjs +2 -4
  217. package/dist/components/Modal/Modal.cjs.map +1 -1
  218. package/dist/components/Modal/Modal.mjs +2 -4
  219. package/dist/components/Modal/Modal.mjs.map +1 -1
  220. package/dist/components/Navbar/MobileNavbar.cjs +1 -3
  221. package/dist/components/Navbar/MobileNavbar.cjs.map +1 -1
  222. package/dist/components/Navbar/MobileNavbar.mjs +1 -3
  223. package/dist/components/Navbar/MobileNavbar.mjs.map +1 -1
  224. package/dist/components/Navbar/index.cjs +2 -4
  225. package/dist/components/Navbar/index.cjs.map +1 -1
  226. package/dist/components/Navbar/index.mjs +2 -4
  227. package/dist/components/Navbar/index.mjs.map +1 -1
  228. package/dist/components/SwitchSelector/index.cjs +1 -3
  229. package/dist/components/SwitchSelector/index.cjs.map +1 -1
  230. package/dist/components/SwitchSelector/index.mjs +1 -3
  231. package/dist/components/SwitchSelector/index.mjs.map +1 -1
  232. package/dist/components/TabSelector/TabSelector.cjs +1 -3
  233. package/dist/components/TabSelector/TabSelector.cjs.map +1 -1
  234. package/dist/components/TabSelector/TabSelector.d.ts +1 -1
  235. package/dist/components/TabSelector/TabSelector.d.ts.map +1 -1
  236. package/dist/components/TabSelector/TabSelector.mjs +1 -3
  237. package/dist/components/TabSelector/TabSelector.mjs.map +1 -1
  238. package/dist/components/Table/table.content.cjs +3 -1
  239. package/dist/components/Table/table.content.cjs.map +1 -1
  240. package/dist/components/Table/table.content.d.ts +3 -0
  241. package/dist/components/Table/table.content.d.ts.map +1 -1
  242. package/dist/components/Table/table.content.mjs +3 -1
  243. package/dist/components/Table/table.content.mjs.map +1 -1
  244. package/dist/components/Tag/index.cjs +22 -88
  245. package/dist/components/Tag/index.cjs.map +1 -1
  246. package/dist/components/Tag/index.d.ts +5 -5
  247. package/dist/components/Tag/index.mjs +22 -88
  248. package/dist/components/Tag/index.mjs.map +1 -1
  249. package/dist/components/TextArea/AutocompleteTextArea.cjs +20 -21
  250. package/dist/components/TextArea/AutocompleteTextArea.cjs.map +1 -1
  251. package/dist/components/TextArea/AutocompleteTextArea.d.ts.map +1 -1
  252. package/dist/components/TextArea/AutocompleteTextArea.mjs +20 -21
  253. package/dist/components/TextArea/AutocompleteTextArea.mjs.map +1 -1
  254. package/dist/hooks/auth.cjs +26 -11
  255. package/dist/hooks/auth.cjs.map +1 -1
  256. package/dist/hooks/auth.mjs +26 -11
  257. package/dist/hooks/auth.mjs.map +1 -1
  258. package/dist/hooks/index.cjs +65 -66
  259. package/dist/hooks/index.cjs.map +1 -1
  260. package/dist/hooks/index.d.ts +1 -3
  261. package/dist/hooks/index.d.ts.map +1 -1
  262. package/dist/hooks/index.mjs +4 -8
  263. package/dist/hooks/index.mjs.map +1 -1
  264. package/dist/hooks/reactQuery.cjs +648 -0
  265. package/dist/hooks/reactQuery.cjs.map +1 -0
  266. package/dist/hooks/reactQuery.d.ts +899 -0
  267. package/dist/hooks/reactQuery.d.ts.map +1 -0
  268. package/dist/hooks/reactQuery.mjs +646 -0
  269. package/dist/hooks/reactQuery.mjs.map +1 -0
  270. package/dist/hooks/useAuth/useOAuth2.cjs +13 -10
  271. package/dist/hooks/useAuth/useOAuth2.cjs.map +1 -1
  272. package/dist/hooks/useAuth/useOAuth2.d.ts +1 -1
  273. package/dist/hooks/useAuth/useOAuth2.d.ts.map +1 -1
  274. package/dist/hooks/useAuth/useOAuth2.mjs +13 -10
  275. package/dist/hooks/useAuth/useOAuth2.mjs.map +1 -1
  276. package/dist/hooks/useAuth/useSession.cjs +23 -26
  277. package/dist/hooks/useAuth/useSession.cjs.map +1 -1
  278. package/dist/hooks/useAuth/useSession.d.ts +4 -352
  279. package/dist/hooks/useAuth/useSession.d.ts.map +1 -1
  280. package/dist/hooks/useAuth/useSession.mjs +23 -26
  281. package/dist/hooks/useAuth/useSession.mjs.map +1 -1
  282. package/dist/hooks/useIntlayerAPI.cjs +2 -3
  283. package/dist/hooks/useIntlayerAPI.cjs.map +1 -1
  284. package/dist/hooks/useIntlayerAPI.mjs +2 -3
  285. package/dist/hooks/useIntlayerAPI.mjs.map +1 -1
  286. package/dist/hooks/useUser/index.cjs +6 -9
  287. package/dist/hooks/useUser/index.cjs.map +1 -1
  288. package/dist/hooks/useUser/index.d.ts +2 -18
  289. package/dist/hooks/useUser/index.d.ts.map +1 -1
  290. package/dist/hooks/useUser/index.mjs +6 -9
  291. package/dist/hooks/useUser/index.mjs.map +1 -1
  292. package/dist/index-BCuMWKyy.js.map +1 -1
  293. package/dist/index-BYzBot7l.cjs.map +1 -1
  294. package/dist/providers/ReactQueryProvider.cjs +85 -0
  295. package/dist/providers/ReactQueryProvider.cjs.map +1 -0
  296. package/dist/providers/ReactQueryProvider.d.ts +13 -0
  297. package/dist/providers/ReactQueryProvider.d.ts.map +1 -0
  298. package/dist/providers/ReactQueryProvider.mjs +85 -0
  299. package/dist/providers/ReactQueryProvider.mjs.map +1 -0
  300. package/dist/providers/index.cjs +5 -0
  301. package/dist/{hooks/useAsync → providers}/index.cjs.map +1 -1
  302. package/dist/providers/index.d.ts +2 -0
  303. package/dist/providers/index.d.ts.map +1 -0
  304. package/dist/providers/index.mjs +5 -0
  305. package/dist/{hooks/useAsync → providers}/index.mjs.map +1 -1
  306. package/package.json +30 -20
  307. package/dist/hooks/intlayerAPIHooks.cjs +0 -542
  308. package/dist/hooks/intlayerAPIHooks.cjs.map +0 -1
  309. package/dist/hooks/intlayerAPIHooks.d.ts +0 -968
  310. package/dist/hooks/intlayerAPIHooks.d.ts.map +0 -1
  311. package/dist/hooks/intlayerAPIHooks.mjs +0 -542
  312. package/dist/hooks/intlayerAPIHooks.mjs.map +0 -1
  313. package/dist/hooks/useAsync/index.cjs +0 -8
  314. package/dist/hooks/useAsync/index.d.ts +0 -3
  315. package/dist/hooks/useAsync/index.d.ts.map +0 -1
  316. package/dist/hooks/useAsync/index.mjs +0 -8
  317. package/dist/hooks/useAsync/useAsync.cjs +0 -244
  318. package/dist/hooks/useAsync/useAsync.cjs.map +0 -1
  319. package/dist/hooks/useAsync/useAsync.d.ts +0 -73
  320. package/dist/hooks/useAsync/useAsync.d.ts.map +0 -1
  321. package/dist/hooks/useAsync/useAsync.mjs +0 -244
  322. package/dist/hooks/useAsync/useAsync.mjs.map +0 -1
  323. package/dist/hooks/useAsync/useAsyncStateStore.cjs +0 -150
  324. package/dist/hooks/useAsync/useAsyncStateStore.cjs.map +0 -1
  325. package/dist/hooks/useAsync/useAsyncStateStore.d.ts +0 -52
  326. package/dist/hooks/useAsync/useAsyncStateStore.d.ts.map +0 -1
  327. package/dist/hooks/useAsync/useAsyncStateStore.mjs +0 -150
  328. package/dist/hooks/useAsync/useAsyncStateStore.mjs.map +0 -1
  329. package/dist/hooks/useAsync/useAsyncWrapper.cjs +0 -10
  330. package/dist/hooks/useAsync/useAsyncWrapper.cjs.map +0 -1
  331. package/dist/hooks/useAsync/useAsyncWrapper.d.ts +0 -37
  332. package/dist/hooks/useAsync/useAsyncWrapper.d.ts.map +0 -1
  333. package/dist/hooks/useAsync/useAsyncWrapper.mjs +0 -10
  334. package/dist/hooks/useAsync/useAsyncWrapper.mjs.map +0 -1
  335. package/dist/hooks/useGetAllDictionaries.cjs +0 -35
  336. package/dist/hooks/useGetAllDictionaries.cjs.map +0 -1
  337. package/dist/hooks/useGetAllDictionaries.d.ts +0 -11
  338. package/dist/hooks/useGetAllDictionaries.d.ts.map +0 -1
  339. package/dist/hooks/useGetAllDictionaries.mjs +0 -35
  340. package/dist/hooks/useGetAllDictionaries.mjs.map +0 -1
@@ -0,0 +1,899 @@
1
+ import { GetCheckoutSessionBody, GetDictionariesKeysResult, GetDictionariesParams, GetDictionaryParams, GetDictionaryQuery, GetOrganizationsParams, GetPricingBody, GetPricingResult, GetProjectsParams, GetTagsParams, GetUsersParams, SearchDocUtilParams } from '@intlayer/backend';
2
+ import { QueryKey, useQueryClient, UseQueryOptions, UseQueryResult } from '@tanstack/react-query';
3
+ export { useQueryClient };
4
+ export declare const useAppQuery: <TQueryFnData, TError, TData = TQueryFnData, TQueryKey extends QueryKey = QueryKey>(options: UseQueryOptions<TQueryFnData, TError, TData, TQueryKey> & {
5
+ requireUser?: boolean;
6
+ requireProject?: boolean;
7
+ requireOrganization?: boolean;
8
+ }) => UseQueryResult<TData, TError>;
9
+ /**
10
+ * Auth
11
+ */
12
+ export declare const useLogin: () => import('@tanstack/react-query').UseMutationResult<{
13
+ data: {
14
+ redirect: boolean;
15
+ token: string;
16
+ url: string | undefined;
17
+ user: {
18
+ id: string;
19
+ email: string;
20
+ name: string;
21
+ image: string | null | undefined;
22
+ emailVerified: boolean;
23
+ createdAt: Date;
24
+ updatedAt: Date;
25
+ };
26
+ };
27
+ error: null;
28
+ } | {
29
+ data: null;
30
+ error: {
31
+ code?: string | undefined;
32
+ message?: string | undefined;
33
+ status: number;
34
+ statusText: string;
35
+ };
36
+ }, Error, import('node_modules/better-auth/dist/shared/better-auth.DTtXpZYr').a<{
37
+ email: string;
38
+ password: string;
39
+ callbackURL?: string | undefined;
40
+ rememberMe?: boolean | undefined;
41
+ } & {
42
+ fetchOptions?: {
43
+ method?: string | undefined;
44
+ mode?: RequestMode | undefined;
45
+ referrerPolicy?: ReferrerPolicy | undefined;
46
+ headers?: (HeadersInit & (HeadersInit | {
47
+ accept: "application/json" | "text/plain" | "application/octet-stream";
48
+ "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
49
+ authorization: "Bearer" | "Basic";
50
+ })) | undefined;
51
+ cache?: RequestCache | undefined;
52
+ credentials?: RequestCredentials | undefined;
53
+ integrity?: string | undefined;
54
+ keepalive?: boolean | undefined;
55
+ priority?: RequestPriority | undefined;
56
+ redirect?: RequestRedirect | undefined;
57
+ referrer?: string | undefined;
58
+ signal?: (AbortSignal | null) | undefined;
59
+ window?: null | undefined;
60
+ onRequest?: (<T extends Record<string, any>>(context: import('better-auth/client').RequestContext<T>) => Promise<import('better-auth/client').RequestContext | void> | import('better-auth/client').RequestContext | void) | undefined;
61
+ onResponse?: ((context: import('better-auth/client').ResponseContext) => Promise<Response | void | import('better-auth/client').ResponseContext> | Response | import('better-auth/client').ResponseContext | void) | undefined;
62
+ onSuccess?: ((context: import('better-auth/client').SuccessContext<any>) => Promise<void> | void) | undefined;
63
+ onError?: ((context: import('better-auth/client').ErrorContext) => Promise<void> | void) | undefined;
64
+ onRetry?: ((response: import('better-auth/client').ResponseContext) => Promise<void> | void) | undefined;
65
+ hookOptions?: {
66
+ cloneResponse?: boolean;
67
+ } | undefined;
68
+ timeout?: number | undefined;
69
+ customFetchImpl?: import('better-auth/client').FetchEsque | undefined;
70
+ plugins?: import('better-auth/client').BetterFetchPlugin[] | undefined;
71
+ baseURL?: string | undefined;
72
+ throw?: boolean | undefined;
73
+ auth?: ({
74
+ type: "Bearer";
75
+ token: string | Promise<string | undefined> | (() => string | Promise<string | undefined> | undefined) | undefined;
76
+ } | {
77
+ type: "Basic";
78
+ username: string | (() => string | undefined) | undefined;
79
+ password: string | (() => string | undefined) | undefined;
80
+ } | {
81
+ type: "Custom";
82
+ prefix: string | (() => string | undefined) | undefined;
83
+ value: string | (() => string | undefined) | undefined;
84
+ }) | undefined;
85
+ body?: (Partial<{
86
+ email: string;
87
+ password: string;
88
+ callbackURL?: string | undefined;
89
+ rememberMe?: boolean | undefined;
90
+ }> & Record<string, any>) | undefined;
91
+ query?: (Partial<Record<string, any>> & Record<string, any>) | undefined;
92
+ params?: Record<string, any> | undefined;
93
+ duplex?: "full" | "half" | undefined;
94
+ jsonParser?: ((text: string) => Promise<any> | any) | undefined;
95
+ retry?: import('better-auth/client').RetryOptions | undefined;
96
+ retryAttempt?: number | undefined;
97
+ output?: (import('better-auth/client').StandardSchemaV1 | typeof Blob | typeof File) | undefined;
98
+ errorSchema?: import('better-auth/client').StandardSchemaV1 | undefined;
99
+ disableValidation?: boolean | undefined;
100
+ } | undefined;
101
+ }>, unknown>;
102
+ export declare const useGetVerifyEmailStatus: () => import('@tanstack/react-query').UseMutationResult<{
103
+ data: NonNullable<void | {
104
+ status: boolean;
105
+ user: {
106
+ id: any;
107
+ email: any;
108
+ name: any;
109
+ image: any;
110
+ emailVerified: any;
111
+ createdAt: any;
112
+ updatedAt: any;
113
+ };
114
+ } | {
115
+ status: boolean;
116
+ user: null;
117
+ }>;
118
+ error: null;
119
+ } | {
120
+ data: null;
121
+ error: {
122
+ code?: string | undefined;
123
+ message?: string | undefined;
124
+ status: number;
125
+ statusText: string;
126
+ };
127
+ }, Error, [import('node_modules/better-auth/dist/shared/better-auth.DTtXpZYr').a<{
128
+ query: {
129
+ token: string;
130
+ callbackURL?: string | undefined;
131
+ };
132
+ fetchOptions?: {
133
+ method?: string | undefined;
134
+ mode?: RequestMode | undefined;
135
+ referrerPolicy?: ReferrerPolicy | undefined;
136
+ headers?: (HeadersInit & (HeadersInit | {
137
+ accept: "application/json" | "text/plain" | "application/octet-stream";
138
+ "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
139
+ authorization: "Bearer" | "Basic";
140
+ })) | undefined;
141
+ cache?: RequestCache | undefined;
142
+ credentials?: RequestCredentials | undefined;
143
+ integrity?: string | undefined;
144
+ keepalive?: boolean | undefined;
145
+ priority?: RequestPriority | undefined;
146
+ redirect?: RequestRedirect | undefined;
147
+ referrer?: string | undefined;
148
+ signal?: (AbortSignal | null) | undefined;
149
+ window?: null | undefined;
150
+ onRequest?: (<T extends Record<string, any>>(context: import('better-auth/client').RequestContext<T>) => Promise<import('better-auth/client').RequestContext | void> | import('better-auth/client').RequestContext | void) | undefined;
151
+ onResponse?: ((context: import('better-auth/client').ResponseContext) => Promise<Response | void | import('better-auth/client').ResponseContext> | Response | import('better-auth/client').ResponseContext | void) | undefined;
152
+ onSuccess?: ((context: import('better-auth/client').SuccessContext<any>) => Promise<void> | void) | undefined;
153
+ onError?: ((context: import('better-auth/client').ErrorContext) => Promise<void> | void) | undefined;
154
+ onRetry?: ((response: import('better-auth/client').ResponseContext) => Promise<void> | void) | undefined;
155
+ hookOptions?: {
156
+ cloneResponse?: boolean;
157
+ } | undefined;
158
+ timeout?: number | undefined;
159
+ customFetchImpl?: import('better-auth/client').FetchEsque | undefined;
160
+ plugins?: import('better-auth/client').BetterFetchPlugin[] | undefined;
161
+ baseURL?: string | undefined;
162
+ throw?: boolean | undefined;
163
+ auth?: ({
164
+ type: "Bearer";
165
+ token: string | Promise<string | undefined> | (() => string | Promise<string | undefined> | undefined) | undefined;
166
+ } | {
167
+ type: "Basic";
168
+ username: string | (() => string | undefined) | undefined;
169
+ password: string | (() => string | undefined) | undefined;
170
+ } | {
171
+ type: "Custom";
172
+ prefix: string | (() => string | undefined) | undefined;
173
+ value: string | (() => string | undefined) | undefined;
174
+ }) | undefined;
175
+ body?: undefined;
176
+ query?: (Partial<{
177
+ token: string;
178
+ callbackURL?: string | undefined;
179
+ }> & Record<string, any>) | undefined;
180
+ params?: Record<string, any> | undefined;
181
+ duplex?: "full" | "half" | undefined;
182
+ jsonParser?: ((text: string) => Promise<any> | any) | undefined;
183
+ retry?: import('better-auth/client').RetryOptions | undefined;
184
+ retryAttempt?: number | undefined;
185
+ output?: (import('better-auth/client').StandardSchemaV1 | typeof Blob | typeof File) | undefined;
186
+ errorSchema?: import('better-auth/client').StandardSchemaV1 | undefined;
187
+ disableValidation?: boolean | undefined;
188
+ } | undefined;
189
+ }>, ({
190
+ method?: string | undefined;
191
+ mode?: RequestMode | undefined;
192
+ referrerPolicy?: ReferrerPolicy | undefined;
193
+ headers?: (HeadersInit & (HeadersInit | {
194
+ accept: "application/json" | "text/plain" | "application/octet-stream";
195
+ "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
196
+ authorization: "Bearer" | "Basic";
197
+ })) | undefined;
198
+ cache?: RequestCache | undefined;
199
+ credentials?: RequestCredentials | undefined;
200
+ integrity?: string | undefined;
201
+ keepalive?: boolean | undefined;
202
+ priority?: RequestPriority | undefined;
203
+ redirect?: RequestRedirect | undefined;
204
+ referrer?: string | undefined;
205
+ signal?: (AbortSignal | null) | undefined;
206
+ window?: null | undefined;
207
+ onRequest?: (<T extends Record<string, any>>(context: import('better-auth/client').RequestContext<T>) => Promise<import('better-auth/client').RequestContext | void> | import('better-auth/client').RequestContext | void) | undefined;
208
+ onResponse?: ((context: import('better-auth/client').ResponseContext) => Promise<Response | void | import('better-auth/client').ResponseContext> | Response | import('better-auth/client').ResponseContext | void) | undefined;
209
+ onSuccess?: ((context: import('better-auth/client').SuccessContext<any>) => Promise<void> | void) | undefined;
210
+ onError?: ((context: import('better-auth/client').ErrorContext) => Promise<void> | void) | undefined;
211
+ onRetry?: ((response: import('better-auth/client').ResponseContext) => Promise<void> | void) | undefined;
212
+ hookOptions?: {
213
+ cloneResponse?: boolean;
214
+ } | undefined;
215
+ timeout?: number | undefined;
216
+ customFetchImpl?: import('better-auth/client').FetchEsque | undefined;
217
+ plugins?: import('better-auth/client').BetterFetchPlugin[] | undefined;
218
+ baseURL?: string | undefined;
219
+ throw?: boolean | undefined;
220
+ auth?: ({
221
+ type: "Bearer";
222
+ token: string | Promise<string | undefined> | (() => string | Promise<string | undefined> | undefined) | undefined;
223
+ } | {
224
+ type: "Basic";
225
+ username: string | (() => string | undefined) | undefined;
226
+ password: string | (() => string | undefined) | undefined;
227
+ } | {
228
+ type: "Custom";
229
+ prefix: string | (() => string | undefined) | undefined;
230
+ value: string | (() => string | undefined) | undefined;
231
+ }) | undefined;
232
+ body?: undefined;
233
+ query?: (Partial<{
234
+ token: string;
235
+ callbackURL?: string | undefined;
236
+ }> & Record<string, any>) | undefined;
237
+ params?: Record<string, any> | undefined;
238
+ duplex?: "full" | "half" | undefined;
239
+ jsonParser?: ((text: string) => Promise<any> | any) | undefined;
240
+ retry?: import('better-auth/client').RetryOptions | undefined;
241
+ retryAttempt?: number | undefined;
242
+ output?: (import('better-auth/client').StandardSchemaV1 | typeof Blob | typeof File) | undefined;
243
+ errorSchema?: import('better-auth/client').StandardSchemaV1 | undefined;
244
+ disableValidation?: boolean | undefined;
245
+ } | undefined)?], unknown>;
246
+ export declare const useRegister: () => import('@tanstack/react-query').UseMutationResult<{
247
+ data: NonNullable<{
248
+ token: null;
249
+ user: {
250
+ id: string;
251
+ email: string;
252
+ name: string;
253
+ image: string | null | undefined;
254
+ emailVerified: boolean;
255
+ createdAt: Date;
256
+ updatedAt: Date;
257
+ };
258
+ } | {
259
+ token: string;
260
+ user: {
261
+ id: string;
262
+ email: string;
263
+ name: string;
264
+ image: string | null | undefined;
265
+ emailVerified: boolean;
266
+ createdAt: Date;
267
+ updatedAt: Date;
268
+ };
269
+ }>;
270
+ error: null;
271
+ } | {
272
+ data: null;
273
+ error: {
274
+ code?: string | undefined;
275
+ message?: string | undefined;
276
+ status: number;
277
+ statusText: string;
278
+ };
279
+ }, Error, import('node_modules/better-auth/dist/shared/better-auth.DTtXpZYr').a<{
280
+ email: string;
281
+ name: string;
282
+ password: string;
283
+ image?: string;
284
+ callbackURL?: string;
285
+ fetchOptions?: {
286
+ method?: string | undefined;
287
+ mode?: RequestMode | undefined;
288
+ referrerPolicy?: ReferrerPolicy | undefined;
289
+ headers?: (HeadersInit & (HeadersInit | {
290
+ accept: "application/json" | "text/plain" | "application/octet-stream";
291
+ "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
292
+ authorization: "Bearer" | "Basic";
293
+ })) | undefined;
294
+ cache?: RequestCache | undefined;
295
+ credentials?: RequestCredentials | undefined;
296
+ integrity?: string | undefined;
297
+ keepalive?: boolean | undefined;
298
+ priority?: RequestPriority | undefined;
299
+ redirect?: RequestRedirect | undefined;
300
+ referrer?: string | undefined;
301
+ signal?: (AbortSignal | null) | undefined;
302
+ window?: null | undefined;
303
+ onRequest?: (<T extends Record<string, any>>(context: import('better-auth/client').RequestContext<T>) => Promise<import('better-auth/client').RequestContext | void> | import('better-auth/client').RequestContext | void) | undefined;
304
+ onResponse?: ((context: import('better-auth/client').ResponseContext) => Promise<Response | void | import('better-auth/client').ResponseContext> | Response | import('better-auth/client').ResponseContext | void) | undefined;
305
+ onSuccess?: ((context: import('better-auth/client').SuccessContext<any>) => Promise<void> | void) | undefined;
306
+ onError?: ((context: import('better-auth/client').ErrorContext) => Promise<void> | void) | undefined;
307
+ onRetry?: ((response: import('better-auth/client').ResponseContext) => Promise<void> | void) | undefined;
308
+ hookOptions?: {
309
+ cloneResponse?: boolean;
310
+ } | undefined;
311
+ timeout?: number | undefined;
312
+ customFetchImpl?: import('better-auth/client').FetchEsque | undefined;
313
+ plugins?: import('better-auth/client').BetterFetchPlugin[] | undefined;
314
+ baseURL?: string | undefined;
315
+ throw?: boolean | undefined;
316
+ auth?: ({
317
+ type: "Bearer";
318
+ token: string | Promise<string | undefined> | (() => string | Promise<string | undefined> | undefined) | undefined;
319
+ } | {
320
+ type: "Basic";
321
+ username: string | (() => string | undefined) | undefined;
322
+ password: string | (() => string | undefined) | undefined;
323
+ } | {
324
+ type: "Custom";
325
+ prefix: string | (() => string | undefined) | undefined;
326
+ value: string | (() => string | undefined) | undefined;
327
+ }) | undefined;
328
+ body?: (Partial<{
329
+ name: string;
330
+ email: string;
331
+ password: string;
332
+ image?: string;
333
+ callbackURL?: string;
334
+ rememberMe?: boolean;
335
+ }> & Record<string, any>) | undefined;
336
+ query?: (Partial<Record<string, any>> & Record<string, any>) | undefined;
337
+ params?: Record<string, any> | undefined;
338
+ duplex?: "full" | "half" | undefined;
339
+ jsonParser?: ((text: string) => Promise<any> | any) | undefined;
340
+ retry?: import('better-auth/client').RetryOptions | undefined;
341
+ retryAttempt?: number | undefined;
342
+ output?: (import('better-auth/client').StandardSchemaV1 | typeof Blob | typeof File) | undefined;
343
+ errorSchema?: import('better-auth/client').StandardSchemaV1 | undefined;
344
+ disableValidation?: boolean | undefined;
345
+ } | undefined;
346
+ }>, unknown>;
347
+ export declare const useLogout: () => import('@tanstack/react-query').UseMutationResult<{
348
+ data: {
349
+ success: boolean;
350
+ };
351
+ error: null;
352
+ } | {
353
+ data: null;
354
+ error: {
355
+ code?: string | undefined;
356
+ message?: string | undefined;
357
+ status: number;
358
+ statusText: string;
359
+ };
360
+ }, Error, import('node_modules/better-auth/dist/shared/better-auth.DTtXpZYr').a<{
361
+ query?: Record<string, any> | undefined;
362
+ fetchOptions?: {
363
+ method?: string | undefined;
364
+ mode?: RequestMode | undefined;
365
+ referrerPolicy?: ReferrerPolicy | undefined;
366
+ headers?: (HeadersInit & (HeadersInit | {
367
+ accept: "application/json" | "text/plain" | "application/octet-stream";
368
+ "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
369
+ authorization: "Bearer" | "Basic";
370
+ })) | undefined;
371
+ cache?: RequestCache | undefined;
372
+ credentials?: RequestCredentials | undefined;
373
+ integrity?: string | undefined;
374
+ keepalive?: boolean | undefined;
375
+ priority?: RequestPriority | undefined;
376
+ redirect?: RequestRedirect | undefined;
377
+ referrer?: string | undefined;
378
+ signal?: (AbortSignal | null) | undefined;
379
+ window?: null | undefined;
380
+ onRequest?: (<T extends Record<string, any>>(context: import('better-auth/client').RequestContext<T>) => Promise<import('better-auth/client').RequestContext | void> | import('better-auth/client').RequestContext | void) | undefined;
381
+ onResponse?: ((context: import('better-auth/client').ResponseContext) => Promise<Response | void | import('better-auth/client').ResponseContext> | Response | import('better-auth/client').ResponseContext | void) | undefined;
382
+ onSuccess?: ((context: import('better-auth/client').SuccessContext<any>) => Promise<void> | void) | undefined;
383
+ onError?: ((context: import('better-auth/client').ErrorContext) => Promise<void> | void) | undefined;
384
+ onRetry?: ((response: import('better-auth/client').ResponseContext) => Promise<void> | void) | undefined;
385
+ hookOptions?: {
386
+ cloneResponse?: boolean;
387
+ } | undefined;
388
+ timeout?: number | undefined;
389
+ customFetchImpl?: import('better-auth/client').FetchEsque | undefined;
390
+ plugins?: import('better-auth/client').BetterFetchPlugin[] | undefined;
391
+ baseURL?: string | undefined;
392
+ throw?: boolean | undefined;
393
+ auth?: ({
394
+ type: "Bearer";
395
+ token: string | Promise<string | undefined> | (() => string | Promise<string | undefined> | undefined) | undefined;
396
+ } | {
397
+ type: "Basic";
398
+ username: string | (() => string | undefined) | undefined;
399
+ password: string | (() => string | undefined) | undefined;
400
+ } | {
401
+ type: "Custom";
402
+ prefix: string | (() => string | undefined) | undefined;
403
+ value: string | (() => string | undefined) | undefined;
404
+ }) | undefined;
405
+ body?: undefined;
406
+ query?: (Partial<Record<string, any>> & Record<string, any>) | undefined;
407
+ params?: Record<string, any> | undefined;
408
+ duplex?: "full" | "half" | undefined;
409
+ jsonParser?: ((text: string) => Promise<any> | any) | undefined;
410
+ retry?: import('better-auth/client').RetryOptions | undefined;
411
+ retryAttempt?: number | undefined;
412
+ output?: (import('better-auth/client').StandardSchemaV1 | typeof Blob | typeof File) | undefined;
413
+ errorSchema?: import('better-auth/client').StandardSchemaV1 | undefined;
414
+ disableValidation?: boolean | undefined;
415
+ } | undefined;
416
+ }> | undefined, unknown>;
417
+ export declare const useChangePassword: () => import('@tanstack/react-query').UseMutationResult<{
418
+ data: {
419
+ token: string | null;
420
+ user: {
421
+ id: string;
422
+ email: string;
423
+ name: string;
424
+ image: string | null | undefined;
425
+ emailVerified: boolean;
426
+ createdAt: Date;
427
+ updatedAt: Date;
428
+ };
429
+ };
430
+ error: null;
431
+ } | {
432
+ data: null;
433
+ error: {
434
+ code?: string | undefined;
435
+ message?: string | undefined;
436
+ status: number;
437
+ statusText: string;
438
+ };
439
+ }, Error, import('node_modules/better-auth/dist/shared/better-auth.DTtXpZYr').a<{
440
+ newPassword: string;
441
+ currentPassword: string;
442
+ revokeOtherSessions?: boolean | undefined;
443
+ } & {
444
+ fetchOptions?: {
445
+ method?: string | undefined;
446
+ mode?: RequestMode | undefined;
447
+ referrerPolicy?: ReferrerPolicy | undefined;
448
+ headers?: (HeadersInit & (HeadersInit | {
449
+ accept: "application/json" | "text/plain" | "application/octet-stream";
450
+ "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
451
+ authorization: "Bearer" | "Basic";
452
+ })) | undefined;
453
+ cache?: RequestCache | undefined;
454
+ credentials?: RequestCredentials | undefined;
455
+ integrity?: string | undefined;
456
+ keepalive?: boolean | undefined;
457
+ priority?: RequestPriority | undefined;
458
+ redirect?: RequestRedirect | undefined;
459
+ referrer?: string | undefined;
460
+ signal?: (AbortSignal | null) | undefined;
461
+ window?: null | undefined;
462
+ onRequest?: (<T extends Record<string, any>>(context: import('better-auth/client').RequestContext<T>) => Promise<import('better-auth/client').RequestContext | void> | import('better-auth/client').RequestContext | void) | undefined;
463
+ onResponse?: ((context: import('better-auth/client').ResponseContext) => Promise<Response | void | import('better-auth/client').ResponseContext> | Response | import('better-auth/client').ResponseContext | void) | undefined;
464
+ onSuccess?: ((context: import('better-auth/client').SuccessContext<any>) => Promise<void> | void) | undefined;
465
+ onError?: ((context: import('better-auth/client').ErrorContext) => Promise<void> | void) | undefined;
466
+ onRetry?: ((response: import('better-auth/client').ResponseContext) => Promise<void> | void) | undefined;
467
+ hookOptions?: {
468
+ cloneResponse?: boolean;
469
+ } | undefined;
470
+ timeout?: number | undefined;
471
+ customFetchImpl?: import('better-auth/client').FetchEsque | undefined;
472
+ plugins?: import('better-auth/client').BetterFetchPlugin[] | undefined;
473
+ baseURL?: string | undefined;
474
+ throw?: boolean | undefined;
475
+ auth?: ({
476
+ type: "Bearer";
477
+ token: string | Promise<string | undefined> | (() => string | Promise<string | undefined> | undefined) | undefined;
478
+ } | {
479
+ type: "Basic";
480
+ username: string | (() => string | undefined) | undefined;
481
+ password: string | (() => string | undefined) | undefined;
482
+ } | {
483
+ type: "Custom";
484
+ prefix: string | (() => string | undefined) | undefined;
485
+ value: string | (() => string | undefined) | undefined;
486
+ }) | undefined;
487
+ body?: (Partial<{
488
+ newPassword: string;
489
+ currentPassword: string;
490
+ revokeOtherSessions?: boolean | undefined;
491
+ }> & Record<string, any>) | undefined;
492
+ query?: (Partial<Record<string, any>> & Record<string, any>) | undefined;
493
+ params?: Record<string, any> | undefined;
494
+ duplex?: "full" | "half" | undefined;
495
+ jsonParser?: ((text: string) => Promise<any> | any) | undefined;
496
+ retry?: import('better-auth/client').RetryOptions | undefined;
497
+ retryAttempt?: number | undefined;
498
+ output?: (import('better-auth/client').StandardSchemaV1 | typeof Blob | typeof File) | undefined;
499
+ errorSchema?: import('better-auth/client').StandardSchemaV1 | undefined;
500
+ disableValidation?: boolean | undefined;
501
+ } | undefined;
502
+ }>, unknown>;
503
+ export declare const useAskResetPassword: () => import('@tanstack/react-query').UseMutationResult<{
504
+ data: {
505
+ status: boolean;
506
+ };
507
+ error: null;
508
+ } | {
509
+ data: null;
510
+ error: {
511
+ code?: string | undefined;
512
+ message?: string | undefined;
513
+ status: number;
514
+ statusText: string;
515
+ };
516
+ }, Error, import('node_modules/better-auth/dist/shared/better-auth.DTtXpZYr').a<{
517
+ email: string;
518
+ redirectTo?: string | undefined;
519
+ } & {
520
+ fetchOptions?: {
521
+ method?: string | undefined;
522
+ mode?: RequestMode | undefined;
523
+ referrerPolicy?: ReferrerPolicy | undefined;
524
+ headers?: (HeadersInit & (HeadersInit | {
525
+ accept: "application/json" | "text/plain" | "application/octet-stream";
526
+ "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
527
+ authorization: "Bearer" | "Basic";
528
+ })) | undefined;
529
+ cache?: RequestCache | undefined;
530
+ credentials?: RequestCredentials | undefined;
531
+ integrity?: string | undefined;
532
+ keepalive?: boolean | undefined;
533
+ priority?: RequestPriority | undefined;
534
+ redirect?: RequestRedirect | undefined;
535
+ referrer?: string | undefined;
536
+ signal?: (AbortSignal | null) | undefined;
537
+ window?: null | undefined;
538
+ onRequest?: (<T extends Record<string, any>>(context: import('better-auth/client').RequestContext<T>) => Promise<import('better-auth/client').RequestContext | void> | import('better-auth/client').RequestContext | void) | undefined;
539
+ onResponse?: ((context: import('better-auth/client').ResponseContext) => Promise<Response | void | import('better-auth/client').ResponseContext> | Response | import('better-auth/client').ResponseContext | void) | undefined;
540
+ onSuccess?: ((context: import('better-auth/client').SuccessContext<any>) => Promise<void> | void) | undefined;
541
+ onError?: ((context: import('better-auth/client').ErrorContext) => Promise<void> | void) | undefined;
542
+ onRetry?: ((response: import('better-auth/client').ResponseContext) => Promise<void> | void) | undefined;
543
+ hookOptions?: {
544
+ cloneResponse?: boolean;
545
+ } | undefined;
546
+ timeout?: number | undefined;
547
+ customFetchImpl?: import('better-auth/client').FetchEsque | undefined;
548
+ plugins?: import('better-auth/client').BetterFetchPlugin[] | undefined;
549
+ baseURL?: string | undefined;
550
+ throw?: boolean | undefined;
551
+ auth?: ({
552
+ type: "Bearer";
553
+ token: string | Promise<string | undefined> | (() => string | Promise<string | undefined> | undefined) | undefined;
554
+ } | {
555
+ type: "Basic";
556
+ username: string | (() => string | undefined) | undefined;
557
+ password: string | (() => string | undefined) | undefined;
558
+ } | {
559
+ type: "Custom";
560
+ prefix: string | (() => string | undefined) | undefined;
561
+ value: string | (() => string | undefined) | undefined;
562
+ }) | undefined;
563
+ body?: (Partial<{
564
+ email: string;
565
+ redirectTo?: string | undefined;
566
+ }> & Record<string, any>) | undefined;
567
+ query?: (Partial<Record<string, any>> & Record<string, any>) | undefined;
568
+ params?: Record<string, any> | undefined;
569
+ duplex?: "full" | "half" | undefined;
570
+ jsonParser?: ((text: string) => Promise<any> | any) | undefined;
571
+ retry?: import('better-auth/client').RetryOptions | undefined;
572
+ retryAttempt?: number | undefined;
573
+ output?: (import('better-auth/client').StandardSchemaV1 | typeof Blob | typeof File) | undefined;
574
+ errorSchema?: import('better-auth/client').StandardSchemaV1 | undefined;
575
+ disableValidation?: boolean | undefined;
576
+ } | undefined;
577
+ }>, unknown>;
578
+ export declare const useResetPassword: () => import('@tanstack/react-query').UseMutationResult<{
579
+ data: {
580
+ status: boolean;
581
+ };
582
+ error: null;
583
+ } | {
584
+ data: null;
585
+ error: {
586
+ code?: string | undefined;
587
+ message?: string | undefined;
588
+ status: number;
589
+ statusText: string;
590
+ };
591
+ }, Error, import('node_modules/better-auth/dist/shared/better-auth.DTtXpZYr').a<{
592
+ newPassword: string;
593
+ token?: string | undefined;
594
+ } & {
595
+ fetchOptions?: {
596
+ method?: string | undefined;
597
+ mode?: RequestMode | undefined;
598
+ referrerPolicy?: ReferrerPolicy | undefined;
599
+ headers?: (HeadersInit & (HeadersInit | {
600
+ accept: "application/json" | "text/plain" | "application/octet-stream";
601
+ "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
602
+ authorization: "Bearer" | "Basic";
603
+ })) | undefined;
604
+ cache?: RequestCache | undefined;
605
+ credentials?: RequestCredentials | undefined;
606
+ integrity?: string | undefined;
607
+ keepalive?: boolean | undefined;
608
+ priority?: RequestPriority | undefined;
609
+ redirect?: RequestRedirect | undefined;
610
+ referrer?: string | undefined;
611
+ signal?: (AbortSignal | null) | undefined;
612
+ window?: null | undefined;
613
+ onRequest?: (<T extends Record<string, any>>(context: import('better-auth/client').RequestContext<T>) => Promise<import('better-auth/client').RequestContext | void> | import('better-auth/client').RequestContext | void) | undefined;
614
+ onResponse?: ((context: import('better-auth/client').ResponseContext) => Promise<Response | void | import('better-auth/client').ResponseContext> | Response | import('better-auth/client').ResponseContext | void) | undefined;
615
+ onSuccess?: ((context: import('better-auth/client').SuccessContext<any>) => Promise<void> | void) | undefined;
616
+ onError?: ((context: import('better-auth/client').ErrorContext) => Promise<void> | void) | undefined;
617
+ onRetry?: ((response: import('better-auth/client').ResponseContext) => Promise<void> | void) | undefined;
618
+ hookOptions?: {
619
+ cloneResponse?: boolean;
620
+ } | undefined;
621
+ timeout?: number | undefined;
622
+ customFetchImpl?: import('better-auth/client').FetchEsque | undefined;
623
+ plugins?: import('better-auth/client').BetterFetchPlugin[] | undefined;
624
+ baseURL?: string | undefined;
625
+ throw?: boolean | undefined;
626
+ auth?: ({
627
+ type: "Bearer";
628
+ token: string | Promise<string | undefined> | (() => string | Promise<string | undefined> | undefined) | undefined;
629
+ } | {
630
+ type: "Basic";
631
+ username: string | (() => string | undefined) | undefined;
632
+ password: string | (() => string | undefined) | undefined;
633
+ } | {
634
+ type: "Custom";
635
+ prefix: string | (() => string | undefined) | undefined;
636
+ value: string | (() => string | undefined) | undefined;
637
+ }) | undefined;
638
+ body?: (Partial<{
639
+ newPassword: string;
640
+ token?: string | undefined;
641
+ }> & Record<string, any>) | undefined;
642
+ query?: (Partial<{
643
+ token?: string | undefined;
644
+ }> & Record<string, any>) | undefined;
645
+ params?: Record<string, any> | undefined;
646
+ duplex?: "full" | "half" | undefined;
647
+ jsonParser?: ((text: string) => Promise<any> | any) | undefined;
648
+ retry?: import('better-auth/client').RetryOptions | undefined;
649
+ retryAttempt?: number | undefined;
650
+ output?: (import('better-auth/client').StandardSchemaV1 | typeof Blob | typeof File) | undefined;
651
+ errorSchema?: import('better-auth/client').StandardSchemaV1 | undefined;
652
+ disableValidation?: boolean | undefined;
653
+ } | undefined;
654
+ }>, unknown>;
655
+ export declare const useVerifyEmail: () => import('@tanstack/react-query').UseMutationResult<{
656
+ data: NonNullable<void | {
657
+ status: boolean;
658
+ user: {
659
+ id: any;
660
+ email: any;
661
+ name: any;
662
+ image: any;
663
+ emailVerified: any;
664
+ createdAt: any;
665
+ updatedAt: any;
666
+ };
667
+ } | {
668
+ status: boolean;
669
+ user: null;
670
+ }>;
671
+ error: null;
672
+ } | {
673
+ data: null;
674
+ error: {
675
+ code?: string | undefined;
676
+ message?: string | undefined;
677
+ status: number;
678
+ statusText: string;
679
+ };
680
+ }, Error, import('node_modules/better-auth/dist/shared/better-auth.DTtXpZYr').a<{
681
+ query: {
682
+ token: string;
683
+ callbackURL?: string | undefined;
684
+ };
685
+ fetchOptions?: {
686
+ method?: string | undefined;
687
+ mode?: RequestMode | undefined;
688
+ referrerPolicy?: ReferrerPolicy | undefined;
689
+ headers?: (HeadersInit & (HeadersInit | {
690
+ accept: "application/json" | "text/plain" | "application/octet-stream";
691
+ "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
692
+ authorization: "Bearer" | "Basic";
693
+ })) | undefined;
694
+ cache?: RequestCache | undefined;
695
+ credentials?: RequestCredentials | undefined;
696
+ integrity?: string | undefined;
697
+ keepalive?: boolean | undefined;
698
+ priority?: RequestPriority | undefined;
699
+ redirect?: RequestRedirect | undefined;
700
+ referrer?: string | undefined;
701
+ signal?: (AbortSignal | null) | undefined;
702
+ window?: null | undefined;
703
+ onRequest?: (<T extends Record<string, any>>(context: import('better-auth/client').RequestContext<T>) => Promise<import('better-auth/client').RequestContext | void> | import('better-auth/client').RequestContext | void) | undefined;
704
+ onResponse?: ((context: import('better-auth/client').ResponseContext) => Promise<Response | void | import('better-auth/client').ResponseContext> | Response | import('better-auth/client').ResponseContext | void) | undefined;
705
+ onSuccess?: ((context: import('better-auth/client').SuccessContext<any>) => Promise<void> | void) | undefined;
706
+ onError?: ((context: import('better-auth/client').ErrorContext) => Promise<void> | void) | undefined;
707
+ onRetry?: ((response: import('better-auth/client').ResponseContext) => Promise<void> | void) | undefined;
708
+ hookOptions?: {
709
+ cloneResponse?: boolean;
710
+ } | undefined;
711
+ timeout?: number | undefined;
712
+ customFetchImpl?: import('better-auth/client').FetchEsque | undefined;
713
+ plugins?: import('better-auth/client').BetterFetchPlugin[] | undefined;
714
+ baseURL?: string | undefined;
715
+ throw?: boolean | undefined;
716
+ auth?: ({
717
+ type: "Bearer";
718
+ token: string | Promise<string | undefined> | (() => string | Promise<string | undefined> | undefined) | undefined;
719
+ } | {
720
+ type: "Basic";
721
+ username: string | (() => string | undefined) | undefined;
722
+ password: string | (() => string | undefined) | undefined;
723
+ } | {
724
+ type: "Custom";
725
+ prefix: string | (() => string | undefined) | undefined;
726
+ value: string | (() => string | undefined) | undefined;
727
+ }) | undefined;
728
+ body?: undefined;
729
+ query?: (Partial<{
730
+ token: string;
731
+ callbackURL?: string | undefined;
732
+ }> & Record<string, any>) | undefined;
733
+ params?: Record<string, any> | undefined;
734
+ duplex?: "full" | "half" | undefined;
735
+ jsonParser?: ((text: string) => Promise<any> | any) | undefined;
736
+ retry?: import('better-auth/client').RetryOptions | undefined;
737
+ retryAttempt?: number | undefined;
738
+ output?: (import('better-auth/client').StandardSchemaV1 | typeof Blob | typeof File) | undefined;
739
+ errorSchema?: import('better-auth/client').StandardSchemaV1 | undefined;
740
+ disableValidation?: boolean | undefined;
741
+ } | undefined;
742
+ }>, unknown>;
743
+ export declare const useGetUserByAccount: () => import('@tanstack/react-query').UseMutationResult<{
744
+ data: {
745
+ user: import('node_modules/better-auth/dist/shared/better-auth.DOq11zLi').a;
746
+ data: Record<string, any>;
747
+ };
748
+ error: null;
749
+ } | {
750
+ data: null;
751
+ error: {
752
+ code?: string | undefined;
753
+ message?: string | undefined;
754
+ status: number;
755
+ statusText: string;
756
+ };
757
+ }, Error, import('node_modules/better-auth/dist/shared/better-auth.DTtXpZYr').a<{
758
+ accountId: string;
759
+ } & {
760
+ fetchOptions?: {
761
+ method?: string | undefined;
762
+ mode?: RequestMode | undefined;
763
+ referrerPolicy?: ReferrerPolicy | undefined;
764
+ headers?: (HeadersInit & (HeadersInit | {
765
+ accept: "application/json" | "text/plain" | "application/octet-stream";
766
+ "content-type": "application/json" | "text/plain" | "application/x-www-form-urlencoded" | "multipart/form-data" | "application/octet-stream";
767
+ authorization: "Bearer" | "Basic";
768
+ })) | undefined;
769
+ cache?: RequestCache | undefined;
770
+ credentials?: RequestCredentials | undefined;
771
+ integrity?: string | undefined;
772
+ keepalive?: boolean | undefined;
773
+ priority?: RequestPriority | undefined;
774
+ redirect?: RequestRedirect | undefined;
775
+ referrer?: string | undefined;
776
+ signal?: (AbortSignal | null) | undefined;
777
+ window?: null | undefined;
778
+ onRequest?: (<T extends Record<string, any>>(context: import('better-auth/client').RequestContext<T>) => Promise<import('better-auth/client').RequestContext | void> | import('better-auth/client').RequestContext | void) | undefined;
779
+ onResponse?: ((context: import('better-auth/client').ResponseContext) => Promise<Response | void | import('better-auth/client').ResponseContext> | Response | import('better-auth/client').ResponseContext | void) | undefined;
780
+ onSuccess?: ((context: import('better-auth/client').SuccessContext<any>) => Promise<void> | void) | undefined;
781
+ onError?: ((context: import('better-auth/client').ErrorContext) => Promise<void> | void) | undefined;
782
+ onRetry?: ((response: import('better-auth/client').ResponseContext) => Promise<void> | void) | undefined;
783
+ hookOptions?: {
784
+ cloneResponse?: boolean;
785
+ } | undefined;
786
+ timeout?: number | undefined;
787
+ customFetchImpl?: import('better-auth/client').FetchEsque | undefined;
788
+ plugins?: import('better-auth/client').BetterFetchPlugin[] | undefined;
789
+ baseURL?: string | undefined;
790
+ throw?: boolean | undefined;
791
+ auth?: ({
792
+ type: "Bearer";
793
+ token: string | Promise<string | undefined> | (() => string | Promise<string | undefined> | undefined) | undefined;
794
+ } | {
795
+ type: "Basic";
796
+ username: string | (() => string | undefined) | undefined;
797
+ password: string | (() => string | undefined) | undefined;
798
+ } | {
799
+ type: "Custom";
800
+ prefix: string | (() => string | undefined) | undefined;
801
+ value: string | (() => string | undefined) | undefined;
802
+ }) | undefined;
803
+ body?: (Partial<{
804
+ accountId: string;
805
+ }> & Record<string, any>) | undefined;
806
+ query?: (Partial<Record<string, any>> & Record<string, any>) | undefined;
807
+ params?: Record<string, any> | undefined;
808
+ duplex?: "full" | "half" | undefined;
809
+ jsonParser?: ((text: string) => Promise<any> | any) | undefined;
810
+ retry?: import('better-auth/client').RetryOptions | undefined;
811
+ retryAttempt?: number | undefined;
812
+ output?: (import('better-auth/client').StandardSchemaV1 | typeof Blob | typeof File) | undefined;
813
+ errorSchema?: import('better-auth/client').StandardSchemaV1 | undefined;
814
+ disableValidation?: boolean | undefined;
815
+ } | undefined;
816
+ }>, unknown>;
817
+ /**
818
+ * User
819
+ */
820
+ export declare const useGetUsers: (filters?: GetUsersParams, options?: UseQueryOptions) => UseQueryResult<unknown, Error>;
821
+ export declare const useCreateUser: () => import('@tanstack/react-query').UseMutationResult<UpdateUserResult, Error, UpdateUserBody, unknown>;
822
+ export declare const useUpdateUser: () => import('@tanstack/react-query').UseMutationResult<UpdateUserResult, Error, UpdateUserBody, unknown>;
823
+ export declare const useDeleteUser: () => import('@tanstack/react-query').UseMutationResult<UpdateUserResult, Error, string, unknown>;
824
+ /**
825
+ * Organization
826
+ */
827
+ export declare const useGetOrganizations: (filters?: GetOrganizationsParams) => UseQueryResult<GetOrganizationsResult, unknown>;
828
+ export declare const useAddOrganization: () => import('@tanstack/react-query').UseMutationResult<AddOrganizationResult, Error, AddOrganizationBody, unknown>;
829
+ export declare const useUpdateOrganization: () => import('@tanstack/react-query').UseMutationResult<UpdateOrganizationResult, Error, UpdateOrganizationBody, unknown>;
830
+ export declare const useUpdateOrganizationMembers: () => import('@tanstack/react-query').UseMutationResult<UpdateOrganizationMembersResult, Error, UpdateOrganizationMembersBody, unknown>;
831
+ export declare const useAddOrganizationMember: () => import('@tanstack/react-query').UseMutationResult<AddOrganizationMemberResult, Error, AddOrganizationMemberBody, unknown>;
832
+ export declare const useDeleteOrganization: () => import('@tanstack/react-query').UseMutationResult<DeleteOrganizationResult, Error, import('@intlayer/api').FetcherOptions | undefined, unknown>;
833
+ export declare const useSelectOrganization: () => import('@tanstack/react-query').UseMutationResult<SelectOrganizationResult, Error, SelectOrganizationParam, unknown>;
834
+ export declare const useUnselectOrganization: () => import('@tanstack/react-query').UseMutationResult<UnselectOrganizationResult, Error, import('@intlayer/api').FetcherOptions | undefined, unknown>;
835
+ /**
836
+ * Project
837
+ */
838
+ export declare const useGetProjects: (filters?: GetProjectsParams) => UseQueryResult<GetProjectsResult, unknown>;
839
+ export declare const useAddProject: () => import('@tanstack/react-query').UseMutationResult<AddProjectResult, Error, AddProjectBody, unknown>;
840
+ export declare const useUpdateProject: () => import('@tanstack/react-query').UseMutationResult<UpdateProjectResult, Error, UpdateProjectBody, unknown>;
841
+ export declare const useUpdateProjectMembers: () => import('@tanstack/react-query').UseMutationResult<UpdateProjectMembersResult, Error, UpdateProjectMembersBody, unknown>;
842
+ export declare const useDeleteProject: () => import('@tanstack/react-query').UseMutationResult<DeleteProjectResult, Error, import('@intlayer/api').FetcherOptions | undefined, unknown>;
843
+ export declare const useSelectProject: () => import('@tanstack/react-query').UseMutationResult<SelectProjectResult, Error, SelectProjectParam, unknown>;
844
+ export declare const useUnselectProject: () => import('@tanstack/react-query').UseMutationResult<UnselectProjectResult, Error, import('@intlayer/api').FetcherOptions | undefined, unknown>;
845
+ export declare const useAddNewAccessKey: () => import('@tanstack/react-query').UseMutationResult<AddNewAccessKeyResponse, Error, AddNewAccessKeyBody, unknown>;
846
+ export declare const useDeleteAccessKey: () => import('@tanstack/react-query').UseMutationResult<DeleteAccessKeyResponse, Error, DeleteAccessKeyBody, unknown>;
847
+ export declare const useRefreshAccessKey: () => import('@tanstack/react-query').UseMutationResult<RefreshAccessKeyResponse, Error, RefreshAccessKeyBody, unknown>;
848
+ /**
849
+ * Dictionary
850
+ */
851
+ export declare const useGetDictionaries: (filters?: GetDictionariesParams) => UseQueryResult<GetDictionariesResult, unknown>;
852
+ export declare const useGetDictionariesKeys: (options?: Partial<UseQueryOptions<GetDictionariesKeysResult>>) => UseQueryResult<GetDictionariesKeysResult, Error>;
853
+ export declare const useGetDictionary: (dictionaryKey: GetDictionaryParams["dictionaryKey"], version?: GetDictionaryQuery["version"]) => UseQueryResult<GetDictionaryResult, unknown>;
854
+ export declare const useAddDictionary: () => import('@tanstack/react-query').UseMutationResult<AddDictionaryResult, Error, AddDictionaryBody, unknown>;
855
+ export declare const usePushDictionaries: () => import('@tanstack/react-query').UseMutationResult<PushDictionariesResult, Error, PushDictionariesBody, unknown>;
856
+ export declare const useUpdateDictionary: () => import('@tanstack/react-query').UseMutationResult<UpdateDictionaryResult, Error, UpdateDictionaryBody, unknown>;
857
+ export declare const useDeleteDictionary: () => import('@tanstack/react-query').UseMutationResult<DeleteDictionaryResult, Error, DeleteDictionaryParam, unknown>;
858
+ /**
859
+ * Tag
860
+ */
861
+ export declare const useGetTags: (filters?: GetTagsParams) => UseQueryResult<GetTagsResult, unknown>;
862
+ export declare const useAddTag: () => import('@tanstack/react-query').UseMutationResult<AddTagResult, Error, AddTagBody, unknown>;
863
+ export declare const useUpdateTag: () => import('@tanstack/react-query').UseMutationResult<UpdateTagResult, Error, {
864
+ tagId: string;
865
+ tag: any;
866
+ }, unknown>;
867
+ export declare const useDeleteTag: () => import('@tanstack/react-query').UseMutationResult<DeleteTagResult, Error, DeleteTagParams, unknown>;
868
+ /**
869
+ * Stripe
870
+ */
871
+ export declare const useGetPricing: (body: GetPricingBody, options?: Partial<UseQueryOptions<GetPricingResult>>) => UseQueryResult<GetPricingResult, Error>;
872
+ export declare const useGetSubscription: (body: GetCheckoutSessionBody) => UseQueryResult<GetCheckoutSessionResult, unknown>;
873
+ export declare const useCancelSubscription: () => import('@tanstack/react-query').UseMutationResult<GetCheckoutSessionResult, Error, import('@intlayer/api').FetcherOptions | undefined, unknown>;
874
+ /**
875
+ * AI
876
+ */
877
+ export declare const useTranslateJSONDeclaration: () => import('@tanstack/react-query').UseMutationResult<TranslateJSONResult, Error, any, unknown>;
878
+ export declare const useAuditContentDeclaration: () => import('@tanstack/react-query').UseMutationResult<AuditContentDeclarationResult, Error, any, unknown>;
879
+ export declare const useAuditContentDeclarationMetadata: () => import('@tanstack/react-query').UseMutationResult<AuditContentDeclarationMetadataResult, Error, any, unknown>;
880
+ export declare const useAuditContentDeclarationField: () => import('@tanstack/react-query').UseMutationResult<AuditContentDeclarationFieldResult, Error, any, unknown>;
881
+ export declare const useAuditTag: () => import('@tanstack/react-query').UseMutationResult<AuditTagResult, Error, any, unknown>;
882
+ export declare const useAskDocQuestion: () => import('@tanstack/react-query').UseMutationResult<void, Error, import('@intlayer/api').AskDocQuestionBody | undefined, unknown>;
883
+ export declare const useAutocomplete: () => import('@tanstack/react-query').UseMutationResult<AutocompleteResponse, Error, import('@intlayer/api').AutocompleteBody | undefined, unknown>;
884
+ /**
885
+ * Search
886
+ */
887
+ export declare const useSearchDoc: (params?: SearchDocUtilParams) => UseQueryResult<SearchDocUtilResult, Error>;
888
+ /**
889
+ * Newsletter
890
+ */
891
+ export declare const useSubscribeToNewsletter: () => import('@tanstack/react-query').UseMutationResult<NewsletterSubscriptionResult, Error, NewsletterSubscriptionBody, unknown>;
892
+ export declare const useUnsubscribeFromNewsletter: () => import('@tanstack/react-query').UseMutationResult<NewsletterSubscriptionResult, Error, NewsletterUnsubscriptionBody, unknown>;
893
+ export declare const useGetNewsletterStatus: () => import('@tanstack/react-query').UseMutationResult<NewsletterSubscriptionResult, Error, import('@intlayer/api').FetcherOptions | undefined, unknown>;
894
+ /**
895
+ * Editor
896
+ */
897
+ export declare const useGetEditorDictionaries: () => UseQueryResult<GetEditorDictionariesResult, Error>;
898
+ export declare const useWriteDictionary: () => import('@tanstack/react-query').UseMutationResult<import('intlayer-editor').WriteContentDeclarationResult, Error, import('intlayer-editor').WriteContentDeclarationBody, unknown>;
899
+ //# sourceMappingURL=reactQuery.d.ts.map