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.
- package/dist/index.d.ts +1 -1
- package/dist/jamespot-front-business.cjs +10 -10
- package/dist/jamespot-front-business.js +306 -287
- package/dist/{jamespot-front-business/src → src}/store/admin/logs/logs.d.ts +12 -12
- package/dist/{jamespot-front-business/src → src}/store/admin/logs/logsNavigation.d.ts +8 -8
- package/dist/{jamespot-front-business/src → src}/store/admin/logs/logsObjects.d.ts +8 -8
- package/dist/{jamespot-front-business/src → src}/store/admin/logs/logsSearch.d.ts +8 -8
- package/dist/{jamespot-front-business/src → src}/store/admin/logs/types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/aiProfile/aiProfile.d.ts +9 -9
- package/dist/{jamespot-front-business/src → src}/store/aiProfile/aiProfile.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/aiProfile/aiProfile.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/animations/animationStats.d.ts +2 -2
- package/dist/{jamespot-front-business/src → src}/store/animations/animationStatsCurrent.d.ts +2 -2
- package/dist/{jamespot-front-business/src → src}/store/animations/animations.d.ts +14 -14
- package/dist/{jamespot-front-business/src → src}/store/animations/animations.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/animations/animationsList.d.ts +6 -6
- package/dist/{jamespot-front-business/src → src}/store/animations/animationsRTHandlers.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/animations/animationsRTHandlers.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/animations/types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/application/application.d.ts +51 -51
- package/dist/{jamespot-front-business/src → src}/store/application/application.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/application/application.types.d.ts +1 -1
- package/dist/src/store/article/article.d.ts +3 -0
- package/dist/{jamespot-front-business/src → src}/store/article/articleRTHandlers.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/article/articleRTHandlers.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/assetReservation/assetReservation.d.ts +10 -10
- package/dist/{jamespot-front-business/src → src}/store/assetReservation/assetReservation.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/assetReservation/bookableAsset.d.ts +2 -2
- package/dist/{jamespot-front-business/src → src}/store/assetReservation/bookableAsset.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/assetReservation/configuration.d.ts +3 -3
- package/dist/{jamespot-front-business/src → src}/store/assetReservation/reservation.d.ts +237 -183
- package/dist/src/store/assetReservation/reservation.mock.d.ts +2 -0
- package/dist/src/store/bookmark/bookmark.d.ts +499 -0
- package/dist/{jamespot-front-business/src → src}/store/bookmark/bookmark.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/bookmark/bookmarkList.d.ts +165 -165
- package/dist/{jamespot-front-business/src → src}/store/bookmark/bookmarkList.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/bookmark/bookmarkRTHandlers.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/bookmark/bookmarkRTHandlers.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/bookmark/editBookmarkForm.d.ts +64 -64
- package/dist/{jamespot-front-business/src → src}/store/bookmark/editBookmarkForm.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/calendar/calendar.d.ts +12 -12
- package/dist/{jamespot-front-business/src → src}/store/calendar/calendar.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/calendar/calendarEvents.d.ts +1761 -1599
- package/dist/{jamespot-front-business/src → src}/store/calendar/calendarEvents.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/calendar/calendarRTHandlers.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/calendar/calendarRTHandlers.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/comment/comment.d.ts +6 -6
- package/dist/{jamespot-front-business/src → src}/store/comment/comment.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/comment/commentList.d.ts +111 -84
- package/dist/{jamespot-front-business/src → src}/store/comment/commentList.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/comment/commentRTHandlers.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/comment/commentsLikeRTHandlers.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/contentReport/contentReport.d.ts +645 -501
- package/dist/{jamespot-front-business/src → src}/store/contentReport/contentReport.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/contentReport/contentReport.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/extraBot/extraBot.d.ts +2953 -2521
- package/dist/{jamespot-front-business/src → src}/store/extraBot/extraBot.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/extraBot/extraBot.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/faq/faq.d.ts +3 -3
- package/dist/{jamespot-front-business/src → src}/store/faq/faq.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/faq/faqCategories.d.ts +2 -2
- package/dist/{jamespot-front-business/src → src}/store/faq/faqCategories.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/faq/faqConfig.d.ts +2 -2
- package/dist/{jamespot-front-business/src → src}/store/faq/faqConfig.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/fileIntegrity/fileIntegrity.d.ts +889 -673
- package/dist/{jamespot-front-business/src → src}/store/fileIntegrity/fileIntegrity.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/fileIntegrity/fileIntegrity.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/hook/hook.d.ts +2 -2
- package/dist/src/store/hook/hook.mock.d.ts +2 -0
- package/dist/src/store/hook/hook.types.d.ts +4 -0
- package/dist/{jamespot-front-business/src → src}/store/hook/utils/driveHook.utils.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/jland/jland.d.ts +26 -26
- package/dist/{jamespot-front-business/src → src}/store/jland/jland.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/jland/mapCreate.d.ts +34 -34
- package/dist/{jamespot-front-business/src → src}/store/jland/mapList.d.ts +6 -6
- package/dist/{jamespot-front-business/src → src}/store/jland/mapList.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/magicPad/magicPad.d.ts +9657 -8523
- package/dist/src/store/magicPad/magicPad.mock.d.ts +2 -0
- package/dist/{jamespot-front-business/src → src}/store/magicPad/magicPad.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/mediaLibrary/mediaLibrary.d.ts +2045 -1613
- package/dist/{jamespot-front-business/src → src}/store/mediaLibrary/mediaLibrary.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/mediaLibrary/medialibrary.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/model/model.d.ts +242 -242
- package/dist/{jamespot-front-business/src → src}/store/model/model.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/network/network.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/share/share.actions.d.ts +3 -3
- package/dist/{jamespot-front-business/src → src}/store/share/share.d.ts +6 -6
- package/dist/src/store/share/share.mock.d.ts +2 -0
- package/dist/{jamespot-front-business/src → src}/store/share/share.slice.d.ts +2 -2
- package/dist/{jamespot-front-business/src → src}/store/share/share.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/socialActions/socialActions.d.ts +7 -7
- package/dist/src/store/socialActions/socialActions.mock.d.ts +2 -0
- package/dist/{jamespot-front-business/src → src}/store/studio/StudioAppsList.d.ts +8 -8
- package/dist/{jamespot-front-business/src → src}/store/studio/appListMocks/appInWorkNoValue.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/studio/currentStudioApp.d.ts +4 -4
- package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getConge.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getIncident.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/studio/studio.d.ts +12 -12
- package/dist/{jamespot-front-business/src → src}/store/studio/studio.types.d.ts +2 -2
- package/dist/{jamespot-front-business/src → src}/store/studio/studioAppsList.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/studio/utils/appToXml.d.ts +1 -1
- package/dist/src/store/surveyDate/surveyDate.d.ts +3 -0
- package/dist/{jamespot-front-business/src → src}/store/surveyDate/surveyDateRTHandlers.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/surveyDate/surveyDateRTHandlers.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/teamWork/teamWork.d.ts +9 -9
- package/dist/{jamespot-front-business/src → src}/store/teamWork/teamWorkAiDaySummary.d.ts +5 -5
- package/dist/src/store/teamWork/teamWorkAiDaySummary.mock.d.ts +2 -0
- package/dist/{jamespot-front-business/src → src}/store/teamWork/teamWorkAiTasks.d.ts +6 -6
- package/dist/{jamespot-front-business/src → src}/store/teamWork/teamWorkAiTasks.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/teamWork/teamWorkRTHandlers.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/teamWork/teamWorkRTHandlers.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/teamWork/types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/tinymce/tinyMCEOptions.d.ts +4 -4
- package/dist/{jamespot-front-business/src → src}/store/tinymce/tinymce.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/tvDisplay/channelsList.d.ts +3 -3
- package/dist/{jamespot-front-business/src → src}/store/tvDisplay/channelsList.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/tvDisplay/tvDisplay.d.ts +6 -6
- package/dist/{jamespot-front-business/src → src}/store/tvDisplay/tvDisplay.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/tvDisplay/utils.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/tvDisplay/utils.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/user/user.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/user/userCurrent.d.ts +3 -3
- package/dist/{jamespot-front-business/src → src}/store/visioConnect/visioConnect.d.ts +103 -103
- package/dist/{jamespot-front-business/src → src}/store/visioConnect/visioConnect.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/visioConnect/visioConnect.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/wall/wall.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/wall/wallSlice.d.ts +27 -27
- package/dist/{jamespot-front-business/src → src}/store/wall/wallSlice.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/wedoc/wedoc.actions.d.ts +25 -25
- package/dist/{jamespot-front-business/src → src}/store/wedoc/wedoc.d.ts +169 -142
- package/dist/{jamespot-front-business/src → src}/store/wedoc/wedoc.mock.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/wedoc/wedoc.slice.d.ts +123 -96
- package/dist/{jamespot-front-business/src → src}/store/wedoc/wedoc.types.d.ts +1 -1
- package/dist/src/store/widget/definitions/widget-accessibility.d.ts +3 -0
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-article-attachment.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-article-button.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-article-gallery.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-article-image.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-article-slider.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-article-text.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-article-title.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-calendar-calDav.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-calendar.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-check-list.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-color.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-contact-cardDav.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-cover.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-datasource-table.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-emails-imap.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-excel-datasource-table.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-extension.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-lucca-absence.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-presence.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-quick-survey.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-slider.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-text.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-user-profile.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/definitions/widget-welcome.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/widget.d.ts +1679 -1175
- package/dist/{jamespot-front-business/src → src}/store/widget/widget.def.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/widget.factory.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widget/widget.slice.d.ts +1485 -981
- package/dist/{jamespot-front-business/src → src}/store/widget/widgetRTHandlers.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widgetEditor/widgetEditor.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/store/widgetEditor/widgetEditor.types.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/tests-utils/mockStore.d.ts +15 -15
- package/dist/{jamespot-front-business/src → src}/types/oldStudio.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/types/store.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/types/utils.d.ts +1 -1
- package/dist/{jamespot-front-business/src → src}/utils/color.utils.d.ts +2 -2
- package/package.json +2 -2
- package/dist/jamespot-front-business/jest.config.d.ts +0 -3
- package/dist/jamespot-front-business/src/store/article/article.d.ts +0 -3
- package/dist/jamespot-front-business/src/store/assetReservation/reservation.mock.d.ts +0 -2
- package/dist/jamespot-front-business/src/store/bookmark/bookmark.d.ts +0 -499
- package/dist/jamespot-front-business/src/store/hook/hook.mock.d.ts +0 -2
- package/dist/jamespot-front-business/src/store/hook/hook.types.d.ts +0 -4
- package/dist/jamespot-front-business/src/store/magicPad/magicPad.mock.d.ts +0 -2
- package/dist/jamespot-front-business/src/store/share/share.mock.d.ts +0 -2
- package/dist/jamespot-front-business/src/store/socialActions/socialActions.mock.d.ts +0 -2
- package/dist/jamespot-front-business/src/store/surveyDate/surveyDate.d.ts +0 -3
- package/dist/jamespot-front-business/src/store/teamWork/teamWorkAiDaySummary.mock.d.ts +0 -2
- package/dist/jamespot-front-business/vite.config.d.ts +0 -2
- /package/dist/{jamespot-front-business/src → src}/index.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/admin/logs/logs.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/assetReservation/configuration.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/comment/commentRTHandlers.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/comment/commentsLikeRTHandlers.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/extraBot/extraBot.const.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/fileIntegrity/fileIntegrity.const.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/index.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/jland/mapCreate.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/jland/utils.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/mediaLibrary/mediaLibrary.const.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/model/model.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/network/network.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/network/networkStatics.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/platform/platform.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/platform/platform.types.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/platform/platformConfig.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/appListMocks/studioSuspendedTransformed.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/erikList.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getActiviteCE.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getCongeSaved.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getEmploi.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getEmploiSaved.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getEquipment.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getEquipmentSaved.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getIncidentSaved.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getTelephoneSaved.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/getTrad.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/erikBug/taxoList.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/publishtoAndHtmlIssues/StudioList.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/mocks/publishtoAndHtmlIssues/app1.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/cloneStudioAppFromExistingApp.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/createNewStudioApp.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/generateNewFormField.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/fieldBuilders.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/installedToV2.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/allFieldsInstalled.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/allFieldsInstalled2.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/allFieldsV2-2.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/allFieldsV2.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/baseAppAudienceInstalled.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/baseAppAudienceV2.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/baseAppFluxInstalled.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/baseAppFluxV2.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/baseAppInstalled.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/baseAppV2.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/selectCommentModif.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/selectCommentModifInstalled.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/simpleFieldsInstalled.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/simpleFieldsV2.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/specialApp.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/installedToV2/mocks/wrongFixedAndHtmlData.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/migrateJson.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/serverAppsToStudioApps.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/studio/utils/studioApplication.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/tinymce/tinymce.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/toast/toast.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/toast/toast.types.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/user/userCurrent.mock.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/widget/utils.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/store/widget/widget.const.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/tests-utils/testsUtils.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/types/index.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/utils/color.types.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/utils/errors.utils.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/utils/index.d.ts +0 -0
- /package/dist/{jamespot-front-business/src → src}/utils/palette.types.d.ts +0 -0
- /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 './
|
|
1
|
+
export * from './src/index'
|
|
2
2
|
export {}
|