@pitcher/js-api 1.26.0-beta.9 → 1.26.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/impact-js-api.spec.json +38 -29
- package/js-api.esm.js +770 -60
- package/js-api.esm.js.map +1 -1
- package/js-api.umd.min.js +10 -10
- package/js-api.umd.min.js.map +1 -1
- package/lib/api/events/events.helpers.d.ts +14 -2
- package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +12 -0
- package/lib/apps/browser/appTypes.d.ts +35 -12
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalInput.test.d.ts +1 -0
- package/lib/apps/browser/stores/api.d.ts +110 -137
- package/lib/apps/browser/stores/app.d.ts +6 -27
- package/lib/apps/browser/stores/fileSmartFolderStore.d.ts +0 -2
- package/lib/apps/browser/stores/repUploadsStore.d.ts +34 -0
- package/lib/apps/browser/stores/upload.d.ts +40 -8
- package/lib/apps/browser/stores/upload.test.d.ts +1 -0
- package/lib/apps/browser/stores/upload.types.d.ts +18 -0
- package/lib/apps/browser/types/actionKeys.d.ts +3 -3
- package/lib/apps/canvas-builder/components/container/CanvasContent/canvas-component-map.const.d.ts +3 -0
- package/lib/apps/canvas-builder/components/ui/ContentList/content.store.d.ts +10 -0
- package/lib/apps/canvas-builder/components/ui/ContentList/contentList.helpers.d.ts +28 -0
- package/lib/apps/canvas-builder/components/ui/DataCharts/types.d.ts +119 -8
- package/lib/apps/canvas-builder/components/ui/DynamicContent/dynamicContent.const.d.ts +4 -0
- package/lib/apps/canvas-builder/components/ui/DynamicContent/section-component-map.const.d.ts +1 -0
- package/lib/apps/canvas-builder/components/ui/DynamicContent/useDynamicContent.d.ts +436 -0
- package/lib/apps/canvas-builder/components/ui/DynamicContent/useDynamicContent.spec.d.ts +1 -0
- package/lib/apps/canvas-builder/composables/canvasUpdateStrategy.d.ts +17 -0
- package/lib/apps/canvas-builder/composables/canvasUpdateStrategy.spec.d.ts +1 -0
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +422 -63
- package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +64 -4
- package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCanvasDnd.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +64 -4
- package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +24 -0
- package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +2 -2
- package/lib/apps/canvas-builder/composables/useComponentPermissions.d.ts +2 -1
- package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +9 -1
- package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +3 -1
- package/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.d.ts +1 -2
- package/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.spec.d.ts +1 -0
- package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +14 -6
- package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +3 -3
- package/lib/apps/canvas-builder/composables/useScribbleChild.d.ts +5 -3
- package/lib/apps/canvas-builder/constants/canvas.const.d.ts +4 -0
- package/lib/apps/canvas-builder/types/canvas.d.ts +25 -9
- package/lib/apps/canvas-builder/util/canvas.util.d.ts +6 -5
- package/lib/apps/canvas-builder/util/fetchAnalyticsPopularity.d.ts +18 -0
- package/lib/apps/collection-player/stores/app.store.d.ts +0 -1
- package/lib/apps/collection-selector/composables/move-slide-modal.use.d.ts +12 -0
- package/lib/apps/content-selector/appTypes.d.ts +2 -3
- package/lib/apps/content-selector/stores/api.d.ts +2 -11
- package/lib/apps/content-selector/stores/app.d.ts +6 -18
- package/lib/apps/content-selector/util/file.d.ts +2 -2
- package/lib/apps/ppt-conversion-selector/composables/move-slide-modal.use.d.ts +6 -0
- package/lib/apps/ppt-conversion-selector/export.d.ts +1 -0
- package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +9 -1
- package/lib/apps/ppt-conversion-selector/utils/data.util.d.ts +1 -0
- package/lib/apps/ppt-conversion-selector/utils/data.util.test.d.ts +1 -0
- package/lib/components/CBatchMoveItemsModal/__tests__/copy-mode.test.d.ts +1 -0
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +8 -1
- package/lib/components/CFolderTreeMultiPicker/__tests__/CFolderTreeMultiPicker.test.d.ts +1 -0
- package/lib/components/CGlobalSearch/GlobalSearch.use.d.ts +2 -1
- package/lib/components/CRichTextEditor/extensions/contentLink.d.ts +3 -1
- package/lib/components/CSideBar/CSideBar.spec.d.ts +1 -0
- package/lib/components/CSideBar/CSideBarDivider.spec.d.ts +1 -0
- package/lib/components/CSideBar/CSideBarItem.spec.d.ts +1 -0
- package/lib/components/CSideBar/CSideBarLabel.spec.d.ts +1 -0
- package/lib/components/CSideBar/CSideBarToggle.spec.d.ts +1 -0
- package/lib/components/CSideBar/index.d.ts +6 -0
- package/lib/components/CSideBar/types.d.ts +25 -0
- package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.types.d.ts +3 -8
- package/lib/components/HomeCustomizeCog/index.d.ts +1 -0
- package/lib/components/HomeCustomizeEmptyState/index.d.ts +1 -0
- package/lib/components/HomeCustomizePanel/index.d.ts +1 -0
- package/lib/components/HomeCustomizeRow/index.d.ts +1 -0
- package/lib/components/savedCanvases/CSavedCanvasesManagement.use.d.ts +3 -0
- package/lib/components/savedCanvases/CSavedCanvasesManagement.use.spec.d.ts +1 -0
- package/lib/composables/bulkActions.use.d.ts +0 -1
- package/lib/composables/presentationHistory.use.d.ts +7 -1
- package/lib/composables/useCanvasStandardFilters.d.ts +17 -2
- package/lib/composables/useFileDisplayHelpers.d.ts +1 -0
- package/lib/composables/useFilterSuggestions.d.ts +5 -1
- package/lib/composables/useHomeCustomization.d.ts +32 -0
- package/lib/composables/useHomeCustomization.spec.d.ts +1 -0
- package/lib/composables/useMetadataFilters.d.ts +1 -1
- package/lib/composables/useMetadataSearch.d.ts +8 -2
- package/lib/composables/useMetadataTemplates.d.ts +1 -1
- package/lib/composables/useSmartStore.d.ts +25 -0
- package/lib/composables/useWindowEvents.d.ts +1 -1
- package/lib/main.lib.d.ts +21 -3
- package/lib/sdk/api/HighLevelApi.d.ts +8 -12
- package/lib/sdk/api/modules/canvas.d.ts +1 -1
- package/lib/sdk/api/modules/files.d.ts +1 -2
- package/lib/sdk/api/modules/index.d.ts +0 -2
- package/lib/sdk/api/modules/query.d.ts +120 -1
- package/lib/sdk/api/modules/ui/content.ui.d.ts +22 -1
- package/lib/sdk/api/modules/ui/index.d.ts +3 -0
- package/lib/sdk/api/modules/ui/sharing.ui.d.ts +2 -0
- package/lib/sdk/api/modules/ui/types.ui.d.ts +32 -0
- package/lib/sdk/interfaces.d.ts +34 -6
- package/lib/sdk/main.d.ts +30 -33
- package/lib/sdk/payload.types.d.ts +116 -9
- package/lib/sdk/utils/httpFetch.d.ts +2 -0
- package/lib/types/app.d.ts +2 -1
- package/lib/types/call.d.ts +9 -2
- package/lib/types/canvases.d.ts +1 -0
- package/lib/types/core/MetadataFilter.d.ts +1 -0
- package/lib/types/files.d.ts +16 -8
- package/lib/types/instanceSettings.types.d.ts +6 -4
- package/lib/types/launchDarkly.types.d.ts +13 -6
- package/lib/types/organizationSettings.types.d.ts +13 -0
- package/lib/types/sfdc.d.ts +6 -1
- package/lib/util/app.util.d.ts +46 -0
- package/lib/util/array.d.ts +1 -1
- package/lib/util/eval.d.ts +4 -0
- package/lib/util/font.util.d.ts +4 -0
- package/lib/util/handlebars.d.ts +35 -0
- package/lib/util/object.d.ts +1 -0
- package/lib/util/sfdc.util.d.ts +7 -0
- package/lib/util/sfdc.util.spec.d.ts +1 -0
- package/lib/util/smart-store.util.d.ts +53 -0
- package/lib/util/smart-store.util.spec.d.ts +1 -0
- package/lib/util/soql.util.d.ts +46 -0
- package/lib/util/soql.util.spec.d.ts +1 -0
- package/lib/util/tree-transformation.util.spec.d.ts +1 -0
- package/lib/util/user.d.ts +50 -0
- package/lib/utils/defaultThumbnail.util.d.ts +1 -0
- package/package.json +2 -2
- package/types/openapi/models/CanvasRecommendedFile.d.ts +1 -0
- package/types/openapi/models/DeletedFile.d.ts +1 -0
- package/types/openapi/models/FavoriteFile.d.ts +1 -0
- package/types/openapi/models/FavoriteFileRequest.d.ts +1 -0
- package/types/openapi/models/File.d.ts +1 -0
- package/types/openapi/models/FileContentTypeEnum.d.ts +3 -0
- package/types/openapi/models/FileCreate.d.ts +1 -0
- package/types/openapi/models/FileCreateRequest.d.ts +1 -0
- package/types/openapi/models/FilePermission.d.ts +2 -0
- package/types/openapi/models/FilePermissionRequest.d.ts +2 -0
- package/types/openapi/models/FileRetrieve.d.ts +1 -0
- package/types/openapi/models/FileUpdate.d.ts +1 -0
- package/types/openapi/models/FileUpdateRequest.d.ts +1 -0
- package/types/openapi/models/FolderFile.d.ts +1 -0
- package/types/openapi/models/PaginatedAppList.d.ts +2 -2
- package/types/openapi/models/PaginatedAuthTokenList.d.ts +2 -2
- package/types/openapi/models/PaginatedCanvasList.d.ts +2 -2
- package/types/openapi/models/PaginatedCollaborationList.d.ts +2 -2
- package/types/openapi/models/PaginatedContentDistributionGroupList.d.ts +2 -2
- package/types/openapi/models/PaginatedContentDistributionGroupMembershipList.d.ts +2 -2
- package/types/openapi/models/PaginatedEnvironmentList.d.ts +2 -2
- package/types/openapi/models/PaginatedEventList.d.ts +2 -2
- package/types/openapi/models/PaginatedFavoriteList.d.ts +2 -2
- package/types/openapi/models/PaginatedFileList.d.ts +2 -2
- package/types/openapi/models/PaginatedFileRevisionList.d.ts +2 -2
- package/types/openapi/models/PaginatedFolderList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceAssignmentGroupList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceAssignmentGroupMembershipList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceMembershipList.d.ts +2 -2
- package/types/openapi/models/PaginatedInvitationList.d.ts +2 -2
- package/types/openapi/models/PaginatedMetadataTemplateList.d.ts +2 -2
- package/types/openapi/models/PaginatedOfflineSyncFolderList.d.ts +2 -2
- package/types/openapi/models/PaginatedRegionList.d.ts +2 -2
- package/types/openapi/models/PaginatedRevisionList.d.ts +2 -2
- package/types/openapi/models/PaginatedUserList.d.ts +2 -2
- package/types/openapi/models/PatchedFileUpdateRequest.d.ts +1 -0
- package/types/openapi/models/User.d.ts +1 -0
- package/lib/api/events/events.queries.d.ts +0 -9
- package/lib/apps/agenda-selector/App.vue.d.ts +0 -9
- package/lib/apps/agenda-selector/components/AgendaGroup.vue.d.ts +0 -7
- package/lib/apps/agenda-selector/components/AgendaItem.vue.d.ts +0 -24
- package/lib/apps/agenda-selector/components/AgendaToolbar.vue.d.ts +0 -2
- package/lib/apps/agenda-selector/components/AppFooter.vue.d.ts +0 -8
- package/lib/apps/agenda-selector/components/AppHeader.vue.d.ts +0 -6
- package/lib/apps/agenda-selector/components/modals/ApplicationBlockSelectorModal.vue.d.ts +0 -1151
- package/lib/apps/agenda-selector/components/modals/MoveItemModal.vue.d.ts +0 -13
- package/lib/apps/assets-manager/App.vue.d.ts +0 -75
- package/lib/apps/assets-manager/AssetsTab.vue.d.ts +0 -22
- package/lib/apps/assets-manager/components/AssetGridItem.vue.d.ts +0 -16
- package/lib/apps/browser/App.vue.d.ts +0 -73
- package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +0 -241
- package/lib/apps/browser/components/Content/ActionsToolbar/BulkShareboxWarningModal.vue.d.ts +0 -15
- package/lib/apps/browser/components/Content/ActionsToolbar/SelectionActions.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/AllContent/AllContent.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/AllContent/Empty/FoldersFilesEmpty.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/AllContent/Table/FoldersFilesTable.vue.d.ts +0 -96
- package/lib/apps/browser/components/Content/Common/BrowserListItem.vue.d.ts +0 -38
- package/lib/apps/browser/components/Content/Common/SmartFolderListItem.vue.d.ts +0 -41
- package/lib/apps/browser/components/Content/Content.vue.d.ts +0 -17
- package/lib/apps/browser/components/Content/Favorites/FavoritesTable.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/Panel/DetailsDrawer/DetailsDrawer.vue.d.ts +0 -17
- package/lib/apps/browser/components/Content/Panel/FolderPanel/BasicInfo.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/Panel/FolderPanel/Details.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/Panel/FolderPanel/FolderPanel.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/Panel/ItemsPanel/ItemsPanel.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/Panel/NoItemPanel/NoItemPanel.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/Panel/Panel.vue.d.ts +0 -24
- package/lib/apps/browser/components/Content/Panel/QuickAccessPanel.vue.d.ts +0 -2
- package/lib/apps/browser/components/Content/Panel/QuickAccessPanelItem.vue.d.ts +0 -10
- package/lib/apps/browser/components/Content/Recent/RecentTable.vue.d.ts +0 -2
- package/lib/apps/browser/components/ContextMenu/ContextMenu.vue.d.ts +0 -9
- package/lib/apps/browser/components/ContextMenu/ContextMenuDropdown.vue.d.ts +0 -14
- package/lib/apps/browser/components/ContextMenu/FavoriteButton.vue.d.ts +0 -6
- package/lib/apps/browser/components/ContextMenu/FileDetailsPanelButton.vue.d.ts +0 -6
- package/lib/apps/browser/components/FileSmartFolders.vue.d.ts +0 -209
- package/lib/apps/browser/components/FileSmartFoldersConfigurationModal.vue.d.ts +0 -6
- package/lib/apps/browser/components/FileSmartFoldersMissingConfig.vue.d.ts +0 -6
- package/lib/apps/browser/components/FileSmartFoldersToolbar.vue.d.ts +0 -12
- package/lib/apps/browser/components/UploadFilesDropzone/UploadFilesDropzone.vue.d.ts +0 -7
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +0 -396
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalButtons.vue.d.ts +0 -11
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalFileList.vue.d.ts +0 -12
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalInput.vue.d.ts +0 -11
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +0 -14
- package/lib/apps/browser/components/UploadFilesWidget/UploadFilesWidget.vue.d.ts +0 -14
- package/lib/apps/canvas-builder/App.vue.d.ts +0 -1088
- package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +0 -1151
- package/lib/apps/canvas-builder/components/container/AiPrompt/AiPromptModal.vue.d.ts +0 -11
- package/lib/apps/canvas-builder/components/container/AnnotationMenu/AnnotationMenu.vue.d.ts +0 -60
- package/lib/apps/canvas-builder/components/container/BottomBar/BottomBar.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/container/CanvasCompletionWizard/CanvasCompletionWizard.vue.d.ts +0 -16
- package/lib/apps/canvas-builder/components/container/CanvasContent/AnnotationContent.vue.d.ts +0 -8
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.paginated.vue.d.ts +0 -5
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.single.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +0 -469
- package/lib/apps/canvas-builder/components/container/CanvasContent/page.paginated.vue.d.ts +0 -13
- package/lib/apps/canvas-builder/components/container/CanvasContent/pageWrapper.paginated.vue.d.ts +0 -39
- package/lib/apps/canvas-builder/components/container/CanvasDrawerTheme/CanvasDrawerTheme.vue.d.ts +0 -9
- package/lib/apps/canvas-builder/components/container/ComponentDrawer/ComponentDrawer.vue.d.ts +0 -29
- package/lib/apps/canvas-builder/components/container/ComponentDrawerSettings/CanvasHomeSettings.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/container/ComponentDrawerSettings/ComponentDrawerSettings.vue.d.ts +0 -5
- package/lib/apps/canvas-builder/components/container/ComponentEdit/ComponentEdit.vue.d.ts +0 -7
- package/lib/apps/canvas-builder/components/container/ControlBar/AppGrid.vue.d.ts +0 -11
- package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +0 -5
- package/lib/apps/canvas-builder/components/container/ControlBar/ControlBarReorder.vue.d.ts +0 -7
- package/lib/apps/canvas-builder/components/container/ControlBar/InstalledEmbeddableShortcuts.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/container/ControlBar/ReorderButton.vue.d.ts +0 -5
- package/lib/apps/canvas-builder/components/container/ControlBar/ReorderContent.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/container/ControlBar/ReorderTitle.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/container/DownloadButton/DownloadButton.vue.d.ts +0 -6
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponent.vue.d.ts +0 -111
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentActionToolbar.vue.d.ts +0 -112
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponentContent.vue.d.ts +0 -124
- package/lib/apps/canvas-builder/components/container/EditableComponent/ResizeHandles.vue.d.ts +0 -24
- package/lib/apps/canvas-builder/components/container/LinkableComponent/LinkableComponent.vue.d.ts +0 -35
- package/lib/apps/canvas-builder/components/container/Navbar/Navbar.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/container/NavigationWrapper/NavigationWrapper.vue.d.ts +0 -24
- package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +0 -1355
- package/lib/apps/canvas-builder/components/container/Navigator/NavigatorPresentation.vue.d.ts +0 -15
- package/lib/apps/canvas-builder/components/container/PlaceholderComponent/PlaceholderComponent.vue.d.ts +0 -5
- package/lib/apps/canvas-builder/components/container/PopupApps/AdaptivePopupAppsButtons.vue.d.ts +0 -17
- package/lib/apps/canvas-builder/components/container/PopupApps/PopupAppsButtons.vue.d.ts +0 -18
- package/lib/apps/canvas-builder/components/container/Search/Search.vue.d.ts +0 -11
- package/lib/apps/canvas-builder/components/container/SectionInfoProvider/SectionInfoProvider.vue.d.ts +0 -23
- package/lib/apps/canvas-builder/components/ui/Block/Block.vue.d.ts +0 -8
- package/lib/apps/canvas-builder/components/ui/Block/BlockToolbar.vue.d.ts +0 -11
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.edit.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.raw.vue.d.ts +0 -8
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +0 -304
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.vue.d.ts +0 -24
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +0 -81
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayerEmpty.vue.d.ts +0 -10
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.edit.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.raw.vue.d.ts +0 -12
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.vue.d.ts +0 -24
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +0 -326
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridDeletedFileItem.vue.d.ts +0 -6
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridFileItem.vue.d.ts +0 -11
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridItem.vue.d.ts +0 -15
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridList.vue.d.ts +0 -12
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridListItem.vue.d.ts +0 -13
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridToolbar.vue.d.ts +0 -14
- package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.raw.vue.d.ts +0 -30
- package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.vue.d.ts +0 -76
- package/lib/apps/canvas-builder/components/ui/ContentList/ContentListItems.vue.d.ts +0 -21
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.edit.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.raw.header.vue.d.ts +0 -19
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.raw.vue.d.ts +0 -13
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.settings.vue.d.ts +0 -10
- package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.vue.d.ts +0 -27
- package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.edit.vue.d.ts +0 -5
- package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.raw.vue.d.ts +0 -16
- package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.settings.vue.d.ts +0 -7
- package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.vue.d.ts +0 -26
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.edit.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.grouped.vue.d.ts +0 -22
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.header.vue.d.ts +0 -27
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.simple.vue.d.ts +0 -31
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.raw.vue.d.ts +0 -22
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.settings.vue.d.ts +0 -8
- package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.vue.d.ts +0 -27
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.edit.vue.d.ts +0 -6
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.raw.vue.d.ts +0 -23
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +0 -650
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.vue.d.ts +0 -23
- package/lib/apps/canvas-builder/components/ui/Grid/Grid.vue.d.ts +0 -29
- package/lib/apps/canvas-builder/components/ui/Grid/GridItemTooltip.vue.d.ts +0 -6
- package/lib/apps/canvas-builder/components/ui/Html/CAiHtmlActions.vue.d.ts +0 -23
- package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +0 -21
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.edit.vue.d.ts +0 -6
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.raw.vue.d.ts +0 -22
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +0 -299
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.vue.d.ts +0 -24
- package/lib/apps/canvas-builder/components/ui/Link/Link.edit.vue.d.ts +0 -2
- package/lib/apps/canvas-builder/components/ui/Link/Link.raw.vue.d.ts +0 -8
- package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +0 -297
- package/lib/apps/canvas-builder/components/ui/Link/Link.vue.d.ts +0 -19
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.edit.vue.d.ts +0 -7
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.raw.vue.d.ts +0 -20
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +0 -301
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.vue.d.ts +0 -24
- package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +0 -297
- package/lib/apps/canvas-builder/components/ui/Page/Page.vue.d.ts +0 -35
- package/lib/apps/canvas-builder/components/ui/PageBreak/PageBreak.vue.d.ts +0 -9
- package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +0 -358
- package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.original.vue.d.ts +0 -32
- package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.responsive.vue.d.ts +0 -32
- package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.vue.d.ts +0 -27
- package/lib/apps/canvas-builder/components/ui/SectionList/Execution/SectionListExecution.vue.d.ts +0 -10
- package/lib/apps/canvas-builder/components/ui/SectionList/RestrictedSectionSelector.vue.d.ts +0 -12
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionItemModal.vue.d.ts +0 -39
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +0 -30
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +0 -66
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCollapsibles.vue.d.ts +0 -25
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCompact.vue.d.ts +0 -18
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionListItem.vue.d.ts +0 -27
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionListStrategySelector.vue.d.ts +0 -21
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionRecommendationTile.vue.d.ts +0 -11
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.vue.d.ts +0 -19
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorItem.vue.d.ts +0 -34
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorSelected.vue.d.ts +0 -16
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +0 -51
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorWithDragAndDrop.vue.d.ts +0 -202
- package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.raw.vue.d.ts +0 -6
- package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.vue.d.ts +0 -23
- package/lib/apps/canvas-selector/App.vue.d.ts +0 -12
- package/lib/apps/canvas-selector/components/CanvasListItem.vue.d.ts +0 -19
- package/lib/apps/canvas-selector/components/CanvasSelectionArea.vue.d.ts +0 -172
- package/lib/apps/canvas-selector/components/CanvasTemplates.vue.d.ts +0 -4
- package/lib/apps/canvas-selector/components/Navbar.vue.d.ts +0 -2
- package/lib/apps/canvas-selector/components/PersonalCanvases.vue.d.ts +0 -4
- package/lib/apps/canvas-selector/components/SectionTemplates.vue.d.ts +0 -4
- package/lib/apps/canvas-selector/components/Sections.vue.d.ts +0 -163
- package/lib/apps/collection-player/App.vue.d.ts +0 -30
- package/lib/apps/collection-player/components/AppFooter.vue.d.ts +0 -57
- package/lib/apps/collection-player/components/AppHeader.vue.d.ts +0 -2
- package/lib/apps/collection-player/components/AppWrapper.vue.d.ts +0 -18
- package/lib/apps/collection-player/components/ImageWithAnnotations.vue.d.ts +0 -19
- package/lib/apps/collection-player/components/MainContent.vue.d.ts +0 -5
- package/lib/apps/collection-player/components/MainImage.vue.d.ts +0 -11
- package/lib/apps/collection-player/components/SlideContent.vue.d.ts +0 -8
- package/lib/apps/collection-player/components/TableOfContents.vue.d.ts +0 -2
- package/lib/apps/collection-selector/App.vue.d.ts +0 -33
- package/lib/apps/collection-selector/components/AppFooter.vue.d.ts +0 -8
- package/lib/apps/collection-selector/components/AppHeader.vue.d.ts +0 -9
- package/lib/apps/collection-selector/components/CollectionGroup.vue.d.ts +0 -7
- package/lib/apps/collection-selector/components/CollectionItem.vue.d.ts +0 -17
- package/lib/apps/collection-selector/components/CollectionToolbar.vue.d.ts +0 -5
- package/lib/apps/collection-selector/components/modals/MoveSlideModal.vue.d.ts +0 -13
- package/lib/apps/content-selector/App.vue.d.ts +0 -20
- package/lib/apps/content-selector/components/AiImages.vue.d.ts +0 -12
- package/lib/apps/content-selector/components/Assets/AssetUploader.vue.d.ts +0 -8
- package/lib/apps/content-selector/components/Assets.vue.d.ts +0 -76
- package/lib/apps/content-selector/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +0 -2
- package/lib/apps/content-selector/components/Content/AllContent/AllContent.vue.d.ts +0 -2
- package/lib/apps/content-selector/components/Content/AllContent/Grid/FoldersFilesGrid.vue.d.ts +0 -2
- package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +0 -243
- package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesListItem.vue.d.ts +0 -43
- package/lib/apps/content-selector/components/Content/SelectionPanel/SelectionPanel.vue.d.ts +0 -2
- package/lib/apps/content-selector/components/Content.vue.d.ts +0 -75
- package/lib/apps/content-selector/components/ExternalLinks.vue.d.ts +0 -12
- package/lib/apps/content-selector/components/MultimediaSelectorApp.vue.d.ts +0 -12
- package/lib/apps/content-selector/components/Navbar.vue.d.ts +0 -2
- package/lib/apps/content-selector/components/PexelsImages.vue.d.ts +0 -12
- package/lib/apps/content-selector/components/ThemeImages.vue.d.ts +0 -2
- package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +0 -68
- package/lib/apps/content-selector/components/ui/MediaPreview.vue.d.ts +0 -11
- package/lib/apps/notes/NotesApp.vue.d.ts +0 -26
- package/lib/apps/notes/components/CustomerReaction.vue.d.ts +0 -2
- package/lib/apps/ppt-conversion-selector/App.vue.d.ts +0 -25
- package/lib/apps/ppt-conversion-selector/components/AppFooter.vue.d.ts +0 -11
- package/lib/apps/ppt-conversion-selector/components/AppHeader.vue.d.ts +0 -8
- package/lib/apps/ppt-conversion-selector/components/CollectionGroup.vue.d.ts +0 -6
- package/lib/apps/ppt-conversion-selector/components/CollectionItem.vue.d.ts +0 -17
- package/lib/apps/ppt-conversion-selector/components/CollectionToolbar.vue.d.ts +0 -2
- package/lib/apps/ppt-conversion-selector/components/modals/MoveSlideModal.vue.d.ts +0 -14
- package/lib/canvas-comments/components/CommentButton.vue.d.ts +0 -6
- package/lib/canvas-comments/components/CommentableComponent.vue.d.ts +0 -25
- package/lib/canvas-comments/components/SimpleComments.vue.d.ts +0 -14
- package/lib/components/CAlgoliaSearch/CAlgoliaSearch.vue.d.ts +0 -18
- package/lib/components/CAnimationSelector/CAnimationSelector.vue.d.ts +0 -13
- package/lib/components/CApexChart/CApexChartLine.vue.d.ts +0 -12
- package/lib/components/CAttributesForm/CAttributesForm.vue.d.ts +0 -17
- package/lib/components/CAutoComplete/CAutoComplete.vue.d.ts +0 -15
- package/lib/components/CAvatar/CAvatar.vue.d.ts +0 -15
- package/lib/components/CBackgroundImageThemeOptions/CBackgroundImageThemeOptions.vue.d.ts +0 -32
- package/lib/components/CBatchMoveItemsModal/CBatchMoveItemsModal.vue.d.ts +0 -31
- package/lib/components/CBorderRadiusInput/CBorderRadiusInput.vue.d.ts +0 -19
- package/lib/components/CBulkDeleteErrors/CBulkDeleteErrors.vue.d.ts +0 -13
- package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +0 -68
- package/lib/components/CButton/CButton.vue.d.ts +0 -23
- package/lib/components/CCanvasModal/CCanvasModal.vue.d.ts +0 -29
- package/lib/components/CCanvasSelector/CCanvasSelector.vue.d.ts +0 -24
- package/lib/components/CCanvasSelector/CCanvasSelectorListItem.vue.d.ts +0 -11
- package/lib/components/CCard/CCard.vue.d.ts +0 -15
- package/lib/components/CCarousel/CCarousel.vue.d.ts +0 -434
- package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcher.vue.d.ts +0 -5
- package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcherContent.vue.d.ts +0 -7
- package/lib/components/CCheckbox/CCheckbox.vue.d.ts +0 -15
- package/lib/components/CChip/CChip.vue.d.ts +0 -30
- package/lib/components/CCollapse/CCollapse.vue.d.ts +0 -26
- package/lib/components/CCollapse/CCollapseItem.vue.d.ts +0 -15
- package/lib/components/CCollapseTransition/CCollapseTransition.vue.d.ts +0 -17
- package/lib/components/CColorPicker/CColorPicker.vue.d.ts +0 -15
- package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +0 -45
- package/lib/components/CComponentThemeOptions/CComponentThemeOptions.vue.d.ts +0 -54
- package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +0 -322
- package/lib/components/CConfirmation/CConfirmationAction.vue.d.ts +0 -24
- package/lib/components/CConfirmation/CConfirmationContent.vue.d.ts +0 -17
- package/lib/components/CConfirmation/CConfirmationHeader.vue.d.ts +0 -17
- package/lib/components/CConfirmationModal/CConfirmationModal.vue.d.ts +0 -40
- package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +0 -29
- package/lib/components/CContactSelector/CContactSelector.vue.d.ts +0 -54
- package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +0 -841
- package/lib/components/CContactSelector/CContactSelectorColleagues.vue.d.ts +0 -21
- package/lib/components/CContactSelector/CContactSelectorSelected.vue.d.ts +0 -50
- package/lib/components/CContentError/CContentError.vue.d.ts +0 -9
- package/lib/components/CCreateCanvasModal/CCreateCanvasModal.vue.d.ts +0 -2
- package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +0 -23
- package/lib/components/CCreateTemplateSectionBlockModal/CCreateTemplateSectionBlockModal.vue.d.ts +0 -307
- package/lib/components/CCreateThemeModal/CCreateThemeModal.vue.d.ts +0 -19
- package/lib/components/CCreateThemeModal/steps/CThemeAssetsStep.vue.d.ts +0 -19
- package/lib/components/CCreateThemeModal/steps/CThemeColorsStep.vue.d.ts +0 -10
- package/lib/components/CCreateThemeModal/steps/CThemeSettingsStep.vue.d.ts +0 -2579
- package/lib/components/CCreateThemeModal/steps/CThemeTypographyStep.vue.d.ts +0 -13
- package/lib/components/CDataTable/CDataTable.vue.d.ts +0 -8637
- package/lib/components/CDetailPageSectionButtons/CDetailPageSectionButtons.vue.d.ts +0 -19
- package/lib/components/CDivider/CDivider.vue.d.ts +0 -18
- package/lib/components/CDrawer/CDrawer.vue.d.ts +0 -15
- package/lib/components/CDrawerContent/CDrawerContent.vue.d.ts +0 -15
- package/lib/components/CDropdown/CDropdown.vue.d.ts +0 -15
- package/lib/components/CDynamicIndicator/CDynamicIndicator.vue.d.ts +0 -10
- package/lib/components/CEmpty/CEmpty.vue.d.ts +0 -15
- package/lib/components/CEntitySelector/CEntitySelector.vue.d.ts +0 -153
- package/lib/components/CError/CErrorFullScreen.vue.d.ts +0 -38
- package/lib/components/CFeedback/CFeedback.vue.d.ts +0 -30
- package/lib/components/CFileAccessManagement/CFileAccessManagement.vue.d.ts +0 -6
- package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +0 -35
- package/lib/components/CFilePanel/BasicInfo.vue.d.ts +0 -2
- package/lib/components/CFilePanel/CFilePanel.vue.d.ts +0 -11
- package/lib/components/CFilePanel/Details.vue.d.ts +0 -2
- package/lib/components/CFilePanel/Metadata.vue.d.ts +0 -2
- package/lib/components/CFilePanel/Tags.vue.d.ts +0 -9
- package/lib/components/CFileThumbnail/CFileThumbnail.vue.d.ts +0 -15
- package/lib/components/CFileViewer/CFileViewer.vue.d.ts +0 -431
- package/lib/components/CFileViewer/CFileViewerCloseDialogContent.vue.d.ts +0 -9
- package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +0 -53
- package/lib/components/CFileViewer/pdf/CFileViewerBottom.pdf.vue.d.ts +0 -63
- package/lib/components/CFileViewer/pdf/CFileViewerCopyPagesMetadata.pdf.vue.d.ts +0 -69
- package/lib/components/CFileViewer/pdf/CFileViewerPageDrawer.pdf.vue.d.ts +0 -379
- package/lib/components/CFileViewer/pdf/CFileViewerPageDrawerSelectPage.vue.d.ts +0 -10
- package/lib/components/CFileViewer/pdf/CFileViewerSearchResultsSidebar.pdf.vue.d.ts +0 -6
- package/lib/components/CFileViewer/pdf/CLinkAnnotationsPopover.pdf.vue.d.ts +0 -23
- package/lib/components/CFilesAccessInfo/CFilesAccessInfo.vue.d.ts +0 -25
- package/lib/components/CFilesAccessManage/CFilesAccessManage.vue.d.ts +0 -35
- package/lib/components/CFilesFolderDeleteDialogContent/CFilesFolderDeleteDialogContent.vue.d.ts +0 -25
- package/lib/components/CFontSelect/CFontSelect.vue.d.ts +0 -12
- package/lib/components/CFullScreenLoader/CFullScreenLoader.vue.d.ts +0 -11
- package/lib/components/CGlobalLoader/CGlobalLoader.vue.d.ts +0 -5
- package/lib/components/CGlobalSearch/CGlobalSearch.vue.d.ts +0 -72
- package/lib/components/CGlobalSearch/CGlobalSearchResults.vue.d.ts +0 -20
- package/lib/components/CGlobalSearch/CGlobalSearchShortcuts.vue.d.ts +0 -2
- package/lib/components/CGlobalSearch/CResult.vue.d.ts +0 -15
- package/lib/components/CGlobalSearch/CResultSection.vue.d.ts +0 -23
- package/lib/components/CGroupsAccessInfo/CGroupsAccessInfo.vue.d.ts +0 -33
- package/lib/components/CHeightInput/CHeightInput.vue.d.ts +0 -10
- package/lib/components/CHelpText/CHelpText.vue.d.ts +0 -17
- package/lib/components/CIcon/CIcon.vue.d.ts +0 -13
- package/lib/components/CImage/CImage.vue.d.ts +0 -395
- package/lib/components/CInfoBadge/CInfoBadge.vue.d.ts +0 -23
- package/lib/components/CInput/CInput.vue.d.ts +0 -1157
- package/lib/components/CInputPlaceholder/CInputPlaceholder.vue.d.ts +0 -24
- package/lib/components/CJsonEditor/CJsonEditor.vue.d.ts +0 -14
- package/lib/components/CKnockNotificationsAppWrapper/CKnockNotificationsAppWrapper.vue.d.ts +0 -12
- package/lib/components/CLabelWithHelpText/CLabelWithHelpText.vue.d.ts +0 -20
- package/lib/components/CList/CList.vue.d.ts +0 -56
- package/lib/components/CList/CListItem.vue.d.ts +0 -79
- package/lib/components/CMetaDataBadge/CMetaDataBadge.vue.d.ts +0 -9
- package/lib/components/CModal/CModal.vue.d.ts +0 -15
- package/lib/components/CMonacoEditor/CMonacoEditor.vue.d.ts +0 -29
- package/lib/components/CMovableWidget/CMovableWidget.vue.d.ts +0 -28
- package/lib/components/CMultiSelect/CMultiSelect.vue.d.ts +0 -17
- package/lib/components/COverflowWrapper/COverflowWrapper.vue.d.ts +0 -22
- package/lib/components/CPaddingInput/CPaddingInput.vue.d.ts +0 -14
- package/lib/components/CPaginationButtons/CPaginationButtons.vue.d.ts +0 -19
- package/lib/components/CPaletteConfigurator/CPaletteConfigurator.vue.d.ts +0 -73
- package/lib/components/CPdfDimensionsSelector/CPdfDimensionsSelector.vue.d.ts +0 -27
- package/lib/components/CPillSelect/CPillSelect.vue.d.ts +0 -14
- package/lib/components/CPopover/CPopover.vue.d.ts +0 -15
- package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementExtended.vue.d.ts +0 -14
- package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementIcons.vue.d.ts +0 -10
- package/lib/components/CProcessingOverlay/CProcessingOverlay.vue.d.ts +0 -19
- package/lib/components/CQueryBuilder/CQueryBuilder.vue.d.ts +0 -18
- package/lib/components/CQuickFilters/CQuickFilters.vue.d.ts +0 -19
- package/lib/components/CRate/CRate.vue.d.ts +0 -15
- package/lib/components/CRatingFeedback/CRatingFeedback.vue.d.ts +0 -25
- package/lib/components/CRenameModal/CRenameModal.vue.d.ts +0 -28
- package/lib/components/CRichTextEditor/components/CAiRichTextActions.vue.d.ts +0 -17
- package/lib/components/CRichTextEditor/components/CAlignmentSelect.vue.d.ts +0 -9
- package/lib/components/CRichTextEditor/components/CContentLinkToolbar.vue.d.ts +0 -18
- package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +0 -2671
- package/lib/components/CRichTextEditor/components/CEditorMenu.vue.d.ts +0 -33
- package/lib/components/CRichTextEditor/components/CFontDropdown.vue.d.ts +0 -11
- package/lib/components/CRichTextEditor/components/CFontSizeSelect.vue.d.ts +0 -52
- package/lib/components/CRichTextEditor/components/CFormatterWithFieldSelect.vue.d.ts +0 -4870
- package/lib/components/CRichTextEditor/components/CHandlebarsHelperTreeSelect.vue.d.ts +0 -2661
- package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +0 -1155
- package/lib/components/CRichTextEditor/components/CInsertDropdown.vue.d.ts +0 -19
- package/lib/components/CRichTextEditor/components/CLineHeightSelect.vue.d.ts +0 -9
- package/lib/components/CRichTextEditor/components/CListSelect.vue.d.ts +0 -9
- package/lib/components/CRichTextEditor/components/CSuggestionList.vue.d.ts +0 -9
- package/lib/components/CRichTextEditor/components/CTableToolbar.vue.d.ts +0 -11
- package/lib/components/CRichTextEditor/components/CTextTypeSelect.vue.d.ts +0 -6
- package/lib/components/CSearch/CSearch.vue.d.ts +0 -25
- package/lib/components/CSearch/CSearchOnClick.vue.d.ts +0 -32
- package/lib/components/CSearch/CSearchOnClickWithSuggestions.vue.d.ts +0 -23
- package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +0 -218
- package/lib/components/CSecondaryNav/CSecondaryNav.vue.d.ts +0 -39
- package/lib/components/CSectionSelectionActions/CSectionSelectionActions.vue.d.ts +0 -19
- package/lib/components/CSectionSmartFolders/CSectionSmartFolders.vue.d.ts +0 -135
- package/lib/components/CSectionSmartFolders/CSectionSmartFoldersToolbar.vue.d.ts +0 -44
- package/lib/components/CSelect/CSelect.vue.d.ts +0 -20
- package/lib/components/CSettingsEditor/CSettingsEditor.vue.d.ts +0 -10
- package/lib/components/CShortcut/CShortcut.vue.d.ts +0 -17
- package/lib/components/CShortcut/CShortcutIcon.vue.d.ts +0 -6
- package/lib/components/CSingleFileSelector/CSingleFileSelector.vue.d.ts +0 -26
- package/lib/components/CSingleSelect/CSingleSelect.vue.d.ts +0 -15
- package/lib/components/CSlideViewer/CSlideViewer.pdfjs.vue.d.ts +0 -18
- package/lib/components/CSlideViewer/CSlideViewer.pspdfkit.vue.d.ts +0 -14
- package/lib/components/CSlideViewer/CSlideViewer.vue.d.ts +0 -12
- package/lib/components/CSlider/CSlider.vue.d.ts +0 -42
- package/lib/components/CSpin/CSpin.vue.d.ts +0 -15
- package/lib/components/CSwatchSelector/CSwatchSelector.vue.d.ts +0 -14
- package/lib/components/CSwitch/CSwitch.vue.d.ts +0 -27
- package/lib/components/CTable/CTable.vue.d.ts +0 -61
- package/lib/components/CTableColumnsSettings/CTableColumnsSettings.vue.d.ts +0 -35
- package/lib/components/CTableEditActionButtons/CTableEditActionButtons.vue.d.ts +0 -8
- package/lib/components/CTableInput/CTableInput.vue.d.ts +0 -2337
- package/lib/components/CTableMore/CTableMore.vue.d.ts +0 -24
- package/lib/components/CTableSelect/CTableSelect.vue.d.ts +0 -21
- package/lib/components/CTableTag/CTableTag.vue.d.ts +0 -4940
- package/lib/components/CTag/CTag.vue.d.ts +0 -15
- package/lib/components/CTags/CTags.vue.d.ts +0 -4910
- package/lib/components/CTagsPlaceholder/CTagsPlaceholder.vue.d.ts +0 -6
- package/lib/components/CThemeEditor/CThemeEditor.vue.d.ts +0 -4
- package/lib/components/CThemePreview/CThemePreview.vue.d.ts +0 -20
- package/lib/components/CThumbnail/CThumbnail.vue.d.ts +0 -44
- package/lib/components/CTimeline/CTimeline.vue.d.ts +0 -15
- package/lib/components/CTimeline/CTimelineControl.vue.d.ts +0 -2
- package/lib/components/CTimeline/CTimelineModal.vue.d.ts +0 -12
- package/lib/components/CToastProvider/CToastProvider.vue.d.ts +0 -2
- package/lib/components/CToolbar/CToolbar.vue.d.ts +0 -18
- package/lib/components/CTooltip/CTooltip.vue.d.ts +0 -18
- package/lib/components/CTooltipWrapper/CTooltipWrapper.vue.d.ts +0 -22
- package/lib/components/CTypographyConfigurator/CTypographyConfigurator.vue.d.ts +0 -13
- package/lib/components/CTypographyConfigurator/CTypographyConfiguratorItem.vue.d.ts +0 -13
- package/lib/components/CUpsertFolderModal/CUpsertFolderModal.vue.d.ts +0 -303
- package/lib/components/CUserAvatar/CUserAvatar.vue.d.ts +0 -13
- package/lib/components/CUserMenu/CUserMenu.vue.d.ts +0 -472
- package/lib/components/CUsersAccessInfo/CUsersAccessInfo.vue.d.ts +0 -13
- package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.vue.d.ts +0 -35
- package/lib/components/CVideo/CVideo.vue.d.ts +0 -48
- package/lib/components/CVirtualTable/CVirtualTable.vue.d.ts +0 -49
- package/lib/components/CVirtualTable/CVirtualTableRow.vue.d.ts +0 -40
- package/lib/components/CWarningAlert/CWarningAlert.vue.d.ts +0 -11
- package/lib/components/assignedCanvases/CAssignedCanvasesManagement.vue.d.ts +0 -440
- package/lib/components/assignedCanvases/CAssignedCanvasesManagementToolbar.vue.d.ts +0 -41
- package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +0 -451
- package/lib/components/canvas-blocks/CBlockManagementActionsCell.vue.d.ts +0 -25
- package/lib/components/canvas-blocks/CBlockManagementToolbar.vue.d.ts +0 -44
- package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +0 -1290
- package/lib/components/canvas-templates/CTemplateManagementActionsCell.vue.d.ts +0 -48
- package/lib/components/canvas-templates/CTemplateManagementActionsCellIconWrapper.vue.d.ts +0 -10
- package/lib/components/canvas-templates/CTemplateManagementListItem.vue.d.ts +0 -54
- package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +0 -325
- package/lib/components/canvases/CCanvasDeleteDialogContent.vue.d.ts +0 -6
- package/lib/components/canvases/CCanvasMetadataFilters.vue.d.ts +0 -20
- package/lib/components/filters/CCheckboxFilter.vue.d.ts +0 -11
- package/lib/components/filters/CDateRangeFilter.vue.d.ts +0 -26
- package/lib/components/filters/CSearchFilter.vue.d.ts +0 -117
- package/lib/components/filters/CSelectFilter.vue.d.ts +0 -27
- package/lib/components/savedCanvases/CCanvasAccountModal.vue.d.ts +0 -23
- package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +0 -778
- package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +0 -55
- package/lib/components/savedCanvases/CSavedCanvasesManagementIndicatorsCell.vue.d.ts +0 -6
- package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +0 -1879
- package/lib/components/savedCanvases/CSavedCanvasesManagementToolbar.vue.d.ts +0 -46
- package/lib/components/savedCanvases/CSavedCanvasesManagementUsedTemplateCell.vue.d.ts +0 -16
- package/lib/components/savedCanvases/smartFolders/SmartFolderNameCell.vue.d.ts +0 -9
- package/lib/components/savedCanvases/smartFolders/SmartFolders.vue.d.ts +0 -140
- package/lib/components/savedCanvases/smartFolders/SmartFoldersConfigurationModal.vue.d.ts +0 -6
- package/lib/components/savedCanvases/smartFolders/SmartFoldersMissingConfig.vue.d.ts +0 -11
- package/lib/components/sections/CSectionManagement.vue.d.ts +0 -452
- package/lib/components/sections/CSectionManagementActionsCell.vue.d.ts +0 -27
- package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +0 -45
- package/lib/components/themes/CThemeManagement.vue.d.ts +0 -446
- package/lib/components/themes/CThemeManagementActionsCell.vue.d.ts +0 -24
- package/lib/components/themes/CThemeManagementActionsCellIconWrapper.vue.d.ts +0 -10
- package/lib/components/themes/CThemeManagementToolbar.vue.d.ts +0 -44
- package/lib/composables/recentFiles.use.d.ts +0 -12
- package/lib/constants/recentFiles.const.d.ts +0 -4
- package/lib/sdk/api/modules/events.d.ts +0 -6
- package/lib/sdk/api/modules/favorites.d.ts +0 -16
- package/lib/types/favorites.d.ts +0 -5
- package/lib/types/recentFiles.types.d.ts +0 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataTemplateField, MetadataTemplateOption } from '../../types/openapi';
|
|
2
|
-
export declare function getComponentNameByFilterType(type: string): "
|
|
2
|
+
export declare function getComponentNameByFilterType(type: string): "CDateRangeFilter" | "CSelectFilter" | "CSearchFilter";
|
|
3
3
|
export default function useMetadataFilters(t: (input: string) => string): {
|
|
4
4
|
getBooleanOptions: (availableValues?: Array<string | boolean | number>) => {
|
|
5
5
|
label: string;
|
|
@@ -11,7 +11,7 @@ interface UseMetadataSearchOptions {
|
|
|
11
11
|
includeSearchTermAsOption?: boolean;
|
|
12
12
|
}
|
|
13
13
|
export default function useMetadataSearch(options?: UseMetadataSearchOptions): {
|
|
14
|
-
handleFetch: (searchTerm: string, entity: MetadataFilterRequest["entity"], { includeNameSearch, includeDraftValues, isSection, isTemplate, isBlock, key, ownerId, searchMode, threshold, fetchAllUnique, contentType, }?: {
|
|
14
|
+
handleFetch: (searchTerm: string, entity: MetadataFilterRequest["entity"], { includeNameSearch, includeDraftValues, isSection, isTemplate, isBlock, key, ownerId, searchMode, threshold, fetchAllUnique, contentType, tagsNotIn, and, }?: {
|
|
15
15
|
includeNameSearch?: boolean;
|
|
16
16
|
includeDraftValues?: boolean;
|
|
17
17
|
isSection?: boolean;
|
|
@@ -23,8 +23,13 @@ export default function useMetadataSearch(options?: UseMetadataSearchOptions): {
|
|
|
23
23
|
threshold?: number;
|
|
24
24
|
fetchAllUnique?: boolean;
|
|
25
25
|
contentType?: string[];
|
|
26
|
+
tagsNotIn?: string[];
|
|
27
|
+
and?: Array<{
|
|
28
|
+
key: string;
|
|
29
|
+
value: string;
|
|
30
|
+
}>;
|
|
26
31
|
}) => Promise<StyledAutoCompleteOption[]>;
|
|
27
|
-
fetchUniqueValues: (entity: MetadataFilterRequest["entity"], { includeDraftValues, isSection, isTemplate, isBlock, key, ownerId, limit, and, }?: {
|
|
32
|
+
fetchUniqueValues: (entity: MetadataFilterRequest["entity"], { includeDraftValues, isSection, isTemplate, isBlock, key, ownerId, limit, and, tagsNotIn, }?: {
|
|
28
33
|
includeDraftValues?: boolean;
|
|
29
34
|
isSection?: boolean;
|
|
30
35
|
isTemplate?: boolean;
|
|
@@ -36,6 +41,7 @@ export default function useMetadataSearch(options?: UseMetadataSearchOptions): {
|
|
|
36
41
|
key: string;
|
|
37
42
|
value: string;
|
|
38
43
|
}>;
|
|
44
|
+
tagsNotIn?: string[];
|
|
39
45
|
}) => Promise<MetadataUniqueValuesResponse>;
|
|
40
46
|
};
|
|
41
47
|
export {};
|
|
@@ -242,5 +242,5 @@ export default function useMetadataTemplates(options?: UseMetadataTemplatesOptio
|
|
|
242
242
|
email?: string | undefined;
|
|
243
243
|
};
|
|
244
244
|
} | null>;
|
|
245
|
-
processedMetadata:
|
|
245
|
+
processedMetadata: Ref<Record<string, any>, Record<string, any>> | ComputedRef<Record<string, any>>;
|
|
246
246
|
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import { PitcherEnv } from '../sdk/interfaces';
|
|
3
|
+
/**
|
|
4
|
+
* Composable for SmartStore availability checks
|
|
5
|
+
*
|
|
6
|
+
* SmartStore is Salesforce Mobile SDK's local database for offline data access on iOS.
|
|
7
|
+
* It requires both iOS mode and the sfdc_offline_enabled LaunchDarkly flag to be enabled.
|
|
8
|
+
*
|
|
9
|
+
* @param env - Optional reactive environment object from app store (avoids redundant API calls)
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* // With app store env (recommended - avoids API calls)
|
|
13
|
+
* const appStore = useAppStore()
|
|
14
|
+
* const { shouldUseSmartStore } = useSmartStore(appStore.env)
|
|
15
|
+
* const enabled = shouldUseSmartStore.value
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* // Without env (for canvas-ui internal usage)
|
|
19
|
+
* const { generateTempSalesforceId } = useSmartStore()
|
|
20
|
+
* const tempId = generateTempSalesforceId('00U')
|
|
21
|
+
*/
|
|
22
|
+
export declare function useSmartStore(env?: Ref<PitcherEnv | null> | PitcherEnv | null): {
|
|
23
|
+
shouldUseSmartStore: import('vue').ComputedRef<boolean>;
|
|
24
|
+
generateTempSalesforceId: (objectPrefix: string) => string;
|
|
25
|
+
};
|
|
@@ -9,7 +9,7 @@ export type InactiveEventPayload = {
|
|
|
9
9
|
file_id?: string;
|
|
10
10
|
[key: string]: any;
|
|
11
11
|
};
|
|
12
|
-
export default function (track: (eventName: string, payload: any) => void, pitcherApi?: ReturnType<typeof usePitcherApi
|
|
12
|
+
export default function (track: (eventName: string, payload: any) => void, pitcherApi?: ReturnType<typeof usePitcherApi>, flushTrack?: (eventName: string, payload: any) => void): {
|
|
13
13
|
registerInactiveEvent: ({ id, payload, enterEvent, exitEvent, type, }: {
|
|
14
14
|
id: string;
|
|
15
15
|
payload: InactiveEventPayload | ((type?: EventLifecycle) => InactiveEventPayload);
|
package/lib/main.lib.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export { default as CDropdown } from './components/CDropdown/CDropdown.vue';
|
|
|
19
19
|
export { default as CErrorFullScreen } from './components/CError/CErrorFullScreen.vue';
|
|
20
20
|
export { default as CFileThumbnail } from './components/CFileThumbnail/CFileThumbnail.vue';
|
|
21
21
|
export { default as CFileAttributes } from './components/CFileAttributes/CFileAttributes.vue';
|
|
22
|
+
export { default as CFolderTreeMultiPicker, type SelectedFolder, type PickerFolderNode } from './components/CFolderTreeMultiPicker/CFolderTreeMultiPicker.vue';
|
|
22
23
|
export { default as CIcon, type Props as CIconProps } from './components/CIcon/CIcon.vue';
|
|
23
24
|
export { default as CImage } from './components/CImage/CImage.vue';
|
|
24
25
|
export { default as CInput } from './components/CInput/CInput.vue';
|
|
@@ -28,6 +29,12 @@ export { default as CProcessingOverlay } from './components/CProcessingOverlay/C
|
|
|
28
29
|
export { default as CSearch } from './components/CSearch/CSearch.vue';
|
|
29
30
|
export { default as CSearchOnClick } from './components/CSearch/CSearchOnClick.vue';
|
|
30
31
|
export { default as CSearchOnClickWithSuggestions } from './components/CSearch/CSearchOnClickWithSuggestions.vue';
|
|
32
|
+
export { default as CSideBar } from './components/CSideBar/CSideBar.vue';
|
|
33
|
+
export { default as CSideBarDivider } from './components/CSideBar/CSideBarDivider.vue';
|
|
34
|
+
export { default as CSideBarItem } from './components/CSideBar/CSideBarItem.vue';
|
|
35
|
+
export { default as CSideBarLabel } from './components/CSideBar/CSideBarLabel.vue';
|
|
36
|
+
export { default as CSideBarToggle } from './components/CSideBar/CSideBarToggle.vue';
|
|
37
|
+
export type { NavItem } from './components/CSideBar/types';
|
|
31
38
|
export { default as CSelect } from './components/CSelect/CSelect.vue';
|
|
32
39
|
export { default as CTag } from './components/CTag/CTag.vue';
|
|
33
40
|
export { default as CThemeEditor } from './components/CThemeEditor/CThemeEditor.vue';
|
|
@@ -77,6 +84,7 @@ export { default as CSavedCanvasesManagement } from './components/savedCanvases/
|
|
|
77
84
|
export { default as CAssignedCanvasesManagement } from './components/assignedCanvases/CAssignedCanvasesManagement.vue';
|
|
78
85
|
export { default as CAssignedCanvasesManagementToolbar } from './components/assignedCanvases/CAssignedCanvasesManagementToolbar.vue';
|
|
79
86
|
export { default as useShareCanvas } from './components/savedCanvases/CSavedCanvasesManagementShareCanvas.use';
|
|
87
|
+
export { getFreezeStatus, type FreezeStatus } from './components/savedCanvases/CSavedCanvasesManagement.use';
|
|
80
88
|
export { default as CConfigEditor } from './components/CConfigEditor/CConfigEditor.vue';
|
|
81
89
|
export { default as CTableInput } from './components/CTableInput/CTableInput.vue';
|
|
82
90
|
export { default as CTableTag } from './components/CTableTag/CTableTag.vue';
|
|
@@ -88,6 +96,8 @@ export { default as CTable } from './components/CTable/CTable.vue';
|
|
|
88
96
|
export { default as CEntitySelector } from './components/CEntitySelector/CEntitySelector.vue';
|
|
89
97
|
export { default as CUsersGroupsAccessManage } from './components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.vue';
|
|
90
98
|
export { default as CFilesAccessManage } from './components/CFilesAccessManage/CFilesAccessManage.vue';
|
|
99
|
+
export { default as CTemplateAccessManage } from './components/CTemplateAccessManage/CTemplateAccessManage.vue';
|
|
100
|
+
export { default as CTemplateAccessInfo } from './components/CTemplateAccessInfo/CTemplateAccessInfo.vue';
|
|
91
101
|
export { default as CGroupsAccessInfo } from './components/CGroupsAccessInfo/CGroupsAccessInfo.vue';
|
|
92
102
|
export { default as CUsersAccessInfo } from './components/CUsersAccessInfo/CUsersAccessInfo.vue';
|
|
93
103
|
export { default as CFilesAccessInfo } from './components/CFilesAccessInfo/CFilesAccessInfo.vue';
|
|
@@ -120,6 +130,7 @@ export { type CanvasBuilderProps, CanvasBuilderMode } from './apps/canvas-builde
|
|
|
120
130
|
export { type FontAwesomeType } from './apps/canvas-builder/types/font-awesome.types';
|
|
121
131
|
export { default as Browser } from './apps/browser/App.vue';
|
|
122
132
|
export { type BrowserSectionType } from './apps/browser/stores/app';
|
|
133
|
+
export type { BrowserAppProps, BrowserCustomFilterComponent } from './apps/browser/appTypes';
|
|
123
134
|
export { default as ContentSelector } from './apps/content-selector/App.vue';
|
|
124
135
|
export type { SelectedPage as ContentSelectorSelectedPage, SelectedFile as ContentSelectorSelectedFile, SelectedAsset as ContentSelectorSelectedAsset, SelectedExternalLink as ContentSelectorSelectedExternalLink, ContentSelectorSelectedItem, } from './apps/content-selector/stores/app';
|
|
125
136
|
export { default as CanvasSelector } from './apps/canvas-selector/App.vue';
|
|
@@ -135,6 +146,7 @@ export * as agendaSelector from './apps/agenda-selector/export';
|
|
|
135
146
|
export { default as useTheme } from './composables/useTheme';
|
|
136
147
|
export { default as useThemeVars } from './composables/useThemeVars';
|
|
137
148
|
export { default as useBindValidation } from './composables/useBindValidation';
|
|
149
|
+
export { useSmartStore } from './composables/useSmartStore';
|
|
138
150
|
export { default as useFileDisplayHelpers } from './composables/useFileDisplayHelpers';
|
|
139
151
|
export { default as useFolderNameDescription } from './composables/useFolderNameDescription';
|
|
140
152
|
export { default as useCanvasOverlay } from './composables/useCanvasOverlay';
|
|
@@ -142,8 +154,12 @@ export { default as useCollectionPlayerOverlay, type CollectionPlayerOverlay, }
|
|
|
142
154
|
export { default as useInfiniteScroll } from './composables/useInfiniteScroll';
|
|
143
155
|
export { default as useWindowEvents } from './composables/useWindowEvents';
|
|
144
156
|
export { default as useConfirmation } from './composables/useConfirmation';
|
|
157
|
+
export { default as useHomeCustomization } from './composables/useHomeCustomization';
|
|
158
|
+
export { HomeCustomizeCog } from './components/HomeCustomizeCog';
|
|
159
|
+
export { HomeCustomizePanel } from './components/HomeCustomizePanel';
|
|
160
|
+
export { HomeCustomizeRow } from './components/HomeCustomizeRow';
|
|
161
|
+
export { HomeCustomizeEmptyState } from './components/HomeCustomizeEmptyState';
|
|
145
162
|
export { default as useLocation } from './composables/useLocation';
|
|
146
|
-
export { default as useRecentFiles } from './composables/recentFiles.use';
|
|
147
163
|
export { default as usePresentationHistory } from './composables/presentationHistory.use';
|
|
148
164
|
export { default as useToast } from './composables/useToast';
|
|
149
165
|
export { default as useSuggestedTags } from './composables/suggestedTags.use';
|
|
@@ -191,8 +207,12 @@ export * from './util/userAgents';
|
|
|
191
207
|
export * from './util/pitcher-settings.util';
|
|
192
208
|
export * from './util/eval';
|
|
193
209
|
export * from './util/storage.util';
|
|
210
|
+
export * from './util/handlebars';
|
|
194
211
|
export * from './apps/collection-selector/utils/content-selector-adapter.util';
|
|
195
212
|
export * from './util/soql.util.ts';
|
|
213
|
+
export * from './util/sfdc.util';
|
|
214
|
+
export * from './util/smart-store.util';
|
|
215
|
+
export * from './util/app.util';
|
|
196
216
|
export * from './utils/iframeInitialize';
|
|
197
217
|
export * from './sdk/main';
|
|
198
218
|
export * from './sdk/peer-connectivity';
|
|
@@ -208,7 +228,6 @@ export * from './types/users';
|
|
|
208
228
|
export * from './types/canvases';
|
|
209
229
|
export * from './types/canvasActions';
|
|
210
230
|
export * from './types/canvasTheme';
|
|
211
|
-
export * from './types/favorites';
|
|
212
231
|
export * from './types/files';
|
|
213
232
|
export * from './types/folder';
|
|
214
233
|
export * from './types/file.types';
|
|
@@ -247,7 +266,6 @@ export * from './constants/appsDb.const';
|
|
|
247
266
|
export * from './apps/canvas-builder/constants/theme.const';
|
|
248
267
|
export * from './constants/roles.const';
|
|
249
268
|
export type { RolePermissions } from './constants/roles.const';
|
|
250
|
-
export * from './api/events/events.queries';
|
|
251
269
|
export * from './api/users/users.queries';
|
|
252
270
|
export * from './api/canvases/canvases.queries';
|
|
253
271
|
export * from './api/events/events.helpers';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LowLevelApi } from './LowLevelApi';
|
|
2
2
|
import { PitcherEvent, ApiOptions } from '../interfaces';
|
|
3
|
-
import * as modules from '
|
|
3
|
+
import * as modules from './modules';
|
|
4
4
|
/**
|
|
5
5
|
* Creates a high-level API instance and caches it. Reterns a new instance only if new options are provided.
|
|
6
6
|
*/
|
|
@@ -131,10 +131,6 @@ export declare function createHighLevelApi(options?: ApiOptions): {
|
|
|
131
131
|
}): Promise<import('../../main.lib').User>;
|
|
132
132
|
isOffline(): Promise<boolean>;
|
|
133
133
|
getLanguages(): Promise<modules.Language[]>;
|
|
134
|
-
getEvents(payload: Partial<import('../../main.lib').EventRequest>): Promise<import('../../main.lib').PaginatedData<import('../../main.lib').Event>>;
|
|
135
|
-
createEvent(payload: import('../../main.lib').EventRequest): Promise<import('../../main.lib').Event>;
|
|
136
|
-
updateEvent(payload: import('../../main.lib').PatchedEventRequest): Promise<import('../../main.lib').Event>;
|
|
137
|
-
deleteEvent(payload: Partial<import('../../main.lib').Event>): Promise<void>;
|
|
138
134
|
getCanvases(payload: import('../../main.lib').GetCanvasesParams & {
|
|
139
135
|
filters?: Record<string, any>;
|
|
140
136
|
fields?: string;
|
|
@@ -166,7 +162,7 @@ export declare function createHighLevelApi(options?: ApiOptions): {
|
|
|
166
162
|
}): Promise<import('../../main.lib').CanvasRecommendedFiles>;
|
|
167
163
|
getCanvasTheme(payload: {
|
|
168
164
|
canvas_id: import('../../main.lib').CanvasRetrieve["id"];
|
|
169
|
-
}): Promise<import('../../main.lib').CanvasThemeRetrieve>;
|
|
165
|
+
}): Promise<import('../../main.lib').CanvasThemeRetrieve | null>;
|
|
170
166
|
unassignCanvasTheme(payload: {
|
|
171
167
|
canvas_id: import('../../main.lib').CanvasRetrieve["id"];
|
|
172
168
|
}): Promise<void>;
|
|
@@ -174,7 +170,6 @@ export declare function createHighLevelApi(options?: ApiOptions): {
|
|
|
174
170
|
filters?: Record<string, any>;
|
|
175
171
|
fields?: string;
|
|
176
172
|
}): Promise<import('../../main.lib').PaginatedFileList>;
|
|
177
|
-
getRecentFiles(payload?: import('../payload.types').GetRecentFilesPayload): Promise<import('../../main.lib').File[]>;
|
|
178
173
|
downloadFile(payload: {
|
|
179
174
|
file_id: import('../../main.lib').File["id"];
|
|
180
175
|
}): Promise<null>;
|
|
@@ -233,11 +228,17 @@ export declare function createHighLevelApi(options?: ApiOptions): {
|
|
|
233
228
|
}): Promise<void>;
|
|
234
229
|
query(payload: import('../payload.types').QueryPayload): Promise<any>;
|
|
235
230
|
crmQuery(payload: import('../payload.types').CRMQueryPayload): Promise<any>;
|
|
231
|
+
crmQueryAdaptive(payload: import('../payload.types').CRMQueryPayload): Promise<any>;
|
|
236
232
|
crmSmartQuery(payload: import('../payload.types').CRMQueryPayload): Promise<Array<any>>;
|
|
237
233
|
crmSmartObjectMetadata(payload: import('../payload.types').CRMSmartObjectMetadataPayload): Promise<any>;
|
|
238
234
|
crmSmartUpsertObjects(payload: import('../payload.types').UpsertCRMObjectsPayload): Promise<any>;
|
|
239
235
|
crmSmartObjectValidationRules(payload: import('../payload.types').CRMSmartObjectValidationRulesPayload): Promise<any>;
|
|
236
|
+
crmSmartObjectLayout(payload: import('../payload.types').CRMSmartObjectLayoutPayload): Promise<any>;
|
|
240
237
|
crmSmartDeleteObjects(payload: import('../payload.types').CRMSmartDeleteObjectsPayload): Promise<any>;
|
|
238
|
+
crmCreate(payload: import('../payload.types').CRMCreatePayload): Promise<any>;
|
|
239
|
+
crmUpsert(payload: import('../payload.types').CRMUpsertPayload): Promise<any>;
|
|
240
|
+
crmDescribe(payload: import('../payload.types').CRMDescribePayload): Promise<any>;
|
|
241
|
+
crmLayout(payload: import('../payload.types').CRMLayoutPayload): Promise<any>;
|
|
241
242
|
getFolders(payload: import('../payload.types').FolderListRequest): Promise<import('../../main.lib').PaginatedFolderList>;
|
|
242
243
|
getFolder(payload?: {
|
|
243
244
|
id: import('../../main.lib').FolderRetrieve["id"];
|
|
@@ -262,11 +263,6 @@ export declare function createHighLevelApi(options?: ApiOptions): {
|
|
|
262
263
|
parent_id?: string | null;
|
|
263
264
|
}): Promise<import('../../main.lib').CoreFolderContentsRetrieve>;
|
|
264
265
|
patchCoreFolder(id: string, payload: Partial<import('../../main.lib').CoreFolderRetrieve>): Promise<import('../../main.lib').CoreFolderContentsRetrieve>;
|
|
265
|
-
getFavorites(payload?: import('../../main.lib').GetFavoritesParams): Promise<import('../../main.lib').PaginatedFavoriteList>;
|
|
266
|
-
createFavorite(payload: import('../../main.lib').FavoriteCreateRequest): Promise<import('../../main.lib').Favorite>;
|
|
267
|
-
deleteFavorite(payload: {
|
|
268
|
-
favorite_id: import('../../main.lib').Favorite["id"];
|
|
269
|
-
}): Promise<void>;
|
|
270
266
|
notify(payload: import('../payload.types').NotificationPayload): Promise<void>;
|
|
271
267
|
track(payload: {
|
|
272
268
|
event_name: string;
|
|
@@ -83,7 +83,7 @@ export declare function getCanvasRecommendedFiles(payload: {
|
|
|
83
83
|
}): Promise<CanvasRecommendedFiles>;
|
|
84
84
|
export declare function getCanvasTheme(payload: {
|
|
85
85
|
canvas_id: CanvasRetrieve['id'];
|
|
86
|
-
}): Promise<CanvasThemeRetrieve>;
|
|
86
|
+
}): Promise<CanvasThemeRetrieve | null>;
|
|
87
87
|
export declare function unassignCanvasTheme(payload: {
|
|
88
88
|
canvas_id: CanvasRetrieve['id'];
|
|
89
89
|
}): Promise<void>;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { File, FileRetrieve, PaginatedFileList, FileUpdateRequest, FileRevision } from '../../../../types/openapi';
|
|
2
|
-
import {
|
|
2
|
+
import { ListFilesPayload } from '../../payload.types';
|
|
3
3
|
import { AllFileCreateRequest, DeviceFile } from '../../../types/files';
|
|
4
4
|
export declare function getFiles(payload: ListFilesPayload & {
|
|
5
5
|
filters?: Record<string, any>;
|
|
6
6
|
fields?: string;
|
|
7
7
|
}): Promise<PaginatedFileList>;
|
|
8
|
-
export declare function getRecentFiles(payload?: GetRecentFilesPayload): Promise<File[]>;
|
|
9
8
|
export declare function downloadFile(payload: {
|
|
10
9
|
file_id: File['id'];
|
|
11
10
|
}): Promise<null>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * from './open';
|
|
2
2
|
export * from './env';
|
|
3
3
|
export * from './languages';
|
|
4
|
-
export * from './events';
|
|
5
4
|
export * from './canvas';
|
|
6
5
|
export * from './files';
|
|
7
6
|
export * from './filesRevisions';
|
|
@@ -12,7 +11,6 @@ export * from './toast';
|
|
|
12
11
|
export * from './query';
|
|
13
12
|
export * from './folders';
|
|
14
13
|
export * from './folders.core';
|
|
15
|
-
export * from './favorites';
|
|
16
14
|
export * from './notifications';
|
|
17
15
|
export * from './track';
|
|
18
16
|
export * from './metadataTemplates';
|
|
@@ -1,6 +1,22 @@
|
|
|
1
|
-
import { QueryPayload, CRMQueryPayload, UpsertCRMObjectsPayload, CRMSmartObjectValidationRulesPayload, CRMSmartObjectMetadataPayload, CRMSmartDeleteObjectsPayload } from '../../payload.types';
|
|
1
|
+
import { QueryPayload, CRMQueryPayload, UpsertCRMObjectsPayload, CRMSmartObjectValidationRulesPayload, CRMSmartObjectMetadataPayload, CRMSmartObjectLayoutPayload, CRMSmartDeleteObjectsPayload, CRMCreatePayload, CRMUpsertPayload, CRMDescribePayload, CRMLayoutPayload } from '../../payload.types';
|
|
2
2
|
export declare function query(payload: QueryPayload): Promise<any>;
|
|
3
3
|
export declare function crmQuery(payload: CRMQueryPayload): Promise<any>;
|
|
4
|
+
/**
|
|
5
|
+
* Executes a CRM query with automatic iOS/SmartStore adaptation.
|
|
6
|
+
*
|
|
7
|
+
* On iOS devices with the 'sfdc_offline_enabled' LaunchDarkly flag enabled,
|
|
8
|
+
* this function automatically converts SOQL queries to SmartStore Smart SQL format
|
|
9
|
+
* and uses the local SmartStore for offline data access.
|
|
10
|
+
* On other platforms or when the flag is disabled, it uses the standard CRM query API.
|
|
11
|
+
*
|
|
12
|
+
* @param {CRMQueryPayload} payload - The query payload containing the SOQL query string.
|
|
13
|
+
* @returns {Promise<any>} - Promise resolving with query results.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* // Works on all platforms - automatically adapts for iOS with sfdc_offline_enabled LD flag
|
|
17
|
+
* const result = await crmQueryAdaptive({ query: 'SELECT Id, Name FROM Account WHERE Active = true' })
|
|
18
|
+
*/
|
|
19
|
+
export declare function crmQueryAdaptive(payload: CRMQueryPayload): Promise<any>;
|
|
4
20
|
/**
|
|
5
21
|
* Executes a SmartStore query against local CRM data (iOS only).
|
|
6
22
|
* Uses Salesforce Mobile SDK SmartStore query syntax.
|
|
@@ -88,6 +104,23 @@ export declare function crmSmartUpsertObjects(payload: UpsertCRMObjectsPayload):
|
|
|
88
104
|
* api.crmSmartObjectValidationRules({ object: 'Contact' })
|
|
89
105
|
*/
|
|
90
106
|
export declare function crmSmartObjectValidationRules(payload: CRMSmartObjectValidationRulesPayload): Promise<any>;
|
|
107
|
+
/**
|
|
108
|
+
* Retrieves layout information for a CRM smart object (iOS only).
|
|
109
|
+
* Fetches object layout metadata from the Salesforce Mobile SDK cache.
|
|
110
|
+
*
|
|
111
|
+
* @param {CRMSmartObjectLayoutPayload} payload - The payload containing the object name and optional layout parameters.
|
|
112
|
+
* @returns {Promise<any>} - Promise resolving with the object layout metadata.
|
|
113
|
+
* @throws {Error} - Throws an error if the object name is not provided.
|
|
114
|
+
*
|
|
115
|
+
* @example
|
|
116
|
+
* // iOS only method to retrieve CRM object layout.
|
|
117
|
+
* api.crmSmartObjectLayout({ object: 'Account' })
|
|
118
|
+
*
|
|
119
|
+
* @example
|
|
120
|
+
* // Get layout with specific form factor and mode.
|
|
121
|
+
* api.crmSmartObjectLayout({ object: 'Account', form_factor: 'Large', mode: 'Edit' })
|
|
122
|
+
*/
|
|
123
|
+
export declare function crmSmartObjectLayout(payload: CRMSmartObjectLayoutPayload): Promise<any>;
|
|
91
124
|
/**
|
|
92
125
|
* Deletes CRM objects from local CRM data (iOS only).
|
|
93
126
|
* Uses Salesforce Mobile SDK SmartStore to delete records.
|
|
@@ -113,3 +146,89 @@ export declare function crmSmartObjectValidationRules(payload: CRMSmartObjectVal
|
|
|
113
146
|
* })
|
|
114
147
|
*/
|
|
115
148
|
export declare function crmSmartDeleteObjects(payload: CRMSmartDeleteObjectsPayload): Promise<any>;
|
|
149
|
+
/**
|
|
150
|
+
* Creates new records in CRM (Web only).
|
|
151
|
+
* Uses Salesforce REST API to create records.
|
|
152
|
+
*
|
|
153
|
+
* @param {CRMCreatePayload} payload - The create payload containing sobject type and records.
|
|
154
|
+
* @returns {Promise<any>} - Promise resolving with the result of the create operation.
|
|
155
|
+
* @throws {Error} - Throws an error if the payload is invalid.
|
|
156
|
+
*
|
|
157
|
+
* @example
|
|
158
|
+
* // Web only method to create CRM records.
|
|
159
|
+
* api.crmCreate({
|
|
160
|
+
* sobject: 'Order__c',
|
|
161
|
+
* records: [
|
|
162
|
+
* { Account__c: '001xx000003DGbQAAW', Order_Date__c: '2024-01-15' },
|
|
163
|
+
* { Account__c: '001xx000003DGbRABW', Order_Date__c: '2024-01-16' }
|
|
164
|
+
* ]
|
|
165
|
+
* })
|
|
166
|
+
*/
|
|
167
|
+
export declare function crmCreate(payload: CRMCreatePayload): Promise<any>;
|
|
168
|
+
/**
|
|
169
|
+
* Upserts records in CRM (Web only).
|
|
170
|
+
* Uses Salesforce REST API to insert or update records based on external ID.
|
|
171
|
+
* If a record with matching external ID exists, it will be updated; otherwise, a new record is created.
|
|
172
|
+
*
|
|
173
|
+
* @param {CRMUpsertPayload} payload - The upsert payload containing sobject type, records, and external ID field.
|
|
174
|
+
* @returns {Promise<any>} - Promise resolving with the result of the upsert operation.
|
|
175
|
+
* @throws {Error} - Throws an error if the payload is invalid.
|
|
176
|
+
*
|
|
177
|
+
* @example
|
|
178
|
+
* // Web only method to upsert CRM records.
|
|
179
|
+
* api.crmUpsert({
|
|
180
|
+
* sobject: 'Order__c',
|
|
181
|
+
* records: [
|
|
182
|
+
* { External_Id__c: 'ORD-001', Account__c: '001xx000003DGbQAAW', Status__c: 'Submitted' },
|
|
183
|
+
* { External_Id__c: 'ORD-002', Account__c: '001xx000003DGbRABW', Status__c: 'Draft' }
|
|
184
|
+
* ],
|
|
185
|
+
* external_id_field: 'External_Id__c'
|
|
186
|
+
* })
|
|
187
|
+
*/
|
|
188
|
+
export declare function crmUpsert(payload: CRMUpsertPayload): Promise<any>;
|
|
189
|
+
/**
|
|
190
|
+
* Retrieves metadata/describe for a CRM object (Web only).
|
|
191
|
+
* Uses Salesforce REST API to fetch object metadata including fields and picklist values.
|
|
192
|
+
*
|
|
193
|
+
* @param {CRMDescribePayload} payload - The describe payload containing the sobject name.
|
|
194
|
+
* @returns {Promise<any>} - Promise resolving with the object metadata including fields and picklist values.
|
|
195
|
+
* @throws {Error} - Throws an error if the payload is invalid.
|
|
196
|
+
*
|
|
197
|
+
* @example
|
|
198
|
+
* // Web only method to get CRM object metadata.
|
|
199
|
+
* api.crmDescribe({ sobject: 'Account' })
|
|
200
|
+
* .then(metadata => {
|
|
201
|
+
* // Access fields
|
|
202
|
+
* console.log(metadata.fields)
|
|
203
|
+
* // Access picklist values for a specific field
|
|
204
|
+
* const industryField = metadata.fields.find(f => f.name === 'Industry')
|
|
205
|
+
* console.log(industryField.picklistValues)
|
|
206
|
+
* })
|
|
207
|
+
*/
|
|
208
|
+
export declare function crmDescribe(payload: CRMDescribePayload): Promise<any>;
|
|
209
|
+
/**
|
|
210
|
+
* Retrieves layout information for a CRM object (Web only).
|
|
211
|
+
* Uses Salesforce REST API to fetch object layout including sections, fields arrangement, and form factors.
|
|
212
|
+
*
|
|
213
|
+
* @param {CRMLayoutPayload} payload - The layout payload containing the sobject name and optional layout parameters.
|
|
214
|
+
* @returns {Promise<any>} - Promise resolving with the object layout information.
|
|
215
|
+
* @throws {Error} - Throws an error if the payload is invalid.
|
|
216
|
+
*
|
|
217
|
+
* @example
|
|
218
|
+
* // Web only method to get CRM object layout.
|
|
219
|
+
* api.crmLayout({ sobject: 'Account' })
|
|
220
|
+
* .then(layout => {
|
|
221
|
+
* // Access layout sections
|
|
222
|
+
* console.log(layout.editLayoutSections)
|
|
223
|
+
* })
|
|
224
|
+
*
|
|
225
|
+
* @example
|
|
226
|
+
* // Get layout with specific form factor, mode, and record type.
|
|
227
|
+
* api.crmLayout({
|
|
228
|
+
* sobject: 'Account',
|
|
229
|
+
* form_factor: 'Large',
|
|
230
|
+
* mode: 'Edit',
|
|
231
|
+
* record_type_id: '012xx0000004ABC'
|
|
232
|
+
* })
|
|
233
|
+
*/
|
|
234
|
+
export declare function crmLayout(payload: CRMLayoutPayload): Promise<any>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UiSelectAgendaRequest, UiSelectAgendaResponse, UiSelectCollectionPlayerRequest, UiSelectCollectionPlayerResponse, UiSelectContentRequest, UiSelectContentResponse, UiOpenRequest, UiToastRequest, UiPreselectSfdcMeetingIdRequest, UiPreselectSfdcMeetingIdResponse } from './types.ui';
|
|
1
|
+
import { UiSelectAgendaRequest, UiSelectAgendaResponse, UiSelectCollectionPlayerRequest, UiSelectCollectionPlayerResponse, UiSelectContentRequest, UiSelectContentResponse, UiOpenRequest, UiToastRequest, UiPreselectSfdcMeetingIdRequest, UiPreselectSfdcMeetingIdResponse, UiOpenGlobalPopupResponse } from './types.ui';
|
|
2
2
|
/**
|
|
3
3
|
* @hidden
|
|
4
4
|
* @deprecated
|
|
@@ -84,3 +84,24 @@ export declare function selectCollectionContent(payload?: UiSelectCollectionPlay
|
|
|
84
84
|
* ```
|
|
85
85
|
*/
|
|
86
86
|
export declare function selectAgendaContent(payload?: UiSelectAgendaRequest): Promise<UiSelectAgendaResponse>;
|
|
87
|
+
/**
|
|
88
|
+
* Opens a global popup app by name.
|
|
89
|
+
*
|
|
90
|
+
* @example
|
|
91
|
+
* const api = useApi()
|
|
92
|
+
* api.openGlobalPopup('my-popup-app')
|
|
93
|
+
* api.openGlobalPopup('my-popup-app', { customData: 'value' })
|
|
94
|
+
*
|
|
95
|
+
* @param appName - The name of the app to open (must have app_type: 'ui-global-popup')
|
|
96
|
+
* @param extraContext - Extra context to pass to the app
|
|
97
|
+
* @returns Promise with the result of the operation
|
|
98
|
+
*/
|
|
99
|
+
export declare function openGlobalPopup(appName: string, extraContext?: Record<string, any>): Promise<UiOpenGlobalPopupResponse>;
|
|
100
|
+
/**
|
|
101
|
+
* Closes the currently open global popup app.
|
|
102
|
+
*
|
|
103
|
+
* @example
|
|
104
|
+
* const api = useApi()
|
|
105
|
+
* api.closeGlobalPopup()
|
|
106
|
+
*/
|
|
107
|
+
export declare function closeGlobalPopup(): Promise<void>;
|
|
@@ -113,6 +113,7 @@ declare function onAppUpdateData(handler: (data: UiAppUpdateDataPayload) => Prom
|
|
|
113
113
|
*/
|
|
114
114
|
declare function uiBroadcast(payload: UiBroadcastRequest): Promise<void>;
|
|
115
115
|
declare const _default: {
|
|
116
|
+
openSharingSettings(payload: import('./types.ui').UiOpenSharingSettingsRequest): Promise<import('./types.ui').UiOpenSharingSettingsResponse>;
|
|
116
117
|
promptPia(payload: import('./types.ui').UiPromptPiaRequest): Promise<import('./types.ui').UiPromptPiaResponse>;
|
|
117
118
|
completePostcall(payload: import('./types.ui').UiCompletePostcallRequest): Promise<void>;
|
|
118
119
|
cancelMeeting(): Promise<void>;
|
|
@@ -155,6 +156,8 @@ declare const _default: {
|
|
|
155
156
|
preselectSfdcMeetingId(payload: import('./types.ui').UiPreselectSfdcMeetingIdRequest): Promise<import('./types.ui').UiPreselectSfdcMeetingIdResponse>;
|
|
156
157
|
selectCollectionContent(payload?: import('./types.ui').UiSelectCollectionPlayerRequest): Promise<import('./types.ui').UiSelectCollectionPlayerResponse>;
|
|
157
158
|
selectAgendaContent(payload?: import('./types.ui').UiSelectAgendaRequest): Promise<import('./types.ui').UiSelectAgendaResponse>;
|
|
159
|
+
openGlobalPopup(appName: string, extraContext?: Record<string, any>): Promise<import('./types.ui').UiOpenGlobalPopupResponse>;
|
|
160
|
+
closeGlobalPopup(): Promise<void>;
|
|
158
161
|
on: typeof on;
|
|
159
162
|
onMeetingCanceled: typeof onMeetingCanceled;
|
|
160
163
|
onCanvasUpdated: typeof onCanvasUpdated;
|
|
@@ -43,6 +43,9 @@ export declare const UI_API_METHOD_TYPES: {
|
|
|
43
43
|
readonly UI_APP_RESIZE: "ui_app_resize";
|
|
44
44
|
readonly UI_CLOSE_CANVAS_SECTION_EXECUTION: "ui_close_canvas_section_execution";
|
|
45
45
|
readonly UI_CLOSE_CANVAS_DRAWER: "ui_close_canvas_drawer";
|
|
46
|
+
readonly UI_OPEN_GLOBAL_POPUP: "ui_open_global_popup";
|
|
47
|
+
readonly UI_CLOSE_GLOBAL_POPUP: "ui_close_global_popup";
|
|
48
|
+
readonly UI_OPEN_SHARING_SETTINGS: "ui_open_sharing_settings";
|
|
46
49
|
};
|
|
47
50
|
export declare const UI_MESSAGE_TYPES: {
|
|
48
51
|
readonly UI_MEETING_CANCELED: "ui_meeting_canceled";
|
|
@@ -319,3 +322,32 @@ export type UiPromptPiaResponseStreamedPayload = {
|
|
|
319
322
|
/** Current chunk of the response */
|
|
320
323
|
chunk: string;
|
|
321
324
|
};
|
|
325
|
+
export interface UiOpenGlobalPopupRequest {
|
|
326
|
+
/** Name of the app to open */
|
|
327
|
+
app_name: string;
|
|
328
|
+
/** Extra context to pass to the app */
|
|
329
|
+
extra_context?: Record<string, any>;
|
|
330
|
+
}
|
|
331
|
+
export interface UiOpenGlobalPopupResponse {
|
|
332
|
+
/** Whether the popup was successfully opened */
|
|
333
|
+
success: boolean;
|
|
334
|
+
}
|
|
335
|
+
export interface UiOpenSharingSettingsRequest {
|
|
336
|
+
files: Array<{
|
|
337
|
+
id: string;
|
|
338
|
+
name: string;
|
|
339
|
+
thumbnail_url?: string;
|
|
340
|
+
content_type?: string;
|
|
341
|
+
}>;
|
|
342
|
+
default_auth_strategy?: string;
|
|
343
|
+
}
|
|
344
|
+
export interface UiOpenSharingSettingsResponse {
|
|
345
|
+
user_action: 'confirmed' | 'cancelled';
|
|
346
|
+
settings?: {
|
|
347
|
+
auth_strategy: 'none' | 'any_email' | 'specified_emails' | 'specified_domains' | 'verified_emails' | 'verified_domains';
|
|
348
|
+
allowed_emails?: string[];
|
|
349
|
+
allowed_domains?: string[];
|
|
350
|
+
valid_until_days?: number | null;
|
|
351
|
+
allow_download?: boolean;
|
|
352
|
+
};
|
|
353
|
+
}
|
package/lib/sdk/interfaces.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Emitter } from './utils/eventEmitter';
|
|
2
|
-
import {
|
|
2
|
+
import { File, User, CanvasRetrieve, CanvasSection } from '../../types/openapi';
|
|
3
3
|
import { PitcherOrg } from '../types/organization.types';
|
|
4
4
|
import { PitcherInstance } from '../types/instance.types';
|
|
5
|
-
import { PaginatedData } from '../types/paginatedData';
|
|
6
5
|
import { LaunchDarklyEnv } from '../types/launchDarkly.types';
|
|
7
6
|
import { CDP_EVENT_TYPE, CLIENT_TYPE } from '../constants/cdp.const';
|
|
8
7
|
import { PeerConnectivityEvent } from './peer-connectivity';
|
|
@@ -58,8 +57,10 @@ export interface PitcherEnv {
|
|
|
58
57
|
user: User;
|
|
59
58
|
access_token: string;
|
|
60
59
|
id_token: string;
|
|
60
|
+
impersonated_by?: string;
|
|
61
61
|
};
|
|
62
62
|
launch_darkly?: LaunchDarklyEnv;
|
|
63
|
+
permissions?: string[];
|
|
63
64
|
client_type?: (typeof CLIENT_TYPE)[keyof typeof CLIENT_TYPE];
|
|
64
65
|
crm_shape?: Record<string, any>;
|
|
65
66
|
state?: {
|
|
@@ -106,6 +107,12 @@ export interface StartCallPitcherEvent {
|
|
|
106
107
|
name: string;
|
|
107
108
|
};
|
|
108
109
|
contact_ids?: string[];
|
|
110
|
+
/**
|
|
111
|
+
* CRM meeting/event id. When provided, the host fetches the meeting through
|
|
112
|
+
* its own CRM provider so the meeting bar shows the proper subject/time
|
|
113
|
+
* instead of "Unscheduled".
|
|
114
|
+
*/
|
|
115
|
+
meeting_id?: string;
|
|
109
116
|
canvas_id?: string;
|
|
110
117
|
edit_mode?: 'true' | 'false';
|
|
111
118
|
post_action?: string;
|
|
@@ -117,6 +124,7 @@ export interface RouteChangedPitcherEvent {
|
|
|
117
124
|
}
|
|
118
125
|
export declare enum PitcherEventName {
|
|
119
126
|
ENV_CHANGED = "env_changed",
|
|
127
|
+
ACCESS_TOKEN_RENEWED = "access_token_renewed",
|
|
120
128
|
PHOTOS_CAPTURED = "photos_captured",
|
|
121
129
|
GLOBAL_PHOTO_CAPTURED = "global_photo_captured",
|
|
122
130
|
FILE_DOWNLOADED = "file_downloaded",
|
|
@@ -147,12 +155,12 @@ export declare enum PitcherEventName {
|
|
|
147
155
|
ITEM_SHAREBOX_ADD_REQUESTED = "item_sharebox_add_requested",
|
|
148
156
|
ITEM_SHAREBOX_ADD_COMPLETED = "item_sharebox_add_completed",
|
|
149
157
|
SYNC_BADGE_VALUE_REPORTED = "sync_badge_value_reported",
|
|
158
|
+
SYNC_BOX_RESOLVE_ERROR_TAPPED = "sync_box_resolve_error_tapped",
|
|
150
159
|
PEER_CONNECTIVITY_EVENT = "peer_connectivity_event"
|
|
151
160
|
}
|
|
152
161
|
export declare enum PitcherBroadcastedEventName {
|
|
153
162
|
UI_SHOW_MODAL = "ui:show-modal",
|
|
154
163
|
UI_HIDE_MODAL = "ui:hide-modal",
|
|
155
|
-
FAVORITES_CHANGED = "favorites:changed",
|
|
156
164
|
FILE_DOWNLOAD = "file:download",
|
|
157
165
|
CANVAS_NEXT_BUTTON_CLICKED = "canvas_next_button_clicked",// NOTE: This event is separate from `CANVAS_PAGE_NEXT_REQUESTED`
|
|
158
166
|
CANVAS_PREVIOUS_BUTTON_CLICKED = "canvas_previous_button_clicked",// NOTE: This event is separate from `CANVAS_PAGE_PREVIOUS_REQUESTED`
|
|
@@ -337,6 +345,16 @@ export interface UpdateLocationOnGetRoutesResponse extends UpdateLocation {
|
|
|
337
345
|
export type UpdateLocationPitcherEvent = UpdateLocationOnUnregister | UpdateLocationOnRestore | UpdateLocationOnUpdate | UpdateLocationOnRegister | UpdateLocationOnRestoreCompleted | UpdateLocationOnMounted | UpdateLocationOnGetRoutesRequest | UpdateLocationOnGetRoutesResponse;
|
|
338
346
|
export interface PitcherEventMap {
|
|
339
347
|
[PitcherEventName.ENV_CHANGED]: PitcherEnv;
|
|
348
|
+
/**
|
|
349
|
+
* The shell renewed the Pitcher access token. Apps that cached `env.pitcher.access_token`
|
|
350
|
+
* (instead of reading it lazily via `getEnv()`) should replace their copy with this one.
|
|
351
|
+
*
|
|
352
|
+
* @see web-only for now — Impact iOS does not emit this event yet; keep a pull fallback
|
|
353
|
+
* (`getEnv()` / `refreshAccessToken()`) for cross-platform apps.
|
|
354
|
+
*/
|
|
355
|
+
[PitcherEventName.ACCESS_TOKEN_RENEWED]: {
|
|
356
|
+
access_token: string;
|
|
357
|
+
};
|
|
340
358
|
/**
|
|
341
359
|
* @see iOS-only
|
|
342
360
|
*/
|
|
@@ -444,12 +462,22 @@ export interface PitcherEventMap {
|
|
|
444
462
|
[PitcherEventName.SYNC_BADGE_VALUE_REPORTED]: {
|
|
445
463
|
count: number;
|
|
446
464
|
};
|
|
465
|
+
/**
|
|
466
|
+
* @see iOS-only
|
|
467
|
+
* Fired when user taps "Fix" on a failed SFDC sync error in the Syncbox.
|
|
468
|
+
* The id may be a Salesforce ID, external ID, or locally-generated temp ID.
|
|
469
|
+
*/
|
|
470
|
+
[PitcherEventName.SYNC_BOX_RESOLVE_ERROR_TAPPED]: {
|
|
471
|
+
/** Record ID that failed to sync (SF ID, external ID, or temp ID like PIT_...) */
|
|
472
|
+
id: string;
|
|
473
|
+
/** SFDC object/soup name (e.g. "Event", "Call2_vod__c") */
|
|
474
|
+
table_name: string;
|
|
475
|
+
/** Salesforce sync error message */
|
|
476
|
+
last_error: string;
|
|
477
|
+
};
|
|
447
478
|
[PitcherEventName.PEER_CONNECTIVITY_EVENT]: PeerConnectivityEvent;
|
|
448
479
|
[PitcherBroadcastedEventName.UI_SHOW_MODAL]: void;
|
|
449
480
|
[PitcherBroadcastedEventName.UI_HIDE_MODAL]: void;
|
|
450
|
-
[PitcherBroadcastedEventName.FAVORITES_CHANGED]: {
|
|
451
|
-
body: PaginatedData<Favorite>;
|
|
452
|
-
};
|
|
453
481
|
[PitcherBroadcastedEventName.FILE_DOWNLOAD]: {
|
|
454
482
|
body: File['id'];
|
|
455
483
|
};
|