@omnia/management-system 7.0.4 → 7.0.6
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,75 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.DocumentTypeFactory = exports.DocumentTypeSettingsTypes = void 0;
|
4
|
+
const DocumentTypeItemSettings_1 = require("./DocumentTypeItemSettings");
|
5
|
+
var DocumentTypeSettingsTypes;
|
6
|
+
(function (DocumentTypeSettingsTypes) {
|
7
|
+
DocumentTypeSettingsTypes[DocumentTypeSettingsTypes["Group"] = 0] = "Group";
|
8
|
+
DocumentTypeSettingsTypes[DocumentTypeSettingsTypes["Item"] = 1] = "Item";
|
9
|
+
})(DocumentTypeSettingsTypes = exports.DocumentTypeSettingsTypes || (exports.DocumentTypeSettingsTypes = {}));
|
10
|
+
/**
|
11
|
+
* NOTE: whenever an new property is added in settings, we need to define its initial value in factory
|
12
|
+
* To ensure it fully react on view
|
13
|
+
* */
|
14
|
+
exports.DocumentTypeFactory = {
|
15
|
+
createDefaultDocumentTypeGroup(parentId, termSetId) {
|
16
|
+
const documentTypeGroup = {
|
17
|
+
id: null,
|
18
|
+
title: {
|
19
|
+
isMultilingualString: true
|
20
|
+
},
|
21
|
+
multilingualTitle: "",
|
22
|
+
childCount: 0,
|
23
|
+
secondaryOrderNumber: 0,
|
24
|
+
parentId: parentId,
|
25
|
+
settings: {
|
26
|
+
childrenOrders: [],
|
27
|
+
termSetId: termSetId,
|
28
|
+
type: DocumentTypeSettingsTypes.Group
|
29
|
+
}
|
30
|
+
};
|
31
|
+
return documentTypeGroup;
|
32
|
+
},
|
33
|
+
createDefaultDocumentTypeItem(parentId, termSetId) {
|
34
|
+
const documentTypeGroup = {
|
35
|
+
id: null,
|
36
|
+
title: {
|
37
|
+
isMultilingualString: true
|
38
|
+
},
|
39
|
+
description: {
|
40
|
+
isMultilingualString: true
|
41
|
+
},
|
42
|
+
multilingualTitle: "",
|
43
|
+
multilingualDescription: "",
|
44
|
+
childCount: 0,
|
45
|
+
secondaryOrderNumber: 0,
|
46
|
+
parentId: parentId,
|
47
|
+
settings: {
|
48
|
+
allowAppendices: false,
|
49
|
+
allowSignedCopy: false,
|
50
|
+
isRecord: false,
|
51
|
+
isDisableCreateDraft: true,
|
52
|
+
isDisableMoveDocument: true,
|
53
|
+
isDisableUnpublish: true,
|
54
|
+
trackChangesSendForComments: true,
|
55
|
+
allowBypassApprovalForRevisions: false,
|
56
|
+
allowRevisions: false,
|
57
|
+
showCreateDocumentIconInRollup: false,
|
58
|
+
archive: null,
|
59
|
+
reviewReminder: null,
|
60
|
+
retentionSettings: null,
|
61
|
+
conversions: DocumentTypeItemSettings_1.DocumentConversions.NoConversion,
|
62
|
+
replaceTokenOnPublishing: true,
|
63
|
+
feedbackRecipientsPropertyDefinitionIds: [],
|
64
|
+
enterprisePropertySetId: null,
|
65
|
+
propertySetItemSettings: {},
|
66
|
+
publishingApprovalSettings: null,
|
67
|
+
termSetId: termSetId,
|
68
|
+
defaultDocumentTemplateId: null,
|
69
|
+
documentTemplateIds: [],
|
70
|
+
type: DocumentTypeSettingsTypes.Item
|
71
|
+
}
|
72
|
+
};
|
73
|
+
return documentTypeGroup;
|
74
|
+
}
|
75
|
+
};
|
@@ -0,0 +1,14 @@
|
|
1
|
+
export declare enum DocumentTypeTermSynchronizationStatusStatuses {
|
2
|
+
Syncing = 0,
|
3
|
+
Success = 1,
|
4
|
+
Failed = 2,
|
5
|
+
SkippedNotAvailableWorkingLanguages = 3
|
6
|
+
}
|
7
|
+
export interface DocumentTypeTermSynchronizationStatus {
|
8
|
+
latestTrackingId: number;
|
9
|
+
status: DocumentTypeTermSynchronizationStatusStatuses;
|
10
|
+
latestTrackingRunTime: Date;
|
11
|
+
totalSeconds: number;
|
12
|
+
message: string;
|
13
|
+
syncFromSharePoint: boolean;
|
14
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.DocumentTypeTermSynchronizationStatusStatuses = void 0;
|
4
|
+
var DocumentTypeTermSynchronizationStatusStatuses;
|
5
|
+
(function (DocumentTypeTermSynchronizationStatusStatuses) {
|
6
|
+
DocumentTypeTermSynchronizationStatusStatuses[DocumentTypeTermSynchronizationStatusStatuses["Syncing"] = 0] = "Syncing";
|
7
|
+
DocumentTypeTermSynchronizationStatusStatuses[DocumentTypeTermSynchronizationStatusStatuses["Success"] = 1] = "Success";
|
8
|
+
DocumentTypeTermSynchronizationStatusStatuses[DocumentTypeTermSynchronizationStatusStatuses["Failed"] = 2] = "Failed";
|
9
|
+
DocumentTypeTermSynchronizationStatusStatuses[DocumentTypeTermSynchronizationStatusStatuses["SkippedNotAvailableWorkingLanguages"] = 3] = "SkippedNotAvailableWorkingLanguages";
|
10
|
+
})(DocumentTypeTermSynchronizationStatusStatuses = exports.DocumentTypeTermSynchronizationStatusStatuses || (exports.DocumentTypeTermSynchronizationStatusStatuses = {}));
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { GuidValue, TimePeriodSettings } from "@omnia/fx-models";
|
2
|
+
import { ReviewReminderTask } from "./ReviewReminderTask";
|
3
|
+
import { ReviewReminderSchedule, ReviewReminderScheduleTypes } from "../reviewreminderschedule";
|
4
|
+
export interface ReviewReminder {
|
5
|
+
schedule: ReviewReminderSchedule;
|
6
|
+
reminderInAdvance: TimePeriodSettings;
|
7
|
+
/**
|
8
|
+
* null means no task creation
|
9
|
+
* */
|
10
|
+
task?: ReviewReminderTask;
|
11
|
+
/**
|
12
|
+
* who should receive the reminder email
|
13
|
+
* There is a spacial value for defining approver : ApproverId - 3d2cbf30-181a-4bf8-afc9-b7a9744bf760
|
14
|
+
* */
|
15
|
+
personEnterprisePropertyDefinitionIds: Array<GuidValue>;
|
16
|
+
}
|
17
|
+
/**
|
18
|
+
* NOTE: whenever an new property is added in settings, we need to define its initial value in factory
|
19
|
+
* To ensure it fully react on view
|
20
|
+
* */
|
21
|
+
export declare const ReviewReminderFactory: {
|
22
|
+
createDefault(type?: ReviewReminderScheduleTypes): ReviewReminder;
|
23
|
+
};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ReviewReminderFactory = void 0;
|
4
|
+
const fx_models_1 = require("@omnia/fx-models");
|
5
|
+
const reviewreminderschedule_1 = require("../reviewreminderschedule");
|
6
|
+
/**
|
7
|
+
* NOTE: whenever an new property is added in settings, we need to define its initial value in factory
|
8
|
+
* To ensure it fully react on view
|
9
|
+
* */
|
10
|
+
exports.ReviewReminderFactory = {
|
11
|
+
createDefault(type = reviewreminderschedule_1.ReviewReminderScheduleTypes.TimeAfterPublishing) {
|
12
|
+
const settings = {
|
13
|
+
schedule: reviewreminderschedule_1.ReviewReminderScheduleFactory.createDefault(type),
|
14
|
+
reminderInAdvance: {
|
15
|
+
type: fx_models_1.TimePeriodTypes.Days,
|
16
|
+
value: 30
|
17
|
+
},
|
18
|
+
personEnterprisePropertyDefinitionIds: [],
|
19
|
+
task: null
|
20
|
+
};
|
21
|
+
return settings;
|
22
|
+
}
|
23
|
+
};
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { GuidValue, TimePeriodSettings, MultilingualString } from "@omnia/fx-models";
|
2
|
+
export interface ReviewReminderTask {
|
3
|
+
personEnterprisePropertyDefinitionId: GuidValue;
|
4
|
+
expiration: TimePeriodSettings;
|
5
|
+
enableCustomReviewButtonText: boolean;
|
6
|
+
customReviewButtonText: MultilingualString;
|
7
|
+
}
|
8
|
+
/**
|
9
|
+
* NOTE: whenever an new property is added in settings, we need to define its initial value in factory
|
10
|
+
* To ensure it fully react on view
|
11
|
+
* */
|
12
|
+
export declare const ReviewReminderTaskFactory: {
|
13
|
+
createDefault(): ReviewReminderTask;
|
14
|
+
};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ReviewReminderTaskFactory = void 0;
|
4
|
+
const fx_models_1 = require("@omnia/fx-models");
|
5
|
+
/**
|
6
|
+
* NOTE: whenever an new property is added in settings, we need to define its initial value in factory
|
7
|
+
* To ensure it fully react on view
|
8
|
+
* */
|
9
|
+
exports.ReviewReminderTaskFactory = {
|
10
|
+
createDefault() {
|
11
|
+
const settings = {
|
12
|
+
expiration: {
|
13
|
+
type: fx_models_1.TimePeriodTypes.Months,
|
14
|
+
value: 1
|
15
|
+
},
|
16
|
+
personEnterprisePropertyDefinitionId: null,
|
17
|
+
enableCustomReviewButtonText: false,
|
18
|
+
customReviewButtonText: null
|
19
|
+
};
|
20
|
+
return settings;
|
21
|
+
}
|
22
|
+
};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
export * from "./DocumentType";
|
2
|
+
export * from "./DocumentTypeSettings";
|
3
|
+
export * from "./DocumentTypeGroupSettings";
|
4
|
+
export * from "./DocumentTypeItemSettings";
|
5
|
+
export * from "./ReviewReminder";
|
6
|
+
export * from "./ReviewReminderTask";
|
7
|
+
export * from "./DocumentTypeTermSynchronizationStatus";
|
8
|
+
export * from "./retentions";
|
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const tslib_1 = require("tslib");
|
4
|
+
tslib_1.__exportStar(require("./DocumentType"), exports);
|
5
|
+
tslib_1.__exportStar(require("./DocumentTypeSettings"), exports);
|
6
|
+
tslib_1.__exportStar(require("./DocumentTypeGroupSettings"), exports);
|
7
|
+
tslib_1.__exportStar(require("./DocumentTypeItemSettings"), exports);
|
8
|
+
tslib_1.__exportStar(require("./ReviewReminder"), exports);
|
9
|
+
tslib_1.__exportStar(require("./ReviewReminderTask"), exports);
|
10
|
+
tslib_1.__exportStar(require("./DocumentTypeTermSynchronizationStatus"), exports);
|
11
|
+
tslib_1.__exportStar(require("./retentions"), exports);
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { RetentionSettings } from ".";
|
2
|
+
import { TimePeriodSettings } from "@omnia/fx-models";
|
3
|
+
export interface CalculatedRetention extends RetentionSettings {
|
4
|
+
/**
|
5
|
+
* @deprecated Since Omnia 6.0. Use dateTimeEnterprisePropertyDefinitionId instead.
|
6
|
+
*/
|
7
|
+
lastPublished?: boolean;
|
8
|
+
settings: TimePeriodSettings;
|
9
|
+
}
|
package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.d.ts
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
import { GuidValue } from "@omnia/fx-models";
|
2
|
+
export declare enum RetentionTypes {
|
3
|
+
Calculated = 0,
|
4
|
+
Property = 1
|
5
|
+
}
|
6
|
+
export interface RetentionSettings {
|
7
|
+
type: RetentionTypes;
|
8
|
+
dateTimeEnterprisePropertyDefinitionId: GuidValue;
|
9
|
+
}
|
10
|
+
/**
|
11
|
+
* NOTE: whenever an new property is added in settings, we need to define its initial value in factory
|
12
|
+
* To ensure it fully react on view
|
13
|
+
* */
|
14
|
+
export declare const RetentionFactory: {
|
15
|
+
createDefault(type?: RetentionTypes): RetentionSettings;
|
16
|
+
};
|
package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.js
ADDED
@@ -0,0 +1,37 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.RetentionFactory = exports.RetentionTypes = void 0;
|
4
|
+
const fx_models_1 = require("@omnia/fx-models");
|
5
|
+
var RetentionTypes;
|
6
|
+
(function (RetentionTypes) {
|
7
|
+
RetentionTypes[RetentionTypes["Calculated"] = 0] = "Calculated";
|
8
|
+
RetentionTypes[RetentionTypes["Property"] = 1] = "Property";
|
9
|
+
})(RetentionTypes = exports.RetentionTypes || (exports.RetentionTypes = {}));
|
10
|
+
/**
|
11
|
+
* NOTE: whenever an new property is added in settings, we need to define its initial value in factory
|
12
|
+
* To ensure it fully react on view
|
13
|
+
* */
|
14
|
+
exports.RetentionFactory = {
|
15
|
+
createDefault(type = RetentionTypes.Calculated) {
|
16
|
+
let settings = null;
|
17
|
+
switch (type) {
|
18
|
+
case RetentionTypes.Calculated:
|
19
|
+
settings = {
|
20
|
+
type: RetentionTypes.Calculated,
|
21
|
+
dateTimeEnterprisePropertyDefinitionId: null,
|
22
|
+
settings: {
|
23
|
+
type: fx_models_1.TimePeriodTypes.Years,
|
24
|
+
value: 1
|
25
|
+
}
|
26
|
+
};
|
27
|
+
break;
|
28
|
+
case RetentionTypes.Property:
|
29
|
+
settings = {
|
30
|
+
type: RetentionTypes.Property,
|
31
|
+
dateTimeEnterprisePropertyDefinitionId: null
|
32
|
+
};
|
33
|
+
break;
|
34
|
+
}
|
35
|
+
return settings;
|
36
|
+
}
|
37
|
+
};
|
@@ -0,0 +1,6 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const tslib_1 = require("tslib");
|
4
|
+
tslib_1.__exportStar(require("./RetentionSettings"), exports);
|
5
|
+
tslib_1.__exportStar(require("./PropertyRetention"), exports);
|
6
|
+
tslib_1.__exportStar(require("./CalculatedRetention"), exports);
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { DrawingShape } from "./DrawingShape";
|
2
|
+
import { MediaPickerImage } from "@omnia/fx-models";
|
3
|
+
export interface ICanvasDefinition {
|
4
|
+
backgroundImage?: MediaPickerImage;
|
5
|
+
width: number;
|
6
|
+
height: number;
|
7
|
+
gridX?: number;
|
8
|
+
gridY?: number;
|
9
|
+
}
|
10
|
+
export interface CanvasDefinition extends ICanvasDefinition {
|
11
|
+
drawingShapes: Array<DrawingShape>;
|
12
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { GuidValue, MultilingualString } from "@omnia/fx-models";
|
2
|
+
import { ShapeObject } from "../../../processshape";
|
3
|
+
export declare enum DrawingShapeTypes {
|
4
|
+
Undefined = 0,
|
5
|
+
ProcessStep = 1,
|
6
|
+
CustomLink = 2,
|
7
|
+
ExternalProcessStep = 3
|
8
|
+
}
|
9
|
+
export interface DrawingShape {
|
10
|
+
id: GuidValue;
|
11
|
+
type: DrawingShapeTypes;
|
12
|
+
shape: ShapeObject;
|
13
|
+
title: MultilingualString;
|
14
|
+
tooltip?: MultilingualString;
|
15
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.DrawingShapeTypes = void 0;
|
4
|
+
var DrawingShapeTypes;
|
5
|
+
(function (DrawingShapeTypes) {
|
6
|
+
DrawingShapeTypes[DrawingShapeTypes["Undefined"] = 0] = "Undefined";
|
7
|
+
DrawingShapeTypes[DrawingShapeTypes["ProcessStep"] = 1] = "ProcessStep";
|
8
|
+
DrawingShapeTypes[DrawingShapeTypes["CustomLink"] = 2] = "CustomLink";
|
9
|
+
DrawingShapeTypes[DrawingShapeTypes["ExternalProcessStep"] = 3] = "ExternalProcessStep";
|
10
|
+
})(DrawingShapeTypes = exports.DrawingShapeTypes || (exports.DrawingShapeTypes = {}));
|
@@ -0,0 +1,8 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const tslib_1 = require("tslib");
|
4
|
+
tslib_1.__exportStar(require("./CustomLinkDrawingShape"), exports);
|
5
|
+
tslib_1.__exportStar(require("./ProcessStepDrawingShape"), exports);
|
6
|
+
tslib_1.__exportStar(require("./ExternalProcessStepDrawingShape"), exports);
|
7
|
+
tslib_1.__exportStar(require("./DrawingShape"), exports);
|
8
|
+
tslib_1.__exportStar(require("./CanvasDefinition"), exports);
|
@@ -0,0 +1,72 @@
|
|
1
|
+
export declare enum TextPosition {
|
2
|
+
Above = 1,
|
3
|
+
On = 2,
|
4
|
+
Bottom = 3
|
5
|
+
}
|
6
|
+
export declare enum TextAlignment {
|
7
|
+
Left = "left",
|
8
|
+
Center = "center",
|
9
|
+
Right = "right"
|
10
|
+
}
|
11
|
+
export declare enum ProcessVersionType {
|
12
|
+
Draft = 0,
|
13
|
+
CheckedOut = 1,
|
14
|
+
Archived = 2,
|
15
|
+
Published = 3
|
16
|
+
}
|
17
|
+
export declare enum ProcessStepType {
|
18
|
+
Internal = 0,
|
19
|
+
External = 1
|
20
|
+
}
|
21
|
+
export declare enum ProcessWorkingStatus {
|
22
|
+
None = 0,
|
23
|
+
SendingForReview = 1,
|
24
|
+
SendingForReviewFailed = 2,
|
25
|
+
SentForReview = 3,
|
26
|
+
CancellingReview = 4,
|
27
|
+
CancellingReviewFailed = 5,
|
28
|
+
SendingForApproval = 6,
|
29
|
+
SendingForApprovalFailed = 7,
|
30
|
+
SentForApproval = 8,
|
31
|
+
CancellingApproval = 9,
|
32
|
+
CancellingApprovalFailed = 10,
|
33
|
+
SyncingToSharePoint = 11,
|
34
|
+
SyncingToSharePointFailed = 12,
|
35
|
+
Archiving = 13,
|
36
|
+
ArchivingFailed = 14,
|
37
|
+
Moving = 15,
|
38
|
+
MovingFailed = 16,
|
39
|
+
InRecyleBin = 17,
|
40
|
+
Restoring = 18,
|
41
|
+
Restored = 19,
|
42
|
+
RecycleBinDeleting = 20,
|
43
|
+
RestoringFailed = 21
|
44
|
+
}
|
45
|
+
export declare enum ProcessWorkflowType {
|
46
|
+
ReviewWorkflow = 1,
|
47
|
+
PublishWorkflow = 2,
|
48
|
+
CreateDraft = 3,
|
49
|
+
MovedProcess = 4,
|
50
|
+
DeletePublishedProcess = 5,
|
51
|
+
RestoreProcess = 6
|
52
|
+
}
|
53
|
+
export declare enum WorkflowCompletedType {
|
54
|
+
None = 0,
|
55
|
+
AllTasksDone = 1,
|
56
|
+
MeetDueDate = 2,
|
57
|
+
Cancelled = 3
|
58
|
+
}
|
59
|
+
export declare enum TaskOutcome {
|
60
|
+
Approved = 1,
|
61
|
+
Rejected = 2,
|
62
|
+
SetNewReviewDate = 3,
|
63
|
+
SetNoNewReminder = 4
|
64
|
+
}
|
65
|
+
export declare enum ShapeTemplateType {
|
66
|
+
CircleShape = 1,
|
67
|
+
PentagonShape = 2,
|
68
|
+
DiamondShape = 3,
|
69
|
+
FreeformShape = 4,
|
70
|
+
MediaShape = 5,
|
71
|
+
RectShape = 6
|
72
|
+
}
|
@@ -0,0 +1,84 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ShapeTemplateType = exports.TaskOutcome = exports.WorkflowCompletedType = exports.ProcessWorkflowType = exports.ProcessWorkingStatus = exports.ProcessStepType = exports.ProcessVersionType = exports.TextAlignment = exports.TextPosition = void 0;
|
4
|
+
var TextPosition;
|
5
|
+
(function (TextPosition) {
|
6
|
+
TextPosition[TextPosition["Above"] = 1] = "Above";
|
7
|
+
TextPosition[TextPosition["On"] = 2] = "On";
|
8
|
+
TextPosition[TextPosition["Bottom"] = 3] = "Bottom";
|
9
|
+
})(TextPosition = exports.TextPosition || (exports.TextPosition = {}));
|
10
|
+
var TextAlignment;
|
11
|
+
(function (TextAlignment) {
|
12
|
+
TextAlignment["Left"] = "left";
|
13
|
+
TextAlignment["Center"] = "center";
|
14
|
+
TextAlignment["Right"] = "right";
|
15
|
+
})(TextAlignment = exports.TextAlignment || (exports.TextAlignment = {}));
|
16
|
+
var ProcessVersionType;
|
17
|
+
(function (ProcessVersionType) {
|
18
|
+
ProcessVersionType[ProcessVersionType["Draft"] = 0] = "Draft";
|
19
|
+
ProcessVersionType[ProcessVersionType["CheckedOut"] = 1] = "CheckedOut";
|
20
|
+
ProcessVersionType[ProcessVersionType["Archived"] = 2] = "Archived";
|
21
|
+
ProcessVersionType[ProcessVersionType["Published"] = 3] = "Published";
|
22
|
+
})(ProcessVersionType = exports.ProcessVersionType || (exports.ProcessVersionType = {}));
|
23
|
+
var ProcessStepType;
|
24
|
+
(function (ProcessStepType) {
|
25
|
+
ProcessStepType[ProcessStepType["Internal"] = 0] = "Internal";
|
26
|
+
ProcessStepType[ProcessStepType["External"] = 1] = "External";
|
27
|
+
})(ProcessStepType = exports.ProcessStepType || (exports.ProcessStepType = {}));
|
28
|
+
var ProcessWorkingStatus;
|
29
|
+
(function (ProcessWorkingStatus) {
|
30
|
+
ProcessWorkingStatus[ProcessWorkingStatus["None"] = 0] = "None";
|
31
|
+
ProcessWorkingStatus[ProcessWorkingStatus["SendingForReview"] = 1] = "SendingForReview";
|
32
|
+
ProcessWorkingStatus[ProcessWorkingStatus["SendingForReviewFailed"] = 2] = "SendingForReviewFailed";
|
33
|
+
ProcessWorkingStatus[ProcessWorkingStatus["SentForReview"] = 3] = "SentForReview";
|
34
|
+
ProcessWorkingStatus[ProcessWorkingStatus["CancellingReview"] = 4] = "CancellingReview";
|
35
|
+
ProcessWorkingStatus[ProcessWorkingStatus["CancellingReviewFailed"] = 5] = "CancellingReviewFailed";
|
36
|
+
ProcessWorkingStatus[ProcessWorkingStatus["SendingForApproval"] = 6] = "SendingForApproval";
|
37
|
+
ProcessWorkingStatus[ProcessWorkingStatus["SendingForApprovalFailed"] = 7] = "SendingForApprovalFailed";
|
38
|
+
ProcessWorkingStatus[ProcessWorkingStatus["SentForApproval"] = 8] = "SentForApproval";
|
39
|
+
ProcessWorkingStatus[ProcessWorkingStatus["CancellingApproval"] = 9] = "CancellingApproval";
|
40
|
+
ProcessWorkingStatus[ProcessWorkingStatus["CancellingApprovalFailed"] = 10] = "CancellingApprovalFailed";
|
41
|
+
ProcessWorkingStatus[ProcessWorkingStatus["SyncingToSharePoint"] = 11] = "SyncingToSharePoint";
|
42
|
+
ProcessWorkingStatus[ProcessWorkingStatus["SyncingToSharePointFailed"] = 12] = "SyncingToSharePointFailed";
|
43
|
+
ProcessWorkingStatus[ProcessWorkingStatus["Archiving"] = 13] = "Archiving";
|
44
|
+
ProcessWorkingStatus[ProcessWorkingStatus["ArchivingFailed"] = 14] = "ArchivingFailed";
|
45
|
+
ProcessWorkingStatus[ProcessWorkingStatus["Moving"] = 15] = "Moving";
|
46
|
+
ProcessWorkingStatus[ProcessWorkingStatus["MovingFailed"] = 16] = "MovingFailed";
|
47
|
+
ProcessWorkingStatus[ProcessWorkingStatus["InRecyleBin"] = 17] = "InRecyleBin";
|
48
|
+
ProcessWorkingStatus[ProcessWorkingStatus["Restoring"] = 18] = "Restoring";
|
49
|
+
ProcessWorkingStatus[ProcessWorkingStatus["Restored"] = 19] = "Restored";
|
50
|
+
ProcessWorkingStatus[ProcessWorkingStatus["RecycleBinDeleting"] = 20] = "RecycleBinDeleting";
|
51
|
+
ProcessWorkingStatus[ProcessWorkingStatus["RestoringFailed"] = 21] = "RestoringFailed";
|
52
|
+
})(ProcessWorkingStatus = exports.ProcessWorkingStatus || (exports.ProcessWorkingStatus = {}));
|
53
|
+
var ProcessWorkflowType;
|
54
|
+
(function (ProcessWorkflowType) {
|
55
|
+
ProcessWorkflowType[ProcessWorkflowType["ReviewWorkflow"] = 1] = "ReviewWorkflow";
|
56
|
+
ProcessWorkflowType[ProcessWorkflowType["PublishWorkflow"] = 2] = "PublishWorkflow";
|
57
|
+
ProcessWorkflowType[ProcessWorkflowType["CreateDraft"] = 3] = "CreateDraft";
|
58
|
+
ProcessWorkflowType[ProcessWorkflowType["MovedProcess"] = 4] = "MovedProcess";
|
59
|
+
ProcessWorkflowType[ProcessWorkflowType["DeletePublishedProcess"] = 5] = "DeletePublishedProcess";
|
60
|
+
ProcessWorkflowType[ProcessWorkflowType["RestoreProcess"] = 6] = "RestoreProcess";
|
61
|
+
})(ProcessWorkflowType = exports.ProcessWorkflowType || (exports.ProcessWorkflowType = {}));
|
62
|
+
var WorkflowCompletedType;
|
63
|
+
(function (WorkflowCompletedType) {
|
64
|
+
WorkflowCompletedType[WorkflowCompletedType["None"] = 0] = "None";
|
65
|
+
WorkflowCompletedType[WorkflowCompletedType["AllTasksDone"] = 1] = "AllTasksDone";
|
66
|
+
WorkflowCompletedType[WorkflowCompletedType["MeetDueDate"] = 2] = "MeetDueDate";
|
67
|
+
WorkflowCompletedType[WorkflowCompletedType["Cancelled"] = 3] = "Cancelled";
|
68
|
+
})(WorkflowCompletedType = exports.WorkflowCompletedType || (exports.WorkflowCompletedType = {}));
|
69
|
+
var TaskOutcome;
|
70
|
+
(function (TaskOutcome) {
|
71
|
+
TaskOutcome[TaskOutcome["Approved"] = 1] = "Approved";
|
72
|
+
TaskOutcome[TaskOutcome["Rejected"] = 2] = "Rejected";
|
73
|
+
TaskOutcome[TaskOutcome["SetNewReviewDate"] = 3] = "SetNewReviewDate";
|
74
|
+
TaskOutcome[TaskOutcome["SetNoNewReminder"] = 4] = "SetNoNewReminder";
|
75
|
+
})(TaskOutcome = exports.TaskOutcome || (exports.TaskOutcome = {}));
|
76
|
+
var ShapeTemplateType;
|
77
|
+
(function (ShapeTemplateType) {
|
78
|
+
ShapeTemplateType[ShapeTemplateType["CircleShape"] = 1] = "CircleShape";
|
79
|
+
ShapeTemplateType[ShapeTemplateType["PentagonShape"] = 2] = "PentagonShape";
|
80
|
+
ShapeTemplateType[ShapeTemplateType["DiamondShape"] = 3] = "DiamondShape";
|
81
|
+
ShapeTemplateType[ShapeTemplateType["FreeformShape"] = 4] = "FreeformShape";
|
82
|
+
ShapeTemplateType[ShapeTemplateType["MediaShape"] = 5] = "MediaShape";
|
83
|
+
ShapeTemplateType[ShapeTemplateType["RectShape"] = 6] = "RectShape";
|
84
|
+
})(ShapeTemplateType = exports.ShapeTemplateType || (exports.ShapeTemplateType = {}));
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./Enums";
|