@pitcher/js-api 1.26.1 → 1.27.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.d.ts +1 -2
- package/js-api.esm.js +142 -0
- package/js-api.esm.js.map +1 -1
- package/js-api.umd.min.js +17 -10
- package/js-api.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/{lib → src/lib}/apps/browser/appTypes.d.ts +2 -1
- package/{lib → src/lib}/apps/browser/stores/api.d.ts +22 -2
- package/{lib → src/lib}/apps/browser/stores/app.d.ts +6 -1
- package/src/lib/apps/browser/util/sortOrder.d.ts +36 -0
- package/{lib → src/lib}/apps/canvas-builder/components/ui/DataCharts/types.d.ts +7 -1
- package/{lib → src/lib}/apps/canvas-builder/components/ui/DynamicContent/useDynamicContent.d.ts +11 -1
- package/src/lib/apps/canvas-builder/composables/lazySections.d.ts +53 -0
- package/{lib → src/lib}/apps/canvas-builder/composables/useCanvas.d.ts +108 -14
- package/{lib → src/lib}/apps/canvas-builder/composables/useCanvasBlocks.d.ts +4 -0
- package/src/lib/apps/canvas-builder/composables/useHtmlUserPropertyFields.d.ts +4 -0
- package/{lib → src/lib}/apps/canvas-builder/types/canvas.d.ts +77 -2
- package/{lib → src/lib}/apps/canvas-selector/stores/app.d.ts +14 -0
- package/{lib → src/lib}/apps/collection-player/stores/app.store.d.ts +1 -0
- package/{lib → src/lib}/components/savedCanvases/CSavedCanvasesManagement.use.d.ts +2 -0
- package/{lib → src/lib}/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +8 -0
- package/src/lib/composables/useCanvasRendererExcludedTags.d.ts +15 -0
- package/{lib → src/lib}/composables/useThemeVars.d.ts +2 -0
- package/{lib → src/lib}/constants/cdp.const.d.ts +1 -0
- package/{lib → src/lib}/main.lib.d.ts +5 -1
- package/{lib → src/lib}/sdk/api/HighLevelApi.d.ts +17 -0
- package/src/lib/sdk/api/modules/ai.d.ts +52 -0
- package/{lib → src/lib}/sdk/api/modules/canvas.d.ts +42 -1
- package/{lib → src/lib}/sdk/api/modules/index.d.ts +1 -0
- package/{lib → src/lib}/sdk/interfaces.d.ts +13 -1
- package/{lib → src/lib}/sdk/main.d.ts +39 -0
- package/{lib → src/lib}/sdk/payload.types.d.ts +121 -0
- package/{lib → src/lib}/theme/light.d.ts +2 -0
- package/{lib → src/lib}/theme/theme.types.d.ts +1 -0
- package/src/lib/types/ai-tasks.const.d.ts +80 -0
- package/{lib → src/lib}/types/instanceSettings.types.d.ts +2 -0
- package/src/lib/types/launchDarkly.types.d.ts +69 -0
- package/{lib → src/lib}/types/organizationSettings.types.d.ts +18 -0
- package/{lib → src/lib}/util/fullscreen.util.d.ts +12 -1
- package/{lib → src/lib}/util/handlebars.d.ts +19 -0
- package/src/lib/util/network.d.ts +42 -0
- package/src/lib/util/sfdc.util.spec.d.ts +1 -0
- package/src/lib/util/smart-store.util.spec.d.ts +1 -0
- package/src/lib/util/soql.util.spec.d.ts +1 -0
- package/src/lib/util/string.d.ts +18 -0
- package/src/lib/util/timer.spec.d.ts +1 -0
- package/src/lib/util/translations.spec.d.ts +1 -0
- package/src/lib/util/tree-transformation.util.spec.d.ts +1 -0
- package/{types → src/types}/openapi/index.d.ts +1 -0
- package/{types → src/types}/openapi/models/Canvas.d.ts +2 -2
- package/{types → src/types}/openapi/models/CanvasCreate.d.ts +2 -2
- package/{types → src/types}/openapi/models/CanvasRetrieve.d.ts +10 -2
- package/{types → src/types}/openapi/models/CanvasUpdate.d.ts +2 -2
- package/{types → src/types}/openapi/models/DeletedCanvas.d.ts +2 -2
- package/{types → src/types}/openapi/models/FolderFolder.d.ts +4 -0
- package/{types → src/types}/openapi/models/FolderRetrieve.d.ts +1 -0
- package/{types → src/types}/openapi/models/MetadataTemplateFieldTypeEnum.d.ts +3 -1
- package/src/types/openapi/models/MiniCanvasWithTags.d.ts +5 -0
- package/lib/types/launchDarkly.types.d.ts +0 -53
- package/lib/util/network.d.ts +0 -21
- package/lib/util/string.d.ts +0 -5
- /package/{lib → src/lib}/api/apps/apps.queries.d.ts +0 -0
- /package/{lib → src/lib}/api/canvases/canvases.queries.d.ts +0 -0
- /package/{lib → src/lib}/api/events/events.helpers.d.ts +0 -0
- /package/{lib → src/lib}/api/users/users.queries.d.ts +0 -0
- /package/{lib → src/lib}/apps/agenda-selector/composables/application-block-selector-modal.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/agenda-selector/composables/content-warning.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/agenda-selector/composables/move-item-modal.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/agenda-selector/composables/table-input.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/agenda-selector/constants.d.ts +0 -0
- /package/{lib → src/lib}/apps/agenda-selector/export.d.ts +0 -0
- /package/{lib → src/lib}/apps/agenda-selector/stores/app.store.d.ts +0 -0
- /package/{lib → src/lib}/apps/agenda-selector/types/agenda.type.d.ts +0 -0
- /package/{lib → src/lib}/apps/agenda-selector/types/common.type.d.ts +0 -0
- /package/{lib → src/lib}/apps/agenda-selector/types/move-item-modal.type.d.ts +0 -0
- /package/{lib → src/lib}/apps/agenda-selector/utils/data.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/agenda-selector/utils/theme-overrides.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/browser/components/UploadFilesModal/UploadFilesModalInput.test.d.ts +0 -0
- /package/{lib → src/lib}/apps/browser/composables/useAppEmit.d.ts +0 -0
- /package/{lib → src/lib}/apps/browser/stores/api.test.d.ts +0 -0
- /package/{lib → src/lib}/apps/browser/stores/app.test.d.ts +0 -0
- /package/{lib → src/lib}/apps/browser/stores/fileSmartFolderStore.d.ts +0 -0
- /package/{lib → src/lib}/apps/browser/stores/repUploadsStore.d.ts +0 -0
- /package/{lib → src/lib}/apps/browser/stores/upload.d.ts +0 -0
- /package/{lib → src/lib}/apps/browser/stores/upload.test.d.ts +0 -0
- /package/{lib → src/lib}/apps/browser/stores/upload.types.d.ts +0 -0
- /package/{lib → src/lib}/apps/browser/types/actionKeys.d.ts +0 -0
- /package/{lib → src/lib}/apps/browser/util/file.d.ts +0 -0
- /package/{lib/apps/canvas-builder/components/ui/DynamicContent/useDynamicContent.spec.d.ts → src/lib/apps/browser/util/sortOrder.test.d.ts} +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/App.helpers.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/components/container/CanvasContent/canvas-component-map.const.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/components/ui/Block/Block.helpers.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/components/ui/Block/Block.types.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/components/ui/ContentList/content.store.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/components/ui/ContentList/contentList.helpers.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.utils.d.ts +0 -0
- /package/{lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.helpers.test.d.ts → src/lib/apps/canvas-builder/components/ui/DataCharts/types.spec.d.ts} +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/components/ui/DynamicContent/dynamicContent.const.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/components/ui/DynamicContent/section-component-map.const.d.ts +0 -0
- /package/{lib/apps/canvas-builder/composables/canvasUpdateStrategy.spec.d.ts → src/lib/apps/canvas-builder/components/ui/DynamicContent/useDynamicContent.spec.d.ts} +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.utils.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/components/ui/Link/Link.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/components/ui/Scribble/scribble.helpers.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/components/ui/SectionList/SectionSelector.helpers.d.ts +0 -0
- /package/{lib/apps/canvas-builder/composables/useCanvasPages.spec.d.ts → src/lib/apps/canvas-builder/components/ui/SectionList/SectionSelector.helpers.test.d.ts} +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/canvasUpdateStrategy.d.ts +0 -0
- /package/{lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.spec.d.ts → src/lib/apps/canvas-builder/composables/canvasUpdateStrategy.spec.d.ts} +0 -0
- /package/{lib/apps/canvas-builder/util/canvas.util.test.d.ts → src/lib/apps/canvas-builder/composables/lazySections.spec.d.ts} +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useAiPrompt.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useAnnotation.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCanvasDnd.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCanvasExit.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCanvasHistory.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCanvasHooks.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCanvasNodes.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCanvasPages.d.ts +0 -0
- /package/{lib/apps/canvas-builder/util/tree.test.d.ts → src/lib/apps/canvas-builder/composables/useCanvasPages.spec.d.ts} +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCanvasTheme.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCanvasThemeAssets.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCanvasVisibility.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCollapsibles.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCollectionSelector.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useComponentPermissions.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useComponentStyle.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useContentSelector.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useControlBarCollapse.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCrmShape.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useCrmShapeWithSectionContext.d.ts +0 -0
- /package/{lib/apps/canvas-builder/util/url.test.d.ts → src/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.spec.d.ts} +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useDataTablePrint.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useEmbeddable.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useFetchMostPopularFiles.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useInstalledEmbeddables.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useNavigatorDrawer.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/usePitcherEvents.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/usePopularity.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/usePopupApps.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/usePrintMode.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useRecommendations.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useReorderComponent.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useScribbleChild.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useScribbleToolbar.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useSectionNavigation.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useSectionPopularity.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/composables/useTemporaryContext.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/constants/canvas.const.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/constants/defaults.const.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/constants/index.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/constants/sizes.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/constants/theme.const.d.ts +0 -0
- /package/{lib/apps/ppt-conversion-selector/utils/data.util.test.d.ts → src/lib/apps/canvas-builder/courseMode.spec.d.ts} +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/types/font-awesome.types.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/types/recommendations.types.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/util/canvas.util.d.ts +0 -0
- /package/{lib/components/CBatchMoveItemsModal/__tests__/copy-mode.test.d.ts → src/lib/apps/canvas-builder/util/canvas.util.test.d.ts} +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/util/clone.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/util/fetchAnalyticsPopularity.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/util/file.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/util/iframe.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/util/print.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/util/tiptap-table.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/util/tree.d.ts +0 -0
- /package/{lib/components/CFolderTreeMultiPicker/__tests__/CFolderTreeMultiPicker.test.d.ts → src/lib/apps/canvas-builder/util/tree.test.d.ts} +0 -0
- /package/{lib → src/lib}/apps/canvas-builder/util/url.d.ts +0 -0
- /package/{lib/components/CMultiSelect/CMultiSelect.test.d.ts → src/lib/apps/canvas-builder/util/url.test.d.ts} +0 -0
- /package/{lib → src/lib}/apps/canvas-selector/appTypes.d.ts +0 -0
- /package/{lib → src/lib}/apps/canvas-selector/constants/index.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/composables/annotation-layer.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/composables/focus-trap.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/composables/fullscreen.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/composables/image-cache.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/composables/keyboard-bindings.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/composables/laser-pointer-marker.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/composables/markerjs.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/composables/moving-group-gestures.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/composables/navigation-cache.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/composables/new-zoom.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/composables/slide-direction.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/composables/tracking.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/composables/zoom.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/export.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/types/collection-player.type.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/utils/node.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-player/utils/slide-type.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-selector/composables/content-warning.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-selector/composables/move-slide-modal.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-selector/composables/table-input.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-selector/constants.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-selector/export.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-selector/stores/app.store.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-selector/types/collection-selector.type.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-selector/types/common.type.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-selector/types/move-slide-modal.type.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-selector/utils/content-selector-adapter.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-selector/utils/data.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/collection-selector/utils/theme-overrides.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/content-selector/appTypes.d.ts +0 -0
- /package/{lib → src/lib}/apps/content-selector/composables/useMultimediaSelectorApps.d.ts +0 -0
- /package/{lib → src/lib}/apps/content-selector/composables/useStore.d.ts +0 -0
- /package/{lib → src/lib}/apps/content-selector/stores/api.d.ts +0 -0
- /package/{lib → src/lib}/apps/content-selector/stores/app.d.ts +0 -0
- /package/{lib → src/lib}/apps/content-selector/util/file.d.ts +0 -0
- /package/{lib → src/lib}/apps/content-selector/util/media-type.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/notes/composables/useFullscreenNotesHeartbeat.d.ts +0 -0
- /package/{lib → src/lib}/apps/notes/composables/useNotesApp.d.ts +0 -0
- /package/{lib → src/lib}/apps/ppt-conversion-selector/composables/canvas.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/ppt-conversion-selector/composables/move-slide-modal.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/ppt-conversion-selector/composables/table-input.use.d.ts +0 -0
- /package/{lib → src/lib}/apps/ppt-conversion-selector/constants.d.ts +0 -0
- /package/{lib → src/lib}/apps/ppt-conversion-selector/export.d.ts +0 -0
- /package/{lib → src/lib}/apps/ppt-conversion-selector/stores/app.store.d.ts +0 -0
- /package/{lib → src/lib}/apps/ppt-conversion-selector/types/model.type.d.ts +0 -0
- /package/{lib → src/lib}/apps/ppt-conversion-selector/types/move-slide-modal.type.d.ts +0 -0
- /package/{lib → src/lib}/apps/ppt-conversion-selector/utils/content-selector-adapter.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/ppt-conversion-selector/utils/data.util.d.ts +0 -0
- /package/{lib/components/CSideBar/CSideBar.spec.d.ts → src/lib/apps/ppt-conversion-selector/utils/data.util.test.d.ts} +0 -0
- /package/{lib → src/lib}/apps/ppt-conversion-selector/utils/theme-overrides.util.d.ts +0 -0
- /package/{lib → src/lib}/apps/ppt-conversion-selector/utils/thumbnail.util.d.ts +0 -0
- /package/{lib/components/CSideBar/CSideBarDivider.spec.d.ts → src/lib/components/CBatchMoveItemsModal/__tests__/copy-mode.test.d.ts} +0 -0
- /package/{lib → src/lib}/components/CCatalogIqSwitcher/CCatalogIqSwitcher.types.d.ts +0 -0
- /package/{lib → src/lib}/components/CConfigEditor/CConfigEditor.types.d.ts +0 -0
- /package/{lib → src/lib}/components/CConfigEditor/CConfigEditor.validators.d.ts +0 -0
- /package/{lib → src/lib}/components/CContactSelector/CContactSelector.types.d.ts +0 -0
- /package/{lib → src/lib}/components/CDataTable/CDataTableEdit.use.d.ts +0 -0
- /package/{lib → src/lib}/components/CFilePanel/CFilePanel.use.d.ts +0 -0
- /package/{lib → src/lib}/components/CFileViewer/CFileViewer.types.d.ts +0 -0
- /package/{lib → src/lib}/components/CFileViewer/pdf/CFileViewer.events.pdf.use.d.ts +0 -0
- /package/{lib → src/lib}/components/CFileViewer/pdf/CFileViewer.pageThumbMetadata.pdf.use.d.ts +0 -0
- /package/{lib → src/lib}/components/CFileViewer/pdf/CFileViewer.pdf.annotations.use.d.ts +0 -0
- /package/{lib → src/lib}/components/CFileViewer/pdf/CFileViewer.pdf.link.types.d.ts +0 -0
- /package/{lib → src/lib}/components/CFileViewer/pdf/CFileViewer.pdf.link.use.d.ts +0 -0
- /package/{lib → src/lib}/components/CFileViewer/pdf/CFileViewer.pdf.overlayItems.use.d.ts +0 -0
- /package/{lib → src/lib}/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +0 -0
- /package/{lib → src/lib}/components/CFileViewer/pdf/CFileViewerFullscreen.pdf.use.d.ts +0 -0
- /package/{lib/components/CSideBar/CSideBarItem.spec.d.ts → src/lib/components/CFolderTreeMultiPicker/__tests__/CFolderTreeMultiPicker.test.d.ts} +0 -0
- /package/{lib → src/lib}/components/CGlobalSearch/CGlobalSearch.types.d.ts +0 -0
- /package/{lib → src/lib}/components/CGlobalSearch/GlobalSearch.use.d.ts +0 -0
- /package/{lib → src/lib}/components/CGlobalSearch/Shortcuts.use.d.ts +0 -0
- /package/{lib/components/CSideBar/CSideBarLabel.spec.d.ts → src/lib/components/CMultiSelect/CMultiSelect.test.d.ts} +0 -0
- /package/{lib → src/lib}/components/CQuickFilters/CQuickFilters.types.d.ts +0 -0
- /package/{lib → src/lib}/components/CRichTextEditor/constants.d.ts +0 -0
- /package/{lib → src/lib}/components/CRichTextEditor/extensions/bulletListExtended.d.ts +0 -0
- /package/{lib → src/lib}/components/CRichTextEditor/extensions/contentLink.d.ts +0 -0
- /package/{lib → src/lib}/components/CRichTextEditor/extensions/headingExtended.d.ts +0 -0
- /package/{lib → src/lib}/components/CRichTextEditor/extensions/mentionSuggestions.d.ts +0 -0
- /package/{lib → src/lib}/components/CRichTextEditor/extensions/paragraphExtended.d.ts +0 -0
- /package/{lib → src/lib}/components/CRichTextEditor/extensions/textStyleExtended.d.ts +0 -0
- /package/{lib → src/lib}/components/CSearchFilters/CSearchFilters.types.d.ts +0 -0
- /package/{lib/components/CSideBar/CSideBarToggle.spec.d.ts → src/lib/components/CSideBar/CSideBar.spec.d.ts} +0 -0
- /package/{lib/components/CSingleSelect/CSingleSelect.test.d.ts → src/lib/components/CSideBar/CSideBarDivider.spec.d.ts} +0 -0
- /package/{lib/components/CVirtualTable/CVirtualTable.test.d.ts → src/lib/components/CSideBar/CSideBarItem.spec.d.ts} +0 -0
- /package/{lib/components/CVirtualTable/CVirtualTableRow.test.d.ts → src/lib/components/CSideBar/CSideBarLabel.spec.d.ts} +0 -0
- /package/{lib/components/filters/CDateRangeFilter.test.d.ts → src/lib/components/CSideBar/CSideBarToggle.spec.d.ts} +0 -0
- /package/{lib → src/lib}/components/CSideBar/index.d.ts +0 -0
- /package/{lib → src/lib}/components/CSideBar/types.d.ts +0 -0
- /package/{lib/components/filters/CSelectFilter.test.d.ts → src/lib/components/CSingleSelect/CSingleSelect.test.d.ts} +0 -0
- /package/{lib → src/lib}/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.types.d.ts +0 -0
- /package/{lib → src/lib}/components/CVideo/CVideo.types.d.ts +0 -0
- /package/{lib/components/filters/filter.util.spec.d.ts → src/lib/components/CVirtualTable/CVirtualTable.test.d.ts} +0 -0
- /package/{lib/components/savedCanvases/CSavedCanvasesManagement.use.spec.d.ts → src/lib/components/CVirtualTable/CVirtualTableRow.test.d.ts} +0 -0
- /package/{lib → src/lib}/components/HomeCustomizeCog/index.d.ts +0 -0
- /package/{lib → src/lib}/components/HomeCustomizeEmptyState/index.d.ts +0 -0
- /package/{lib → src/lib}/components/HomeCustomizePanel/index.d.ts +0 -0
- /package/{lib → src/lib}/components/HomeCustomizeRow/index.d.ts +0 -0
- /package/{lib → src/lib}/components/canvases/CanvasesManagementBulk.use.d.ts +0 -0
- /package/{lib → src/lib}/components/canvases/CanvasesManagementFilters.use.d.ts +0 -0
- /package/{lib → src/lib}/components/canvases/CanvasesManagementToolbarFilters.use.d.ts +0 -0
- /package/{lib/composables/useHomeCustomization.spec.d.ts → src/lib/components/filters/CDateRangeFilter.test.d.ts} +0 -0
- /package/{lib/sdk/api/HighLevelApi.spec.d.ts → src/lib/components/filters/CSelectFilter.test.d.ts} +0 -0
- /package/{lib → src/lib}/components/filters/filter.const.d.ts +0 -0
- /package/{lib → src/lib}/components/filters/filter.util.d.ts +0 -0
- /package/{lib/sdk/api/LowLevelApi.spec.d.ts → src/lib/components/filters/filter.util.spec.d.ts} +0 -0
- /package/{lib/sdk/main.spec.d.ts → src/lib/components/savedCanvases/CSavedCanvasesManagement.use.spec.d.ts} +0 -0
- /package/{lib → src/lib}/components/savedCanvases/CSavedCanvasesManagementShareCanvas.use.d.ts +0 -0
- /package/{lib → src/lib}/composables/appEmit.use.d.ts +0 -0
- /package/{lib → src/lib}/composables/appsDb.use.d.ts +0 -0
- /package/{lib → src/lib}/composables/bulkActions.use.d.ts +0 -0
- /package/{lib → src/lib}/composables/fileViewerSettings.use.d.ts +0 -0
- /package/{lib → src/lib}/composables/instanceTagsActions.use.d.ts +0 -0
- /package/{lib → src/lib}/composables/openFileStack.use.d.ts +0 -0
- /package/{lib → src/lib}/composables/presentationHistory.use.d.ts +0 -0
- /package/{lib → src/lib}/composables/suggestedTags.use.d.ts +0 -0
- /package/{lib → src/lib}/composables/tableColumnsSettings.use.d.ts +0 -0
- /package/{lib → src/lib}/composables/useAdminAndDsrState.d.ts +0 -0
- /package/{lib → src/lib}/composables/useAssetUpload.d.ts +0 -0
- /package/{lib → src/lib}/composables/useBindValidation.d.ts +0 -0
- /package/{lib → src/lib}/composables/useBroadcastRouteChange.d.ts +0 -0
- /package/{lib → src/lib}/composables/useCanvasLocks.d.ts +0 -0
- /package/{lib → src/lib}/composables/useCanvasOverlay.d.ts +0 -0
- /package/{lib/sdk/utils/assert.spec.d.ts → src/lib/composables/useCanvasRendererExcludedTags.spec.d.ts} +0 -0
- /package/{lib → src/lib}/composables/useCanvasStandardFilters.d.ts +0 -0
- /package/{lib → src/lib}/composables/useCanvasTablesPagination.d.ts +0 -0
- /package/{lib → src/lib}/composables/useCollectionPlayerOverlay.d.ts +0 -0
- /package/{lib → src/lib}/composables/useCommentTracking.d.ts +0 -0
- /package/{lib → src/lib}/composables/useCommentsStorage.d.ts +0 -0
- /package/{lib → src/lib}/composables/useConfirmation.d.ts +0 -0
- /package/{lib → src/lib}/composables/useConnectUpload.d.ts +0 -0
- /package/{lib → src/lib}/composables/useCoreApi.d.ts +0 -0
- /package/{lib → src/lib}/composables/useDeleteUsedCanvasesConfirmation.d.ts +0 -0
- /package/{lib → src/lib}/composables/useElementHeightResize.d.ts +0 -0
- /package/{lib → src/lib}/composables/useElementSizeAfterDom.d.ts +0 -0
- /package/{lib → src/lib}/composables/useFetchUsers.d.ts +0 -0
- /package/{lib → src/lib}/composables/useFileDisplayHelpers.d.ts +0 -0
- /package/{lib → src/lib}/composables/useFileInfo.d.ts +0 -0
- /package/{lib → src/lib}/composables/useFilterSuggestions.d.ts +0 -0
- /package/{lib → src/lib}/composables/useFolderNameDescription.d.ts +0 -0
- /package/{lib → src/lib}/composables/useHomeCustomization.d.ts +0 -0
- /package/{lib/sdk/utils/eventEmitter.spec.d.ts → src/lib/composables/useHomeCustomization.spec.d.ts} +0 -0
- /package/{lib → src/lib}/composables/useImageAccessibility.d.ts +0 -0
- /package/{lib → src/lib}/composables/useInfiniteScroll.d.ts +0 -0
- /package/{lib → src/lib}/composables/useInstalledApps.d.ts +0 -0
- /package/{lib → src/lib}/composables/useLegacyCollectionFileLoader.d.ts +0 -0
- /package/{lib → src/lib}/composables/useLocation.d.ts +0 -0
- /package/{lib → src/lib}/composables/useLocationAPI.d.ts +0 -0
- /package/{lib → src/lib}/composables/useLocationListeners.d.ts +0 -0
- /package/{lib → src/lib}/composables/useLocationManipulation.d.ts +0 -0
- /package/{lib → src/lib}/composables/useMetadataFilters.d.ts +0 -0
- /package/{lib → src/lib}/composables/useMetadataSearch.d.ts +0 -0
- /package/{lib → src/lib}/composables/useMetadataTemplates.d.ts +0 -0
- /package/{lib → src/lib}/composables/usePdfInterpolation.d.ts +0 -0
- /package/{lib → src/lib}/composables/usePolling.d.ts +0 -0
- /package/{lib → src/lib}/composables/useSharedCommentsStorage.d.ts +0 -0
- /package/{lib → src/lib}/composables/useSharedTranslations.d.ts +0 -0
- /package/{lib → src/lib}/composables/useSmartStore.d.ts +0 -0
- /package/{lib → src/lib}/composables/useTheme.d.ts +0 -0
- /package/{lib → src/lib}/composables/useToast.d.ts +0 -0
- /package/{lib → src/lib}/composables/useWindowEvents.d.ts +0 -0
- /package/{lib → src/lib}/constants/appsDb.const.d.ts +0 -0
- /package/{lib → src/lib}/constants/color.const.d.ts +0 -0
- /package/{lib → src/lib}/constants/config.const.d.ts +0 -0
- /package/{lib → src/lib}/constants/conventions.const.d.ts +0 -0
- /package/{lib → src/lib}/constants/dimensions.const.d.ts +0 -0
- /package/{lib → src/lib}/constants/i18n.const.d.ts +0 -0
- /package/{lib → src/lib}/constants/modal.const.d.ts +0 -0
- /package/{lib → src/lib}/constants/more.const.d.ts +0 -0
- /package/{lib → src/lib}/constants/pitcherSettings.const.d.ts +0 -0
- /package/{lib → src/lib}/constants/query-builder.const.d.ts +0 -0
- /package/{lib → src/lib}/constants/roles.const.d.ts +0 -0
- /package/{lib → src/lib}/constants/tables.const.d.ts +0 -0
- /package/{lib → src/lib}/constants/timers.const.d.ts +0 -0
- /package/{lib → src/lib}/constants/uploads.const.d.ts +0 -0
- /package/{lib → src/lib}/constants/url.const.d.ts +0 -0
- /package/{lib → src/lib}/custom-naive-locales/el.d.ts +0 -0
- /package/{lib → src/lib}/custom-naive-locales/it.d.ts +0 -0
- /package/{lib → src/lib}/custom-naive-locales/ja.d.ts +0 -0
- /package/{lib → src/lib}/custom-naive-locales/nl.d.ts +0 -0
- /package/{lib → src/lib}/custom-naive-locales/pt-br.d.ts +0 -0
- /package/{lib → src/lib}/custom-naive-locales/pt.d.ts +0 -0
- /package/{lib → src/lib}/custom-naive-locales/th.d.ts +0 -0
- /package/{lib → src/lib}/custom-naive-locales/zh.d.ts +0 -0
- /package/{lib → src/lib}/directives/autofocus.d.ts +0 -0
- /package/{lib → src/lib}/directives/clickOutside.d.ts +0 -0
- /package/{lib → src/lib}/directives/draggable.d.ts +0 -0
- /package/{lib → src/lib}/directives/element-mounted.d.ts +0 -0
- /package/{lib → src/lib}/directives/tap.d.ts +0 -0
- /package/{lib → src/lib}/directives/tooltip.d.ts +0 -0
- /package/{lib → src/lib}/directives/vTrustedHtml.d.ts +0 -0
- /package/{lib → src/lib}/plugins/vueQuery.d.ts +0 -0
- /package/{lib/sdk/utils/isodate.spec.d.ts → src/lib/sdk/api/HighLevelApi.spec.d.ts} +0 -0
- /package/{lib → src/lib}/sdk/api/LowLevelApi.d.ts +0 -0
- /package/{lib/sdk/utils/object.spec.d.ts → src/lib/sdk/api/LowLevelApi.spec.d.ts} +0 -0
- /package/{lib → src/lib}/sdk/api/modules/admin/app-errors.admin.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/admin/canvas.admin.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/admin/content.admin.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/admin/env.admin.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/admin/files.admin.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/admin/index.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/admin/metadataTemplates.admin.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/admin/types.admin.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/admin/users.admin.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/dsr/env.dsr.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/dsr/files.dsr.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/dsr/index.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/dsr/loading.dsr.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/dsr/types.dsr.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/env.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/feedback.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/files.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/filesRevisions.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/folders.core.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/folders.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/languages.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/metadataTemplates.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/notifications.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/open.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/pspdfkit.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/query.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/search.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/share.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/sync.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/theme.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/toast.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/track.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/ui/app-errors.ui.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/ui/canvas.ui.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/ui/content.ui.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/ui/index.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/ui/loading.ui.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/ui/location.ui.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/ui/pia.ui.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/ui/post-call.ui.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/ui/sharing.ui.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/ui/types.ui.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/users.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/modules/webView.d.ts +0 -0
- /package/{lib → src/lib}/sdk/api/onlineRestApiHandlers.d.ts +0 -0
- /package/{lib/util/array.spec.d.ts → src/lib/sdk/main.spec.d.ts} +0 -0
- /package/{lib → src/lib}/sdk/main.umd-esm.d.ts +0 -0
- /package/{lib → src/lib}/sdk/peer-connectivity/index.d.ts +0 -0
- /package/{lib → src/lib}/sdk/peer-connectivity/peerConnectivity.constants.d.ts +0 -0
- /package/{lib → src/lib}/sdk/peer-connectivity/peerConnectivity.d.ts +0 -0
- /package/{lib → src/lib}/sdk/peer-connectivity/peerConnectivity.types.d.ts +0 -0
- /package/{lib → src/lib}/sdk/utils/assert.d.ts +0 -0
- /package/{lib/util/casing.spec.d.ts → src/lib/sdk/utils/assert.spec.d.ts} +0 -0
- /package/{lib → src/lib}/sdk/utils/cleanUrl.d.ts +0 -0
- /package/{lib → src/lib}/sdk/utils/eventEmitter.d.ts +0 -0
- /package/{lib/util/date.spec.d.ts → src/lib/sdk/utils/eventEmitter.spec.d.ts} +0 -0
- /package/{lib → src/lib}/sdk/utils/httpFetch.d.ts +0 -0
- /package/{lib → src/lib}/sdk/utils/isodate.d.ts +0 -0
- /package/{lib/util/font.spec.d.ts → src/lib/sdk/utils/isodate.spec.d.ts} +0 -0
- /package/{lib → src/lib}/sdk/utils/object.d.ts +0 -0
- /package/{lib/util → src/lib/sdk/utils}/object.spec.d.ts +0 -0
- /package/{lib → src/lib}/sdk/utils/postrobot.d.ts +0 -0
- /package/{lib → src/lib}/sdk/utils/window.d.ts +0 -0
- /package/{lib → src/lib}/stores/sectionSmartFolderStore.d.ts +0 -0
- /package/{lib → src/lib}/theme/canvasUiUnoPreset.d.ts +0 -0
- /package/{lib → src/lib}/theme/daisyUi.d.ts +0 -0
- /package/{lib → src/lib}/theme/light.const.d.ts +0 -0
- /package/{lib → src/lib}/theme/main.d.ts +0 -0
- /package/{lib → src/lib}/theme/theme-overrides.d.ts +0 -0
- /package/{lib → src/lib}/theme/theme.utils.d.ts +0 -0
- /package/{lib → src/lib}/types/app.d.ts +0 -0
- /package/{lib → src/lib}/types/background.d.ts +0 -0
- /package/{lib → src/lib}/types/call.d.ts +0 -0
- /package/{lib → src/lib}/types/canvasActions.d.ts +0 -0
- /package/{lib → src/lib}/types/canvasTheme.d.ts +0 -0
- /package/{lib → src/lib}/types/canvases.d.ts +0 -0
- /package/{lib → src/lib}/types/common.d.ts +0 -0
- /package/{lib → src/lib}/types/core/MetadataFilter.d.ts +0 -0
- /package/{lib → src/lib}/types/core/UpsertPptxSlideImages.d.ts +0 -0
- /package/{lib → src/lib}/types/core/index.d.ts +0 -0
- /package/{lib → src/lib}/types/dataTable.d.ts +0 -0
- /package/{lib → src/lib}/types/file.types.d.ts +0 -0
- /package/{lib → src/lib}/types/fileViewerSettings.types.d.ts +0 -0
- /package/{lib → src/lib}/types/files.d.ts +0 -0
- /package/{lib → src/lib}/types/filter.d.ts +0 -0
- /package/{lib → src/lib}/types/folder.d.ts +0 -0
- /package/{lib → src/lib}/types/i18n.types.d.ts +0 -0
- /package/{lib → src/lib}/types/iframes.d.ts +0 -0
- /package/{lib → src/lib}/types/instance.types.d.ts +0 -0
- /package/{lib → src/lib}/types/instanceTags.types.d.ts +0 -0
- /package/{lib → src/lib}/types/metadataHighlightProperty.d.ts +0 -0
- /package/{lib → src/lib}/types/organization.types.d.ts +0 -0
- /package/{lib → src/lib}/types/organizationMetadata.types.d.ts +0 -0
- /package/{lib → src/lib}/types/paginatedData.d.ts +0 -0
- /package/{lib → src/lib}/types/query-builder.types.d.ts +0 -0
- /package/{lib → src/lib}/types/search.d.ts +0 -0
- /package/{lib → src/lib}/types/sectionPopularity.d.ts +0 -0
- /package/{lib → src/lib}/types/selections.d.ts +0 -0
- /package/{lib → src/lib}/types/sfdc.d.ts +0 -0
- /package/{lib → src/lib}/types/toast.d.ts +0 -0
- /package/{lib → src/lib}/types/translations.d.ts +0 -0
- /package/{lib → src/lib}/types/ts.d.ts +0 -0
- /package/{lib → src/lib}/types/users.d.ts +0 -0
- /package/{lib → src/lib}/types/vueVirtualScroller.d.ts +0 -0
- /package/{lib → src/lib}/util/anchor.d.ts +0 -0
- /package/{lib → src/lib}/util/app.util.d.ts +0 -0
- /package/{lib → src/lib}/util/array.d.ts +0 -0
- /package/{lib/util/location.spec.d.ts → src/lib/util/array.spec.d.ts} +0 -0
- /package/{lib → src/lib}/util/canvas-manager.util.d.ts +0 -0
- /package/{lib → src/lib}/util/casing.d.ts +0 -0
- /package/{lib/util/message-event.spec.d.ts → src/lib/util/casing.spec.d.ts} +0 -0
- /package/{lib → src/lib}/util/color.d.ts +0 -0
- /package/{lib → src/lib}/util/date.d.ts +0 -0
- /package/{lib/util/network.spec.d.ts → src/lib/util/date.spec.d.ts} +0 -0
- /package/{lib → src/lib}/util/dev.util.d.ts +0 -0
- /package/{lib → src/lib}/util/dom.d.ts +0 -0
- /package/{lib → src/lib}/util/eval.d.ts +0 -0
- /package/{lib → src/lib}/util/file.util.d.ts +0 -0
- /package/{lib/util/number.spec.d.ts → src/lib/util/font.spec.d.ts} +0 -0
- /package/{lib → src/lib}/util/font.util.d.ts +0 -0
- /package/{lib → src/lib}/util/image.d.ts +0 -0
- /package/{lib → src/lib}/util/jwt.d.ts +0 -0
- /package/{lib/util/reactive.spec.d.ts → src/lib/util/location.spec.d.ts} +0 -0
- /package/{lib → src/lib}/util/location.util.d.ts +0 -0
- /package/{lib → src/lib}/util/message-event.d.ts +0 -0
- /package/{lib/util/sfdc.util.spec.d.ts → src/lib/util/message-event.spec.d.ts} +0 -0
- /package/{lib → src/lib}/util/navigation.util.d.ts +0 -0
- /package/{lib/util/smart-store.util.spec.d.ts → src/lib/util/network.spec.d.ts} +0 -0
- /package/{lib/util/soql.util.spec.d.ts → src/lib/util/network.test.d.ts} +0 -0
- /package/{lib → src/lib}/util/number.d.ts +0 -0
- /package/{lib/util/timer.spec.d.ts → src/lib/util/number.spec.d.ts} +0 -0
- /package/{lib → src/lib}/util/object.d.ts +0 -0
- /package/{lib/util/translations.spec.d.ts → src/lib/util/object.spec.d.ts} +0 -0
- /package/{lib → src/lib}/util/pitcher-settings.util.d.ts +0 -0
- /package/{lib → src/lib}/util/query-builder.util.d.ts +0 -0
- /package/{lib → src/lib}/util/query.d.ts +0 -0
- /package/{lib → src/lib}/util/reactive.d.ts +0 -0
- /package/{lib/util/tree-transformation.util.spec.d.ts → src/lib/util/reactive.spec.d.ts} +0 -0
- /package/{lib → src/lib}/util/sfdc.util.d.ts +0 -0
- /package/{lib → src/lib}/util/smart-store.util.d.ts +0 -0
- /package/{lib → src/lib}/util/soql.util.d.ts +0 -0
- /package/{lib → src/lib}/util/storage.util.d.ts +0 -0
- /package/{lib → src/lib}/util/style.util.d.ts +0 -0
- /package/{lib → src/lib}/util/timer.d.ts +0 -0
- /package/{lib → src/lib}/util/toCssClassKey.d.ts +0 -0
- /package/{lib → src/lib}/util/translations.d.ts +0 -0
- /package/{lib → src/lib}/util/tree-transformation.util.d.ts +0 -0
- /package/{lib → src/lib}/util/tsHelpers.d.ts +0 -0
- /package/{lib → src/lib}/util/url.d.ts +0 -0
- /package/{lib → src/lib}/util/user.d.ts +0 -0
- /package/{lib → src/lib}/util/userAgents.d.ts +0 -0
- /package/{lib → src/lib}/utils/defaultThumbnail.util.d.ts +0 -0
- /package/{lib → src/lib}/utils/iframeInitialize.d.ts +0 -0
- /package/{types → src/types}/openapi/models/AccessTypeEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/Account.d.ts +0 -0
- /package/{types → src/types}/openapi/models/AccountRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/App.d.ts +0 -0
- /package/{types → src/types}/openapi/models/AppInstallationRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/AppOrganization.d.ts +0 -0
- /package/{types → src/types}/openapi/models/AppPublish.d.ts +0 -0
- /package/{types → src/types}/openapi/models/AppRelease.d.ts +0 -0
- /package/{types → src/types}/openapi/models/AppTypeEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/AppsDBEntry.d.ts +0 -0
- /package/{types → src/types}/openapi/models/AppsDBEntryRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/AuthToken.d.ts +0 -0
- /package/{types → src/types}/openapi/models/AuthTokenRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/BulkDeleteErrorDetail.d.ts +0 -0
- /package/{types → src/types}/openapi/models/BulkDeleteMixedObjectsRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/BulkDeleteRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/BulkDeleteResponse.d.ts +0 -0
- /package/{types → src/types}/openapi/models/BulkUpdateMetadata.d.ts +0 -0
- /package/{types → src/types}/openapi/models/BulkUpdateMetadataOperationEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/BulkUpdateMetadataRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/BulkUpdateMetadataResult.d.ts +0 -0
- /package/{types → src/types}/openapi/models/BulkUpdateTags.d.ts +0 -0
- /package/{types → src/types}/openapi/models/BulkUpdateTagsOperationEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/BulkUpdateTagsRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/BulkUpdateTagsResult.d.ts +0 -0
- /package/{types → src/types}/openapi/models/CanvasCreateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/CanvasRecommendedFile.d.ts +0 -0
- /package/{types → src/types}/openapi/models/CanvasRecommendedFiles.d.ts +0 -0
- /package/{types → src/types}/openapi/models/CanvasSection.d.ts +0 -0
- /package/{types → src/types}/openapi/models/CanvasUpdateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/Collaboration.d.ts +0 -0
- /package/{types → src/types}/openapi/models/CollaborationCreate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/CollaborationCreateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/CollaborationRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/CollaborationRoleEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/ConnectedService.d.ts +0 -0
- /package/{types → src/types}/openapi/models/ContentDistributionGroup.d.ts +0 -0
- /package/{types → src/types}/openapi/models/ContentDistributionGroupCreate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/ContentDistributionGroupCreateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/ContentDistributionGroupMembership.d.ts +0 -0
- /package/{types → src/types}/openapi/models/ContentDistributionGroupMembershipCreate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/ContentDistributionGroupMembershipCreateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/ContentDistributionGroupRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/DefaultExpiresAtEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/DeletedContentDistributionGroup.d.ts +0 -0
- /package/{types → src/types}/openapi/models/DeletedEnvironment.d.ts +0 -0
- /package/{types → src/types}/openapi/models/DeletedFavorite.d.ts +0 -0
- /package/{types → src/types}/openapi/models/DeletedFile.d.ts +0 -0
- /package/{types → src/types}/openapi/models/DeletedFolder.d.ts +0 -0
- /package/{types → src/types}/openapi/models/DeletedInstance.d.ts +0 -0
- /package/{types → src/types}/openapi/models/DeletedInstanceAssignmentGroup.d.ts +0 -0
- /package/{types → src/types}/openapi/models/DeletedMetadataTemplate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/DeletedRegion.d.ts +0 -0
- /package/{types → src/types}/openapi/models/DownloadTypeEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/Environment.d.ts +0 -0
- /package/{types → src/types}/openapi/models/EnvironmentRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/Event.d.ts +0 -0
- /package/{types → src/types}/openapi/models/EventAttendee.d.ts +0 -0
- /package/{types → src/types}/openapi/models/EventAttendeeRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/EventExternalObject.d.ts +0 -0
- /package/{types → src/types}/openapi/models/EventExternalObjectContentTypeEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/EventExternalObjectRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/EventRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/EventStatusEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/Favorite.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FavoriteCreate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FavoriteCreateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FavoriteFile.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FavoriteFileRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FavoriteFolder.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FavoriteFolderRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FavoriteUpdate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FavoriteUpdateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/File.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FileAnalytics.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FileAnalyticsResult.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FileContentTypeEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FileCreate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FileCreateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FilePermission.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FilePermissionRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FileRetrieve.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FileRevision.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FileRevisionRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FileStatusEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FileTypeEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FileUpdate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FileUpdateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FileVersion.d.ts +0 -0
- /package/{types → src/types}/openapi/models/Folder.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FolderCanvas.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FolderCreate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FolderCreateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FolderFile.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FolderRule.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FolderRuleRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FolderUpdate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/FolderUpdateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/Instance.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceAnalytics.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceAnalyticsChangePercentages.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceAnalyticsCurrentPeriod.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceAnalyticsFile.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceAnalyticsFileActivity.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceAnalyticsFileRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceAnalyticsInactiveUsers.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceAnalyticsInactiveUsersRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceAnalyticsLoginResult.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceAssignmentGroup.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceAssignmentGroupMembership.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceAssignmentGroupMembershipCreate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceAssignmentGroupMembershipCreateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceAssignmentGroupRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceMembership.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceMembershipCreate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceMembershipCreateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceMembershipGroup.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceMembershipGroupRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceMembershipRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceMembershipRoleEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceMembershipUser.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceMembershipUserRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceMembershipUserStatusEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceUpdate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InstanceUpdateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/Invitation.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InvitationRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/InvitationStatusEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/LanguageEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MetadataTemplate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MetadataTemplateField.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MetadataTemplateFieldRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MetadataTemplateOption.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MetadataTemplateOptionRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MetadataTemplateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MetadataTemplateSection.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MetadataTemplateSectionRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniCanvas.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniCanvasRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniContentDistributionGroup.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniContentDistributionGroupRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniEnvironment.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniEnvironmentRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniEvent.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniEventRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniFile.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniFileRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniFolder.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniFolderRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniInstance.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniInstanceRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniPage.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniRegion.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniRegionRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniSharedLink.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniSharedLinkRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniUser.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MiniUserRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/MostActiveUser.d.ts +0 -0
- /package/{types → src/types}/openapi/models/OfflineSyncFolder.d.ts +0 -0
- /package/{types → src/types}/openapi/models/OperatorEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/Organization.d.ts +0 -0
- /package/{types → src/types}/openapi/models/OrganizationAnalytics.d.ts +0 -0
- /package/{types → src/types}/openapi/models/OrganizationAnalyticsCurrentPeriod.d.ts +0 -0
- /package/{types → src/types}/openapi/models/OrganizationAnalyticsInactiveUsers.d.ts +0 -0
- /package/{types → src/types}/openapi/models/OrganizationAnalyticsInactiveUsersRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/OrganizationAnalyticsInstance.d.ts +0 -0
- /package/{types → src/types}/openapi/models/OrganizationAnalyticsLoginResult.d.ts +0 -0
- /package/{types → src/types}/openapi/models/OrganizationAnalyticsTop3Instances.d.ts +0 -0
- /package/{types → src/types}/openapi/models/OrganizationBranding.d.ts +0 -0
- /package/{types → src/types}/openapi/models/OrganizationBrandingColors.d.ts +0 -0
- /package/{types → src/types}/openapi/models/OrganizationChangePercentages.d.ts +0 -0
- /package/{types → src/types}/openapi/models/OrganizationUpdate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/OrganizationUpdateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PSPDFKitAuthPayload.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PSPDFKitAuthPayloadRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PSPDFKitToken.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PSPDFKitTokenRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedAppList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedAuthTokenList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedCanvasList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedCollaborationList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedContentDistributionGroupList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedContentDistributionGroupMembershipList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedEnvironmentList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedEventList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedFavoriteList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedFileList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedFileRevisionList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedFolderList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedInstanceAssignmentGroupList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedInstanceAssignmentGroupMembershipList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedInstanceList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedInstanceMembershipList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedInvitationList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedMetadataTemplateList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedOfflineSyncFolderList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedRegionList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedRevisionList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedSearchResultList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PaginatedUserList.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedCanvasIndicatorsRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedCanvasUpdateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedCollaborationRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedContentDistributionGroupRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedEnvironmentRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedEventRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedFavoriteUpdateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedFilePublishRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedFileRevisionRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedFileUpdateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedFolderUpdateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedInstanceAssignmentGroupRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedInstanceMembershipRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedInstanceUpdateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedMetadataTemplateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedOrganizationUpdateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedRegionRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/PatchedUserRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/Region.d.ts +0 -0
- /package/{types → src/types}/openapi/models/RegionRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/Revision.d.ts +0 -0
- /package/{types → src/types}/openapi/models/RevisionRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/SearchApp.d.ts +0 -0
- /package/{types → src/types}/openapi/models/SearchCanvas.d.ts +0 -0
- /package/{types → src/types}/openapi/models/SearchFile.d.ts +0 -0
- /package/{types → src/types}/openapi/models/SearchResult.d.ts +0 -0
- /package/{types → src/types}/openapi/models/SearchUser.d.ts +0 -0
- /package/{types → src/types}/openapi/models/SharedLink.d.ts +0 -0
- /package/{types → src/types}/openapi/models/SharedLinkCanvas.d.ts +0 -0
- /package/{types → src/types}/openapi/models/SharedLinkCanvasRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/SharedLinkCreate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/SharedLinkCreateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/SharedLinkInstance.d.ts +0 -0
- /package/{types → src/types}/openapi/models/SharedLinkInstanceRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/SharedLinkOrganization.d.ts +0 -0
- /package/{types → src/types}/openapi/models/SharedLinkOrganizationRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/StorageRegionEnum.d.ts +0 -0
- /package/{types → src/types}/openapi/models/Tag.d.ts +0 -0
- /package/{types → src/types}/openapi/models/UploadCreate.d.ts +0 -0
- /package/{types → src/types}/openapi/models/UploadCreateRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/User.d.ts +0 -0
- /package/{types → src/types}/openapi/models/UserRequest.d.ts +0 -0
- /package/{types → src/types}/openapi/models/UserRoleEnum.d.ts +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
interface CanvasRendererTabConfig {
|
|
2
|
+
name: string;
|
|
3
|
+
canvas_tag: string;
|
|
4
|
+
}
|
|
5
|
+
interface CanvasRendererRouteConfig {
|
|
6
|
+
canvas_tag?: string;
|
|
7
|
+
tabs?: CanvasRendererTabConfig[];
|
|
8
|
+
}
|
|
9
|
+
export declare function extractCanvasTagsFromConfig(routesConfig: Record<string, CanvasRendererRouteConfig>): string[];
|
|
10
|
+
export default function useCanvasRendererExcludedTags(): {
|
|
11
|
+
excludedTags: import('vue').Ref<string[], string[]>;
|
|
12
|
+
isLoading: import('vue').Ref<boolean, boolean>;
|
|
13
|
+
fetchExcludedTags: () => Promise<string[]>;
|
|
14
|
+
};
|
|
15
|
+
export {};
|
|
@@ -23,6 +23,7 @@ declare const _default: () => import('vue').Ref<{
|
|
|
23
23
|
info: string;
|
|
24
24
|
info2: string;
|
|
25
25
|
info3: string;
|
|
26
|
+
info4: string;
|
|
26
27
|
boxShadow: string;
|
|
27
28
|
boxShadow2: string;
|
|
28
29
|
boxShadow3: string;
|
|
@@ -51,6 +52,7 @@ declare const _default: () => import('vue').Ref<{
|
|
|
51
52
|
info: string;
|
|
52
53
|
info2: string;
|
|
53
54
|
info3: string;
|
|
55
|
+
info4: string;
|
|
54
56
|
boxShadow: string;
|
|
55
57
|
boxShadow2: string;
|
|
56
58
|
boxShadow3: string;
|
|
@@ -48,6 +48,7 @@ export { default as CSwitch } from './components/CSwitch/CSwitch.vue';
|
|
|
48
48
|
export { default as CFeedback } from './components/CFeedback/CFeedback.vue';
|
|
49
49
|
export { default as CHelpText } from './components/CHelpText/CHelpText.vue';
|
|
50
50
|
export { default as CPillSelect } from './components/CPillSelect/CPillSelect.vue';
|
|
51
|
+
export { default as AITaskOutputFallback } from './components/AITaskOutputFallback/AITaskOutputFallback.vue';
|
|
51
52
|
export { default as CConfirmationModal } from './components/CConfirmationModal/CConfirmationModal.vue';
|
|
52
53
|
export { default as CConfirmationHeader } from './components/CConfirmation/CConfirmationHeader.vue';
|
|
53
54
|
export { default as CConfirmationContent } from './components/CConfirmation/CConfirmationContent.vue';
|
|
@@ -84,7 +85,7 @@ export { default as CSavedCanvasesManagement } from './components/savedCanvases/
|
|
|
84
85
|
export { default as CAssignedCanvasesManagement } from './components/assignedCanvases/CAssignedCanvasesManagement.vue';
|
|
85
86
|
export { default as CAssignedCanvasesManagementToolbar } from './components/assignedCanvases/CAssignedCanvasesManagementToolbar.vue';
|
|
86
87
|
export { default as useShareCanvas } from './components/savedCanvases/CSavedCanvasesManagementShareCanvas.use';
|
|
87
|
-
export { getFreezeStatus, type FreezeStatus } from './components/savedCanvases/CSavedCanvasesManagement.use';
|
|
88
|
+
export { getFreezeStatus, SYSTEM_EXCLUDED_TAGS, type FreezeStatus } from './components/savedCanvases/CSavedCanvasesManagement.use';
|
|
88
89
|
export { default as CConfigEditor } from './components/CConfigEditor/CConfigEditor.vue';
|
|
89
90
|
export { default as CTableInput } from './components/CTableInput/CTableInput.vue';
|
|
90
91
|
export { default as CTableTag } from './components/CTableTag/CTableTag.vue';
|
|
@@ -170,6 +171,7 @@ export { default as useMetadataTemplates } from './composables/useMetadataTempla
|
|
|
170
171
|
export { default as useMetadataSearch } from './composables/useMetadataSearch';
|
|
171
172
|
export * from './composables/appsDb.use';
|
|
172
173
|
export { default as useCanvasLocks } from './composables/useCanvasLocks';
|
|
174
|
+
export { default as useCanvasRendererExcludedTags, extractCanvasTagsFromConfig, } from './composables/useCanvasRendererExcludedTags';
|
|
173
175
|
export { useCommentTracking } from './composables/useCommentTracking';
|
|
174
176
|
export { useSharedCommentsStorage } from './composables/useSharedCommentsStorage';
|
|
175
177
|
export { usePolling } from './composables/usePolling';
|
|
@@ -207,6 +209,7 @@ export * from './util/userAgents';
|
|
|
207
209
|
export * from './util/pitcher-settings.util';
|
|
208
210
|
export * from './util/eval';
|
|
209
211
|
export * from './util/storage.util';
|
|
212
|
+
export { sanitizeHtml, sanitizeUserHtml } from './util/string';
|
|
210
213
|
export * from './util/handlebars';
|
|
211
214
|
export * from './apps/collection-selector/utils/content-selector-adapter.util';
|
|
212
215
|
export * from './util/soql.util.ts';
|
|
@@ -245,6 +248,7 @@ export * from './types/launchDarkly.types';
|
|
|
245
248
|
export * from './types/toast';
|
|
246
249
|
export * from './types/instanceSettings.types';
|
|
247
250
|
export * from './types/organizationSettings.types';
|
|
251
|
+
export * from './types/ai-tasks.const';
|
|
248
252
|
export * from './components/CConfigEditor/CConfigEditor.types';
|
|
249
253
|
export * from './types/search';
|
|
250
254
|
export * from './types/selections';
|
|
@@ -123,6 +123,9 @@ export declare function createHighLevelApi(options?: ApiOptions): {
|
|
|
123
123
|
* @returns {Promise<void>}
|
|
124
124
|
*/
|
|
125
125
|
unsubscribe: () => Promise<any>;
|
|
126
|
+
aiGetCapabilities(): Promise<import('../payload.types').AIRuntimeCapabilities>;
|
|
127
|
+
aiComplete(payload: import('../payload.types').AICompletePayload): Promise<import('../payload.types').AICompleteResult>;
|
|
128
|
+
piaSearchAnswer(payload: import('../payload.types').PiaSearchAnswerPayload): Promise<import('../payload.types').PiaSearchAnswerResult>;
|
|
126
129
|
open(payload?: import('../payload.types').OpenRequestPayload): Promise<string>;
|
|
127
130
|
openExternalUrl(payload: import('../payload.types').OpenExternalUrlRequestPayload): Promise<void>;
|
|
128
131
|
getEnv(): Promise<import('../interfaces').PitcherEnv>;
|
|
@@ -152,7 +155,21 @@ export declare function createHighLevelApi(options?: ApiOptions): {
|
|
|
152
155
|
getCanvas(payload: {
|
|
153
156
|
id: import('../../main.lib').CanvasRetrieve["id"];
|
|
154
157
|
fields?: string;
|
|
158
|
+
lazy_sections? /**
|
|
159
|
+
* Subscribe to updates.
|
|
160
|
+
*
|
|
161
|
+
* @returns {Promise<void>}
|
|
162
|
+
*/: boolean;
|
|
155
163
|
}): Promise<import('../../main.lib').CanvasRetrieve>;
|
|
164
|
+
getSectionsByIds(payload: {
|
|
165
|
+
canvas_id: import('../../main.lib').CanvasRetrieve["id"];
|
|
166
|
+
section_ids: string[];
|
|
167
|
+
exclude_drafts?: boolean;
|
|
168
|
+
include_expired_files?: boolean;
|
|
169
|
+
include_pending_files?: boolean;
|
|
170
|
+
}): Promise<{
|
|
171
|
+
sections: import('../../main.lib').CanvasSection[];
|
|
172
|
+
}>;
|
|
156
173
|
shareCanvas(payload: {
|
|
157
174
|
id: import('../../main.lib').CanvasRetrieve["id"];
|
|
158
175
|
}): Promise<import('../../main.lib').SharedLink>;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { AICompletePayload, AICompleteResult, AIRuntimeCapabilities, PiaSearchAnswerPayload, PiaSearchAnswerResult } from '../../payload.types';
|
|
2
|
+
/**
|
|
3
|
+
* Capabilities of the AI completion runtime on the current platform.
|
|
4
|
+
*
|
|
5
|
+
* On iOS this asks the native on-device bridge (`ai.get_capabilities`); on web
|
|
6
|
+
* it resolves statically to the online (Bedrock) runtime — no postMessage
|
|
7
|
+
* round-trip.
|
|
8
|
+
*
|
|
9
|
+
* @returns {Promise<AIRuntimeCapabilities>} - Promise resolving with the runtime capabilities.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* const capabilities = await api.aiGetCapabilities()
|
|
13
|
+
* if (capabilities.available) { ... }
|
|
14
|
+
*/
|
|
15
|
+
export declare function aiGetCapabilities(): Promise<AIRuntimeCapabilities>;
|
|
16
|
+
/**
|
|
17
|
+
* Run an AI completion on the on-device model (iOS only). On web the host
|
|
18
|
+
* rejects with a clear error — use `piaSearchAnswer` (or the next-core AI
|
|
19
|
+
* routes) for online inference instead.
|
|
20
|
+
*
|
|
21
|
+
* The payload is the EXACT iOS wire contract: `{ prompt, max_tokens?, stream? }`
|
|
22
|
+
* → `{ text, tokens_generated, elapsed_seconds, time_to_first_token_seconds }`.
|
|
23
|
+
*
|
|
24
|
+
* @param {AICompletePayload} payload - The completion payload.
|
|
25
|
+
* @returns {Promise<AICompleteResult>} - Promise resolving with the completion.
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* const completion = await api.aiComplete({ prompt: 'Summarize ...', max_tokens: 256 })
|
|
29
|
+
* console.log(completion.text)
|
|
30
|
+
*/
|
|
31
|
+
export declare function aiComplete(payload: AICompletePayload): Promise<AICompleteResult>;
|
|
32
|
+
/**
|
|
33
|
+
* Answer a rep's natural-language question over the instance's content — the
|
|
34
|
+
* ONE high-level PIA Search call (PIT-6863). Routing follows the
|
|
35
|
+
* `enable_hub_pia_search` flag mode (see `resolvePiaSearchMode`):
|
|
36
|
+
*
|
|
37
|
+
* - `on_device` on iOS with an available local model → `aiComplete` over the
|
|
38
|
+
* caller-assembled `context_text` (the Hub has the file metadata
|
|
39
|
+
* client-side). Unavailable/downloading models fall through to online.
|
|
40
|
+
* - `online` (or any on-device fallback) → POST to the next-core
|
|
41
|
+
* `pia-prepare/pia-search` Bedrock route, which assembles its own candidate
|
|
42
|
+
* context server-side.
|
|
43
|
+
* - `off` → rejects.
|
|
44
|
+
*
|
|
45
|
+
* @param {PiaSearchAnswerPayload} payload - The question + optional context/narrowing.
|
|
46
|
+
* @returns {Promise<PiaSearchAnswerResult>} - Unified answer with the serving `source`.
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* const result = await api.piaSearchAnswer({ query: 'What is our pricing for oncology?' })
|
|
50
|
+
* console.log(result.answer, result.cited_file_ids, result.source)
|
|
51
|
+
*/
|
|
52
|
+
export declare function piaSearchAnswer(payload: PiaSearchAnswerPayload): Promise<PiaSearchAnswerResult>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CanvasRetrieve, CanvasCreateRequest, PatchedCanvasUpdateRequest, SharedLink, Instance, CanvasRecommendedFiles } from '../../../../types/openapi';
|
|
1
|
+
import { CanvasRetrieve, CanvasCreateRequest, PatchedCanvasUpdateRequest, SharedLink, Instance, CanvasRecommendedFiles, CanvasSection } from '../../../../types/openapi';
|
|
2
2
|
import { GetCanvasesParams, CanvasIndicator } from '../../../types/canvases';
|
|
3
3
|
import { PaginatedData } from '../../../types/paginatedData';
|
|
4
4
|
import { CanvasThemeRetrieve } from '../../../types/canvasTheme';
|
|
@@ -70,10 +70,51 @@ export declare function updateCanvasIndicators(payload: {
|
|
|
70
70
|
id: CanvasRetrieve['id'];
|
|
71
71
|
instance_id?: Instance['id'];
|
|
72
72
|
}): Promise<CanvasRetrieve>;
|
|
73
|
+
/**
|
|
74
|
+
* Fetches a single canvas by ID.
|
|
75
|
+
*
|
|
76
|
+
* Pass `lazy_sections: true` to request the opt-in lazy "shell": when the
|
|
77
|
+
* org/instance `lazy_load_sections` setting is also on, the response returns
|
|
78
|
+
* ordered `section_ids` instead of the heavy inline `sections`, and you hydrate
|
|
79
|
+
* section bodies on demand via {@link getSectionsByIds}. With the setting off
|
|
80
|
+
* (or the param omitted) the response is the legacy fully-expanded canvas.
|
|
81
|
+
*/
|
|
73
82
|
export declare function getCanvas(payload: {
|
|
74
83
|
id: CanvasRetrieve['id'];
|
|
75
84
|
fields?: string;
|
|
85
|
+
lazy_sections?: boolean;
|
|
76
86
|
}): Promise<CanvasRetrieve>;
|
|
87
|
+
/**
|
|
88
|
+
* Batch-hydrate section bodies for a canvas fetched as a lazy shell.
|
|
89
|
+
*
|
|
90
|
+
* Companion to `getCanvas({ lazy_sections: true })`: pass the canvas ID and a
|
|
91
|
+
* slice of its `section_ids` (≤100 per call) and receive the full section
|
|
92
|
+
* bodies, serialized identically to a normal canvas retrieve's inline
|
|
93
|
+
* `sections`. Only sections actually referenced by the canvas are returned.
|
|
94
|
+
*
|
|
95
|
+
* Pass the SAME `exclude_drafts` / `include_expired_files` / `include_pending_files`
|
|
96
|
+
* the shell was fetched with so hydration filters identically to the shell that
|
|
97
|
+
* advertised the IDs — otherwise admin decks (fetched with `exclude_drafts:false`,
|
|
98
|
+
* expired/pending on) list draft/expired sections the batch would silently drop,
|
|
99
|
+
* leaving them blank. Omit them to get the rep defaults (drafts excluded,
|
|
100
|
+
* expired/pending off). `include_expired_files`/`include_pending_files` are
|
|
101
|
+
* server-side role-gated (admin/editor only), matching the inline retrieve.
|
|
102
|
+
*
|
|
103
|
+
* @example
|
|
104
|
+
* const { sections } = await api.getSectionsByIds({
|
|
105
|
+
* canvas_id: '01HH4RCBH631K4JDHWAQB0RPR6',
|
|
106
|
+
* section_ids: ['01SEC...', '02SEC...'],
|
|
107
|
+
* })
|
|
108
|
+
*/
|
|
109
|
+
export declare function getSectionsByIds(payload: {
|
|
110
|
+
canvas_id: CanvasRetrieve['id'];
|
|
111
|
+
section_ids: string[];
|
|
112
|
+
exclude_drafts?: boolean;
|
|
113
|
+
include_expired_files?: boolean;
|
|
114
|
+
include_pending_files?: boolean;
|
|
115
|
+
}): Promise<{
|
|
116
|
+
sections: CanvasSection[];
|
|
117
|
+
}>;
|
|
77
118
|
export declare function shareCanvas(payload: {
|
|
78
119
|
id: CanvasRetrieve['id'];
|
|
79
120
|
}): Promise<SharedLink>;
|
|
@@ -118,6 +118,16 @@ export interface StartCallPitcherEvent {
|
|
|
118
118
|
post_action?: string;
|
|
119
119
|
post_action_path?: string;
|
|
120
120
|
}
|
|
121
|
+
/**
|
|
122
|
+
* Preselects an account in the meeting bar without starting a call.
|
|
123
|
+
* Used by the SFDC passthrough Prepare flow.
|
|
124
|
+
*/
|
|
125
|
+
export interface SelectAccountPitcherEvent {
|
|
126
|
+
account?: {
|
|
127
|
+
id: string;
|
|
128
|
+
name?: string;
|
|
129
|
+
};
|
|
130
|
+
}
|
|
121
131
|
export interface RouteChangedPitcherEvent {
|
|
122
132
|
route_name: string;
|
|
123
133
|
route_path: string;
|
|
@@ -171,7 +181,8 @@ export declare enum PitcherBroadcastedEventName {
|
|
|
171
181
|
export declare enum PitcherExternalEventName {
|
|
172
182
|
CREATE_AND_OPEN_CANVAS = "create_and_open_canvas",
|
|
173
183
|
OPEN_CANVAS = "open_canvas",
|
|
174
|
-
START_CALL = "start_call"
|
|
184
|
+
START_CALL = "start_call",
|
|
185
|
+
SELECT_ACCOUNT = "select_account"
|
|
175
186
|
}
|
|
176
187
|
/**
|
|
177
188
|
* Base interface for update location actions.
|
|
@@ -512,6 +523,7 @@ export interface PitcherEventMap {
|
|
|
512
523
|
[PitcherExternalEventName.OPEN_CANVAS]: OpenCanvasPitcherEvent;
|
|
513
524
|
[PitcherExternalEventName.START_CALL]: StartCallPitcherEvent;
|
|
514
525
|
[PitcherExternalEventName.CREATE_AND_OPEN_CANVAS]: CreateAndOpenCanvasEvent;
|
|
526
|
+
[PitcherExternalEventName.SELECT_ACCOUNT]: SelectAccountPitcherEvent;
|
|
515
527
|
}
|
|
516
528
|
export interface PitcherEvent {
|
|
517
529
|
type: keyof PitcherEventMap;
|
|
@@ -195,6 +195,9 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
195
195
|
broadcastToWebviews: (event: import('./interfaces').PitcherEvent) => Promise<any>;
|
|
196
196
|
subscribe: () => Promise<any>;
|
|
197
197
|
unsubscribe: () => Promise<any>;
|
|
198
|
+
aiGetCapabilities(): Promise<import('./payload.types').AIRuntimeCapabilities>;
|
|
199
|
+
aiComplete(payload: import('./payload.types').AICompletePayload): Promise<import('./payload.types').AICompleteResult>;
|
|
200
|
+
piaSearchAnswer(payload: import('./payload.types').PiaSearchAnswerPayload): Promise<import('./payload.types').PiaSearchAnswerResult>;
|
|
198
201
|
open(payload?: import('./payload.types').OpenRequestPayload): Promise<string>;
|
|
199
202
|
openExternalUrl(payload: import('./payload.types').OpenExternalUrlRequestPayload): Promise<void>;
|
|
200
203
|
getEnv(): Promise<import('./interfaces').PitcherEnv>;
|
|
@@ -224,7 +227,17 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
224
227
|
getCanvas(payload: {
|
|
225
228
|
id: import('../main.lib').CanvasRetrieve["id"];
|
|
226
229
|
fields?: string;
|
|
230
|
+
lazy_sections?: boolean;
|
|
227
231
|
}): Promise<import('../main.lib').CanvasRetrieve>;
|
|
232
|
+
getSectionsByIds(payload: {
|
|
233
|
+
canvas_id: import('../main.lib').CanvasRetrieve["id"];
|
|
234
|
+
section_ids: string[];
|
|
235
|
+
exclude_drafts?: boolean;
|
|
236
|
+
include_expired_files?: boolean;
|
|
237
|
+
include_pending_files?: boolean;
|
|
238
|
+
}): Promise<{
|
|
239
|
+
sections: import('../main.lib').CanvasSection[];
|
|
240
|
+
}>;
|
|
228
241
|
shareCanvas(payload: {
|
|
229
242
|
id: import('../main.lib').CanvasRetrieve["id"];
|
|
230
243
|
}): Promise<import('../main.lib').SharedLink>;
|
|
@@ -475,6 +488,9 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
475
488
|
broadcastToWebviews: (event: import('./interfaces').PitcherEvent) => Promise<any>;
|
|
476
489
|
subscribe: () => Promise<any>;
|
|
477
490
|
unsubscribe: () => Promise<any>;
|
|
491
|
+
aiGetCapabilities(): Promise<import('./payload.types').AIRuntimeCapabilities>;
|
|
492
|
+
aiComplete(payload: import('./payload.types').AICompletePayload): Promise<import('./payload.types').AICompleteResult>;
|
|
493
|
+
piaSearchAnswer(payload: import('./payload.types').PiaSearchAnswerPayload): Promise<import('./payload.types').PiaSearchAnswerResult>;
|
|
478
494
|
open(payload?: import('./payload.types').OpenRequestPayload): Promise<string>;
|
|
479
495
|
openExternalUrl(payload: import('./payload.types').OpenExternalUrlRequestPayload): Promise<void>;
|
|
480
496
|
getEnv(): Promise<import('./interfaces').PitcherEnv>;
|
|
@@ -504,7 +520,17 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
504
520
|
getCanvas(payload: {
|
|
505
521
|
id: import('../main.lib').CanvasRetrieve["id"];
|
|
506
522
|
fields?: string;
|
|
523
|
+
lazy_sections?: boolean;
|
|
507
524
|
}): Promise<import('../main.lib').CanvasRetrieve>;
|
|
525
|
+
getSectionsByIds(payload: {
|
|
526
|
+
canvas_id: import('../main.lib').CanvasRetrieve["id"];
|
|
527
|
+
section_ids: string[];
|
|
528
|
+
exclude_drafts?: boolean;
|
|
529
|
+
include_expired_files?: boolean;
|
|
530
|
+
include_pending_files?: boolean;
|
|
531
|
+
}): Promise<{
|
|
532
|
+
sections: import('../main.lib').CanvasSection[];
|
|
533
|
+
}>;
|
|
508
534
|
shareCanvas(payload: {
|
|
509
535
|
id: import('../main.lib').CanvasRetrieve["id"];
|
|
510
536
|
}): Promise<import('../main.lib').SharedLink>;
|
|
@@ -701,6 +727,9 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
701
727
|
broadcastToWebviews: (event: import('./interfaces').PitcherEvent) => Promise<any>;
|
|
702
728
|
subscribe: () => Promise<any>;
|
|
703
729
|
unsubscribe: () => Promise<any>;
|
|
730
|
+
aiGetCapabilities(): Promise<import('./payload.types').AIRuntimeCapabilities>;
|
|
731
|
+
aiComplete(payload: import('./payload.types').AICompletePayload): Promise<import('./payload.types').AICompleteResult>;
|
|
732
|
+
piaSearchAnswer(payload: import('./payload.types').PiaSearchAnswerPayload): Promise<import('./payload.types').PiaSearchAnswerResult>;
|
|
704
733
|
openExternalUrl(payload: import('./payload.types').OpenExternalUrlRequestPayload): Promise<void>;
|
|
705
734
|
getEnv(): Promise<import('./interfaces').PitcherEnv>;
|
|
706
735
|
updateMyUser(payload: {
|
|
@@ -724,7 +753,17 @@ export declare function useApi(options?: ApiOptions): {
|
|
|
724
753
|
getCanvas(payload: {
|
|
725
754
|
id: import('../main.lib').CanvasRetrieve["id"];
|
|
726
755
|
fields?: string;
|
|
756
|
+
lazy_sections?: boolean;
|
|
727
757
|
}): Promise<import('../main.lib').CanvasRetrieve>;
|
|
758
|
+
getSectionsByIds(payload: {
|
|
759
|
+
canvas_id: import('../main.lib').CanvasRetrieve["id"];
|
|
760
|
+
section_ids: string[];
|
|
761
|
+
exclude_drafts?: boolean;
|
|
762
|
+
include_expired_files?: boolean;
|
|
763
|
+
include_pending_files?: boolean;
|
|
764
|
+
}): Promise<{
|
|
765
|
+
sections: import('../main.lib').CanvasSection[];
|
|
766
|
+
}>;
|
|
728
767
|
shareCanvas(payload: {
|
|
729
768
|
id: import('../main.lib').CanvasRetrieve["id"];
|
|
730
769
|
}): Promise<import('../main.lib').SharedLink>;
|
|
@@ -468,3 +468,124 @@ export interface CRMLayoutPayload {
|
|
|
468
468
|
*/
|
|
469
469
|
service?: CRMServiceType;
|
|
470
470
|
}
|
|
471
|
+
/**
|
|
472
|
+
* Capabilities of the AI runtime serving `ai.complete` on the current platform.
|
|
473
|
+
* On iOS this is the native on-device (Gemma) bridge answer — snake_case wire
|
|
474
|
+
* fields come straight from the native handler. On web there is no local model;
|
|
475
|
+
* the SDK answers statically with the online (Bedrock) runtime.
|
|
476
|
+
*/
|
|
477
|
+
export interface AIRuntimeCapabilities {
|
|
478
|
+
/**
|
|
479
|
+
* Whether an AI completion runtime is available right now.
|
|
480
|
+
*/
|
|
481
|
+
available: boolean;
|
|
482
|
+
/**
|
|
483
|
+
* Whether the runtime works offline (true for the iOS on-device model).
|
|
484
|
+
*/
|
|
485
|
+
offline?: boolean;
|
|
486
|
+
/**
|
|
487
|
+
* Serving runtime hint, e.g. 'bedrock-online' (web) — iOS reports its model
|
|
488
|
+
* via `llm_model` instead.
|
|
489
|
+
*/
|
|
490
|
+
runtime?: string;
|
|
491
|
+
/**
|
|
492
|
+
* The on-device model identifier (iOS only).
|
|
493
|
+
*/
|
|
494
|
+
llm_model?: string;
|
|
495
|
+
/**
|
|
496
|
+
* Whether the on-device model is currently downloading (iOS only).
|
|
497
|
+
*/
|
|
498
|
+
model_downloading?: boolean;
|
|
499
|
+
/**
|
|
500
|
+
* Download progress 0-100 while `model_downloading` (iOS only).
|
|
501
|
+
*/
|
|
502
|
+
download_progress_percent?: number;
|
|
503
|
+
/**
|
|
504
|
+
* Whether an on-device model can be downloaded for this instance (iOS only).
|
|
505
|
+
*/
|
|
506
|
+
model_available_for_download?: boolean;
|
|
507
|
+
/**
|
|
508
|
+
* Why the runtime is unavailable, when `available` is false (iOS only).
|
|
509
|
+
*/
|
|
510
|
+
unavailability_reason?: string;
|
|
511
|
+
}
|
|
512
|
+
/**
|
|
513
|
+
* Payload for an on-device AI completion (`ai.complete`, iOS only). The exact
|
|
514
|
+
* iOS wire contract — keys are already snake_case, do not rename.
|
|
515
|
+
*/
|
|
516
|
+
export interface AICompletePayload {
|
|
517
|
+
/**
|
|
518
|
+
* The full prompt to complete.
|
|
519
|
+
*/
|
|
520
|
+
prompt: string;
|
|
521
|
+
/**
|
|
522
|
+
* Maximum number of tokens to generate.
|
|
523
|
+
*/
|
|
524
|
+
max_tokens?: number;
|
|
525
|
+
/**
|
|
526
|
+
* Whether to stream the completion (v1 SDK callers should omit/false).
|
|
527
|
+
*/
|
|
528
|
+
stream?: boolean;
|
|
529
|
+
}
|
|
530
|
+
/**
|
|
531
|
+
* Result of an on-device AI completion (`ai.complete`, iOS only).
|
|
532
|
+
*/
|
|
533
|
+
export interface AICompleteResult {
|
|
534
|
+
/**
|
|
535
|
+
* The generated completion text.
|
|
536
|
+
*/
|
|
537
|
+
text: string;
|
|
538
|
+
tokens_generated?: number;
|
|
539
|
+
elapsed_seconds?: number;
|
|
540
|
+
time_to_first_token_seconds?: number;
|
|
541
|
+
}
|
|
542
|
+
/**
|
|
543
|
+
* Payload for `piaSearchAnswer` — one high-level question-answering call over
|
|
544
|
+
* the instance's content, routed on-device (iOS Gemma) or online (next-core
|
|
545
|
+
* Bedrock route) based on the `enable_hub_pia_search` flag mode.
|
|
546
|
+
*/
|
|
547
|
+
export interface PiaSearchAnswerPayload {
|
|
548
|
+
/**
|
|
549
|
+
* The rep's natural-language question.
|
|
550
|
+
*/
|
|
551
|
+
query: string;
|
|
552
|
+
/**
|
|
553
|
+
* Instance to search in. Defaults to the env's active instance.
|
|
554
|
+
*/
|
|
555
|
+
instance_id?: string;
|
|
556
|
+
/**
|
|
557
|
+
* Client-assembled content context (file names/tags/summaries). Used ONLY by
|
|
558
|
+
* the on-device path — the online route assembles its own context
|
|
559
|
+
* server-side.
|
|
560
|
+
*/
|
|
561
|
+
context_text?: string;
|
|
562
|
+
/**
|
|
563
|
+
* Optional narrowing of the online route's candidate pool to these file ids.
|
|
564
|
+
*/
|
|
565
|
+
file_ids?: string[];
|
|
566
|
+
/**
|
|
567
|
+
* Token budget for the on-device completion.
|
|
568
|
+
*/
|
|
569
|
+
max_tokens?: number;
|
|
570
|
+
}
|
|
571
|
+
/**
|
|
572
|
+
* Unified `piaSearchAnswer` result across both serving paths.
|
|
573
|
+
*/
|
|
574
|
+
export interface PiaSearchAnswerResult {
|
|
575
|
+
/**
|
|
576
|
+
* The answer text.
|
|
577
|
+
*/
|
|
578
|
+
answer: string;
|
|
579
|
+
/**
|
|
580
|
+
* File ids (from the candidate context) the answer drew on. Online path only.
|
|
581
|
+
*/
|
|
582
|
+
cited_file_ids?: string[];
|
|
583
|
+
/**
|
|
584
|
+
* Model self-reported confidence. Online path only.
|
|
585
|
+
*/
|
|
586
|
+
confidence?: 'high' | 'medium' | 'low';
|
|
587
|
+
/**
|
|
588
|
+
* Which runtime produced the answer.
|
|
589
|
+
*/
|
|
590
|
+
source: 'on_device' | 'online';
|
|
591
|
+
}
|
|
@@ -25,6 +25,7 @@ export declare const lightPalette: import('vue').Ref<{
|
|
|
25
25
|
info: string;
|
|
26
26
|
info2: string;
|
|
27
27
|
info3: string;
|
|
28
|
+
info4: string;
|
|
28
29
|
boxShadow: string;
|
|
29
30
|
boxShadow2: string;
|
|
30
31
|
boxShadow3: string;
|
|
@@ -53,6 +54,7 @@ export declare const lightPalette: import('vue').Ref<{
|
|
|
53
54
|
info: string;
|
|
54
55
|
info2: string;
|
|
55
56
|
info3: string;
|
|
57
|
+
info4: string;
|
|
56
58
|
boxShadow: string;
|
|
57
59
|
boxShadow2: string;
|
|
58
60
|
boxShadow3: string;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared AITask Registry (PIT-6047).
|
|
3
|
+
*
|
|
4
|
+
* Vue-FREE leaf module — imports nothing so it can be consumed as a plain
|
|
5
|
+
* type/const module by any backend (next-core Bedrock, iOS Gemma spec) without
|
|
6
|
+
* dragging in the Vue component bundle. next-core imports the TYPES only
|
|
7
|
+
* (`import type ...`) and keeps its OWN authoritative registry value; it must
|
|
8
|
+
* NOT import `AI_TASK_REGISTRY` at runtime (that would pull the Vue barrel into
|
|
9
|
+
* Node). See ADR-002.
|
|
10
|
+
*
|
|
11
|
+
* The four AITask ids (`meeting_prep`, `discussion_points`, `pitch_deck`,
|
|
12
|
+
* `post_call_summary`) are a LOCKED cross-backend wire contract shared with
|
|
13
|
+
* iOS — do NOT rename them.
|
|
14
|
+
*
|
|
15
|
+
* `account_insights` (PIT-6122) is a NEW, bedrock-only task added alongside the
|
|
16
|
+
* locked four (NOT a rename/removal of any). It is the richer PIA "4-section
|
|
17
|
+
* account brief" that replaces the generic `meeting_prep`, and it can absorb
|
|
18
|
+
* `discussion_points` later — it always emits `key_discussion_points`.
|
|
19
|
+
* Deprecating `discussion_points` via a 1-version dual-emit window is DEFERRED
|
|
20
|
+
* pending Joan's design-review confirm; `meeting_prep` + `discussion_points` are
|
|
21
|
+
* NOT deprecated here.
|
|
22
|
+
*
|
|
23
|
+
* `precall_notes` (PIT-6123) is another NEW task added alongside the locked four
|
|
24
|
+
* (NOT a rename/removal). One task that ENHANCES existing precall notes when
|
|
25
|
+
* present, else GENERATES them from CRM context + recent interactions (+ an
|
|
26
|
+
* optional pre-computed upstream `account_insights` output). Unlike
|
|
27
|
+
* `account_insights` it does NOT depend on the server-side content-recommendation
|
|
28
|
+
* engine — its context comes from the caller / iOS SmartStore — so it is
|
|
29
|
+
* offline/Gemma-capable (`backends: ['bedrock', 'gemma']`).
|
|
30
|
+
*
|
|
31
|
+
* `pia_search` (PIT-6863) is another NEW task added alongside the locked four
|
|
32
|
+
* (NOT a rename/removal). It answers a rep's natural-language question over the
|
|
33
|
+
* instance's content + metadata (Postgres/Django candidates + aiAnalysis
|
|
34
|
+
* summaries as context). Online it is served by the next-core Bedrock route;
|
|
35
|
+
* on-device (iOS) the SAME task is served client-side through the `ai.complete`
|
|
36
|
+
* Gemma bridge with a hub-assembled context — hence `backends:
|
|
37
|
+
* ['bedrock', 'gemma']`. `requires` is empty: its inputs (query + instance) are
|
|
38
|
+
* request-envelope fields, not AITaskRequirement vocabulary, and candidate
|
|
39
|
+
* retrieval happens server-side.
|
|
40
|
+
*/
|
|
41
|
+
/** Locked cross-backend task ids. AITask id === the wire-contract string. */
|
|
42
|
+
export type AITask = 'meeting_prep' | 'discussion_points' | 'pitch_deck' | 'post_call_summary' | 'account_insights' | 'precall_notes' | 'pia_search';
|
|
43
|
+
/**
|
|
44
|
+
* Vocabulary of declarative input requirements a task can depend on. A task's
|
|
45
|
+
* `requires` list is server-enforced in next-core (missing → 400
|
|
46
|
+
* `missing_requirement`) and documents to iOS what context to assemble before
|
|
47
|
+
* invoking. Not every value is used by every task.
|
|
48
|
+
*/
|
|
49
|
+
export type AITaskRequirement = 'crm_account' | 'crm_opportunity' | 'files_listing' | 'call_transcript' | 'content_engagement_90d' | 'content_metadata_rules' | 'data_cloud_insights';
|
|
50
|
+
/** Backends that can serve a task. `bedrock` = next-core; `gemma` = iOS offline. */
|
|
51
|
+
export type AITaskBackend = 'bedrock' | 'gemma';
|
|
52
|
+
/**
|
|
53
|
+
* Public, backend-agnostic description of an AITask. This is the shape the
|
|
54
|
+
* next-core catalog endpoint (`GET /core/api/protected/ai-tasks/catalog`)
|
|
55
|
+
* serves. Runtime serving/logic (prompt template, output schema, extractor)
|
|
56
|
+
* lives ONLY in the next-core registry, never here.
|
|
57
|
+
*/
|
|
58
|
+
export type AITaskDefinition = {
|
|
59
|
+
id: AITask;
|
|
60
|
+
display_name: string;
|
|
61
|
+
description: string;
|
|
62
|
+
backends: AITaskBackend[];
|
|
63
|
+
requires: AITaskRequirement[];
|
|
64
|
+
/** Bumped when the task's structured output contract changes shape. */
|
|
65
|
+
output_schema_version: number;
|
|
66
|
+
/** next-core route that serves the task, if any. */
|
|
67
|
+
route?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Whether this task may be exposed as a callable function in the future
|
|
70
|
+
* Function Catalog (PIA / MCP). Defaults to false in v1.
|
|
71
|
+
*/
|
|
72
|
+
expose_as_function?: boolean;
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* Shared spec of the four tasks. iOS reads this at cold-start; next-core keeps
|
|
76
|
+
* a parallel authoritative registry (with templates/schemas/extractors) whose
|
|
77
|
+
* ids + requires MUST stay in lockstep with this list (asserted by a
|
|
78
|
+
* conformance test in next-core).
|
|
79
|
+
*/
|
|
80
|
+
export declare const AI_TASK_REGISTRY: AITaskDefinition[];
|
|
@@ -53,6 +53,8 @@ export type InstanceSettings = OrganizationSettings & {
|
|
|
53
53
|
hide_meeting_bar?: boolean;
|
|
54
54
|
sync_from_template?: string[];
|
|
55
55
|
show_home_template_in_create_canvas_modal?: boolean;
|
|
56
|
+
dynamic_content_date_created_field?: string;
|
|
57
|
+
dynamic_content_date_modified_field?: string;
|
|
56
58
|
};
|
|
57
59
|
custom_event?: string;
|
|
58
60
|
enable_multipeer_connectivity?: boolean;
|