@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 @@
|
|
1
|
+
export declare const FreeformPickerStyles: {};
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { types } from "typestyle";
|
2
|
+
import { OmniaTheming } from "@omnia/fx/ux";
|
3
|
+
export declare const NavigationNodeStyles: {
|
4
|
+
wrapper?: types.NestedCSSProperties;
|
5
|
+
headerWrapperCommonStyles?: types.NestedCSSProperties;
|
6
|
+
headerWrapperDynamicStyles?: (isRoutePath: boolean, theme: OmniaTheming) => types.NestedCSSProperties;
|
7
|
+
leftIcon?: types.NestedCSSProperties;
|
8
|
+
leftIconExpanded?: types.NestedCSSProperties;
|
9
|
+
title?: (selected: boolean) => types.NestedCSSProperties;
|
10
|
+
actionBar?: types.NestedCSSProperties;
|
11
|
+
content?: types.NestedCSSProperties;
|
12
|
+
contentHide?: types.NestedCSSProperties;
|
13
|
+
};
|
@@ -0,0 +1,36 @@
|
|
1
|
+
import { types } from "typestyle";
|
2
|
+
import { OmniaTheming } from "@omnia/fx/ux";
|
3
|
+
export declare module ProcessDesignerStyles {
|
4
|
+
const PanelStyles: {
|
5
|
+
settingsPanel?: (backgroundColor: any) => types.NestedCSSProperties;
|
6
|
+
shortcutSettingsPanel?: types.NestedCSSProperties;
|
7
|
+
};
|
8
|
+
const BlockWithToolbarStyles: {
|
9
|
+
rootWrapper?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
10
|
+
blockWrapper?: (width?: string, minHeight?: number) => types.NestedCSSProperties;
|
11
|
+
blockOverflowWrapper?: types.NestedCSSProperties;
|
12
|
+
toolbarWrapper?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
13
|
+
dialogContentClass?: types.NestedCSSProperties;
|
14
|
+
dialogBodyWrapper?: types.NestedCSSProperties;
|
15
|
+
dialogContentWrapper?: types.NestedCSSProperties;
|
16
|
+
};
|
17
|
+
const ProcessDocumentsListingStyles: {
|
18
|
+
fileTypeColumn?: types.NestedCSSProperties;
|
19
|
+
list?: types.NestedCSSProperties;
|
20
|
+
listItem?: types.NestedCSSProperties;
|
21
|
+
listItemContent?: types.NestedCSSProperties;
|
22
|
+
listItemAction?: types.NestedCSSProperties;
|
23
|
+
documentLink?: types.NestedCSSProperties;
|
24
|
+
documentIcon?: types.NestedCSSProperties;
|
25
|
+
titleLink?: types.NestedCSSProperties;
|
26
|
+
linkColor?: (textColor: string) => types.NestedCSSProperties;
|
27
|
+
documentTable?: types.NestedCSSProperties;
|
28
|
+
headerCell?: () => types.NestedCSSProperties;
|
29
|
+
dataCell?: () => types.NestedCSSProperties;
|
30
|
+
actionCell?: types.NestedCSSProperties;
|
31
|
+
suggestionActionsCell?: types.NestedCSSProperties;
|
32
|
+
noItemMessage?: types.NestedCSSProperties;
|
33
|
+
hiddenBlockSetting?: types.NestedCSSProperties;
|
34
|
+
suggestionSectionTitle?: types.NestedCSSProperties;
|
35
|
+
};
|
36
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ProcessDesignerStyles = void 0;
|
4
|
+
var ProcessDesignerStyles;
|
5
|
+
(function (ProcessDesignerStyles) {
|
6
|
+
ProcessDesignerStyles.PanelStyles = {};
|
7
|
+
ProcessDesignerStyles.BlockWithToolbarStyles = {};
|
8
|
+
ProcessDesignerStyles.ProcessDocumentsListingStyles = {};
|
9
|
+
})(ProcessDesignerStyles = exports.ProcessDesignerStyles || (exports.ProcessDesignerStyles = {}));
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ProcessFieldDisplayStyles: {};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { types } from "typestyle";
|
2
|
+
export declare const ProcessPickerStyles: {
|
3
|
+
wrapper?: types.NestedCSSProperties;
|
4
|
+
loadingColor?: types.NestedCSSProperties;
|
5
|
+
selectedItemWrapper?: types.NestedCSSProperties;
|
6
|
+
avatarStyle: types.NestedCSSProperties;
|
7
|
+
inputLabel?: types.NestedCSSProperties;
|
8
|
+
chipAvatarStyle?: types.NestedCSSProperties;
|
9
|
+
borderTop?: (isFirst: boolean) => types.NestedCSSProperties;
|
10
|
+
};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { types } from "typestyle";
|
2
|
+
import { OmniaTheming } from "@omnia/fx/ux";
|
3
|
+
export declare const ProcessStepDrawingStyles: {
|
4
|
+
bladesContainer?: types.NestedCSSProperties;
|
5
|
+
bladeItem?: types.NestedCSSProperties;
|
6
|
+
drawingBladeItem?: types.NestedCSSProperties;
|
7
|
+
canvasToolbarWrapper?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
8
|
+
canvasToolbar?: (theme: OmniaTheming) => types.NestedCSSProperties;
|
9
|
+
canvasOverflowWrapper?: types.NestedCSSProperties;
|
10
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { types } from "typestyle";
|
2
|
+
import { OmniaTheming } from "@omnia/fx/ux";
|
3
|
+
export declare const ProcessStepPickerStyles: {
|
4
|
+
leftIcon?: types.NestedCSSProperties;
|
5
|
+
leftIconExpanded?: types.NestedCSSProperties;
|
6
|
+
contentHide?: types.NestedCSSProperties;
|
7
|
+
wrapper?: types.NestedCSSProperties;
|
8
|
+
headerWrapper?: (level: number, isSelected: boolean, theme: OmniaTheming, disabled: boolean) => types.NestedCSSProperties;
|
9
|
+
title?: (selected: boolean) => types.NestedCSSProperties;
|
10
|
+
content?: types.NestedCSSProperties;
|
11
|
+
};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { types } from "typestyle";
|
2
|
+
import { OmniaTheming } from "@omnia/fx/ux";
|
3
|
+
export declare const ShapeSelectionStyles: {
|
4
|
+
shapesWrapper?: types.NestedCSSProperties;
|
5
|
+
shapeDefinitionItem?: (size: number) => types.NestedCSSProperties;
|
6
|
+
canvasWrapper?: (theme: OmniaTheming, size: number) => types.NestedCSSProperties;
|
7
|
+
iconWrapper?: types.NestedCSSProperties;
|
8
|
+
wrapper: types.NestedCSSProperties;
|
9
|
+
dialogFooter: types.NestedCSSProperties;
|
10
|
+
centerDialogBody: types.NestedCSSProperties;
|
11
|
+
expandWrapper?: types.NestedCSSProperties;
|
12
|
+
};
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { types } from "typestyle";
|
2
|
+
export declare const ShapeTypeStyles: {
|
3
|
+
previewWrapper?: types.NestedCSSProperties;
|
4
|
+
webkitScrollbar?: types.NestedCSSProperties;
|
5
|
+
canvasPreviewWrapper?: types.NestedCSSProperties;
|
6
|
+
drawingSettingsWrapper?: types.NestedCSSProperties;
|
7
|
+
error?: types.NestedCSSProperties;
|
8
|
+
textMarginLabel?: types.NestedCSSProperties;
|
9
|
+
};
|
@@ -0,0 +1,18 @@
|
|
1
|
+
export * from "./IColor";
|
2
|
+
export * from "./NavigationNodeStyles";
|
3
|
+
export * from "./ProcessStepDrawingStyles";
|
4
|
+
export * from "./DrawingCanvasSettingsStyles";
|
5
|
+
export * from "./AddShapePanelStyles";
|
6
|
+
export * from "./ShapeTypeStyles";
|
7
|
+
export * from "./DialogStyles";
|
8
|
+
export * from "./ShapeSelectionStyles";
|
9
|
+
export * from "./ProcessStepPickerStyles";
|
10
|
+
export * from "./MediaPickerStyles";
|
11
|
+
export * from "./ShapeGalleryDefaultSettingStyles";
|
12
|
+
export * from "./FreeformPickerStyles";
|
13
|
+
export * from "./TitleBlockStyles";
|
14
|
+
export * from "./UnpublishProcessDialogStyles";
|
15
|
+
export * from "./ProcessPickerStyles";
|
16
|
+
export * from "./ProcessFieldDisplayStyles";
|
17
|
+
export * from "./ProcessDesignerStyles";
|
18
|
+
export * from "./ShapeSettingsStyles";
|
@@ -0,0 +1,21 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const tslib_1 = require("tslib");
|
4
|
+
tslib_1.__exportStar(require("./IColor"), exports);
|
5
|
+
tslib_1.__exportStar(require("./NavigationNodeStyles"), exports);
|
6
|
+
tslib_1.__exportStar(require("./ProcessStepDrawingStyles"), exports);
|
7
|
+
tslib_1.__exportStar(require("./DrawingCanvasSettingsStyles"), exports);
|
8
|
+
tslib_1.__exportStar(require("./AddShapePanelStyles"), exports);
|
9
|
+
tslib_1.__exportStar(require("./ShapeTypeStyles"), exports);
|
10
|
+
tslib_1.__exportStar(require("./DialogStyles"), exports);
|
11
|
+
tslib_1.__exportStar(require("./ShapeSelectionStyles"), exports);
|
12
|
+
tslib_1.__exportStar(require("./ProcessStepPickerStyles"), exports);
|
13
|
+
tslib_1.__exportStar(require("./MediaPickerStyles"), exports);
|
14
|
+
tslib_1.__exportStar(require("./ShapeGalleryDefaultSettingStyles"), exports);
|
15
|
+
tslib_1.__exportStar(require("./FreeformPickerStyles"), exports);
|
16
|
+
tslib_1.__exportStar(require("./TitleBlockStyles"), exports);
|
17
|
+
tslib_1.__exportStar(require("./UnpublishProcessDialogStyles"), exports);
|
18
|
+
tslib_1.__exportStar(require("./ProcessPickerStyles"), exports);
|
19
|
+
tslib_1.__exportStar(require("./ProcessFieldDisplayStyles"), exports);
|
20
|
+
tslib_1.__exportStar(require("./ProcessDesignerStyles"), exports);
|
21
|
+
tslib_1.__exportStar(require("./ShapeSettingsStyles"), exports);
|
@@ -0,0 +1,18 @@
|
|
1
|
+
export declare class FabricShapeDataTypes {
|
2
|
+
static circle: FabricShapeDataTypes;
|
3
|
+
static ellipse: FabricShapeDataTypes;
|
4
|
+
static rect: FabricShapeDataTypes;
|
5
|
+
static polygon: FabricShapeDataTypes;
|
6
|
+
static text: FabricShapeDataTypes;
|
7
|
+
static image: FabricShapeDataTypes;
|
8
|
+
static triangle: FabricShapeDataTypes;
|
9
|
+
static path: FabricShapeDataTypes;
|
10
|
+
static polyline: FabricShapeDataTypes;
|
11
|
+
static line: FabricShapeDataTypes;
|
12
|
+
}
|
13
|
+
export interface FabricShapeData {
|
14
|
+
fabricShapeDataType: FabricShapeDataTypes;
|
15
|
+
properties: {
|
16
|
+
[k: string]: any;
|
17
|
+
};
|
18
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./FabricShapeData";
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { FabricShapeData } from "../fabricshape";
|
2
|
+
import { ShapeObject } from "./ShapeObject";
|
3
|
+
import { DrawingShapeDefinition, TooltipCallbacks } from "../../models";
|
4
|
+
import { MultilingualString } from "@omnia/fx-models";
|
5
|
+
export declare abstract class Shape implements ShapeObject {
|
6
|
+
definition: DrawingShapeDefinition;
|
7
|
+
shapeTemplateTypeName: string;
|
8
|
+
nodes: FabricShapeData[];
|
9
|
+
left: number;
|
10
|
+
top: number;
|
11
|
+
angle: number;
|
12
|
+
readonly shapeObject: fabric.Object[];
|
13
|
+
constructor(definition: DrawingShapeDefinition, nodes?: FabricShapeData[], title?: MultilingualString | string, selectable?: boolean, left?: number, top?: number, darkHighlight?: boolean);
|
14
|
+
setAllowHover(allowSetHover: boolean): any;
|
15
|
+
setSelectedShape(isSelected: boolean): any;
|
16
|
+
isHover(): boolean;
|
17
|
+
abstract ready(): Promise<boolean>;
|
18
|
+
abstract getShapeJson(): ShapeObject;
|
19
|
+
abstract addEventListener(canvas: fabric.Canvas, gridX?: number, gridY?: number, shapeType?: number): any;
|
20
|
+
abstract setTooltipCallbacks(callbacks: TooltipCallbacks): any;
|
21
|
+
abstract updateShapePosition(): void;
|
22
|
+
abstract updateShapeDefinition(definition: DrawingShapeDefinition, title: MultilingualString): void;
|
23
|
+
static getTextPosition(definition: DrawingShapeDefinition, angle: number, centerPoint: fabric.Point, left?: number, top?: number, width?: number, height?: number): {
|
24
|
+
left: number;
|
25
|
+
top: number;
|
26
|
+
};
|
27
|
+
}
|
28
|
+
interface ShapeClasses<T> {
|
29
|
+
new (definition: DrawingShapeDefinition, nodes?: FabricShapeData[], title?: MultilingualString, selectable?: boolean, left?: number, top?: number, angle?: number, darkHighlight?: boolean): T;
|
30
|
+
}
|
31
|
+
declare class ShapeClassesFactory<T> {
|
32
|
+
createService(ctor: ShapeClasses<T>, definition: DrawingShapeDefinition, nodes?: FabricShapeData[], title?: MultilingualString, selectable?: boolean, left?: number, top?: number, angle?: number, darkHighlight?: boolean): T;
|
33
|
+
}
|
34
|
+
export declare const ShapeFactory: ShapeClassesFactory<Shape>;
|
35
|
+
export {};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { FabricShapeData } from "../fabricshape";
|
2
|
+
import { DrawingShapeDefinition } from "../../models";
|
3
|
+
export interface ShapeObject {
|
4
|
+
shapeTemplateTypeName: string;
|
5
|
+
nodes: FabricShapeData[];
|
6
|
+
definition: DrawingShapeDefinition;
|
7
|
+
left: number;
|
8
|
+
top: number;
|
9
|
+
angle: number;
|
10
|
+
}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import { TokenBasedRouter } from "@omnia/fx/ux";
|
2
|
+
import { OPMRoute, OPMRouteStateData, Process, ProcessStep } from "../models";
|
3
|
+
export declare enum ProcessRendererOptions {
|
4
|
+
CurrentRenderer = 0,
|
5
|
+
ForceToGlobalRenderer = 1,
|
6
|
+
ForceToBlockRenderer = 2
|
7
|
+
}
|
8
|
+
declare class InternalOPMRouter extends TokenBasedRouter<OPMRoute, OPMRouteStateData> {
|
9
|
+
private currentProcessStore;
|
10
|
+
private multilingualStore;
|
11
|
+
private currentTitle;
|
12
|
+
private currentProcessId;
|
13
|
+
private currentProcessStepId;
|
14
|
+
private readyPromise;
|
15
|
+
constructor();
|
16
|
+
/**
|
17
|
+
* Implement abstract function
|
18
|
+
*/
|
19
|
+
protected buildContextPath(routeContext: OPMRoute): string;
|
20
|
+
private buildPath;
|
21
|
+
/**
|
22
|
+
* Implement abstract function
|
23
|
+
*/
|
24
|
+
protected resolveRouteFromPath(path: string): OPMRoute;
|
25
|
+
/**
|
26
|
+
* Override protected function logic
|
27
|
+
*/
|
28
|
+
protected protectedNavigate(title: string, context: OPMRoute, stateData?: OPMRouteStateData, replaceState?: boolean): void;
|
29
|
+
/**
|
30
|
+
* Override protected function logic
|
31
|
+
*/
|
32
|
+
protected protectedClearRoute(): void;
|
33
|
+
navigate(process: Process, processStep: ProcessStep, rendererOption?: ProcessRendererOptions, replaceState?: boolean): Promise<void>;
|
34
|
+
clearRoute(): void;
|
35
|
+
navigateWithCurrentRoute(): Promise<void>;
|
36
|
+
private generateOPMRouteData;
|
37
|
+
}
|
38
|
+
export declare const OPMRouter: InternalOPMRouter;
|
39
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./OPMRouter";
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { RoleResourceEvaluator } from "@omnia/fx-models";
|
2
|
+
declare class SecurityResourceIdResourceEvaluator implements RoleResourceEvaluator {
|
3
|
+
constructor();
|
4
|
+
getRoleResourceWithContext(context: {
|
5
|
+
[key: string]: string | number;
|
6
|
+
}): Promise<string>;
|
7
|
+
}
|
8
|
+
declare class OPMProcessIdResourceEvaluator implements RoleResourceEvaluator {
|
9
|
+
constructor();
|
10
|
+
getRoleResourceWithContext(context: {
|
11
|
+
[key: string]: string | number;
|
12
|
+
}): Promise<string>;
|
13
|
+
}
|
14
|
+
export { SecurityResourceIdResourceEvaluator, OPMProcessIdResourceEvaluator };
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
2
|
+
import { ProcessDocumentRelationship, DocumentsRelatedProcesses, ProcessRelatedDocumentSuggestionEmail, ProcessRelatedControlledDocument } from "../models";
|
3
|
+
export declare class ProcessDocumentRelationshipService {
|
4
|
+
private httpClient;
|
5
|
+
constructor();
|
6
|
+
add: (relationship: ProcessDocumentRelationship) => Promise<ProcessDocumentRelationship>;
|
7
|
+
getProcessStepDocuments: (processId: GuidValue, processStepId: GuidValue, includeSuggestions?: boolean) => Promise<Array<ProcessRelatedControlledDocument>>;
|
8
|
+
delete: (processId: GuidValue, processStepId: GuidValue, documentIdNumber: number) => Promise<boolean>;
|
9
|
+
getDocumentsRelatedProcesses: (documentIdNumbers: Array<number>, includeSuggestions?: boolean) => Promise<DocumentsRelatedProcesses[]>;
|
10
|
+
sendSuggestionNotification: (suggestionEmail: ProcessRelatedDocumentSuggestionEmail) => Promise<void>;
|
11
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
2
|
+
import { ProcessFeedbackRecipients, ProcessFeedback } from "../models";
|
3
|
+
export declare class ProcessFeedbackService {
|
4
|
+
private httpClient;
|
5
|
+
constructor();
|
6
|
+
create: (feedback: ProcessFeedbackRecipients) => Promise<ProcessFeedback>;
|
7
|
+
getByOpmProcessId: (opmProcessId: GuidValue) => Promise<Array<ProcessFeedback>>;
|
8
|
+
remove: (id: GuidValue) => Promise<boolean>;
|
9
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { RollupProcessResult, ProcessRollupSetting } from "../models";
|
2
|
+
export declare class ProcessRollupService {
|
3
|
+
private multilingualStore;
|
4
|
+
private omniaContext;
|
5
|
+
private httpClient;
|
6
|
+
constructor();
|
7
|
+
queryProcesses: (query: ProcessRollupSetting) => Promise<RollupProcessResult>;
|
8
|
+
}
|
@@ -0,0 +1,47 @@
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
2
|
+
import { ProcessActionModel, Process, ProcessData, IdDict, ProcessCheckoutInfo, ProcessWithCheckoutInfo, Version, ProcessDataLayoutMergeResult } from "../models";
|
3
|
+
import { ProcessLibraryStatus, ProcessSite } from "../../models";
|
4
|
+
import { ProcessExportData } from "../models/data/processes/ProcessExportData";
|
5
|
+
export declare class ProcessService {
|
6
|
+
private multilingualStore;
|
7
|
+
private omniaContext;
|
8
|
+
private httpClient;
|
9
|
+
constructor();
|
10
|
+
checkIfDraftExists: (opmProcessId: string) => Promise<boolean>;
|
11
|
+
createDraftProcess: (processActionModel: ProcessActionModel) => Promise<Process>;
|
12
|
+
createDraftProcessFromPublished: (opmProcessId: GuidValue) => Promise<Process>;
|
13
|
+
restoreProcess: (processId: GuidValue) => Promise<Process>;
|
14
|
+
checkinProcess: (opmProcessId: GuidValue) => Promise<Process>;
|
15
|
+
saveCheckedOutProcess: (processActionModel: ProcessActionModel) => Promise<Process>;
|
16
|
+
getProcessCheckoutInfo: (opmProcessId: GuidValue) => Promise<ProcessCheckoutInfo>;
|
17
|
+
checkoutProcess: (opmProcessId: GuidValue, takeControl?: boolean) => Promise<ProcessWithCheckoutInfo>;
|
18
|
+
copyToNewProcess: (opmProcessId: GuidValue, processStepId: GuidValue) => Promise<Process>;
|
19
|
+
discardChangeProcess: (opmProcessId: GuidValue) => Promise<Process>;
|
20
|
+
getProcess: (processId: GuidValue) => Promise<Process>;
|
21
|
+
getProcessData: (opmProcessId: GuidValue, processStepId: GuidValue, hash: string) => Promise<ProcessData>;
|
22
|
+
getProcessDataLayoutMergeResult: (opmProcessId: GuidValue, processStepId: GuidValue, processDataHash: string, layoutHash: string, processTemplateVersionId: number) => Promise<ProcessDataLayoutMergeResult>;
|
23
|
+
getProcessDataExport: (processId: GuidValue) => Promise<ProcessExportData>;
|
24
|
+
deleteDraftProcess: (opmProcessId: GuidValue) => Promise<void>;
|
25
|
+
getArchivedOrPublishedProcessByProcessStepId: (processStepId: GuidValue, version: Version) => Promise<Process>;
|
26
|
+
permanentlyDeleteProcess: (opmProcessIds: GuidValue[]) => Promise<void>;
|
27
|
+
getPreviewProcessByProcessStepId: (processStepId: GuidValue) => Promise<ProcessWithCheckoutInfo>;
|
28
|
+
getDraftProcessesBySite: (teamAppId: GuidValue) => Promise<Process[]>;
|
29
|
+
getPublishedProcessesBySite: (teamAppId: GuidValue) => Promise<Process[]>;
|
30
|
+
getDraftProcessWorkingStatus: (teamAppId: GuidValue, opmProcessIds: Array<GuidValue>, isGetAll: boolean) => Promise<IdDict<ProcessLibraryStatus>>;
|
31
|
+
getPublishedProcessWorkingStatus: (teamAppId: GuidValue, opmProcessIds: Array<GuidValue>) => Promise<IdDict<ProcessLibraryStatus>>;
|
32
|
+
getRecycleBinWorkingStatus: (teamAppId: GuidValue, opmProcessIds: Array<GuidValue>) => Promise<IdDict<ProcessLibraryStatus>>;
|
33
|
+
checkIfDeletingProcessStepsAreBeingUsed: (processId: GuidValue, deletingProcessStepIds: Array<GuidValue>) => Promise<boolean>;
|
34
|
+
syncToSharePoint: (opmProcessId: GuidValue) => Promise<void>;
|
35
|
+
unpublishProcess: (opmProcessId: string) => Promise<boolean>;
|
36
|
+
triggerArchive: (opmProcessId: GuidValue) => Promise<void>;
|
37
|
+
triggerMove: (opmProcessId: GuidValue) => Promise<void>;
|
38
|
+
getProcessSiteByAppId: (teamAppId: GuidValue) => Promise<ProcessSite>;
|
39
|
+
getPublishedProcess: (opmProcessId: GuidValue) => Promise<Process>;
|
40
|
+
getDraftProcess: (opmProcessId: GuidValue) => Promise<Process>;
|
41
|
+
getProcessHistory: (opmProcessId: GuidValue) => Promise<Process[]>;
|
42
|
+
resolveAuthoringSite: (targetUrl: string) => Promise<ProcessSite>;
|
43
|
+
filterDeletedProcesses: (teamAppId: GuidValue) => Promise<Process[]>;
|
44
|
+
getPublishedProcessesAllSystem: () => Promise<Process[]>;
|
45
|
+
private generateClientSideData;
|
46
|
+
private setProcessStepMultilingualTitle;
|
47
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
2
|
+
import { CreatePlannerTaskAssignmentRequest, CreatePlannerTaskAssignmentResponse, GetPlannerTaskAssignmentRequest, GetPlannerTaskAssignmentResponse, GraphApiPlannerPlan } from "../models";
|
3
|
+
export declare class ProcessTaskService {
|
4
|
+
private httpClient;
|
5
|
+
constructor();
|
6
|
+
getPlannerPlans: (groupId: GuidValue) => Promise<GraphApiPlannerPlan[]>;
|
7
|
+
getPlannerTaskAssignments: (request: GetPlannerTaskAssignmentRequest) => Promise<GetPlannerTaskAssignmentResponse>;
|
8
|
+
addPlannerTaskAssignments: (request: CreatePlannerTaskAssignmentRequest) => Promise<CreatePlannerTaskAssignmentResponse>;
|
9
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
2
|
+
import { ProcessTemplate } from "../models";
|
3
|
+
export declare class ProcessTemplateService {
|
4
|
+
private multilingualStore;
|
5
|
+
private httpClient;
|
6
|
+
constructor();
|
7
|
+
getAllProcessTemplates: () => Promise<ProcessTemplate[]>;
|
8
|
+
getProcessTemplateById: (id: GuidValue) => Promise<ProcessTemplate>;
|
9
|
+
addOrUpdateProcessTemplate: (processTemplate: ProcessTemplate) => Promise<ProcessTemplate>;
|
10
|
+
deleteProcessTemplate: (id: GuidValue) => Promise<boolean>;
|
11
|
+
private generateProcessTemplatesMultilingualText;
|
12
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
2
|
+
import { ProcessType } from "../models";
|
3
|
+
export declare class ProcessTypeService {
|
4
|
+
private httpClient;
|
5
|
+
constructor();
|
6
|
+
refreshServerCache: () => Promise<void>;
|
7
|
+
getByIds: (ids: Array<GuidValue>) => Promise<Array<ProcessType>>;
|
8
|
+
getChildren: (parentId: GuidValue) => Promise<Array<ProcessType>>;
|
9
|
+
getProcessTypeTermSetId: () => Promise<GuidValue>;
|
10
|
+
create: (processType: ProcessType) => Promise<ProcessType>;
|
11
|
+
update: (processType: ProcessType) => Promise<ProcessType>;
|
12
|
+
remove: (id: GuidValue) => Promise<void>;
|
13
|
+
getAllProcessTypeItems: () => Promise<ProcessType[]>;
|
14
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { HttpClient } from "@omnia/fx";
|
2
|
+
import { EnterprisePropertyColumnMapping } from "@omnia/fx/models";
|
3
|
+
export declare class QueryablePropertiesService {
|
4
|
+
protected httpClient: HttpClient;
|
5
|
+
baseUrl: string;
|
6
|
+
constructor();
|
7
|
+
getQueryableProperties: () => Promise<EnterprisePropertyColumnMapping[]>;
|
8
|
+
removeQueryableProperties: (property: EnterprisePropertyColumnMapping) => Promise<void>;
|
9
|
+
addQueryableProperties: (properties: EnterprisePropertyColumnMapping[]) => Promise<void>;
|
10
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { Setting } from "../models";
|
2
|
+
export declare class SettingsService {
|
3
|
+
private httpClient;
|
4
|
+
constructor();
|
5
|
+
getByKey: (key: string) => Promise<Setting>;
|
6
|
+
removeByKey: (key: string) => Promise<void>;
|
7
|
+
addOrUpdate: (setting: Setting) => Promise<Setting>;
|
8
|
+
}
|