@pitcher/js-api 1.22.0-beta.6 → 1.22.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/js-api.esm.js +45 -6
- package/js-api.esm.js.map +1 -1
- package/js-api.umd.min.js +9 -9
- package/js-api.umd.min.js.map +1 -1
- package/lib/apps/browser/App.vue.d.ts +33 -15
- package/lib/apps/browser/components/BatchMoveItemsModal/BatchMoveItemsModal.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/ActionsToolbar/SelectionActions.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/AllContent/AllContent.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/AllContent/Empty/FoldersFilesEmpty.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/AllContent/Table/FoldersFilesTable.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Common/BrowserListItem.vue.d.ts +11 -33
- package/lib/apps/browser/components/Content/Content.vue.d.ts +8 -3
- package/lib/apps/browser/components/Content/Favorites/FavoritesTable.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/FilePanel/BasicInfo.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/FilePanel/Details.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/FilePanel/FilePanel.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/FilePanel/Metadata.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/FilePanel/Tags.vue.d.ts +2 -25
- package/lib/apps/browser/components/Content/Panel/FolderPanel/BasicInfo.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/FolderPanel/Details.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/FolderPanel/FolderPanel.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/ItemsPanel/ItemsPanel.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/NoItemPanel/NoItemPanel.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/Panel.vue.d.ts +13 -17
- package/lib/apps/browser/components/Content/Panel/QuickAccessPanel.vue.d.ts +1 -1
- package/lib/apps/browser/components/Content/Panel/QuickAccessPanelItem.vue.d.ts +3 -12
- package/lib/apps/browser/components/Content/Recent/RecentTable.vue.d.ts +1 -1
- package/lib/apps/browser/components/ContextMenu/ContextMenu.vue.d.ts +2 -23
- package/lib/apps/browser/components/ContextMenu/ContextMenuDropdown.vue.d.ts +4 -13
- package/lib/apps/browser/components/ContextMenu/FavoriteButton.vue.d.ts +3 -12
- package/lib/apps/browser/components/ContextMenu/FileDetailsPanelButton.vue.d.ts +3 -12
- package/lib/apps/browser/components/UploadFilesDropzone/UploadFilesDropzone.vue.d.ts +1 -1
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +1 -1
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalButtons.vue.d.ts +7 -16
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalFileList.vue.d.ts +7 -16
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalInput.vue.d.ts +4 -4
- package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +6 -15
- package/lib/apps/browser/components/UploadFilesWidget/UploadFilesWidget.vue.d.ts +5 -26
- package/lib/apps/browser/components/UpsertFolderModal/UpsertFolderModal.vue.d.ts +3 -12
- package/lib/apps/browser/stores/api.d.ts +19 -3
- package/lib/apps/browser/stores/upload.d.ts +98 -1
- package/lib/apps/canvas-builder/App.vue.d.ts +291 -108
- package/lib/apps/canvas-builder/components/container/AddComponentModal/AddComponentModal.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/container/BottomBar/BottomBar.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.paginated.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.single.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/CanvasContent/CanvasContent.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/CanvasDrawerTheme/CanvasDrawerTheme.vue.d.ts +1 -10
- package/lib/apps/canvas-builder/components/container/ComponentDrawer/ComponentDrawer.vue.d.ts +11 -15
- package/lib/apps/canvas-builder/components/container/ComponentDrawerSettings/ComponentDrawerSettings.vue.d.ts +1 -10
- package/lib/apps/canvas-builder/components/container/ComponentEdit/ComponentEdit.vue.d.ts +1 -10
- package/lib/apps/canvas-builder/components/container/ControlBar/ControlBar.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/container/ControlBar/ControlBarReorder.vue.d.ts +4 -25
- package/lib/apps/canvas-builder/components/container/ControlBar/InstalledEmbeddableShortcuts.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/ControlBar/ReorderButton.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/container/ControlBar/ReorderContent.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/ControlBar/ReorderTitle.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/DownloadButton/DownloadButton.vue.d.ts +3 -3
- package/lib/apps/canvas-builder/components/container/EditableComponent/EditableComponent.vue.d.ts +30 -46
- package/lib/apps/canvas-builder/components/container/Navbar/Navbar.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/container/NavigationWrapper/NavigationWrapper.vue.d.ts +11 -6
- package/lib/apps/canvas-builder/components/container/Navigator/Navigator.vue.d.ts +4 -25
- package/lib/apps/canvas-builder/components/container/Navigator/NavigatorPresentation.vue.d.ts +5 -28
- package/lib/apps/canvas-builder/components/container/PlaceholderComponent/PlaceholderComponent.vue.d.ts +1 -10
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.edit.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.raw.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.settings.vue.d.ts +5 -26
- package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.vue.d.ts +7 -36
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionGroupSelector.vue.d.ts +21 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionListItem.vue.d.ts +37 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.edit.vue.d.ts +11 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.raw.vue.d.ts +19 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +30 -0
- package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionSelector.vue.d.ts +17 -0
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.edit.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.raw.vue.d.ts +6 -15
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.vue.d.ts +7 -36
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridCarousel.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridDeletedFileItem.vue.d.ts +4 -4
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridFileItem.vue.d.ts +4 -25
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridItem.vue.d.ts +8 -15
- package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGridToolbar.vue.d.ts +6 -27
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.edit.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.raw.vue.d.ts +18 -32
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.settings.vue.d.ts +5 -14
- package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.vue.d.ts +7 -36
- package/lib/apps/canvas-builder/components/ui/Grid/Grid.vue.d.ts +8 -39
- package/lib/apps/canvas-builder/components/ui/Grid/GridItemTooltip.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +4 -33
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.edit.vue.d.ts +7 -0
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.raw.vue.d.ts +23 -0
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.settings.vue.d.ts +11 -0
- package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.vue.d.ts +31 -0
- package/lib/apps/canvas-builder/components/ui/Link/Link.edit.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/ui/Link/Link.raw.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/Link/Link.settings.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/Link/Link.vue.d.ts +4 -33
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.edit.vue.d.ts +1 -1
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.raw.vue.d.ts +4 -25
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.settings.vue.d.ts +5 -14
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.vue.d.ts +7 -36
- package/lib/apps/canvas-builder/components/ui/Page/Page.settings.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/Page/Page.vue.d.ts +12 -36
- package/lib/apps/canvas-builder/components/ui/PageBreak/PageBreak.vue.d.ts +3 -20
- package/lib/apps/canvas-builder/components/ui/Root/Root.settings.vue.d.ts +2 -2
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.raw.vue.d.ts +4 -13
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +6 -15
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionListCollapsibles.vue.d.ts +4 -25
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionRecommendationTile.vue.d.ts +6 -15
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.helpers.d.ts +18 -0
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.helpers.test.d.ts +1 -0
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.vue.d.ts +7 -16
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorItem.vue.d.ts +4 -32
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorSelected.vue.d.ts +9 -18
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +14 -32
- package/lib/apps/canvas-builder/components/ui/Text/Text.vue.d.ts +7 -36
- package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.raw.vue.d.ts +3 -12
- package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.vue.d.ts +7 -36
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +696 -11232
- package/lib/apps/canvas-builder/composables/useCanvasDnd.d.ts +4 -4
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +275 -1597
- package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +8 -6
- package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +2 -2
- package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +79 -7
- package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCollapsibles.d.ts +3 -0
- package/lib/apps/canvas-builder/composables/useCollectionPlayer.d.ts +31 -0
- package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +33 -4
- package/lib/apps/canvas-builder/composables/useFetchMostPopularFiles.d.ts +4 -0
- package/lib/apps/canvas-builder/composables/useInstalledEmbeddables.d.ts +2 -2
- package/lib/apps/canvas-builder/composables/useNavigatorDrawer.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/usePopularity.d.ts +8 -0
- package/lib/apps/canvas-builder/composables/useRecommendations.d.ts +4 -9
- package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +3 -3
- package/lib/apps/canvas-builder/composables/useSectionNavigation.d.ts +3 -3
- package/lib/apps/canvas-builder/composables/useSectionPopularity.d.ts +1 -1
- package/lib/apps/canvas-builder/types/canvas.d.ts +66 -11
- package/lib/apps/canvas-builder/util/canvas.util.d.ts +8 -5
- package/lib/apps/canvas-selector/App.vue.d.ts +5 -22
- package/lib/apps/canvas-selector/appTypes.d.ts +3 -2
- package/lib/apps/canvas-selector/components/CanvasListItem.vue.d.ts +4 -34
- package/lib/apps/canvas-selector/components/CanvasSelectionArea.vue.d.ts +1 -1
- package/lib/apps/canvas-selector/components/CanvasTemplates.vue.d.ts +1 -1
- package/lib/apps/canvas-selector/components/Navbar.vue.d.ts +1 -1
- package/lib/apps/canvas-selector/components/PersonalCanvases.vue.d.ts +1 -1
- package/lib/apps/canvas-selector/components/SectionTemplates.vue.d.ts +1 -1
- package/lib/apps/canvas-selector/components/Sections.vue.d.ts +1 -1
- package/lib/apps/canvas-selector/stores/app.d.ts +232 -1
- package/lib/apps/content-selector/App.vue.d.ts +6 -27
- package/lib/apps/content-selector/appTypes.d.ts +3 -2
- package/lib/apps/content-selector/components/Assets/AssetUploader.vue.d.ts +3 -3
- package/lib/apps/content-selector/components/Assets.vue.d.ts +1 -1
- package/lib/apps/content-selector/components/Content/AllContent/AllContent.vue.d.ts +1 -1
- package/lib/apps/content-selector/components/Content/AllContent/Grid/FoldersFilesGrid.vue.d.ts +1 -1
- package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +1 -1
- package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesListItem.vue.d.ts +9 -41
- package/lib/apps/content-selector/components/Content/SelectionPanel/SelectionPanel.vue.d.ts +1 -1
- package/lib/apps/content-selector/components/Content.vue.d.ts +1 -1
- package/lib/apps/content-selector/components/ExternalLinks.vue.d.ts +3 -3
- package/lib/apps/content-selector/components/Navbar.vue.d.ts +2 -0
- package/lib/apps/content-selector/components/ui/GridItem.vue.d.ts +6 -29
- package/lib/apps/content-selector/components/ui/MediaPreview.vue.d.ts +1 -10
- package/lib/apps/content-selector/stores/app.d.ts +6 -1
- package/lib/apps/notes/NotesApp.vue.d.ts +9 -38
- package/lib/apps/notes/components/CustomerReaction.vue.d.ts +2 -0
- package/lib/apps/notes/composables/useFullscreenNotesHeartbeat.d.ts +1 -1
- package/lib/components/CAnimationSelector/CAnimationSelector.vue.d.ts +7 -28
- package/lib/components/CApexChart/CApexChartLine.vue.d.ts +2 -25
- package/lib/components/CAutoComplete/CAutoComplete.vue.d.ts +8 -3
- package/lib/components/CAvatar/CAvatar.vue.d.ts +8 -3
- package/lib/components/CBulkDeleteErrors/CBulkDeleteErrors.vue.d.ts +3 -12
- package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +21 -25
- package/lib/components/CButton/CButton.vue.d.ts +10 -27
- package/lib/components/CCanvasModal/CCanvasModal.vue.d.ts +10 -30
- package/lib/components/CCanvasSelector/CCanvasSelector.vue.d.ts +6 -30
- package/lib/components/CCanvasSelector/CCanvasSelectorListItem.vue.d.ts +6 -15
- package/lib/components/CCard/CCard.vue.d.ts +8 -3
- package/lib/components/CCarousel/CCarousel.vue.d.ts +4 -29
- package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcher.vue.d.ts +2 -23
- package/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcherContent.vue.d.ts +4 -13
- package/lib/components/CCheckbox/CCheckbox.vue.d.ts +1 -1
- package/lib/components/CChip/CChip.vue.d.ts +12 -36
- package/lib/components/CCollapse/CCollapse.vue.d.ts +13 -27
- package/lib/components/CCollapse/CCollapseItem.vue.d.ts +8 -3
- package/lib/components/CCollapseTransition/CCollapseTransition.vue.d.ts +8 -3
- package/lib/components/CColorPicker/CColorPicker.vue.d.ts +8 -3
- package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +12 -16
- package/lib/components/CComponentThemeOptions/CComponentThemeOptions.vue.d.ts +3 -12
- package/lib/components/CConfigEditor/CConfigEditor.vue.d.ts +11 -27
- package/lib/components/CConfirmation/CConfirmationAction.vue.d.ts +8 -31
- package/lib/components/CConfirmation/CConfirmationContent.vue.d.ts +8 -3
- package/lib/components/CConfirmation/CConfirmationHeader.vue.d.ts +8 -3
- package/lib/components/CConfirmationModal/CConfirmationModal.vue.d.ts +17 -33
- package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +9 -18
- package/lib/components/CContactSelector/CContactSelector.vue.d.ts +6 -53
- package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +686 -7
- package/lib/components/CContactSelector/CContactSelectorColleagues.vue.d.ts +19 -96
- package/lib/components/CContactSelector/CContactSelectorSelected.vue.d.ts +17 -51
- package/lib/components/CCreateCanvasModal/CCreateCanvasModal.vue.d.ts +1 -74
- package/lib/components/CCreateCanvasModal/CCreateCanvasModalTemplatesSelectOption.vue.d.ts +7 -28
- package/lib/components/CCreateTemplateOrSectionModal/CCreateTemplateOrSectionModal.vue.d.ts +8 -33
- package/lib/components/CDataTable/CDataTable.vue.d.ts +3 -12
- package/lib/components/CDataTable/CDataTableEdit.use.d.ts +2 -2
- package/lib/components/CDetailPageSectionButtons/CDetailPageSectionButtons.vue.d.ts +7 -30
- package/lib/components/CDivider/CDivider.vue.d.ts +1 -10
- package/lib/components/CDrawer/CDrawer.vue.d.ts +1 -1
- package/lib/components/CDrawerContent/CDrawerContent.vue.d.ts +1 -1
- package/lib/components/CDropdown/CDropdown.vue.d.ts +8 -3
- package/lib/components/CDynamicIndicator/CDynamicIndicator.vue.d.ts +15 -0
- package/lib/components/CEmpty/CEmpty.vue.d.ts +8 -3
- package/lib/components/CEntitySelector/CEntitySelector.vue.d.ts +66 -45
- package/lib/components/CError/CErrorFullScreen.vue.d.ts +11 -41
- package/lib/components/CFeedback/CFeedback.vue.d.ts +14 -18
- package/lib/components/CFileThumbnail/CFileThumbnail.vue.d.ts +4 -29
- package/lib/components/CFileViewer/CFileViewer.types.d.ts +1 -1
- package/lib/components/CFileViewer/CFileViewer.vue.d.ts +14 -50
- package/lib/components/CFileViewer/CFileViewerCloseDialogContent.vue.d.ts +6 -15
- package/lib/components/CFileViewer/CFileViewerShare.vue.d.ts +2 -2
- package/lib/components/CFileViewer/CFileViewerTop.vue.d.ts +25 -27
- package/lib/components/CFileViewer/{pdfEvents.use.d.ts → pdf/CFileViewer.events.pdf.use.d.ts} +1 -1
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.annotations.use.d.ts +21 -0
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.types.d.ts +12 -0
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.use.d.ts +23 -0
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.overlayItems.use.d.ts +11 -0
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +64 -0
- package/lib/components/CFileViewer/pdf/CFileViewerBottom.pdf.vue.d.ts +56 -0
- package/lib/components/CFileViewer/{CFileViewerFullScreen.use.d.ts → pdf/CFileViewerFullscreen.pdf.use.d.ts} +4 -3
- package/lib/components/CFileViewer/pdf/CFileViewerSearchResultsSidebar.pdf.vue.d.ts +6 -0
- package/lib/components/CFileViewer/pdf/CLinkAnnotationsPopover.pdf.vue.d.ts +25 -0
- package/lib/components/CFilesAccessInfo/CFilesAccessInfo.vue.d.ts +9 -25
- package/lib/components/CFilesAccessManage/CFilesAccessManage.vue.d.ts +10 -35
- package/lib/components/CFilesFolderDeleteDialogContent/CFilesFolderDeleteDialogContent.vue.d.ts +3 -12
- package/lib/components/CFontSelect/CFontSelect.vue.d.ts +4 -13
- package/lib/components/CFullScreenLoader/CFullScreenLoader.vue.d.ts +4 -29
- package/lib/components/CGlobalLoader/CGlobalLoader.vue.d.ts +1 -1
- package/lib/components/CGlobalSearch/CGlobalSearch.vue.d.ts +8 -17
- package/lib/components/CGlobalSearch/CGlobalSearchResults.vue.d.ts +6 -15
- package/lib/components/CGlobalSearch/CGlobalSearchShortcuts.vue.d.ts +1 -1
- package/lib/components/CGlobalSearch/CResult.vue.d.ts +5 -14
- package/lib/components/CGlobalSearch/CResultSection.vue.d.ts +8 -12
- package/lib/components/CGlobalSearch/GlobalSearch.use.d.ts +2 -2
- package/lib/components/CGlobalSearch/Shortcuts.use.d.ts +1 -1
- package/lib/components/CGroupsAccessInfo/CGroupsAccessInfo.vue.d.ts +9 -25
- package/lib/components/CHelpText/CHelpText.vue.d.ts +16 -0
- package/lib/components/CIcon/CIcon.vue.d.ts +2 -23
- package/lib/components/CImage/CBrokenImage.vue.d.ts +3 -12
- package/lib/components/CImage/CImage.vue.d.ts +10 -4
- package/lib/components/CInfoBadge/CInfoBadge.vue.d.ts +4 -35
- package/lib/components/CInput/CInput.vue.d.ts +2 -11
- package/lib/components/CJsonEditor/CJsonEditor.vue.d.ts +8 -17
- package/lib/components/CKnockNotificationsAppWrapper/CKnockNotificationsAppWrapper.vue.d.ts +2 -25
- package/lib/components/CLabelWithHelpText/CLabelWithHelpText.vue.d.ts +20 -0
- package/lib/components/CList/CList.vue.d.ts +30 -32
- package/lib/components/CList/CListItem.vue.d.ts +30 -52
- package/lib/components/CModal/CModal.vue.d.ts +8 -3
- package/lib/components/CMovableWidget/CMovableWidget.vue.d.ts +13 -29
- package/lib/components/CMultiSelect/CMultiSelect.vue.d.ts +5 -14
- package/lib/components/CPaddingInput/CPaddingInput.vue.d.ts +6 -39
- package/lib/components/CPaletteConfigurator/CPaletteConfigurator.vue.d.ts +10 -0
- package/lib/components/CPopover/CPopover.vue.d.ts +8 -3
- package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementExtended.vue.d.ts +4 -29
- package/lib/components/CPopularityAndEngagementIcons/CPopularityAndEngagementIcons.vue.d.ts +1 -10
- package/lib/components/CQuickFilters/CQuickFilters.vue.d.ts +6 -27
- package/lib/components/CRate/CRate.vue.d.ts +14 -0
- package/lib/components/CRatingFeedback/CRatingFeedback.vue.d.ts +28 -0
- package/lib/components/CRichTextEditor/CRichTextEditor.vue.d.ts +8 -29
- package/lib/components/CRichTextEditor/components/CAiRichTextActions.vue.d.ts +5 -14
- package/lib/components/CRichTextEditor/components/CAlignmentSelect.vue.d.ts +1 -10
- package/lib/components/CRichTextEditor/components/CDynamicValueTreeSelect.vue.d.ts +6 -15
- package/lib/components/CRichTextEditor/components/CEditorMenu.vue.d.ts +5 -14
- package/lib/components/CRichTextEditor/components/CFontDropdown.vue.d.ts +1 -10
- package/lib/components/CRichTextEditor/components/CFontSizeSelect.vue.d.ts +1 -10
- package/lib/components/CRichTextEditor/components/CHyperLinkToolbar.vue.d.ts +4 -13
- package/lib/components/CRichTextEditor/components/CInsertDropdown.vue.d.ts +5 -14
- package/lib/components/CRichTextEditor/components/CListSelect.vue.d.ts +1 -10
- package/lib/components/CRichTextEditor/components/CSuggestionList.vue.d.ts +2 -11
- package/lib/components/CRichTextEditor/components/CTableToolbar.vue.d.ts +3 -12
- package/lib/components/CRichTextEditor/components/CTextTypeSelect.vue.d.ts +1 -10
- package/lib/components/CRichTextEditor/extensions/textStyleExtended.d.ts +12 -0
- package/lib/components/CSearch/CSearch.vue.d.ts +7 -36
- package/lib/components/CSearch/CSearchOnClick.vue.d.ts +8 -29
- package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +10 -45
- package/lib/components/CSecondaryNav/CSecondaryNav.vue.d.ts +12 -28
- package/lib/components/CSelect/CSelect.vue.d.ts +9 -25
- package/lib/components/CSettingsEditor/CSettingsEditor.vue.d.ts +3 -12
- package/lib/components/CShortcut/CShortcut.vue.d.ts +8 -3
- package/lib/components/CShortcut/CShortcutIcon.vue.d.ts +1 -10
- package/lib/components/CSingleSelect/CSingleSelect.vue.d.ts +6 -15
- package/lib/components/CSlider/CSlider.vue.d.ts +11 -41
- package/lib/components/CSpin/CSpin.vue.d.ts +8 -3
- package/lib/components/CSwatchSelector/CSwatchSelector.vue.d.ts +17 -0
- package/lib/components/CSwitch/CSwitch.vue.d.ts +1 -1
- package/lib/components/CTable/CTable.vue.d.ts +14 -53
- package/lib/components/CTableColumnsSettings/CTableColumnsSettings.vue.d.ts +11 -32
- package/lib/components/CTableEditActionButtons/CTableEditActionButtons.vue.d.ts +5 -5
- package/lib/components/CTableInput/CTableInput.vue.d.ts +1293 -38
- package/lib/components/CTableMore/CTableMore.vue.d.ts +7 -34
- package/lib/components/CTableSelect/CTableSelect.vue.d.ts +4 -13
- package/lib/components/CTableTag/CTableTag.vue.d.ts +12 -43
- package/lib/components/CTag/CTag.vue.d.ts +1 -1
- package/lib/components/CTags/CTags.vue.d.ts +6 -30
- package/lib/components/CThemeEditor/CThemeEditor.vue.d.ts +1 -1
- package/lib/components/CTimeline/CTimeline.vue.d.ts +6 -15
- package/lib/components/CTimeline/CTimelineControl.vue.d.ts +1 -1
- package/lib/components/CTimeline/CTimelineModal.vue.d.ts +7 -16
- package/lib/components/CToastProvider/CToastProvider.vue.d.ts +1 -1
- package/lib/components/CToolbar/CToolbar.vue.d.ts +4 -21
- package/lib/components/CTooltip/CTooltip.vue.d.ts +8 -12
- package/lib/components/CTooltipWrapper/CTooltipWrapper.vue.d.ts +11 -27
- package/lib/components/CTypographyConfigurator/CTypographyConfigurator.vue.d.ts +14 -0
- package/lib/components/CTypographyConfigurator/CTypographyConfiguratorItem.vue.d.ts +14 -0
- package/lib/components/CUserAvatar/CUserAvatar.vue.d.ts +3 -26
- package/lib/components/CUserMenu/CUserMenu.vue.d.ts +7 -32
- package/lib/components/CUsersAccessInfo/CUsersAccessInfo.vue.d.ts +2 -23
- package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.types.d.ts +1 -0
- package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.vue.d.ts +8 -33
- package/lib/components/CVideo/CVideo.vue.d.ts +32 -13
- package/lib/components/CVirtualTable/CVirtualTable.vue.d.ts +22 -24
- package/lib/components/CVirtualTable/CVirtualTableRow.vue.d.ts +15 -19
- package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +262 -23
- package/lib/components/canvas-templates/CTemplateManagementActionsCell.vue.d.ts +17 -26
- package/lib/components/canvas-templates/CTemplateManagementActionsCellIconWrapper.vue.d.ts +3 -12
- package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +37 -14
- package/lib/components/canvases/CCanvasDeleteDialogContent.vue.d.ts +3 -12
- package/lib/components/canvases/CCanvasMetadataFilters.vue.d.ts +7 -36
- package/lib/components/filters/CCheckboxFilter.vue.d.ts +4 -13
- package/lib/components/filters/CDateRangeFilter.vue.d.ts +7 -32
- package/lib/components/filters/CSearchFilter.vue.d.ts +8 -31
- package/lib/components/filters/CSelectFilter.vue.d.ts +10 -9
- package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +261 -25
- package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +19 -28
- package/lib/components/savedCanvases/CSavedCanvasesManagementOwnerCell.vue.d.ts +8 -33
- package/lib/components/savedCanvases/CSavedCanvasesManagementShareCanvas.use.d.ts +4 -1
- package/lib/components/savedCanvases/CSavedCanvasesManagementToolbar.vue.d.ts +39 -14
- package/lib/components/savedCanvases/CSavedCanvasesManagementUsedTemplateCell.vue.d.ts +8 -31
- package/lib/components/sections/CSectionManagement.vue.d.ts +226 -22
- package/lib/components/sections/CSectionManagementActionsCell.vue.d.ts +15 -24
- package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +11 -20
- package/lib/composables/fileViewerSettings.use.d.ts +2 -0
- package/lib/composables/instanceTagsActions.use.d.ts +5 -1
- package/lib/composables/openFileStack.use.d.ts +20 -0
- package/lib/composables/presentationHistory.use.d.ts +12 -0
- package/lib/composables/recentFiles.use.d.ts +2 -1
- package/lib/composables/suggestedTags.use.d.ts +6 -1
- package/lib/composables/useAssetUpload.d.ts +1 -1
- package/lib/composables/useCanvasTablesPagination.d.ts +10 -8
- package/lib/composables/useElementHeightResize.d.ts +1 -1
- package/lib/composables/useFileDisplayHelpers.d.ts +8 -0
- package/lib/composables/useLocation.d.ts +1 -1
- package/lib/composables/useLocationManipulation.d.ts +1 -1
- package/lib/composables/useMetadataFilters.d.ts +8 -6
- package/lib/composables/useSharedTranslations.d.ts +10 -0
- package/lib/composables/useThemeVars.d.ts +28 -0
- package/lib/constants/cdp.const.d.ts +9 -0
- package/lib/constants/i18n.const.d.ts +2 -2
- package/lib/constants/pitcherSettings.const.d.ts +1 -0
- package/lib/constants/timers.const.d.ts +1 -0
- package/lib/directives/tap.d.ts +9 -0
- package/lib/directives/usage-track.directive.d.ts +10 -0
- package/lib/main.lib.d.ts +9 -0
- package/lib/sdk/api/HighLevelApi.d.ts +13 -0
- package/lib/sdk/api/modules/admin/files.admin.d.ts +4 -0
- package/lib/sdk/api/modules/admin/index.d.ts +4 -0
- package/lib/sdk/api/modules/admin/types.admin.d.ts +23 -2
- package/lib/sdk/api/modules/canvas.d.ts +5 -1
- package/lib/sdk/api/modules/dsr/types.dsr.d.ts +1 -1
- package/lib/sdk/api/modules/files.d.ts +5 -1
- package/lib/sdk/api/modules/filesRevisions.d.ts +5 -0
- package/lib/sdk/api/modules/index.d.ts +2 -0
- package/lib/sdk/api/modules/share.d.ts +8 -0
- package/lib/sdk/api/modules/ui/index.d.ts +14 -14
- package/lib/sdk/api/modules/ui/pia.ui.d.ts +4 -4
- package/lib/sdk/api/modules/ui/types.ui.d.ts +9 -2
- package/lib/sdk/interfaces.d.ts +14 -1
- package/lib/sdk/main.d.ts +47 -0
- package/lib/sdk/payload.types.d.ts +37 -0
- package/lib/theme/light.d.ts +29 -0
- package/lib/theme/theme.utils.d.ts +17 -0
- package/lib/types/call.d.ts +10 -1
- package/lib/types/canvasTheme.d.ts +11 -0
- package/lib/types/canvases.d.ts +1 -0
- package/lib/types/instanceSettings.types.d.ts +3 -0
- package/lib/types/instanceTags.types.d.ts +3 -0
- package/lib/types/launchDarkly.types.d.ts +2 -1
- package/lib/types/metadataHighlightProperty.d.ts +8 -0
- package/lib/types/organizationSettings.types.d.ts +11 -2
- package/lib/types/recentFiles.types.d.ts +1 -0
- package/lib/util/date.d.ts +1 -0
- package/lib/util/jwt.d.ts +1 -0
- package/lib/util/network.d.ts +1 -1
- package/lib/util/string.d.ts +1 -1
- package/lib/util/usage-tracking.util.d.ts +5 -0
- package/lib/util/userAgents.d.ts +1 -0
- package/package.json +1 -1
- package/types/openapi/index.d.ts +6 -6
- package/types/openapi/models/AppRelease.d.ts +1 -4
- package/types/openapi/models/BulkDeleteMixedObjectsRequest.d.ts +7 -0
- package/types/openapi/models/DeletedInstance.d.ts +1 -1
- package/types/openapi/models/FavoriteUpdate.d.ts +1 -1
- package/types/openapi/models/FavoriteUpdateRequest.d.ts +1 -4
- package/types/openapi/models/FileCreate.d.ts +1 -0
- package/types/openapi/models/FileRetrieve.d.ts +1 -0
- package/types/openapi/models/FileUpdate.d.ts +1 -0
- package/types/openapi/models/FolderFile.d.ts +1 -0
- package/types/openapi/models/Instance.d.ts +1 -1
- package/types/openapi/models/InstanceMembershipRoleEnum.d.ts +2 -0
- package/types/openapi/models/InstanceRequest.d.ts +0 -2
- package/types/openapi/models/MetadataTemplateField.d.ts +1 -0
- package/types/openapi/models/MetadataTemplateFieldRequest.d.ts +1 -0
- package/types/openapi/models/PSPDFKitAuthPayload.d.ts +3 -0
- package/types/openapi/models/PSPDFKitAuthPayloadRequest.d.ts +3 -0
- package/types/openapi/models/PSPDFKitToken.d.ts +6 -0
- package/types/openapi/models/PSPDFKitTokenRequest.d.ts +3 -0
- package/types/openapi/models/PatchedFavoriteUpdateRequest.d.ts +0 -3
- package/types/openapi/models/PatchedUserRequest.d.ts +2 -2
- package/types/openapi/models/User.d.ts +2 -2
- package/types/openapi/models/UserRequest.d.ts +2 -2
- package/types/openapi/models/UserRoleEnum.d.ts +10 -0
- package/lib/apps/canvas-builder/composables/useFetchSectionAnalytics.d.ts +0 -3
- package/lib/components/CFileViewer/CFileViewer.use.d.ts +0 -51
- package/lib/components/CFileViewer/CFileViewerBottomPdf.vue.d.ts +0 -70
- package/lib/components/CFileViewer/CFileViewerSearchResultsSidebar.vue.d.ts +0 -14
- package/lib/composables/useFiles.d.ts +0 -10
- package/types/openapi/models/AppOrganizationRequest.d.ts +0 -4
- package/types/openapi/models/AppRequest.d.ts +0 -8
- package/types/openapi/models/DeletedApp.d.ts +0 -22
- package/types/openapi/models/MiniPageRequest.d.ts +0 -3
- package/types/openapi/models/PaginatedAppReleaseList.d.ts +0 -7
- package/types/openapi/models/PatchedAppRequest.d.ts +0 -8
- /package/lib/components/CFileViewer/{pageThumbnailFavorite.use.d.ts → pdf/CFileViewer.pageFavorite.pdf.use.d.ts} +0 -0
package/lib/sdk/interfaces.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { PitcherOrg } from '../types/organization.types';
|
|
|
4
4
|
import { PitcherInstance } from '../types/instance.types';
|
|
5
5
|
import { PaginatedData } from '../types/paginatedData';
|
|
6
6
|
import { LaunchDarklyEnv } from '../types/launchDarkly.types';
|
|
7
|
-
import { CLIENT_TYPE } from '../constants/cdp.const';
|
|
7
|
+
import { CDP_EVENT_TYPE, CLIENT_TYPE } from '../constants/cdp.const';
|
|
8
8
|
export declare const PITCHER_EVENT: "PITCHER_EVENT";
|
|
9
9
|
export declare enum PitcherMessageType {
|
|
10
10
|
REQUEST = "PITCHER_REQUEST",
|
|
@@ -41,6 +41,11 @@ export interface PitcherEnv {
|
|
|
41
41
|
};
|
|
42
42
|
launch_darkly?: LaunchDarklyEnv;
|
|
43
43
|
client_type?: (typeof CLIENT_TYPE)[keyof typeof CLIENT_TYPE];
|
|
44
|
+
state?: {
|
|
45
|
+
active_file?: {
|
|
46
|
+
id: File['id'];
|
|
47
|
+
};
|
|
48
|
+
};
|
|
44
49
|
}
|
|
45
50
|
export interface PitcherAPI extends Emitter<ApiEventMap> {
|
|
46
51
|
request(type: string, body: any, callback: () => any): Promise<PitcherResponse>;
|
|
@@ -98,6 +103,7 @@ export declare enum PitcherEventName {
|
|
|
98
103
|
ENTERED_FULLSCREEN = "entered_fullscreen",
|
|
99
104
|
EXITED_FULLSCREEN = "exited_fullscreen",
|
|
100
105
|
SUBMIT_POSTCALL_CLICKED = "submit_postcall_clicked",
|
|
106
|
+
ANALYTICS_CAPTURED = "analytics_captured",
|
|
101
107
|
OPEN_FOLDER_REQUESTED = "open_folder_requested"
|
|
102
108
|
}
|
|
103
109
|
export declare enum PitcherBroadcastedEventName {
|
|
@@ -312,6 +318,13 @@ export interface PitcherEventMap {
|
|
|
312
318
|
upload_uid: string;
|
|
313
319
|
progress: number;
|
|
314
320
|
};
|
|
321
|
+
/**
|
|
322
|
+
* @see iOS-only
|
|
323
|
+
*/
|
|
324
|
+
[PitcherEventName.ANALYTICS_CAPTURED]: {
|
|
325
|
+
type: (typeof CDP_EVENT_TYPE)[keyof typeof CDP_EVENT_TYPE];
|
|
326
|
+
payload: any;
|
|
327
|
+
};
|
|
315
328
|
/**
|
|
316
329
|
* @see WEB-only
|
|
317
330
|
*/
|
package/lib/sdk/main.d.ts
CHANGED
|
@@ -83,6 +83,10 @@ export declare function useAdmin(): {
|
|
|
83
83
|
id: import('../main.lib').File["id"];
|
|
84
84
|
}): Promise<import('../main.lib').File>;
|
|
85
85
|
getFiles(payload: Record<string, any>): Promise<import('../main.lib').PaginatedFileList>;
|
|
86
|
+
open(payload: {
|
|
87
|
+
id: import('../main.lib').File["id"];
|
|
88
|
+
}): Promise<void>;
|
|
89
|
+
close(): Promise<void>;
|
|
86
90
|
selectContent(payload: import('./api/modules/admin/types.admin').AdminSelectContentRequest): Promise<import('./api/modules/admin/types.admin').AdminSelectContentResponse>;
|
|
87
91
|
getInstanceMetadataTemplates(payload?: import('./payload.types').GetInstanceMetadataTemplatesPayload): Promise<import('../main.lib').PaginatedMetadataTemplateList>;
|
|
88
92
|
createCanvas(payload: import('../main.lib').CanvasCreateRequest): Promise<import('../main.lib').CanvasRetrieve>;
|
|
@@ -188,6 +192,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
188
192
|
shareCanvas(payload: {
|
|
189
193
|
id: import('../main.lib').CanvasRetrieve["id"];
|
|
190
194
|
}): Promise<import('../main.lib').SharedLink>;
|
|
195
|
+
getCanvasRecommendedFiles(payload: {
|
|
196
|
+
canvas_id: import('../main.lib').CanvasRetrieve["id"];
|
|
197
|
+
match?: ("tags" | "metadata")[];
|
|
198
|
+
}): Promise<import('../main.lib').CanvasRecommendedFiles>;
|
|
191
199
|
getFiles(payload: import('./payload.types').ListFilesPayload & {
|
|
192
200
|
filters?: Record<string, any>;
|
|
193
201
|
fields?: string;
|
|
@@ -203,6 +211,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
203
211
|
id?: import('../main.lib').FileRetrieve["id"];
|
|
204
212
|
file_id?: import('../main.lib').FileRetrieve["id"];
|
|
205
213
|
}): Promise<import('../main.lib').FileRetrieve>;
|
|
214
|
+
getFileRevisionData(payload: {
|
|
215
|
+
file_id: import('../main.lib').FileRetrieve["id"];
|
|
216
|
+
revision_id: import('../main.lib').FileRevision["id"];
|
|
217
|
+
}): Promise<import('../main.lib').FileRetrieve>;
|
|
206
218
|
updateFile(payload: import('../main.lib').FileUpdateRequest & {
|
|
207
219
|
id: import('../main.lib').File["id"];
|
|
208
220
|
}): Promise<import('../main.lib').FileRetrieve>;
|
|
@@ -211,6 +223,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
211
223
|
}): Promise<import('../main.lib').File["id"]>;
|
|
212
224
|
createFile(payload: Omit<import('../main.lib').AllFileCreateRequest, "instance_id">): Promise<import('../main.lib').FileRetrieve>;
|
|
213
225
|
selectDeviceFile(): Promise<import('../main.lib').DeviceFile>;
|
|
226
|
+
getFileRevisions(payload: {
|
|
227
|
+
id?: import('../main.lib').FileRetrieve["id"];
|
|
228
|
+
file_id?: import('../main.lib').FileRetrieve["id"];
|
|
229
|
+
}): Promise<import('../main.lib').FileRevision[]>;
|
|
214
230
|
search(payload: {
|
|
215
231
|
query: string;
|
|
216
232
|
includeExpired?: boolean;
|
|
@@ -270,6 +286,7 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
270
286
|
submitUserFeedback(payload: import('./payload.types').SubmitUserFeedbackPayload): Promise<any>;
|
|
271
287
|
close(): Promise<any>;
|
|
272
288
|
openWebViewAlwaysOnTop(payload: import('./payload.types').OpenWebViewAlwaysOnTop): Promise<void>;
|
|
289
|
+
share(payload: import('./payload.types').SharePayload): Promise<import('./payload.types').ShareResponse>;
|
|
273
290
|
API: import('./api/LowLevelApi').LowLevelApi;
|
|
274
291
|
} | {
|
|
275
292
|
getAppConfig(payload: {
|
|
@@ -279,6 +296,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
279
296
|
id: import('../main.lib').File["id"];
|
|
280
297
|
}): Promise<import('../main.lib').File>;
|
|
281
298
|
getFiles(payload: Record<string, any>): Promise<import('../main.lib').PaginatedFileList>;
|
|
299
|
+
open(payload: {
|
|
300
|
+
id: import('../main.lib').File["id"];
|
|
301
|
+
}): Promise<void>;
|
|
302
|
+
close(): Promise<void>;
|
|
282
303
|
selectContent(payload: import('./api/modules/admin/types.admin').AdminSelectContentRequest): Promise<import('./api/modules/admin/types.admin').AdminSelectContentResponse>;
|
|
283
304
|
getInstanceMetadataTemplates(payload?: import('./payload.types').GetInstanceMetadataTemplatesPayload): Promise<import('../main.lib').PaginatedMetadataTemplateList>;
|
|
284
305
|
createCanvas(payload: import('../main.lib').CanvasCreateRequest): Promise<import('../main.lib').CanvasRetrieve>;
|
|
@@ -394,6 +415,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
394
415
|
shareCanvas(payload: {
|
|
395
416
|
id: import('../main.lib').CanvasRetrieve["id"];
|
|
396
417
|
}): Promise<import('../main.lib').SharedLink>;
|
|
418
|
+
getCanvasRecommendedFiles(payload: {
|
|
419
|
+
canvas_id: import('../main.lib').CanvasRetrieve["id"];
|
|
420
|
+
match?: ("tags" | "metadata")[];
|
|
421
|
+
}): Promise<import('../main.lib').CanvasRecommendedFiles>;
|
|
397
422
|
getFiles(payload: import('./payload.types').ListFilesPayload & {
|
|
398
423
|
filters?: Record<string, any>;
|
|
399
424
|
fields?: string;
|
|
@@ -409,6 +434,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
409
434
|
id?: import('../main.lib').FileRetrieve["id"];
|
|
410
435
|
file_id?: import('../main.lib').FileRetrieve["id"];
|
|
411
436
|
}): Promise<import('../main.lib').FileRetrieve>;
|
|
437
|
+
getFileRevisionData(payload: {
|
|
438
|
+
file_id: import('../main.lib').FileRetrieve["id"];
|
|
439
|
+
revision_id: import('../main.lib').FileRevision["id"];
|
|
440
|
+
}): Promise<import('../main.lib').FileRetrieve>;
|
|
412
441
|
updateFile(payload: import('../main.lib').FileUpdateRequest & {
|
|
413
442
|
id: import('../main.lib').File["id"];
|
|
414
443
|
}): Promise<import('../main.lib').FileRetrieve>;
|
|
@@ -417,6 +446,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
417
446
|
}): Promise<import('../main.lib').File["id"]>;
|
|
418
447
|
createFile(payload: Omit<import('../main.lib').AllFileCreateRequest, "instance_id">): Promise<import('../main.lib').FileRetrieve>;
|
|
419
448
|
selectDeviceFile(): Promise<import('../main.lib').DeviceFile>;
|
|
449
|
+
getFileRevisions(payload: {
|
|
450
|
+
id?: import('../main.lib').FileRetrieve["id"];
|
|
451
|
+
file_id?: import('../main.lib').FileRetrieve["id"];
|
|
452
|
+
}): Promise<import('../main.lib').FileRevision[]>;
|
|
420
453
|
search(payload: {
|
|
421
454
|
query: string;
|
|
422
455
|
includeExpired?: boolean;
|
|
@@ -476,6 +509,7 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
476
509
|
submitUserFeedback(payload: import('./payload.types').SubmitUserFeedbackPayload): Promise<any>;
|
|
477
510
|
close(): Promise<any>;
|
|
478
511
|
openWebViewAlwaysOnTop(payload: import('./payload.types').OpenWebViewAlwaysOnTop): Promise<void>;
|
|
512
|
+
share(payload: import('./payload.types').SharePayload): Promise<import('./payload.types').ShareResponse>;
|
|
479
513
|
API: import('./api/LowLevelApi').LowLevelApi;
|
|
480
514
|
};
|
|
481
515
|
promptPia(payload: import('./api/modules/ui/types.ui').UiPromptPiaRequest): Promise<import('./api/modules/ui/types.ui').UiPromptPiaResponse>;
|
|
@@ -551,6 +585,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
551
585
|
shareCanvas(payload: {
|
|
552
586
|
id: import('../main.lib').CanvasRetrieve["id"];
|
|
553
587
|
}): Promise<import('../main.lib').SharedLink>;
|
|
588
|
+
getCanvasRecommendedFiles(payload: {
|
|
589
|
+
canvas_id: import('../main.lib').CanvasRetrieve["id"];
|
|
590
|
+
match?: ("tags" | "metadata")[];
|
|
591
|
+
}): Promise<import('../main.lib').CanvasRecommendedFiles>;
|
|
554
592
|
getFiles(payload: import('./payload.types').ListFilesPayload & {
|
|
555
593
|
filters?: Record<string, any>;
|
|
556
594
|
fields?: string;
|
|
@@ -566,6 +604,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
566
604
|
id?: import('../main.lib').FileRetrieve["id"];
|
|
567
605
|
file_id?: import('../main.lib').FileRetrieve["id"];
|
|
568
606
|
}): Promise<import('../main.lib').FileRetrieve>;
|
|
607
|
+
getFileRevisionData(payload: {
|
|
608
|
+
file_id: import('../main.lib').FileRetrieve["id"];
|
|
609
|
+
revision_id: import('../main.lib').FileRevision["id"];
|
|
610
|
+
}): Promise<import('../main.lib').FileRetrieve>;
|
|
569
611
|
updateFile(payload: import('../main.lib').FileUpdateRequest & {
|
|
570
612
|
id: import('../main.lib').File["id"];
|
|
571
613
|
}): Promise<import('../main.lib').FileRetrieve>;
|
|
@@ -574,6 +616,10 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
574
616
|
}): Promise<import('../main.lib').File["id"]>;
|
|
575
617
|
createFile(payload: Omit<import('../main.lib').AllFileCreateRequest, "instance_id">): Promise<import('../main.lib').FileRetrieve>;
|
|
576
618
|
selectDeviceFile(): Promise<import('../main.lib').DeviceFile>;
|
|
619
|
+
getFileRevisions(payload: {
|
|
620
|
+
id?: import('../main.lib').FileRetrieve["id"];
|
|
621
|
+
file_id?: import('../main.lib').FileRetrieve["id"];
|
|
622
|
+
}): Promise<import('../main.lib').FileRevision[]>;
|
|
577
623
|
search(payload: {
|
|
578
624
|
query: string;
|
|
579
625
|
includeExpired?: boolean;
|
|
@@ -629,5 +675,6 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
629
675
|
submitUserFeedback(payload: import('./payload.types').SubmitUserFeedbackPayload): Promise<any>;
|
|
630
676
|
close(): Promise<any>;
|
|
631
677
|
openWebViewAlwaysOnTop(payload: import('./payload.types').OpenWebViewAlwaysOnTop): Promise<void>;
|
|
678
|
+
share(payload: import('./payload.types').SharePayload): Promise<import('./payload.types').ShareResponse>;
|
|
632
679
|
API: import('./api/LowLevelApi').LowLevelApi;
|
|
633
680
|
};
|
|
@@ -105,6 +105,13 @@ export interface OpenRequestPayload {
|
|
|
105
105
|
* Id of the file to open.
|
|
106
106
|
*/
|
|
107
107
|
fileId?: File['id'];
|
|
108
|
+
/**
|
|
109
|
+
* Ids of the files to open and the strategy to open them with.
|
|
110
|
+
*/
|
|
111
|
+
files?: {
|
|
112
|
+
ids: File['id'][];
|
|
113
|
+
strategy: 'simultaneous' | 'swap';
|
|
114
|
+
};
|
|
108
115
|
/**
|
|
109
116
|
* Id of the canvas from which the file is opened.
|
|
110
117
|
*/
|
|
@@ -113,6 +120,10 @@ export interface OpenRequestPayload {
|
|
|
113
120
|
* Optional, page index to open. Default is `null`.
|
|
114
121
|
*/
|
|
115
122
|
pageIndex?: MiniPage['page_index'];
|
|
123
|
+
/**
|
|
124
|
+
* Optional, video start timestamp in seconds. Default is `null`.
|
|
125
|
+
*/
|
|
126
|
+
startTime?: number;
|
|
116
127
|
/**
|
|
117
128
|
* URL of the file content.
|
|
118
129
|
*/
|
|
@@ -185,3 +196,29 @@ export interface OpenWebViewAlwaysOnTop {
|
|
|
185
196
|
x: number;
|
|
186
197
|
};
|
|
187
198
|
}
|
|
199
|
+
/**
|
|
200
|
+
* Payload for iOS sharing dialog.
|
|
201
|
+
*/
|
|
202
|
+
export interface SharePayload {
|
|
203
|
+
/**
|
|
204
|
+
* Text to be shared.
|
|
205
|
+
*/
|
|
206
|
+
text: string;
|
|
207
|
+
/**
|
|
208
|
+
* Subject
|
|
209
|
+
*/
|
|
210
|
+
subject?: string;
|
|
211
|
+
}
|
|
212
|
+
/**
|
|
213
|
+
* Represents a response to a iOS sharing dialog.
|
|
214
|
+
*/
|
|
215
|
+
export type ShareResponse = {
|
|
216
|
+
/**
|
|
217
|
+
* Action taken by the user.
|
|
218
|
+
*/
|
|
219
|
+
user_action: 'cancelled' | 'shared';
|
|
220
|
+
/**
|
|
221
|
+
* Type of share action.
|
|
222
|
+
*/
|
|
223
|
+
activity_type?: string;
|
|
224
|
+
};
|
package/lib/theme/light.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ThemeCommonVars } from 'naive-ui';
|
|
2
|
+
import { BasicPalette } from '@theme/theme.types';
|
|
2
3
|
export declare const lightPalette: import('vue').Ref<{
|
|
3
4
|
base: string;
|
|
4
5
|
primary: string;
|
|
@@ -27,6 +28,34 @@ export declare const lightPalette: import('vue').Ref<{
|
|
|
27
28
|
boxShadow: string;
|
|
28
29
|
boxShadow2: string;
|
|
29
30
|
boxShadow3: string;
|
|
31
|
+
}, BasicPalette | {
|
|
32
|
+
base: string;
|
|
33
|
+
primary: string;
|
|
34
|
+
primary2: string;
|
|
35
|
+
primary3: string;
|
|
36
|
+
primary4: string;
|
|
37
|
+
primary5: string;
|
|
38
|
+
primary6: string;
|
|
39
|
+
primary6_1: string;
|
|
40
|
+
accent: string;
|
|
41
|
+
text: string;
|
|
42
|
+
text2: string;
|
|
43
|
+
text3: string;
|
|
44
|
+
error: string;
|
|
45
|
+
error2: string;
|
|
46
|
+
error3: string;
|
|
47
|
+
warning: string;
|
|
48
|
+
warning2: string;
|
|
49
|
+
warning3: string;
|
|
50
|
+
success: string;
|
|
51
|
+
success2: string;
|
|
52
|
+
success3: string;
|
|
53
|
+
info: string;
|
|
54
|
+
info2: string;
|
|
55
|
+
info3: string;
|
|
56
|
+
boxShadow: string;
|
|
57
|
+
boxShadow2: string;
|
|
58
|
+
boxShadow3: string;
|
|
30
59
|
}>;
|
|
31
60
|
export declare const lightThemeOverrides: import('vue').ComputedRef<{
|
|
32
61
|
common: {
|
|
@@ -1,2 +1,19 @@
|
|
|
1
1
|
import { BasicPalette } from '@theme/theme.types';
|
|
2
|
+
import { Paragraphs } from '../components/CRichTextEditor/extensions/paragraphExtended';
|
|
3
|
+
export declare const fontSizePresets: number[];
|
|
2
4
|
export declare function exportObjectToGlobalCssProperties(colorPalette: Partial<BasicPalette>): void;
|
|
5
|
+
export declare const textStylePresets: ({
|
|
6
|
+
id: string;
|
|
7
|
+
class: string;
|
|
8
|
+
style: {
|
|
9
|
+
fontSize: string;
|
|
10
|
+
};
|
|
11
|
+
value: number;
|
|
12
|
+
} | {
|
|
13
|
+
id: string;
|
|
14
|
+
class: string;
|
|
15
|
+
style: {
|
|
16
|
+
fontSize: string;
|
|
17
|
+
};
|
|
18
|
+
value: Paragraphs;
|
|
19
|
+
})[];
|
package/lib/types/call.d.ts
CHANGED
|
@@ -17,13 +17,21 @@ export declare enum PostAction {
|
|
|
17
17
|
REDIRECT = "redirect"
|
|
18
18
|
}
|
|
19
19
|
export type CallPresentationHistory = {
|
|
20
|
-
type: 'canvas' | 'section' | 'file';
|
|
20
|
+
type: 'canvas' | 'section' | 'file' | 'page' | 'canvas_page';
|
|
21
21
|
notesContent?: string;
|
|
22
22
|
duration?: number;
|
|
23
23
|
timeStarted?: string;
|
|
24
24
|
name?: string;
|
|
25
|
+
page?: number;
|
|
26
|
+
component_ids?: string[];
|
|
25
27
|
id: string;
|
|
26
28
|
}[];
|
|
29
|
+
export type ContentRating = -1 | 0 | 1;
|
|
30
|
+
export type CallPresentationHistoryMetadata = {
|
|
31
|
+
[id: string]: {
|
|
32
|
+
rating: ContentRating;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
27
35
|
export interface Call {
|
|
28
36
|
selectedEvent: SfEventExtended | null;
|
|
29
37
|
selectedAccount: SfAccountMini | null;
|
|
@@ -37,6 +45,7 @@ export interface Call {
|
|
|
37
45
|
postAction?: string | null;
|
|
38
46
|
postActionPath?: string | null;
|
|
39
47
|
presentationHistory?: CallPresentationHistory;
|
|
48
|
+
presentationHistoryMetadata?: CallPresentationHistoryMetadata;
|
|
40
49
|
recentAccounts?: SfAccount[];
|
|
41
50
|
}
|
|
42
51
|
export declare const INITIAL_CALL_STATE: Call;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type CanvasTypographyPresetId = 'h_1' | 'h_2' | 'h_3' | 'big_text' | 'normal_text' | 'small_text';
|
|
2
|
+
export type CanvasTypographyPreset = {
|
|
3
|
+
id: CanvasTypographyPresetId;
|
|
4
|
+
color: string;
|
|
5
|
+
font_family: string;
|
|
6
|
+
font_size: string;
|
|
7
|
+
font_weight: '400' | '700';
|
|
8
|
+
letter_spacing: string;
|
|
9
|
+
line_height: string;
|
|
10
|
+
text_transform: 'capitalize' | 'lowercase' | 'none' | 'uppercase';
|
|
11
|
+
};
|
package/lib/types/canvases.d.ts
CHANGED
|
@@ -24,6 +24,9 @@ export type InstanceSettings = OrganizationSettings & {
|
|
|
24
24
|
content_grid_autofill_files_filter_iteratee?: string;
|
|
25
25
|
section_content_grid_autofill_files_filter_iteratee?: string;
|
|
26
26
|
show_extra_exit_button_in_fullscreen_mode?: boolean;
|
|
27
|
+
show_fallback_section_name_on_collapsibles?: boolean;
|
|
27
28
|
capture_component_enter_exit_events?: 'all' | 'named_components';
|
|
29
|
+
enable_collection_player_component?: boolean;
|
|
28
30
|
};
|
|
31
|
+
ios?: InstanceSettings;
|
|
29
32
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type LaunchDarklyBooleanFlagKey = 'allow_ai_prompts_in_canvas_text' | 'allow_bulk_actions_canvases_files' | 'allow_canvas_duplication' | 'allow_canvas_history' | 'allow_canvas_ownership_change' | 'allow_content_grid_autofill' | 'allow_creating_canvas_with_no_template' | 'allow_embeddable_hiding' | 'allow_note_taking' | 'allow_rep_canvas_metadata_edit' | 'are_sections_system_controlled' | 'copy_context_to_canvas' | 'copy_template_metadata_to_canvas' | 'disable_file_edit_content' | 'disable_fullscreen_canvas_builder' | 'disable_impact_web_browser_fullscreen' | 'display_section_list_name' | 'enable_analytics' | 'enable_canvas_node_debugging' | 'enable_experimental_canvas_builder_dnd' | 'enable_knock_notifications' | 'hide_asset_uploader' | 'interpolate_rep_canvases_on_edit_mode' | 'is_fe_sentry_enabled' | 'is_meeting_bar_account_selection_disabled' | 'is_meeting_bar_hidden' | 'is_rep_canvas_creation_disabled' | 'is_shared_link_creation_disabled' | 'is_timeline_component_allowed' | 'launch_in_full_screen_on_present_mode' | 'launch_in_present_mode_on_creation' | 'reorder_component_in_drawer' | 'show_asset_manager_for_multimedia' | 'show_content_selector_list_view' | 'show_popularity_icons' | 'show_system_filters' | 'allow_canvases_tables_columns_settings' | 'prefer_online_handlers' | 'use_short_url_for_shared_link' | 'enable_suggested_tags' | 'enable_folder_details_edit' | 'enable_file_revisions' | 'show_clear_all_annotations_button' | 'allow_saving_annotations_in_personal_layer';
|
|
1
|
+
export type LaunchDarklyBooleanFlagKey = 'allow_ai_prompts_in_canvas_text' | 'allow_bulk_actions_canvases_files' | 'allow_canvas_duplication' | 'allow_canvas_history' | 'allow_canvas_ownership_change' | 'allow_content_grid_autofill' | 'allow_creating_canvas_with_no_template' | 'allow_embeddable_hiding' | 'allow_note_taking' | 'allow_rep_canvas_metadata_edit' | 'allow_rep_file_rating' | 'allow_rep_file_upload' | 'are_sections_system_controlled' | 'copy_context_to_canvas' | 'copy_template_metadata_to_canvas' | 'disable_canvas_edit_for_reps' | 'disable_file_edit_content' | 'disable_fullscreen_canvas_builder' | 'disable_impact_web_browser_fullscreen' | 'display_section_list_name' | 'enable_analytics' | 'enable_canvas_node_debugging' | 'enable_canvas_tokens' | 'enable_experimental_canvas_builder_dnd' | 'enable_knock_notifications' | 'enable_metadata_in_file_uploads_with_default_values' | 'enable_pipe_character_multi_search' | 'hide_asset_uploader' | 'interpolate_rep_canvases_on_edit_mode' | 'is_fe_sentry_enabled' | 'is_meeting_bar_account_selection_disabled' | 'is_meeting_bar_hidden' | 'is_rep_canvas_creation_disabled' | 'is_shared_link_creation_disabled' | 'is_timeline_component_allowed' | 'launch_in_full_screen_on_present_mode' | 'launch_in_present_mode_on_creation' | 'reorder_component_in_drawer' | 'show_asset_manager_for_multimedia' | 'show_content_selector_list_view' | 'show_popularity_icons' | 'show_system_filters' | 'allow_canvases_tables_columns_settings' | 'prefer_online_handlers' | 'use_short_url_for_shared_link' | 'enable_suggested_tags' | 'enable_folder_details_edit' | 'enable_file_revisions' | 'show_clear_all_annotations_button' | 'allow_saving_annotations_in_personal_layer' | 'enable_embedded_video' | 'enable_embedded_video_autoplay' | 'enable_app_developer_role' | 'enable_instance_editor_role' | 'include_files_content_in_print';
|
|
2
2
|
export type LaunchDarklyNumberFlagKey = 'canvas_section_selector_page_size' | 'canvas_section_selector_selected_items_with_thumbnail_size';
|
|
3
3
|
type LaunchDarklyObjectFlags = {
|
|
4
4
|
canvas_table_pagination: CanvasTablePagination;
|
|
@@ -10,6 +10,7 @@ export type LaunchDarklyStringFlagKey = keyof typeof LaunchDarklyStringFlags;
|
|
|
10
10
|
declare const LaunchDarklyStringFlags: {
|
|
11
11
|
readonly section_list_mode: readonly ["pagination", "collapsibles"];
|
|
12
12
|
readonly canvas_component_grouping: readonly ["page", "page_break", "none"];
|
|
13
|
+
readonly batch_open_content_grid_ar_files: readonly ["off", "simultaneous", "swap"];
|
|
13
14
|
};
|
|
14
15
|
type LaunchDarklyStringFlagValue<K extends LaunchDarklyStringFlagKey = LaunchDarklyStringFlagKey> = K extends LaunchDarklyStringFlagKey ? (typeof LaunchDarklyStringFlags)[K][number] : never;
|
|
15
16
|
type CanvasManagerVisibility = {
|
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
import { TranslationOverrides } from './translations';
|
|
2
|
+
import { MetadataHighlightProperty } from './metadataHighlightProperty';
|
|
2
3
|
export type OrganizationSettings = {
|
|
3
4
|
impact_show_only_saved_canvases_in_canvas_manager?: boolean;
|
|
4
5
|
translation_overrides?: TranslationOverrides;
|
|
5
6
|
file_annotations_mode?: 'admin' | 'personal';
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
minimum_event_duration_in_call?: number;
|
|
8
|
+
enable_content_rating_in_call?: boolean;
|
|
9
|
+
display_metadata_filters_in_modal?: boolean;
|
|
10
|
+
enable_js_api_recommended_files?: boolean;
|
|
11
|
+
metadata_highlight_properties?: MetadataHighlightProperty[];
|
|
12
|
+
business_logic_ids_to_section_ids_resolver?: string;
|
|
13
|
+
section_thumbnail_url_transformer?: string;
|
|
14
|
+
pipe_multi_search_separator?: string;
|
|
15
|
+
enable_crm_privacy_mode?: boolean;
|
|
16
|
+
ios?: OrganizationSettings;
|
|
8
17
|
};
|
|
@@ -2,5 +2,6 @@ import { Instance, File } from '../../types/openapi';
|
|
|
2
2
|
export type RecentFile = Pick<File, 'id' | 'name' | 'content_type' | 'instance_id'> & {
|
|
3
3
|
tags?: Readonly<File['tags']>;
|
|
4
4
|
thumbnail_url?: string | null;
|
|
5
|
+
page_index?: number;
|
|
5
6
|
};
|
|
6
7
|
export type InstanceRecentFilesMap = Record<Instance['id'], RecentFile[]>;
|
package/lib/util/date.d.ts
CHANGED
|
@@ -9,3 +9,4 @@ export declare const isSameOrBefore: (dateStr?: string | null) => boolean;
|
|
|
9
9
|
export declare const isAfter: (dateStr?: string | null) => boolean;
|
|
10
10
|
export declare const isSameOrAfter: (dateStr?: string | null) => boolean;
|
|
11
11
|
export declare const msToSeconds: (ms: number) => number;
|
|
12
|
+
export declare const secondsToHumanReadable: (seconds: number) => string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function jwtDecode(token: string): Record<string, any> | null;
|
package/lib/util/network.d.ts
CHANGED
|
@@ -13,4 +13,4 @@ export declare function derivePatchRequestFields<T extends object>(current: T, u
|
|
|
13
13
|
updatedFields: string[];
|
|
14
14
|
payload: Partial<T>;
|
|
15
15
|
};
|
|
16
|
-
export declare function requestStream(url: string, body: Record<string, any>, token: string, onStreamedChunk?: (chunk: string, response: string) => void): Promise<string>;
|
|
16
|
+
export declare function requestStream(url: string, body: Record<string, any>, token: string, onStreamedChunk?: (chunk: string, response: string) => void, signal?: AbortSignal): Promise<string>;
|
package/lib/util/string.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare function highlight(input: string, search: string): string;
|
|
2
2
|
export declare function prefixHttps(url: string): string;
|
|
3
3
|
export declare function stripHtmlTags(htmlString: string | undefined): string;
|
|
4
|
-
export declare function
|
|
4
|
+
export declare function sanitizeHtml(htmlString: string | undefined): string;
|
|
5
5
|
export declare function stripHtmlTagsAndTrim(htmlString: string | undefined): string;
|
package/lib/util/userAgents.d.ts
CHANGED
package/package.json
CHANGED
package/types/openapi/index.d.ts
CHANGED
|
@@ -4,16 +4,15 @@ export type { AccountRequest } from './models/AccountRequest';
|
|
|
4
4
|
export type { App } from './models/App';
|
|
5
5
|
export type { AppInstallationRequest } from './models/AppInstallationRequest';
|
|
6
6
|
export type { AppOrganization } from './models/AppOrganization';
|
|
7
|
-
export type { AppOrganizationRequest } from './models/AppOrganizationRequest';
|
|
8
7
|
export type { AppPublish } from './models/AppPublish';
|
|
9
8
|
export type { AppRelease } from './models/AppRelease';
|
|
10
|
-
export type { AppRequest } from './models/AppRequest';
|
|
11
9
|
export type { AppsDBEntry } from './models/AppsDBEntry';
|
|
12
10
|
export type { AppsDBEntryRequest } from './models/AppsDBEntryRequest';
|
|
13
11
|
export { AppTypeEnum } from './models/AppTypeEnum';
|
|
14
12
|
export type { AuthToken } from './models/AuthToken';
|
|
15
13
|
export type { AuthTokenRequest } from './models/AuthTokenRequest';
|
|
16
14
|
export type { BulkDeleteErrorDetail } from './models/BulkDeleteErrorDetail';
|
|
15
|
+
export type { BulkDeleteMixedObjectsRequest } from './models/BulkDeleteMixedObjectsRequest';
|
|
17
16
|
export type { BulkDeleteRequest } from './models/BulkDeleteRequest';
|
|
18
17
|
export type { BulkDeleteResponse } from './models/BulkDeleteResponse';
|
|
19
18
|
export type { BulkUpdateMetadata } from './models/BulkUpdateMetadata';
|
|
@@ -47,7 +46,6 @@ export type { ContentDistributionGroupMembershipCreate } from './models/ContentD
|
|
|
47
46
|
export type { ContentDistributionGroupMembershipCreateRequest } from './models/ContentDistributionGroupMembershipCreateRequest';
|
|
48
47
|
export type { ContentDistributionGroupRequest } from './models/ContentDistributionGroupRequest';
|
|
49
48
|
export { DefaultExpiresAtEnum } from './models/DefaultExpiresAtEnum';
|
|
50
|
-
export type { DeletedApp } from './models/DeletedApp';
|
|
51
49
|
export type { DeletedCanvas } from './models/DeletedCanvas';
|
|
52
50
|
export type { DeletedContentDistributionGroup } from './models/DeletedContentDistributionGroup';
|
|
53
51
|
export type { DeletedEnvironment } from './models/DeletedEnvironment';
|
|
@@ -159,7 +157,6 @@ export type { MiniFolderRequest } from './models/MiniFolderRequest';
|
|
|
159
157
|
export type { MiniInstance } from './models/MiniInstance';
|
|
160
158
|
export type { MiniInstanceRequest } from './models/MiniInstanceRequest';
|
|
161
159
|
export type { MiniPage } from './models/MiniPage';
|
|
162
|
-
export type { MiniPageRequest } from './models/MiniPageRequest';
|
|
163
160
|
export type { MiniRegion } from './models/MiniRegion';
|
|
164
161
|
export type { MiniRegionRequest } from './models/MiniRegionRequest';
|
|
165
162
|
export type { MiniSharedLink } from './models/MiniSharedLink';
|
|
@@ -183,7 +180,6 @@ export type { OrganizationChangePercentages } from './models/OrganizationChangeP
|
|
|
183
180
|
export type { OrganizationUpdate } from './models/OrganizationUpdate';
|
|
184
181
|
export type { OrganizationUpdateRequest } from './models/OrganizationUpdateRequest';
|
|
185
182
|
export type { PaginatedAppList } from './models/PaginatedAppList';
|
|
186
|
-
export type { PaginatedAppReleaseList } from './models/PaginatedAppReleaseList';
|
|
187
183
|
export type { PaginatedAuthTokenList } from './models/PaginatedAuthTokenList';
|
|
188
184
|
export type { PaginatedCanvasList } from './models/PaginatedCanvasList';
|
|
189
185
|
export type { PaginatedCollaborationList } from './models/PaginatedCollaborationList';
|
|
@@ -207,7 +203,6 @@ export type { PaginatedRevisionList } from './models/PaginatedRevisionList';
|
|
|
207
203
|
export type { PaginatedSearchResultList } from './models/PaginatedSearchResultList';
|
|
208
204
|
export type { PaginatedStorageRegionList } from './models/PaginatedStorageRegionList';
|
|
209
205
|
export type { PaginatedUserList } from './models/PaginatedUserList';
|
|
210
|
-
export type { PatchedAppRequest } from './models/PatchedAppRequest';
|
|
211
206
|
export type { PatchedCanvasUpdateRequest } from './models/PatchedCanvasUpdateRequest';
|
|
212
207
|
export type { PatchedCollaborationRequest } from './models/PatchedCollaborationRequest';
|
|
213
208
|
export type { PatchedContentDistributionGroupRequest } from './models/PatchedContentDistributionGroupRequest';
|
|
@@ -225,6 +220,10 @@ export type { PatchedMetadataTemplateRequest } from './models/PatchedMetadataTem
|
|
|
225
220
|
export type { PatchedOrganizationUpdateRequest } from './models/PatchedOrganizationUpdateRequest';
|
|
226
221
|
export type { PatchedRegionRequest } from './models/PatchedRegionRequest';
|
|
227
222
|
export type { PatchedUserRequest } from './models/PatchedUserRequest';
|
|
223
|
+
export type { PSPDFKitAuthPayload } from './models/PSPDFKitAuthPayload';
|
|
224
|
+
export type { PSPDFKitAuthPayloadRequest } from './models/PSPDFKitAuthPayloadRequest';
|
|
225
|
+
export type { PSPDFKitToken } from './models/PSPDFKitToken';
|
|
226
|
+
export type { PSPDFKitTokenRequest } from './models/PSPDFKitTokenRequest';
|
|
228
227
|
export type { Region } from './models/Region';
|
|
229
228
|
export type { RegionRequest } from './models/RegionRequest';
|
|
230
229
|
export type { Revision } from './models/Revision';
|
|
@@ -252,3 +251,4 @@ export type { UploadCreate } from './models/UploadCreate';
|
|
|
252
251
|
export type { UploadCreateRequest } from './models/UploadCreateRequest';
|
|
253
252
|
export type { User } from './models/User';
|
|
254
253
|
export type { UserRequest } from './models/UserRequest';
|
|
254
|
+
export { UserRoleEnum } from './models/UserRoleEnum';
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { MiniUser } from './MiniUser';
|
|
2
2
|
export type AppRelease = {
|
|
3
3
|
version: string;
|
|
4
|
-
|
|
4
|
+
created_by: MiniUser;
|
|
5
5
|
readonly created_at: string;
|
|
6
|
-
readonly modified_at: string;
|
|
7
|
-
readonly modified_by: MiniUser;
|
|
8
|
-
readonly owned_by: MiniUser;
|
|
9
6
|
};
|
|
@@ -9,7 +9,7 @@ export type DeletedInstance = {
|
|
|
9
9
|
color?: string | null;
|
|
10
10
|
logo?: string | null;
|
|
11
11
|
readonly last_login: string;
|
|
12
|
-
storage_region
|
|
12
|
+
readonly storage_region: StorageRegionEnum;
|
|
13
13
|
readonly environment: MiniEnvironment;
|
|
14
14
|
readonly region: MiniRegion;
|
|
15
15
|
readonly role: InstanceMembershipRoleEnum;
|
|
@@ -3,7 +3,7 @@ import { MiniFolder } from './MiniFolder';
|
|
|
3
3
|
import { MiniPage } from './MiniPage';
|
|
4
4
|
export type FavoriteUpdate = {
|
|
5
5
|
readonly id: string;
|
|
6
|
-
name
|
|
6
|
+
name: string;
|
|
7
7
|
readonly thumbnail_url: string;
|
|
8
8
|
readonly file: FavoriteFile | null;
|
|
9
9
|
readonly page: MiniPage | null;
|
|
@@ -33,6 +33,7 @@ export type FileCreate = {
|
|
|
33
33
|
readonly role: CollaborationRoleEnum;
|
|
34
34
|
permissions?: FilePermission;
|
|
35
35
|
readonly pspdfkit_server_url: string | null;
|
|
36
|
+
readonly pspdfkit_document_id: string | null;
|
|
36
37
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
37
38
|
metadata?: Record<string, any>;
|
|
38
39
|
app_metadata?: Record<string, any>;
|
|
@@ -33,6 +33,7 @@ export type FileRetrieve = {
|
|
|
33
33
|
readonly role: CollaborationRoleEnum;
|
|
34
34
|
permissions?: FilePermission;
|
|
35
35
|
readonly pspdfkit_server_url: string | null;
|
|
36
|
+
readonly pspdfkit_document_id: string | null;
|
|
36
37
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
37
38
|
metadata?: Record<string, any>;
|
|
38
39
|
app_metadata?: Record<string, any>;
|
|
@@ -33,6 +33,7 @@ export type FileUpdate = {
|
|
|
33
33
|
readonly role: CollaborationRoleEnum;
|
|
34
34
|
permissions?: FilePermission;
|
|
35
35
|
readonly pspdfkit_server_url: string | null;
|
|
36
|
+
readonly pspdfkit_document_id: string | null;
|
|
36
37
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
37
38
|
metadata?: Record<string, any>;
|
|
38
39
|
app_metadata?: Record<string, any>;
|
|
@@ -10,6 +10,7 @@ export type FolderFile = {
|
|
|
10
10
|
readonly thumbnail_url: string;
|
|
11
11
|
readonly tags: Array<string>;
|
|
12
12
|
permissions?: FilePermission;
|
|
13
|
+
readonly metadata: Record<string, any>;
|
|
13
14
|
readonly created_by: MiniUser;
|
|
14
15
|
readonly owned_by: MiniUser;
|
|
15
16
|
readonly modified_at: string;
|
|
@@ -9,7 +9,7 @@ export type Instance = {
|
|
|
9
9
|
color?: string | null;
|
|
10
10
|
logo?: string | null;
|
|
11
11
|
readonly last_login: string;
|
|
12
|
-
storage_region
|
|
12
|
+
readonly storage_region: StorageRegionEnum;
|
|
13
13
|
readonly environment: MiniEnvironment;
|
|
14
14
|
readonly region: MiniRegion;
|
|
15
15
|
readonly role: InstanceMembershipRoleEnum;
|