jamespot-front-business 1.3.78 → 1.3.80

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 (251) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/jamespot-front-business.cjs +10 -10
  3. package/dist/jamespot-front-business.js +306 -287
  4. package/dist/{jamespot-front-business/src → src}/store/admin/logs/logs.d.ts +12 -12
  5. package/dist/{jamespot-front-business/src → src}/store/admin/logs/logsNavigation.d.ts +8 -8
  6. package/dist/{jamespot-front-business/src → src}/store/admin/logs/logsObjects.d.ts +8 -8
  7. package/dist/{jamespot-front-business/src → src}/store/admin/logs/logsSearch.d.ts +8 -8
  8. package/dist/{jamespot-front-business/src → src}/store/admin/logs/types.d.ts +1 -1
  9. package/dist/{jamespot-front-business/src → src}/store/aiProfile/aiProfile.d.ts +9 -9
  10. package/dist/{jamespot-front-business/src → src}/store/aiProfile/aiProfile.mock.d.ts +1 -1
  11. package/dist/{jamespot-front-business/src → src}/store/aiProfile/aiProfile.types.d.ts +1 -1
  12. package/dist/{jamespot-front-business/src → src}/store/animations/animationStats.d.ts +2 -2
  13. package/dist/{jamespot-front-business/src → src}/store/animations/animationStatsCurrent.d.ts +2 -2
  14. package/dist/{jamespot-front-business/src → src}/store/animations/animations.d.ts +14 -14
  15. package/dist/{jamespot-front-business/src → src}/store/animations/animations.mock.d.ts +1 -1
  16. package/dist/{jamespot-front-business/src → src}/store/animations/animationsList.d.ts +6 -6
  17. package/dist/{jamespot-front-business/src → src}/store/animations/animationsRTHandlers.d.ts +1 -1
  18. package/dist/{jamespot-front-business/src → src}/store/animations/animationsRTHandlers.mock.d.ts +1 -1
  19. package/dist/{jamespot-front-business/src → src}/store/animations/types.d.ts +1 -1
  20. package/dist/{jamespot-front-business/src → src}/store/application/application.d.ts +51 -51
  21. package/dist/{jamespot-front-business/src → src}/store/application/application.mock.d.ts +1 -1
  22. package/dist/{jamespot-front-business/src → src}/store/application/application.types.d.ts +1 -1
  23. package/dist/src/store/article/article.d.ts +3 -0
  24. package/dist/{jamespot-front-business/src → src}/store/article/articleRTHandlers.d.ts +1 -1
  25. package/dist/{jamespot-front-business/src → src}/store/article/articleRTHandlers.mock.d.ts +1 -1
  26. package/dist/{jamespot-front-business/src → src}/store/assetReservation/assetReservation.d.ts +10 -10
  27. package/dist/{jamespot-front-business/src → src}/store/assetReservation/assetReservation.types.d.ts +1 -1
  28. package/dist/{jamespot-front-business/src → src}/store/assetReservation/bookableAsset.d.ts +2 -2
  29. package/dist/{jamespot-front-business/src → src}/store/assetReservation/bookableAsset.mock.d.ts +1 -1
  30. package/dist/{jamespot-front-business/src → src}/store/assetReservation/configuration.d.ts +3 -3
  31. package/dist/{jamespot-front-business/src → src}/store/assetReservation/reservation.d.ts +237 -183
  32. package/dist/src/store/assetReservation/reservation.mock.d.ts +2 -0
  33. package/dist/src/store/bookmark/bookmark.d.ts +499 -0
  34. package/dist/{jamespot-front-business/src → src}/store/bookmark/bookmark.types.d.ts +1 -1
  35. package/dist/{jamespot-front-business/src → src}/store/bookmark/bookmarkList.d.ts +165 -165
  36. package/dist/{jamespot-front-business/src → src}/store/bookmark/bookmarkList.mock.d.ts +1 -1
  37. package/dist/{jamespot-front-business/src → src}/store/bookmark/bookmarkRTHandlers.d.ts +1 -1
  38. package/dist/{jamespot-front-business/src → src}/store/bookmark/bookmarkRTHandlers.mock.d.ts +1 -1
  39. package/dist/{jamespot-front-business/src → src}/store/bookmark/editBookmarkForm.d.ts +64 -64
  40. package/dist/{jamespot-front-business/src → src}/store/bookmark/editBookmarkForm.mock.d.ts +1 -1
  41. package/dist/{jamespot-front-business/src → src}/store/calendar/calendar.d.ts +12 -12
  42. package/dist/{jamespot-front-business/src → src}/store/calendar/calendar.types.d.ts +1 -1
  43. package/dist/{jamespot-front-business/src → src}/store/calendar/calendarEvents.d.ts +1761 -1599
  44. package/dist/{jamespot-front-business/src → src}/store/calendar/calendarEvents.mock.d.ts +1 -1
  45. package/dist/{jamespot-front-business/src → src}/store/calendar/calendarRTHandlers.d.ts +1 -1
  46. package/dist/{jamespot-front-business/src → src}/store/calendar/calendarRTHandlers.mock.d.ts +1 -1
  47. package/dist/{jamespot-front-business/src → src}/store/comment/comment.d.ts +6 -6
  48. package/dist/{jamespot-front-business/src → src}/store/comment/comment.types.d.ts +1 -1
  49. package/dist/{jamespot-front-business/src → src}/store/comment/commentList.d.ts +111 -84
  50. package/dist/{jamespot-front-business/src → src}/store/comment/commentList.mock.d.ts +1 -1
  51. package/dist/{jamespot-front-business/src → src}/store/comment/commentRTHandlers.d.ts +1 -1
  52. package/dist/{jamespot-front-business/src → src}/store/comment/commentsLikeRTHandlers.d.ts +1 -1
  53. package/dist/{jamespot-front-business/src → src}/store/contentReport/contentReport.d.ts +645 -501
  54. package/dist/{jamespot-front-business/src → src}/store/contentReport/contentReport.mock.d.ts +1 -1
  55. package/dist/{jamespot-front-business/src → src}/store/contentReport/contentReport.types.d.ts +1 -1
  56. package/dist/{jamespot-front-business/src → src}/store/extraBot/extraBot.d.ts +2953 -2521
  57. package/dist/{jamespot-front-business/src → src}/store/extraBot/extraBot.mock.d.ts +1 -1
  58. package/dist/{jamespot-front-business/src → src}/store/extraBot/extraBot.types.d.ts +1 -1
  59. package/dist/{jamespot-front-business/src → src}/store/faq/faq.d.ts +3 -3
  60. package/dist/{jamespot-front-business/src → src}/store/faq/faq.types.d.ts +1 -1
  61. package/dist/{jamespot-front-business/src → src}/store/faq/faqCategories.d.ts +2 -2
  62. package/dist/{jamespot-front-business/src → src}/store/faq/faqCategories.mock.d.ts +1 -1
  63. package/dist/{jamespot-front-business/src → src}/store/faq/faqConfig.d.ts +2 -2
  64. package/dist/{jamespot-front-business/src → src}/store/faq/faqConfig.mock.d.ts +1 -1
  65. package/dist/{jamespot-front-business/src → src}/store/fileIntegrity/fileIntegrity.d.ts +889 -673
  66. package/dist/{jamespot-front-business/src → src}/store/fileIntegrity/fileIntegrity.mock.d.ts +1 -1
  67. package/dist/{jamespot-front-business/src → src}/store/fileIntegrity/fileIntegrity.types.d.ts +1 -1
  68. package/dist/{jamespot-front-business/src → src}/store/hook/hook.d.ts +2 -2
  69. package/dist/src/store/hook/hook.mock.d.ts +2 -0
  70. package/dist/src/store/hook/hook.types.d.ts +4 -0
  71. package/dist/{jamespot-front-business/src → src}/store/hook/utils/driveHook.utils.d.ts +1 -1
  72. package/dist/{jamespot-front-business/src → src}/store/jland/jland.d.ts +26 -26
  73. package/dist/{jamespot-front-business/src → src}/store/jland/jland.types.d.ts +1 -1
  74. package/dist/{jamespot-front-business/src → src}/store/jland/mapCreate.d.ts +34 -34
  75. package/dist/{jamespot-front-business/src → src}/store/jland/mapList.d.ts +6 -6
  76. package/dist/{jamespot-front-business/src → src}/store/jland/mapList.mock.d.ts +1 -1
  77. package/dist/{jamespot-front-business/src → src}/store/magicPad/magicPad.d.ts +9657 -8523
  78. package/dist/src/store/magicPad/magicPad.mock.d.ts +2 -0
  79. package/dist/{jamespot-front-business/src → src}/store/magicPad/magicPad.types.d.ts +1 -1
  80. package/dist/{jamespot-front-business/src → src}/store/mediaLibrary/mediaLibrary.d.ts +2045 -1613
  81. package/dist/{jamespot-front-business/src → src}/store/mediaLibrary/mediaLibrary.types.d.ts +1 -1
  82. package/dist/{jamespot-front-business/src → src}/store/mediaLibrary/medialibrary.mock.d.ts +1 -1
  83. package/dist/{jamespot-front-business/src → src}/store/model/model.d.ts +242 -242
  84. package/dist/{jamespot-front-business/src → src}/store/model/model.types.d.ts +1 -1
  85. package/dist/{jamespot-front-business/src → src}/store/network/network.types.d.ts +1 -1
  86. package/dist/{jamespot-front-business/src → src}/store/share/share.actions.d.ts +3 -3
  87. package/dist/{jamespot-front-business/src → src}/store/share/share.d.ts +6 -6
  88. package/dist/src/store/share/share.mock.d.ts +2 -0
  89. package/dist/{jamespot-front-business/src → src}/store/share/share.slice.d.ts +2 -2
  90. package/dist/{jamespot-front-business/src → src}/store/share/share.types.d.ts +1 -1
  91. package/dist/{jamespot-front-business/src → src}/store/socialActions/socialActions.d.ts +7 -7
  92. package/dist/src/store/socialActions/socialActions.mock.d.ts +2 -0
  93. package/dist/{jamespot-front-business/src → src}/store/studio/StudioAppsList.d.ts +8 -8
  94. package/dist/{jamespot-front-business/src → src}/store/studio/appListMocks/appInWorkNoValue.d.ts +1 -1
  95. package/dist/{jamespot-front-business/src → src}/store/studio/currentStudioApp.d.ts +4 -4
  96. package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getConge.mock.d.ts +1 -1
  97. package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getIncident.mock.d.ts +1 -1
  98. package/dist/{jamespot-front-business/src → src}/store/studio/studio.d.ts +12 -12
  99. package/dist/{jamespot-front-business/src → src}/store/studio/studio.types.d.ts +2 -2
  100. package/dist/{jamespot-front-business/src → src}/store/studio/studioAppsList.mock.d.ts +1 -1
  101. package/dist/{jamespot-front-business/src → src}/store/studio/utils/appToXml.d.ts +1 -1
  102. package/dist/src/store/surveyDate/surveyDate.d.ts +3 -0
  103. package/dist/{jamespot-front-business/src → src}/store/surveyDate/surveyDateRTHandlers.d.ts +1 -1
  104. package/dist/{jamespot-front-business/src → src}/store/surveyDate/surveyDateRTHandlers.mock.d.ts +1 -1
  105. package/dist/{jamespot-front-business/src → src}/store/teamWork/teamWork.d.ts +9 -9
  106. package/dist/{jamespot-front-business/src → src}/store/teamWork/teamWorkAiDaySummary.d.ts +5 -5
  107. package/dist/src/store/teamWork/teamWorkAiDaySummary.mock.d.ts +2 -0
  108. package/dist/{jamespot-front-business/src → src}/store/teamWork/teamWorkAiTasks.d.ts +6 -6
  109. package/dist/{jamespot-front-business/src → src}/store/teamWork/teamWorkAiTasks.mock.d.ts +1 -1
  110. package/dist/{jamespot-front-business/src → src}/store/teamWork/teamWorkRTHandlers.d.ts +1 -1
  111. package/dist/{jamespot-front-business/src → src}/store/teamWork/teamWorkRTHandlers.mock.d.ts +1 -1
  112. package/dist/{jamespot-front-business/src → src}/store/teamWork/types.d.ts +1 -1
  113. package/dist/{jamespot-front-business/src → src}/store/tinymce/tinyMCEOptions.d.ts +4 -4
  114. package/dist/{jamespot-front-business/src → src}/store/tinymce/tinymce.types.d.ts +1 -1
  115. package/dist/{jamespot-front-business/src → src}/store/tvDisplay/channelsList.d.ts +3 -3
  116. package/dist/{jamespot-front-business/src → src}/store/tvDisplay/channelsList.mock.d.ts +1 -1
  117. package/dist/{jamespot-front-business/src → src}/store/tvDisplay/tvDisplay.d.ts +6 -6
  118. package/dist/{jamespot-front-business/src → src}/store/tvDisplay/tvDisplay.types.d.ts +1 -1
  119. package/dist/{jamespot-front-business/src → src}/store/tvDisplay/utils.d.ts +1 -1
  120. package/dist/{jamespot-front-business/src → src}/store/tvDisplay/utils.mock.d.ts +1 -1
  121. package/dist/{jamespot-front-business/src → src}/store/user/user.types.d.ts +1 -1
  122. package/dist/{jamespot-front-business/src → src}/store/user/userCurrent.d.ts +3 -3
  123. package/dist/{jamespot-front-business/src → src}/store/visioConnect/visioConnect.d.ts +103 -103
  124. package/dist/{jamespot-front-business/src → src}/store/visioConnect/visioConnect.mock.d.ts +1 -1
  125. package/dist/{jamespot-front-business/src → src}/store/visioConnect/visioConnect.types.d.ts +1 -1
  126. package/dist/{jamespot-front-business/src → src}/store/wall/wall.types.d.ts +1 -1
  127. package/dist/{jamespot-front-business/src → src}/store/wall/wallSlice.d.ts +27 -27
  128. package/dist/{jamespot-front-business/src → src}/store/wall/wallSlice.mock.d.ts +1 -1
  129. package/dist/{jamespot-front-business/src → src}/store/wedoc/wedoc.actions.d.ts +25 -25
  130. package/dist/{jamespot-front-business/src → src}/store/wedoc/wedoc.d.ts +169 -142
  131. package/dist/{jamespot-front-business/src → src}/store/wedoc/wedoc.mock.d.ts +1 -1
  132. package/dist/{jamespot-front-business/src → src}/store/wedoc/wedoc.slice.d.ts +123 -96
  133. package/dist/{jamespot-front-business/src → src}/store/wedoc/wedoc.types.d.ts +1 -1
  134. package/dist/src/store/widget/definitions/widget-accessibility.d.ts +3 -0
  135. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-article-attachment.d.ts +1 -1
  136. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-article-button.d.ts +1 -1
  137. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-article-gallery.d.ts +1 -1
  138. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-article-image.d.ts +1 -1
  139. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-article-slider.d.ts +1 -1
  140. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-article-text.d.ts +1 -1
  141. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-article-title.d.ts +1 -1
  142. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-calendar-calDav.d.ts +1 -1
  143. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-calendar.d.ts +1 -1
  144. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-check-list.d.ts +1 -1
  145. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-color.d.ts +1 -1
  146. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-contact-cardDav.d.ts +1 -1
  147. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-cover.d.ts +1 -1
  148. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-datasource-table.d.ts +1 -1
  149. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-emails-imap.d.ts +1 -1
  150. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-excel-datasource-table.d.ts +1 -1
  151. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-extension.d.ts +1 -1
  152. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-lucca-absence.d.ts +1 -1
  153. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-presence.d.ts +1 -1
  154. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-quick-survey.d.ts +1 -1
  155. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-slider.d.ts +1 -1
  156. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-text.d.ts +1 -1
  157. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-user-profile.d.ts +1 -1
  158. package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-welcome.d.ts +1 -1
  159. package/dist/{jamespot-front-business/src → src}/store/widget/widget.d.ts +1679 -1175
  160. package/dist/{jamespot-front-business/src → src}/store/widget/widget.def.d.ts +1 -1
  161. package/dist/{jamespot-front-business/src → src}/store/widget/widget.factory.d.ts +1 -1
  162. package/dist/{jamespot-front-business/src → src}/store/widget/widget.slice.d.ts +1485 -981
  163. package/dist/{jamespot-front-business/src → src}/store/widget/widgetRTHandlers.d.ts +1 -1
  164. package/dist/{jamespot-front-business/src → src}/store/widgetEditor/widgetEditor.d.ts +1 -1
  165. package/dist/{jamespot-front-business/src → src}/store/widgetEditor/widgetEditor.types.d.ts +1 -1
  166. package/dist/{jamespot-front-business/src → src}/tests-utils/mockStore.d.ts +15 -15
  167. package/dist/{jamespot-front-business/src → src}/types/oldStudio.d.ts +1 -1
  168. package/dist/{jamespot-front-business/src → src}/types/store.d.ts +1 -1
  169. package/dist/{jamespot-front-business/src → src}/types/utils.d.ts +1 -1
  170. package/dist/{jamespot-front-business/src → src}/utils/color.utils.d.ts +2 -2
  171. package/package.json +2 -2
  172. package/dist/jamespot-front-business/jest.config.d.ts +0 -3
  173. package/dist/jamespot-front-business/src/store/article/article.d.ts +0 -3
  174. package/dist/jamespot-front-business/src/store/assetReservation/reservation.mock.d.ts +0 -2
  175. package/dist/jamespot-front-business/src/store/bookmark/bookmark.d.ts +0 -499
  176. package/dist/jamespot-front-business/src/store/hook/hook.mock.d.ts +0 -2
  177. package/dist/jamespot-front-business/src/store/hook/hook.types.d.ts +0 -4
  178. package/dist/jamespot-front-business/src/store/magicPad/magicPad.mock.d.ts +0 -2
  179. package/dist/jamespot-front-business/src/store/share/share.mock.d.ts +0 -2
  180. package/dist/jamespot-front-business/src/store/socialActions/socialActions.mock.d.ts +0 -2
  181. package/dist/jamespot-front-business/src/store/surveyDate/surveyDate.d.ts +0 -3
  182. package/dist/jamespot-front-business/src/store/teamWork/teamWorkAiDaySummary.mock.d.ts +0 -2
  183. package/dist/jamespot-front-business/vite.config.d.ts +0 -2
  184. /package/dist/{jamespot-front-business/src → src}/index.d.ts +0 -0
  185. /package/dist/{jamespot-front-business/src → src}/store/admin/logs/logs.mock.d.ts +0 -0
  186. /package/dist/{jamespot-front-business/src → src}/store/assetReservation/configuration.mock.d.ts +0 -0
  187. /package/dist/{jamespot-front-business/src → src}/store/comment/commentRTHandlers.mock.d.ts +0 -0
  188. /package/dist/{jamespot-front-business/src → src}/store/comment/commentsLikeRTHandlers.mock.d.ts +0 -0
  189. /package/dist/{jamespot-front-business/src → src}/store/extraBot/extraBot.const.d.ts +0 -0
  190. /package/dist/{jamespot-front-business/src → src}/store/fileIntegrity/fileIntegrity.const.d.ts +0 -0
  191. /package/dist/{jamespot-front-business/src → src}/store/index.d.ts +0 -0
  192. /package/dist/{jamespot-front-business/src → src}/store/jland/mapCreate.mock.d.ts +0 -0
  193. /package/dist/{jamespot-front-business/src → src}/store/jland/utils.d.ts +0 -0
  194. /package/dist/{jamespot-front-business/src → src}/store/mediaLibrary/mediaLibrary.const.d.ts +0 -0
  195. /package/dist/{jamespot-front-business/src → src}/store/model/model.mock.d.ts +0 -0
  196. /package/dist/{jamespot-front-business/src → src}/store/network/network.d.ts +0 -0
  197. /package/dist/{jamespot-front-business/src → src}/store/network/networkStatics.d.ts +0 -0
  198. /package/dist/{jamespot-front-business/src → src}/store/platform/platform.d.ts +0 -0
  199. /package/dist/{jamespot-front-business/src → src}/store/platform/platform.types.d.ts +0 -0
  200. /package/dist/{jamespot-front-business/src → src}/store/platform/platformConfig.d.ts +0 -0
  201. /package/dist/{jamespot-front-business/src → src}/store/studio/appListMocks/studioSuspendedTransformed.d.ts +0 -0
  202. /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/erikList.mock.d.ts +0 -0
  203. /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getActiviteCE.mock.d.ts +0 -0
  204. /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getCongeSaved.mock.d.ts +0 -0
  205. /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getEmploi.mock.d.ts +0 -0
  206. /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getEmploiSaved.mock.d.ts +0 -0
  207. /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getEquipment.mock.d.ts +0 -0
  208. /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getEquipmentSaved.mock.d.ts +0 -0
  209. /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getIncidentSaved.mock.d.ts +0 -0
  210. /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getTelephoneSaved.mock.d.ts +0 -0
  211. /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getTrad.mock.d.ts +0 -0
  212. /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/taxoList.mock.d.ts +0 -0
  213. /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/publishtoAndHtmlIssues/StudioList.d.ts +0 -0
  214. /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/publishtoAndHtmlIssues/app1.d.ts +0 -0
  215. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/cloneStudioAppFromExistingApp.d.ts +0 -0
  216. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/createNewStudioApp.d.ts +0 -0
  217. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/generateNewFormField.d.ts +0 -0
  218. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/fieldBuilders.d.ts +0 -0
  219. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/installedToV2.d.ts +0 -0
  220. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/allFieldsInstalled.mock.d.ts +0 -0
  221. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/allFieldsInstalled2.mock.d.ts +0 -0
  222. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/allFieldsV2-2.mock.d.ts +0 -0
  223. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/allFieldsV2.mock.d.ts +0 -0
  224. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/baseAppAudienceInstalled.mock.d.ts +0 -0
  225. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/baseAppAudienceV2.mock.d.ts +0 -0
  226. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/baseAppFluxInstalled.mock.d.ts +0 -0
  227. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/baseAppFluxV2.mock.d.ts +0 -0
  228. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/baseAppInstalled.mock.d.ts +0 -0
  229. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/baseAppV2.mock.d.ts +0 -0
  230. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/selectCommentModif.mock.d.ts +0 -0
  231. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/selectCommentModifInstalled.mock.d.ts +0 -0
  232. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/simpleFieldsInstalled.mock.d.ts +0 -0
  233. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/simpleFieldsV2.mock.d.ts +0 -0
  234. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/specialApp.mock.d.ts +0 -0
  235. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/wrongFixedAndHtmlData.d.ts +0 -0
  236. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/migrateJson.d.ts +0 -0
  237. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/serverAppsToStudioApps.d.ts +0 -0
  238. /package/dist/{jamespot-front-business/src → src}/store/studio/utils/studioApplication.mock.d.ts +0 -0
  239. /package/dist/{jamespot-front-business/src → src}/store/tinymce/tinymce.d.ts +0 -0
  240. /package/dist/{jamespot-front-business/src → src}/store/toast/toast.d.ts +0 -0
  241. /package/dist/{jamespot-front-business/src → src}/store/toast/toast.types.d.ts +0 -0
  242. /package/dist/{jamespot-front-business/src → src}/store/user/userCurrent.mock.d.ts +0 -0
  243. /package/dist/{jamespot-front-business/src → src}/store/widget/utils.d.ts +0 -0
  244. /package/dist/{jamespot-front-business/src → src}/store/widget/widget.const.d.ts +0 -0
  245. /package/dist/{jamespot-front-business/src → src}/tests-utils/testsUtils.d.ts +0 -0
  246. /package/dist/{jamespot-front-business/src → src}/types/index.d.ts +0 -0
  247. /package/dist/{jamespot-front-business/src → src}/utils/color.types.d.ts +0 -0
  248. /package/dist/{jamespot-front-business/src → src}/utils/errors.utils.d.ts +0 -0
  249. /package/dist/{jamespot-front-business/src → src}/utils/index.d.ts +0 -0
  250. /package/dist/{jamespot-front-business/src → src}/utils/palette.types.d.ts +0 -0
  251. /package/dist/{jamespot-front-business/src → src}/utils/palette.utils.d.ts +0 -0
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from './jamespot-front-business/src/index'
1
+ export * from './src/index'
2
2
  export {}