@intlayer/design-system 5.8.1 → 6.0.0-canary.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +31 -21
  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 @@
1
+ {"version":3,"file":"reactQuery.mjs","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":[],"mappings":"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"}
@@ -4,20 +4,23 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
4
  const api = require("@intlayer/api");
5
5
  const configuration = require("@intlayer/config/built");
6
6
  const editorReact = require("@intlayer/editor-react");
7
- const hooks_useAsync_useAsync = require("../useAsync/useAsync.cjs");
7
+ const reactQuery = require("@tanstack/react-query");
8
8
  const useOAuth2 = (intlayerConfiguration) => {
9
9
  const configuration$1 = editorReact.useConfiguration();
10
10
  const config = intlayerConfiguration ?? configuration$1 ?? configuration;
11
11
  const intlayerAPI = api.getOAuthAPI(config);
12
- const { data } = hooks_useAsync_useAsync.useAsync(
13
- "getOAuth2AccessToken",
14
- intlayerAPI.getOAuth2AccessToken,
15
- {
16
- cache: true,
17
- autoFetch: true,
18
- enable: !!(config.editor.clientId && config.editor.clientSecret)
19
- }
20
- );
12
+ const { data } = reactQuery.useQuery({
13
+ queryKey: ["oAuth2AccessToken"],
14
+ queryFn: intlayerAPI.getOAuth2AccessToken,
15
+ enabled: !!(config.editor.clientId && config.editor.clientSecret),
16
+ staleTime: 0,
17
+ gcTime: 0,
18
+ refetchOnWindowFocus: false,
19
+ refetchOnMount: false,
20
+ refetchOnReconnect: false,
21
+ refetchInterval: false,
22
+ refetchIntervalInBackground: false
23
+ });
21
24
  const oAuth2AccessToken = data?.data;
22
25
  return {
23
26
  oAuth2AccessToken
@@ -1 +1 @@
1
- {"version":3,"file":"useOAuth2.cjs","sources":["../../../src/hooks/useAuth/useOAuth2.ts"],"sourcesContent":["'use client';\n\nimport { getOAuthAPI } from '@intlayer/api';\nimport defaultConfiguration from '@intlayer/config/built';\nimport type { IntlayerConfig } from '@intlayer/config/client';\nimport { useConfiguration } from '@intlayer/editor-react';\nimport { useAsync } from '../useAsync/useAsync';\n\nexport const useOAuth2 = (intlayerConfiguration?: IntlayerConfig) => {\n const configuration = useConfiguration();\n const config = intlayerConfiguration ?? configuration ?? defaultConfiguration;\n const intlayerAPI = getOAuthAPI(config);\n\n const { data } = useAsync(\n 'getOAuth2AccessToken',\n intlayerAPI.getOAuth2AccessToken,\n {\n cache: true,\n autoFetch: true,\n enable: !!(config.editor.clientId && config.editor.clientSecret),\n }\n );\n\n const oAuth2AccessToken = data?.data;\n\n return {\n oAuth2AccessToken,\n };\n};\n"],"names":["configuration","useConfiguration","defaultConfiguration","getOAuthAPI","useAsync"],"mappings":";;;;;;;AAQO,MAAM,YAAY,CAAC,0BAA2C;AACnE,QAAMA,kBAAgBC,YAAAA,iBAAA;AACtB,QAAM,SAAS,yBAAyBD,mBAAiBE;AACzD,QAAM,cAAcC,IAAAA,YAAY,MAAM;AAEtC,QAAM,EAAE,SAASC,wBAAAA;AAAAA,IACf;AAAA,IACA,YAAY;AAAA,IACZ;AAAA,MACE,OAAO;AAAA,MACP,WAAW;AAAA,MACX,QAAQ,CAAC,EAAE,OAAO,OAAO,YAAY,OAAO,OAAO;AAAA,IAAA;AAAA,EACrD;AAGF,QAAM,oBAAoB,MAAM;AAEhC,SAAO;AAAA,IACL;AAAA,EAAA;AAEJ;;"}
1
+ {"version":3,"file":"useOAuth2.cjs","sources":["../../../src/hooks/useAuth/useOAuth2.ts"],"sourcesContent":["'use client';\n\nimport { getOAuthAPI } from '@intlayer/api';\nimport defaultConfiguration from '@intlayer/config/built';\nimport type { IntlayerConfig } from '@intlayer/config/client';\nimport { useConfiguration } from '@intlayer/editor-react';\nimport { useQuery } from '@tanstack/react-query';\n\nexport const useOAuth2 = (intlayerConfiguration?: IntlayerConfig) => {\n const configuration = useConfiguration();\n const config = intlayerConfiguration ?? configuration ?? defaultConfiguration;\n const intlayerAPI = getOAuthAPI(config);\n\n const { data } = useQuery({\n queryKey: ['oAuth2AccessToken'],\n queryFn: intlayerAPI.getOAuth2AccessToken,\n enabled: !!(config.editor.clientId && config.editor.clientSecret),\n staleTime: 0,\n gcTime: 0,\n refetchOnWindowFocus: false,\n refetchOnMount: false,\n refetchOnReconnect: false,\n refetchInterval: false,\n refetchIntervalInBackground: false,\n });\n\n const oAuth2AccessToken = data?.data;\n\n return {\n oAuth2AccessToken,\n };\n};\n"],"names":["configuration","useConfiguration","defaultConfiguration","getOAuthAPI","useQuery"],"mappings":";;;;;;;AAQO,MAAM,YAAY,CAAC,0BAA2C;AACnE,QAAMA,kBAAgBC,YAAAA,iBAAA;AACtB,QAAM,SAAS,yBAAyBD,mBAAiBE;AACzD,QAAM,cAAcC,IAAAA,YAAY,MAAM;AAEtC,QAAM,EAAE,KAAA,IAASC,oBAAS;AAAA,IACxB,UAAU,CAAC,mBAAmB;AAAA,IAC9B,SAAS,YAAY;AAAA,IACrB,SAAS,CAAC,EAAE,OAAO,OAAO,YAAY,OAAO,OAAO;AAAA,IACpD,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,sBAAsB;AAAA,IACtB,gBAAgB;AAAA,IAChB,oBAAoB;AAAA,IACpB,iBAAiB;AAAA,IACjB,6BAA6B;AAAA,EAAA,CAC9B;AAED,QAAM,oBAAoB,MAAM;AAEhC,SAAO;AAAA,IACL;AAAA,EAAA;AAEJ;;"}
@@ -1,5 +1,5 @@
1
1
  import { IntlayerConfig } from '@intlayer/config/client';
2
2
  export declare const useOAuth2: (intlayerConfiguration?: IntlayerConfig) => {
3
- oAuth2AccessToken: import('@intlayer/backend').OAuth2Token | null | undefined;
3
+ oAuth2AccessToken: any;
4
4
  };
5
5
  //# sourceMappingURL=useOAuth2.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useOAuth2.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAuth/useOAuth2.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAI9D,eAAO,MAAM,SAAS,GAAI,wBAAwB,cAAc;;CAoB/D,CAAC"}
1
+ {"version":3,"file":"useOAuth2.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAuth/useOAuth2.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAI9D,eAAO,MAAM,SAAS,GAAI,wBAAwB,cAAc;;CAuB/D,CAAC"}
@@ -2,20 +2,23 @@
2
2
  import { getOAuthAPI } from "@intlayer/api";
3
3
  import configuration from "@intlayer/config/built";
4
4
  import { useConfiguration } from "@intlayer/editor-react";
5
- import { useAsync } from "../useAsync/useAsync.mjs";
5
+ import { useQuery } from "@tanstack/react-query";
6
6
  const useOAuth2 = (intlayerConfiguration) => {
7
7
  const configuration$1 = useConfiguration();
8
8
  const config = intlayerConfiguration ?? configuration$1 ?? configuration;
9
9
  const intlayerAPI = getOAuthAPI(config);
10
- const { data } = useAsync(
11
- "getOAuth2AccessToken",
12
- intlayerAPI.getOAuth2AccessToken,
13
- {
14
- cache: true,
15
- autoFetch: true,
16
- enable: !!(config.editor.clientId && config.editor.clientSecret)
17
- }
18
- );
10
+ const { data } = useQuery({
11
+ queryKey: ["oAuth2AccessToken"],
12
+ queryFn: intlayerAPI.getOAuth2AccessToken,
13
+ enabled: !!(config.editor.clientId && config.editor.clientSecret),
14
+ staleTime: 0,
15
+ gcTime: 0,
16
+ refetchOnWindowFocus: false,
17
+ refetchOnMount: false,
18
+ refetchOnReconnect: false,
19
+ refetchInterval: false,
20
+ refetchIntervalInBackground: false
21
+ });
19
22
  const oAuth2AccessToken = data?.data;
20
23
  return {
21
24
  oAuth2AccessToken
@@ -1 +1 @@
1
- {"version":3,"file":"useOAuth2.mjs","sources":["../../../src/hooks/useAuth/useOAuth2.ts"],"sourcesContent":["'use client';\n\nimport { getOAuthAPI } from '@intlayer/api';\nimport defaultConfiguration from '@intlayer/config/built';\nimport type { IntlayerConfig } from '@intlayer/config/client';\nimport { useConfiguration } from '@intlayer/editor-react';\nimport { useAsync } from '../useAsync/useAsync';\n\nexport const useOAuth2 = (intlayerConfiguration?: IntlayerConfig) => {\n const configuration = useConfiguration();\n const config = intlayerConfiguration ?? configuration ?? defaultConfiguration;\n const intlayerAPI = getOAuthAPI(config);\n\n const { data } = useAsync(\n 'getOAuth2AccessToken',\n intlayerAPI.getOAuth2AccessToken,\n {\n cache: true,\n autoFetch: true,\n enable: !!(config.editor.clientId && config.editor.clientSecret),\n }\n );\n\n const oAuth2AccessToken = data?.data;\n\n return {\n oAuth2AccessToken,\n };\n};\n"],"names":["configuration","defaultConfiguration"],"mappings":";;;;;AAQO,MAAM,YAAY,CAAC,0BAA2C;AACnE,QAAMA,kBAAgB,iBAAA;AACtB,QAAM,SAAS,yBAAyBA,mBAAiBC;AACzD,QAAM,cAAc,YAAY,MAAM;AAEtC,QAAM,EAAE,SAAS;AAAA,IACf;AAAA,IACA,YAAY;AAAA,IACZ;AAAA,MACE,OAAO;AAAA,MACP,WAAW;AAAA,MACX,QAAQ,CAAC,EAAE,OAAO,OAAO,YAAY,OAAO,OAAO;AAAA,IAAA;AAAA,EACrD;AAGF,QAAM,oBAAoB,MAAM;AAEhC,SAAO;AAAA,IACL;AAAA,EAAA;AAEJ;"}
1
+ {"version":3,"file":"useOAuth2.mjs","sources":["../../../src/hooks/useAuth/useOAuth2.ts"],"sourcesContent":["'use client';\n\nimport { getOAuthAPI } from '@intlayer/api';\nimport defaultConfiguration from '@intlayer/config/built';\nimport type { IntlayerConfig } from '@intlayer/config/client';\nimport { useConfiguration } from '@intlayer/editor-react';\nimport { useQuery } from '@tanstack/react-query';\n\nexport const useOAuth2 = (intlayerConfiguration?: IntlayerConfig) => {\n const configuration = useConfiguration();\n const config = intlayerConfiguration ?? configuration ?? defaultConfiguration;\n const intlayerAPI = getOAuthAPI(config);\n\n const { data } = useQuery({\n queryKey: ['oAuth2AccessToken'],\n queryFn: intlayerAPI.getOAuth2AccessToken,\n enabled: !!(config.editor.clientId && config.editor.clientSecret),\n staleTime: 0,\n gcTime: 0,\n refetchOnWindowFocus: false,\n refetchOnMount: false,\n refetchOnReconnect: false,\n refetchInterval: false,\n refetchIntervalInBackground: false,\n });\n\n const oAuth2AccessToken = data?.data;\n\n return {\n oAuth2AccessToken,\n };\n};\n"],"names":["configuration","defaultConfiguration"],"mappings":";;;;;AAQO,MAAM,YAAY,CAAC,0BAA2C;AACnE,QAAMA,kBAAgB,iBAAA;AACtB,QAAM,SAAS,yBAAyBA,mBAAiBC;AACzD,QAAM,cAAc,YAAY,MAAM;AAEtC,QAAM,EAAE,KAAA,IAAS,SAAS;AAAA,IACxB,UAAU,CAAC,mBAAmB;AAAA,IAC9B,SAAS,YAAY;AAAA,IACrB,SAAS,CAAC,EAAE,OAAO,OAAO,YAAY,OAAO,OAAO;AAAA,IACpD,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,sBAAsB;AAAA,IACtB,gBAAgB;AAAA,IAChB,oBAAoB;AAAA,IACpB,iBAAiB;AAAA,IACjB,6BAA6B;AAAA,EAAA,CAC9B;AAED,QAAM,oBAAoB,MAAM;AAEhC,SAAO;AAAA,IACL;AAAA,EAAA;AAEJ;"}
@@ -3,43 +3,40 @@
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
4
  const configuration = require("@intlayer/config/built");
5
5
  const editorReact = require("@intlayer/editor-react");
6
+ const reactQuery = require("@tanstack/react-query");
6
7
  const hooks_auth = require("../auth.cjs");
7
- const hooks_useAsync_useAsync = require("../useAsync/useAsync.cjs");
8
- require("../useAsync/useAsyncStateStore.cjs");
8
+ require("@intlayer/api");
9
9
  const useSession = (sessionProp, intlayerConfiguration) => {
10
10
  const configuration$1 = editorReact.useConfiguration();
11
11
  const config = intlayerConfiguration ?? configuration$1 ?? configuration;
12
- const {
13
- getSession,
14
- revalidate,
15
- data,
16
- setData: setSession,
17
- isFetched
18
- } = hooks_useAsync_useAsync.useAsync(
19
- "getSession",
20
- async () => {
12
+ const queryClient = reactQuery.useQueryClient();
13
+ const { data, isFetched, refetch } = reactQuery.useQuery({
14
+ queryKey: ["session"],
15
+ queryFn: async () => {
21
16
  const intlayerAPI = hooks_auth.getAuthAPI(config);
22
17
  const result = await intlayerAPI.getSession();
23
18
  return result.data;
24
19
  },
25
- {
26
- cache: true,
27
- store: true,
28
- autoFetch: true,
29
- enable: !sessionProp,
30
- invalidateQueries: [
31
- "getOrganizations",
32
- "getProjects",
33
- "getUsers",
34
- "getDictionaries"
35
- ]
36
- }
37
- );
20
+ staleTime: 0,
21
+ gcTime: 0,
22
+ enabled: !sessionProp,
23
+ refetchOnWindowFocus: false,
24
+ refetchOnMount: false,
25
+ refetchOnReconnect: false,
26
+ refetchInterval: false,
27
+ refetchIntervalInBackground: false
28
+ });
38
29
  const session = data ?? (isFetched ? null : void 0);
30
+ const setSession = (nextSession) => queryClient.setQueryData(["session"], nextSession);
31
+ const fetchSession = async () => {
32
+ const res = await refetch();
33
+ return res.data;
34
+ };
35
+ const revalidateSession = fetchSession;
39
36
  return {
40
37
  session,
41
- fetchSession: getSession,
42
- revalidateSession: revalidate,
38
+ fetchSession,
39
+ revalidateSession,
43
40
  setSession
44
41
  };
45
42
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useSession.cjs","sources":["../../../src/hooks/useAuth/useSession.ts"],"sourcesContent":["'use client';\n\nimport type { SessionAPI } from '@intlayer/backend';\nimport defaultConfiguration from '@intlayer/config/built';\nimport type { IntlayerConfig } from '@intlayer/config/client';\nimport { useConfiguration } from '@intlayer/editor-react';\nimport { getAuthAPI } from '../auth';\nimport { useAsync } from '../useAsync';\n\nexport const useSession = (\n sessionProp?: SessionAPI | null,\n intlayerConfiguration?: IntlayerConfig\n) => {\n const configuration = useConfiguration();\n const config = intlayerConfiguration ?? configuration ?? defaultConfiguration;\n\n const {\n getSession,\n revalidate,\n data,\n setData: setSession,\n isFetched,\n } = useAsync(\n 'getSession',\n async () => {\n const intlayerAPI = getAuthAPI(config);\n const result = await intlayerAPI.getSession();\n return result.data as unknown as SessionAPI;\n },\n {\n cache: true,\n store: true,\n autoFetch: true,\n enable: !sessionProp,\n invalidateQueries: [\n 'getOrganizations',\n 'getProjects',\n 'getUsers',\n 'getDictionaries',\n ],\n }\n );\n\n const session = data ?? (isFetched ? null : undefined);\n\n return {\n session,\n fetchSession: getSession,\n revalidateSession: revalidate,\n setSession,\n };\n};\n"],"names":["configuration","useConfiguration","defaultConfiguration","useAsync","getAuthAPI"],"mappings":";;;;;;;;AASO,MAAM,aAAa,CACxB,aACA,0BACG;AACH,QAAMA,kBAAgBC,YAAAA,iBAAA;AACtB,QAAM,SAAS,yBAAyBD,mBAAiBE;AAEzD,QAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA,SAAS;AAAA,IACT;AAAA,EAAA,IACEC,wBAAAA;AAAAA,IACF;AAAA,IACA,YAAY;AACV,YAAM,cAAcC,WAAAA,WAAW,MAAM;AACrC,YAAM,SAAS,MAAM,YAAY,WAAA;AACjC,aAAO,OAAO;AAAA,IAChB;AAAA,IACA;AAAA,MACE,OAAO;AAAA,MACP,OAAO;AAAA,MACP,WAAW;AAAA,MACX,QAAQ,CAAC;AAAA,MACT,mBAAmB;AAAA,QACjB;AAAA,QACA;AAAA,QACA;AAAA,QACA;AAAA,MAAA;AAAA,IACF;AAAA,EACF;AAGF,QAAM,UAAU,SAAS,YAAY,OAAO;AAE5C,SAAO;AAAA,IACL;AAAA,IACA,cAAc;AAAA,IACd,mBAAmB;AAAA,IACnB;AAAA,EAAA;AAEJ;;"}
1
+ {"version":3,"file":"useSession.cjs","sources":["../../../src/hooks/useAuth/useSession.ts"],"sourcesContent":["'use client';\n\nimport type { SessionAPI } from '@intlayer/backend';\nimport defaultConfiguration from '@intlayer/config/built';\nimport type { IntlayerConfig } from '@intlayer/config/client';\nimport { useConfiguration } from '@intlayer/editor-react';\nimport { useQuery } from '@tanstack/react-query';\nimport { getAuthAPI } from '../auth';\nimport { useQueryClient } from '../reactQuery';\n\nexport const useSession = (\n sessionProp?: SessionAPI | null,\n intlayerConfiguration?: IntlayerConfig\n) => {\n const configuration = useConfiguration();\n const config = intlayerConfiguration ?? configuration ?? defaultConfiguration;\n\n const queryClient = useQueryClient();\n\n const { data, isFetched, refetch } = useQuery({\n queryKey: ['session'],\n queryFn: async () => {\n const intlayerAPI = getAuthAPI(config);\n const result = await intlayerAPI.getSession();\n return result.data as unknown as SessionAPI;\n },\n staleTime: 0,\n gcTime: 0,\n enabled: !sessionProp,\n refetchOnWindowFocus: false,\n refetchOnMount: false,\n refetchOnReconnect: false,\n refetchInterval: false,\n refetchIntervalInBackground: false,\n });\n\n const session = data ?? (isFetched ? null : undefined);\n\n const setSession = (nextSession: SessionAPI | null) =>\n queryClient.setQueryData(['session'], nextSession);\n\n const fetchSession = async (): Promise<SessionAPI | null | undefined> => {\n const res = await refetch();\n return res.data as SessionAPI | null | undefined;\n };\n\n const revalidateSession = fetchSession;\n\n return {\n session,\n fetchSession,\n revalidateSession,\n setSession,\n };\n};\n"],"names":["configuration","useConfiguration","defaultConfiguration","useQueryClient","useQuery","getAuthAPI"],"mappings":";;;;;;;;AAUO,MAAM,aAAa,CACxB,aACA,0BACG;AACH,QAAMA,kBAAgBC,YAAAA,iBAAA;AACtB,QAAM,SAAS,yBAAyBD,mBAAiBE;AAEzD,QAAM,cAAcC,WAAAA,eAAA;AAEpB,QAAM,EAAE,MAAM,WAAW,QAAA,IAAYC,WAAAA,SAAS;AAAA,IAC5C,UAAU,CAAC,SAAS;AAAA,IACpB,SAAS,YAAY;AACnB,YAAM,cAAcC,WAAAA,WAAW,MAAM;AACrC,YAAM,SAAS,MAAM,YAAY,WAAA;AACjC,aAAO,OAAO;AAAA,IAChB;AAAA,IACA,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,SAAS,CAAC;AAAA,IACV,sBAAsB;AAAA,IACtB,gBAAgB;AAAA,IAChB,oBAAoB;AAAA,IACpB,iBAAiB;AAAA,IACjB,6BAA6B;AAAA,EAAA,CAC9B;AAED,QAAM,UAAU,SAAS,YAAY,OAAO;AAE5C,QAAM,aAAa,CAAC,gBAClB,YAAY,aAAa,CAAC,SAAS,GAAG,WAAW;AAEnD,QAAM,eAAe,YAAoD;AACvE,UAAM,MAAM,MAAM,QAAA;AAClB,WAAO,IAAI;AAAA,EACb;AAEA,QAAM,oBAAoB;AAE1B,SAAO;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EAAA;AAEJ;;"}
@@ -1,357 +1,9 @@
1
1
  import { SessionAPI } from '@intlayer/backend';
2
2
  import { IntlayerConfig } from '@intlayer/config/client';
3
3
  export declare const useSession: (sessionProp?: SessionAPI | null, intlayerConfiguration?: IntlayerConfig) => {
4
- session: {
5
- session: {
6
- userId: string;
7
- expiresAt: Date;
8
- createdAt: Date;
9
- updatedAt: Date;
10
- token: string;
11
- ipAddress?: string | null | undefined;
12
- userAgent?: string | null | undefined;
13
- id: string;
14
- activeOrganizationId?: string | undefined;
15
- activeProjectId?: string | undefined;
16
- };
17
- user: {
18
- email: string;
19
- name: string;
20
- image?: string | null | undefined;
21
- createdAt: Date;
22
- updatedAt: Date;
23
- emailVerified: boolean;
24
- phone?: string | undefined;
25
- dateOfBirth?: Date | undefined;
26
- id: string;
27
- emailsList?: {
28
- newsLetter: boolean;
29
- } | undefined;
30
- customerId?: string | undefined;
31
- role?: string | undefined;
32
- lang?: string | undefined;
33
- };
34
- organization?: {
35
- name: string;
36
- membersIds: string[];
37
- adminsIds: string[];
38
- id: string;
39
- creatorId: string;
40
- plan?: {
41
- type: import('@intlayer/backend').PlanType;
42
- creatorId?: string | undefined;
43
- subscriptionId?: string | undefined;
44
- customerId?: string | undefined;
45
- priceId?: string | undefined;
46
- status?: "active" | "canceled" | "past_due" | "unpaid" | "incomplete" | "incomplete_expired" | "paused" | "trialing" | undefined;
47
- period?: "MONTHLY" | "YEARLY" | undefined;
48
- id: string;
49
- createdAt: number;
50
- updatedAt: number;
51
- } | undefined;
52
- createdAt: number;
53
- updatedAt: number;
54
- } | null | undefined;
55
- project?: {
56
- organizationId: string;
57
- name: string;
58
- membersIds: string[];
59
- adminsIds: string[];
60
- creatorId: string;
61
- configuration?: {
62
- internationalization: {
63
- locales: import('intlayer').Locales[];
64
- defaultLocale: import('intlayer').Locales;
65
- };
66
- editor: {
67
- applicationURL: string;
68
- cmsURL: string;
69
- };
70
- } | undefined;
71
- id: string;
72
- createdAt: number;
73
- updatedAt: number;
74
- oAuth2Access: {
75
- name: string;
76
- grants: string[];
77
- expiresAt?: Date | undefined;
78
- clientId: string;
79
- clientSecret: string;
80
- accessToken: string[];
81
- userId: string;
82
- id: string;
83
- createdAt: number;
84
- updatedAt: number;
85
- }[];
86
- } | null | undefined;
87
- id: string;
88
- permissions: import('node_modules/@intlayer/backend/dist/types/utils/permissions').Permission[];
89
- roles: import('node_modules/@intlayer/backend/dist/types/utils/permissions').Roles[];
90
- authType: "session" | "oauth2" | null;
91
- } | null | undefined;
92
- fetchSession: () => Promise<{
93
- session: {
94
- userId: string;
95
- expiresAt: Date;
96
- createdAt: Date;
97
- updatedAt: Date;
98
- token: string;
99
- ipAddress?: string | null | undefined;
100
- userAgent?: string | null | undefined;
101
- id: string;
102
- activeOrganizationId?: string | undefined;
103
- activeProjectId?: string | undefined;
104
- };
105
- user: {
106
- email: string;
107
- name: string;
108
- image?: string | null | undefined;
109
- createdAt: Date;
110
- updatedAt: Date;
111
- emailVerified: boolean;
112
- phone?: string | undefined;
113
- dateOfBirth?: Date | undefined;
114
- id: string;
115
- emailsList?: {
116
- newsLetter: boolean;
117
- } | undefined;
118
- customerId?: string | undefined;
119
- role?: string | undefined;
120
- lang?: string | undefined;
121
- };
122
- organization?: {
123
- name: string;
124
- membersIds: string[];
125
- adminsIds: string[];
126
- id: string;
127
- creatorId: string;
128
- plan?: {
129
- type: import('@intlayer/backend').PlanType;
130
- creatorId?: string | undefined;
131
- subscriptionId?: string | undefined;
132
- customerId?: string | undefined;
133
- priceId?: string | undefined;
134
- status?: "active" | "canceled" | "past_due" | "unpaid" | "incomplete" | "incomplete_expired" | "paused" | "trialing" | undefined;
135
- period?: "MONTHLY" | "YEARLY" | undefined;
136
- id: string;
137
- createdAt: number;
138
- updatedAt: number;
139
- } | undefined;
140
- createdAt: number;
141
- updatedAt: number;
142
- } | null | undefined;
143
- project?: {
144
- organizationId: string;
145
- name: string;
146
- membersIds: string[];
147
- adminsIds: string[];
148
- creatorId: string;
149
- configuration?: {
150
- internationalization: {
151
- locales: import('intlayer').Locales[];
152
- defaultLocale: import('intlayer').Locales;
153
- };
154
- editor: {
155
- applicationURL: string;
156
- cmsURL: string;
157
- };
158
- } | undefined;
159
- id: string;
160
- createdAt: number;
161
- updatedAt: number;
162
- oAuth2Access: {
163
- name: string;
164
- grants: string[];
165
- expiresAt?: Date | undefined;
166
- clientId: string;
167
- clientSecret: string;
168
- accessToken: string[];
169
- userId: string;
170
- id: string;
171
- createdAt: number;
172
- updatedAt: number;
173
- }[];
174
- } | null | undefined;
175
- id: string;
176
- permissions: import('node_modules/@intlayer/backend/dist/types/utils/permissions').Permission[];
177
- roles: import('node_modules/@intlayer/backend/dist/types/utils/permissions').Roles[];
178
- authType: "session" | "oauth2" | null;
179
- }>;
180
- revalidateSession: () => Promise<{
181
- session: {
182
- userId: string;
183
- expiresAt: Date;
184
- createdAt: Date;
185
- updatedAt: Date;
186
- token: string;
187
- ipAddress?: string | null | undefined;
188
- userAgent?: string | null | undefined;
189
- id: string;
190
- activeOrganizationId?: string | undefined;
191
- activeProjectId?: string | undefined;
192
- };
193
- user: {
194
- email: string;
195
- name: string;
196
- image?: string | null | undefined;
197
- createdAt: Date;
198
- updatedAt: Date;
199
- emailVerified: boolean;
200
- phone?: string | undefined;
201
- dateOfBirth?: Date | undefined;
202
- id: string;
203
- emailsList?: {
204
- newsLetter: boolean;
205
- } | undefined;
206
- customerId?: string | undefined;
207
- role?: string | undefined;
208
- lang?: string | undefined;
209
- };
210
- organization?: {
211
- name: string;
212
- membersIds: string[];
213
- adminsIds: string[];
214
- id: string;
215
- creatorId: string;
216
- plan?: {
217
- type: import('@intlayer/backend').PlanType;
218
- creatorId?: string | undefined;
219
- subscriptionId?: string | undefined;
220
- customerId?: string | undefined;
221
- priceId?: string | undefined;
222
- status?: "active" | "canceled" | "past_due" | "unpaid" | "incomplete" | "incomplete_expired" | "paused" | "trialing" | undefined;
223
- period?: "MONTHLY" | "YEARLY" | undefined;
224
- id: string;
225
- createdAt: number;
226
- updatedAt: number;
227
- } | undefined;
228
- createdAt: number;
229
- updatedAt: number;
230
- } | null | undefined;
231
- project?: {
232
- organizationId: string;
233
- name: string;
234
- membersIds: string[];
235
- adminsIds: string[];
236
- creatorId: string;
237
- configuration?: {
238
- internationalization: {
239
- locales: import('intlayer').Locales[];
240
- defaultLocale: import('intlayer').Locales;
241
- };
242
- editor: {
243
- applicationURL: string;
244
- cmsURL: string;
245
- };
246
- } | undefined;
247
- id: string;
248
- createdAt: number;
249
- updatedAt: number;
250
- oAuth2Access: {
251
- name: string;
252
- grants: string[];
253
- expiresAt?: Date | undefined;
254
- clientId: string;
255
- clientSecret: string;
256
- accessToken: string[];
257
- userId: string;
258
- id: string;
259
- createdAt: number;
260
- updatedAt: number;
261
- }[];
262
- } | null | undefined;
263
- id: string;
264
- permissions: import('node_modules/@intlayer/backend/dist/types/utils/permissions').Permission[];
265
- roles: import('node_modules/@intlayer/backend/dist/types/utils/permissions').Roles[];
266
- authType: "session" | "oauth2" | null;
267
- }>;
268
- setSession: (data: {
269
- session: {
270
- userId: string;
271
- expiresAt: Date;
272
- createdAt: Date;
273
- updatedAt: Date;
274
- token: string;
275
- ipAddress?: string | null | undefined;
276
- userAgent?: string | null | undefined;
277
- id: string;
278
- activeOrganizationId?: string | undefined;
279
- activeProjectId?: string | undefined;
280
- };
281
- user: {
282
- email: string;
283
- name: string;
284
- image?: string | null | undefined;
285
- createdAt: Date;
286
- updatedAt: Date;
287
- emailVerified: boolean;
288
- phone?: string | undefined;
289
- dateOfBirth?: Date | undefined;
290
- id: string;
291
- emailsList?: {
292
- newsLetter: boolean;
293
- } | undefined;
294
- customerId?: string | undefined;
295
- role?: string | undefined;
296
- lang?: string | undefined;
297
- };
298
- organization?: {
299
- name: string;
300
- membersIds: string[];
301
- adminsIds: string[];
302
- id: string;
303
- creatorId: string;
304
- plan?: {
305
- type: import('@intlayer/backend').PlanType;
306
- creatorId?: string | undefined;
307
- subscriptionId?: string | undefined;
308
- customerId?: string | undefined;
309
- priceId?: string | undefined;
310
- status?: "active" | "canceled" | "past_due" | "unpaid" | "incomplete" | "incomplete_expired" | "paused" | "trialing" | undefined;
311
- period?: "MONTHLY" | "YEARLY" | undefined;
312
- id: string;
313
- createdAt: number;
314
- updatedAt: number;
315
- } | undefined;
316
- createdAt: number;
317
- updatedAt: number;
318
- } | null | undefined;
319
- project?: {
320
- organizationId: string;
321
- name: string;
322
- membersIds: string[];
323
- adminsIds: string[];
324
- creatorId: string;
325
- configuration?: {
326
- internationalization: {
327
- locales: import('intlayer').Locales[];
328
- defaultLocale: import('intlayer').Locales;
329
- };
330
- editor: {
331
- applicationURL: string;
332
- cmsURL: string;
333
- };
334
- } | undefined;
335
- id: string;
336
- createdAt: number;
337
- updatedAt: number;
338
- oAuth2Access: {
339
- name: string;
340
- grants: string[];
341
- expiresAt?: Date | undefined;
342
- clientId: string;
343
- clientSecret: string;
344
- accessToken: string[];
345
- userId: string;
346
- id: string;
347
- createdAt: number;
348
- updatedAt: number;
349
- }[];
350
- } | null | undefined;
351
- id: string;
352
- permissions: import('node_modules/@intlayer/backend/dist/types/utils/permissions').Permission[];
353
- roles: import('node_modules/@intlayer/backend/dist/types/utils/permissions').Roles[];
354
- authType: "session" | "oauth2" | null;
355
- } | null) => void;
4
+ session: any;
5
+ fetchSession: () => Promise<SessionAPI | null | undefined>;
6
+ revalidateSession: () => Promise<SessionAPI | null | undefined>;
7
+ setSession: (nextSession: SessionAPI | null) => unknown;
356
8
  };
357
9
  //# sourceMappingURL=useSession.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useSession.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAuth/useSession.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAK9D,eAAO,MAAM,UAAU,GACrB,cAAc,UAAU,GAAG,IAAI,EAC/B,wBAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCvC,CAAC"}
1
+ {"version":3,"file":"useSession.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAuth/useSession.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAM9D,eAAO,MAAM,UAAU,GACrB,cAAc,UAAU,GAAG,IAAI,EAC/B,wBAAwB,cAAc;;wBA6BP,OAAO,CAAC,UAAU,GAAG,IAAI,GAAG,SAAS,CAAC;6BAAtC,OAAO,CAAC,UAAU,GAAG,IAAI,GAAG,SAAS,CAAC;8BAHpC,UAAU,GAAG,IAAI;CAgBnD,CAAC"}