@omnia/management-system 6.5.3 → 6.7.0-dev
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/README.md +6 -6
- package/index.d.ts +4 -4
- package/internal-do-not-import-from-here/apis/Fx.d.ts +14 -14
- package/internal-do-not-import-from-here/apis/index.d.ts +8 -8
- package/internal-do-not-import-from-here/constants.d.ts +126 -126
- package/internal-do-not-import-from-here/fx.manifest.d.ts +1 -1
- package/internal-do-not-import-from-here/index.d.ts +9 -9
- package/internal-do-not-import-from-here/messaging/InternalOPMTopics.d.ts +14 -14
- package/internal-do-not-import-from-here/messaging/OdmPublicTopics.d.ts +6 -6
- package/internal-do-not-import-from-here/messaging/PublicOPMTopics.d.ts +8 -8
- package/internal-do-not-import-from-here/messaging/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/Constants.d.ts +29 -29
- package/internal-do-not-import-from-here/models/Constants.js +30 -30
- package/internal-do-not-import-from-here/models/Enums.d.ts +305 -305
- package/internal-do-not-import-from-here/models/Enums.js +361 -361
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +122 -120
- package/internal-do-not-import-from-here/models/ManifestIds.js +587 -577
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryDisplaySettings.d.ts +7 -7
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryDisplaySettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibrarySettings.d.ts +9 -9
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibrarySettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryViewSettings.d.ts +11 -11
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryViewSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentlibrary/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/components/documentlibrary/index.js +3 -3
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerQueryResult.d.ts +67 -67
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerQueryResult.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerSettings.d.ts +23 -23
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentResult.d.ts +11 -11
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentResult.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentSearchFilter.d.ts +10 -10
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentSearchFilter.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentUploading.d.ts +14 -14
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentUploading.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentpicker/index.d.ts +5 -5
- package/internal-do-not-import-from-here/models/components/documentpicker/index.js +5 -5
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentBaseQuerySettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentBaseQuerySettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockBreakPointSettings.d.ts +19 -19
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockBreakPointSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +44 -44
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBooleanPropFilterValue.d.ts +4 -4
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBooleanPropFilterValue.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupDatePropFilterValue.d.ts +5 -5
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupDatePropFilterValue.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilter.d.ts +8 -8
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilter.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilterValue.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilterValue.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupPersonPropFilterValue.d.ts +6 -6
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupPersonPropFilterValue.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTaxonomyPropFilterValue.d.ts +6 -6
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTaxonomyPropFilterValue.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTextPropFilterValue.d.ts +8 -8
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTextPropFilterValue.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupUISearchboxFilterValue.d.ts +4 -4
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupUISearchboxFilterValue.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupViewSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupViewSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/Refiner.d.ts +7 -7
- package/internal-do-not-import-from-here/models/components/documentrollup/Refiner.js +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/index.d.ts +13 -13
- package/internal-do-not-import-from-here/models/components/documentrollup/index.js +13 -13
- package/internal-do-not-import-from-here/models/components/feedbackbutton/ProcessFeedbackButtonBlock.d.ts +6 -6
- package/internal-do-not-import-from-here/models/components/feedbackbutton/ProcessFeedbackButtonBlock.js +1 -1
- package/internal-do-not-import-from-here/models/components/feedbackbutton/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/feedbackbutton/index.js +1 -1
- package/internal-do-not-import-from-here/models/components/index.d.ts +8 -8
- package/internal-do-not-import-from-here/models/components/index.js +8 -8
- package/internal-do-not-import-from-here/models/components/pointpicker/Point.d.ts +4 -4
- package/internal-do-not-import-from-here/models/components/pointpicker/Point.js +1 -1
- package/internal-do-not-import-from-here/models/components/pointpicker/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/pointpicker/index.js +1 -1
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryDisplaySettings.d.ts +8 -8
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryDisplaySettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibrarySettings.d.ts +7 -7
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibrarySettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryViewSettings.d.ts +8 -8
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryViewSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessListViewComponentKey.d.ts +5 -5
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessListViewComponentKey.js +1 -1
- package/internal-do-not-import-from-here/models/components/processlibrary/index.d.ts +4 -4
- package/internal-do-not-import-from-here/models/components/processlibrary/index.js +4 -4
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +20 -20
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupDatePeriodsPropFilterValue.d.ts +4 -4
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupDatePeriodsPropFilterValue.js +1 -1
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupFilter.d.ts +3 -3
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupFilter.js +1 -1
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupViewSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupViewSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/processrollup/index.d.ts +4 -4
- package/internal-do-not-import-from-here/models/components/processrollup/index.js +4 -4
- package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/BreadcrumbBlockSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/BreadcrumbBlockSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/index.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/ContentBlockSettings.d.ts +5 -5
- package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/ContentBlockSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/index.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/DocumentsBlockSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/DocumentsBlockSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/index.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +10 -10
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/index.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/index.d.ts +11 -11
- package/internal-do-not-import-from-here/models/components/viewprocess/index.js +11 -11
- package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/LinksBlockSettings.d.ts +5 -5
- package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/LinksBlockSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/index.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/PagesBlockSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/PagesBlockSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/index.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/ProcessContextBlockSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/ProcessContextBlockSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/index.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/index.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockData.d.ts +13 -13
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockData.js +6 -6
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockSettings.d.ts +7 -7
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/index.js +2 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/TasksBlockSettings.d.ts +5 -5
- package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/TasksBlockSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/index.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.d.ts +5 -5
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.js +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/index.js +1 -1
- package/internal-do-not-import-from-here/models/contexts/OPMContext.d.ts +4 -4
- package/internal-do-not-import-from-here/models/contexts/OPMContext.js +1 -1
- package/internal-do-not-import-from-here/models/contexts/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/contexts/index.js +1 -1
- package/internal-do-not-import-from-here/models/data/appendices/Appendix.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/appendices/Appendix.js +1 -1
- package/internal-do-not-import-from-here/models/data/appendices/AppendixWithSharePointFields.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/appendices/AppendixWithSharePointFields.js +1 -1
- package/internal-do-not-import-from-here/models/data/appendices/GetDraftDocumentAppendicesRequest.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/appendices/GetDraftDocumentAppendicesRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/appendices/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/appendices/index.js +3 -3
- package/internal-do-not-import-from-here/models/data/archives/Archive.d.ts +13 -13
- package/internal-do-not-import-from-here/models/data/archives/Archive.js +12 -12
- package/internal-do-not-import-from-here/models/data/archives/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/archives/index.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/ControlledDocument.d.ts +33 -33
- package/internal-do-not-import-from-here/models/data/controlleddocuments/ControlledDocument.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentMetadataStatus.d.ts +14 -14
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentMetadataStatus.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentRequest.d.ts +13 -13
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DraftControlledDocument.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DraftControlledDocument.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/GetControlledDocumentsResponse.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/controlleddocuments/GetControlledDocumentsResponse.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/GetTrimSecurityControlledDocumentsResponse.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/controlleddocuments/GetTrimSecurityControlledDocumentsResponse.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/PublishedControlledDocument.d.ts +10 -10
- package/internal-do-not-import-from-here/models/data/controlleddocuments/PublishedControlledDocument.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/RelatedDocument.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/controlleddocuments/RelatedDocument.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/SqlDocument.d.ts +12 -12
- package/internal-do-not-import-from-here/models/data/controlleddocuments/SqlDocument.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/TaskRequest.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/controlleddocuments/TaskRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/index.d.ts +11 -11
- package/internal-do-not-import-from-here/models/data/controlleddocuments/index.js +11 -11
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/CreateDraftFromPublishedRequest.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/CreateDraftFromPublishedRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/DeleteDraftsRequest.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/DeleteDraftsRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MergeMetadataRequest.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MergeMetadataRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MoveDocumentToTargetSiteRequest.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MoveDocumentToTargetSiteRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PreviewPublishedDocumentRequest.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PreviewPublishedDocumentRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/ProcessDocumentAndMergeTemplateRequest.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/ProcessDocumentAndMergeTemplateRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithApprovalRequest.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithApprovalRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +13 -13
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsRequest.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsResponse.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsResponse.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.d.ts +11 -11
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/index.js +3 -3
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/index.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/index.js +9 -9
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/BulkUpdatePagingRequest.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/BulkUpdatePagingRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdate.d.ts +12 -12
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdate.js +1 -1
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdateQuery.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdateQuery.js +1 -1
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/index.js +3 -3
- package/internal-do-not-import-from-here/models/data/documentrollup/DocumentQueryResult.d.ts +13 -13
- package/internal-do-not-import-from-here/models/data/documentrollup/DocumentQueryResult.js +1 -1
- package/internal-do-not-import-from-here/models/data/documentrollup/DocumentRollupRequest.d.ts +20 -20
- package/internal-do-not-import-from-here/models/data/documentrollup/DocumentRollupRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +16 -16
- package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.js +1 -1
- package/internal-do-not-import-from-here/models/data/documentrollup/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/documentrollup/index.js +3 -3
- package/internal-do-not-import-from-here/models/data/documentstatistics/SiteStatistics.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/documentstatistics/SiteStatistics.js +1 -1
- package/internal-do-not-import-from-here/models/data/documentstatistics/StatisticsResult.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/documentstatistics/StatisticsResult.js +1 -1
- package/internal-do-not-import-from-here/models/data/documentstatistics/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documentstatistics/index.js +2 -2
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplate.d.ts +14 -14
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplate.js +14 -14
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplateCategory.d.ts +13 -13
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplateCategory.js +13 -13
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/DocumentTemplateContent.d.ts +15 -15
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/DocumentTemplateContent.js +30 -30
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/LinkedDocumentTemplateContent.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/LinkedDocumentTemplateContent.js +1 -1
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/UploadedDocumentTemplateContent.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/UploadedDocumentTemplateContent.js +1 -1
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/index.js +3 -3
- package/internal-do-not-import-from-here/models/data/documenttemplates/index.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/documenttemplates/index.js +4 -4
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/ControlledDocumentDocumentTemplateSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/ControlledDocumentDocumentTemplateSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/DocumentTemplateSettings.d.ts +157 -157
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/DocumentTemplateSettings.js +28 -28
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/NormalDocumentDocumentTemplateSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/NormalDocumentDocumentTemplateSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/index.js +3 -3
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentType.d.ts +14 -14
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentType.js +1 -1
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeGroupSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeGroupSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +46 -46
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.js +8 -8
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.d.ts +18 -18
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +63 -63
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeTermSynchronizationStatus.d.ts +14 -14
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeTermSynchronizationStatus.js +7 -7
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminder.d.ts +23 -23
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminder.js +21 -21
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminderTask.d.ts +12 -12
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminderTask.js +17 -17
- package/internal-do-not-import-from-here/models/data/documenttype/index.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/documenttype/index.js +8 -8
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/CalculatedRetention.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/CalculatedRetention.js +1 -1
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/PropertyRetention.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/PropertyRetention.js +1 -1
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.d.ts +16 -16
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.js +35 -35
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/index.js +3 -3
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/CanvasDefinition.d.ts +12 -12
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/CanvasDefinition.js +1 -1
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/CustomLinkDrawingShape.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/CustomLinkDrawingShape.js +1 -1
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.d.ts +15 -15
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.js +7 -7
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/ExternalProcessStepDrawingShape.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/ExternalProcessStepDrawingShape.js +1 -1
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/ProcessStepDrawingShape.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/ProcessStepDrawingShape.js +1 -1
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/index.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/index.js +5 -5
- package/internal-do-not-import-from-here/models/data/enums/Enums.d.ts +63 -63
- package/internal-do-not-import-from-here/models/data/enums/Enums.js +72 -72
- package/internal-do-not-import-from-here/models/data/enums/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/enums/index.js +1 -1
- package/internal-do-not-import-from-here/models/data/feedback/Feedback.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/feedback/Feedback.js +1 -1
- package/internal-do-not-import-from-here/models/data/feedback/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/feedback/index.js +2 -2
- package/internal-do-not-import-from-here/models/data/feedback/requests/AddFeedbackRequest.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/feedback/requests/AddFeedbackRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/feedback/requests/SendFeedbackEmailRequest.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/feedback/requests/SendFeedbackEmailRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/feedback/requests/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/feedback/requests/index.js +2 -2
- package/internal-do-not-import-from-here/models/data/index.d.ts +35 -35
- package/internal-do-not-import-from-here/models/data/index.js +35 -35
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInControlledLibraryRequest.d.ts +11 -11
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInControlledLibraryRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInLibraryRequest.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInLibraryRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInOneDriveRequest.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInOneDriveRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentLinkedTemplateInfo.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentLinkedTemplateInfo.js +1 -1
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentRequest.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentTemplateInfo.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentTemplateInfo.js +1 -1
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentUploadedTemplateInfo.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentUploadedTemplateInfo.js +1 -1
- package/internal-do-not-import-from-here/models/data/newdocument/index.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/newdocument/index.js +6 -6
- package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItem.d.ts +12 -12
- package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItem.js +1 -1
- package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItemParentReference.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItemParentReference.js +1 -1
- package/internal-do-not-import-from-here/models/data/onedrive/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/onedrive/index.js +2 -2
- package/internal-do-not-import-from-here/models/data/processactions/ProcessActionModel.d.ts +11 -11
- package/internal-do-not-import-from-here/models/data/processactions/ProcessActionModel.js +1 -1
- package/internal-do-not-import-from-here/models/data/processactions/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/processactions/index.js +1 -1
- package/internal-do-not-import-from-here/models/data/processes/ExternalProcessStep.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/processes/ExternalProcessStep.js +1 -1
- package/internal-do-not-import-from-here/models/data/processes/InternalProcessStep.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/processes/InternalProcessStep.js +1 -1
- package/internal-do-not-import-from-here/models/data/processes/Link.d.ts +10 -10
- package/internal-do-not-import-from-here/models/data/processes/Link.js +1 -1
- package/internal-do-not-import-from-here/models/data/processes/Process.d.ts +22 -22
- package/internal-do-not-import-from-here/models/data/processes/Process.js +1 -1
- package/internal-do-not-import-from-here/models/data/processes/ProcessCheckoutInfo.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/processes/ProcessCheckoutInfo.js +1 -1
- package/internal-do-not-import-from-here/models/data/processes/ProcessData.d.ts +18 -18
- package/internal-do-not-import-from-here/models/data/processes/ProcessData.js +1 -1
- package/internal-do-not-import-from-here/models/data/processes/ProcessStep.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/processes/ProcessStep.js +1 -1
- package/internal-do-not-import-from-here/models/data/processes/ProcessToolTip.d.ts +11 -11
- package/internal-do-not-import-from-here/models/data/processes/ProcessToolTip.js +1 -1
- package/internal-do-not-import-from-here/models/data/processes/ProcessWithCheckoutInfo.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/processes/ProcessWithCheckoutInfo.js +1 -1
- package/internal-do-not-import-from-here/models/data/processes/RootProcessStep.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/processes/RootProcessStep.js +1 -1
- package/internal-do-not-import-from-here/models/data/processes/Task.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/processes/Task.js +1 -1
- package/internal-do-not-import-from-here/models/data/processes/index.d.ts +11 -11
- package/internal-do-not-import-from-here/models/data/processes/index.js +11 -11
- package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedback.d.ts +10 -10
- package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedback.js +1 -1
- package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedbackRecipients.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedbackRecipients.js +1 -1
- package/internal-do-not-import-from-here/models/data/processfeedback/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processfeedback/index.js +2 -2
- package/internal-do-not-import-from-here/models/data/processreviewreminders/ProcessReviewReminderTask.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/processreviewreminders/ProcessReviewReminderTask.js +1 -1
- package/internal-do-not-import-from-here/models/data/processreviewreminders/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/processreviewreminders/index.js +1 -1
- package/internal-do-not-import-from-here/models/data/processrollup/ProcessRollupSetting.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/processrollup/ProcessRollupSetting.js +1 -1
- package/internal-do-not-import-from-here/models/data/processrollup/RollupProcess.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/processrollup/RollupProcess.js +1 -1
- package/internal-do-not-import-from-here/models/data/processrollup/RollupProcessResult.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/processrollup/RollupProcessResult.js +1 -1
- package/internal-do-not-import-from-here/models/data/processrollup/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/processrollup/index.js +3 -3
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplate.d.ts +14 -14
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplate.js +12 -12
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplateSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplateSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/processtemplates/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processtemplates/index.js +2 -2
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessReviewReminder.d.ts +23 -23
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessReviewReminder.js +21 -21
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessType.d.ts +14 -14
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessType.js +1 -1
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeGroupSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeGroupSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.d.ts +31 -31
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.d.ts +17 -17
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.js +39 -39
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeTermSynchronizationStatus.d.ts +14 -14
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeTermSynchronizationStatus.js +7 -7
- package/internal-do-not-import-from-here/models/data/processtypes/ReviewReminderTaskSettings.d.ts +12 -12
- package/internal-do-not-import-from-here/models/data/processtypes/ReviewReminderTaskSettings.js +17 -17
- package/internal-do-not-import-from-here/models/data/processtypes/index.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/processtypes/index.js +7 -7
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflow.d.ts +14 -14
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflow.js +1 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowApprovalData.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowApprovalData.js +1 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowData.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowData.js +1 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowTask.d.ts +20 -20
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowTask.js +1 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithApprovalRequest.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithApprovalRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithoutApprovalRequest.d.ts +11 -11
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithoutApprovalRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/index.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/processworkflows/index.js +6 -6
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetBooleanItemSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetBooleanItemSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetDateTimeItemSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetDateTimeItemSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetEnterpriseKeywordsItemSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetEnterpriseKeywordsItemSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetItemSettings.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetItemSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetNumberItemSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetNumberItemSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetPersonItemSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetPersonItemSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetRichTextItemSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetRichTextItemSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTagsItemSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTagsItemSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTaxonomyItemSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTaxonomyItemSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTextItemSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTextItemSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/index.d.ts +10 -10
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/index.js +10 -10
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/AnyonePublishingApprovalSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/AnyonePublishingApprovalSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/GroupPublishingApprovalSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/GroupPublishingApprovalSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/LimitedUsersPublishingApprovalSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/LimitedUsersPublishingApprovalSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PersonPropertyPublishingApprovalSettings.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PersonPropertyPublishingApprovalSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PublishingApprovalSettings.d.ts +17 -17
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PublishingApprovalSettings.js +50 -50
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/TermDrivenPublishingApprovalSettings.d.ts +14 -14
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/TermDrivenPublishingApprovalSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/index.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/index.js +6 -6
- package/internal-do-not-import-from-here/models/data/retention/Retention.d.ts +10 -10
- package/internal-do-not-import-from-here/models/data/retention/Retention.js +1 -1
- package/internal-do-not-import-from-here/models/data/retention/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/retention/index.js +1 -1
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/PropertySchedule.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/PropertySchedule.js +1 -1
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/ReviewReminderSchedule.d.ts +20 -20
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/ReviewReminderSchedule.js +39 -39
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/TimeAfterPublishingSchedule.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/TimeAfterPublishingSchedule.js +1 -1
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/index.js +3 -3
- package/internal-do-not-import-from-here/models/data/security/AuthorAndDefaultReaderUpdateInput.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/security/AuthorAndDefaultReaderUpdateInput.js +1 -1
- package/internal-do-not-import-from-here/models/data/security/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/security/index.js +1 -1
- package/internal-do-not-import-from-here/models/data/settings/GlobalSettings.d.ts +14 -14
- package/internal-do-not-import-from-here/models/data/settings/GlobalSettings.js +24 -24
- package/internal-do-not-import-from-here/models/data/settings/ProcessGlobalSettings.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/settings/ProcessGlobalSettings.js +16 -16
- package/internal-do-not-import-from-here/models/data/settings/Setting.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/settings/Setting.js +16 -16
- package/internal-do-not-import-from-here/models/data/settings/SiteGroupIdSettings.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/settings/SiteGroupIdSettings.js +18 -18
- package/internal-do-not-import-from-here/models/data/settings/index.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/settings/index.js +4 -4
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingFreeformShapeDefinition.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingFreeformShapeDefinition.js +1 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingImageShapeDefinition.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingImageShapeDefinition.js +1 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingPentagonShapeDefinition.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingPentagonShapeDefinition.js +1 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingRectShapeDefinition.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingRectShapeDefinition.js +1 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinition.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinition.js +1 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.d.ts +24 -24
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.js +1 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/HeadingShapeDefinition.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/shapedefinitions/HeadingShapeDefinition.js +1 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.d.ts +21 -21
- package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.js +36 -36
- package/internal-do-not-import-from-here/models/data/shapedefinitions/index.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/shapedefinitions/index.js +8 -8
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.d.ts +16 -16
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.js +19 -19
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateFreeformSettings.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateFreeformSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateMediaSettings.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateMediaSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplatePentagonSettings.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplatePentagonSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateRectSettings.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateRectSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/shapetemplates/index.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/shapetemplates/index.js +6 -6
- package/internal-do-not-import-from-here/models/data/shared/AuditingInformation.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/shared/AuditingInformation.js +1 -1
- package/internal-do-not-import-from-here/models/data/shared/PagingRequest.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/shared/PagingRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/shared/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/shared/index.js +2 -2
- package/internal-do-not-import-from-here/models/data/sharepoint/SPFilter.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/sharepoint/SPFilter.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SPFolder.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/sharepoint/SPFolder.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SPList.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/sharepoint/SPList.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SPListItem.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/sharepoint/SPListItem.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SPRefinement.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/sharepoint/SPRefinement.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SPRefiner.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/sharepoint/SPRefiner.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SPSite.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/sharepoint/SPSite.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SharePointUser.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/sharepoint/SharePointUser.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointPersonField.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointPersonField.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointTaxonomyField.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointTaxonomyField.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointBooleanField.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointBooleanField.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointDateTimeField.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointDateTimeField.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.d.ts +19 -19
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointNumberField.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointNumberField.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointPersonField.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointPersonField.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTaxonomyField.d.ts +10 -10
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTaxonomyField.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTextField.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTextField.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/index.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/index.js +9 -9
- package/internal-do-not-import-from-here/models/data/sharepoint/index.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/sharepoint/index.js +9 -9
- package/internal-do-not-import-from-here/models/data/sharepointtasks/CSOMSharePointTaskResponse.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/sharepointtasks/CSOMSharePointTaskResponse.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepointtasks/GraphSharePointTaskResponse.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/sharepointtasks/GraphSharePointTaskResponse.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTask.d.ts +21 -21
- package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTask.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTaskRequest.d.ts +12 -12
- package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTaskRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/sharepointtasks/index.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/sharepointtasks/index.js +4 -4
- package/internal-do-not-import-from-here/models/data/tasks/ApprovalTask.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/tasks/ApprovalTask.js +1 -1
- package/internal-do-not-import-from-here/models/data/tasks/CompleteReviewReminderTaskRequest.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/tasks/CompleteReviewReminderTaskRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/tasks/DocumentTask.d.ts +21 -21
- package/internal-do-not-import-from-here/models/data/tasks/DocumentTask.js +1 -1
- package/internal-do-not-import-from-here/models/data/tasks/DocumentTaskDetail.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/tasks/DocumentTaskDetail.js +1 -1
- package/internal-do-not-import-from-here/models/data/tasks/ReviewTask.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/tasks/ReviewTask.js +1 -1
- package/internal-do-not-import-from-here/models/data/tasks/ReviewTaskParams.d.ts +12 -12
- package/internal-do-not-import-from-here/models/data/tasks/ReviewTaskParams.js +1 -1
- package/internal-do-not-import-from-here/models/data/tasks/SetNewReviewDateRequest.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/tasks/SetNewReviewDateRequest.js +1 -1
- package/internal-do-not-import-from-here/models/data/tasks/TaskItemResponse.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/tasks/TaskItemResponse.js +1 -1
- package/internal-do-not-import-from-here/models/data/tasks/index.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/tasks/index.js +8 -8
- package/internal-do-not-import-from-here/models/data/workflows/ApprovalWorkflowData.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/workflows/ApprovalWorkflowData.js +1 -1
- package/internal-do-not-import-from-here/models/data/workflows/DocumentHistory.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/workflows/DocumentHistory.js +1 -1
- package/internal-do-not-import-from-here/models/data/workflows/DocumentHistoryMetadata.d.ts +10 -10
- package/internal-do-not-import-from-here/models/data/workflows/DocumentHistoryMetadata.js +1 -1
- package/internal-do-not-import-from-here/models/data/workflows/Workflow.d.ts +15 -15
- package/internal-do-not-import-from-here/models/data/workflows/Workflow.js +1 -1
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.d.ts +16 -16
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.js +1 -1
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTask.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTask.js +1 -1
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTaskHistory.d.ts +9 -9
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTaskHistory.js +1 -1
- package/internal-do-not-import-from-here/models/data/workflows/index.d.ts +7 -7
- package/internal-do-not-import-from-here/models/data/workflows/index.js +7 -7
- package/internal-do-not-import-from-here/models/index.d.ts +15 -15
- package/internal-do-not-import-from-here/models/index.js +16 -16
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +15 -15
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +28 -28
- package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/mediapicker/index.js +1 -1
- package/internal-do-not-import-from-here/models/messaging/DocumentLibraryViewRegistration.d.ts +9 -9
- package/internal-do-not-import-from-here/models/messaging/DocumentLibraryViewRegistration.js +1 -1
- package/internal-do-not-import-from-here/models/messaging/DocumentRollupViewRegistration.d.ts +9 -9
- package/internal-do-not-import-from-here/models/messaging/DocumentRollupViewRegistration.js +1 -1
- package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +9 -9
- package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.js +1 -1
- package/internal-do-not-import-from-here/models/messaging/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/messaging/index.js +3 -3
- package/internal-do-not-import-from-here/models/paging/IPagingServerQuery.d.ts +17 -17
- package/internal-do-not-import-from-here/models/paging/IPagingServerQuery.js +1 -1
- package/internal-do-not-import-from-here/models/paging/PagingServerQuery.d.ts +18 -18
- package/internal-do-not-import-from-here/models/paging/PagingServerQuery.js +44 -44
- package/internal-do-not-import-from-here/models/paging/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/paging/index.js +2 -2
- package/internal-do-not-import-from-here/models/processes/ProcessBooleanPropertyInfo.d.ts +6 -6
- package/internal-do-not-import-from-here/models/processes/ProcessBooleanPropertyInfo.js +1 -1
- package/internal-do-not-import-from-here/models/processes/ProcessDatetimePropertyInfo.d.ts +7 -7
- package/internal-do-not-import-from-here/models/processes/ProcessDatetimePropertyInfo.js +1 -1
- package/internal-do-not-import-from-here/models/processes/ProcessMoveInfo.d.ts +6 -6
- package/internal-do-not-import-from-here/models/processes/ProcessMoveInfo.js +1 -1
- package/internal-do-not-import-from-here/models/processes/ProcessNumberPropertyInfo.d.ts +6 -6
- package/internal-do-not-import-from-here/models/processes/ProcessNumberPropertyInfo.js +1 -1
- package/internal-do-not-import-from-here/models/processes/ProcessPersonPropertyInfo.d.ts +7 -7
- package/internal-do-not-import-from-here/models/processes/ProcessPersonPropertyInfo.js +1 -1
- package/internal-do-not-import-from-here/models/processes/ProcessPropertyInfo.d.ts +8 -8
- package/internal-do-not-import-from-here/models/processes/ProcessPropertyInfo.js +1 -1
- package/internal-do-not-import-from-here/models/processes/ProcessReference.d.ts +7 -7
- package/internal-do-not-import-from-here/models/processes/ProcessReference.js +1 -1
- package/internal-do-not-import-from-here/models/processes/ProcessReferenceData.d.ts +18 -18
- package/internal-do-not-import-from-here/models/processes/ProcessReferenceData.js +1 -1
- package/internal-do-not-import-from-here/models/processes/ProcessTaxonomyPropertyInfo.d.ts +10 -10
- package/internal-do-not-import-from-here/models/processes/ProcessTaxonomyPropertyInfo.js +1 -1
- package/internal-do-not-import-from-here/models/processes/ProcessTextPropertyInfo.d.ts +6 -6
- package/internal-do-not-import-from-here/models/processes/ProcessTextPropertyInfo.js +1 -1
- package/internal-do-not-import-from-here/models/processes/index.d.ts +10 -10
- package/internal-do-not-import-from-here/models/processes/index.js +10 -10
- package/internal-do-not-import-from-here/models/richtexteditorextensions/EmoticonsExtension.d.ts +13 -13
- package/internal-do-not-import-from-here/models/richtexteditorextensions/EmoticonsExtension.js +1 -1
- package/internal-do-not-import-from-here/models/richtexteditorextensions/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/richtexteditorextensions/index.js +1 -1
- package/internal-do-not-import-from-here/models/route/OPMRoute.d.ts +16 -16
- package/internal-do-not-import-from-here/models/route/OPMRoute.js +1 -1
- package/internal-do-not-import-from-here/models/route/OPMRouteStateData.d.ts +3 -3
- package/internal-do-not-import-from-here/models/route/OPMRouteStateData.js +1 -1
- package/internal-do-not-import-from-here/models/route/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/route/index.js +2 -2
- package/internal-do-not-import-from-here/models/shared/IdDict.d.ts +3 -3
- package/internal-do-not-import-from-here/models/shared/IdDict.js +1 -1
- package/internal-do-not-import-from-here/models/shared/Version.d.ts +4 -4
- package/internal-do-not-import-from-here/models/shared/Version.js +1 -1
- package/internal-do-not-import-from-here/models/shared/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/shared/index.js +2 -2
- package/internal-do-not-import-from-here/models/styles/AddShapePanelStyles.d.ts +4 -4
- package/internal-do-not-import-from-here/models/styles/AddShapePanelStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/DialogStyles.d.ts +20 -20
- package/internal-do-not-import-from-here/models/styles/DialogStyles.js +3 -3
- package/internal-do-not-import-from-here/models/styles/DrawingCanvasSettingsStyles.d.ts +4 -4
- package/internal-do-not-import-from-here/models/styles/DrawingCanvasSettingsStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/FreeformPickerStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/FreeformPickerStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/IColor.d.ts +12 -12
- package/internal-do-not-import-from-here/models/styles/IColor.js +1 -1
- package/internal-do-not-import-from-here/models/styles/MediaPickerStyles.d.ts +5 -5
- package/internal-do-not-import-from-here/models/styles/MediaPickerStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/NavigationNodeStyles.d.ts +13 -13
- package/internal-do-not-import-from-here/models/styles/NavigationNodeStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.d.ts +14 -14
- package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.js +5 -5
- package/internal-do-not-import-from-here/models/styles/ProcessFieldDisplayStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/ProcessFieldDisplayStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/ProcessPickerStyles.d.ts +9 -9
- package/internal-do-not-import-from-here/models/styles/ProcessPickerStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/ProcessStepDrawingStyles.d.ts +10 -10
- package/internal-do-not-import-from-here/models/styles/ProcessStepDrawingStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/ProcessStepPickerStyles.d.ts +11 -11
- package/internal-do-not-import-from-here/models/styles/ProcessStepPickerStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/ShapeGalleryDefaultSettingStyles.d.ts +6 -6
- package/internal-do-not-import-from-here/models/styles/ShapeGalleryDefaultSettingStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/ShapeSelectionStyles.d.ts +12 -12
- package/internal-do-not-import-from-here/models/styles/ShapeSelectionStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/ShapeSettingsStyles.d.ts +5 -5
- package/internal-do-not-import-from-here/models/styles/ShapeSettingsStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/ShapeTypeStyles.d.ts +8 -8
- package/internal-do-not-import-from-here/models/styles/ShapeTypeStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/TitleBlockStyles.d.ts +5 -5
- package/internal-do-not-import-from-here/models/styles/TitleBlockStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.d.ts +5 -5
- package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.js +1 -1
- package/internal-do-not-import-from-here/models/styles/index.d.ts +18 -18
- package/internal-do-not-import-from-here/models/styles/index.js +18 -18
- package/internal-do-not-import-from-here/processshape/fabricshape/FabricShapeData.d.ts +18 -18
- package/internal-do-not-import-from-here/processshape/fabricshape/index.d.ts +1 -1
- package/internal-do-not-import-from-here/processshape/index.d.ts +2 -2
- package/internal-do-not-import-from-here/processshape/shapes/Shape.d.ts +34 -34
- package/internal-do-not-import-from-here/processshape/shapes/ShapeObject.d.ts +9 -9
- package/internal-do-not-import-from-here/processshape/shapes/index.d.ts +2 -2
- package/internal-do-not-import-from-here/routing/OPMRouter.d.ts +40 -40
- package/internal-do-not-import-from-here/routing/index.d.ts +1 -1
- package/internal-do-not-import-from-here/security/security.d.ts +14 -14
- package/internal-do-not-import-from-here/services/ImageService.d.ts +6 -6
- package/internal-do-not-import-from-here/services/MoveProcessService.d.ts +5 -5
- package/internal-do-not-import-from-here/services/PermissionService.d.ts +6 -6
- package/internal-do-not-import-from-here/services/ProcessFeedbackService.d.ts +9 -9
- package/internal-do-not-import-from-here/services/ProcessRollupService.d.ts +8 -8
- package/internal-do-not-import-from-here/services/ProcessService.d.ts +38 -38
- package/internal-do-not-import-from-here/services/ProcessTemplateService.d.ts +12 -12
- package/internal-do-not-import-from-here/services/ProcessTypeService.d.ts +14 -14
- package/internal-do-not-import-from-here/services/QueryablePropertiesService.d.ts +10 -10
- package/internal-do-not-import-from-here/services/SettingsService.d.ts +8 -8
- package/internal-do-not-import-from-here/services/ShapeTemplateService.d.ts +12 -12
- package/internal-do-not-import-from-here/services/SharePointTaskService.d.ts +7 -7
- package/internal-do-not-import-from-here/services/TeamAppPropertyService.d.ts +8 -8
- package/internal-do-not-import-from-here/services/index.d.ts +13 -13
- package/internal-do-not-import-from-here/settingsprovider/DocumentRollupSettingsProvider.d.ts +13 -13
- package/internal-do-not-import-from-here/settingsprovider/PageRollupSettingsProvider.d.ts +13 -13
- package/internal-do-not-import-from-here/settingsprovider/index.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/CurrentProcessStore.d.ts +58 -58
- package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +76 -76
- package/internal-do-not-import-from-here/stores/ProcessTemplateStore.d.ts +21 -21
- package/internal-do-not-import-from-here/stores/ProcessTypeStore.d.ts +42 -42
- package/internal-do-not-import-from-here/stores/SettingsStore.d.ts +22 -22
- package/internal-do-not-import-from-here/stores/ShapeTemplateStore.d.ts +21 -21
- package/internal-do-not-import-from-here/stores/index.d.ts +6 -6
- package/internal-do-not-import-from-here/utils.d.ts +33 -33
- package/models/index.d.ts +3 -3
- package/models/index.js +6 -6
- package/models/package.json +28 -28
- package/package.json +28 -28
- package/task.d.ts +1 -1
- package/task.js +19 -19
- package/task.ts +26 -26
@@ -1,361 +1,361 @@
|
|
1
|
-
export var Enums;
|
2
|
-
(function (Enums) {
|
3
|
-
var DocumentViewEnums;
|
4
|
-
(function (DocumentViewEnums) {
|
5
|
-
var PagingType;
|
6
|
-
(function (PagingType) {
|
7
|
-
PagingType[PagingType["NoPaging"] = 1] = "NoPaging";
|
8
|
-
PagingType[PagingType["Classic"] = 2] = "Classic";
|
9
|
-
PagingType[PagingType["Scroll"] = 3] = "Scroll";
|
10
|
-
})(PagingType = DocumentViewEnums.PagingType || (DocumentViewEnums.PagingType = {}));
|
11
|
-
var BooleamFilterOption;
|
12
|
-
(function (BooleamFilterOption) {
|
13
|
-
BooleamFilterOption[BooleamFilterOption["Yes"] = 1] = "Yes";
|
14
|
-
BooleamFilterOption[BooleamFilterOption["No"] = 2] = "No";
|
15
|
-
})(BooleamFilterOption = DocumentViewEnums.BooleamFilterOption || (DocumentViewEnums.BooleamFilterOption = {}));
|
16
|
-
var RefinerOrderBy;
|
17
|
-
(function (RefinerOrderBy) {
|
18
|
-
RefinerOrderBy[RefinerOrderBy["Count"] = 1] = "Count";
|
19
|
-
RefinerOrderBy[RefinerOrderBy["Alphabetic"] = 2] = "Alphabetic";
|
20
|
-
})(RefinerOrderBy = DocumentViewEnums.RefinerOrderBy || (DocumentViewEnums.RefinerOrderBy = {}));
|
21
|
-
var Positions;
|
22
|
-
(function (Positions) {
|
23
|
-
Positions[Positions["Top"] = 1] = "Top";
|
24
|
-
Positions[Positions["Left"] = 2] = "Left";
|
25
|
-
Positions[Positions["Right"] = 3] = "Right";
|
26
|
-
})(Positions = DocumentViewEnums.Positions || (DocumentViewEnums.Positions = {}));
|
27
|
-
var DateTimeMode;
|
28
|
-
(function (DateTimeMode) {
|
29
|
-
DateTimeMode[DateTimeMode["Normal"] = 1] = "Normal";
|
30
|
-
DateTimeMode[DateTimeMode["Social"] = 2] = "Social";
|
31
|
-
})(DateTimeMode = DocumentViewEnums.DateTimeMode || (DocumentViewEnums.DateTimeMode = {}));
|
32
|
-
var ManagedPropertyOption;
|
33
|
-
(function (ManagedPropertyOption) {
|
34
|
-
ManagedPropertyOption[ManagedPropertyOption["Refinable"] = 1] = "Refinable";
|
35
|
-
ManagedPropertyOption[ManagedPropertyOption["Retrievable"] = 2] = "Retrievable";
|
36
|
-
ManagedPropertyOption[ManagedPropertyOption["Sortable"] = 3] = "Sortable";
|
37
|
-
ManagedPropertyOption[ManagedPropertyOption["Queryable"] = 4] = "Queryable";
|
38
|
-
})(ManagedPropertyOption = DocumentViewEnums.ManagedPropertyOption || (DocumentViewEnums.ManagedPropertyOption = {}));
|
39
|
-
var DatePeriods;
|
40
|
-
(function (DatePeriods) {
|
41
|
-
DatePeriods[DatePeriods["OneWeekFromToday"] = 1] = "OneWeekFromToday";
|
42
|
-
DatePeriods[DatePeriods["TwoWeeksFromToday"] = 2] = "TwoWeeksFromToday";
|
43
|
-
DatePeriods[DatePeriods["OneMonthFromToday"] = 3] = "OneMonthFromToday";
|
44
|
-
})(DatePeriods = DocumentViewEnums.DatePeriods || (DocumentViewEnums.DatePeriods = {}));
|
45
|
-
var OrderDirection;
|
46
|
-
(function (OrderDirection) {
|
47
|
-
OrderDirection[OrderDirection["Ascending"] = 1] = "Ascending";
|
48
|
-
OrderDirection[OrderDirection["Descending"] = 2] = "Descending";
|
49
|
-
})(OrderDirection = DocumentViewEnums.OrderDirection || (DocumentViewEnums.OrderDirection = {}));
|
50
|
-
var VersionPublishingTypes;
|
51
|
-
(function (VersionPublishingTypes) {
|
52
|
-
VersionPublishingTypes[VersionPublishingTypes["NewEdition"] = 1] = "NewEdition";
|
53
|
-
VersionPublishingTypes[VersionPublishingTypes["NewRevision"] = 2] = "NewRevision";
|
54
|
-
})(VersionPublishingTypes = DocumentViewEnums.VersionPublishingTypes || (DocumentViewEnums.VersionPublishingTypes = {}));
|
55
|
-
var ProcessingStatus;
|
56
|
-
(function (ProcessingStatus) {
|
57
|
-
ProcessingStatus[ProcessingStatus["None"] = 0] = "None";
|
58
|
-
ProcessingStatus[ProcessingStatus["Done"] = 1] = "Done";
|
59
|
-
ProcessingStatus[ProcessingStatus["SavingProperties"] = 2] = "SavingProperties";
|
60
|
-
ProcessingStatus[ProcessingStatus["FileIsLocked"] = 3] = "FileIsLocked";
|
61
|
-
ProcessingStatus[ProcessingStatus["FailedUpdatingProperties"] = 4] = "FailedUpdatingProperties";
|
62
|
-
})(ProcessingStatus = DocumentViewEnums.ProcessingStatus || (DocumentViewEnums.ProcessingStatus = {}));
|
63
|
-
var LibraryDocumentStatus;
|
64
|
-
(function (LibraryDocumentStatus) {
|
65
|
-
LibraryDocumentStatus[LibraryDocumentStatus["Draft"] = 0] = "Draft";
|
66
|
-
LibraryDocumentStatus[LibraryDocumentStatus["Published"] = 1] = "Published";
|
67
|
-
LibraryDocumentStatus[LibraryDocumentStatus["SendingForReview"] = 2] = "SendingForReview";
|
68
|
-
LibraryDocumentStatus[LibraryDocumentStatus["SentForReview"] = 3] = "SentForReview";
|
69
|
-
LibraryDocumentStatus[LibraryDocumentStatus["SendingForApproval"] = 4] = "SendingForApproval";
|
70
|
-
LibraryDocumentStatus[LibraryDocumentStatus["WaitingForApproval"] = 5] = "WaitingForApproval";
|
71
|
-
LibraryDocumentStatus[LibraryDocumentStatus["CancellingReview"] = 6] = "CancellingReview";
|
72
|
-
LibraryDocumentStatus[LibraryDocumentStatus["SavingProperties"] = 7] = "SavingProperties";
|
73
|
-
LibraryDocumentStatus[LibraryDocumentStatus["Publishing"] = 8] = "Publishing";
|
74
|
-
LibraryDocumentStatus[LibraryDocumentStatus["CancellingApproval"] = 9] = "CancellingApproval";
|
75
|
-
LibraryDocumentStatus[LibraryDocumentStatus["MovingToOtherSite"] = 10] = "MovingToOtherSite";
|
76
|
-
LibraryDocumentStatus[LibraryDocumentStatus["ReceivingFromOtherSite"] = 11] = "ReceivingFromOtherSite";
|
77
|
-
LibraryDocumentStatus[LibraryDocumentStatus["MovedToOtherSite"] = 12] = "MovedToOtherSite";
|
78
|
-
LibraryDocumentStatus[LibraryDocumentStatus["RepublishingBySystem"] = 13] = "RepublishingBySystem";
|
79
|
-
LibraryDocumentStatus[LibraryDocumentStatus["NotFound"] = 14] = "NotFound";
|
80
|
-
LibraryDocumentStatus[LibraryDocumentStatus["UsingByOtherProcess"] = 15] = "UsingByOtherProcess";
|
81
|
-
LibraryDocumentStatus[LibraryDocumentStatus["IsNotLatestEdition"] = 16] = "IsNotLatestEdition";
|
82
|
-
LibraryDocumentStatus[LibraryDocumentStatus["FailedSendingForReview"] = 17] = "FailedSendingForReview";
|
83
|
-
LibraryDocumentStatus[LibraryDocumentStatus["FailedSendingForApproval"] = 18] = "FailedSendingForApproval";
|
84
|
-
LibraryDocumentStatus[LibraryDocumentStatus["FailedCancellingReview"] = 19] = "FailedCancellingReview";
|
85
|
-
LibraryDocumentStatus[LibraryDocumentStatus["FailedCancellingApproval"] = 20] = "FailedCancellingApproval";
|
86
|
-
LibraryDocumentStatus[LibraryDocumentStatus["FailedPublishing"] = 21] = "FailedPublishing";
|
87
|
-
LibraryDocumentStatus[LibraryDocumentStatus["FailedConvertToPDF"] = 22] = "FailedConvertToPDF";
|
88
|
-
LibraryDocumentStatus[LibraryDocumentStatus["FailedMovingToOtherSite"] = 23] = "FailedMovingToOtherSite";
|
89
|
-
LibraryDocumentStatus[LibraryDocumentStatus["FailedRepublishingBySystem"] = 24] = "FailedRepublishingBySystem";
|
90
|
-
LibraryDocumentStatus[LibraryDocumentStatus["CreatingDraft"] = 25] = "CreatingDraft";
|
91
|
-
LibraryDocumentStatus[LibraryDocumentStatus["FailedCreatingDraft"] = 26] = "FailedCreatingDraft";
|
92
|
-
LibraryDocumentStatus[LibraryDocumentStatus["FileIsLocked"] = 27] = "FileIsLocked";
|
93
|
-
LibraryDocumentStatus[LibraryDocumentStatus["Archived"] = 28] = "Archived";
|
94
|
-
LibraryDocumentStatus[LibraryDocumentStatus["Unprocessed"] = 29] = "Unprocessed";
|
95
|
-
LibraryDocumentStatus[LibraryDocumentStatus["HasDraftVersion"] = 30] = "HasDraftVersion";
|
96
|
-
LibraryDocumentStatus[LibraryDocumentStatus["RequiredFieldUpdateError"] = 31] = "RequiredFieldUpdateError";
|
97
|
-
LibraryDocumentStatus[LibraryDocumentStatus["NoDocumentTypeError"] = 32] = "NoDocumentTypeError";
|
98
|
-
})(LibraryDocumentStatus = DocumentViewEnums.LibraryDocumentStatus || (DocumentViewEnums.LibraryDocumentStatus = {}));
|
99
|
-
var TaskContentType;
|
100
|
-
(function (TaskContentType) {
|
101
|
-
TaskContentType[TaskContentType["Undefined"] = 0] = "Undefined";
|
102
|
-
TaskContentType[TaskContentType["ApprovalTask"] = 1] = "ApprovalTask";
|
103
|
-
TaskContentType[TaskContentType["ReviewReminderTask"] = 2] = "ReviewReminderTask";
|
104
|
-
TaskContentType[TaskContentType["ReviewTask"] = 3] = "ReviewTask";
|
105
|
-
})(TaskContentType = DocumentViewEnums.TaskContentType || (DocumentViewEnums.TaskContentType = {}));
|
106
|
-
var TaskViewType;
|
107
|
-
(function (TaskViewType) {
|
108
|
-
TaskViewType[TaskViewType["AssignedToMe"] = 1] = "AssignedToMe";
|
109
|
-
TaskViewType[TaskViewType["AssignedByMe"] = 2] = "AssignedByMe";
|
110
|
-
TaskViewType[TaskViewType["CompletedTasks"] = 3] = "CompletedTasks";
|
111
|
-
})(TaskViewType = DocumentViewEnums.TaskViewType || (DocumentViewEnums.TaskViewType = {}));
|
112
|
-
var StartPageTab;
|
113
|
-
(function (StartPageTab) {
|
114
|
-
StartPageTab[StartPageTab["Drafts"] = 0] = "Drafts";
|
115
|
-
StartPageTab[StartPageTab["Tasks"] = 1] = "Tasks";
|
116
|
-
StartPageTab[StartPageTab["Published"] = 2] = "Published";
|
117
|
-
})(StartPageTab = DocumentViewEnums.StartPageTab || (DocumentViewEnums.StartPageTab = {}));
|
118
|
-
var DocumentAccessTypes;
|
119
|
-
(function (DocumentAccessTypes) {
|
120
|
-
DocumentAccessTypes[DocumentAccessTypes["DefaultReaderGroup"] = 0] = "DefaultReaderGroup";
|
121
|
-
DocumentAccessTypes[DocumentAccessTypes["LimitedAccess"] = 1] = "LimitedAccess";
|
122
|
-
})(DocumentAccessTypes = DocumentViewEnums.DocumentAccessTypes || (DocumentViewEnums.DocumentAccessTypes = {}));
|
123
|
-
var WorkflowCompletedType;
|
124
|
-
(function (WorkflowCompletedType) {
|
125
|
-
WorkflowCompletedType[WorkflowCompletedType["None"] = 0] = "None";
|
126
|
-
WorkflowCompletedType[WorkflowCompletedType["AllTasksDone"] = 1] = "AllTasksDone";
|
127
|
-
WorkflowCompletedType[WorkflowCompletedType["MeetDueDate"] = 2] = "MeetDueDate";
|
128
|
-
WorkflowCompletedType[WorkflowCompletedType["Cancelled"] = 3] = "Cancelled";
|
129
|
-
})(WorkflowCompletedType = DocumentViewEnums.WorkflowCompletedType || (DocumentViewEnums.WorkflowCompletedType = {}));
|
130
|
-
var DocumentRoles;
|
131
|
-
(function (DocumentRoles) {
|
132
|
-
DocumentRoles[DocumentRoles["View"] = 1] = "View";
|
133
|
-
DocumentRoles[DocumentRoles["Edit"] = 2] = "Edit";
|
134
|
-
DocumentRoles[DocumentRoles["Delete"] = 3] = "Delete";
|
135
|
-
DocumentRoles[DocumentRoles["Approve"] = 4] = "Approve";
|
136
|
-
})(DocumentRoles = DocumentViewEnums.DocumentRoles || (DocumentViewEnums.DocumentRoles = {}));
|
137
|
-
var DocumentActions;
|
138
|
-
(function (DocumentActions) {
|
139
|
-
DocumentActions[DocumentActions["View"] = 0] = "View";
|
140
|
-
DocumentActions[DocumentActions["Edit"] = 1] = "Edit";
|
141
|
-
DocumentActions[DocumentActions["Delete"] = 2] = "Delete";
|
142
|
-
DocumentActions[DocumentActions["SendForReview"] = 3] = "SendForReview";
|
143
|
-
DocumentActions[DocumentActions["Publish"] = 4] = "Publish";
|
144
|
-
DocumentActions[DocumentActions["CreateDraft"] = 5] = "CreateDraft";
|
145
|
-
DocumentActions[DocumentActions["Unpublish"] = 6] = "Unpublish";
|
146
|
-
DocumentActions[DocumentActions["ViewHistory"] = 7] = "ViewHistory";
|
147
|
-
DocumentActions[DocumentActions["MoveDocument"] = 8] = "MoveDocument";
|
148
|
-
DocumentActions[DocumentActions["RelatedDocuments"] = 9] = "RelatedDocuments";
|
149
|
-
DocumentActions[DocumentActions["Appendices"] = 10] = "Appendices";
|
150
|
-
DocumentActions[DocumentActions["ViewReadReceiptStatus"] = 11] = "ViewReadReceiptStatus";
|
151
|
-
DocumentActions[DocumentActions["RelatedProcesses"] = 12] = "RelatedProcesses";
|
152
|
-
DocumentActions[DocumentActions["CopyLink"] = 13] = "CopyLink";
|
153
|
-
})(DocumentActions = DocumentViewEnums.DocumentActions || (DocumentViewEnums.DocumentActions = {}));
|
154
|
-
var WorkflowType;
|
155
|
-
(function (WorkflowType) {
|
156
|
-
WorkflowType[WorkflowType["ReviewWorkflow"] = 1] = "ReviewWorkflow";
|
157
|
-
WorkflowType[WorkflowType["PublishWorkflow"] = 2] = "PublishWorkflow";
|
158
|
-
WorkflowType[WorkflowType["CreateDraft"] = 3] = "CreateDraft";
|
159
|
-
WorkflowType[WorkflowType["MovedDocument"] = 4] = "MovedDocument";
|
160
|
-
})(WorkflowType = DocumentViewEnums.WorkflowType || (DocumentViewEnums.WorkflowType = {}));
|
161
|
-
var ReviewReminderTaskOutcome;
|
162
|
-
(function (ReviewReminderTaskOutcome) {
|
163
|
-
ReviewReminderTaskOutcome[ReviewReminderTaskOutcome["Undefined"] = 0] = "Undefined";
|
164
|
-
ReviewReminderTaskOutcome[ReviewReminderTaskOutcome["CreateDraft"] = 1] = "CreateDraft";
|
165
|
-
ReviewReminderTaskOutcome[ReviewReminderTaskOutcome["Unpublish"] = 2] = "Unpublish";
|
166
|
-
ReviewReminderTaskOutcome[ReviewReminderTaskOutcome["SetNewReviewDate"] = 3] = "SetNewReviewDate";
|
167
|
-
})(ReviewReminderTaskOutcome = DocumentViewEnums.ReviewReminderTaskOutcome || (DocumentViewEnums.ReviewReminderTaskOutcome = {}));
|
168
|
-
var ApprovalTaskOutcome;
|
169
|
-
(function (ApprovalTaskOutcome) {
|
170
|
-
ApprovalTaskOutcome[ApprovalTaskOutcome["Approved"] = 1] = "Approved";
|
171
|
-
ApprovalTaskOutcome[ApprovalTaskOutcome["Rejected"] = 2] = "Rejected";
|
172
|
-
})(ApprovalTaskOutcome = DocumentViewEnums.ApprovalTaskOutcome || (DocumentViewEnums.ApprovalTaskOutcome = {}));
|
173
|
-
var CreateDraftType;
|
174
|
-
(function (CreateDraftType) {
|
175
|
-
CreateDraftType[CreateDraftType["CurrentEdition"] = 1] = "CurrentEdition";
|
176
|
-
CreateDraftType[CreateDraftType["PreviousEdition"] = 2] = "PreviousEdition";
|
177
|
-
CreateDraftType[CreateDraftType["UploadNewFile"] = 3] = "UploadNewFile";
|
178
|
-
})(CreateDraftType = DocumentViewEnums.CreateDraftType || (DocumentViewEnums.CreateDraftType = {}));
|
179
|
-
var CreateDraftFromTemplateType;
|
180
|
-
(function (CreateDraftFromTemplateType) {
|
181
|
-
CreateDraftFromTemplateType[CreateDraftFromTemplateType["JustCreateDraft"] = 1] = "JustCreateDraft";
|
182
|
-
CreateDraftFromTemplateType[CreateDraftFromTemplateType["Merge"] = 2] = "Merge";
|
183
|
-
})(CreateDraftFromTemplateType = DocumentViewEnums.CreateDraftFromTemplateType || (DocumentViewEnums.CreateDraftFromTemplateType = {}));
|
184
|
-
var ViewDocumentPropertyMode;
|
185
|
-
(function (ViewDocumentPropertyMode) {
|
186
|
-
ViewDocumentPropertyMode[ViewDocumentPropertyMode["Draft"] = 0] = "Draft";
|
187
|
-
ViewDocumentPropertyMode[ViewDocumentPropertyMode["Publish"] = 1] = "Publish";
|
188
|
-
ViewDocumentPropertyMode[ViewDocumentPropertyMode["ControlledDocument"] = 2] = "ControlledDocument";
|
189
|
-
ViewDocumentPropertyMode[ViewDocumentPropertyMode["SearchResult"] = 3] = "SearchResult";
|
190
|
-
})(ViewDocumentPropertyMode = DocumentViewEnums.ViewDocumentPropertyMode || (DocumentViewEnums.ViewDocumentPropertyMode = {}));
|
191
|
-
var QueryScope;
|
192
|
-
(function (QueryScope) {
|
193
|
-
QueryScope[QueryScope["AllDocuments"] = 0] = "AllDocuments";
|
194
|
-
QueryScope[QueryScope["PublishedDocuments"] = 1] = "PublishedDocuments";
|
195
|
-
QueryScope[QueryScope["ArchivedDocuments"] = 2] = "ArchivedDocuments";
|
196
|
-
})(QueryScope = DocumentViewEnums.QueryScope || (DocumentViewEnums.QueryScope = {}));
|
197
|
-
var QueryConfigurationType;
|
198
|
-
(function (QueryConfigurationType) {
|
199
|
-
QueryConfigurationType[QueryConfigurationType["QueryBuilder"] = 0] = "QueryBuilder";
|
200
|
-
QueryConfigurationType[QueryConfigurationType["PickDocuments"] = 1] = "PickDocuments";
|
201
|
-
})(QueryConfigurationType = DocumentViewEnums.QueryConfigurationType || (DocumentViewEnums.QueryConfigurationType = {}));
|
202
|
-
})(DocumentViewEnums = Enums.DocumentViewEnums || (Enums.DocumentViewEnums = {}));
|
203
|
-
var DocumentStatisticsEnums;
|
204
|
-
(function (DocumentStatisticsEnums) {
|
205
|
-
var StatisticsType;
|
206
|
-
(function (StatisticsType) {
|
207
|
-
StatisticsType[StatisticsType["DraftDocuments"] = 0] = "DraftDocuments";
|
208
|
-
StatisticsType[StatisticsType["PublishedDocuments"] = 1] = "PublishedDocuments";
|
209
|
-
StatisticsType[StatisticsType["ArchivedDocuments"] = 2] = "ArchivedDocuments";
|
210
|
-
StatisticsType[StatisticsType["PastReviewDate"] = 3] = "PastReviewDate";
|
211
|
-
StatisticsType[StatisticsType["SentForComments"] = 4] = "SentForComments";
|
212
|
-
StatisticsType[StatisticsType["WaitingForApproval"] = 5] = "WaitingForApproval";
|
213
|
-
})(StatisticsType = DocumentStatisticsEnums.StatisticsType || (DocumentStatisticsEnums.StatisticsType = {}));
|
214
|
-
})(DocumentStatisticsEnums = Enums.DocumentStatisticsEnums || (Enums.DocumentStatisticsEnums = {}));
|
215
|
-
var DocumentPicker;
|
216
|
-
(function (DocumentPicker) {
|
217
|
-
var CategoryType;
|
218
|
-
(function (CategoryType) {
|
219
|
-
CategoryType[CategoryType["SharePointLibrary"] = 0] = "SharePointLibrary";
|
220
|
-
CategoryType[CategoryType["SearchProvider"] = 1] = "SearchProvider";
|
221
|
-
})(CategoryType = DocumentPicker.CategoryType || (DocumentPicker.CategoryType = {}));
|
222
|
-
var ListItemResultType;
|
223
|
-
(function (ListItemResultType) {
|
224
|
-
ListItemResultType[ListItemResultType["Document"] = 0] = "Document";
|
225
|
-
ListItemResultType[ListItemResultType["Folder"] = 1] = "Folder";
|
226
|
-
})(ListItemResultType = DocumentPicker.ListItemResultType || (DocumentPicker.ListItemResultType = {}));
|
227
|
-
var UploadingFileStatus;
|
228
|
-
(function (UploadingFileStatus) {
|
229
|
-
UploadingFileStatus[UploadingFileStatus["checking"] = 0] = "checking";
|
230
|
-
UploadingFileStatus[UploadingFileStatus["invalid"] = 1] = "invalid";
|
231
|
-
UploadingFileStatus[UploadingFileStatus["uploading"] = 2] = "uploading";
|
232
|
-
UploadingFileStatus[UploadingFileStatus["finish"] = 3] = "finish";
|
233
|
-
UploadingFileStatus[UploadingFileStatus["fail"] = 4] = "fail";
|
234
|
-
})(UploadingFileStatus = DocumentPicker.UploadingFileStatus || (DocumentPicker.UploadingFileStatus = {}));
|
235
|
-
var PickerMode;
|
236
|
-
(function (PickerMode) {
|
237
|
-
PickerMode[PickerMode["listingResult"] = 0] = "listingResult";
|
238
|
-
PickerMode[PickerMode["pickOnly"] = 1] = "pickOnly";
|
239
|
-
})(PickerMode = DocumentPicker.PickerMode || (DocumentPicker.PickerMode = {}));
|
240
|
-
})(DocumentPicker = Enums.DocumentPicker || (Enums.DocumentPicker = {}));
|
241
|
-
var ProcessViewEnums;
|
242
|
-
(function (ProcessViewEnums) {
|
243
|
-
var QueryScope;
|
244
|
-
(function (QueryScope) {
|
245
|
-
QueryScope[QueryScope["PublishedProcesses"] = 1] = "PublishedProcesses";
|
246
|
-
QueryScope[QueryScope["ArchivedProcesses"] = 2] = "ArchivedProcesses";
|
247
|
-
})(QueryScope = ProcessViewEnums.QueryScope || (ProcessViewEnums.QueryScope = {}));
|
248
|
-
var BuildInProcessTitleTextStyleFormatting;
|
249
|
-
(function (BuildInProcessTitleTextStyleFormatting) {
|
250
|
-
BuildInProcessTitleTextStyleFormatting["Normal"] = "afc69d06-73d4-4021-a692-8e0f3c80ba1f";
|
251
|
-
BuildInProcessTitleTextStyleFormatting["Heading1"] = "d0f88100-d170-4416-90b3-d20eacb25d60";
|
252
|
-
BuildInProcessTitleTextStyleFormatting["Heading2"] = "834d394c-6517-4134-8488-52b47ee2e32e";
|
253
|
-
BuildInProcessTitleTextStyleFormatting["Heading3"] = "3abb88f8-a937-49df-a346-f0465b265656";
|
254
|
-
BuildInProcessTitleTextStyleFormatting["Heading4"] = "9f717035-c3ce-45f6-9f66-76df59faf7fa";
|
255
|
-
BuildInProcessTitleTextStyleFormatting["Heading5"] = "2b4051d1-a9ed-450e-9bdf-1f6eaa6721e3";
|
256
|
-
BuildInProcessTitleTextStyleFormatting["Heading6"] = "f0b42e88-47e3-4b69-8d11-393683214810";
|
257
|
-
BuildInProcessTitleTextStyleFormatting["Custom"] = "00000000-0000-0000-0000-000000000000";
|
258
|
-
})(BuildInProcessTitleTextStyleFormatting = ProcessViewEnums.BuildInProcessTitleTextStyleFormatting || (ProcessViewEnums.BuildInProcessTitleTextStyleFormatting = {}));
|
259
|
-
var TaxonomyFilterType;
|
260
|
-
(function (TaxonomyFilterType) {
|
261
|
-
TaxonomyFilterType[TaxonomyFilterType["FixedValue"] = 1] = "FixedValue";
|
262
|
-
TaxonomyFilterType[TaxonomyFilterType["CurrentPage"] = 2] = "CurrentPage";
|
263
|
-
TaxonomyFilterType[TaxonomyFilterType["User"] = 3] = "User";
|
264
|
-
})(TaxonomyFilterType = ProcessViewEnums.TaxonomyFilterType || (ProcessViewEnums.TaxonomyFilterType = {}));
|
265
|
-
var OrderDirection;
|
266
|
-
(function (OrderDirection) {
|
267
|
-
OrderDirection[OrderDirection["Ascending"] = 1] = "Ascending";
|
268
|
-
OrderDirection[OrderDirection["Descending"] = 2] = "Descending";
|
269
|
-
})(OrderDirection = ProcessViewEnums.OrderDirection || (ProcessViewEnums.OrderDirection = {}));
|
270
|
-
var PagingType;
|
271
|
-
(function (PagingType) {
|
272
|
-
PagingType[PagingType["NoPaging"] = 1] = "NoPaging";
|
273
|
-
PagingType[PagingType["Classic"] = 2] = "Classic";
|
274
|
-
PagingType[PagingType["Scroll"] = 3] = "Scroll";
|
275
|
-
})(PagingType = ProcessViewEnums.PagingType || (ProcessViewEnums.PagingType = {}));
|
276
|
-
var StartPageTab;
|
277
|
-
(function (StartPageTab) {
|
278
|
-
StartPageTab[StartPageTab["Drafts"] = 0] = "Drafts";
|
279
|
-
StartPageTab[StartPageTab["Tasks"] = 1] = "Tasks";
|
280
|
-
StartPageTab[StartPageTab["Published"] = 2] = "Published";
|
281
|
-
})(StartPageTab = ProcessViewEnums.StartPageTab || (ProcessViewEnums.StartPageTab = {}));
|
282
|
-
var PropertyType;
|
283
|
-
(function (PropertyType) {
|
284
|
-
PropertyType[PropertyType["None"] = 0] = "None";
|
285
|
-
PropertyType[PropertyType["Text"] = 1] = "Text";
|
286
|
-
PropertyType[PropertyType["Number"] = 2] = "Number";
|
287
|
-
})(PropertyType = ProcessViewEnums.PropertyType || (ProcessViewEnums.PropertyType = {}));
|
288
|
-
var ProcessAccessTypes;
|
289
|
-
(function (ProcessAccessTypes) {
|
290
|
-
ProcessAccessTypes[ProcessAccessTypes["DefaultReaderGroup"] = 0] = "DefaultReaderGroup";
|
291
|
-
ProcessAccessTypes[ProcessAccessTypes["LimitedAccess"] = 1] = "LimitedAccess";
|
292
|
-
})(ProcessAccessTypes = ProcessViewEnums.ProcessAccessTypes || (ProcessViewEnums.ProcessAccessTypes = {}));
|
293
|
-
var Positions;
|
294
|
-
(function (Positions) {
|
295
|
-
Positions[Positions["Top"] = 1] = "Top";
|
296
|
-
Positions[Positions["Left"] = 2] = "Left";
|
297
|
-
Positions[Positions["Right"] = 3] = "Right";
|
298
|
-
})(Positions = ProcessViewEnums.Positions || (ProcessViewEnums.Positions = {}));
|
299
|
-
var DatePeriods;
|
300
|
-
(function (DatePeriods) {
|
301
|
-
DatePeriods[DatePeriods["OneWeekFromToday"] = 1] = "OneWeekFromToday";
|
302
|
-
DatePeriods[DatePeriods["TwoWeeksFromToday"] = 2] = "TwoWeeksFromToday";
|
303
|
-
DatePeriods[DatePeriods["OneMonthFromToday"] = 3] = "OneMonthFromToday";
|
304
|
-
DatePeriods[DatePeriods["LaterThanNow"] = 4] = "LaterThanNow";
|
305
|
-
DatePeriods[DatePeriods["EarlierThanNow"] = 5] = "EarlierThanNow";
|
306
|
-
})(DatePeriods = ProcessViewEnums.DatePeriods || (ProcessViewEnums.DatePeriods = {}));
|
307
|
-
var RefinerOrderBy;
|
308
|
-
(function (RefinerOrderBy) {
|
309
|
-
RefinerOrderBy[RefinerOrderBy["Count"] = 1] = "Count";
|
310
|
-
RefinerOrderBy[RefinerOrderBy["Alphabetic"] = 2] = "Alphabetic";
|
311
|
-
})(RefinerOrderBy = ProcessViewEnums.RefinerOrderBy || (ProcessViewEnums.RefinerOrderBy = {}));
|
312
|
-
var BooleamFilterOption;
|
313
|
-
(function (BooleamFilterOption) {
|
314
|
-
BooleamFilterOption[BooleamFilterOption["Yes"] = 1] = "Yes";
|
315
|
-
BooleamFilterOption[BooleamFilterOption["No"] = 2] = "No";
|
316
|
-
})(BooleamFilterOption = ProcessViewEnums.BooleamFilterOption || (ProcessViewEnums.BooleamFilterOption = {}));
|
317
|
-
var DateTimeMode;
|
318
|
-
(function (DateTimeMode) {
|
319
|
-
DateTimeMode[DateTimeMode["Normal"] = 1] = "Normal";
|
320
|
-
DateTimeMode[DateTimeMode["Social"] = 2] = "Social";
|
321
|
-
})(DateTimeMode = ProcessViewEnums.DateTimeMode || (ProcessViewEnums.DateTimeMode = {}));
|
322
|
-
var HeadingFormatting;
|
323
|
-
(function (HeadingFormatting) {
|
324
|
-
HeadingFormatting[HeadingFormatting["Normal"] = 0] = "Normal";
|
325
|
-
HeadingFormatting[HeadingFormatting["Heading1"] = 1] = "Heading1";
|
326
|
-
HeadingFormatting[HeadingFormatting["Heading2"] = 2] = "Heading2";
|
327
|
-
HeadingFormatting[HeadingFormatting["Heading3"] = 3] = "Heading3";
|
328
|
-
})(HeadingFormatting = ProcessViewEnums.HeadingFormatting || (ProcessViewEnums.HeadingFormatting = {}));
|
329
|
-
})(ProcessViewEnums = Enums.ProcessViewEnums || (Enums.ProcessViewEnums = {}));
|
330
|
-
var ShapeTypes;
|
331
|
-
(function (ShapeTypes) {
|
332
|
-
ShapeTypes[ShapeTypes["None"] = 0] = "None";
|
333
|
-
ShapeTypes[ShapeTypes["ProcessStep"] = 1] = "ProcessStep";
|
334
|
-
ShapeTypes[ShapeTypes["Link"] = 2] = "Link";
|
335
|
-
})(ShapeTypes = Enums.ShapeTypes || (Enums.ShapeTypes = {}));
|
336
|
-
var WorkflowEnums;
|
337
|
-
(function (WorkflowEnums) {
|
338
|
-
var VersionPublishingTypes;
|
339
|
-
(function (VersionPublishingTypes) {
|
340
|
-
VersionPublishingTypes[VersionPublishingTypes["NewEdition"] = 1] = "NewEdition";
|
341
|
-
VersionPublishingTypes[VersionPublishingTypes["NewRevision"] = 2] = "NewRevision";
|
342
|
-
})(VersionPublishingTypes = WorkflowEnums.VersionPublishingTypes || (WorkflowEnums.VersionPublishingTypes = {}));
|
343
|
-
})(WorkflowEnums = Enums.WorkflowEnums || (Enums.WorkflowEnums = {}));
|
344
|
-
var LinkType;
|
345
|
-
(function (LinkType) {
|
346
|
-
LinkType[LinkType["CustomLink"] = 0] = "CustomLink";
|
347
|
-
LinkType[LinkType["Heading"] = 1] = "Heading";
|
348
|
-
})(LinkType = Enums.LinkType || (Enums.LinkType = {}));
|
349
|
-
var TaskContentType;
|
350
|
-
(function (TaskContentType) {
|
351
|
-
TaskContentType[TaskContentType["Undefined"] = 0] = "Undefined";
|
352
|
-
TaskContentType[TaskContentType["ApprovalTask"] = 1] = "ApprovalTask";
|
353
|
-
TaskContentType[TaskContentType["ReviewReminderTask"] = 2] = "ReviewReminderTask";
|
354
|
-
})(TaskContentType = Enums.TaskContentType || (Enums.TaskContentType = {}));
|
355
|
-
var TaskViewType;
|
356
|
-
(function (TaskViewType) {
|
357
|
-
TaskViewType[TaskViewType["AssignedToMe"] = 1] = "AssignedToMe";
|
358
|
-
TaskViewType[TaskViewType["AssignedByMe"] = 2] = "AssignedByMe";
|
359
|
-
TaskViewType[TaskViewType["CompletedTasks"] = 3] = "CompletedTasks";
|
360
|
-
})(TaskViewType = Enums.TaskViewType || (Enums.TaskViewType = {}));
|
361
|
-
})(Enums || (Enums = {}));
|
1
|
+
export var Enums;
|
2
|
+
(function (Enums) {
|
3
|
+
var DocumentViewEnums;
|
4
|
+
(function (DocumentViewEnums) {
|
5
|
+
var PagingType;
|
6
|
+
(function (PagingType) {
|
7
|
+
PagingType[PagingType["NoPaging"] = 1] = "NoPaging";
|
8
|
+
PagingType[PagingType["Classic"] = 2] = "Classic";
|
9
|
+
PagingType[PagingType["Scroll"] = 3] = "Scroll";
|
10
|
+
})(PagingType = DocumentViewEnums.PagingType || (DocumentViewEnums.PagingType = {}));
|
11
|
+
var BooleamFilterOption;
|
12
|
+
(function (BooleamFilterOption) {
|
13
|
+
BooleamFilterOption[BooleamFilterOption["Yes"] = 1] = "Yes";
|
14
|
+
BooleamFilterOption[BooleamFilterOption["No"] = 2] = "No";
|
15
|
+
})(BooleamFilterOption = DocumentViewEnums.BooleamFilterOption || (DocumentViewEnums.BooleamFilterOption = {}));
|
16
|
+
var RefinerOrderBy;
|
17
|
+
(function (RefinerOrderBy) {
|
18
|
+
RefinerOrderBy[RefinerOrderBy["Count"] = 1] = "Count";
|
19
|
+
RefinerOrderBy[RefinerOrderBy["Alphabetic"] = 2] = "Alphabetic";
|
20
|
+
})(RefinerOrderBy = DocumentViewEnums.RefinerOrderBy || (DocumentViewEnums.RefinerOrderBy = {}));
|
21
|
+
var Positions;
|
22
|
+
(function (Positions) {
|
23
|
+
Positions[Positions["Top"] = 1] = "Top";
|
24
|
+
Positions[Positions["Left"] = 2] = "Left";
|
25
|
+
Positions[Positions["Right"] = 3] = "Right";
|
26
|
+
})(Positions = DocumentViewEnums.Positions || (DocumentViewEnums.Positions = {}));
|
27
|
+
var DateTimeMode;
|
28
|
+
(function (DateTimeMode) {
|
29
|
+
DateTimeMode[DateTimeMode["Normal"] = 1] = "Normal";
|
30
|
+
DateTimeMode[DateTimeMode["Social"] = 2] = "Social";
|
31
|
+
})(DateTimeMode = DocumentViewEnums.DateTimeMode || (DocumentViewEnums.DateTimeMode = {}));
|
32
|
+
var ManagedPropertyOption;
|
33
|
+
(function (ManagedPropertyOption) {
|
34
|
+
ManagedPropertyOption[ManagedPropertyOption["Refinable"] = 1] = "Refinable";
|
35
|
+
ManagedPropertyOption[ManagedPropertyOption["Retrievable"] = 2] = "Retrievable";
|
36
|
+
ManagedPropertyOption[ManagedPropertyOption["Sortable"] = 3] = "Sortable";
|
37
|
+
ManagedPropertyOption[ManagedPropertyOption["Queryable"] = 4] = "Queryable";
|
38
|
+
})(ManagedPropertyOption = DocumentViewEnums.ManagedPropertyOption || (DocumentViewEnums.ManagedPropertyOption = {}));
|
39
|
+
var DatePeriods;
|
40
|
+
(function (DatePeriods) {
|
41
|
+
DatePeriods[DatePeriods["OneWeekFromToday"] = 1] = "OneWeekFromToday";
|
42
|
+
DatePeriods[DatePeriods["TwoWeeksFromToday"] = 2] = "TwoWeeksFromToday";
|
43
|
+
DatePeriods[DatePeriods["OneMonthFromToday"] = 3] = "OneMonthFromToday";
|
44
|
+
})(DatePeriods = DocumentViewEnums.DatePeriods || (DocumentViewEnums.DatePeriods = {}));
|
45
|
+
var OrderDirection;
|
46
|
+
(function (OrderDirection) {
|
47
|
+
OrderDirection[OrderDirection["Ascending"] = 1] = "Ascending";
|
48
|
+
OrderDirection[OrderDirection["Descending"] = 2] = "Descending";
|
49
|
+
})(OrderDirection = DocumentViewEnums.OrderDirection || (DocumentViewEnums.OrderDirection = {}));
|
50
|
+
var VersionPublishingTypes;
|
51
|
+
(function (VersionPublishingTypes) {
|
52
|
+
VersionPublishingTypes[VersionPublishingTypes["NewEdition"] = 1] = "NewEdition";
|
53
|
+
VersionPublishingTypes[VersionPublishingTypes["NewRevision"] = 2] = "NewRevision";
|
54
|
+
})(VersionPublishingTypes = DocumentViewEnums.VersionPublishingTypes || (DocumentViewEnums.VersionPublishingTypes = {}));
|
55
|
+
var ProcessingStatus;
|
56
|
+
(function (ProcessingStatus) {
|
57
|
+
ProcessingStatus[ProcessingStatus["None"] = 0] = "None";
|
58
|
+
ProcessingStatus[ProcessingStatus["Done"] = 1] = "Done";
|
59
|
+
ProcessingStatus[ProcessingStatus["SavingProperties"] = 2] = "SavingProperties";
|
60
|
+
ProcessingStatus[ProcessingStatus["FileIsLocked"] = 3] = "FileIsLocked";
|
61
|
+
ProcessingStatus[ProcessingStatus["FailedUpdatingProperties"] = 4] = "FailedUpdatingProperties";
|
62
|
+
})(ProcessingStatus = DocumentViewEnums.ProcessingStatus || (DocumentViewEnums.ProcessingStatus = {}));
|
63
|
+
var LibraryDocumentStatus;
|
64
|
+
(function (LibraryDocumentStatus) {
|
65
|
+
LibraryDocumentStatus[LibraryDocumentStatus["Draft"] = 0] = "Draft";
|
66
|
+
LibraryDocumentStatus[LibraryDocumentStatus["Published"] = 1] = "Published";
|
67
|
+
LibraryDocumentStatus[LibraryDocumentStatus["SendingForReview"] = 2] = "SendingForReview";
|
68
|
+
LibraryDocumentStatus[LibraryDocumentStatus["SentForReview"] = 3] = "SentForReview";
|
69
|
+
LibraryDocumentStatus[LibraryDocumentStatus["SendingForApproval"] = 4] = "SendingForApproval";
|
70
|
+
LibraryDocumentStatus[LibraryDocumentStatus["WaitingForApproval"] = 5] = "WaitingForApproval";
|
71
|
+
LibraryDocumentStatus[LibraryDocumentStatus["CancellingReview"] = 6] = "CancellingReview";
|
72
|
+
LibraryDocumentStatus[LibraryDocumentStatus["SavingProperties"] = 7] = "SavingProperties";
|
73
|
+
LibraryDocumentStatus[LibraryDocumentStatus["Publishing"] = 8] = "Publishing";
|
74
|
+
LibraryDocumentStatus[LibraryDocumentStatus["CancellingApproval"] = 9] = "CancellingApproval";
|
75
|
+
LibraryDocumentStatus[LibraryDocumentStatus["MovingToOtherSite"] = 10] = "MovingToOtherSite";
|
76
|
+
LibraryDocumentStatus[LibraryDocumentStatus["ReceivingFromOtherSite"] = 11] = "ReceivingFromOtherSite";
|
77
|
+
LibraryDocumentStatus[LibraryDocumentStatus["MovedToOtherSite"] = 12] = "MovedToOtherSite";
|
78
|
+
LibraryDocumentStatus[LibraryDocumentStatus["RepublishingBySystem"] = 13] = "RepublishingBySystem";
|
79
|
+
LibraryDocumentStatus[LibraryDocumentStatus["NotFound"] = 14] = "NotFound";
|
80
|
+
LibraryDocumentStatus[LibraryDocumentStatus["UsingByOtherProcess"] = 15] = "UsingByOtherProcess";
|
81
|
+
LibraryDocumentStatus[LibraryDocumentStatus["IsNotLatestEdition"] = 16] = "IsNotLatestEdition";
|
82
|
+
LibraryDocumentStatus[LibraryDocumentStatus["FailedSendingForReview"] = 17] = "FailedSendingForReview";
|
83
|
+
LibraryDocumentStatus[LibraryDocumentStatus["FailedSendingForApproval"] = 18] = "FailedSendingForApproval";
|
84
|
+
LibraryDocumentStatus[LibraryDocumentStatus["FailedCancellingReview"] = 19] = "FailedCancellingReview";
|
85
|
+
LibraryDocumentStatus[LibraryDocumentStatus["FailedCancellingApproval"] = 20] = "FailedCancellingApproval";
|
86
|
+
LibraryDocumentStatus[LibraryDocumentStatus["FailedPublishing"] = 21] = "FailedPublishing";
|
87
|
+
LibraryDocumentStatus[LibraryDocumentStatus["FailedConvertToPDF"] = 22] = "FailedConvertToPDF";
|
88
|
+
LibraryDocumentStatus[LibraryDocumentStatus["FailedMovingToOtherSite"] = 23] = "FailedMovingToOtherSite";
|
89
|
+
LibraryDocumentStatus[LibraryDocumentStatus["FailedRepublishingBySystem"] = 24] = "FailedRepublishingBySystem";
|
90
|
+
LibraryDocumentStatus[LibraryDocumentStatus["CreatingDraft"] = 25] = "CreatingDraft";
|
91
|
+
LibraryDocumentStatus[LibraryDocumentStatus["FailedCreatingDraft"] = 26] = "FailedCreatingDraft";
|
92
|
+
LibraryDocumentStatus[LibraryDocumentStatus["FileIsLocked"] = 27] = "FileIsLocked";
|
93
|
+
LibraryDocumentStatus[LibraryDocumentStatus["Archived"] = 28] = "Archived";
|
94
|
+
LibraryDocumentStatus[LibraryDocumentStatus["Unprocessed"] = 29] = "Unprocessed";
|
95
|
+
LibraryDocumentStatus[LibraryDocumentStatus["HasDraftVersion"] = 30] = "HasDraftVersion";
|
96
|
+
LibraryDocumentStatus[LibraryDocumentStatus["RequiredFieldUpdateError"] = 31] = "RequiredFieldUpdateError";
|
97
|
+
LibraryDocumentStatus[LibraryDocumentStatus["NoDocumentTypeError"] = 32] = "NoDocumentTypeError";
|
98
|
+
})(LibraryDocumentStatus = DocumentViewEnums.LibraryDocumentStatus || (DocumentViewEnums.LibraryDocumentStatus = {}));
|
99
|
+
var TaskContentType;
|
100
|
+
(function (TaskContentType) {
|
101
|
+
TaskContentType[TaskContentType["Undefined"] = 0] = "Undefined";
|
102
|
+
TaskContentType[TaskContentType["ApprovalTask"] = 1] = "ApprovalTask";
|
103
|
+
TaskContentType[TaskContentType["ReviewReminderTask"] = 2] = "ReviewReminderTask";
|
104
|
+
TaskContentType[TaskContentType["ReviewTask"] = 3] = "ReviewTask";
|
105
|
+
})(TaskContentType = DocumentViewEnums.TaskContentType || (DocumentViewEnums.TaskContentType = {}));
|
106
|
+
var TaskViewType;
|
107
|
+
(function (TaskViewType) {
|
108
|
+
TaskViewType[TaskViewType["AssignedToMe"] = 1] = "AssignedToMe";
|
109
|
+
TaskViewType[TaskViewType["AssignedByMe"] = 2] = "AssignedByMe";
|
110
|
+
TaskViewType[TaskViewType["CompletedTasks"] = 3] = "CompletedTasks";
|
111
|
+
})(TaskViewType = DocumentViewEnums.TaskViewType || (DocumentViewEnums.TaskViewType = {}));
|
112
|
+
var StartPageTab;
|
113
|
+
(function (StartPageTab) {
|
114
|
+
StartPageTab[StartPageTab["Drafts"] = 0] = "Drafts";
|
115
|
+
StartPageTab[StartPageTab["Tasks"] = 1] = "Tasks";
|
116
|
+
StartPageTab[StartPageTab["Published"] = 2] = "Published";
|
117
|
+
})(StartPageTab = DocumentViewEnums.StartPageTab || (DocumentViewEnums.StartPageTab = {}));
|
118
|
+
var DocumentAccessTypes;
|
119
|
+
(function (DocumentAccessTypes) {
|
120
|
+
DocumentAccessTypes[DocumentAccessTypes["DefaultReaderGroup"] = 0] = "DefaultReaderGroup";
|
121
|
+
DocumentAccessTypes[DocumentAccessTypes["LimitedAccess"] = 1] = "LimitedAccess";
|
122
|
+
})(DocumentAccessTypes = DocumentViewEnums.DocumentAccessTypes || (DocumentViewEnums.DocumentAccessTypes = {}));
|
123
|
+
var WorkflowCompletedType;
|
124
|
+
(function (WorkflowCompletedType) {
|
125
|
+
WorkflowCompletedType[WorkflowCompletedType["None"] = 0] = "None";
|
126
|
+
WorkflowCompletedType[WorkflowCompletedType["AllTasksDone"] = 1] = "AllTasksDone";
|
127
|
+
WorkflowCompletedType[WorkflowCompletedType["MeetDueDate"] = 2] = "MeetDueDate";
|
128
|
+
WorkflowCompletedType[WorkflowCompletedType["Cancelled"] = 3] = "Cancelled";
|
129
|
+
})(WorkflowCompletedType = DocumentViewEnums.WorkflowCompletedType || (DocumentViewEnums.WorkflowCompletedType = {}));
|
130
|
+
var DocumentRoles;
|
131
|
+
(function (DocumentRoles) {
|
132
|
+
DocumentRoles[DocumentRoles["View"] = 1] = "View";
|
133
|
+
DocumentRoles[DocumentRoles["Edit"] = 2] = "Edit";
|
134
|
+
DocumentRoles[DocumentRoles["Delete"] = 3] = "Delete";
|
135
|
+
DocumentRoles[DocumentRoles["Approve"] = 4] = "Approve";
|
136
|
+
})(DocumentRoles = DocumentViewEnums.DocumentRoles || (DocumentViewEnums.DocumentRoles = {}));
|
137
|
+
var DocumentActions;
|
138
|
+
(function (DocumentActions) {
|
139
|
+
DocumentActions[DocumentActions["View"] = 0] = "View";
|
140
|
+
DocumentActions[DocumentActions["Edit"] = 1] = "Edit";
|
141
|
+
DocumentActions[DocumentActions["Delete"] = 2] = "Delete";
|
142
|
+
DocumentActions[DocumentActions["SendForReview"] = 3] = "SendForReview";
|
143
|
+
DocumentActions[DocumentActions["Publish"] = 4] = "Publish";
|
144
|
+
DocumentActions[DocumentActions["CreateDraft"] = 5] = "CreateDraft";
|
145
|
+
DocumentActions[DocumentActions["Unpublish"] = 6] = "Unpublish";
|
146
|
+
DocumentActions[DocumentActions["ViewHistory"] = 7] = "ViewHistory";
|
147
|
+
DocumentActions[DocumentActions["MoveDocument"] = 8] = "MoveDocument";
|
148
|
+
DocumentActions[DocumentActions["RelatedDocuments"] = 9] = "RelatedDocuments";
|
149
|
+
DocumentActions[DocumentActions["Appendices"] = 10] = "Appendices";
|
150
|
+
DocumentActions[DocumentActions["ViewReadReceiptStatus"] = 11] = "ViewReadReceiptStatus";
|
151
|
+
DocumentActions[DocumentActions["RelatedProcesses"] = 12] = "RelatedProcesses";
|
152
|
+
DocumentActions[DocumentActions["CopyLink"] = 13] = "CopyLink";
|
153
|
+
})(DocumentActions = DocumentViewEnums.DocumentActions || (DocumentViewEnums.DocumentActions = {}));
|
154
|
+
var WorkflowType;
|
155
|
+
(function (WorkflowType) {
|
156
|
+
WorkflowType[WorkflowType["ReviewWorkflow"] = 1] = "ReviewWorkflow";
|
157
|
+
WorkflowType[WorkflowType["PublishWorkflow"] = 2] = "PublishWorkflow";
|
158
|
+
WorkflowType[WorkflowType["CreateDraft"] = 3] = "CreateDraft";
|
159
|
+
WorkflowType[WorkflowType["MovedDocument"] = 4] = "MovedDocument";
|
160
|
+
})(WorkflowType = DocumentViewEnums.WorkflowType || (DocumentViewEnums.WorkflowType = {}));
|
161
|
+
var ReviewReminderTaskOutcome;
|
162
|
+
(function (ReviewReminderTaskOutcome) {
|
163
|
+
ReviewReminderTaskOutcome[ReviewReminderTaskOutcome["Undefined"] = 0] = "Undefined";
|
164
|
+
ReviewReminderTaskOutcome[ReviewReminderTaskOutcome["CreateDraft"] = 1] = "CreateDraft";
|
165
|
+
ReviewReminderTaskOutcome[ReviewReminderTaskOutcome["Unpublish"] = 2] = "Unpublish";
|
166
|
+
ReviewReminderTaskOutcome[ReviewReminderTaskOutcome["SetNewReviewDate"] = 3] = "SetNewReviewDate";
|
167
|
+
})(ReviewReminderTaskOutcome = DocumentViewEnums.ReviewReminderTaskOutcome || (DocumentViewEnums.ReviewReminderTaskOutcome = {}));
|
168
|
+
var ApprovalTaskOutcome;
|
169
|
+
(function (ApprovalTaskOutcome) {
|
170
|
+
ApprovalTaskOutcome[ApprovalTaskOutcome["Approved"] = 1] = "Approved";
|
171
|
+
ApprovalTaskOutcome[ApprovalTaskOutcome["Rejected"] = 2] = "Rejected";
|
172
|
+
})(ApprovalTaskOutcome = DocumentViewEnums.ApprovalTaskOutcome || (DocumentViewEnums.ApprovalTaskOutcome = {}));
|
173
|
+
var CreateDraftType;
|
174
|
+
(function (CreateDraftType) {
|
175
|
+
CreateDraftType[CreateDraftType["CurrentEdition"] = 1] = "CurrentEdition";
|
176
|
+
CreateDraftType[CreateDraftType["PreviousEdition"] = 2] = "PreviousEdition";
|
177
|
+
CreateDraftType[CreateDraftType["UploadNewFile"] = 3] = "UploadNewFile";
|
178
|
+
})(CreateDraftType = DocumentViewEnums.CreateDraftType || (DocumentViewEnums.CreateDraftType = {}));
|
179
|
+
var CreateDraftFromTemplateType;
|
180
|
+
(function (CreateDraftFromTemplateType) {
|
181
|
+
CreateDraftFromTemplateType[CreateDraftFromTemplateType["JustCreateDraft"] = 1] = "JustCreateDraft";
|
182
|
+
CreateDraftFromTemplateType[CreateDraftFromTemplateType["Merge"] = 2] = "Merge";
|
183
|
+
})(CreateDraftFromTemplateType = DocumentViewEnums.CreateDraftFromTemplateType || (DocumentViewEnums.CreateDraftFromTemplateType = {}));
|
184
|
+
var ViewDocumentPropertyMode;
|
185
|
+
(function (ViewDocumentPropertyMode) {
|
186
|
+
ViewDocumentPropertyMode[ViewDocumentPropertyMode["Draft"] = 0] = "Draft";
|
187
|
+
ViewDocumentPropertyMode[ViewDocumentPropertyMode["Publish"] = 1] = "Publish";
|
188
|
+
ViewDocumentPropertyMode[ViewDocumentPropertyMode["ControlledDocument"] = 2] = "ControlledDocument";
|
189
|
+
ViewDocumentPropertyMode[ViewDocumentPropertyMode["SearchResult"] = 3] = "SearchResult";
|
190
|
+
})(ViewDocumentPropertyMode = DocumentViewEnums.ViewDocumentPropertyMode || (DocumentViewEnums.ViewDocumentPropertyMode = {}));
|
191
|
+
var QueryScope;
|
192
|
+
(function (QueryScope) {
|
193
|
+
QueryScope[QueryScope["AllDocuments"] = 0] = "AllDocuments";
|
194
|
+
QueryScope[QueryScope["PublishedDocuments"] = 1] = "PublishedDocuments";
|
195
|
+
QueryScope[QueryScope["ArchivedDocuments"] = 2] = "ArchivedDocuments";
|
196
|
+
})(QueryScope = DocumentViewEnums.QueryScope || (DocumentViewEnums.QueryScope = {}));
|
197
|
+
var QueryConfigurationType;
|
198
|
+
(function (QueryConfigurationType) {
|
199
|
+
QueryConfigurationType[QueryConfigurationType["QueryBuilder"] = 0] = "QueryBuilder";
|
200
|
+
QueryConfigurationType[QueryConfigurationType["PickDocuments"] = 1] = "PickDocuments";
|
201
|
+
})(QueryConfigurationType = DocumentViewEnums.QueryConfigurationType || (DocumentViewEnums.QueryConfigurationType = {}));
|
202
|
+
})(DocumentViewEnums = Enums.DocumentViewEnums || (Enums.DocumentViewEnums = {}));
|
203
|
+
var DocumentStatisticsEnums;
|
204
|
+
(function (DocumentStatisticsEnums) {
|
205
|
+
var StatisticsType;
|
206
|
+
(function (StatisticsType) {
|
207
|
+
StatisticsType[StatisticsType["DraftDocuments"] = 0] = "DraftDocuments";
|
208
|
+
StatisticsType[StatisticsType["PublishedDocuments"] = 1] = "PublishedDocuments";
|
209
|
+
StatisticsType[StatisticsType["ArchivedDocuments"] = 2] = "ArchivedDocuments";
|
210
|
+
StatisticsType[StatisticsType["PastReviewDate"] = 3] = "PastReviewDate";
|
211
|
+
StatisticsType[StatisticsType["SentForComments"] = 4] = "SentForComments";
|
212
|
+
StatisticsType[StatisticsType["WaitingForApproval"] = 5] = "WaitingForApproval";
|
213
|
+
})(StatisticsType = DocumentStatisticsEnums.StatisticsType || (DocumentStatisticsEnums.StatisticsType = {}));
|
214
|
+
})(DocumentStatisticsEnums = Enums.DocumentStatisticsEnums || (Enums.DocumentStatisticsEnums = {}));
|
215
|
+
var DocumentPicker;
|
216
|
+
(function (DocumentPicker) {
|
217
|
+
var CategoryType;
|
218
|
+
(function (CategoryType) {
|
219
|
+
CategoryType[CategoryType["SharePointLibrary"] = 0] = "SharePointLibrary";
|
220
|
+
CategoryType[CategoryType["SearchProvider"] = 1] = "SearchProvider";
|
221
|
+
})(CategoryType = DocumentPicker.CategoryType || (DocumentPicker.CategoryType = {}));
|
222
|
+
var ListItemResultType;
|
223
|
+
(function (ListItemResultType) {
|
224
|
+
ListItemResultType[ListItemResultType["Document"] = 0] = "Document";
|
225
|
+
ListItemResultType[ListItemResultType["Folder"] = 1] = "Folder";
|
226
|
+
})(ListItemResultType = DocumentPicker.ListItemResultType || (DocumentPicker.ListItemResultType = {}));
|
227
|
+
var UploadingFileStatus;
|
228
|
+
(function (UploadingFileStatus) {
|
229
|
+
UploadingFileStatus[UploadingFileStatus["checking"] = 0] = "checking";
|
230
|
+
UploadingFileStatus[UploadingFileStatus["invalid"] = 1] = "invalid";
|
231
|
+
UploadingFileStatus[UploadingFileStatus["uploading"] = 2] = "uploading";
|
232
|
+
UploadingFileStatus[UploadingFileStatus["finish"] = 3] = "finish";
|
233
|
+
UploadingFileStatus[UploadingFileStatus["fail"] = 4] = "fail";
|
234
|
+
})(UploadingFileStatus = DocumentPicker.UploadingFileStatus || (DocumentPicker.UploadingFileStatus = {}));
|
235
|
+
var PickerMode;
|
236
|
+
(function (PickerMode) {
|
237
|
+
PickerMode[PickerMode["listingResult"] = 0] = "listingResult";
|
238
|
+
PickerMode[PickerMode["pickOnly"] = 1] = "pickOnly";
|
239
|
+
})(PickerMode = DocumentPicker.PickerMode || (DocumentPicker.PickerMode = {}));
|
240
|
+
})(DocumentPicker = Enums.DocumentPicker || (Enums.DocumentPicker = {}));
|
241
|
+
var ProcessViewEnums;
|
242
|
+
(function (ProcessViewEnums) {
|
243
|
+
var QueryScope;
|
244
|
+
(function (QueryScope) {
|
245
|
+
QueryScope[QueryScope["PublishedProcesses"] = 1] = "PublishedProcesses";
|
246
|
+
QueryScope[QueryScope["ArchivedProcesses"] = 2] = "ArchivedProcesses";
|
247
|
+
})(QueryScope = ProcessViewEnums.QueryScope || (ProcessViewEnums.QueryScope = {}));
|
248
|
+
var BuildInProcessTitleTextStyleFormatting;
|
249
|
+
(function (BuildInProcessTitleTextStyleFormatting) {
|
250
|
+
BuildInProcessTitleTextStyleFormatting["Normal"] = "afc69d06-73d4-4021-a692-8e0f3c80ba1f";
|
251
|
+
BuildInProcessTitleTextStyleFormatting["Heading1"] = "d0f88100-d170-4416-90b3-d20eacb25d60";
|
252
|
+
BuildInProcessTitleTextStyleFormatting["Heading2"] = "834d394c-6517-4134-8488-52b47ee2e32e";
|
253
|
+
BuildInProcessTitleTextStyleFormatting["Heading3"] = "3abb88f8-a937-49df-a346-f0465b265656";
|
254
|
+
BuildInProcessTitleTextStyleFormatting["Heading4"] = "9f717035-c3ce-45f6-9f66-76df59faf7fa";
|
255
|
+
BuildInProcessTitleTextStyleFormatting["Heading5"] = "2b4051d1-a9ed-450e-9bdf-1f6eaa6721e3";
|
256
|
+
BuildInProcessTitleTextStyleFormatting["Heading6"] = "f0b42e88-47e3-4b69-8d11-393683214810";
|
257
|
+
BuildInProcessTitleTextStyleFormatting["Custom"] = "00000000-0000-0000-0000-000000000000";
|
258
|
+
})(BuildInProcessTitleTextStyleFormatting = ProcessViewEnums.BuildInProcessTitleTextStyleFormatting || (ProcessViewEnums.BuildInProcessTitleTextStyleFormatting = {}));
|
259
|
+
var TaxonomyFilterType;
|
260
|
+
(function (TaxonomyFilterType) {
|
261
|
+
TaxonomyFilterType[TaxonomyFilterType["FixedValue"] = 1] = "FixedValue";
|
262
|
+
TaxonomyFilterType[TaxonomyFilterType["CurrentPage"] = 2] = "CurrentPage";
|
263
|
+
TaxonomyFilterType[TaxonomyFilterType["User"] = 3] = "User";
|
264
|
+
})(TaxonomyFilterType = ProcessViewEnums.TaxonomyFilterType || (ProcessViewEnums.TaxonomyFilterType = {}));
|
265
|
+
var OrderDirection;
|
266
|
+
(function (OrderDirection) {
|
267
|
+
OrderDirection[OrderDirection["Ascending"] = 1] = "Ascending";
|
268
|
+
OrderDirection[OrderDirection["Descending"] = 2] = "Descending";
|
269
|
+
})(OrderDirection = ProcessViewEnums.OrderDirection || (ProcessViewEnums.OrderDirection = {}));
|
270
|
+
var PagingType;
|
271
|
+
(function (PagingType) {
|
272
|
+
PagingType[PagingType["NoPaging"] = 1] = "NoPaging";
|
273
|
+
PagingType[PagingType["Classic"] = 2] = "Classic";
|
274
|
+
PagingType[PagingType["Scroll"] = 3] = "Scroll";
|
275
|
+
})(PagingType = ProcessViewEnums.PagingType || (ProcessViewEnums.PagingType = {}));
|
276
|
+
var StartPageTab;
|
277
|
+
(function (StartPageTab) {
|
278
|
+
StartPageTab[StartPageTab["Drafts"] = 0] = "Drafts";
|
279
|
+
StartPageTab[StartPageTab["Tasks"] = 1] = "Tasks";
|
280
|
+
StartPageTab[StartPageTab["Published"] = 2] = "Published";
|
281
|
+
})(StartPageTab = ProcessViewEnums.StartPageTab || (ProcessViewEnums.StartPageTab = {}));
|
282
|
+
var PropertyType;
|
283
|
+
(function (PropertyType) {
|
284
|
+
PropertyType[PropertyType["None"] = 0] = "None";
|
285
|
+
PropertyType[PropertyType["Text"] = 1] = "Text";
|
286
|
+
PropertyType[PropertyType["Number"] = 2] = "Number";
|
287
|
+
})(PropertyType = ProcessViewEnums.PropertyType || (ProcessViewEnums.PropertyType = {}));
|
288
|
+
var ProcessAccessTypes;
|
289
|
+
(function (ProcessAccessTypes) {
|
290
|
+
ProcessAccessTypes[ProcessAccessTypes["DefaultReaderGroup"] = 0] = "DefaultReaderGroup";
|
291
|
+
ProcessAccessTypes[ProcessAccessTypes["LimitedAccess"] = 1] = "LimitedAccess";
|
292
|
+
})(ProcessAccessTypes = ProcessViewEnums.ProcessAccessTypes || (ProcessViewEnums.ProcessAccessTypes = {}));
|
293
|
+
var Positions;
|
294
|
+
(function (Positions) {
|
295
|
+
Positions[Positions["Top"] = 1] = "Top";
|
296
|
+
Positions[Positions["Left"] = 2] = "Left";
|
297
|
+
Positions[Positions["Right"] = 3] = "Right";
|
298
|
+
})(Positions = ProcessViewEnums.Positions || (ProcessViewEnums.Positions = {}));
|
299
|
+
var DatePeriods;
|
300
|
+
(function (DatePeriods) {
|
301
|
+
DatePeriods[DatePeriods["OneWeekFromToday"] = 1] = "OneWeekFromToday";
|
302
|
+
DatePeriods[DatePeriods["TwoWeeksFromToday"] = 2] = "TwoWeeksFromToday";
|
303
|
+
DatePeriods[DatePeriods["OneMonthFromToday"] = 3] = "OneMonthFromToday";
|
304
|
+
DatePeriods[DatePeriods["LaterThanNow"] = 4] = "LaterThanNow";
|
305
|
+
DatePeriods[DatePeriods["EarlierThanNow"] = 5] = "EarlierThanNow";
|
306
|
+
})(DatePeriods = ProcessViewEnums.DatePeriods || (ProcessViewEnums.DatePeriods = {}));
|
307
|
+
var RefinerOrderBy;
|
308
|
+
(function (RefinerOrderBy) {
|
309
|
+
RefinerOrderBy[RefinerOrderBy["Count"] = 1] = "Count";
|
310
|
+
RefinerOrderBy[RefinerOrderBy["Alphabetic"] = 2] = "Alphabetic";
|
311
|
+
})(RefinerOrderBy = ProcessViewEnums.RefinerOrderBy || (ProcessViewEnums.RefinerOrderBy = {}));
|
312
|
+
var BooleamFilterOption;
|
313
|
+
(function (BooleamFilterOption) {
|
314
|
+
BooleamFilterOption[BooleamFilterOption["Yes"] = 1] = "Yes";
|
315
|
+
BooleamFilterOption[BooleamFilterOption["No"] = 2] = "No";
|
316
|
+
})(BooleamFilterOption = ProcessViewEnums.BooleamFilterOption || (ProcessViewEnums.BooleamFilterOption = {}));
|
317
|
+
var DateTimeMode;
|
318
|
+
(function (DateTimeMode) {
|
319
|
+
DateTimeMode[DateTimeMode["Normal"] = 1] = "Normal";
|
320
|
+
DateTimeMode[DateTimeMode["Social"] = 2] = "Social";
|
321
|
+
})(DateTimeMode = ProcessViewEnums.DateTimeMode || (ProcessViewEnums.DateTimeMode = {}));
|
322
|
+
var HeadingFormatting;
|
323
|
+
(function (HeadingFormatting) {
|
324
|
+
HeadingFormatting[HeadingFormatting["Normal"] = 0] = "Normal";
|
325
|
+
HeadingFormatting[HeadingFormatting["Heading1"] = 1] = "Heading1";
|
326
|
+
HeadingFormatting[HeadingFormatting["Heading2"] = 2] = "Heading2";
|
327
|
+
HeadingFormatting[HeadingFormatting["Heading3"] = 3] = "Heading3";
|
328
|
+
})(HeadingFormatting = ProcessViewEnums.HeadingFormatting || (ProcessViewEnums.HeadingFormatting = {}));
|
329
|
+
})(ProcessViewEnums = Enums.ProcessViewEnums || (Enums.ProcessViewEnums = {}));
|
330
|
+
var ShapeTypes;
|
331
|
+
(function (ShapeTypes) {
|
332
|
+
ShapeTypes[ShapeTypes["None"] = 0] = "None";
|
333
|
+
ShapeTypes[ShapeTypes["ProcessStep"] = 1] = "ProcessStep";
|
334
|
+
ShapeTypes[ShapeTypes["Link"] = 2] = "Link";
|
335
|
+
})(ShapeTypes = Enums.ShapeTypes || (Enums.ShapeTypes = {}));
|
336
|
+
var WorkflowEnums;
|
337
|
+
(function (WorkflowEnums) {
|
338
|
+
var VersionPublishingTypes;
|
339
|
+
(function (VersionPublishingTypes) {
|
340
|
+
VersionPublishingTypes[VersionPublishingTypes["NewEdition"] = 1] = "NewEdition";
|
341
|
+
VersionPublishingTypes[VersionPublishingTypes["NewRevision"] = 2] = "NewRevision";
|
342
|
+
})(VersionPublishingTypes = WorkflowEnums.VersionPublishingTypes || (WorkflowEnums.VersionPublishingTypes = {}));
|
343
|
+
})(WorkflowEnums = Enums.WorkflowEnums || (Enums.WorkflowEnums = {}));
|
344
|
+
var LinkType;
|
345
|
+
(function (LinkType) {
|
346
|
+
LinkType[LinkType["CustomLink"] = 0] = "CustomLink";
|
347
|
+
LinkType[LinkType["Heading"] = 1] = "Heading";
|
348
|
+
})(LinkType = Enums.LinkType || (Enums.LinkType = {}));
|
349
|
+
var TaskContentType;
|
350
|
+
(function (TaskContentType) {
|
351
|
+
TaskContentType[TaskContentType["Undefined"] = 0] = "Undefined";
|
352
|
+
TaskContentType[TaskContentType["ApprovalTask"] = 1] = "ApprovalTask";
|
353
|
+
TaskContentType[TaskContentType["ReviewReminderTask"] = 2] = "ReviewReminderTask";
|
354
|
+
})(TaskContentType = Enums.TaskContentType || (Enums.TaskContentType = {}));
|
355
|
+
var TaskViewType;
|
356
|
+
(function (TaskViewType) {
|
357
|
+
TaskViewType[TaskViewType["AssignedToMe"] = 1] = "AssignedToMe";
|
358
|
+
TaskViewType[TaskViewType["AssignedByMe"] = 2] = "AssignedByMe";
|
359
|
+
TaskViewType[TaskViewType["CompletedTasks"] = 3] = "CompletedTasks";
|
360
|
+
})(TaskViewType = Enums.TaskViewType || (Enums.TaskViewType = {}));
|
361
|
+
})(Enums || (Enums = {}));
|