@omnia/management-system 7.0.4 → 7.0.5
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/internal-do-not-import-from-here/apis/Fx.d.ts +14 -0
- package/internal-do-not-import-from-here/apis/index.d.ts +13 -0
- package/internal-do-not-import-from-here/apis/processes/ProcessTaskApi.d.ts +1 -0
- package/internal-do-not-import-from-here/apis/processes/ProcessTaskApi.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/constants.d.ts +144 -0
- package/internal-do-not-import-from-here/fx.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/index.d.ts +9 -0
- package/internal-do-not-import-from-here/messaging/InternalOPMTopics.d.ts +14 -0
- package/internal-do-not-import-from-here/messaging/OdmPublicTopics.d.ts +6 -0
- package/internal-do-not-import-from-here/messaging/PublicOPMTopics.d.ts +8 -0
- package/internal-do-not-import-from-here/messaging/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/Constants.d.ts +29 -0
- package/internal-do-not-import-from-here/models/Constants.js +33 -0
- package/internal-do-not-import-from-here/models/Enums.d.ts +327 -0
- package/internal-do-not-import-from-here/models/Enums.js +387 -0
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +148 -0
- package/internal-do-not-import-from-here/models/ManifestIds.js +157 -0
- package/internal-do-not-import-from-here/models/Properties.d.ts +6 -0
- package/internal-do-not-import-from-here/models/Properties.js +12 -0
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryDisplaySettings.d.ts +7 -0
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryDisplaySettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibrarySettings.d.ts +9 -0
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibrarySettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryViewSettings.d.ts +11 -0
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryViewSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentlibrary/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/components/documentlibrary/index.js +6 -0
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerQueryResult.d.ts +67 -0
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerQueryResult.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerSettings.d.ts +23 -0
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentResult.d.ts +13 -0
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentResult.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentSearchFilter.d.ts +10 -0
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentSearchFilter.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentUploading.d.ts +14 -0
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentUploading.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentpicker/index.d.ts +5 -0
- package/internal-do-not-import-from-here/models/components/documentpicker/index.js +8 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentBaseQuerySettings.d.ts +3 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentBaseQuerySettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockBreakPointSettings.d.ts +15 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockBreakPointSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +35 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBooleanPropFilterValue.d.ts +4 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBooleanPropFilterValue.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupDatePropFilterValue.d.ts +5 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupDatePropFilterValue.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilter.d.ts +8 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilter.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilterValue.d.ts +2 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilterValue.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupPersonPropFilterValue.d.ts +6 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupPersonPropFilterValue.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTaxonomyPropFilterValue.d.ts +6 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTaxonomyPropFilterValue.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTextPropFilterValue.d.ts +8 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTextPropFilterValue.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupUISearchboxFilterValue.d.ts +4 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupUISearchboxFilterValue.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupViewSettings.d.ts +4 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupViewSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/Refiner.d.ts +7 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/Refiner.js +2 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/index.d.ts +13 -0
- package/internal-do-not-import-from-here/models/components/documentrollup/index.js +16 -0
- package/internal-do-not-import-from-here/models/components/feedbackbutton/ProcessFeedbackButtonBlock.d.ts +6 -0
- package/internal-do-not-import-from-here/models/components/feedbackbutton/ProcessFeedbackButtonBlock.js +2 -0
- package/internal-do-not-import-from-here/models/components/feedbackbutton/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/feedbackbutton/index.js +4 -0
- package/internal-do-not-import-from-here/models/components/index.d.ts +8 -0
- package/internal-do-not-import-from-here/models/components/index.js +11 -0
- package/internal-do-not-import-from-here/models/components/pointpicker/Point.d.ts +4 -0
- package/internal-do-not-import-from-here/models/components/pointpicker/Point.js +2 -0
- package/internal-do-not-import-from-here/models/components/pointpicker/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/pointpicker/index.js +4 -0
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryDisplaySettings.d.ts +8 -0
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryDisplaySettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibrarySettings.d.ts +7 -0
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibrarySettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryViewSettings.d.ts +8 -0
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryViewSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessListViewComponentKey.d.ts +5 -0
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessListViewComponentKey.js +2 -0
- package/internal-do-not-import-from-here/models/components/processlibrary/index.d.ts +4 -0
- package/internal-do-not-import-from-here/models/components/processlibrary/index.js +7 -0
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +18 -0
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupDatePeriodsPropFilterValue.d.ts +4 -0
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupDatePeriodsPropFilterValue.js +2 -0
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupFilter.d.ts +3 -0
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupFilter.js +2 -0
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupViewSettings.d.ts +3 -0
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupViewSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/processrollup/index.d.ts +4 -0
- package/internal-do-not-import-from-here/models/components/processrollup/index.js +7 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/BreadcrumbBlockSettings.d.ts +4 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/BreadcrumbBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/index.js +4 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/ContentBlockSettings.d.ts +5 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/ContentBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/index.js +4 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/DocumentsBlockSettings.d.ts +4 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/DocumentsBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/index.js +4 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +11 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/index.js +4 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/index.d.ts +12 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/index.js +15 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/LinksBlockSettings.d.ts +5 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/LinksBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/index.js +4 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/PagesBlockSettings.d.ts +4 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/PagesBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/index.js +4 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/ProcessContextBlockSettings.d.ts +5 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/ProcessContextBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/index.js +4 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/processlayoutblock/ProcessLayoutBlockSettings.d.ts +5 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/processlayoutblock/ProcessLayoutBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/processlayoutblock/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/processlayoutblock/index.js +4 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/index.js +4 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockData.d.ts +13 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockData.js +9 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockSettings.d.ts +7 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/index.js +5 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/TasksBlockSettings.d.ts +7 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/TasksBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/index.js +4 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.d.ts +5 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.js +2 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/index.js +4 -0
- package/internal-do-not-import-from-here/models/contexts/OPMContext.d.ts +4 -0
- package/internal-do-not-import-from-here/models/contexts/OPMContext.js +2 -0
- package/internal-do-not-import-from-here/models/contexts/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/contexts/index.js +4 -0
- package/internal-do-not-import-from-here/models/data/appendices/Appendix.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/appendices/Appendix.js +2 -0
- package/internal-do-not-import-from-here/models/data/appendices/AppendixWithSharePointFields.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/appendices/AppendixWithSharePointFields.js +2 -0
- package/internal-do-not-import-from-here/models/data/appendices/GetDraftDocumentAppendicesRequest.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/appendices/GetDraftDocumentAppendicesRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/appendices/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/data/appendices/index.js +6 -0
- package/internal-do-not-import-from-here/models/data/archives/Archive.d.ts +13 -0
- package/internal-do-not-import-from-here/models/data/archives/Archive.js +15 -0
- package/internal-do-not-import-from-here/models/data/archives/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/archives/index.js +4 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/ControlledDocument.d.ts +39 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/ControlledDocument.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DeletedControlledDocument.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DeletedControlledDocument.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentMetadataStatus.d.ts +25 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentMetadataStatus.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentRequest.d.ts +13 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentTemplateMergeSettings.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentTemplateMergeSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DraftControlledDocument.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DraftControlledDocument.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/GetControlledDocumentsResponse.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/GetControlledDocumentsResponse.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/GetTrimSecurityControlledDocumentsResponse.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/GetTrimSecurityControlledDocumentsResponse.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/PublishedControlledDocument.d.ts +11 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/PublishedControlledDocument.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/RelatedDocument.d.ts +8 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/RelatedDocument.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/SqlDocument.d.ts +12 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/SqlDocument.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/TaskRequest.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/TaskRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/index.d.ts +13 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/index.js +16 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/CreateDraftFromPublishedRequest.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/CreateDraftFromPublishedRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/DeleteDraftsRequest.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/DeleteDraftsRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MergeMetadataRequest.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MergeMetadataRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MoveDocumentToTargetSiteRequest.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MoveDocumentToTargetSiteRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PermanentlyDeleteDocumentsRequest.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PermanentlyDeleteDocumentsRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PreviewPublishedDocumentRequest.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PreviewPublishedDocumentRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/ProcessDocumentAndMergeTemplateRequest.d.ts +11 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/ProcessDocumentAndMergeTemplateRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithApprovalRequest.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithApprovalRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +13 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsRequest.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsResponse.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsResponse.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.d.ts +12 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/index.js +6 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/index.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/index.js +13 -0
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/BulkUpdatePagingRequest.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/BulkUpdatePagingRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdate.d.ts +12 -0
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdate.js +2 -0
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdateQuery.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdateQuery.js +2 -0
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/index.js +6 -0
- package/internal-do-not-import-from-here/models/data/documentrollup/DocumentQueryResult.d.ts +12 -0
- package/internal-do-not-import-from-here/models/data/documentrollup/DocumentQueryResult.js +2 -0
- package/internal-do-not-import-from-here/models/data/documentrollup/DocumentRollupRequest.d.ts +20 -0
- package/internal-do-not-import-from-here/models/data/documentrollup/DocumentRollupRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/documentrollup/ExportDocumentRollupRequest.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/documentrollup/ExportDocumentRollupRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +16 -0
- package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.js +2 -0
- package/internal-do-not-import-from-here/models/data/documentrollup/index.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/documentrollup/index.js +7 -0
- package/internal-do-not-import-from-here/models/data/documentstatistics/SiteStatistics.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/documentstatistics/SiteStatistics.js +2 -0
- package/internal-do-not-import-from-here/models/data/documentstatistics/StatisticsResult.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/documentstatistics/StatisticsResult.js +2 -0
- package/internal-do-not-import-from-here/models/data/documentstatistics/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/data/documentstatistics/index.js +5 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplate.d.ts +14 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplate.js +17 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplateCategory.d.ts +13 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplateCategory.js +16 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/DocumentTemplateContent.d.ts +15 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/DocumentTemplateContent.js +33 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/LinkedDocumentTemplateContent.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/LinkedDocumentTemplateContent.js +2 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/UploadedDocumentTemplateContent.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/UploadedDocumentTemplateContent.js +2 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/index.js +6 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/index.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/index.js +7 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/ControlledDocumentDocumentTemplateSettings.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/ControlledDocumentDocumentTemplateSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/DocumentTemplateSettings.d.ts +157 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/DocumentTemplateSettings.js +31 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/NormalDocumentDocumentTemplateSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/NormalDocumentDocumentTemplateSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/index.js +6 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentType.d.ts +16 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentType.js +2 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeGroupSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeGroupSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +51 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.js +11 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.d.ts +18 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +75 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeTermSynchronizationStatus.d.ts +14 -0
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeTermSynchronizationStatus.js +10 -0
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminder.d.ts +23 -0
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminder.js +23 -0
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminderTask.d.ts +14 -0
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminderTask.js +22 -0
- package/internal-do-not-import-from-here/models/data/documenttype/index.d.ts +8 -0
- package/internal-do-not-import-from-here/models/data/documenttype/index.js +11 -0
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/CalculatedRetention.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/CalculatedRetention.js +2 -0
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/PropertyRetention.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/PropertyRetention.js +2 -0
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.d.ts +16 -0
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.js +37 -0
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/index.js +6 -0
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/CanvasDefinition.d.ts +12 -0
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/CanvasDefinition.js +2 -0
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/CustomLinkDrawingShape.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/CustomLinkDrawingShape.js +2 -0
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.d.ts +15 -0
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.js +10 -0
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/ExternalProcessStepDrawingShape.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/ExternalProcessStepDrawingShape.js +2 -0
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/ProcessStepDrawingShape.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/ProcessStepDrawingShape.js +2 -0
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/index.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/index.js +8 -0
- package/internal-do-not-import-from-here/models/data/enums/Enums.d.ts +72 -0
- package/internal-do-not-import-from-here/models/data/enums/Enums.js +84 -0
- package/internal-do-not-import-from-here/models/data/enums/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/enums/index.js +4 -0
- package/internal-do-not-import-from-here/models/data/feedback/Feedback.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/feedback/Feedback.js +2 -0
- package/internal-do-not-import-from-here/models/data/feedback/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/data/feedback/index.js +5 -0
- package/internal-do-not-import-from-here/models/data/feedback/requests/AddFeedbackRequest.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/feedback/requests/AddFeedbackRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/feedback/requests/SendFeedbackEmailRequest.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/feedback/requests/SendFeedbackEmailRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/feedback/requests/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/data/feedback/requests/index.js +5 -0
- package/internal-do-not-import-from-here/models/data/index.d.ts +36 -0
- package/internal-do-not-import-from-here/models/data/index.js +39 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInControlledLibraryRequest.d.ts +11 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInControlledLibraryRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInLibraryRequest.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInLibraryRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInOneDriveRequest.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInOneDriveRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentLinkedTemplateInfo.d.ts +8 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentLinkedTemplateInfo.js +2 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentRequest.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentTemplateInfo.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentTemplateInfo.js +2 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentUploadedTemplateInfo.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentUploadedTemplateInfo.js +2 -0
- package/internal-do-not-import-from-here/models/data/newdocument/index.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/newdocument/index.js +9 -0
- package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItem.d.ts +12 -0
- package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItem.js +2 -0
- package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItemParentReference.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItemParentReference.js +2 -0
- package/internal-do-not-import-from-here/models/data/onedrive/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/data/onedrive/index.js +5 -0
- package/internal-do-not-import-from-here/models/data/processactions/ProcessActionModel.d.ts +11 -0
- package/internal-do-not-import-from-here/models/data/processactions/ProcessActionModel.js +2 -0
- package/internal-do-not-import-from-here/models/data/processactions/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/processactions/index.js +4 -0
- package/internal-do-not-import-from-here/models/data/processdocumentrelationship/DocumentsRelatedProcesses.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/processdocumentrelationship/DocumentsRelatedProcesses.js +2 -0
- package/internal-do-not-import-from-here/models/data/processdocumentrelationship/ProcessDocumentRelationship.d.ts +13 -0
- package/internal-do-not-import-from-here/models/data/processdocumentrelationship/ProcessDocumentRelationship.js +2 -0
- package/internal-do-not-import-from-here/models/data/processdocumentrelationship/ProcessRelatedControlledDocument.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/processdocumentrelationship/ProcessRelatedControlledDocument.js +2 -0
- package/internal-do-not-import-from-here/models/data/processdocumentrelationship/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/data/processdocumentrelationship/index.js +6 -0
- package/internal-do-not-import-from-here/models/data/processes/DeletedProcess.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/processes/DeletedProcess.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/ExternalProcessStep.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/processes/ExternalProcessStep.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/InternalProcessStep.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/processes/InternalProcessStep.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/Link.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/processes/Link.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/Process.d.ts +23 -0
- package/internal-do-not-import-from-here/models/data/processes/Process.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessCheckoutInfo.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessCheckoutInfo.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessData.d.ts +20 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessData.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessExportData.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessExportData.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessRelatedDocument.d.ts +11 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessRelatedDocument.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessRelatedDocumentSuggestionEmail.d.ts +14 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessRelatedDocumentSuggestionEmail.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessStep.d.ts +8 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessStep.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessToolTip.d.ts +11 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessToolTip.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessWithCheckoutInfo.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/processes/ProcessWithCheckoutInfo.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/RootProcessStep.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/processes/RootProcessStep.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/Task.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/processes/Task.js +2 -0
- package/internal-do-not-import-from-here/models/data/processes/index.d.ts +14 -0
- package/internal-do-not-import-from-here/models/data/processes/index.js +17 -0
- package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedback.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedback.js +2 -0
- package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedbackRecipients.d.ts +8 -0
- package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedbackRecipients.js +2 -0
- package/internal-do-not-import-from-here/models/data/processfeedback/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/data/processfeedback/index.js +5 -0
- package/internal-do-not-import-from-here/models/data/processreviewreminders/ProcessReviewReminderTask.d.ts +8 -0
- package/internal-do-not-import-from-here/models/data/processreviewreminders/ProcessReviewReminderTask.js +2 -0
- package/internal-do-not-import-from-here/models/data/processreviewreminders/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/processreviewreminders/index.js +4 -0
- package/internal-do-not-import-from-here/models/data/processrollup/ProcessRollupSetting.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/processrollup/ProcessRollupSetting.js +2 -0
- package/internal-do-not-import-from-here/models/data/processrollup/RollupProcess.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/processrollup/RollupProcess.js +2 -0
- package/internal-do-not-import-from-here/models/data/processrollup/RollupProcessResult.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/processrollup/RollupProcessResult.js +2 -0
- package/internal-do-not-import-from-here/models/data/processrollup/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/data/processrollup/index.js +6 -0
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplate.d.ts +14 -0
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplate.js +15 -0
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplateLayoutSettings.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplateLayoutSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplateSettings.d.ts +8 -0
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplateSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/processtemplates/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/data/processtemplates/index.js +6 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessReviewReminder.d.ts +23 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessReviewReminder.js +23 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessType.d.ts +14 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessType.js +2 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeGroupSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeGroupSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.d.ts +32 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.js +4 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.d.ts +17 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.js +42 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeTermSynchronizationStatus.d.ts +14 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeTermSynchronizationStatus.js +10 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ReviewReminderTaskSettings.d.ts +12 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ReviewReminderTaskSettings.js +20 -0
- package/internal-do-not-import-from-here/models/data/processtypes/index.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/processtypes/index.js +10 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflow.d.ts +17 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflow.js +2 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowApprovalData.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowApprovalData.js +2 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowData.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowData.js +2 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowTask.d.ts +21 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowTask.js +2 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithApprovalRequest.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithApprovalRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithoutApprovalRequest.d.ts +11 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithoutApprovalRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/index.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/processworkflows/index.js +9 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetBooleanItemSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetBooleanItemSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetDateTimeItemSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetDateTimeItemSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetEnterpriseKeywordsItemSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetEnterpriseKeywordsItemSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetItemSettings.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetItemSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetNumberItemSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetNumberItemSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetPersonItemSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetPersonItemSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetRichTextItemSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetRichTextItemSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTagsItemSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTagsItemSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTaxonomyItemSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTaxonomyItemSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTextItemSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTextItemSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/index.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/index.js +13 -0
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/AnyonePublishingApprovalSettings.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/AnyonePublishingApprovalSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/GroupPublishingApprovalSettings.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/GroupPublishingApprovalSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/LimitedUsersPublishingApprovalSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/LimitedUsersPublishingApprovalSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PersonPropertyPublishingApprovalSettings.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PersonPropertyPublishingApprovalSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PublishingApprovalSettings.d.ts +17 -0
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PublishingApprovalSettings.js +53 -0
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/TermDrivenPublishingApprovalSettings.d.ts +14 -0
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/TermDrivenPublishingApprovalSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/index.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/index.js +9 -0
- package/internal-do-not-import-from-here/models/data/retention/Retention.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/retention/Retention.js +2 -0
- package/internal-do-not-import-from-here/models/data/retention/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/retention/index.js +4 -0
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/PropertySchedule.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/PropertySchedule.js +2 -0
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/ReviewReminderSchedule.d.ts +20 -0
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/ReviewReminderSchedule.js +42 -0
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/TimeAfterPublishingSchedule.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/TimeAfterPublishingSchedule.js +2 -0
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/index.js +6 -0
- package/internal-do-not-import-from-here/models/data/security/AuthorAndDefaultReaderUpdateInput.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/security/AuthorAndDefaultReaderUpdateInput.js +2 -0
- package/internal-do-not-import-from-here/models/data/security/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/security/index.js +4 -0
- package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.d.ts +35 -0
- package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.js +21 -0
- package/internal-do-not-import-from-here/models/data/settings/GlobalSettings.d.ts +18 -0
- package/internal-do-not-import-from-here/models/data/settings/GlobalSettings.js +27 -0
- package/internal-do-not-import-from-here/models/data/settings/ProcessGlobalSettings.d.ts +11 -0
- package/internal-do-not-import-from-here/models/data/settings/ProcessGlobalSettings.js +23 -0
- package/internal-do-not-import-from-here/models/data/settings/Setting.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/settings/Setting.js +15 -0
- package/internal-do-not-import-from-here/models/data/settings/SiteGroupIdSettings.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/settings/SiteGroupIdSettings.js +17 -0
- package/internal-do-not-import-from-here/models/data/settings/index.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/settings/index.js +8 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingFreeformShapeDefinition.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingFreeformShapeDefinition.js +2 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingImageShapeDefinition.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingImageShapeDefinition.js +2 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingPentagonShapeDefinition.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingPentagonShapeDefinition.js +2 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingRectShapeDefinition.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingRectShapeDefinition.js +2 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinition.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinition.js +2 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.d.ts +24 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.js +2 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/HeadingShapeDefinition.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/HeadingShapeDefinition.js +2 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.d.ts +27 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.js +47 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/index.d.ts +8 -0
- package/internal-do-not-import-from-here/models/data/shapedefinitions/index.js +11 -0
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.d.ts +16 -0
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.js +22 -0
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateFreeformSettings.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateFreeformSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateMediaSettings.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateMediaSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplatePentagonSettings.d.ts +8 -0
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplatePentagonSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateRectSettings.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateRectSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateSettings.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateSettings.js +2 -0
- package/internal-do-not-import-from-here/models/data/shapetemplates/index.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/shapetemplates/index.js +9 -0
- package/internal-do-not-import-from-here/models/data/shared/AuditingInformation.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/shared/AuditingInformation.js +2 -0
- package/internal-do-not-import-from-here/models/data/shared/PagingRequest.d.ts +8 -0
- package/internal-do-not-import-from-here/models/data/shared/PagingRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/shared/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/data/shared/index.js +5 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPFilter.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPFilter.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPFolder.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPFolder.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPList.d.ts +8 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPList.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPListItem.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPListItem.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPRefinement.d.ts +3 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPRefinement.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPRefiner.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPRefiner.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPSite.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPSite.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SharePointUser.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SharePointUser.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointPersonField.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointPersonField.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointTaxonomyField.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointTaxonomyField.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointBooleanField.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointBooleanField.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointDateTimeField.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointDateTimeField.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.d.ts +21 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointNumberField.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointNumberField.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointPersonField.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointPersonField.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTaxonomyField.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTaxonomyField.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTextField.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTextField.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/index.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/index.js +12 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/index.d.ts +9 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/index.js +12 -0
- package/internal-do-not-import-from-here/models/data/sharepointtasks/CSOMSharePointTaskResponse.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/sharepointtasks/CSOMSharePointTaskResponse.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepointtasks/GraphSharePointTaskResponse.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/sharepointtasks/GraphSharePointTaskResponse.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTask.d.ts +21 -0
- package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTask.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTaskRequest.d.ts +12 -0
- package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTaskRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/sharepointtasks/index.d.ts +4 -0
- package/internal-do-not-import-from-here/models/data/sharepointtasks/index.js +7 -0
- package/internal-do-not-import-from-here/models/data/tasks/ApprovalTask.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/tasks/ApprovalTask.js +2 -0
- package/internal-do-not-import-from-here/models/data/tasks/CompleteReviewReminderTaskRequest.d.ts +8 -0
- package/internal-do-not-import-from-here/models/data/tasks/CompleteReviewReminderTaskRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/tasks/DocumentTask.d.ts +21 -0
- package/internal-do-not-import-from-here/models/data/tasks/DocumentTask.js +2 -0
- package/internal-do-not-import-from-here/models/data/tasks/DocumentTaskDetail.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/tasks/DocumentTaskDetail.js +2 -0
- package/internal-do-not-import-from-here/models/data/tasks/ReviewTask.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/tasks/ReviewTask.js +2 -0
- package/internal-do-not-import-from-here/models/data/tasks/ReviewTaskParams.d.ts +12 -0
- package/internal-do-not-import-from-here/models/data/tasks/ReviewTaskParams.js +2 -0
- package/internal-do-not-import-from-here/models/data/tasks/SetNewReviewDateRequest.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/tasks/SetNewReviewDateRequest.js +2 -0
- package/internal-do-not-import-from-here/models/data/tasks/TaskItemResponse.d.ts +6 -0
- package/internal-do-not-import-from-here/models/data/tasks/TaskItemResponse.js +2 -0
- package/internal-do-not-import-from-here/models/data/tasks/index.d.ts +8 -0
- package/internal-do-not-import-from-here/models/data/tasks/index.js +11 -0
- package/internal-do-not-import-from-here/models/data/workflows/ApprovalWorkflowData.d.ts +5 -0
- package/internal-do-not-import-from-here/models/data/workflows/ApprovalWorkflowData.js +2 -0
- package/internal-do-not-import-from-here/models/data/workflows/DocumentHistory.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/workflows/DocumentHistory.js +2 -0
- package/internal-do-not-import-from-here/models/data/workflows/DocumentHistoryMetadata.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/workflows/DocumentHistoryMetadata.js +2 -0
- package/internal-do-not-import-from-here/models/data/workflows/Workflow.d.ts +15 -0
- package/internal-do-not-import-from-here/models/data/workflows/Workflow.js +2 -0
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.d.ts +16 -0
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.js +2 -0
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTask.d.ts +8 -0
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTask.js +2 -0
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTaskHistory.d.ts +10 -0
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTaskHistory.js +2 -0
- package/internal-do-not-import-from-here/models/data/workflows/index.d.ts +7 -0
- package/internal-do-not-import-from-here/models/data/workflows/index.js +10 -0
- package/internal-do-not-import-from-here/models/filterengine/Shared.d.ts +24 -0
- package/internal-do-not-import-from-here/models/filterengine/Shared.js +10 -0
- package/internal-do-not-import-from-here/models/graph/GraphApiPlannerPlan.d.ts +11 -0
- package/internal-do-not-import-from-here/models/graph/GraphApiPlannerPlan.js +2 -0
- package/internal-do-not-import-from-here/models/graph/GraphApiPlannerTask.d.ts +18 -0
- package/internal-do-not-import-from-here/models/graph/GraphApiPlannerTask.js +9 -0
- package/internal-do-not-import-from-here/models/graph/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/graph/index.js +5 -0
- package/internal-do-not-import-from-here/models/index.d.ts +18 -0
- package/internal-do-not-import-from-here/models/index.js +22 -0
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +15 -0
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +24 -0
- package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/mediapicker/index.js +4 -0
- package/internal-do-not-import-from-here/models/messaging/DocumentLibraryViewRegistration.d.ts +9 -0
- package/internal-do-not-import-from-here/models/messaging/DocumentLibraryViewRegistration.js +2 -0
- package/internal-do-not-import-from-here/models/messaging/DocumentRollupViewRegistration.d.ts +9 -0
- package/internal-do-not-import-from-here/models/messaging/DocumentRollupViewRegistration.js +2 -0
- package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +9 -0
- package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.js +2 -0
- package/internal-do-not-import-from-here/models/messaging/index.d.ts +3 -0
- package/internal-do-not-import-from-here/models/messaging/index.js +6 -0
- package/internal-do-not-import-from-here/models/paging/IPagingServerQuery.d.ts +17 -0
- package/internal-do-not-import-from-here/models/paging/IPagingServerQuery.js +2 -0
- package/internal-do-not-import-from-here/models/paging/PagingServerQuery.d.ts +18 -0
- package/internal-do-not-import-from-here/models/paging/PagingServerQuery.js +45 -0
- package/internal-do-not-import-from-here/models/paging/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/paging/index.js +5 -0
- package/internal-do-not-import-from-here/models/processes/ProcessBooleanPropertyInfo.d.ts +6 -0
- package/internal-do-not-import-from-here/models/processes/ProcessBooleanPropertyInfo.js +2 -0
- package/internal-do-not-import-from-here/models/processes/ProcessDatetimePropertyInfo.d.ts +7 -0
- package/internal-do-not-import-from-here/models/processes/ProcessDatetimePropertyInfo.js +2 -0
- package/internal-do-not-import-from-here/models/processes/ProcessMoveInfo.d.ts +6 -0
- package/internal-do-not-import-from-here/models/processes/ProcessMoveInfo.js +2 -0
- package/internal-do-not-import-from-here/models/processes/ProcessNumberPropertyInfo.d.ts +6 -0
- package/internal-do-not-import-from-here/models/processes/ProcessNumberPropertyInfo.js +2 -0
- package/internal-do-not-import-from-here/models/processes/ProcessPersonPropertyInfo.d.ts +7 -0
- package/internal-do-not-import-from-here/models/processes/ProcessPersonPropertyInfo.js +2 -0
- package/internal-do-not-import-from-here/models/processes/ProcessPropertyInfo.d.ts +8 -0
- package/internal-do-not-import-from-here/models/processes/ProcessPropertyInfo.js +2 -0
- package/internal-do-not-import-from-here/models/processes/ProcessReference.d.ts +7 -0
- package/internal-do-not-import-from-here/models/processes/ProcessReference.js +2 -0
- package/internal-do-not-import-from-here/models/processes/ProcessReferenceData.d.ts +18 -0
- package/internal-do-not-import-from-here/models/processes/ProcessReferenceData.js +2 -0
- package/internal-do-not-import-from-here/models/processes/ProcessTaskProvider.d.ts +27 -0
- package/internal-do-not-import-from-here/models/processes/ProcessTaskProvider.js +6 -0
- package/internal-do-not-import-from-here/models/processes/ProcessTaxonomyPropertyInfo.d.ts +10 -0
- package/internal-do-not-import-from-here/models/processes/ProcessTaxonomyPropertyInfo.js +2 -0
- package/internal-do-not-import-from-here/models/processes/ProcessTemplateLayoutDefinition.d.ts +6 -0
- package/internal-do-not-import-from-here/models/processes/ProcessTemplateLayoutDefinition.js +17 -0
- package/internal-do-not-import-from-here/models/processes/ProcessTextPropertyInfo.d.ts +7 -0
- package/internal-do-not-import-from-here/models/processes/ProcessTextPropertyInfo.js +2 -0
- package/internal-do-not-import-from-here/models/processes/index.d.ts +13 -0
- package/internal-do-not-import-from-here/models/processes/index.js +16 -0
- package/internal-do-not-import-from-here/models/processes/layout/ProcessDataLayoutMergeResult.d.ts +5 -0
- package/internal-do-not-import-from-here/models/processes/layout/ProcessDataLayoutMergeResult.js +2 -0
- package/internal-do-not-import-from-here/models/processes/layout/ProcessLayoutProvider.d.ts +8 -0
- package/internal-do-not-import-from-here/models/processes/layout/ProcessLayoutProvider.js +6 -0
- package/internal-do-not-import-from-here/models/processes/layout/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/processes/layout/index.js +5 -0
- package/internal-do-not-import-from-here/models/processstepstatuses/ProcessStepStatus.d.ts +10 -0
- package/internal-do-not-import-from-here/models/processstepstatuses/ProcessStepStatus.js +10 -0
- package/internal-do-not-import-from-here/models/processstepstatuses/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/processstepstatuses/index.js +4 -0
- package/internal-do-not-import-from-here/models/processtaskassignments/ProcessTaskAssignment.d.ts +44 -0
- package/internal-do-not-import-from-here/models/processtaskassignments/ProcessTaskAssignment.js +7 -0
- package/internal-do-not-import-from-here/models/processtaskassignments/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/processtaskassignments/index.js +4 -0
- package/internal-do-not-import-from-here/models/richtexteditorextensions/EmoticonsExtension.d.ts +13 -0
- package/internal-do-not-import-from-here/models/richtexteditorextensions/EmoticonsExtension.js +2 -0
- package/internal-do-not-import-from-here/models/richtexteditorextensions/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/richtexteditorextensions/index.js +4 -0
- package/internal-do-not-import-from-here/models/route/OPMRoute.d.ts +16 -0
- package/internal-do-not-import-from-here/models/route/OPMRoute.js +2 -0
- package/internal-do-not-import-from-here/models/route/OPMRouteStateData.d.ts +3 -0
- package/internal-do-not-import-from-here/models/route/OPMRouteStateData.js +2 -0
- package/internal-do-not-import-from-here/models/route/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/route/index.js +5 -0
- package/internal-do-not-import-from-here/models/shared/IdDict.d.ts +3 -0
- package/internal-do-not-import-from-here/models/shared/IdDict.js +2 -0
- package/internal-do-not-import-from-here/models/shared/Version.d.ts +4 -0
- package/internal-do-not-import-from-here/models/shared/Version.js +2 -0
- package/internal-do-not-import-from-here/models/shared/index.d.ts +2 -0
- package/internal-do-not-import-from-here/models/shared/index.js +5 -0
- package/internal-do-not-import-from-here/models/styles/AddShapePanelStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/models/styles/AddShapePanelStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/DialogStyles.d.ts +20 -0
- package/internal-do-not-import-from-here/models/styles/DialogStyles.js +6 -0
- package/internal-do-not-import-from-here/models/styles/DrawingCanvasSettingsStyles.d.ts +4 -0
- package/internal-do-not-import-from-here/models/styles/DrawingCanvasSettingsStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/FreeformPickerStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/models/styles/FreeformPickerStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/IColor.d.ts +12 -0
- package/internal-do-not-import-from-here/models/styles/IColor.js +2 -0
- package/internal-do-not-import-from-here/models/styles/MediaPickerStyles.d.ts +5 -0
- package/internal-do-not-import-from-here/models/styles/MediaPickerStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/NavigationNodeStyles.d.ts +13 -0
- package/internal-do-not-import-from-here/models/styles/NavigationNodeStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.d.ts +36 -0
- package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.js +9 -0
- package/internal-do-not-import-from-here/models/styles/ProcessFieldDisplayStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/models/styles/ProcessFieldDisplayStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/ProcessPickerStyles.d.ts +10 -0
- package/internal-do-not-import-from-here/models/styles/ProcessPickerStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/ProcessStepDrawingStyles.d.ts +10 -0
- package/internal-do-not-import-from-here/models/styles/ProcessStepDrawingStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/ProcessStepPickerStyles.d.ts +11 -0
- package/internal-do-not-import-from-here/models/styles/ProcessStepPickerStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/ShapeGalleryDefaultSettingStyles.d.ts +6 -0
- package/internal-do-not-import-from-here/models/styles/ShapeGalleryDefaultSettingStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/ShapeSelectionStyles.d.ts +12 -0
- package/internal-do-not-import-from-here/models/styles/ShapeSelectionStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/ShapeSettingsStyles.d.ts +5 -0
- package/internal-do-not-import-from-here/models/styles/ShapeSettingsStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/ShapeTypeStyles.d.ts +9 -0
- package/internal-do-not-import-from-here/models/styles/ShapeTypeStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/TitleBlockStyles.d.ts +5 -0
- package/internal-do-not-import-from-here/models/styles/TitleBlockStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.d.ts +5 -0
- package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.js +4 -0
- package/internal-do-not-import-from-here/models/styles/index.d.ts +18 -0
- package/internal-do-not-import-from-here/models/styles/index.js +21 -0
- package/internal-do-not-import-from-here/processshape/fabricshape/FabricShapeData.d.ts +18 -0
- package/internal-do-not-import-from-here/processshape/fabricshape/index.d.ts +1 -0
- package/internal-do-not-import-from-here/processshape/index.d.ts +2 -0
- package/internal-do-not-import-from-here/processshape/shapes/Shape.d.ts +35 -0
- package/internal-do-not-import-from-here/processshape/shapes/ShapeObject.d.ts +10 -0
- package/internal-do-not-import-from-here/processshape/shapes/index.d.ts +2 -0
- package/internal-do-not-import-from-here/routing/OPMRouter.d.ts +39 -0
- package/internal-do-not-import-from-here/routing/index.d.ts +1 -0
- package/internal-do-not-import-from-here/security/security.d.ts +14 -0
- package/internal-do-not-import-from-here/services/ImageService.d.ts +6 -0
- package/internal-do-not-import-from-here/services/MoveProcessService.d.ts +5 -0
- package/internal-do-not-import-from-here/services/PermissionService.d.ts +6 -0
- package/internal-do-not-import-from-here/services/ProcessDocumentRelationshipService.d.ts +11 -0
- package/internal-do-not-import-from-here/services/ProcessFeedbackService.d.ts +9 -0
- package/internal-do-not-import-from-here/services/ProcessRollupService.d.ts +8 -0
- package/internal-do-not-import-from-here/services/ProcessService.d.ts +47 -0
- package/internal-do-not-import-from-here/services/ProcessTaskService.d.ts +9 -0
- package/internal-do-not-import-from-here/services/ProcessTemplateService.d.ts +12 -0
- package/internal-do-not-import-from-here/services/ProcessTypeService.d.ts +14 -0
- package/internal-do-not-import-from-here/services/QueryablePropertiesService.d.ts +10 -0
- package/internal-do-not-import-from-here/services/SettingsService.d.ts +8 -0
- package/internal-do-not-import-from-here/services/ShapeTemplateService.d.ts +12 -0
- package/internal-do-not-import-from-here/services/SharePointTaskService.d.ts +7 -0
- package/internal-do-not-import-from-here/services/TeamAppPropertyService.d.ts +8 -0
- package/internal-do-not-import-from-here/services/index.d.ts +15 -0
- package/internal-do-not-import-from-here/settingsprovider/DocumentRollupSettingsProvider.d.ts +13 -0
- package/internal-do-not-import-from-here/settingsprovider/PageRollupSettingsProvider.d.ts +13 -0
- package/internal-do-not-import-from-here/settingsprovider/index.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/CurrentProcessStore.d.ts +67 -0
- package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +91 -0
- package/internal-do-not-import-from-here/stores/ProcessTemplateLayoutStore.d.ts +18 -0
- package/internal-do-not-import-from-here/stores/ProcessTemplateStore.d.ts +20 -0
- package/internal-do-not-import-from-here/stores/ProcessTypeStore.d.ts +41 -0
- package/internal-do-not-import-from-here/stores/SettingsStore.d.ts +21 -0
- package/internal-do-not-import-from-here/stores/ShapeTemplateStore.d.ts +20 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +7 -0
- package/internal-do-not-import-from-here/utils.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/filterengine/ProcessFilterEngine.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/Api.manifest.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ProcessRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRenderer.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRendererStyle.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +36 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettingsFixer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/filterengine/handler/ProcessFilterEngineHandler.d.ts +28 -0
- package/package.json +1 -1
- package/task.d.ts +1 -0
- package/task.js +22 -0
@@ -0,0 +1,14 @@
|
|
1
|
+
import * as Constants from "../constants";
|
2
|
+
import * as ProcessShape from "../processshape";
|
3
|
+
import * as Services from "../services";
|
4
|
+
import * as Store from "../stores";
|
5
|
+
import * as Utils from "../utils";
|
6
|
+
import * as Routing from "../routing";
|
7
|
+
import * as SettingProvider from "../settingsprovider";
|
8
|
+
import * as MSModels from "../models";
|
9
|
+
type MSFxApi = typeof Routing & typeof Constants & typeof ProcessShape & typeof Services & typeof Store & typeof Utils & typeof SettingProvider;
|
10
|
+
export interface IMSFxApi {
|
11
|
+
fx: Promise<MSFxApi>;
|
12
|
+
models: Promise<typeof MSModels>;
|
13
|
+
}
|
14
|
+
export {};
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { IMSFxApi } from "./Fx";
|
2
|
+
export interface IMSApi extends IMSFxApi {
|
3
|
+
}
|
4
|
+
export interface IMSExtendApiManifest {
|
5
|
+
}
|
6
|
+
declare module "@omnia/fx-models/Extends" {
|
7
|
+
interface IExtend {
|
8
|
+
ms: IMSApi;
|
9
|
+
}
|
10
|
+
interface IExtendApiManifest {
|
11
|
+
ms: IMSExtendApiManifest;
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,144 @@
|
|
1
|
+
import { Guid } from "@omnia/fx-models";
|
2
|
+
import { CanvasDefinition } from "./models/data/drawingdefinitions";
|
3
|
+
import { ShapeTemplate } from "./models/data/shapetemplates/ShapeTemplate";
|
4
|
+
import { Version } from "./models/shared/Version";
|
5
|
+
import { ContentBlockSettings, LinksBlockSettings, TitleBlockSettings, TasksBlockSettings, PropertiesBlockSettings, ProcessNavigationBlockSettings, DrawingBlockSettings, ProcessLayoutBlockSettings } from "./models";
|
6
|
+
import { ActionHandlerRegistrationId } from "@omnia/fx/models";
|
7
|
+
export declare class ODMFeatureIds {
|
8
|
+
static get ControlledDocument(): Guid;
|
9
|
+
static get CreateNewDocumentInLibrary(): Guid;
|
10
|
+
static get ControlledDocumentLibrary(): Guid;
|
11
|
+
static get MSTeamsTabProvider(): Guid;
|
12
|
+
static get DraftableDocumentComparison(): Guid;
|
13
|
+
static get ControlledDocumentArchive(): Guid;
|
14
|
+
}
|
15
|
+
export declare class ODMDocumentRollupDisplayFields {
|
16
|
+
static get IconTitleLink(): Guid;
|
17
|
+
static get IconNameLink(): Guid;
|
18
|
+
static get InfoIcon(): Guid;
|
19
|
+
static get RelatedControlledDocumentsIcon(): Guid;
|
20
|
+
static get FeedbackIcon(): Guid;
|
21
|
+
static get AppendiceIcon(): Guid;
|
22
|
+
static get CreateNewDocumentIcon(): Guid;
|
23
|
+
}
|
24
|
+
export declare const TextSpacingWithShape = 5;
|
25
|
+
export declare const BuiltInActionButtonHandlers: {
|
26
|
+
CreateDocument: ActionHandlerRegistrationId;
|
27
|
+
ProcessFeedback: ActionHandlerRegistrationId;
|
28
|
+
ExportProcess: ActionHandlerRegistrationId;
|
29
|
+
};
|
30
|
+
export declare class OPMFeatureIds {
|
31
|
+
static get ProcessManagement(): Guid;
|
32
|
+
static get MSTeamsTabProvider(): Guid;
|
33
|
+
static get ProcessLibrary(): Guid;
|
34
|
+
static get ProcessesAndDocumentsIntegration(): Guid;
|
35
|
+
static get ProcessTaskPlannerProvider(): Guid;
|
36
|
+
static get ProcessArchive(): Guid;
|
37
|
+
}
|
38
|
+
export declare class ProcessTaskProviderIds {
|
39
|
+
static get MicrosoftPlannerProvider(): Guid;
|
40
|
+
}
|
41
|
+
export declare const ContentBlockConfigurationFactory: {
|
42
|
+
defaultSettings(): ContentBlockSettings;
|
43
|
+
};
|
44
|
+
export declare const LinksBlockConfigurationFactory: {
|
45
|
+
defaultSettings(): LinksBlockSettings;
|
46
|
+
};
|
47
|
+
export declare const TitleBlockConfigurationFactory: {
|
48
|
+
defaultSettings(): TitleBlockSettings;
|
49
|
+
};
|
50
|
+
export declare const TasksBlockConfigurationFactory: {
|
51
|
+
defaultSettings(): TasksBlockSettings;
|
52
|
+
};
|
53
|
+
export declare const PropertiesBlockConfigurationFactory: {
|
54
|
+
defaultSettings(): PropertiesBlockSettings;
|
55
|
+
};
|
56
|
+
export declare const ProcessNavigationConfigurationFactory: {
|
57
|
+
defaultSettings(): ProcessNavigationBlockSettings;
|
58
|
+
};
|
59
|
+
export declare const DrawingBlockConfigurationFactory: {
|
60
|
+
defaultSettings(): DrawingBlockSettings;
|
61
|
+
};
|
62
|
+
export declare const ProcessLayoutBlockConfigurationFactory: {
|
63
|
+
defaultSettings(): ProcessLayoutBlockSettings;
|
64
|
+
};
|
65
|
+
export declare const ShapeTemplatesConstants: {
|
66
|
+
readonly Circle: ShapeTemplate;
|
67
|
+
readonly Pentagon: ShapeTemplate;
|
68
|
+
readonly Diamond: ShapeTemplate;
|
69
|
+
readonly Freeform: ShapeTemplate;
|
70
|
+
readonly Media: ShapeTemplate;
|
71
|
+
readonly RoundedRect: ShapeTemplate;
|
72
|
+
};
|
73
|
+
export declare const SharePointFieldsConstants: {
|
74
|
+
readonly Modified: string;
|
75
|
+
readonly ModifiedBy: string;
|
76
|
+
readonly Title: string;
|
77
|
+
readonly FileName: string;
|
78
|
+
readonly FileLeafRef: string;
|
79
|
+
readonly Status: string;
|
80
|
+
readonly AssignedTo: string;
|
81
|
+
readonly DueDate: string;
|
82
|
+
readonly ID: string;
|
83
|
+
};
|
84
|
+
export declare const ProcessRollupConstants: {
|
85
|
+
readonly searchBoxInternalName: string;
|
86
|
+
readonly fulltextInternalName: string;
|
87
|
+
readonly processTitleAndLinkInternalName: string;
|
88
|
+
readonly processTitle: string;
|
89
|
+
readonly filterEngineContextUniqueId: string;
|
90
|
+
};
|
91
|
+
export declare const DefaultDateFormat = "YYYY-MM-DD";
|
92
|
+
export declare const ProcessTableColumnsConstants: {
|
93
|
+
readonly versionType: string;
|
94
|
+
};
|
95
|
+
export declare const ShapeHighlightProperties: {
|
96
|
+
readonly dark: {
|
97
|
+
stroke: string;
|
98
|
+
strokeDashArray: number[];
|
99
|
+
};
|
100
|
+
readonly light: {
|
101
|
+
stroke: string;
|
102
|
+
strokeDashArray: number[];
|
103
|
+
};
|
104
|
+
};
|
105
|
+
export declare const ProcessDefaultData: {
|
106
|
+
readonly canvasDefinition: CanvasDefinition;
|
107
|
+
};
|
108
|
+
export declare const SystemProcessProperties: {
|
109
|
+
readonly Published: string;
|
110
|
+
readonly LinkToProcessLibrary: string;
|
111
|
+
};
|
112
|
+
export declare const OPMSpecialRouteVersion: {
|
113
|
+
readonly Preview: Version;
|
114
|
+
readonly LatestPublished: Version;
|
115
|
+
isPreview: (version: Version) => boolean;
|
116
|
+
isLatestPublished: (version: Version) => boolean;
|
117
|
+
generateVersion: (edition: number | string, revision: number | string) => Version;
|
118
|
+
generateVersionLabel: (version: Version) => string;
|
119
|
+
};
|
120
|
+
export declare const DocumentsBlockDataSettingsKey: {
|
121
|
+
readonly CurrentProcess: string;
|
122
|
+
readonly ShortcutProcess: string;
|
123
|
+
};
|
124
|
+
export declare const PagesBlockDataSettingsKey: {
|
125
|
+
readonly CurrentProcess: string;
|
126
|
+
readonly ShortcutProcess: string;
|
127
|
+
};
|
128
|
+
export declare const RootProcessStepDesignerItemIds: {
|
129
|
+
readonly layoutTab: string;
|
130
|
+
readonly drawingTab: string;
|
131
|
+
readonly contentTab: string;
|
132
|
+
readonly documentsTab: string;
|
133
|
+
readonly pagesTab: string;
|
134
|
+
readonly linksTab: string;
|
135
|
+
readonly tasksTab: string;
|
136
|
+
readonly propertiesTab: string;
|
137
|
+
readonly settingsTab: string;
|
138
|
+
};
|
139
|
+
export declare const ImageFolders: {
|
140
|
+
readonly processes: string;
|
141
|
+
readonly shapeTemplates: string;
|
142
|
+
readonly legacy: string;
|
143
|
+
};
|
144
|
+
export declare const WebEmojiIcons: Array<string>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export * from "./constants";
|
2
|
+
export * from "./processshape";
|
3
|
+
export * from "./services";
|
4
|
+
export * from "./stores";
|
5
|
+
export * from "./utils";
|
6
|
+
export * from "./routing";
|
7
|
+
export * from "./settingsprovider";
|
8
|
+
export * from "./apis";
|
9
|
+
export * from "./messaging";
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { IMessageBusTopicPublishSubscriber } from "@omnia/fx-models";
|
2
|
+
import { ProcessVersionType } from "../models";
|
3
|
+
import { RTFMediaPickerMessage, RTFLinkPickerMessage } from "@omnia/wcm/models";
|
4
|
+
export declare class InternalOPMTopics {
|
5
|
+
static get onPermissionChanged(): IMessageBusTopicPublishSubscriber<void>;
|
6
|
+
static get onProcessWorkingStatusChanged(): IMessageBusTopicPublishSubscriber<ProcessVersionType.Draft | ProcessVersionType.Published>;
|
7
|
+
static get onProcessChanged(): IMessageBusTopicPublishSubscriber<ProcessVersionType.Draft | ProcessVersionType.Published>;
|
8
|
+
static get processDesignerPersistentMsg(): IMessageBusTopicPublishSubscriber<{
|
9
|
+
title?: string;
|
10
|
+
message: string;
|
11
|
+
}>;
|
12
|
+
static get openRTFMediaPickerEditing(): IMessageBusTopicPublishSubscriber<RTFMediaPickerMessage>;
|
13
|
+
static get openRTFLinkPickerEditing(): IMessageBusTopicPublishSubscriber<RTFLinkPickerMessage>;
|
14
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { IMessageBusTopicPublishSubscriber } from "@omnia/fx-models";
|
2
|
+
import { DocumentRollupViewRegistration, DocumentLibraryViewRegistration } from "../models";
|
3
|
+
export declare class OdmPublicTopics {
|
4
|
+
static get registerDocumentRollupView(): IMessageBusTopicPublishSubscriber<DocumentRollupViewRegistration>;
|
5
|
+
static get registerDocumentLibraryView(): IMessageBusTopicPublishSubscriber<DocumentLibraryViewRegistration>;
|
6
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { ProcessRollupViewRegistration } from "../models";
|
2
|
+
import { IMessageBusTopicPublishSubscriber } from "@omnia/fx-models";
|
3
|
+
import { RTFMediaPickerMessage, RTFLinkPickerMessage } from "@omnia/wcm/models";
|
4
|
+
export declare class OPMPublicTopics {
|
5
|
+
static get registerProcessRollupView(): IMessageBusTopicPublishSubscriber<ProcessRollupViewRegistration>;
|
6
|
+
static get openRTFMediaPickerEditing(): IMessageBusTopicPublishSubscriber<RTFMediaPickerMessage>;
|
7
|
+
static get openRTFLinkPickerEditing(): IMessageBusTopicPublishSubscriber<RTFLinkPickerMessage>;
|
8
|
+
}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
export declare const OPMEnterprisePropertyInternalNames: {
|
2
|
+
readonly OPMEdition: string;
|
3
|
+
readonly OPMRevision: string;
|
4
|
+
readonly OPMProcessType: string;
|
5
|
+
readonly OPMProcessIdNumber: string;
|
6
|
+
readonly OPMPublished: string;
|
7
|
+
readonly OPMApprovedBy: string;
|
8
|
+
readonly OPMIsArchived: string;
|
9
|
+
readonly OPMIsPublished: string;
|
10
|
+
};
|
11
|
+
export declare const OPMProcessProperty: {
|
12
|
+
readonly Id: string;
|
13
|
+
};
|
14
|
+
export declare module Security {
|
15
|
+
const OPMRoleDefinitions: {
|
16
|
+
readonly Author: string;
|
17
|
+
readonly Reader: string;
|
18
|
+
readonly Approver: string;
|
19
|
+
readonly Reviewer: string;
|
20
|
+
};
|
21
|
+
const OPMResourceEvaluators: {
|
22
|
+
readonly SecurityResourceIdResource: string;
|
23
|
+
readonly OPMProcessIdResource: string;
|
24
|
+
};
|
25
|
+
const Parameters: {
|
26
|
+
readonly OPMProcessId: string;
|
27
|
+
readonly SecurityResourceId: string;
|
28
|
+
};
|
29
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.Security = exports.OPMProcessProperty = exports.OPMEnterprisePropertyInternalNames = void 0;
|
4
|
+
exports.OPMEnterprisePropertyInternalNames = {
|
5
|
+
get OPMEdition() { return "OPMEdition"; },
|
6
|
+
get OPMRevision() { return "OPMRevision"; },
|
7
|
+
get OPMProcessType() { return "OPMProcessType"; },
|
8
|
+
get OPMProcessIdNumber() { return "OPMProcessIdNumber"; },
|
9
|
+
get OPMPublished() { return "OPMPublished"; },
|
10
|
+
get OPMApprovedBy() { return "OPMApprovedBy"; },
|
11
|
+
get OPMIsArchived() { return "OPMIsArchived"; },
|
12
|
+
get OPMIsPublished() { return "OPMIsPublished"; }
|
13
|
+
};
|
14
|
+
exports.OPMProcessProperty = {
|
15
|
+
get Id() { return "7491ec1a-9cf5-4c49-b102-2f84f89795eb"; }
|
16
|
+
};
|
17
|
+
var Security;
|
18
|
+
(function (Security) {
|
19
|
+
Security.OPMRoleDefinitions = {
|
20
|
+
get Author() { return "f412d0be-16e8-4fc2-80cf-dca39a265a08"; },
|
21
|
+
get Reader() { return "38c86dbf-44a2-45c4-b370-2c1cabea954c"; },
|
22
|
+
get Approver() { return "22672fb9-e62f-470c-a68d-77ae03a5115d"; },
|
23
|
+
get Reviewer() { return "89e89b72-a75c-41d2-8303-b83800980faa"; }
|
24
|
+
};
|
25
|
+
Security.OPMResourceEvaluators = {
|
26
|
+
get SecurityResourceIdResource() { return "Omnia.ManagementSystem.Web.Security.ResourceEvaluators.ISecurityResourceIdResourceEvaluator"; },
|
27
|
+
get OPMProcessIdResource() { return "Omnia.ManagementSystem.Web.Security.ResourceEvaluators.IOPMProcessIdResourceEvaluator"; }
|
28
|
+
};
|
29
|
+
Security.Parameters = {
|
30
|
+
get OPMProcessId() { return "opmProcessId"; },
|
31
|
+
get SecurityResourceId() { return "opmSecurityResourceId"; }
|
32
|
+
};
|
33
|
+
})(Security = exports.Security || (exports.Security = {}));
|
@@ -0,0 +1,327 @@
|
|
1
|
+
export declare module Enums {
|
2
|
+
module DocumentViewEnums {
|
3
|
+
enum PagingType {
|
4
|
+
NoPaging = 1,
|
5
|
+
Classic = 2,
|
6
|
+
Scroll = 3
|
7
|
+
}
|
8
|
+
enum BooleamFilterOption {
|
9
|
+
Yes = 1,
|
10
|
+
No = 2
|
11
|
+
}
|
12
|
+
enum RefinerOrderBy {
|
13
|
+
Count = 1,
|
14
|
+
Alphabetic = 2
|
15
|
+
}
|
16
|
+
enum Positions {
|
17
|
+
Top = 1,
|
18
|
+
Left = 2,
|
19
|
+
Right = 3
|
20
|
+
}
|
21
|
+
enum DateTimeMode {
|
22
|
+
Normal = 1,
|
23
|
+
Social = 2
|
24
|
+
}
|
25
|
+
enum ManagedPropertyOption {
|
26
|
+
Refinable = 1,
|
27
|
+
Retrievable = 2,
|
28
|
+
Sortable = 3,
|
29
|
+
Queryable = 4
|
30
|
+
}
|
31
|
+
enum DatePeriods {
|
32
|
+
OneWeekFromToday = 1,
|
33
|
+
TwoWeeksFromToday = 2,
|
34
|
+
OneMonthFromToday = 3
|
35
|
+
}
|
36
|
+
enum OrderDirection {
|
37
|
+
Ascending = 1,
|
38
|
+
Descending = 2
|
39
|
+
}
|
40
|
+
enum VersionPublishingTypes {
|
41
|
+
NewEdition = 1,
|
42
|
+
NewRevision = 2
|
43
|
+
}
|
44
|
+
enum ProcessingStatus {
|
45
|
+
None = 0,
|
46
|
+
Done = 1,
|
47
|
+
SavingProperties = 2,
|
48
|
+
FileIsLocked = 3,
|
49
|
+
FailedUpdatingProperties = 4,
|
50
|
+
Archiving = 5,
|
51
|
+
Archived = 6,
|
52
|
+
InRecyleBin = 7,
|
53
|
+
Restoring = 8,
|
54
|
+
Restored = 9,
|
55
|
+
RecycleBinDeleting = 10
|
56
|
+
}
|
57
|
+
enum LibraryDocumentStatus {
|
58
|
+
Draft = 0,
|
59
|
+
Published = 1,
|
60
|
+
SendingForReview = 2,
|
61
|
+
SentForReview = 3,
|
62
|
+
SendingForApproval = 4,
|
63
|
+
WaitingForApproval = 5,
|
64
|
+
CancellingReview = 6,
|
65
|
+
SavingProperties = 7,
|
66
|
+
Publishing = 8,
|
67
|
+
CancellingApproval = 9,
|
68
|
+
MovingToOtherSite = 10,
|
69
|
+
ReceivingFromOtherSite = 11,
|
70
|
+
MovedToOtherSite = 12,
|
71
|
+
RepublishingBySystem = 13,
|
72
|
+
NotFound = 14,
|
73
|
+
UsingByOtherProcess = 15,
|
74
|
+
IsNotLatestEdition = 16,
|
75
|
+
FailedSendingForReview = 17,
|
76
|
+
FailedSendingForApproval = 18,
|
77
|
+
FailedCancellingReview = 19,
|
78
|
+
FailedCancellingApproval = 20,
|
79
|
+
FailedPublishing = 21,
|
80
|
+
FailedConvertToPDF = 22,
|
81
|
+
FailedMovingToOtherSite = 23,
|
82
|
+
FailedRepublishingBySystem = 24,
|
83
|
+
CreatingDraft = 25,
|
84
|
+
FailedCreatingDraft = 26,
|
85
|
+
FileIsLocked = 27,
|
86
|
+
Archived = 28,
|
87
|
+
Unprocessed = 29,
|
88
|
+
HasDraftVersion = 30,
|
89
|
+
RequiredFieldUpdateError = 31,
|
90
|
+
NoDocumentTypeError = 32,
|
91
|
+
FailedMergeWithTemplate = 33,
|
92
|
+
Deleted = 34,
|
93
|
+
Archiving = 35
|
94
|
+
}
|
95
|
+
enum TaskContentType {
|
96
|
+
Undefined = 0,
|
97
|
+
ApprovalTask = 1,
|
98
|
+
ReviewReminderTask = 2,
|
99
|
+
ReviewTask = 3
|
100
|
+
}
|
101
|
+
enum TaskViewType {
|
102
|
+
AssignedToMe = 1,
|
103
|
+
AssignedByMe = 2,
|
104
|
+
CompletedTasks = 3
|
105
|
+
}
|
106
|
+
enum StartPageTab {
|
107
|
+
Drafts = 0,
|
108
|
+
Tasks = 1,
|
109
|
+
Published = 2
|
110
|
+
}
|
111
|
+
enum DocumentAccessTypes {
|
112
|
+
DefaultReaderGroup = 0,
|
113
|
+
LimitedAccess = 1
|
114
|
+
}
|
115
|
+
enum WorkflowCompletedType {
|
116
|
+
None = 0,
|
117
|
+
AllTasksDone = 1,
|
118
|
+
MeetDueDate = 2,
|
119
|
+
Cancelled = 3
|
120
|
+
}
|
121
|
+
enum DocumentRoles {
|
122
|
+
View = 1,
|
123
|
+
Edit = 2,
|
124
|
+
Delete = 3,
|
125
|
+
Approve = 4
|
126
|
+
}
|
127
|
+
enum DocumentActions {
|
128
|
+
View = 0,
|
129
|
+
Edit = 1,
|
130
|
+
Delete = 2,
|
131
|
+
SendForReview = 3,
|
132
|
+
Publish = 4,
|
133
|
+
CreateDraft = 5,
|
134
|
+
Unpublish = 6,
|
135
|
+
ViewHistory = 7,
|
136
|
+
MoveDocument = 8,
|
137
|
+
RelatedDocuments = 9,
|
138
|
+
Appendices = 10,
|
139
|
+
ViewReadReceiptStatus = 11,
|
140
|
+
RelatedProcesses = 12,
|
141
|
+
CopyLink = 13,
|
142
|
+
SignedCopy = 14
|
143
|
+
}
|
144
|
+
enum WorkflowType {
|
145
|
+
ReviewWorkflow = 1,
|
146
|
+
PublishWorkflow = 2,
|
147
|
+
CreateDraft = 3,
|
148
|
+
MovedDocument = 4,
|
149
|
+
PublishWithoutApproval = 5,
|
150
|
+
ReviewReminderWorkflow = 6,
|
151
|
+
DeletePublishedDocument = 7,
|
152
|
+
RestoreDocument = 8
|
153
|
+
}
|
154
|
+
enum ReviewReminderTaskOutcome {
|
155
|
+
Undefined = 0,
|
156
|
+
CreateDraft = 1,
|
157
|
+
Unpublish = 2,
|
158
|
+
SetNewReviewDate = 3
|
159
|
+
}
|
160
|
+
enum ApprovalTaskOutcome {
|
161
|
+
Approved = 1,
|
162
|
+
Rejected = 2
|
163
|
+
}
|
164
|
+
enum CreateDraftType {
|
165
|
+
CurrentEdition = 1,
|
166
|
+
PreviousEdition = 2,
|
167
|
+
UploadNewFile = 3
|
168
|
+
}
|
169
|
+
enum CreateDraftFromTemplateType {
|
170
|
+
JustCreateDraft = 1
|
171
|
+
}
|
172
|
+
enum ViewDocumentPropertyMode {
|
173
|
+
Draft = 0,
|
174
|
+
Publish = 1,
|
175
|
+
ControlledDocument = 2,
|
176
|
+
SearchResult = 3
|
177
|
+
}
|
178
|
+
enum QueryScope {
|
179
|
+
AllDocuments = 0,
|
180
|
+
PublishedDocuments = 1,
|
181
|
+
ArchivedDocuments = 2,
|
182
|
+
ProcessDocuments = 3
|
183
|
+
}
|
184
|
+
enum QueryConfigurationType {
|
185
|
+
QueryBuilder = 0,
|
186
|
+
PickDocuments = 1
|
187
|
+
}
|
188
|
+
enum ProcessDocumentRelationStatus {
|
189
|
+
Draft = 0,
|
190
|
+
Published = 1,
|
191
|
+
Archived = 2,
|
192
|
+
Suggested = 3
|
193
|
+
}
|
194
|
+
}
|
195
|
+
module DocumentStatisticsEnums {
|
196
|
+
enum StatisticsType {
|
197
|
+
DraftDocuments = 0,
|
198
|
+
PublishedDocuments = 1,
|
199
|
+
ArchivedDocuments = 2,
|
200
|
+
PastReviewDate = 3,
|
201
|
+
SentForComments = 4,
|
202
|
+
WaitingForApproval = 5
|
203
|
+
}
|
204
|
+
}
|
205
|
+
module DocumentPicker {
|
206
|
+
enum CategoryType {
|
207
|
+
SharePointLibrary = 0,
|
208
|
+
SearchProvider = 1,
|
209
|
+
ControlledDocument = 2,
|
210
|
+
FileUploader = 3
|
211
|
+
}
|
212
|
+
enum ListItemResultType {
|
213
|
+
Document = 0,
|
214
|
+
Folder = 1
|
215
|
+
}
|
216
|
+
enum UploadingFileStatus {
|
217
|
+
checking = 0,
|
218
|
+
invalid = 1,
|
219
|
+
uploading = 2,
|
220
|
+
finish = 3,
|
221
|
+
fail = 4
|
222
|
+
}
|
223
|
+
enum PickerMode {
|
224
|
+
listingResult = 0,
|
225
|
+
pickOnly = 1
|
226
|
+
}
|
227
|
+
}
|
228
|
+
module ProcessViewEnums {
|
229
|
+
enum QueryScope {
|
230
|
+
PublishedProcesses = 1,
|
231
|
+
ArchivedProcesses = 2
|
232
|
+
}
|
233
|
+
enum BuildInProcessTitleTextStyleFormatting {
|
234
|
+
Normal = "afc69d06-73d4-4021-a692-8e0f3c80ba1f",
|
235
|
+
Heading1 = "d0f88100-d170-4416-90b3-d20eacb25d60",
|
236
|
+
Heading2 = "834d394c-6517-4134-8488-52b47ee2e32e",
|
237
|
+
Heading3 = "3abb88f8-a937-49df-a346-f0465b265656",
|
238
|
+
Heading4 = "9f717035-c3ce-45f6-9f66-76df59faf7fa",
|
239
|
+
Heading5 = "2b4051d1-a9ed-450e-9bdf-1f6eaa6721e3",
|
240
|
+
Heading6 = "f0b42e88-47e3-4b69-8d11-393683214810",
|
241
|
+
Custom = "00000000-0000-0000-0000-000000000000"
|
242
|
+
}
|
243
|
+
enum TaxonomyFilterType {
|
244
|
+
FixedValue = 1,
|
245
|
+
CurrentPage = 2,
|
246
|
+
User = 3
|
247
|
+
}
|
248
|
+
enum OrderDirection {
|
249
|
+
Ascending = 1,
|
250
|
+
Descending = 2
|
251
|
+
}
|
252
|
+
enum PagingType {
|
253
|
+
NoPaging = 1,
|
254
|
+
Classic = 2,
|
255
|
+
Scroll = 3
|
256
|
+
}
|
257
|
+
enum StartPageTab {
|
258
|
+
Drafts = 0,
|
259
|
+
Tasks = 1,
|
260
|
+
Published = 2
|
261
|
+
}
|
262
|
+
enum PropertyType {
|
263
|
+
None = 0,
|
264
|
+
Text = 1,
|
265
|
+
Number = 2
|
266
|
+
}
|
267
|
+
enum ProcessAccessTypes {
|
268
|
+
DefaultReaderGroup = 0,
|
269
|
+
LimitedAccess = 1
|
270
|
+
}
|
271
|
+
enum Positions {
|
272
|
+
Top = 1,
|
273
|
+
Left = 2,
|
274
|
+
Right = 3
|
275
|
+
}
|
276
|
+
enum DatePeriods {
|
277
|
+
OneWeekFromToday = 1,
|
278
|
+
TwoWeeksFromToday = 2,
|
279
|
+
OneMonthFromToday = 3,
|
280
|
+
LaterThanToday = 4,
|
281
|
+
EarlierThanToday = 5
|
282
|
+
}
|
283
|
+
enum RefinerOrderBy {
|
284
|
+
Count = 1,
|
285
|
+
Alphabetic = 2
|
286
|
+
}
|
287
|
+
enum BooleamFilterOption {
|
288
|
+
Yes = 1,
|
289
|
+
No = 2
|
290
|
+
}
|
291
|
+
enum DateTimeMode {
|
292
|
+
Normal = 1,
|
293
|
+
Social = 2
|
294
|
+
}
|
295
|
+
enum HeadingFormatting {
|
296
|
+
Normal = 0,
|
297
|
+
Heading1 = 1,
|
298
|
+
Heading2 = 2,
|
299
|
+
Heading3 = 3
|
300
|
+
}
|
301
|
+
}
|
302
|
+
enum ShapeTypes {
|
303
|
+
None = 0,
|
304
|
+
ProcessStep = 1,
|
305
|
+
Link = 2
|
306
|
+
}
|
307
|
+
module WorkflowEnums {
|
308
|
+
enum VersionPublishingTypes {
|
309
|
+
NewEdition = 1,
|
310
|
+
NewRevision = 2
|
311
|
+
}
|
312
|
+
}
|
313
|
+
enum LinkType {
|
314
|
+
CustomLink = 0,
|
315
|
+
Heading = 1
|
316
|
+
}
|
317
|
+
enum TaskContentType {
|
318
|
+
Undefined = 0,
|
319
|
+
ApprovalTask = 1,
|
320
|
+
ReviewReminderTask = 2
|
321
|
+
}
|
322
|
+
enum TaskViewType {
|
323
|
+
AssignedToMe = 1,
|
324
|
+
AssignedByMe = 2,
|
325
|
+
CompletedTasks = 3
|
326
|
+
}
|
327
|
+
}
|