@pitcher/js-api 1.22.0-alpha.1 → 1.22.0-alpha.2
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/package.json +1 -1
- package/types/js-api.esm.d.ts +0 -1
- package/types/lib/api/apps/apps.queries.d.ts +0 -3
- package/types/lib/api/canvases/canvases.queries.d.ts +0 -15
- package/types/lib/api/events/events.helpers.d.ts +0 -29
- package/types/lib/api/events/events.queries.d.ts +0 -10
- package/types/lib/api/users/users.queries.d.ts +0 -5
- package/types/lib/apps/browser/composables/useAppEmit.d.ts +0 -3
- package/types/lib/apps/browser/stores/api.d.ts +0 -575
- package/types/lib/apps/browser/stores/api.test.d.ts +0 -1
- package/types/lib/apps/browser/stores/app.d.ts +0 -117
- package/types/lib/apps/browser/stores/app.test.d.ts +0 -1
- package/types/lib/apps/browser/stores/upload.d.ts +0 -101
- package/types/lib/apps/browser/stores/upload.types.d.ts +0 -18
- package/types/lib/apps/browser/util/file.d.ts +0 -3
- package/types/lib/apps/canvas-builder/App.helpers.d.ts +0 -12
- package/types/lib/apps/canvas-builder/components/ui/Link/Link.util.d.ts +0 -13
- package/types/lib/apps/canvas-builder/composables/useCanvas.d.ts +0 -12735
- package/types/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +0 -1784
- package/types/lib/apps/canvas-builder/composables/useCanvasHooks.d.ts +0 -25
- package/types/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +0 -34
- package/types/lib/apps/canvas-builder/composables/useCanvasPages.spec.d.ts +0 -1
- package/types/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +0 -29
- package/types/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +0 -76
- package/types/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +0 -8
- package/types/lib/apps/canvas-builder/composables/useCollapsibles.d.ts +0 -14
- package/types/lib/apps/canvas-builder/composables/useComponentPermissions.d.ts +0 -14
- package/types/lib/apps/canvas-builder/composables/useContentSelector.d.ts +0 -49
- package/types/lib/apps/canvas-builder/composables/useFetchSectionAnalytics.d.ts +0 -3
- package/types/lib/apps/canvas-builder/composables/useNavigatorDrawer.d.ts +0 -6
- package/types/lib/apps/canvas-builder/composables/usePitcherEvents.d.ts +0 -5
- package/types/lib/apps/canvas-builder/composables/useRecommendations.d.ts +0 -50
- package/types/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +0 -16
- package/types/lib/apps/canvas-builder/composables/useSectionNavigation.d.ts +0 -16
- package/types/lib/apps/canvas-builder/composables/useSectionPopularity.d.ts +0 -34
- package/types/lib/apps/canvas-builder/constants/canvas.const.d.ts +0 -15
- package/types/lib/apps/canvas-builder/constants/defaults.const.d.ts +0 -1
- package/types/lib/apps/canvas-builder/constants/index.d.ts +0 -3
- package/types/lib/apps/canvas-builder/constants/sizes.d.ts +0 -2
- package/types/lib/apps/canvas-builder/types/canvas.d.ts +0 -466
- package/types/lib/apps/canvas-builder/types/font-awesome.types.d.ts +0 -2
- package/types/lib/apps/canvas-builder/types/recommendations.types.d.ts +0 -28
- package/types/lib/apps/canvas-builder/util/canvas.util.d.ts +0 -44
- package/types/lib/apps/canvas-builder/util/canvas.util.test.d.ts +0 -1
- package/types/lib/apps/canvas-builder/util/clone.d.ts +0 -1
- package/types/lib/apps/canvas-builder/util/file.util.d.ts +0 -6
- package/types/lib/apps/canvas-builder/util/tree.d.ts +0 -24
- package/types/lib/apps/canvas-builder/util/tree.test.d.ts +0 -1
- package/types/lib/apps/canvas-builder/util/tsUtils.d.ts +0 -3
- package/types/lib/apps/canvas-builder/util/url.d.ts +0 -5
- package/types/lib/apps/canvas-builder/util/url.test.d.ts +0 -1
- package/types/lib/apps/content-selector/appTypes.d.ts +0 -43
- package/types/lib/apps/content-selector/stores/app.d.ts +0 -82
- package/types/lib/apps/content-selector/util/file.d.ts +0 -3
- package/types/lib/apps/content-selector/util/media-type.util.d.ts +0 -1
- package/types/lib/apps/notes/composables/useFullscreenNotesHeartbeat.d.ts +0 -3
- package/types/lib/apps/notes/composables/useNotesApp.d.ts +0 -3
- package/types/lib/components/CCatalogIqSwitcher/CCatalogIqSwitcher.types.d.ts +0 -7
- package/types/lib/components/CConfigEditor/CConfigEditor.types.d.ts +0 -7
- package/types/lib/components/CConfigEditor/CConfigEditor.validators.d.ts +0 -4
- package/types/lib/components/CContactSelector/CContactSelector.types.d.ts +0 -4
- package/types/lib/components/CDataTable/CDataTableEdit.use.d.ts +0 -22
- package/types/lib/components/CFileViewer/CFileViewer.types.d.ts +0 -7
- package/types/lib/components/CFileViewer/CFileViewer.use.d.ts +0 -47
- package/types/lib/components/CFileViewer/CFileViewerFullScreen.use.d.ts +0 -16
- package/types/lib/components/CFileViewer/pageThumbnailFavorite.use.d.ts +0 -10
- package/types/lib/components/CFileViewer/pdfEvents.use.d.ts +0 -4
- package/types/lib/components/CGlobalSearch/CGlobalSearch.types.d.ts +0 -23
- package/types/lib/components/CGlobalSearch/GlobalSearch.use.d.ts +0 -24
- package/types/lib/components/CGlobalSearch/Shortcuts.use.d.ts +0 -11
- package/types/lib/components/CMultiSelect/CMultiSelect.test.d.ts +0 -1
- package/types/lib/components/CQuickFilters/CQuickFilters.types.d.ts +0 -4
- package/types/lib/components/CRichTextEditor/constants.d.ts +0 -1
- package/types/lib/components/CRichTextEditor/extensions/bulletListExtended.d.ts +0 -16
- package/types/lib/components/CRichTextEditor/extensions/headingExtended.d.ts +0 -10
- package/types/lib/components/CRichTextEditor/extensions/mentionSuggestions.d.ts +0 -11
- package/types/lib/components/CRichTextEditor/extensions/paragraphExtended.d.ts +0 -26
- package/types/lib/components/CRichTextEditor/extensions/textStyleExtended.d.ts +0 -10
- package/types/lib/components/CSingleSelect/CSingleSelect.test.d.ts +0 -1
- package/types/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.types.d.ts +0 -56
- package/types/lib/components/CVirtualTable/CVirtualTable.test.d.ts +0 -1
- package/types/lib/components/CVirtualTable/CVirtualTableRow.test.d.ts +0 -1
- package/types/lib/components/canvases/CanvasesManagementBulk.use.d.ts +0 -40
- package/types/lib/components/canvases/CanvasesManagementFilters.use.d.ts +0 -7
- package/types/lib/components/canvases/CanvasesManagementToolbarFilters.use.d.ts +0 -20
- package/types/lib/components/filters/CDateRangeFilter.test.d.ts +0 -1
- package/types/lib/components/filters/CSelectFilter.test.d.ts +0 -1
- package/types/lib/components/filters/filter.const.d.ts +0 -1
- package/types/lib/components/filters/filter.util.d.ts +0 -2
- package/types/lib/components/filters/filter.util.spec.d.ts +0 -1
- package/types/lib/components/savedCanvases/CSavedCanvasesManagement.use.d.ts +0 -11
- package/types/lib/components/savedCanvases/CSavedCanvasesManagementShareCanvas.use.d.ts +0 -7
- package/types/lib/composables/appEmit.use.d.ts +0 -3
- package/types/lib/composables/bulkActions.use.d.ts +0 -12
- package/types/lib/composables/fileViewerSettings.use.d.ts +0 -8
- package/types/lib/composables/recentFiles.use.d.ts +0 -12
- package/types/lib/composables/useAssetUpload.d.ts +0 -6
- package/types/lib/composables/useBindValidation.d.ts +0 -206
- package/types/lib/composables/useConfirmation.d.ts +0 -23
- package/types/lib/composables/useConnectUpload.d.ts +0 -5
- package/types/lib/composables/useDetailsView.d.ts +0 -19
- package/types/lib/composables/useFetchUsers.d.ts +0 -18
- package/types/lib/composables/useInfiniteScroll.d.ts +0 -13
- package/types/lib/composables/useInstalledApps.d.ts +0 -3
- package/types/lib/composables/useLocation.d.ts +0 -26
- package/types/lib/composables/useLocationAPI.d.ts +0 -39
- package/types/lib/composables/useLocationListeners.d.ts +0 -8
- package/types/lib/composables/useLocationManipulation.d.ts +0 -37
- package/types/lib/composables/usePdfInterpolation.d.ts +0 -9
- package/types/lib/composables/useTheme.d.ts +0 -9
- package/types/lib/composables/useThemeVars.d.ts +0 -30
- package/types/lib/composables/useToast.d.ts +0 -14
- package/types/lib/composables/useWindowEvents.d.ts +0 -20
- package/types/lib/constants/cdp.const.d.ts +0 -41
- package/types/lib/constants/config.const.d.ts +0 -1
- package/types/lib/constants/conventions.const.d.ts +0 -3
- package/types/lib/constants/i18n.const.d.ts +0 -13
- package/types/lib/constants/modal.const.d.ts +0 -9
- package/types/lib/constants/more.const.d.ts +0 -1
- package/types/lib/constants/recentFiles.const.d.ts +0 -4
- package/types/lib/constants/tables.const.d.ts +0 -4
- package/types/lib/constants/timers.const.d.ts +0 -1
- package/types/lib/constants/uploads.const.d.ts +0 -8
- package/types/lib/constants/url.const.d.ts +0 -2
- package/types/lib/custom-naive-locales/el.d.ts +0 -124
- package/types/lib/directives/autofocus.d.ts +0 -4
- package/types/lib/directives/clickOutside.d.ts +0 -8
- package/types/lib/directives/draggable.d.ts +0 -4
- package/types/lib/directives/tooltip.d.ts +0 -4
- package/types/lib/main.lib.d.ts +0 -176
- package/types/lib/plugins/vueQuery.d.ts +0 -3
- package/types/lib/sdk/api/HighLevelApi.d.ts +0 -125
- package/types/lib/sdk/api/HighLevelApi.spec.d.ts +0 -1
- package/types/lib/sdk/api/LowLevelApi.d.ts +0 -18
- package/types/lib/sdk/api/LowLevelApi.spec.d.ts +0 -1
- package/types/lib/sdk/api/modules/admin/canvas.admin.d.ts +0 -69
- package/types/lib/sdk/api/modules/admin/env.admin.d.ts +0 -10
- package/types/lib/sdk/api/modules/admin/files.admin.d.ts +0 -10
- package/types/lib/sdk/api/modules/admin/index.d.ts +0 -6
- package/types/lib/sdk/api/modules/admin/metadataTemplates.admin.d.ts +0 -11
- package/types/lib/sdk/api/modules/admin/types.admin.d.ts +0 -46
- package/types/lib/sdk/api/modules/canvas.d.ts +0 -56
- package/types/lib/sdk/api/modules/dsr/env.dsr.d.ts +0 -10
- package/types/lib/sdk/api/modules/dsr/index.d.ts +0 -5
- package/types/lib/sdk/api/modules/dsr/loading.dsr.d.ts +0 -1
- package/types/lib/sdk/api/modules/dsr/types.dsr.d.ts +0 -39
- package/types/lib/sdk/api/modules/env.d.ts +0 -7
- package/types/lib/sdk/api/modules/events.d.ts +0 -7
- package/types/lib/sdk/api/modules/favorites.d.ts +0 -8
- package/types/lib/sdk/api/modules/feedback.d.ts +0 -3
- package/types/lib/sdk/api/modules/files.d.ts +0 -31
- package/types/lib/sdk/api/modules/folders.d.ts +0 -21
- package/types/lib/sdk/api/modules/index.d.ts +0 -19
- package/types/lib/sdk/api/modules/languages.d.ts +0 -8
- package/types/lib/sdk/api/modules/metadataTemplates.d.ts +0 -4
- package/types/lib/sdk/api/modules/notifications.d.ts +0 -3
- package/types/lib/sdk/api/modules/open.d.ts +0 -4
- package/types/lib/sdk/api/modules/pspdfkit.d.ts +0 -23
- package/types/lib/sdk/api/modules/query.d.ts +0 -3
- package/types/lib/sdk/api/modules/search.d.ts +0 -4
- package/types/lib/sdk/api/modules/sync.d.ts +0 -9
- package/types/lib/sdk/api/modules/toast.d.ts +0 -4
- package/types/lib/sdk/api/modules/track.d.ts +0 -4
- package/types/lib/sdk/api/modules/ui/app-errors.ui.d.ts +0 -3
- package/types/lib/sdk/api/modules/ui/canvas.ui.d.ts +0 -4
- package/types/lib/sdk/api/modules/ui/content.ui.d.ts +0 -7
- package/types/lib/sdk/api/modules/ui/index.d.ts +0 -8
- package/types/lib/sdk/api/modules/ui/loading.ui.d.ts +0 -1
- package/types/lib/sdk/api/modules/ui/location.ui.d.ts +0 -3
- package/types/lib/sdk/api/modules/ui/types.ui.d.ts +0 -47
- package/types/lib/sdk/api/modules/users.d.ts +0 -6
- package/types/lib/sdk/api/modules/webView.d.ts +0 -4
- package/types/lib/sdk/interfaces.d.ts +0 -230
- package/types/lib/sdk/main.d.ts +0 -434
- package/types/lib/sdk/main.spec.d.ts +0 -1
- package/types/lib/sdk/main.umd-esm.d.ts +0 -1
- package/types/lib/sdk/payload.types.d.ts +0 -56
- package/types/lib/sdk/utils/assert.d.ts +0 -3
- package/types/lib/sdk/utils/assert.spec.d.ts +0 -1
- package/types/lib/sdk/utils/cleanUrl.d.ts +0 -1
- package/types/lib/sdk/utils/eventEmitter.d.ts +0 -17
- package/types/lib/sdk/utils/eventEmitter.spec.d.ts +0 -1
- package/types/lib/sdk/utils/isodate.d.ts +0 -1
- package/types/lib/sdk/utils/isodate.spec.d.ts +0 -1
- package/types/lib/sdk/utils/postrobot.d.ts +0 -1
- package/types/lib/theme/canvasUiUnoPreset.d.ts +0 -4
- package/types/lib/theme/daisyUi.d.ts +0 -1
- package/types/lib/theme/light.const.d.ts +0 -4
- package/types/lib/theme/light.d.ts +0 -2483
- package/types/lib/theme/main.d.ts +0 -3
- package/types/lib/theme/theme-overrides.d.ts +0 -1
- package/types/lib/theme/theme.types.d.ts +0 -29
- package/types/lib/theme/theme.utils.d.ts +0 -3
- package/types/lib/types/app.d.ts +0 -59
- package/types/lib/types/call.d.ts +0 -42
- package/types/lib/types/canvasActions.d.ts +0 -12
- package/types/lib/types/canvases.d.ts +0 -23
- package/types/lib/types/dataTable.d.ts +0 -6
- package/types/lib/types/favorites.d.ts +0 -5
- package/types/lib/types/fileViewerSettings.types.d.ts +0 -3
- package/types/lib/types/files.d.ts +0 -12
- package/types/lib/types/i18n.types.d.ts +0 -1
- package/types/lib/types/iframes.d.ts +0 -24
- package/types/lib/types/instanceSettings.d.ts +0 -20
- package/types/lib/types/launchDarkly.types.d.ts +0 -40
- package/types/lib/types/organization.d.ts +0 -4
- package/types/lib/types/paginatedData.d.ts +0 -6
- package/types/lib/types/recentFiles.types.d.ts +0 -4
- package/types/lib/types/sectionPopularity.d.ts +0 -30
- package/types/lib/types/sfdc.d.ts +0 -125
- package/types/lib/types/templateActions.d.ts +0 -10
- package/types/lib/types/toast.d.ts +0 -4
- package/types/lib/types/translations.d.ts +0 -5
- package/types/lib/types/ts.d.ts +0 -10
- package/types/lib/types/users.d.ts +0 -12
- package/types/lib/types/vueVirtualScroller.d.ts +0 -4
- package/types/lib/util/anchor.d.ts +0 -2
- package/types/lib/util/array.d.ts +0 -5
- package/types/lib/util/array.spec.d.ts +0 -1
- package/types/lib/util/canvas-manager.util.d.ts +0 -4
- package/types/lib/util/casing.d.ts +0 -4
- package/types/lib/util/casing.spec.d.ts +0 -1
- package/types/lib/util/color.d.ts +0 -4
- package/types/lib/util/date.d.ts +0 -12
- package/types/lib/util/date.spec.d.ts +0 -1
- package/types/lib/util/dev.util.d.ts +0 -2
- package/types/lib/util/dom.d.ts +0 -15
- package/types/lib/util/font.spec.d.ts +0 -1
- package/types/lib/util/font.util.d.ts +0 -7
- package/types/lib/util/fullscreen.util.d.ts +0 -16
- package/types/lib/util/gesture.util.d.ts +0 -6
- package/types/lib/util/handlebars.d.ts +0 -1
- package/types/lib/util/image.d.ts +0 -1
- package/types/lib/util/location.spec.d.ts +0 -1
- package/types/lib/util/location.util.d.ts +0 -1
- package/types/lib/util/message-event.d.ts +0 -1
- package/types/lib/util/message-event.spec.d.ts +0 -1
- package/types/lib/util/navigation.util.d.ts +0 -7
- package/types/lib/util/network.d.ts +0 -16
- package/types/lib/util/network.spec.d.ts +0 -1
- package/types/lib/util/number.d.ts +0 -4
- package/types/lib/util/number.spec.d.ts +0 -1
- package/types/lib/util/object.d.ts +0 -1
- package/types/lib/util/object.spec.d.ts +0 -1
- package/types/lib/util/query.d.ts +0 -6
- package/types/lib/util/reactive.d.ts +0 -4
- package/types/lib/util/reactive.spec.d.ts +0 -1
- package/types/lib/util/string.d.ts +0 -4
- package/types/lib/util/timer.d.ts +0 -2
- package/types/lib/util/timer.spec.d.ts +0 -1
- package/types/lib/util/translations.d.ts +0 -8
- package/types/lib/util/translations.spec.d.ts +0 -1
- package/types/lib/util/tsHelpers.d.ts +0 -14
- package/types/lib/util/user.d.ts +0 -4
- package/types/lib/util/userAgents.d.ts +0 -8
- package/types/types/openapi/index.d.ts +0 -248
- package/types/types/openapi/models/AccessTypeEnum.d.ts +0 -8
- package/types/types/openapi/models/Account.d.ts +0 -4
- package/types/types/openapi/models/AccountRequest.d.ts +0 -4
- package/types/types/openapi/models/App.d.ts +0 -20
- package/types/types/openapi/models/AppInstallationRequest.d.ts +0 -4
- package/types/types/openapi/models/AppOrganization.d.ts +0 -4
- package/types/types/openapi/models/AppOrganizationRequest.d.ts +0 -4
- package/types/types/openapi/models/AppPublish.d.ts +0 -8
- package/types/types/openapi/models/AppRelease.d.ts +0 -9
- package/types/types/openapi/models/AppRequest.d.ts +0 -9
- package/types/types/openapi/models/AppTypeEnum.d.ts +0 -8
- package/types/types/openapi/models/AppsDBGlobalEntry.d.ts +0 -8
- package/types/types/openapi/models/AppsDBGlobalEntryRequest.d.ts +0 -3
- package/types/types/openapi/models/AppsDBUserEntry.d.ts +0 -9
- package/types/types/openapi/models/AppsDBUserEntryRequest.d.ts +0 -3
- package/types/types/openapi/models/AuthToken.d.ts +0 -7
- package/types/types/openapi/models/AuthTokenRequest.d.ts +0 -7
- package/types/types/openapi/models/BulkDeleteErrorDetail.d.ts +0 -5
- package/types/types/openapi/models/BulkDeleteRequest.d.ts +0 -6
- package/types/types/openapi/models/BulkDeleteResponse.d.ts +0 -6
- package/types/types/openapi/models/BulkUpdateMetadata.d.ts +0 -6
- package/types/types/openapi/models/BulkUpdateMetadataOperationEnum.d.ts +0 -8
- package/types/types/openapi/models/BulkUpdateMetadataRequest.d.ts +0 -9
- package/types/types/openapi/models/BulkUpdateMetadataResult.d.ts +0 -4
- package/types/types/openapi/models/BulkUpdateTags.d.ts +0 -6
- package/types/types/openapi/models/BulkUpdateTagsOperationEnum.d.ts +0 -8
- package/types/types/openapi/models/BulkUpdateTagsRequest.d.ts +0 -9
- package/types/types/openapi/models/BulkUpdateTagsResult.d.ts +0 -4
- package/types/types/openapi/models/Canvas.d.ts +0 -35
- package/types/types/openapi/models/CanvasCreate.d.ts +0 -35
- package/types/types/openapi/models/CanvasCreateRequest.d.ts +0 -25
- package/types/types/openapi/models/CanvasList.d.ts +0 -28
- package/types/types/openapi/models/CanvasRecommendedFile.d.ts +0 -40
- package/types/types/openapi/models/CanvasRecommendedFiles.d.ts +0 -5
- package/types/types/openapi/models/CanvasRetrieve.d.ts +0 -35
- package/types/types/openapi/models/CanvasSection.d.ts +0 -7
- package/types/types/openapi/models/CanvasSectionRetrieve.d.ts +0 -7
- package/types/types/openapi/models/CanvasSectionRetrieveRequest.d.ts +0 -5
- package/types/types/openapi/models/CanvasUpdate.d.ts +0 -35
- package/types/types/openapi/models/CanvasUpdateRequest.d.ts +0 -22
- package/types/types/openapi/models/Collaboration.d.ts +0 -16
- package/types/types/openapi/models/CollaborationCreate.d.ts +0 -16
- package/types/types/openapi/models/CollaborationCreateRequest.d.ts +0 -10
- package/types/types/openapi/models/CollaborationRequest.d.ts +0 -5
- package/types/types/openapi/models/CollaborationRoleEnum.d.ts +0 -8
- package/types/types/openapi/models/ConnectedService.d.ts +0 -9
- package/types/types/openapi/models/ContentDistributionGroup.d.ts +0 -12
- package/types/types/openapi/models/ContentDistributionGroupCreate.d.ts +0 -12
- package/types/types/openapi/models/ContentDistributionGroupCreateRequest.d.ts +0 -5
- package/types/types/openapi/models/ContentDistributionGroupMembership.d.ts +0 -8
- package/types/types/openapi/models/ContentDistributionGroupMembershipCreate.d.ts +0 -8
- package/types/types/openapi/models/ContentDistributionGroupMembershipCreateRequest.d.ts +0 -4
- package/types/types/openapi/models/ContentDistributionGroupRequest.d.ts +0 -4
- package/types/types/openapi/models/DefaultExpiresAtEnum.d.ts +0 -16
- package/types/types/openapi/models/DeletedApp.d.ts +0 -22
- package/types/types/openapi/models/DeletedContentDistributionGroup.d.ts +0 -14
- package/types/types/openapi/models/DeletedEnvironment.d.ts +0 -14
- package/types/types/openapi/models/DeletedFavorite.d.ts +0 -19
- package/types/types/openapi/models/DeletedFile.d.ts +0 -42
- package/types/types/openapi/models/DeletedFolder.d.ts +0 -17
- package/types/types/openapi/models/DeletedInstance.d.ts +0 -24
- package/types/types/openapi/models/DeletedInstanceAssignmentGroup.d.ts +0 -14
- package/types/types/openapi/models/DeletedMetadataTemplate.d.ts +0 -17
- package/types/types/openapi/models/DeletedRegion.d.ts +0 -12
- package/types/types/openapi/models/DownloadTypeEnum.d.ts +0 -10
- package/types/types/openapi/models/Environment.d.ts +0 -12
- package/types/types/openapi/models/EnvironmentRequest.d.ts +0 -5
- package/types/types/openapi/models/Event.d.ts +0 -18
- package/types/types/openapi/models/EventAttendee.d.ts +0 -5
- package/types/types/openapi/models/EventAttendeeRequest.d.ts +0 -5
- package/types/types/openapi/models/EventExternalObject.d.ts +0 -10
- package/types/types/openapi/models/EventExternalObjectContentTypeEnum.d.ts +0 -12
- package/types/types/openapi/models/EventExternalObjectRequest.d.ts +0 -10
- package/types/types/openapi/models/EventRequest.d.ts +0 -17
- package/types/types/openapi/models/EventStatusEnum.d.ts +0 -10
- package/types/types/openapi/models/Favorite.d.ts +0 -17
- package/types/types/openapi/models/FavoriteCreate.d.ts +0 -12
- package/types/types/openapi/models/FavoriteCreateRequest.d.ts +0 -7
- package/types/types/openapi/models/FavoriteFile.d.ts +0 -6
- package/types/types/openapi/models/FavoriteFileRequest.d.ts +0 -3
- package/types/types/openapi/models/FavoriteUpdate.d.ts +0 -12
- package/types/types/openapi/models/FavoriteUpdateRequest.d.ts +0 -6
- package/types/types/openapi/models/File.d.ts +0 -40
- package/types/types/openapi/models/FileAnalytics.d.ts +0 -16
- package/types/types/openapi/models/FileAnalyticsResult.d.ts +0 -9
- package/types/types/openapi/models/FileContentTypeEnum.d.ts +0 -16
- package/types/types/openapi/models/FileCreate.d.ts +0 -43
- package/types/types/openapi/models/FileCreateRequest.d.ts +0 -24
- package/types/types/openapi/models/FileRequest.d.ts +0 -13
- package/types/types/openapi/models/FileRetrieve.d.ts +0 -43
- package/types/types/openapi/models/FileStatusEnum.d.ts +0 -8
- package/types/types/openapi/models/FileTypeEnum.d.ts +0 -10
- package/types/types/openapi/models/FileUpdate.d.ts +0 -43
- package/types/types/openapi/models/FileUpdateRequest.d.ts +0 -17
- package/types/types/openapi/models/Folder.d.ts +0 -15
- package/types/types/openapi/models/FolderCreate.d.ts +0 -31
- package/types/types/openapi/models/FolderCreateRequest.d.ts +0 -18
- package/types/types/openapi/models/FolderFile.d.ts +0 -14
- package/types/types/openapi/models/FolderFolder.d.ts +0 -6
- package/types/types/openapi/models/FolderRetrieve.d.ts +0 -24
- package/types/types/openapi/models/FolderUpdate.d.ts +0 -31
- package/types/types/openapi/models/FolderUpdateRequest.d.ts +0 -15
- package/types/types/openapi/models/Instance.d.ts +0 -22
- package/types/types/openapi/models/InstanceAnalytics.d.ts +0 -18
- package/types/types/openapi/models/InstanceAnalyticsChangePercentages.d.ts +0 -5
- package/types/types/openapi/models/InstanceAnalyticsCurrentPeriod.d.ts +0 -13
- package/types/types/openapi/models/InstanceAnalyticsFile.d.ts +0 -5
- package/types/types/openapi/models/InstanceAnalyticsFileActivity.d.ts +0 -5
- package/types/types/openapi/models/InstanceAnalyticsFileRequest.d.ts +0 -3
- package/types/types/openapi/models/InstanceAnalyticsInactiveUsers.d.ts +0 -5
- package/types/types/openapi/models/InstanceAnalyticsInactiveUsersRequest.d.ts +0 -4
- package/types/types/openapi/models/InstanceAnalyticsLoginResult.d.ts +0 -5
- package/types/types/openapi/models/InstanceAssignmentGroup.d.ts +0 -12
- package/types/types/openapi/models/InstanceAssignmentGroupMembership.d.ts +0 -8
- package/types/types/openapi/models/InstanceAssignmentGroupMembershipCreate.d.ts +0 -8
- package/types/types/openapi/models/InstanceAssignmentGroupMembershipCreateRequest.d.ts +0 -4
- package/types/types/openapi/models/InstanceAssignmentGroupRequest.d.ts +0 -4
- package/types/types/openapi/models/InstanceMembership.d.ts +0 -12
- package/types/types/openapi/models/InstanceMembershipCreate.d.ts +0 -12
- package/types/types/openapi/models/InstanceMembershipCreateRequest.d.ts +0 -8
- package/types/types/openapi/models/InstanceMembershipGroup.d.ts +0 -11
- package/types/types/openapi/models/InstanceMembershipGroupRequest.d.ts +0 -3
- package/types/types/openapi/models/InstanceMembershipRequest.d.ts +0 -5
- package/types/types/openapi/models/InstanceMembershipRoleEnum.d.ts +0 -8
- package/types/types/openapi/models/InstanceMembershipUser.d.ts +0 -10
- package/types/types/openapi/models/InstanceMembershipUserRequest.d.ts +0 -4
- package/types/types/openapi/models/InstanceMembershipUserStatusEnum.d.ts +0 -6
- package/types/types/openapi/models/InstanceRequest.d.ts +0 -11
- package/types/types/openapi/models/InstanceStorageCredentials.d.ts +0 -6
- package/types/types/openapi/models/InstanceUpdate.d.ts +0 -18
- package/types/types/openapi/models/InstanceUpdateRequest.d.ts +0 -8
- package/types/types/openapi/models/Invitation.d.ts +0 -11
- package/types/types/openapi/models/InvitationRequest.d.ts +0 -3
- package/types/types/openapi/models/InvitationStatusEnum.d.ts +0 -4
- package/types/types/openapi/models/LanguageEnum.d.ts +0 -12
- package/types/types/openapi/models/MetadataTemplate.d.ts +0 -15
- package/types/types/openapi/models/MetadataTemplateField.d.ts +0 -14
- package/types/types/openapi/models/MetadataTemplateFieldRequest.d.ts +0 -14
- package/types/types/openapi/models/MetadataTemplateFieldTypeEnum.d.ts +0 -16
- package/types/types/openapi/models/MetadataTemplateOption.d.ts +0 -4
- package/types/types/openapi/models/MetadataTemplateOptionRequest.d.ts +0 -4
- package/types/types/openapi/models/MetadataTemplateRequest.d.ts +0 -7
- package/types/types/openapi/models/MetadataTemplateSection.d.ts +0 -6
- package/types/types/openapi/models/MetadataTemplateSectionRequest.d.ts +0 -6
- package/types/types/openapi/models/MiniAccount.d.ts +0 -4
- package/types/types/openapi/models/MiniCanvas.d.ts +0 -4
- package/types/types/openapi/models/MiniCanvasRequest.d.ts +0 -3
- package/types/types/openapi/models/MiniContentDistributionGroup.d.ts +0 -5
- package/types/types/openapi/models/MiniContentDistributionGroupRequest.d.ts +0 -3
- package/types/types/openapi/models/MiniEnvironment.d.ts +0 -5
- package/types/types/openapi/models/MiniEnvironmentRequest.d.ts +0 -4
- package/types/types/openapi/models/MiniEvent.d.ts +0 -5
- package/types/types/openapi/models/MiniEventRequest.d.ts +0 -4
- package/types/types/openapi/models/MiniFile.d.ts +0 -4
- package/types/types/openapi/models/MiniFileRequest.d.ts +0 -3
- package/types/types/openapi/models/MiniFolder.d.ts +0 -4
- package/types/types/openapi/models/MiniFolderRequest.d.ts +0 -3
- package/types/types/openapi/models/MiniInstance.d.ts +0 -4
- package/types/types/openapi/models/MiniInstanceRequest.d.ts +0 -3
- package/types/types/openapi/models/MiniPage.d.ts +0 -4
- package/types/types/openapi/models/MiniPageRequest.d.ts +0 -3
- package/types/types/openapi/models/MiniRegion.d.ts +0 -4
- package/types/types/openapi/models/MiniRegionRequest.d.ts +0 -3
- package/types/types/openapi/models/MiniSharedLink.d.ts +0 -4
- package/types/types/openapi/models/MiniSharedLinkRequest.d.ts +0 -3
- package/types/types/openapi/models/MiniUser.d.ts +0 -5
- package/types/types/openapi/models/MiniUserRequest.d.ts +0 -3
- package/types/types/openapi/models/MostActiveUser.d.ts +0 -7
- package/types/types/openapi/models/Organization.d.ts +0 -10
- package/types/types/openapi/models/OrganizationAnalytics.d.ts +0 -16
- package/types/types/openapi/models/OrganizationAnalyticsCurrentPeriod.d.ts +0 -13
- package/types/types/openapi/models/OrganizationAnalyticsInactiveUsers.d.ts +0 -5
- package/types/types/openapi/models/OrganizationAnalyticsInactiveUsersRequest.d.ts +0 -4
- package/types/types/openapi/models/OrganizationAnalyticsInstance.d.ts +0 -10
- package/types/types/openapi/models/OrganizationAnalyticsLoginResult.d.ts +0 -5
- package/types/types/openapi/models/OrganizationAnalyticsTop3Instances.d.ts +0 -13
- package/types/types/openapi/models/OrganizationBranding.d.ts +0 -6
- package/types/types/openapi/models/OrganizationBrandingColors.d.ts +0 -4
- package/types/types/openapi/models/OrganizationChangePercentages.d.ts +0 -6
- package/types/types/openapi/models/OrganizationUpdate.d.ts +0 -8
- package/types/types/openapi/models/OrganizationUpdateRequest.d.ts +0 -8
- package/types/types/openapi/models/PSPDFKitAuthPayload.d.ts +0 -3
- package/types/types/openapi/models/PSPDFKitAuthPayloadRequest.d.ts +0 -3
- package/types/types/openapi/models/PSPDFKitToken.d.ts +0 -7
- package/types/types/openapi/models/PSPDFKitTokenRequest.d.ts +0 -3
- package/types/types/openapi/models/PaginatedAppList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedAppReleaseList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedAuthTokenList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedCanvasListList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedCollaborationList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedContentDistributionGroupList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedContentDistributionGroupMembershipList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedEnvironmentList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedEventList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedFavoriteList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedFileList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedFolderList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedInstanceAssignmentGroupList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedInstanceAssignmentGroupMembershipList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedInstanceList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedInstanceMembershipList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedInvitationList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedMetadataTemplateList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedRegionList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedRevisionList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedSearchResultList.d.ts +0 -9
- package/types/types/openapi/models/PaginatedStorageRegionList.d.ts +0 -8
- package/types/types/openapi/models/PaginatedUserList.d.ts +0 -8
- package/types/types/openapi/models/PatchedAppRequest.d.ts +0 -9
- package/types/types/openapi/models/PatchedCanvasUpdateRequest.d.ts +0 -22
- package/types/types/openapi/models/PatchedCollaborationRequest.d.ts +0 -5
- package/types/types/openapi/models/PatchedContentDistributionGroupRequest.d.ts +0 -4
- package/types/types/openapi/models/PatchedEnvironmentRequest.d.ts +0 -5
- package/types/types/openapi/models/PatchedEventRequest.d.ts +0 -17
- package/types/types/openapi/models/PatchedFavoriteUpdateRequest.d.ts +0 -6
- package/types/types/openapi/models/PatchedFileRequest.d.ts +0 -13
- package/types/types/openapi/models/PatchedFileUpdateRequest.d.ts +0 -17
- package/types/types/openapi/models/PatchedFolderUpdateRequest.d.ts +0 -15
- package/types/types/openapi/models/PatchedInstanceAssignmentGroupRequest.d.ts +0 -4
- package/types/types/openapi/models/PatchedInstanceMembershipRequest.d.ts +0 -5
- package/types/types/openapi/models/PatchedInstanceUpdateRequest.d.ts +0 -8
- package/types/types/openapi/models/PatchedMetadataTemplateRequest.d.ts +0 -7
- package/types/types/openapi/models/PatchedOrganizationUpdateRequest.d.ts +0 -8
- package/types/types/openapi/models/PatchedRegionRequest.d.ts +0 -3
- package/types/types/openapi/models/PatchedUserRequest.d.ts +0 -12
- package/types/types/openapi/models/Region.d.ts +0 -10
- package/types/types/openapi/models/RegionRequest.d.ts +0 -3
- package/types/types/openapi/models/Revision.d.ts +0 -8
- package/types/types/openapi/models/RevisionRequest.d.ts +0 -3
- package/types/types/openapi/models/SearchApp.d.ts +0 -6
- package/types/types/openapi/models/SearchCanvas.d.ts +0 -5
- package/types/types/openapi/models/SearchContentDistributionGroup.d.ts +0 -11
- package/types/types/openapi/models/SearchFile.d.ts +0 -6
- package/types/types/openapi/models/SearchInstanceAssignmentGroup.d.ts +0 -11
- package/types/types/openapi/models/SearchResult.d.ts +0 -8
- package/types/types/openapi/models/SearchUser.d.ts +0 -5
- package/types/types/openapi/models/SharedLink.d.ts +0 -15
- package/types/types/openapi/models/SharedLinkCreate.d.ts +0 -15
- package/types/types/openapi/models/SharedLinkCreateRequest.d.ts +0 -6
- package/types/types/openapi/models/SharedLinkInstanceSerialzier.d.ts +0 -6
- package/types/types/openapi/models/SharedLinkOrganizationSerialzier.d.ts +0 -6
- package/types/types/openapi/models/StorageRegion.d.ts +0 -5
- package/types/types/openapi/models/StorageRegionEnum.d.ts +0 -10
- package/types/types/openapi/models/Tag.d.ts +0 -3
- package/types/types/openapi/models/UploadCreate.d.ts +0 -8
- package/types/types/openapi/models/UploadCreateRequest.d.ts +0 -5
- package/types/types/openapi/models/User.d.ts +0 -23
- package/types/types/openapi/models/UserRequest.d.ts +0 -12
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { MetadataTemplateSection } from './MetadataTemplateSection';
|
|
2
|
-
import { MiniFile } from './MiniFile';
|
|
3
|
-
import { MiniInstance } from './MiniInstance';
|
|
4
|
-
import { MiniUser } from './MiniUser';
|
|
5
|
-
|
|
6
|
-
export type DeletedMetadataTemplate = {
|
|
7
|
-
readonly id: string;
|
|
8
|
-
readonly instance: MiniInstance;
|
|
9
|
-
readonly file: MiniFile;
|
|
10
|
-
sections?: Array<MetadataTemplateSection>;
|
|
11
|
-
readonly created_at: string;
|
|
12
|
-
readonly created_by: MiniUser;
|
|
13
|
-
readonly modified_at: string;
|
|
14
|
-
readonly modified_by: MiniUser;
|
|
15
|
-
readonly deleted_at: string;
|
|
16
|
-
readonly deleted_by: MiniUser;
|
|
17
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { MiniUser } from './MiniUser';
|
|
2
|
-
|
|
3
|
-
export type DeletedRegion = {
|
|
4
|
-
readonly id: number;
|
|
5
|
-
name: string;
|
|
6
|
-
readonly created_at: string;
|
|
7
|
-
readonly created_by: MiniUser;
|
|
8
|
-
readonly modified_at: string;
|
|
9
|
-
readonly modified_by: MiniUser;
|
|
10
|
-
readonly deleted_at: string;
|
|
11
|
-
readonly deleted_by: MiniUser;
|
|
12
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { MiniUser } from './MiniUser';
|
|
2
|
-
|
|
3
|
-
export type Environment = {
|
|
4
|
-
readonly id: number;
|
|
5
|
-
name: string;
|
|
6
|
-
next_environment_ids?: Array<number>;
|
|
7
|
-
color?: string | null;
|
|
8
|
-
readonly created_at: string;
|
|
9
|
-
readonly created_by: MiniUser;
|
|
10
|
-
readonly modified_at: string;
|
|
11
|
-
readonly modified_by: MiniUser;
|
|
12
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { EventAttendee } from './EventAttendee';
|
|
2
|
-
import { EventExternalObject } from './EventExternalObject';
|
|
3
|
-
import { EventStatusEnum } from './EventStatusEnum';
|
|
4
|
-
import { MiniCanvas } from './MiniCanvas';
|
|
5
|
-
|
|
6
|
-
export type Event = {
|
|
7
|
-
id?: string;
|
|
8
|
-
status?: EventStatusEnum;
|
|
9
|
-
start_at: string;
|
|
10
|
-
end_at: string;
|
|
11
|
-
readonly canvas: MiniCanvas;
|
|
12
|
-
external_objects?: Array<EventExternalObject>;
|
|
13
|
-
location?: string;
|
|
14
|
-
subject?: string;
|
|
15
|
-
description?: string;
|
|
16
|
-
metadata?: any;
|
|
17
|
-
attendees?: Array<EventAttendee>;
|
|
18
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EventExternalObjectContentTypeEnum } from './EventExternalObjectContentTypeEnum';
|
|
2
|
-
|
|
3
|
-
export type EventExternalObject = {
|
|
4
|
-
content_type?: EventExternalObjectContentTypeEnum;
|
|
5
|
-
connection_id: string;
|
|
6
|
-
external_content_type?: string;
|
|
7
|
-
external_object_id: string;
|
|
8
|
-
name?: string;
|
|
9
|
-
description?: string;
|
|
10
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* * `event` - Event
|
|
3
|
-
* * `opportunity` - Opportunity
|
|
4
|
-
* * `account` - Account
|
|
5
|
-
* * `other` - Other
|
|
6
|
-
*/
|
|
7
|
-
export declare enum EventExternalObjectContentTypeEnum {
|
|
8
|
-
EVENT = "event",
|
|
9
|
-
OPPORTUNITY = "opportunity",
|
|
10
|
-
ACCOUNT = "account",
|
|
11
|
-
OTHER = "other"
|
|
12
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { EventExternalObjectContentTypeEnum } from './EventExternalObjectContentTypeEnum';
|
|
2
|
-
|
|
3
|
-
export type EventExternalObjectRequest = {
|
|
4
|
-
content_type?: EventExternalObjectContentTypeEnum;
|
|
5
|
-
connection_id: string;
|
|
6
|
-
external_content_type?: string;
|
|
7
|
-
external_object_id: string;
|
|
8
|
-
name?: string;
|
|
9
|
-
description?: string;
|
|
10
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { EventAttendeeRequest } from './EventAttendeeRequest';
|
|
2
|
-
import { EventExternalObjectRequest } from './EventExternalObjectRequest';
|
|
3
|
-
import { EventStatusEnum } from './EventStatusEnum';
|
|
4
|
-
|
|
5
|
-
export type EventRequest = {
|
|
6
|
-
id?: string;
|
|
7
|
-
status?: EventStatusEnum;
|
|
8
|
-
start_at: string;
|
|
9
|
-
end_at: string;
|
|
10
|
-
canvas_id?: string;
|
|
11
|
-
external_objects?: Array<EventExternalObjectRequest>;
|
|
12
|
-
location?: string;
|
|
13
|
-
subject?: string;
|
|
14
|
-
description?: string;
|
|
15
|
-
metadata?: any;
|
|
16
|
-
attendees?: Array<EventAttendeeRequest>;
|
|
17
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { FavoriteFile } from './FavoriteFile';
|
|
2
|
-
import { MiniFolder } from './MiniFolder';
|
|
3
|
-
import { MiniPage } from './MiniPage';
|
|
4
|
-
import { MiniUser } from './MiniUser';
|
|
5
|
-
|
|
6
|
-
export type Favorite = {
|
|
7
|
-
readonly id: string;
|
|
8
|
-
readonly name: string;
|
|
9
|
-
readonly thumbnail_url: string;
|
|
10
|
-
readonly file: FavoriteFile | null;
|
|
11
|
-
readonly page: MiniPage | null;
|
|
12
|
-
readonly folder: MiniFolder | null;
|
|
13
|
-
readonly created_at: string;
|
|
14
|
-
readonly created_by: MiniUser;
|
|
15
|
-
readonly modified_at: string;
|
|
16
|
-
readonly modified_by: MiniUser;
|
|
17
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { FavoriteFile } from './FavoriteFile';
|
|
2
|
-
import { MiniFolder } from './MiniFolder';
|
|
3
|
-
import { MiniPage } from './MiniPage';
|
|
4
|
-
|
|
5
|
-
export type FavoriteCreate = {
|
|
6
|
-
id?: string;
|
|
7
|
-
name?: string;
|
|
8
|
-
readonly thumbnail_url: string;
|
|
9
|
-
readonly file: FavoriteFile | null;
|
|
10
|
-
readonly page: MiniPage | null;
|
|
11
|
-
readonly folder: MiniFolder | null;
|
|
12
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { FavoriteFile } from './FavoriteFile';
|
|
2
|
-
import { MiniFolder } from './MiniFolder';
|
|
3
|
-
import { MiniPage } from './MiniPage';
|
|
4
|
-
|
|
5
|
-
export type FavoriteUpdate = {
|
|
6
|
-
readonly id: string;
|
|
7
|
-
name?: string;
|
|
8
|
-
readonly thumbnail_url: string;
|
|
9
|
-
readonly file: FavoriteFile | null;
|
|
10
|
-
readonly page: MiniPage | null;
|
|
11
|
-
readonly folder: MiniFolder | null;
|
|
12
|
-
};
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { AccessTypeEnum } from './AccessTypeEnum';
|
|
2
|
-
import { CollaborationRoleEnum } from './CollaborationRoleEnum';
|
|
3
|
-
import { DownloadTypeEnum } from './DownloadTypeEnum';
|
|
4
|
-
import { FileContentTypeEnum } from './FileContentTypeEnum';
|
|
5
|
-
import { FileStatusEnum } from './FileStatusEnum';
|
|
6
|
-
import { FileTypeEnum } from './FileTypeEnum';
|
|
7
|
-
import { MiniSharedLink } from './MiniSharedLink';
|
|
8
|
-
import { MiniUser } from './MiniUser';
|
|
9
|
-
|
|
10
|
-
export type File = {
|
|
11
|
-
readonly id: string;
|
|
12
|
-
readonly global_id: string;
|
|
13
|
-
name?: string;
|
|
14
|
-
readonly type: FileTypeEnum;
|
|
15
|
-
readonly size: number | null;
|
|
16
|
-
readonly status: FileStatusEnum;
|
|
17
|
-
readonly content_type: FileContentTypeEnum;
|
|
18
|
-
readonly content_extension: string | null;
|
|
19
|
-
readonly content_length: number | null;
|
|
20
|
-
readonly content_url: string | null;
|
|
21
|
-
readonly original_extension: string | null;
|
|
22
|
-
readonly thumbnail_url: string | null;
|
|
23
|
-
download_type?: DownloadTypeEnum;
|
|
24
|
-
readonly zip_size: number | null;
|
|
25
|
-
readonly zip_url: string | null;
|
|
26
|
-
access_type?: AccessTypeEnum;
|
|
27
|
-
readonly role: CollaborationRoleEnum;
|
|
28
|
-
metadata?: Record<string, any>;
|
|
29
|
-
app_metadata?: Record<string, any>;
|
|
30
|
-
tags?: Array<string>;
|
|
31
|
-
readonly published_at: string | null;
|
|
32
|
-
expires_at?: string | null;
|
|
33
|
-
readonly instance_id: string;
|
|
34
|
-
folder_id?: string;
|
|
35
|
-
readonly shared_link: MiniSharedLink;
|
|
36
|
-
readonly created_at: string;
|
|
37
|
-
readonly created_by: MiniUser;
|
|
38
|
-
readonly modified_at: string;
|
|
39
|
-
readonly modified_by: MiniUser;
|
|
40
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { FileAnalyticsResult } from './FileAnalyticsResult';
|
|
2
|
-
import { MostActiveUser } from './MostActiveUser';
|
|
3
|
-
|
|
4
|
-
export type FileAnalytics = {
|
|
5
|
-
readonly results: Array<FileAnalyticsResult>;
|
|
6
|
-
readonly total_views_current_period: number;
|
|
7
|
-
readonly views_change_percentage: number;
|
|
8
|
-
readonly total_user_visits_current_period: number;
|
|
9
|
-
readonly user_visits_change_percentage: number;
|
|
10
|
-
readonly total_downloads_current_period: number;
|
|
11
|
-
readonly downloads_change_percentage: number;
|
|
12
|
-
readonly most_popular_page: string;
|
|
13
|
-
readonly average_page_duration: number;
|
|
14
|
-
readonly average_file_duration: number;
|
|
15
|
-
readonly most_active_users: Array<MostActiveUser>;
|
|
16
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export type FileAnalyticsResult = {
|
|
2
|
-
readonly date: string;
|
|
3
|
-
readonly views_previous_period: number;
|
|
4
|
-
readonly views_current_period: number;
|
|
5
|
-
readonly user_visits_previous_period: number;
|
|
6
|
-
readonly user_visits_current_period: number;
|
|
7
|
-
readonly downloads_previous_period: number;
|
|
8
|
-
readonly downloads_current_period: number;
|
|
9
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* * `ar` - AR
|
|
3
|
-
* * `font` - Font
|
|
4
|
-
* * `image` - Image
|
|
5
|
-
* * `pdf` - PDF
|
|
6
|
-
* * `video` - Video
|
|
7
|
-
* * `web` - Web
|
|
8
|
-
*/
|
|
9
|
-
export declare enum FileContentTypeEnum {
|
|
10
|
-
AR = "ar",
|
|
11
|
-
FONT = "font",
|
|
12
|
-
IMAGE = "image",
|
|
13
|
-
PDF = "pdf",
|
|
14
|
-
VIDEO = "video",
|
|
15
|
-
WEB = "web"
|
|
16
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { AccessTypeEnum } from './AccessTypeEnum';
|
|
2
|
-
import { CollaborationRoleEnum } from './CollaborationRoleEnum';
|
|
3
|
-
import { DownloadTypeEnum } from './DownloadTypeEnum';
|
|
4
|
-
import { FileContentTypeEnum } from './FileContentTypeEnum';
|
|
5
|
-
import { FileStatusEnum } from './FileStatusEnum';
|
|
6
|
-
import { FileTypeEnum } from './FileTypeEnum';
|
|
7
|
-
import { MiniSharedLink } from './MiniSharedLink';
|
|
8
|
-
import { MiniUser } from './MiniUser';
|
|
9
|
-
|
|
10
|
-
export type FileCreate = {
|
|
11
|
-
readonly id: string;
|
|
12
|
-
readonly global_id: string;
|
|
13
|
-
name?: string;
|
|
14
|
-
type?: FileTypeEnum;
|
|
15
|
-
readonly size: number | null;
|
|
16
|
-
readonly status: FileStatusEnum;
|
|
17
|
-
readonly content_type: FileContentTypeEnum;
|
|
18
|
-
readonly content_extension: string | null;
|
|
19
|
-
readonly content_length: number | null;
|
|
20
|
-
readonly content_url: string | null;
|
|
21
|
-
readonly content_thumbnails: Array<string>;
|
|
22
|
-
readonly original_extension: string | null;
|
|
23
|
-
readonly thumbnail_url: string | null;
|
|
24
|
-
download_type?: DownloadTypeEnum;
|
|
25
|
-
readonly zip_size: number | null;
|
|
26
|
-
readonly zip_url: string | null;
|
|
27
|
-
access_type?: AccessTypeEnum;
|
|
28
|
-
readonly role: CollaborationRoleEnum;
|
|
29
|
-
readonly pspdfkit_server_url: string | null;
|
|
30
|
-
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
31
|
-
metadata?: Record<string, any>;
|
|
32
|
-
app_metadata?: Record<string, any>;
|
|
33
|
-
tags?: Array<string>;
|
|
34
|
-
readonly published_at: string | null;
|
|
35
|
-
expires_at?: string | null;
|
|
36
|
-
instance_id: string;
|
|
37
|
-
folder_id?: string;
|
|
38
|
-
readonly shared_link: MiniSharedLink;
|
|
39
|
-
readonly created_at: string;
|
|
40
|
-
readonly created_by: MiniUser;
|
|
41
|
-
readonly modified_at: string;
|
|
42
|
-
readonly modified_by: MiniUser;
|
|
43
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { AccessTypeEnum } from './AccessTypeEnum';
|
|
2
|
-
import { DownloadTypeEnum } from './DownloadTypeEnum';
|
|
3
|
-
import { FileTypeEnum } from './FileTypeEnum';
|
|
4
|
-
|
|
5
|
-
export type FileCreateRequest = {
|
|
6
|
-
name?: string;
|
|
7
|
-
type?: FileTypeEnum;
|
|
8
|
-
/**
|
|
9
|
-
* Deprecated: Please use the 'type' field instead. This field is maintained for backward compatibility and may be removed in future releases.
|
|
10
|
-
*/
|
|
11
|
-
is_asset?: boolean;
|
|
12
|
-
content?: Blob;
|
|
13
|
-
content_upload_id?: string;
|
|
14
|
-
thumbnail?: Blob;
|
|
15
|
-
thumbnail_upload_id?: string;
|
|
16
|
-
download_type?: DownloadTypeEnum;
|
|
17
|
-
access_type?: AccessTypeEnum;
|
|
18
|
-
metadata?: Record<string, any>;
|
|
19
|
-
app_metadata?: Record<string, any>;
|
|
20
|
-
tags?: Array<string>;
|
|
21
|
-
expires_at?: string | null;
|
|
22
|
-
instance_id: string;
|
|
23
|
-
folder_id?: string;
|
|
24
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { AccessTypeEnum } from './AccessTypeEnum';
|
|
2
|
-
import { DownloadTypeEnum } from './DownloadTypeEnum';
|
|
3
|
-
|
|
4
|
-
export type FileRequest = {
|
|
5
|
-
name?: string;
|
|
6
|
-
download_type?: DownloadTypeEnum;
|
|
7
|
-
access_type?: AccessTypeEnum;
|
|
8
|
-
metadata?: Record<string, any>;
|
|
9
|
-
app_metadata?: Record<string, any>;
|
|
10
|
-
tags?: Array<string>;
|
|
11
|
-
expires_at?: string | null;
|
|
12
|
-
folder_id?: string;
|
|
13
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { AccessTypeEnum } from './AccessTypeEnum';
|
|
2
|
-
import { CollaborationRoleEnum } from './CollaborationRoleEnum';
|
|
3
|
-
import { DownloadTypeEnum } from './DownloadTypeEnum';
|
|
4
|
-
import { FileContentTypeEnum } from './FileContentTypeEnum';
|
|
5
|
-
import { FileStatusEnum } from './FileStatusEnum';
|
|
6
|
-
import { FileTypeEnum } from './FileTypeEnum';
|
|
7
|
-
import { MiniSharedLink } from './MiniSharedLink';
|
|
8
|
-
import { MiniUser } from './MiniUser';
|
|
9
|
-
|
|
10
|
-
export type FileRetrieve = {
|
|
11
|
-
readonly id: string;
|
|
12
|
-
readonly global_id: string;
|
|
13
|
-
name?: string;
|
|
14
|
-
readonly type: FileTypeEnum;
|
|
15
|
-
readonly size: number | null;
|
|
16
|
-
readonly status: FileStatusEnum;
|
|
17
|
-
readonly content_type: FileContentTypeEnum;
|
|
18
|
-
readonly content_extension: string | null;
|
|
19
|
-
readonly content_length: number | null;
|
|
20
|
-
readonly content_url: string | null;
|
|
21
|
-
readonly content_thumbnails: Array<string>;
|
|
22
|
-
readonly original_extension: string | null;
|
|
23
|
-
readonly thumbnail_url: string | null;
|
|
24
|
-
download_type?: DownloadTypeEnum;
|
|
25
|
-
readonly zip_size: number | null;
|
|
26
|
-
readonly zip_url: string | null;
|
|
27
|
-
access_type?: AccessTypeEnum;
|
|
28
|
-
readonly role: CollaborationRoleEnum;
|
|
29
|
-
readonly pspdfkit_server_url: string | null;
|
|
30
|
-
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
31
|
-
metadata?: Record<string, any>;
|
|
32
|
-
app_metadata?: Record<string, any>;
|
|
33
|
-
tags?: Array<string>;
|
|
34
|
-
readonly published_at: string | null;
|
|
35
|
-
expires_at?: string | null;
|
|
36
|
-
readonly instance_id: string;
|
|
37
|
-
folder_id?: string;
|
|
38
|
-
readonly shared_link: MiniSharedLink;
|
|
39
|
-
readonly created_at: string;
|
|
40
|
-
readonly created_by: MiniUser;
|
|
41
|
-
readonly modified_at: string;
|
|
42
|
-
readonly modified_by: MiniUser;
|
|
43
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { AccessTypeEnum } from './AccessTypeEnum';
|
|
2
|
-
import { CollaborationRoleEnum } from './CollaborationRoleEnum';
|
|
3
|
-
import { DownloadTypeEnum } from './DownloadTypeEnum';
|
|
4
|
-
import { FileContentTypeEnum } from './FileContentTypeEnum';
|
|
5
|
-
import { FileStatusEnum } from './FileStatusEnum';
|
|
6
|
-
import { FileTypeEnum } from './FileTypeEnum';
|
|
7
|
-
import { MiniSharedLink } from './MiniSharedLink';
|
|
8
|
-
import { MiniUser } from './MiniUser';
|
|
9
|
-
|
|
10
|
-
export type FileUpdate = {
|
|
11
|
-
readonly id: string;
|
|
12
|
-
readonly global_id: string;
|
|
13
|
-
name?: string;
|
|
14
|
-
readonly type: FileTypeEnum;
|
|
15
|
-
readonly size: number | null;
|
|
16
|
-
readonly status: FileStatusEnum;
|
|
17
|
-
readonly content_type: FileContentTypeEnum;
|
|
18
|
-
readonly content_extension: string | null;
|
|
19
|
-
readonly content_length: number | null;
|
|
20
|
-
readonly content_url: string | null;
|
|
21
|
-
readonly content_thumbnails: Array<string>;
|
|
22
|
-
readonly original_extension: string | null;
|
|
23
|
-
readonly thumbnail_url: string | null;
|
|
24
|
-
download_type?: DownloadTypeEnum;
|
|
25
|
-
readonly zip_size: number | null;
|
|
26
|
-
readonly zip_url: string | null;
|
|
27
|
-
access_type?: AccessTypeEnum;
|
|
28
|
-
readonly role: CollaborationRoleEnum;
|
|
29
|
-
readonly pspdfkit_server_url: string | null;
|
|
30
|
-
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
31
|
-
metadata?: Record<string, any>;
|
|
32
|
-
app_metadata?: Record<string, any>;
|
|
33
|
-
tags?: Array<string>;
|
|
34
|
-
readonly published_at: string | null;
|
|
35
|
-
expires_at?: string | null;
|
|
36
|
-
readonly instance_id: string;
|
|
37
|
-
folder_id?: string;
|
|
38
|
-
readonly shared_link: MiniSharedLink;
|
|
39
|
-
readonly created_at: string;
|
|
40
|
-
readonly created_by: MiniUser;
|
|
41
|
-
readonly modified_at: string;
|
|
42
|
-
readonly modified_by: MiniUser;
|
|
43
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { AccessTypeEnum } from './AccessTypeEnum';
|
|
2
|
-
import { DownloadTypeEnum } from './DownloadTypeEnum';
|
|
3
|
-
|
|
4
|
-
export type FileUpdateRequest = {
|
|
5
|
-
name?: string;
|
|
6
|
-
content?: Blob;
|
|
7
|
-
content_upload_id?: string;
|
|
8
|
-
thumbnail?: Blob;
|
|
9
|
-
thumbnail_upload_id?: string;
|
|
10
|
-
download_type?: DownloadTypeEnum;
|
|
11
|
-
access_type?: AccessTypeEnum;
|
|
12
|
-
metadata?: Record<string, any>;
|
|
13
|
-
app_metadata?: Record<string, any>;
|
|
14
|
-
tags?: Array<string>;
|
|
15
|
-
expires_at?: string | null;
|
|
16
|
-
folder_id?: string;
|
|
17
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { AccessTypeEnum } from './AccessTypeEnum';
|
|
2
|
-
import { MiniUser } from './MiniUser';
|
|
3
|
-
|
|
4
|
-
export type Folder = {
|
|
5
|
-
readonly id: string;
|
|
6
|
-
name: string;
|
|
7
|
-
readonly instance_id: string;
|
|
8
|
-
access_type?: AccessTypeEnum;
|
|
9
|
-
readonly materialized_path: string;
|
|
10
|
-
readonly depth: number;
|
|
11
|
-
readonly created_at: string;
|
|
12
|
-
readonly created_by: MiniUser;
|
|
13
|
-
readonly modified_at: string;
|
|
14
|
-
readonly modified_by: MiniUser;
|
|
15
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { AccessTypeEnum } from './AccessTypeEnum';
|
|
2
|
-
import { FolderFile } from './FolderFile';
|
|
3
|
-
import { FolderFolder } from './FolderFolder';
|
|
4
|
-
import { MiniUser } from './MiniUser';
|
|
5
|
-
|
|
6
|
-
/**
|
|
7
|
-
* Serializer class for creating folder records.
|
|
8
|
-
* Available fields for creating a folder:
|
|
9
|
-
* - id
|
|
10
|
-
* - name
|
|
11
|
-
* - parent_folder_id
|
|
12
|
-
* - instance_id
|
|
13
|
-
*/
|
|
14
|
-
export type FolderCreate = {
|
|
15
|
-
id?: string;
|
|
16
|
-
name: string;
|
|
17
|
-
access_type?: AccessTypeEnum;
|
|
18
|
-
readonly materialized_path: string;
|
|
19
|
-
readonly depth: number;
|
|
20
|
-
readonly files: Array<FolderFile>;
|
|
21
|
-
readonly files_count: number;
|
|
22
|
-
readonly file_thumbnail_urls: Array<string>;
|
|
23
|
-
readonly thumbnail_url: string | null;
|
|
24
|
-
readonly folders: Array<FolderFolder>;
|
|
25
|
-
readonly folders_count: number;
|
|
26
|
-
readonly path: Array<FolderFolder>;
|
|
27
|
-
readonly created_at: string;
|
|
28
|
-
readonly created_by: MiniUser;
|
|
29
|
-
readonly modified_at: string;
|
|
30
|
-
readonly modified_by: MiniUser;
|
|
31
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { AccessTypeEnum } from './AccessTypeEnum';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Serializer class for creating folder records.
|
|
5
|
-
* Available fields for creating a folder:
|
|
6
|
-
* - id
|
|
7
|
-
* - name
|
|
8
|
-
* - parent_folder_id
|
|
9
|
-
* - instance_id
|
|
10
|
-
*/
|
|
11
|
-
export type FolderCreateRequest = {
|
|
12
|
-
id?: string;
|
|
13
|
-
name: string;
|
|
14
|
-
instance_id: string;
|
|
15
|
-
access_type?: AccessTypeEnum;
|
|
16
|
-
parent_folder_id?: string;
|
|
17
|
-
thumbnail_id?: string;
|
|
18
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { FileContentTypeEnum } from './FileContentTypeEnum';
|
|
2
|
-
import { FileStatusEnum } from './FileStatusEnum';
|
|
3
|
-
import { MiniUser } from './MiniUser';
|
|
4
|
-
|
|
5
|
-
export type FolderFile = {
|
|
6
|
-
readonly id: string;
|
|
7
|
-
readonly name: string;
|
|
8
|
-
readonly status: FileStatusEnum;
|
|
9
|
-
readonly content_type: FileContentTypeEnum;
|
|
10
|
-
readonly thumbnail_url: string;
|
|
11
|
-
readonly tags: Array<string>;
|
|
12
|
-
readonly created_by: MiniUser;
|
|
13
|
-
readonly modified_at: string;
|
|
14
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { AccessTypeEnum } from './AccessTypeEnum';
|
|
2
|
-
import { FolderFile } from './FolderFile';
|
|
3
|
-
import { FolderFolder } from './FolderFolder';
|
|
4
|
-
import { MiniUser } from './MiniUser';
|
|
5
|
-
|
|
6
|
-
export type FolderRetrieve = {
|
|
7
|
-
readonly id: string;
|
|
8
|
-
name: string;
|
|
9
|
-
readonly instance_id: string;
|
|
10
|
-
access_type?: AccessTypeEnum;
|
|
11
|
-
readonly materialized_path: string;
|
|
12
|
-
readonly depth: number;
|
|
13
|
-
readonly files: Array<FolderFile>;
|
|
14
|
-
readonly files_count: number;
|
|
15
|
-
readonly file_thumbnail_urls: Array<string>;
|
|
16
|
-
readonly thumbnail_url: string | null;
|
|
17
|
-
readonly folders: Array<FolderFolder>;
|
|
18
|
-
readonly folders_count: number;
|
|
19
|
-
readonly path: Array<FolderFolder>;
|
|
20
|
-
readonly created_at: string;
|
|
21
|
-
readonly created_by: MiniUser;
|
|
22
|
-
readonly modified_at: string;
|
|
23
|
-
readonly modified_by: MiniUser;
|
|
24
|
-
};
|