@omnia/management-system 7.0.4-dev → 7.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/internal-do-not-import-from-here/apis/Fx.d.ts +8 -8
- package/internal-do-not-import-from-here/apis/index.d.ts +6 -1
- 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 +20 -6
- package/internal-do-not-import-from-here/index.d.ts +8 -8
- package/internal-do-not-import-from-here/manifests/omnia.ms.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/messaging/InternalOPMTopics.d.ts +2 -2
- package/internal-do-not-import-from-here/messaging/OdmPublicTopics.d.ts +2 -2
- package/internal-do-not-import-from-here/messaging/PublicOPMTopics.d.ts +2 -2
- package/internal-do-not-import-from-here/messaging/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/Enums.d.ts +28 -8
- package/internal-do-not-import-from-here/models/Enums.js +23 -2
- package/internal-do-not-import-from-here/models/ManifestIds.d.ts +18 -1
- package/internal-do-not-import-from-here/models/ManifestIds.js +99 -82
- 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 +1 -1
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibrarySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryViewSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerQueryResult.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentResult.d.ts +3 -1
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentSearchFilter.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/documentpicker/DocumentUploading.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/documentpicker/index.d.ts +5 -5
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockBreakPointSettings.d.ts +5 -9
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +10 -19
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBooleanPropFilterValue.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupDatePropFilterValue.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilter.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupPersonPropFilterValue.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTaxonomyPropFilterValue.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTextPropFilterValue.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupUISearchboxFilterValue.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/documentrollup/Refiner.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/feedbackbutton/ProcessFeedbackButtonBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/feedbackbutton/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/index.d.ts +6 -6
- package/internal-do-not-import-from-here/models/components/pointpicker/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryDisplaySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibrarySettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryViewSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/processlibrary/index.d.ts +4 -4
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +5 -7
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupDatePeriodsPropFilterValue.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupFilter.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/BreadcrumbBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/ContentBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/DocumentsBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +2 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/index.d.ts +12 -11
- package/internal-do-not-import-from-here/models/components/viewprocess/index.js +1 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/LinksBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/PagesBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/ProcessContextBlockSettings.d.ts +2 -0
- package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/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 +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/TasksBlockSettings.d.ts +3 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/contexts/OPMContext.d.ts +1 -1
- package/internal-do-not-import-from-here/models/contexts/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/appendices/AppendixWithSharePointFields.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/appendices/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/archives/Archive.js +2 -2
- package/internal-do-not-import-from-here/models/data/archives/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/ControlledDocument.d.ts +7 -2
- 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 +16 -5
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentTemplateMergeSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/DraftControlledDocument.d.ts +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/GetControlledDocumentsResponse.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/GetTrimSecurityControlledDocumentsResponse.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/PublishedControlledDocument.d.ts +2 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/RelatedDocument.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/SqlDocument.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/TaskRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/index.d.ts +13 -12
- package/internal-do-not-import-from-here/models/data/controlleddocuments/index.js +1 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/CreateDraftFromPublishedRequest.d.ts +3 -0
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MoveDocumentToTargetSiteRequest.d.ts +1 -3
- 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 +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/ProcessDocumentAndMergeTemplateRequest.d.ts +3 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithApprovalRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsResponse.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/index.d.ts +10 -9
- package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/index.js +1 -0
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/BulkUpdatePagingRequest.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdate.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdateQuery.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documentbulkupdate/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/documentrollup/DocumentQueryResult.d.ts +3 -4
- package/internal-do-not-import-from-here/models/data/documentrollup/DocumentRollupRequest.d.ts +4 -7
- 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 +1 -1
- package/internal-do-not-import-from-here/models/data/documentrollup/index.d.ts +4 -3
- package/internal-do-not-import-from-here/models/data/documentrollup/index.js +1 -0
- package/internal-do-not-import-from-here/models/data/documentstatistics/StatisticsResult.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/documentstatistics/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplate.js +2 -2
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplateCategory.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplateCategory.js +2 -2
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/DocumentTemplateContent.js +4 -4
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/LinkedDocumentTemplateContent.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/UploadedDocumentTemplateContent.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttemplates/content/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/documenttemplates/index.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/ControlledDocumentDocumentTemplateSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/DocumentTemplateSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/NormalDocumentDocumentTemplateSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttemplates/settings/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentType.d.ts +4 -2
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeGroupSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +9 -3
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +14 -4
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminder.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminder.js +1 -1
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminderTask.d.ts +3 -1
- package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminderTask.js +4 -2
- package/internal-do-not-import-from-here/models/data/documenttype/index.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/CalculatedRetention.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/PropertyRetention.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/documenttype/retentions/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/CanvasDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/CustomLinkDrawingShape.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/ExternalProcessStepDrawingShape.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/drawingdefinitions/ProcessStepDrawingShape.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/enums/Enums.d.ts +12 -3
- package/internal-do-not-import-from-here/models/data/enums/Enums.js +9 -0
- package/internal-do-not-import-from-here/models/data/enums/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/feedback/Feedback.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/feedback/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/feedback/requests/AddFeedbackRequest.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/feedback/requests/SendFeedbackEmailRequest.d.ts +2 -1
- package/internal-do-not-import-from-here/models/data/feedback/requests/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/index.d.ts +36 -35
- package/internal-do-not-import-from-here/models/data/index.js +1 -0
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInControlledLibraryRequest.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInLibraryRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInOneDriveRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentLinkedTemplateInfo.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentRequest.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentTemplateInfo.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentUploadedTemplateInfo.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/newdocument/index.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItem.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/processactions/ProcessActionModel.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processactions/index.d.ts +1 -1
- 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 +3 -3
- package/internal-do-not-import-from-here/models/data/processes/InternalProcessStep.d.ts +5 -2
- package/internal-do-not-import-from-here/models/data/processes/Link.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processes/Process.d.ts +8 -7
- package/internal-do-not-import-from-here/models/data/processes/ProcessCheckoutInfo.d.ts +2 -1
- package/internal-do-not-import-from-here/models/data/processes/ProcessData.d.ts +7 -5
- 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 +2 -2
- package/internal-do-not-import-from-here/models/data/processes/ProcessWithCheckoutInfo.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processes/RootProcessStep.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/processes/Task.d.ts +4 -1
- package/internal-do-not-import-from-here/models/data/processes/index.d.ts +14 -11
- package/internal-do-not-import-from-here/models/data/processes/index.js +3 -0
- package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedback.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedbackRecipients.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/processfeedback/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processreviewreminders/ProcessReviewReminderTask.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processrollup/ProcessRollupSetting.d.ts +3 -1
- package/internal-do-not-import-from-here/models/data/processrollup/RollupProcess.d.ts +1 -2
- package/internal-do-not-import-from-here/models/data/processrollup/RollupProcessResult.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/processrollup/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplate.js +1 -1
- 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 +4 -2
- package/internal-do-not-import-from-here/models/data/processtemplates/index.d.ts +1 -0
- package/internal-do-not-import-from-here/models/data/processtemplates/index.js +1 -0
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessReviewReminder.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessReviewReminder.js +1 -1
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessType.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeGroupSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.d.ts +6 -5
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.js +4 -4
- package/internal-do-not-import-from-here/models/data/processtypes/ReviewReminderTaskSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/processtypes/ReviewReminderTaskSettings.js +1 -1
- package/internal-do-not-import-from-here/models/data/processtypes/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflow.d.ts +7 -4
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowApprovalData.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowData.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowTask.d.ts +9 -8
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithApprovalRequest.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithoutApprovalRequest.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/processworkflows/index.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetBooleanItemSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetDateTimeItemSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetEnterpriseKeywordsItemSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetItemSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetNumberItemSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetPersonItemSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetRichTextItemSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTagsItemSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTaxonomyItemSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTextItemSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/propertysetItemsettings/index.d.ts +10 -10
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/AnyonePublishingApprovalSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/GroupPublishingApprovalSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/LimitedUsersPublishingApprovalSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PersonPropertyPublishingApprovalSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/TermDrivenPublishingApprovalSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/index.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/retention/Retention.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/retention/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/PropertySchedule.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/TimeAfterPublishingSchedule.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/reviewreminderschedule/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/security/AuthorAndDefaultReaderUpdateInput.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/security/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.d.ts +17 -6
- package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.js +6 -1
- package/internal-do-not-import-from-here/models/data/settings/GlobalSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/settings/ProcessGlobalSettings.d.ts +3 -1
- package/internal-do-not-import-from-here/models/data/settings/ProcessGlobalSettings.js +4 -0
- package/internal-do-not-import-from-here/models/data/settings/SiteGroupIdSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/settings/index.d.ts +5 -5
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingFreeformShapeDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingImageShapeDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingPentagonShapeDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingRectShapeDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/shapedefinitions/HeadingShapeDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.d.ts +9 -3
- package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.js +10 -2
- package/internal-do-not-import-from-here/models/data/shapedefinitions/index.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.js +1 -1
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateFreeformSettings.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateMediaSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplatePentagonSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateRectSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/shapetemplates/index.d.ts +6 -6
- package/internal-do-not-import-from-here/models/data/shared/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/sharepoint/SPFilter.d.ts +2 -0
- package/internal-do-not-import-from-here/models/data/sharepoint/SPList.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/SPRefinement.d.ts +2 -5
- package/internal-do-not-import-from-here/models/data/sharepoint/SPRefiner.d.ts +3 -4
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointPersonField.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointTaxonomyField.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointBooleanField.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointDateTimeField.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.d.ts +3 -1
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointNumberField.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointPersonField.d.ts +5 -2
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTaxonomyField.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTextField.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/sharepointtasks/CSOMSharePointTaskResponse.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/sharepointtasks/GraphSharePointTaskResponse.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTask.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTaskRequest.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/sharepointtasks/index.d.ts +4 -4
- package/internal-do-not-import-from-here/models/data/tasks/ApprovalTask.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/tasks/CompleteReviewReminderTaskRequest.d.ts +3 -1
- package/internal-do-not-import-from-here/models/data/tasks/DocumentTask.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/tasks/DocumentTaskDetail.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/tasks/ReviewTask.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/tasks/ReviewTaskParams.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/tasks/SetNewReviewDateRequest.d.ts +3 -2
- package/internal-do-not-import-from-here/models/data/tasks/TaskItemResponse.d.ts +1 -1
- package/internal-do-not-import-from-here/models/data/tasks/index.d.ts +8 -8
- package/internal-do-not-import-from-here/models/data/tasks/index.js +1 -1
- package/internal-do-not-import-from-here/models/data/workflows/DocumentHistory.d.ts +2 -1
- package/internal-do-not-import-from-here/models/data/workflows/DocumentHistoryMetadata.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/workflows/Workflow.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.d.ts +3 -3
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTask.d.ts +2 -2
- package/internal-do-not-import-from-here/models/data/workflows/WorkflowTaskHistory.d.ts +3 -2
- package/internal-do-not-import-from-here/models/data/workflows/index.d.ts +7 -7
- 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 -15
- package/internal-do-not-import-from-here/models/index.js +3 -0
- package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +2 -2
- package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -1
- package/internal-do-not-import-from-here/models/messaging/DocumentLibraryViewRegistration.d.ts +1 -1
- package/internal-do-not-import-from-here/models/messaging/DocumentRollupViewRegistration.d.ts +1 -1
- package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +1 -1
- package/internal-do-not-import-from-here/models/messaging/index.d.ts +3 -3
- package/internal-do-not-import-from-here/models/paging/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/processes/ProcessBooleanPropertyInfo.d.ts +2 -2
- package/internal-do-not-import-from-here/models/processes/ProcessDatetimePropertyInfo.d.ts +2 -2
- package/internal-do-not-import-from-here/models/processes/ProcessNumberPropertyInfo.d.ts +2 -2
- package/internal-do-not-import-from-here/models/processes/ProcessPersonPropertyInfo.d.ts +2 -2
- package/internal-do-not-import-from-here/models/processes/ProcessPropertyInfo.d.ts +1 -1
- package/internal-do-not-import-from-here/models/processes/ProcessReference.d.ts +1 -1
- package/internal-do-not-import-from-here/models/processes/ProcessReferenceData.d.ts +3 -3
- 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 +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/models/processes/index.d.ts +13 -10
- package/internal-do-not-import-from-here/models/processes/index.js +3 -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 +1 -1
- package/internal-do-not-import-from-here/models/route/OPMRoute.d.ts +2 -2
- package/internal-do-not-import-from-here/models/route/OPMRouteStateData.d.ts +1 -1
- package/internal-do-not-import-from-here/models/route/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/shared/index.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/AddShapePanelStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/DialogStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/DrawingCanvasSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/MediaPickerStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/NavigationNodeStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.d.ts +24 -2
- package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.js +1 -0
- package/internal-do-not-import-from-here/models/styles/ProcessPickerStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/models/styles/ProcessStepDrawingStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/ProcessStepPickerStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/ShapeGalleryDefaultSettingStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/ShapeSelectionStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/ShapeSettingsStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/ShapeTypeStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/models/styles/TitleBlockStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/models/styles/index.d.ts +18 -18
- package/internal-do-not-import-from-here/processshape/shapes/Shape.d.ts +7 -6
- package/internal-do-not-import-from-here/processshape/shapes/ShapeObject.d.ts +3 -2
- package/internal-do-not-import-from-here/routing/OPMRouter.d.ts +4 -4
- package/internal-do-not-import-from-here/routing/index.d.ts +1 -1
- package/internal-do-not-import-from-here/services/ImageService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/PermissionService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/ProcessDocumentRelationshipService.d.ts +11 -0
- package/internal-do-not-import-from-here/services/ProcessFeedbackService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/ProcessRollupService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/ProcessService.d.ts +11 -4
- package/internal-do-not-import-from-here/services/ProcessTaskService.d.ts +9 -0
- package/internal-do-not-import-from-here/services/ProcessTemplateService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/ProcessTypeService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/QueryablePropertiesService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SettingsService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/ShapeTemplateService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/SharePointTaskService.d.ts +1 -1
- package/internal-do-not-import-from-here/services/TeamAppPropertyService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/index.d.ts +15 -13
- package/internal-do-not-import-from-here/settingsprovider/DocumentRollupSettingsProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/settingsprovider/PageRollupSettingsProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/settingsprovider/index.d.ts +2 -2
- package/internal-do-not-import-from-here/stores/CurrentProcessStore.d.ts +15 -6
- package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +22 -7
- package/internal-do-not-import-from-here/stores/ProcessTemplateLayoutStore.d.ts +18 -0
- package/internal-do-not-import-from-here/stores/ProcessTemplateStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/ProcessTypeStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/SettingsStore.d.ts +2 -3
- package/internal-do-not-import-from-here/stores/ShapeTemplateStore.d.ts +3 -4
- package/internal-do-not-import-from-here/stores/index.d.ts +7 -6
- package/internal-do-not-import-from-here/utils.d.ts +5 -9
- 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/internal-do-not-import-from-here/wcdefinitions.json +1 -1
- package/models/index.d.ts +1 -1
- package/package.json +1 -1
- package/task.js +8 -8
- package/task.ts +9 -9
@@ -9,7 +9,7 @@ const reviewreminderschedule_1 = require("../reviewreminderschedule");
|
|
9
9
|
* */
|
10
10
|
exports.ProcessReviewReminderFactory = {
|
11
11
|
createDefault(type = reviewreminderschedule_1.ReviewReminderScheduleTypes.TimeAfterPublishing) {
|
12
|
-
|
12
|
+
const settings = {
|
13
13
|
schedule: reviewreminderschedule_1.ReviewReminderScheduleFactory.createDefault(type),
|
14
14
|
reminderInAdvance: {
|
15
15
|
type: fx_models_1.TimePeriodTypes.Days,
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { GuidValue, MultilingualString } from
|
2
|
-
import { ProcessTypeSettings } from
|
1
|
+
import { GuidValue, MultilingualString } from "@omnia/fx-models";
|
2
|
+
import { ProcessTypeSettings } from "./ProcessTypeSettings";
|
3
3
|
export interface ProcessType {
|
4
4
|
/**
|
5
5
|
* This is also term id or term set id
|
package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeGroupSettings.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ProcessTypeSettings, ProcessTypeSettingsTypes } from
|
2
|
-
import { GuidValue } from
|
1
|
+
import { ProcessTypeSettings, ProcessTypeSettingsTypes } from ".";
|
2
|
+
import { GuidValue } from "@omnia/fx-models";
|
3
3
|
export interface ProcessTypeGroupSettings extends ProcessTypeSettings {
|
4
4
|
type: ProcessTypeSettingsTypes.Group;
|
5
5
|
childrenOrders: Array<GuidValue>;
|
package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.d.ts
CHANGED
@@ -1,14 +1,15 @@
|
|
1
|
-
import { GuidValue } from
|
2
|
-
import {
|
3
|
-
import {
|
1
|
+
import { GuidValue } from "@omnia/fx-models";
|
2
|
+
import { IVersionedDataIdentifier } from "@omnia/fx/models";
|
3
|
+
import { ProcessTypeSettings, ProcessTypeSettingsTypes, ProcessReviewReminder } from ".";
|
4
|
+
import { PublishingApprovalSettings, PropertySetItemSettings, Archive } from "..";
|
4
5
|
export declare const ProcessApproverId: GuidValue;
|
5
6
|
export interface ProcessTypeItemSettings extends ProcessTypeSettings {
|
6
7
|
type: ProcessTypeSettingsTypes.Item;
|
7
8
|
enterprisePropertySetId: GuidValue;
|
8
9
|
allowRevisions: boolean;
|
9
10
|
allowBypassApprovalForRevisions: boolean;
|
10
|
-
|
11
|
-
|
11
|
+
layoutVersionedDataIdentifiers: Array<IVersionedDataIdentifier>;
|
12
|
+
defaultLayoutVersionedDataIdentifier?: IVersionedDataIdentifier;
|
12
13
|
/**
|
13
14
|
* There is a spacial value for defining approver : ApproverId - 4c32092d-21ec-4137-a3ed-50bcbf6b0f78
|
14
15
|
* */
|
@@ -12,13 +12,13 @@ var ProcessTypeSettingsTypes;
|
|
12
12
|
* */
|
13
13
|
exports.ProcessTypeFactory = {
|
14
14
|
createDefaultProcessTypeItem(parentId, termSetId) {
|
15
|
-
|
15
|
+
const processType = {
|
16
16
|
id: null,
|
17
17
|
title: {
|
18
18
|
isMultilingualString: true
|
19
19
|
},
|
20
20
|
parentId: parentId,
|
21
|
-
multilingualTitle:
|
21
|
+
multilingualTitle: "",
|
22
22
|
childCount: 0,
|
23
23
|
secondaryOrderNumber: 0,
|
24
24
|
settings: {
|
@@ -32,8 +32,8 @@ exports.ProcessTypeFactory = {
|
|
32
32
|
propertySetItemSettings: {},
|
33
33
|
publishingApprovalSettings: null,
|
34
34
|
termSetId: termSetId,
|
35
|
-
|
36
|
-
|
35
|
+
defaultLayoutVersionedDataIdentifier: null,
|
36
|
+
layoutVersionedDataIdentifiers: [],
|
37
37
|
type: ProcessTypeSettingsTypes.Item
|
38
38
|
}
|
39
39
|
};
|
@@ -3,5 +3,5 @@ export * from "./ProcessTypeItemSettings";
|
|
3
3
|
export * from "./ProcessTypeSettings";
|
4
4
|
export * from "./ProcessReviewReminder";
|
5
5
|
export * from "./ReviewReminderTaskSettings";
|
6
|
-
export * from
|
7
|
-
export * from
|
6
|
+
export * from "./ProcessTypeTermSynchronizationStatus";
|
7
|
+
export * from "./ProcessTypeGroupSettings";
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { GuidValue } from
|
2
|
-
import { ProcessWorkflowTask } from
|
3
|
-
import { ProcessWorkflowData } from
|
4
|
-
import { WorkflowCompletedType } from
|
1
|
+
import { GuidValue, UserIdentity } from "@omnia/fx-models";
|
2
|
+
import { ProcessWorkflowTask } from "./ProcessWorkflowTask";
|
3
|
+
import { ProcessWorkflowData } from "./ProcessWorkflowData";
|
4
|
+
import { WorkflowCompletedType } from "../enums";
|
5
5
|
export interface ProcessWorkflow {
|
6
6
|
id: GuidValue;
|
7
7
|
opmProcessId: GuidValue;
|
@@ -11,4 +11,7 @@ export interface ProcessWorkflow {
|
|
11
11
|
workflowTasks: Array<ProcessWorkflowTask>;
|
12
12
|
canCancelByUser: boolean;
|
13
13
|
workflowData: ProcessWorkflowData;
|
14
|
+
createdAt: Date;
|
15
|
+
createdBy: UserIdentity;
|
16
|
+
createdByUserDisplayName: string;
|
14
17
|
}
|
package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowTask.d.ts
CHANGED
@@ -1,18 +1,19 @@
|
|
1
|
-
import { GuidValue } from
|
2
|
-
import { ProcessWorkflow } from
|
3
|
-
import { TaskOutcome } from
|
4
|
-
import { SharePointTask } from
|
1
|
+
import { GuidValue, UserIdentity } from "@omnia/fx-models";
|
2
|
+
import { ProcessWorkflow } from "./ProcessWorkflow";
|
3
|
+
import { TaskOutcome } from "..";
|
4
|
+
import { SharePointTask } from "../sharepointtasks";
|
5
5
|
export interface ProcessWorkflowTask {
|
6
6
|
id: GuidValue;
|
7
7
|
workflowId: GuidValue;
|
8
8
|
rootProcessStepId: GuidValue;
|
9
9
|
comment: string;
|
10
10
|
isCompleted: boolean;
|
11
|
-
assignedUser:
|
11
|
+
assignedUser: UserIdentity;
|
12
12
|
spTaskId: number;
|
13
|
-
|
14
|
-
createdAt:
|
15
|
-
createdBy:
|
13
|
+
taskOutcome: TaskOutcome;
|
14
|
+
createdAt: Date;
|
15
|
+
createdBy: UserIdentity;
|
16
|
+
modifiedAt: Date;
|
16
17
|
workflow: ProcessWorkflow;
|
17
18
|
sharePointTask: SharePointTask;
|
18
19
|
assignedUserDisplayName: string;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { GuidValue, Identity } from
|
2
|
-
import { PublishProcessWithoutApprovalRequest } from
|
1
|
+
import { GuidValue, Identity } from "@omnia/fx-models";
|
2
|
+
import { PublishProcessWithoutApprovalRequest } from "./PublishProcessWithoutApprovalRequest";
|
3
3
|
export interface PublishProcessWithApprovalRequest extends PublishProcessWithoutApprovalRequest {
|
4
4
|
approver: Identity;
|
5
5
|
dueDate: Date;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
export * from
|
2
|
-
export * from
|
3
|
-
export * from
|
4
|
-
export * from
|
5
|
-
export * from
|
6
|
-
export * from
|
1
|
+
export * from "./ProcessWorkflow";
|
2
|
+
export * from "./ProcessWorkflowTask";
|
3
|
+
export * from "./ProcessWorkflowData";
|
4
|
+
export * from "./ProcessWorkflowApprovalData";
|
5
|
+
export * from "./PublishProcessWithoutApprovalRequest";
|
6
|
+
export * from "./PublishProcessWithApprovalRequest";
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { PropertySetItemSettings } from
|
2
|
-
import { PropertyIndexedType } from
|
1
|
+
import { PropertySetItemSettings } from ".";
|
2
|
+
import { PropertyIndexedType } from "@omnia/fx-models";
|
3
3
|
export interface PropertySetBooleanItemSettings extends PropertySetItemSettings {
|
4
4
|
type: PropertyIndexedType.Boolean;
|
5
5
|
fixedDefaultValue: boolean;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { PropertySetItemSettings } from
|
2
|
-
import { PropertyIndexedType } from
|
1
|
+
import { PropertySetItemSettings } from ".";
|
2
|
+
import { PropertyIndexedType } from "@omnia/fx-models";
|
3
3
|
export interface PropertySetDateTimeItemSettings extends PropertySetItemSettings {
|
4
4
|
type: PropertyIndexedType.DateTime;
|
5
5
|
fixedDefaultValue: Date;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { PropertySetItemSettings } from
|
2
|
-
import { PropertyIndexedType, GuidValue } from
|
1
|
+
import { PropertySetItemSettings } from ".";
|
2
|
+
import { PropertyIndexedType, GuidValue } from "@omnia/fx-models";
|
3
3
|
export interface PropertySetEnterpriseKeywordsItemSettings extends PropertySetItemSettings {
|
4
4
|
type: PropertyIndexedType.EnterpriseKeywords;
|
5
5
|
fixedDefaultValues: Array<GuidValue>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PropertyIndexedType, GuidValue } from
|
1
|
+
import { PropertyIndexedType, GuidValue } from "@omnia/fx-models";
|
2
2
|
export interface PropertySetItemSettings {
|
3
3
|
/**
|
4
4
|
* Note: there are three types Data, Media, EnterpriseKeyworkds are not supported, it will throw exception in validation
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { PropertySetItemSettings } from
|
2
|
-
import { PropertyIndexedType } from
|
1
|
+
import { PropertySetItemSettings } from ".";
|
2
|
+
import { PropertyIndexedType } from "@omnia/fx-models";
|
3
3
|
export interface PropertySetNumberItemSettings extends PropertySetItemSettings {
|
4
4
|
type: PropertyIndexedType.Number;
|
5
5
|
fixedDefaultValue: number;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { PropertySetItemSettings } from
|
2
|
-
import { Identity, PropertyIndexedType } from
|
1
|
+
import { PropertySetItemSettings } from ".";
|
2
|
+
import { Identity, PropertyIndexedType } from "@omnia/fx-models";
|
3
3
|
export interface PropertySetPersonItemSettings extends PropertySetItemSettings {
|
4
4
|
type: PropertyIndexedType.Person;
|
5
5
|
fixedDefaultValues: Array<Identity>;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { PropertySetItemSettings } from
|
2
|
-
import { PropertyIndexedType } from
|
1
|
+
import { PropertySetItemSettings } from ".";
|
2
|
+
import { PropertyIndexedType } from "@omnia/fx-models";
|
3
3
|
export interface PropertySetRichTextItemSettings extends PropertySetItemSettings {
|
4
4
|
type: PropertyIndexedType.RichText;
|
5
5
|
fixedDefaultValue: string;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { PropertySetItemSettings } from
|
2
|
-
import { PropertyIndexedType, Tag } from
|
1
|
+
import { PropertySetItemSettings } from ".";
|
2
|
+
import { PropertyIndexedType, Tag } from "@omnia/fx-models";
|
3
3
|
export interface PropertySetTagsItemSettings extends PropertySetItemSettings {
|
4
4
|
type: PropertyIndexedType.Tags;
|
5
5
|
fixedDefaultValues: Array<Tag>;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { PropertySetItemSettings } from
|
2
|
-
import { PropertyIndexedType, GuidValue } from
|
1
|
+
import { PropertySetItemSettings } from ".";
|
2
|
+
import { PropertyIndexedType, GuidValue } from "@omnia/fx-models";
|
3
3
|
export interface PropertySetTaxonomyItemSettings extends PropertySetItemSettings {
|
4
4
|
type: PropertyIndexedType.Taxonomy;
|
5
5
|
fixedDefaultValues: Array<GuidValue>;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { PropertySetItemSettings } from
|
2
|
-
import { PropertyIndexedType } from
|
1
|
+
import { PropertySetItemSettings } from ".";
|
2
|
+
import { PropertyIndexedType } from "@omnia/fx-models";
|
3
3
|
export interface PropertySetTextItemSettings extends PropertySetItemSettings {
|
4
4
|
type: PropertyIndexedType.Text;
|
5
5
|
fixedDefaultValue: string;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
export * from
|
2
|
-
export * from
|
3
|
-
export * from
|
4
|
-
export * from
|
5
|
-
export * from
|
6
|
-
export * from
|
7
|
-
export * from
|
8
|
-
export * from
|
9
|
-
export * from
|
10
|
-
export * from
|
1
|
+
export * from "./PropertySetBooleanItemSettings";
|
2
|
+
export * from "./PropertySetDateTimeItemSettings";
|
3
|
+
export * from "./PropertySetItemSettings";
|
4
|
+
export * from "./PropertySetNumberItemSettings";
|
5
|
+
export * from "./PropertySetPersonItemSettings";
|
6
|
+
export * from "./PropertySetRichTextItemSettings";
|
7
|
+
export * from "./PropertySetTaxonomyItemSettings";
|
8
|
+
export * from "./PropertySetTextItemSettings";
|
9
|
+
export * from "./PropertySetEnterpriseKeywordsItemSettings";
|
10
|
+
export * from "./PropertySetTagsItemSettings";
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PublishingApprovalSettings, PublishingApprovalSettingsTypes } from
|
1
|
+
import { PublishingApprovalSettings, PublishingApprovalSettingsTypes } from ".";
|
2
2
|
export interface AnyonePublishingApprovalSettings extends PublishingApprovalSettings {
|
3
3
|
type: PublishingApprovalSettingsTypes.Anyone;
|
4
4
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PublishingApprovalSettings, PublishingApprovalSettingsTypes } from
|
1
|
+
import { PublishingApprovalSettings, PublishingApprovalSettingsTypes } from ".";
|
2
2
|
export interface GroupPublishingApprovalSettings extends PublishingApprovalSettings {
|
3
3
|
type: PublishingApprovalSettingsTypes.Group;
|
4
4
|
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { PublishingApprovalSettings, PublishingApprovalSettingsTypes } from
|
2
|
-
import { Identity } from
|
1
|
+
import { PublishingApprovalSettings, PublishingApprovalSettingsTypes } from ".";
|
2
|
+
import { Identity } from "@omnia/fx-models";
|
3
3
|
export interface LimitedUsersPublishingApprovalSettings extends PublishingApprovalSettings {
|
4
4
|
type: PublishingApprovalSettingsTypes.LimitedUsers;
|
5
5
|
users: Array<Identity>;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { PublishingApprovalSettings, PublishingApprovalSettingsTypes } from
|
2
|
-
import { GuidValue } from
|
1
|
+
import { PublishingApprovalSettings, PublishingApprovalSettingsTypes } from ".";
|
2
|
+
import { GuidValue } from "@omnia/fx-models";
|
3
3
|
export interface PersonPropertyPublishingApprovalSettings extends PublishingApprovalSettings {
|
4
4
|
type: PublishingApprovalSettingsTypes.PersonProperty;
|
5
5
|
personEnterprisePropertyDefinitionId: GuidValue;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { PublishingApprovalSettings, PublishingApprovalSettingsTypes } from
|
2
|
-
import { GuidValue, Identity } from
|
1
|
+
import { PublishingApprovalSettings, PublishingApprovalSettingsTypes } from ".";
|
2
|
+
import { GuidValue, Identity } from "@omnia/fx-models";
|
3
3
|
export interface TermDrivenPublishingApprovalSettings extends PublishingApprovalSettings {
|
4
4
|
type: PublishingApprovalSettingsTypes.TermDriven;
|
5
5
|
taxonomyEnterprisePropertyDefinitionId: GuidValue;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
export * from
|
2
|
-
export * from
|
3
|
-
export * from
|
4
|
-
export * from
|
5
|
-
export * from
|
6
|
-
export * from
|
1
|
+
export * from "./PublishingApprovalSettings";
|
2
|
+
export * from "./AnyonePublishingApprovalSettings";
|
3
|
+
export * from "./GroupPublishingApprovalSettings";
|
4
|
+
export * from "./LimitedUsersPublishingApprovalSettings";
|
5
|
+
export * from "./PersonPropertyPublishingApprovalSettings";
|
6
|
+
export * from "./TermDrivenPublishingApprovalSettings";
|
@@ -1 +1 @@
|
|
1
|
-
export * from
|
1
|
+
export * from "./Retention";
|
package/internal-do-not-import-from-here/models/data/reviewreminderschedule/PropertySchedule.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ReviewReminderSchedule, ReviewReminderScheduleTypes } from
|
2
|
-
import { GuidValue } from
|
1
|
+
import { ReviewReminderSchedule, ReviewReminderScheduleTypes } from "./ReviewReminderSchedule";
|
2
|
+
import { GuidValue } from "@omnia/fx-models";
|
3
3
|
export interface PropertySchedule extends ReviewReminderSchedule {
|
4
4
|
type: ReviewReminderScheduleTypes.Property;
|
5
5
|
dateTimeEnterprisePropertyDefinitionId: GuidValue;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ReviewReminderSchedule, ReviewReminderScheduleTypes } from
|
2
|
-
import { TimePeriodSettings } from
|
1
|
+
import { ReviewReminderSchedule, ReviewReminderScheduleTypes } from "./ReviewReminderSchedule";
|
2
|
+
import { TimePeriodSettings } from "@omnia/fx-models";
|
3
3
|
export interface TimeAfterPublishingSchedule extends ReviewReminderSchedule {
|
4
4
|
type: ReviewReminderScheduleTypes.TimeAfterPublishing;
|
5
5
|
settings: TimePeriodSettings;
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export * from
|
2
|
-
export * from
|
3
|
-
export * from
|
1
|
+
export * from "./PropertySchedule";
|
2
|
+
export * from "./ReviewReminderSchedule";
|
3
|
+
export * from "./TimeAfterPublishingSchedule";
|
@@ -1 +1 @@
|
|
1
|
-
export * from
|
1
|
+
export * from "./AuthorAndDefaultReaderUpdateInput";
|
@@ -1,24 +1,35 @@
|
|
1
|
-
import { GuidValue } from
|
2
|
-
import { DynamicKeySetting } from
|
3
|
-
interface
|
1
|
+
import { VersionedLayoutId, GuidValue } from "@omnia/fx/models";
|
2
|
+
import { DynamicKeySetting } from "./Setting";
|
3
|
+
export interface MSTeamsAppTabTargetControlIdentifier extends TargetControlIdentifier {
|
4
|
+
type: TargetControlIdentifierType.MSTeamsTab;
|
4
5
|
groupId: GuidValue;
|
5
6
|
channelId: string;
|
6
7
|
threadId: string;
|
7
8
|
tabId: string;
|
8
9
|
appId: GuidValue;
|
9
10
|
}
|
11
|
+
export interface AppLayoutTargetControlIdentifier extends TargetControlIdentifier {
|
12
|
+
type: TargetControlIdentifierType.AppLayout;
|
13
|
+
layoutId: VersionedLayoutId;
|
14
|
+
}
|
15
|
+
export declare enum TargetControlIdentifierType {
|
16
|
+
MSTeamsTab = 0,
|
17
|
+
AppLayout = 1
|
18
|
+
}
|
19
|
+
export interface TargetControlIdentifier {
|
20
|
+
type: TargetControlIdentifierType;
|
21
|
+
}
|
10
22
|
export declare class DefaultControlSettings extends DynamicKeySetting {
|
11
23
|
constructor(appInstanceId: string);
|
12
24
|
/**
|
13
25
|
* null - default SharePoint team site page
|
14
26
|
*/
|
15
|
-
|
27
|
+
target?: TargetControlIdentifier;
|
16
28
|
}
|
17
29
|
export declare class ProcessDefaultControlSettings extends DynamicKeySetting {
|
18
30
|
constructor(appInstanceId: string);
|
19
31
|
/**
|
20
32
|
* null - default SharePoint team site page
|
21
33
|
*/
|
22
|
-
|
34
|
+
target?: TargetControlIdentifier;
|
23
35
|
}
|
24
|
-
export {};
|
@@ -1,7 +1,12 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.ProcessDefaultControlSettings = exports.DefaultControlSettings = void 0;
|
3
|
+
exports.ProcessDefaultControlSettings = exports.DefaultControlSettings = exports.TargetControlIdentifierType = void 0;
|
4
4
|
const Setting_1 = require("./Setting");
|
5
|
+
var TargetControlIdentifierType;
|
6
|
+
(function (TargetControlIdentifierType) {
|
7
|
+
TargetControlIdentifierType[TargetControlIdentifierType["MSTeamsTab"] = 0] = "MSTeamsTab";
|
8
|
+
TargetControlIdentifierType[TargetControlIdentifierType["AppLayout"] = 1] = "AppLayout";
|
9
|
+
})(TargetControlIdentifierType = exports.TargetControlIdentifierType || (exports.TargetControlIdentifierType = {}));
|
5
10
|
class DefaultControlSettings extends Setting_1.DynamicKeySetting {
|
6
11
|
constructor(appInstanceId) {
|
7
12
|
super(appInstanceId.toLowerCase(), "defaultcontrolsettings");
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { Identity } from
|
2
|
-
import { Setting } from
|
1
|
+
import { Identity } from "@omnia/fx-models";
|
2
|
+
import { Setting } from "./Setting";
|
3
3
|
export declare class GlobalSettings extends Setting {
|
4
4
|
constructor();
|
5
5
|
archiveSiteUrl: string;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { GuidValue } from "@omnia/fx/models";
|
2
|
+
import { Setting } from "./Setting";
|
2
3
|
export declare class ProcessGlobalSettings extends Setting {
|
3
4
|
constructor();
|
4
5
|
archiveSiteUrl: string;
|
@@ -6,4 +7,5 @@ export declare class ProcessGlobalSettings extends Setting {
|
|
6
7
|
exportPdfCoverPage: string;
|
7
8
|
exportPdfHeader: string;
|
8
9
|
exportPdfFooter: string;
|
10
|
+
cropRatiosUniqueIds?: GuidValue[];
|
9
11
|
}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.ProcessGlobalSettings = void 0;
|
4
|
+
const models_1 = require("@omnia/fx/models");
|
4
5
|
const Setting_1 = require("./Setting");
|
5
6
|
class ProcessGlobalSettings extends Setting_1.Setting {
|
6
7
|
constructor() {
|
@@ -14,6 +15,9 @@ class ProcessGlobalSettings extends Setting_1.Setting {
|
|
14
15
|
this.exportPdfHeader = "";
|
15
16
|
this.exportPdfFooter = "";
|
16
17
|
this.exportPdfCoverPage = "";
|
18
|
+
this.cropRatiosUniqueIds = [
|
19
|
+
new models_1.CustomRatio().uniqueId
|
20
|
+
];
|
17
21
|
}
|
18
22
|
}
|
19
23
|
exports.ProcessGlobalSettings = ProcessGlobalSettings;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
export * from
|
2
|
-
export * from
|
3
|
-
export * from
|
4
|
-
export * from
|
5
|
-
export * from
|
1
|
+
export * from "./GlobalSettings";
|
2
|
+
export * from "./Setting";
|
3
|
+
export * from "./SiteGroupIdSettings";
|
4
|
+
export * from "./ProcessGlobalSettings";
|
5
|
+
export * from "./DefaultControlSettings";
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { FabricShapeData } from
|
2
|
-
import { DrawingShapeDefinition } from
|
1
|
+
import { FabricShapeData } from "../../../processshape";
|
2
|
+
import { DrawingShapeDefinition } from "./DrawingShapeDefinition";
|
3
3
|
export interface DrawingFreeformShapeDefinition extends DrawingShapeDefinition {
|
4
4
|
nodes: FabricShapeData[];
|
5
5
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { DrawingShapeDefinition } from
|
1
|
+
import { DrawingShapeDefinition } from "./DrawingShapeDefinition";
|
2
2
|
export interface DrawingPentagonShapeDefinition extends DrawingShapeDefinition {
|
3
3
|
arrowWidthPercent: number;
|
4
4
|
arrowHeightPercent: number;
|
package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinition.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ShapeDefinition, ShapeDefinitionTypes } from
|
2
|
-
import { DrawingShapeDefinitionProperties } from
|
1
|
+
import { ShapeDefinition, ShapeDefinitionTypes } from "./ShapeDefinition";
|
2
|
+
import { DrawingShapeDefinitionProperties } from "..";
|
3
3
|
export interface DrawingShapeDefinition extends ShapeDefinition, DrawingShapeDefinitionProperties {
|
4
4
|
type: ShapeDefinitionTypes.Drawing;
|
5
5
|
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { GuidValue, MultilingualString } from
|
2
|
-
import { ShapeTemplateType, TextAlignment, TextPosition } from
|
1
|
+
import { GuidValue, MultilingualString } from "@omnia/fx-models";
|
2
|
+
import { ShapeTemplateType, TextAlignment, TextPosition } from "../enums/Enums";
|
3
3
|
export interface DrawingShapeDefinitionProperties {
|
4
4
|
shapeTemplateId: GuidValue;
|
5
5
|
shapeTemplateType: ShapeTemplateType;
|