@omnia/management-system 7.11.0-preview.3 → 8.0.0-dev.561

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.
Files changed (233) hide show
  1. package/internal-do-not-import-from-here/constants.d.ts +32 -55
  2. package/internal-do-not-import-from-here/index.d.ts +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.ms.fx.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/models/Enums.d.ts +20 -30
  5. package/internal-do-not-import-from-here/models/Enums.js +13 -25
  6. package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +12 -0
  7. package/internal-do-not-import-from-here/models/Enums.tooling.js +158 -0
  8. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +2 -155
  9. package/internal-do-not-import-from-here/models/ManifestIds.js +3 -161
  10. package/internal-do-not-import-from-here/models/Properties.d.ts +5 -5
  11. package/internal-do-not-import-from-here/models/Properties.js +4 -4
  12. package/internal-do-not-import-from-here/models/components/approvaltask/ApprovalTaskCustomView.d.ts +3 -3
  13. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryCommandButtonApi.d.ts +3 -3
  14. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryCommandButtonApi.js +1 -1
  15. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibrarySettings.d.ts +2 -2
  16. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryViewSettings.d.ts +2 -2
  17. package/internal-do-not-import-from-here/models/components/documentlibrary/index.d.ts +0 -2
  18. package/internal-do-not-import-from-here/models/components/documentlibrary/index.js +0 -2
  19. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerQueryResult.d.ts +3 -3
  20. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerSettings.d.ts +3 -3
  21. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentResult.d.ts +2 -2
  22. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockBreakPointSettings.d.ts +2 -2
  23. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +4 -6
  24. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTaxonomyPropFilterValue.d.ts +2 -2
  25. package/internal-do-not-import-from-here/models/components/documenttype/DocumentTypeSettingCustomTab.d.ts +11 -2
  26. package/internal-do-not-import-from-here/models/components/feedbackbutton/ProcessFeedbackButtonBlock.d.ts +3 -3
  27. package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibrarySettings.d.ts +2 -2
  28. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +4 -3
  29. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupProvider.d.ts +19 -0
  30. package/internal-do-not-import-from-here/models/components/processrollup/index.d.ts +1 -0
  31. package/internal-do-not-import-from-here/models/components/processrollup/index.js +1 -0
  32. package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/BreadcrumbBlockSettings.d.ts +2 -2
  33. package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/ContentBlockSettings.d.ts +2 -2
  34. package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +4 -4
  35. package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/LinksBlockSettings.d.ts +2 -2
  36. package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/ProcessContextBlockSettings.d.ts +2 -2
  37. package/internal-do-not-import-from-here/models/components/viewprocess/processlayoutblock/ProcessLayoutBlockSettings.d.ts +2 -2
  38. package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.d.ts +4 -3
  39. package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockData.js +1 -1
  40. package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockSettings.d.ts +2 -2
  41. package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/TasksBlockSettings.d.ts +3 -3
  42. package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.d.ts +2 -2
  43. package/internal-do-not-import-from-here/models/contexts/OPMContext.d.ts +2 -2
  44. package/internal-do-not-import-from-here/models/data/controlleddocuments/ControlledDocument.d.ts +3 -3
  45. package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentMetadataStatus.d.ts +2 -2
  46. package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentRequest.d.ts +2 -2
  47. package/internal-do-not-import-from-here/models/data/controlleddocuments/RelatedDocument.d.ts +2 -2
  48. package/internal-do-not-import-from-here/models/data/controlleddocuments/SqlDocument.d.ts +2 -2
  49. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/DeleteDraftsRequest.d.ts +2 -2
  50. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +3 -3
  51. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.d.ts +2 -2
  52. package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/DocumentTaskBulkUpdateStatus.d.ts +2 -2
  53. package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/DocumentTaskBulkUpdateStatus.js +1 -1
  54. package/internal-do-not-import-from-here/models/data/documentrollup/DocumentQueryResult.d.ts +2 -2
  55. package/internal-do-not-import-from-here/models/data/documentrollup/DocumentRollupRequest.d.ts +2 -2
  56. package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +3 -4
  57. package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplate.d.ts +2 -2
  58. package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplateCategory.d.ts +2 -2
  59. package/internal-do-not-import-from-here/models/data/documenttemplates/content/DocumentTemplateContent.js +1 -1
  60. package/internal-do-not-import-from-here/models/data/documenttemplates/content/UploadedDocumentTemplateContent.d.ts +2 -2
  61. package/internal-do-not-import-from-here/models/data/documenttemplates/settings/DocumentTemplateSettings.js +1 -1
  62. package/internal-do-not-import-from-here/models/data/documenttemplates/settings/NormalDocumentDocumentTemplateSettings.d.ts +2 -2
  63. package/internal-do-not-import-from-here/models/data/documenttype/DocumentType.d.ts +3 -3
  64. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeGroupSettings.d.ts +2 -2
  65. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +7 -14
  66. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.js +4 -10
  67. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.d.ts +4 -4
  68. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +1 -2
  69. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeTermSynchronizationStatus.js +1 -1
  70. package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminder.d.ts +2 -2
  71. package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminderTask.d.ts +2 -2
  72. package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.d.ts +2 -2
  73. package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.js +1 -1
  74. package/internal-do-not-import-from-here/models/data/drawingdefinitions/CustomLinkDrawingShape.d.ts +2 -2
  75. package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.d.ts +2 -2
  76. package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.js +1 -1
  77. package/internal-do-not-import-from-here/models/data/drawingdefinitions/ExternalProcessStepDrawingShape.d.ts +2 -2
  78. package/internal-do-not-import-from-here/models/data/drawingdefinitions/ProcessStepDrawingShape.d.ts +2 -2
  79. package/internal-do-not-import-from-here/models/data/enums/Enums.js +10 -10
  80. package/internal-do-not-import-from-here/models/data/index.d.ts +0 -1
  81. package/internal-do-not-import-from-here/models/data/index.js +0 -1
  82. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInControlledLibraryRequest.d.ts +2 -2
  83. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentUploadedTemplateInfo.d.ts +2 -2
  84. package/internal-do-not-import-from-here/models/data/processdocumentrelationship/ProcessDocumentRelationship.d.ts +4 -4
  85. package/internal-do-not-import-from-here/models/data/processes/ExternalProcessStep.d.ts +2 -2
  86. package/internal-do-not-import-from-here/models/data/processes/Link.d.ts +3 -2
  87. package/internal-do-not-import-from-here/models/data/processes/Process.d.ts +5 -6
  88. package/internal-do-not-import-from-here/models/data/processes/ProcessRelatedDocumentSuggestionEmail.d.ts +4 -4
  89. package/internal-do-not-import-from-here/models/data/processes/ProcessStep.d.ts +3 -2
  90. package/internal-do-not-import-from-here/models/data/processes/Task.d.ts +2 -2
  91. package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedback.d.ts +4 -4
  92. package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplate.d.ts +2 -2
  93. package/internal-do-not-import-from-here/models/data/processtypes/ProcessReviewReminder.d.ts +2 -2
  94. package/internal-do-not-import-from-here/models/data/processtypes/ProcessType.d.ts +3 -3
  95. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeGroupSettings.d.ts +2 -2
  96. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.d.ts +4 -5
  97. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.js +2 -1
  98. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.d.ts +3 -3
  99. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.js +1 -1
  100. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeTermSynchronizationStatus.js +1 -1
  101. package/internal-do-not-import-from-here/models/data/processtypes/ReviewReminderTaskSettings.d.ts +2 -2
  102. package/internal-do-not-import-from-here/models/data/processworkflows/CreateDraftProcessRequest.d.ts +2 -2
  103. package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflow.d.ts +3 -3
  104. package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowTask.d.ts +4 -4
  105. package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithApprovalRequest.d.ts +2 -2
  106. package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithoutApprovalRequest.d.ts +2 -2
  107. package/internal-do-not-import-from-here/models/data/processworkflows/SetProcessCommentRequest.d.ts +2 -2
  108. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetEnterpriseKeywordsItemSettings.d.ts +2 -2
  109. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetItemSettings.d.ts +2 -2
  110. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTaxonomyItemSettings.d.ts +2 -2
  111. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PersonPropertyPublishingApprovalSettings.d.ts +2 -2
  112. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PublishingApprovalSettings.js +1 -1
  113. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/TermDrivenPublishingApprovalSettings.d.ts +2 -2
  114. package/internal-do-not-import-from-here/models/data/retention/Retention.d.ts +3 -3
  115. package/internal-do-not-import-from-here/models/data/reviewreminderschedule/PropertySchedule.d.ts +2 -2
  116. package/internal-do-not-import-from-here/models/data/reviewreminderschedule/ReviewReminderSchedule.js +1 -1
  117. package/internal-do-not-import-from-here/models/data/scheduledpublishingsettings/ScheduledPublishingSettings.d.ts +2 -2
  118. package/internal-do-not-import-from-here/models/data/security/AuthorAndDefaultReaderUpdateInput.d.ts +2 -2
  119. package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.d.ts +4 -4
  120. package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.js +1 -1
  121. package/internal-do-not-import-from-here/models/data/settings/GlobalSettings.js +1 -1
  122. package/internal-do-not-import-from-here/models/data/settings/ProcessGlobalSettings.d.ts +2 -2
  123. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.d.ts +3 -2
  124. package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.d.ts +2 -2
  125. package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.js +2 -2
  126. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.d.ts +2 -2
  127. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.js +1 -1
  128. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.d.ts +4 -4
  129. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTaxonomyField.d.ts +3 -3
  130. package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTask.d.ts +3 -3
  131. package/internal-do-not-import-from-here/models/data/tasks/DocumentTask.d.ts +2 -2
  132. package/internal-do-not-import-from-here/models/data/tasks/ReviewTask.d.ts +2 -2
  133. package/internal-do-not-import-from-here/models/data/tasks/ReviewTaskParams.d.ts +2 -2
  134. package/internal-do-not-import-from-here/models/data/workflows/Workflow.d.ts +3 -3
  135. package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.d.ts +2 -2
  136. package/internal-do-not-import-from-here/models/data/workflows/WorkflowTask.d.ts +3 -3
  137. package/internal-do-not-import-from-here/models/data/workflows/WorkflowTaskHistory.d.ts +2 -2
  138. package/internal-do-not-import-from-here/models/filterengine/Shared.d.ts +4 -4
  139. package/internal-do-not-import-from-here/models/filterengine/Shared.js +1 -1
  140. package/internal-do-not-import-from-here/models/graph/GraphApiPlannerPlan.d.ts +2 -2
  141. package/internal-do-not-import-from-here/models/graph/GraphApiPlannerTask.js +1 -1
  142. package/internal-do-not-import-from-here/models/index.d.ts +0 -1
  143. package/internal-do-not-import-from-here/models/index.js +0 -1
  144. package/internal-do-not-import-from-here/models/messaging/DocumentLibraryViewRegistration.d.ts +2 -2
  145. package/internal-do-not-import-from-here/models/messaging/DocumentRollupViewRegistration.d.ts +2 -2
  146. package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +4 -4
  147. package/internal-do-not-import-from-here/models/processes/ProcessCustomButton.d.ts +2 -2
  148. package/internal-do-not-import-from-here/models/processes/ProcessCustomButton.js +2 -2
  149. package/internal-do-not-import-from-here/models/processes/ProcessMoveInfo.d.ts +2 -1
  150. package/internal-do-not-import-from-here/models/processes/ProcessPropertyInfo.d.ts +2 -2
  151. package/internal-do-not-import-from-here/models/processes/ProcessReference.d.ts +5 -5
  152. package/internal-do-not-import-from-here/models/processes/ProcessTaskProvider.d.ts +3 -3
  153. package/internal-do-not-import-from-here/models/processes/ProcessTaxonomyPropertyInfo.d.ts +3 -3
  154. package/internal-do-not-import-from-here/models/processes/ProcessTemplateLayoutDefinition.js +1 -1
  155. package/internal-do-not-import-from-here/models/processstepstatuses/ProcessStepStatus.js +1 -1
  156. package/internal-do-not-import-from-here/models/processtaskassignments/ProcessTaskAssignment.d.ts +5 -5
  157. package/internal-do-not-import-from-here/models/processtaskassignments/ProcessTaskAssignment.js +1 -1
  158. package/internal-do-not-import-from-here/models/readreceiptsignoff/DocumentNotifiedPerson.d.ts +4 -4
  159. package/internal-do-not-import-from-here/models/route/OPMRoute.d.ts +3 -3
  160. package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.d.ts +1 -1
  161. package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.js +1 -1
  162. package/internal-do-not-import-from-here/models/styles/ProcessNavigationBlockStyles.d.ts +3 -3
  163. package/internal-do-not-import-from-here/models/styles/ShapeSelectionStyles.d.ts +1 -1
  164. package/internal-do-not-import-from-here/models/styles/index.d.ts +0 -2
  165. package/internal-do-not-import-from-here/models/styles/index.js +0 -2
  166. package/internal-do-not-import-from-here/processshape/shapedefinitions/ShapeDefinitionData.d.ts +2 -2
  167. package/internal-do-not-import-from-here/services/ImageService.d.ts +2 -2
  168. package/internal-do-not-import-from-here/services/PermissionService.d.ts +2 -2
  169. package/internal-do-not-import-from-here/services/ProcessDocumentRelationshipService.d.ts +3 -3
  170. package/internal-do-not-import-from-here/services/ProcessFeedbackService.d.ts +3 -3
  171. package/internal-do-not-import-from-here/services/ProcessService.d.ts +31 -31
  172. package/internal-do-not-import-from-here/services/ProcessTaskService.d.ts +2 -2
  173. package/internal-do-not-import-from-here/services/ProcessTemplateService.d.ts +3 -3
  174. package/internal-do-not-import-from-here/services/ProcessTypeService.d.ts +5 -5
  175. package/internal-do-not-import-from-here/services/ShapeTemplateService.d.ts +3 -3
  176. package/internal-do-not-import-from-here/services/document/DocumentService.d.ts +7 -7
  177. package/internal-do-not-import-from-here/services/document/DocumentTypeService.d.ts +8 -8
  178. package/internal-do-not-import-from-here/services/document/index.d.ts +0 -2
  179. package/internal-do-not-import-from-here/services/documentlibrary/DocumentLibraryService.d.ts +2 -2
  180. package/internal-do-not-import-from-here/services/documentlibrary/PublishDocumentService.d.ts +7 -7
  181. package/internal-do-not-import-from-here/services/documentlibrary/TaskService.d.ts +4 -4
  182. package/internal-do-not-import-from-here/services/documentlibrary/index.d.ts +0 -1
  183. package/internal-do-not-import-from-here/stores/CurrentProcessStore.d.ts +8 -9
  184. package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +52 -23
  185. package/internal-do-not-import-from-here/stores/ProcessTemplateStore.d.ts +2 -2
  186. package/internal-do-not-import-from-here/stores/ProcessTypeStore.d.ts +5 -5
  187. package/internal-do-not-import-from-here/stores/SettingsStore.d.ts +5 -5
  188. package/internal-do-not-import-from-here/stores/ShapeTemplateStore.d.ts +3 -3
  189. package/internal-do-not-import-from-here/stores/documentlibrary/DocumentPropetiesStore.d.ts +2 -4
  190. package/internal-do-not-import-from-here/stores/documentlibrary/DocumentSharePointFieldStore.d.ts +2 -2
  191. package/internal-do-not-import-from-here/stores/documentlibrary/DocumentTemplateStore.d.ts +0 -1
  192. package/internal-do-not-import-from-here/stores/documentlibrary/DocumentTypeStore.d.ts +10 -9
  193. package/internal-do-not-import-from-here/stores/documentlibrary/LibraryStore.d.ts +15 -17
  194. package/internal-do-not-import-from-here/stores/documentlibrary/NewDocumentStore.d.ts +3 -3
  195. package/internal-do-not-import-from-here/utils.d.ts +12 -13
  196. package/internal-do-not-import-from-here/ux/MSMediaPickerStorageProviderContext.d.ts +12 -0
  197. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRenderer.d.ts +47 -13
  198. package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +51 -17
  199. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +65 -25
  200. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +69 -29
  201. package/internal-do-not-import-from-here/ux/filterengine/handler/ProcessFilterEngineHandler.d.ts +3 -3
  202. package/internal-do-not-import-from-here/ux/index.d.ts +1 -0
  203. package/internal-do-not-import-from-here/wctypings.d.ts +681 -0
  204. package/models/package.json +2 -3
  205. package/package.json +2 -3
  206. package/task.js +7 -7
  207. package/task.ts +7 -6
  208. package/internal-do-not-import-from-here/apis/documents/DocumentItemCustomRenderFieldApi.d.ts +0 -1
  209. package/internal-do-not-import-from-here/apis/documents/DocumentItemCustomRenderFieldApi.manifest.d.ts +0 -1
  210. package/internal-do-not-import-from-here/apis/documents/DocumentLibraryContextMenuButtonApi.d.ts +0 -1
  211. package/internal-do-not-import-from-here/apis/documents/DocumentLibraryContextMenuButtonApi.manifest.d.ts +0 -1
  212. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentItemCustomRenderFieldApi.d.ts +0 -31
  213. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryContextMenuButtonApi.d.ts +0 -25
  214. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryContextMenuButtonApi.js +0 -2
  215. package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentProperty.d.ts +0 -7
  216. package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentProperty.js +0 -2
  217. package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentResult.d.ts +0 -7
  218. package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentResult.js +0 -2
  219. package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentUpdate.d.ts +0 -7
  220. package/internal-do-not-import-from-here/models/data/relateddocuments/RelatedDocumentUpdate.js +0 -2
  221. package/internal-do-not-import-from-here/models/data/relateddocuments/index.d.ts +0 -3
  222. package/internal-do-not-import-from-here/models/data/relateddocuments/index.js +0 -6
  223. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +0 -15
  224. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +0 -24
  225. package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +0 -1
  226. package/internal-do-not-import-from-here/models/mediapicker/index.js +0 -4
  227. package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.d.ts +0 -5
  228. package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.js +0 -4
  229. package/internal-do-not-import-from-here/services/document/DocumentLinkHandler.d.ts +0 -9
  230. package/internal-do-not-import-from-here/services/document/DocumentRollupService.d.ts +0 -22
  231. package/internal-do-not-import-from-here/services/documentlibrary/RelatedDocumentsService.d.ts +0 -10
  232. package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
  233. /package/internal-do-not-import-from-here/models/components/{documentlibrary/DocumentItemCustomRenderFieldApi.js → processrollup/ProcessRollupProvider.js} +0 -0
@@ -11,9 +11,7 @@ export * from "./MediaPickerStyles";
11
11
  export * from "./ShapeGalleryDefaultSettingStyles";
12
12
  export * from "./FreeformPickerStyles";
13
13
  export * from "./TitleBlockStyles";
14
- export * from "./UnpublishProcessDialogStyles";
15
14
  export * from "./ProcessPickerStyles";
16
- export * from "./ProcessFieldDisplayStyles";
17
15
  export * from "./ProcessDesignerStyles";
18
16
  export * from "./ShapeSettingsStyles";
19
17
  export * from "./ProcessNavigationBlockStyles";
@@ -14,9 +14,7 @@ tslib_1.__exportStar(require("./MediaPickerStyles"), exports);
14
14
  tslib_1.__exportStar(require("./ShapeGalleryDefaultSettingStyles"), exports);
15
15
  tslib_1.__exportStar(require("./FreeformPickerStyles"), exports);
16
16
  tslib_1.__exportStar(require("./TitleBlockStyles"), exports);
17
- tslib_1.__exportStar(require("./UnpublishProcessDialogStyles"), exports);
18
17
  tslib_1.__exportStar(require("./ProcessPickerStyles"), exports);
19
- tslib_1.__exportStar(require("./ProcessFieldDisplayStyles"), exports);
20
18
  tslib_1.__exportStar(require("./ProcessDesignerStyles"), exports);
21
19
  tslib_1.__exportStar(require("./ShapeSettingsStyles"), exports);
22
20
  tslib_1.__exportStar(require("./ProcessNavigationBlockStyles"), exports);
@@ -1,9 +1,9 @@
1
- import { OmniaTheming } from "@omnia/fx/ux";
1
+ import { useColorSchemaStore } from "@omnia/fx/ux";
2
2
  import { ShapeDefinition, ShapeDefinitionTypes } from "../../models";
3
3
  /**
4
4
  * NOTE: whenever an new property is added in settings, we need to define its initial value in factory
5
5
  * To ensure it fully react on view
6
6
  * */
7
7
  export declare const ShapeDefinitionFactory: {
8
- createDefaultProcessTemplate(theming: OmniaTheming, type?: ShapeDefinitionTypes): ShapeDefinition;
8
+ createDefaultProcessTemplate(colors: ReturnType<typeof useColorSchemaStore>, type?: ShapeDefinitionTypes): ShapeDefinition;
9
9
  };
@@ -1,6 +1,6 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  export declare class ImageService {
3
3
  private opmHttpClient;
4
4
  constructor();
5
- getLegacyShapeTemplateContent: (shapeTemplateId: GuidValue) => Promise<string>;
5
+ getLegacyShapeTemplateContent: (shapeTemplateId: guid) => Promise<string>;
6
6
  }
@@ -1,8 +1,8 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { AuthorAndDefaultReaderUpdateInput } from "../models";
3
3
  export declare class PermissionService {
4
4
  private httpClient;
5
5
  constructor();
6
6
  updateOPMPermissions: (updateInput: AuthorAndDefaultReaderUpdateInput) => Promise<void>;
7
- syncODMPermissions: (teamAppId: GuidValue) => Promise<void>;
7
+ syncODMPermissions: (teamAppId: guid) => Promise<void>;
8
8
  }
@@ -1,11 +1,11 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { ProcessDocumentRelationship, DocumentsRelatedProcesses, ProcessRelatedDocumentSuggestionEmail, ProcessRelatedControlledDocument } from "../models";
3
3
  export declare class ProcessDocumentRelationshipService {
4
4
  private httpClient;
5
5
  constructor();
6
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>;
7
+ getProcessStepDocuments: (processId: guid, processStepId: guid, includeSuggestions?: boolean) => Promise<Array<ProcessRelatedControlledDocument>>;
8
+ delete: (processId: guid, processStepId: guid, documentIdNumber: number) => Promise<boolean>;
9
9
  getDocumentsRelatedProcesses: (documentIdNumbers: Array<number>, includeSuggestions?: boolean) => Promise<DocumentsRelatedProcesses[]>;
10
10
  sendSuggestionNotification: (suggestionEmail: ProcessRelatedDocumentSuggestionEmail) => Promise<void>;
11
11
  }
@@ -1,9 +1,9 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { ProcessFeedbackRecipients, ProcessFeedback } from "../models";
3
3
  export declare class ProcessFeedbackService {
4
4
  private httpClient;
5
5
  constructor();
6
6
  create: (feedback: ProcessFeedbackRecipients) => Promise<ProcessFeedback>;
7
- getByOpmProcessId: (opmProcessId: GuidValue) => Promise<Array<ProcessFeedback>>;
8
- remove: (id: GuidValue) => Promise<boolean>;
7
+ getByOpmProcessId: (opmProcessId: guid) => Promise<Array<ProcessFeedback>>;
8
+ remove: (id: guid) => Promise<boolean>;
9
9
  }
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { ProcessActionModel, Process, ProcessData, IdDict, ProcessCheckoutInfo, ProcessWithCheckoutInfo, Version, ProcessDataLayoutMergeResult } from "../models";
3
3
  import { ProcessLibraryStatus, ProcessSite } from "../../models";
4
4
  import { ProcessExportData } from "../models/data/processes/ProcessExportData";
@@ -9,40 +9,40 @@ export declare class ProcessService {
9
9
  constructor();
10
10
  checkIfDraftExists: (opmProcessId: string) => Promise<boolean>;
11
11
  createDraftProcess: (processActionModel: ProcessActionModel) => Promise<Process>;
12
- createDraftProcessFromPublished: (opmProcessId: GuidValue, comment?: string) => Promise<Process>;
13
- restoreProcess: (processId: GuidValue) => Promise<Process>;
14
- checkinProcess: (opmProcessId: GuidValue) => Promise<Process>;
12
+ createDraftProcessFromPublished: (opmProcessId: guid, comment?: string) => Promise<Process>;
13
+ restoreProcess: (processId: guid) => Promise<Process>;
14
+ checkinProcess: (opmProcessId: guid) => Promise<Process>;
15
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>;
16
+ getProcessCheckoutInfo: (opmProcessId: guid) => Promise<ProcessCheckoutInfo>;
17
+ checkoutProcess: (opmProcessId: guid, takeControl?: boolean) => Promise<ProcessWithCheckoutInfo>;
18
+ copyToNewProcess: (opmProcessId: guid, processStepId: guid) => Promise<Process>;
19
+ discardChangeProcess: (opmProcessId: guid) => Promise<Process>;
20
+ getProcess: (processId: guid) => Promise<Process>;
21
+ getProcessData: (opmProcessId: guid, processStepId: guid, hash: string) => Promise<ProcessData>;
22
+ getProcessDataLayoutMergeResult: (opmProcessId: guid, processStepId: guid, processDataHash: string, layoutHash: string, processTemplateVersionId: number) => Promise<ProcessDataLayoutMergeResult>;
23
+ getProcessDataExport: (processId: guid) => Promise<ProcessExportData>;
24
+ deleteDraftProcess: (opmProcessId: guid) => Promise<void>;
25
+ getArchivedOrPublishedProcessByProcessStepId: (processStepId: guid, version: Version) => Promise<Process>;
26
+ permanentlyDeleteProcess: (opmProcessIds: guid[]) => Promise<void>;
27
+ getPreviewProcessByProcessStepId: (processStepId: guid) => Promise<ProcessWithCheckoutInfo>;
28
+ getDraftProcessesBySite: (teamAppId: guid) => Promise<Process[]>;
29
+ getPublishedProcessesBySite: (teamAppId: guid) => Promise<Process[]>;
30
+ getDraftProcessWorkingStatus: (teamAppId: guid, opmProcessIds: Array<guid>, isGetAll: boolean) => Promise<IdDict<ProcessLibraryStatus>>;
31
+ getPublishedProcessWorkingStatus: (teamAppId: guid, opmProcessIds: Array<guid>) => Promise<IdDict<ProcessLibraryStatus>>;
32
+ getRecycleBinWorkingStatus: (teamAppId: guid, opmProcessIds: Array<guid>) => Promise<IdDict<ProcessLibraryStatus>>;
33
+ checkIfDeletingProcessStepsAreBeingUsed: (processId: guid, deletingProcessStepIds: Array<guid>) => Promise<boolean>;
34
+ syncToSharePoint: (opmProcessId: guid) => Promise<void>;
35
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[]>;
36
+ triggerArchive: (opmProcessId: guid) => Promise<void>;
37
+ triggerMove: (opmProcessId: guid) => Promise<void>;
38
+ getProcessSiteByAppId: (teamAppId: guid) => Promise<ProcessSite>;
39
+ getPublishedProcess: (opmProcessId: guid) => Promise<Process>;
40
+ getDraftProcess: (opmProcessId: guid) => Promise<Process>;
41
+ getProcessHistory: (opmProcessId: guid) => Promise<Process[]>;
42
42
  resolveAuthoringSite: (targetUrl: string) => Promise<ProcessSite>;
43
- filterDeletedProcesses: (teamAppId: GuidValue) => Promise<Process[]>;
43
+ filterDeletedProcesses: (teamAppId: guid) => Promise<Process[]>;
44
44
  getPublishedProcessesAllSystem: () => Promise<Process[]>;
45
45
  private generateClientSideData;
46
46
  private setProcessStepMultilingualTitle;
47
- setNewChangeCommentDraftProcess: (opmProcessId: GuidValue, comment: any) => Promise<void>;
47
+ setNewChangeCommentDraftProcess: (opmProcessId: guid, comment: any) => Promise<void>;
48
48
  }
@@ -1,9 +1,9 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { CreatePlannerTaskAssignmentRequest, CreatePlannerTaskAssignmentResponse, GetPlannerTaskAssignmentRequest, GetPlannerTaskAssignmentResponse, GraphApiPlannerPlan } from "../models";
3
3
  export declare class ProcessTaskService {
4
4
  private httpClient;
5
5
  constructor();
6
- getPlannerPlans: (groupId: GuidValue) => Promise<GraphApiPlannerPlan[]>;
6
+ getPlannerPlans: (groupId: guid) => Promise<GraphApiPlannerPlan[]>;
7
7
  getPlannerTaskAssignments: (request: GetPlannerTaskAssignmentRequest) => Promise<GetPlannerTaskAssignmentResponse>;
8
8
  addPlannerTaskAssignments: (request: CreatePlannerTaskAssignmentRequest) => Promise<CreatePlannerTaskAssignmentResponse>;
9
9
  }
@@ -1,12 +1,12 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { ProcessTemplate } from "../models";
3
3
  export declare class ProcessTemplateService {
4
4
  private multilingualStore;
5
5
  private httpClient;
6
6
  constructor();
7
7
  getAllProcessTemplates: () => Promise<ProcessTemplate[]>;
8
- getProcessTemplateById: (id: GuidValue) => Promise<ProcessTemplate>;
8
+ getProcessTemplateById: (id: guid) => Promise<ProcessTemplate>;
9
9
  addOrUpdateProcessTemplate: (processTemplate: ProcessTemplate) => Promise<ProcessTemplate>;
10
- deleteProcessTemplate: (id: GuidValue) => Promise<boolean>;
10
+ deleteProcessTemplate: (id: guid) => Promise<boolean>;
11
11
  private generateProcessTemplatesMultilingualText;
12
12
  }
@@ -1,14 +1,14 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { ProcessType } from "../models";
3
3
  export declare class ProcessTypeService {
4
4
  private httpClient;
5
5
  constructor();
6
6
  refreshServerCache: () => Promise<void>;
7
- getByIds: (ids: Array<GuidValue>) => Promise<Array<ProcessType>>;
8
- getChildren: (parentId: GuidValue) => Promise<Array<ProcessType>>;
9
- getProcessTypeTermSetId: () => Promise<GuidValue>;
7
+ getByIds: (ids: Array<guid>) => Promise<Array<ProcessType>>;
8
+ getChildren: (parentId: guid) => Promise<Array<ProcessType>>;
9
+ getProcessTypeTermSetId: () => Promise<guid>;
10
10
  create: (processType: ProcessType) => Promise<ProcessType>;
11
11
  update: (processType: ProcessType) => Promise<ProcessType>;
12
- remove: (id: GuidValue) => Promise<void>;
12
+ remove: (id: guid) => Promise<void>;
13
13
  getAllProcessTypeItems: () => Promise<ProcessType[]>;
14
14
  }
@@ -1,12 +1,12 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { ShapeTemplate } from "../models";
3
3
  export declare class ShapeTemplateService {
4
4
  private multilingualStore;
5
5
  private httpClient;
6
6
  constructor();
7
7
  getAllShapeTemplates: () => Promise<ShapeTemplate[]>;
8
- getShapeTemplateById: (id: GuidValue) => Promise<ShapeTemplate>;
8
+ getShapeTemplateById: (id: guid) => Promise<ShapeTemplate>;
9
9
  addOrUpdateShapeTemplateItem: (shapeTemplate: ShapeTemplate) => Promise<ShapeTemplate>;
10
- deleteShapeTemplate: (id: GuidValue) => Promise<void>;
10
+ deleteShapeTemplate: (id: guid) => Promise<void>;
11
11
  private generateShapeTemplatesMultilingualText;
12
12
  }
@@ -1,15 +1,15 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { CreateDraftFromPublishedRequest, GetDocumentFieldsRequest, GetDraftDocumentAppendicesRequest, GetDocumentFieldsResponse, SharePointField, AppendixWithSharePointFields, ControlledDocument, SqlDocument, Enums, DocumentRequest, ProcessDocumentAndMergeTemplateRequest, PagingRequest, GetControlledDocumentsResponse, DocumentMetadataStatus, ProcessExistedDocumentAndMergeTemplateRequest, PublishedDocumentSharepointStatus, DocumentSharepointStatus, SharePointUser, SetNewReviewDateRequest, SetNewChangeCommentRequest } from "../../models";
3
3
  export declare class DocumentService {
4
4
  private httpClient;
5
5
  constructor();
6
- updateDocumentFields: (siteUrl: string, documentUrl: string, sharePointFields: Array<SharePointField>, isUpdateDocId: boolean, isUpdateDocStatus: boolean, odmDocId?: string, sqlDocumentId?: GuidValue, mergeSettings?: ProcessExistedDocumentAndMergeTemplateRequest, isUpdateScheduledPublishing?: boolean) => Promise<string>;
7
- updateDocumentFieldsStatus: (siteUrl: string, sqlId: GuidValue, odmDocId: string, documentTypeId: GuidValue) => Promise<SqlDocument>;
8
- unlockFile: (webUrl: string, spDocumentId: number, sqlId: GuidValue) => Promise<boolean>;
6
+ updateDocumentFields: (siteUrl: string, documentUrl: string, sharePointFields: Array<SharePointField>, isUpdateDocId: boolean, isUpdateDocStatus: boolean, odmDocId?: string, sqlDocumentId?: guid, mergeSettings?: ProcessExistedDocumentAndMergeTemplateRequest) => Promise<string>;
7
+ updateDocumentFieldsStatus: (siteUrl: string, sqlId: guid, odmDocId: string, documentTypeId: guid) => Promise<SqlDocument>;
8
+ unlockFile: (webUrl: string, spDocumentId: number, sqlId: guid) => Promise<boolean>;
9
9
  getFileLockedByUser: (webUrl: string, spDocumentId: number) => Promise<SharePointUser>;
10
10
  getDocumentFields: (request: GetDocumentFieldsRequest) => Promise<GetDocumentFieldsResponse>;
11
11
  getDraftDocumentAppendices: (request: GetDraftDocumentAppendicesRequest) => Promise<AppendixWithSharePointFields[]>;
12
- deleteDraftDocuments: (webUrl: string, spDocumentIds: Array<number>, sqlIds?: Array<GuidValue>) => Promise<void>;
12
+ deleteDraftDocuments: (webUrl: string, spDocumentIds: Array<number>, sqlIds?: Array<guid>) => Promise<void>;
13
13
  deleteAppendixDocuments: (webUrl: string, spDocumentIds: Array<number>) => Promise<void>;
14
14
  permanentlyDeleteDocuments: (webUrl: string, documentIds: Array<string>) => Promise<void>;
15
15
  setStatusPermanentlyDeleteDocuments: (webUrl: string, documentIds: Array<string>) => Promise<Array<DocumentMetadataStatus>>;
@@ -31,10 +31,10 @@ export declare class DocumentService {
31
31
  canCurrentUserEditLibraryDocument: (webUrl: string, libraryName: string) => Promise<boolean>;
32
32
  getExpireReviewsDocuments: (request: PagingRequest) => Promise<GetControlledDocumentsResponse>;
33
33
  getDocumentsStatus(request: {
34
- [key: string]: GuidValue;
34
+ [key: string]: guid;
35
35
  }, library: string): Promise<DocumentMetadataStatus[]>;
36
36
  getRecycleBinDocumentsStatus(request: {
37
- [key: string]: GuidValue;
37
+ [key: string]: guid;
38
38
  }): Promise<DocumentMetadataStatus[]>;
39
39
  getPublishedDocumentsSharepointStatus(request: {
40
40
  [key: number]: number;
@@ -1,15 +1,15 @@
1
- import { GuidValue, Identity } from "@omnia/fx/models";
2
- import { DocumentType } from "../../models";
1
+ import { guid, Identity } from "@omnia/fx/models";
2
+ import { DocumentType } from "../../../fx/models";
3
3
  export declare class DocumentTypeService {
4
4
  private httpClient;
5
5
  constructor();
6
6
  refreshServerCache: () => Promise<void>;
7
- getByIds: (ids: Array<GuidValue>) => Promise<Array<DocumentType>>;
8
- getChildren: (parentId?: GuidValue) => Promise<Array<DocumentType>>;
9
- getDocumentTypeTermSetId: () => Promise<GuidValue>;
7
+ getByIds: (ids: Array<guid>) => Promise<Array<DocumentType>>;
8
+ getChildren: (parentId?: guid) => Promise<Array<DocumentType>>;
9
+ getDocumentTypeTermSetId: () => Promise<guid>;
10
10
  create: (documentType: DocumentType) => Promise<DocumentType>;
11
11
  update: (documentType: DocumentType) => Promise<DocumentType>;
12
- remove: (id: GuidValue) => Promise<void>;
13
- getUsersInApproverGroup: (docTypeId: GuidValue, webUrl: string) => Promise<Identity[]>;
14
- getByDocumentTemplateId: (documentTemplateId: GuidValue) => Promise<Array<DocumentType>>;
12
+ remove: (id: guid) => Promise<void>;
13
+ getUsersInApproverGroup: (docTypeId: guid, webUrl: string) => Promise<Identity[]>;
14
+ getByDocumentTemplateId: (documentTemplateId: guid) => Promise<Array<DocumentType>>;
15
15
  }
@@ -1,5 +1,3 @@
1
1
  export * from "./DocumentService";
2
2
  export * from "./DocumentTemplateService";
3
3
  export * from "./DocumentTypeService";
4
- export * from "./DocumentRollupService";
5
- export * from "./DocumentLinkHandler";
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { MergeMetadataRequest, DocumentRequest, SharePointField, SPList, GetControlledDocumentsResponse, WorkflowHistory, SPSite, Enums } from "../../models";
3
3
  export declare class DocumentLibraryService {
4
4
  private httpClient;
@@ -15,7 +15,7 @@ export declare class DocumentLibraryService {
15
15
  getTestFile: () => Promise<void>;
16
16
  mergeMetadataToDocument: (mergeRequest: MergeMetadataRequest, fileData: ArrayBuffer) => Promise<void>;
17
17
  testConvertToPDF: () => Promise<void>;
18
- getWorkflowHistories: (sqlId?: GuidValue, documentId?: string, webUrl?: string, documentVersionType?: Enums.DocumentViewEnums.DocumentVersionType) => Promise<WorkflowHistory[]>;
18
+ getWorkflowHistories: (sqlId?: guid, documentId?: string, webUrl?: string, documentVersionType?: Enums.DocumentViewEnums.DocumentVersionType) => Promise<WorkflowHistory[]>;
19
19
  isExistingDraftDocument: (webUrl: string, odmDocId: string) => Promise<boolean>;
20
20
  resolveAuthoringSite: (webUrl: string) => Promise<SPSite>;
21
21
  }
@@ -1,18 +1,18 @@
1
- import { GuidValue } from "@omnia/fx/models";
2
- import { DocumentNotifiedPerson, DocumentReadReceiptsHistory, Enums, PublishDocumentWithoutApprovalRequest, MoveDocumentToTargetSiteRequest, PreviewPublishedDocumentRequest, ControlledDocument } from "../../models";
1
+ import { guid } from "@omnia/fx/models";
2
+ import { DocumentNotifiedPerson, DocumentReadReceiptsHistory, Enums, PublishDocumentWithoutApprovalRequest, MoveDocumentToTargetSiteRequest, PreviewPublishedDocumentRequest, ControlledDocument } from "../../../fx/models";
3
3
  export declare class PublishDocumentService {
4
4
  private httpClient;
5
5
  constructor();
6
- fixPublishingFailedDocument: (webUrl: string, odmDocumentId: string, sqlId: GuidValue) => Promise<void>;
7
- checkPrePublishCondition: (webUrl: string, spDocumentId: number, sqlId: GuidValue, status: Enums.DocumentViewEnums.LibraryDocumentStatus) => Promise<boolean>;
8
- validateUnacceptedChange: (webUrl: string, spDocumentId: number, sqlId: GuidValue, status: Enums.DocumentViewEnums.LibraryDocumentStatus) => Promise<boolean>;
6
+ fixPublishingFailedDocument: (webUrl: string, odmDocumentId: string, sqlId: guid) => Promise<void>;
7
+ checkPrePublishCondition: (webUrl: string, spDocumentId: number, sqlId: guid, status: Enums.DocumentViewEnums.LibraryDocumentStatus) => Promise<boolean>;
8
+ validateUnacceptedChange: (webUrl: string, spDocumentId: number, sqlId: guid, status: Enums.DocumentViewEnums.LibraryDocumentStatus) => Promise<boolean>;
9
9
  publishDocumentWithoutApproval: (request: PublishDocumentWithoutApprovalRequest) => Promise<void>;
10
10
  scheduleDocumentPublishing: (request: PublishDocumentWithoutApprovalRequest) => Promise<void>;
11
- cancelScheduledDocumentPublishing: (sqlDocumentId: GuidValue) => Promise<void>;
11
+ cancelScheduledDocumentPublishing: (sqlDocumentId: guid) => Promise<void>;
12
12
  previewPublishedDocument: (request: PreviewPublishedDocumentRequest) => Promise<void>;
13
13
  getReadReceiptSignOffByOdmDocId: (odmDocId: string, webUrl: string) => Promise<DocumentNotifiedPerson>;
14
14
  getReadReceiptHistory: (odmDocId: string, webUrl: string) => Promise<Array<DocumentReadReceiptsHistory>>;
15
- setReadReceiptSignOffStatus: (id: GuidValue, isReadAndUnderstood: boolean) => Promise<void>;
15
+ setReadReceiptSignOffStatus: (id: guid, isReadAndUnderstood: boolean) => Promise<void>;
16
16
  setMovingToTargetSiteDocumentStatus: (sqlDocumentId: string, odmDocumentId: string, currentSiteUrl: string, targetSiteUrl: string) => Promise<Enums.DocumentViewEnums.LibraryDocumentStatus>;
17
17
  movePageToTargetSite: (moveDocumentRequest: MoveDocumentToTargetSiteRequest) => Promise<void>;
18
18
  getPublishedDocumentByOdmDocId: (odmDocId: string, webUrl: string) => Promise<ControlledDocument>;
@@ -1,12 +1,12 @@
1
- import { GuidValue } from "@omnia/fx/models";
2
- import { Workflow, DocumentTaskDetail, TaskRequest, TaskItemResponse, Enums } from "../../models";
1
+ import { guid } from "@omnia/fx/models";
2
+ import { Workflow, DocumentTaskDetail, TaskRequest, TaskItemResponse, Enums } from "../../../fx/models";
3
3
  export declare class TaskService {
4
4
  private httpClient;
5
5
  private emptyHttpClient;
6
6
  constructor();
7
7
  getFilterTasks: (request: TaskRequest) => Promise<TaskItemResponse>;
8
8
  getTaskById: (webUrl: string, taskId: number) => Promise<DocumentTaskDetail>;
9
- getDocumentWorkflow: (spDocumentId: number, sqlId: GuidValue, webUrl: string, workflowType?: Enums.DocumentViewEnums.WorkflowType) => Promise<Workflow>;
10
- getDocumentWorkflowByType: (sqlId: GuidValue, workflowType: Enums.DocumentViewEnums.WorkflowType) => Promise<Workflow>;
9
+ getDocumentWorkflow: (spDocumentId: number, sqlId: guid, webUrl: string, workflowType?: Enums.DocumentViewEnums.WorkflowType) => Promise<Workflow>;
10
+ getDocumentWorkflowByType: (sqlId: guid, workflowType: Enums.DocumentViewEnums.WorkflowType) => Promise<Workflow>;
11
11
  deleteTask: (webUrl: string, spId: number) => Promise<void>;
12
12
  }
@@ -4,4 +4,3 @@ export * from "./ReviewTaskService";
4
4
  export * from "./PublishDocumentService";
5
5
  export * from "./ReviewReminderTaskService";
6
6
  export * from "./ApprovalTaskService";
7
- export * from "./RelatedDocumentsService";
@@ -1,7 +1,6 @@
1
- /// <reference types="node" />
2
1
  import { Store } from "@omnia/fx/stores";
3
2
  import { PermissionService } from "@omnia/fx/services";
4
- import { GuidValue, MultilingualString } from "@omnia/fx-models";
3
+ import { guid, MultilingualString } from "@omnia/fx-models";
5
4
  import { ProcessReference, ProcessReferenceData, Process, IdDict, InternalProcessStep, ExternalProcessStep, Version } from "../models";
6
5
  import { Layout } from "@omnia/fx/models";
7
6
  export declare class CurrentProcessStore extends Store {
@@ -21,9 +20,9 @@ export declare class CurrentProcessStore extends Store {
21
20
  getters: {
22
21
  processReference: () => ProcessReference;
23
22
  referenceData: () => ProcessReferenceData;
24
- onCurrentProcessReferenceDataMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<ProcessReferenceData>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
- onCurrentProcessReferenceMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<ProcessReference>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
26
- relevantProcess: (processStepId: GuidValue) => {
23
+ onCurrentProcessReferenceDataMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<ProcessReferenceData>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
24
+ onCurrentProcessReferenceMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<ProcessReference>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ relevantProcess: (processStepId: guid) => {
27
26
  process: Process;
28
27
  processStepIdDict: IdDict<boolean>;
29
28
  };
@@ -36,8 +35,8 @@ export declare class CurrentProcessStore extends Store {
36
35
  actions: {
37
36
  setProcessToShow: import("@omnia/fx/stores").StoreAction<unknown, (processReferenceToUse: ProcessReference) => void, (result: null, processReferenceToUse: ProcessReference) => void, (failureReason: any, processReferenceToUse: ProcessReference) => void, (processReferenceToUse: ProcessReference) => Promise<null>>;
38
37
  initCurrentProcessDataLayout: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: null) => void, (failureReason: any) => void, () => Promise<null>>;
39
- ensureShortcut: import("@omnia/fx/stores").StoreAction<unknown, (shortcutProcessStepId: GuidValue) => void, (result: null, shortcutProcessStepId: GuidValue) => void, (failureReason: any, shortcutProcessStepId: GuidValue) => void, (shortcutProcessStepId: GuidValue) => Promise<null>>;
40
- ensureRelevantProcess: import("@omnia/fx/stores").StoreAction<unknown, (processStepId: GuidValue, version: Version) => void, (result: Process, processStepId: GuidValue, version: Version) => void, (failureReason: any, processStepId: GuidValue, version: Version) => void, (processStepId: GuidValue, version: Version) => Promise<Process>>;
38
+ ensureShortcut: import("@omnia/fx/stores").StoreAction<unknown, (shortcutProcessStepId: guid) => void, (result: null, shortcutProcessStepId: guid) => void, (failureReason: any, shortcutProcessStepId: guid) => void, (shortcutProcessStepId: guid) => Promise<null>>;
39
+ ensureRelevantProcess: import("@omnia/fx/stores").StoreAction<unknown, (processStepId: guid, version: Version) => void, (result: Process, processStepId: guid, version: Version) => void, (failureReason: any, processStepId: guid, version: Version) => void, (processStepId: guid, version: Version) => Promise<Process>>;
41
40
  checkOut: import("@omnia/fx/stores").StoreAction<unknown, (takeControl?: boolean) => void, (result: null, takeControl?: boolean) => void, (failureReason: any, takeControl?: boolean) => void, (takeControl?: boolean) => Promise<null>>;
42
41
  checkIn: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: null) => void, (failureReason: any) => void, () => Promise<null>>;
43
42
  deleteProcessStep: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: null) => void, (failureReason: any) => void, () => Promise<null>>;
@@ -48,10 +47,10 @@ export declare class CurrentProcessStore extends Store {
48
47
  process: Process;
49
48
  processStep: InternalProcessStep;
50
49
  }>>;
51
- addExtenalProcessStep: import("@omnia/fx/stores").StoreAction<unknown, (title: MultilingualString, externalRootProcessStepId: GuidValue) => void, (result: {
50
+ addExtenalProcessStep: import("@omnia/fx/stores").StoreAction<unknown, (title: MultilingualString, externalRootProcessStepId: guid) => void, (result: {
52
51
  process: Process;
53
52
  processStep: ExternalProcessStep;
54
- }, title: MultilingualString, externalRootProcessStepId: GuidValue) => void, (failureReason: any, title: MultilingualString, externalRootProcessStepId: GuidValue) => void, (title: MultilingualString, externalRootProcessStepId: GuidValue) => Promise<{
53
+ }, title: MultilingualString, externalRootProcessStepId: guid) => void, (failureReason: any, title: MultilingualString, externalRootProcessStepId: guid) => void, (title: MultilingualString, externalRootProcessStepId: guid) => Promise<{
55
54
  process: Process;
56
55
  processStep: ExternalProcessStep;
57
56
  }>>;
@@ -1,9 +1,8 @@
1
1
  import { Store } from "@omnia/fx/stores";
2
- import { GuidValue, MediaPickerImage } from "@omnia/fx-models";
2
+ import { guid, MediaPickerImage } from "@omnia/fx-models";
3
3
  import { MoveProcessService } from "../services";
4
4
  import { ProcessActionModel, Process, ProcessReference, ProcessReferenceData, ProcessCheckoutInfo, ProcessWithCheckoutInfo, Version, ProcessMoveInfo, ProcessDataLayoutMergeResult, ProcessStep } from "../models";
5
5
  import { ProcessSite } from "../../models";
6
- import { MediaPickerService } from "@omnia/fx/services";
7
6
  import { ProcessTemplateLayoutStore } from "./ProcessTemplateLayoutStore";
8
7
  interface ProcessMoveInfoDict {
9
8
  [opmProcessId: string]: ProcessMoveInfo;
@@ -17,7 +16,37 @@ interface NotificationMessage {
17
16
  export declare class ProcessStore extends Store {
18
17
  private processService;
19
18
  moveProcessService: MoveProcessService;
20
- mediaPickerService: MediaPickerService;
19
+ mediaPickerStore: {
20
+ get: {
21
+ readonly imageRatios: Array<MediaPickerImageRatio>;
22
+ imageRatioByUniqueId(uniqueId: guid): MediaPickerImageRatio;
23
+ readonly rollupRatios: Array<MediaPickerRollupImageRatio>;
24
+ readonly imageScalings: Array<MediaPickerImageScaling>;
25
+ imageScalingByUniqueId(uniqueId: guid): MediaPickerImageScaling;
26
+ readonly providers: Array<MediaPickerProvider>;
27
+ url: (media: MediaPickerImage | import("@omnia/fx-models").MediaPickerVideo, ratioId?: guid) => string;
28
+ imageUrl: (mediapickerImage: MediaPickerImage, imageRatioId?: number, scalingId?: number, useWithToken?: boolean) => string;
29
+ };
30
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
31
+ registerMediaPickerProvider(provider: MediaPickerProvider | Array<MediaPickerProvider>): void;
32
+ registerMediaPickerConfigurationHook(filterFunc: (current: Array<MediaPickerProvider>) => Array<MediaPickerProvider>): void;
33
+ ensureImageScalings(): Promise<void>;
34
+ addImageScaling(imageScalingDefinition: MediaPickerImageScalingDefinition): Promise<void>;
35
+ updateImageScaling(imageScalingToUpdate: MediaPickerImageScaling, newImageScalingDefinition: MediaPickerImageScalingDefinition): Promise<void>;
36
+ deleteImageScaling(imageScalingToDelete: MediaPickerImageScaling): Promise<void>;
37
+ ensureImageRatios(): Promise<void>;
38
+ addImageRatio(ratioDefinition: MediaPickerImageRatioDefinition): Promise<void>;
39
+ updateImageRatio(ratioToUpdate: MediaPickerImageRatio, newTitle: import("@omnia/fx-models").MultilingualString, enableInRollup: boolean): Promise<void>;
40
+ deleteImageRatio(ratioToDelete: MediaPickerImageRatio): Promise<void>;
41
+ }>;
42
+ events: import("@omnia/fx/stores").StoreEvents<{
43
+ imageRatios: MediaPickerImageRatio[];
44
+ imageScalings: MediaPickerImageScaling[];
45
+ providers: MediaPickerProvider[];
46
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
47
+ } & {
48
+ dispose?: () => void;
49
+ };
21
50
  processTemplateLayoutStore: ProcessTemplateLayoutStore;
22
51
  private processDict;
23
52
  private processCheckoutInfoDict;
@@ -37,40 +66,40 @@ export declare class ProcessStore extends Store {
37
66
  readonly moveMessageTimeout = 10000;
38
67
  getters: {
39
68
  getProcessReferenceData: (processReference: ProcessReference) => ProcessReferenceData;
40
- processCheckoutInfo: (opmProcessId: GuidValue) => ProcessCheckoutInfo;
41
- process: (processId: GuidValue) => Process;
42
- processMoveSiteInfoDictOnMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<ProcessMoveInfoDict>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
43
- processMoveSiteInfo: (opmProcessId: GuidValue) => ProcessMoveInfo;
69
+ processCheckoutInfo: (opmProcessId: guid) => ProcessCheckoutInfo;
70
+ process: (processId: guid) => Process;
71
+ processMoveSiteInfoDictOnMutated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<ProcessMoveInfoDict>) => void | Promise<void>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
72
+ processMoveSiteInfo: (opmProcessId: guid) => ProcessMoveInfo;
44
73
  processMoveSiteInfoDict: () => ProcessMoveInfoDict;
45
74
  getImageUrl: (image: MediaPickerImage, imageUrl?: string) => string;
46
75
  getAllDraftPublishedProcesses: () => Array<Process>;
47
- getDraftProcesses: (teamAppId: GuidValue) => Process[];
76
+ getDraftProcesses: (teamAppId: guid) => Process[];
48
77
  getPublishedProcesses: () => Process[];
49
78
  };
50
79
  mutations: {
51
80
  removeProcessMoveSiteInfoDict: import("@omnia/fx/stores").StoreMutation<(removeDict: ProcessMoveInfoDict) => void, (removeDict: ProcessMoveInfoDict) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
52
81
  };
53
82
  actions: {
54
- createDraft: import("@omnia/fx/stores").StoreAction<unknown, (actionModel: ProcessActionModel) => void, (result: Process, actionModel: ProcessActionModel) => void, (failureReason: any, actionModel: ProcessActionModel) => void, (actionModel: ProcessActionModel) => Promise<Process>>;
55
- createDraftFromPublished: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue, comment?: string) => void, (result: Process, opmProcessId: GuidValue, comment?: string) => void, (failureReason: any, opmProcessId: GuidValue, comment?: string) => void, (opmProcessId: GuidValue, comment?: string) => Promise<Process>>;
56
- restoreProcess: import("@omnia/fx/stores").StoreAction<unknown, (processId: GuidValue) => void, (result: Process, processId: GuidValue) => void, (failureReason: any, processId: GuidValue) => void, (processId: GuidValue) => Promise<Process>>;
57
- checkoutProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue, takeControl?: boolean) => void, (result: ProcessWithCheckoutInfo, opmProcessId: GuidValue, takeControl?: boolean) => void, (failureReason: any, opmProcessId: GuidValue, takeControl?: boolean) => void, (opmProcessId: GuidValue, takeControl?: boolean) => Promise<ProcessWithCheckoutInfo>>;
58
- checkInProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue) => void, (result: Process, opmProcessId: GuidValue) => void, (failureReason: any, opmProcessId: GuidValue) => void, (opmProcessId: GuidValue) => Promise<Process>>;
59
- discardChangeProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue) => void, (result: Process, opmProcessId: GuidValue) => void, (failureReason: any, opmProcessId: GuidValue) => void, (opmProcessId: GuidValue) => Promise<Process>>;
83
+ createDraft: import("@omnia/fx/stores").StoreAction<unknown, (actionModel: ProcessActionModel) => void, (result: unknown, actionModel: ProcessActionModel) => void, (failureReason: any, actionModel: ProcessActionModel) => void, (actionModel: ProcessActionModel) => Promise<unknown>>;
84
+ createDraftFromPublished: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: guid, comment?: string) => void, (result: unknown, opmProcessId: guid, comment?: string) => void, (failureReason: any, opmProcessId: guid, comment?: string) => void, (opmProcessId: guid, comment?: string) => Promise<unknown>>;
85
+ restoreProcess: import("@omnia/fx/stores").StoreAction<unknown, (processId: guid) => void, (result: unknown, processId: guid) => void, (failureReason: any, processId: guid) => void, (processId: guid) => Promise<unknown>>;
86
+ checkoutProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: guid, takeControl?: boolean) => void, (result: ProcessWithCheckoutInfo, opmProcessId: guid, takeControl?: boolean) => void, (failureReason: any, opmProcessId: guid, takeControl?: boolean) => void, (opmProcessId: guid, takeControl?: boolean) => Promise<ProcessWithCheckoutInfo>>;
87
+ checkInProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: guid) => void, (result: Process, opmProcessId: guid) => void, (failureReason: any, opmProcessId: guid) => void, (opmProcessId: guid) => Promise<Process>>;
88
+ discardChangeProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: guid) => void, (result: Process, opmProcessId: guid) => void, (failureReason: any, opmProcessId: guid) => void, (opmProcessId: guid) => Promise<Process>>;
60
89
  saveCheckedOutProcess: import("@omnia/fx/stores").StoreAction<unknown, (actionModel: ProcessActionModel) => void, (result: Process, actionModel: ProcessActionModel) => void, (failureReason: any, actionModel: ProcessActionModel) => void, (actionModel: ProcessActionModel) => Promise<Process>>;
61
- ensurePublishedProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue, refreshCache?: boolean) => void, (result: Process, opmProcessId: GuidValue, refreshCache?: boolean) => void, (failureReason: any, opmProcessId: GuidValue, refreshCache?: boolean) => void, (opmProcessId: GuidValue, refreshCache?: boolean) => Promise<Process>>;
62
- ensureDraftProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue, refreshCache?: boolean) => void, (result: Process, opmProcessId: GuidValue, refreshCache?: boolean) => void, (failureReason: any, opmProcessId: GuidValue, refreshCache?: boolean) => void, (opmProcessId: GuidValue, refreshCache?: boolean) => Promise<Process>>;
63
- ensureProcessCheckoutInfo: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue) => void, (result: ProcessCheckoutInfo, opmProcessId: GuidValue) => void, (failureReason: any, opmProcessId: GuidValue) => void, (opmProcessId: GuidValue) => Promise<ProcessCheckoutInfo>>;
90
+ ensurePublishedProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: guid, refreshCache?: boolean) => void, (result: Process, opmProcessId: guid, refreshCache?: boolean) => void, (failureReason: any, opmProcessId: guid, refreshCache?: boolean) => void, (opmProcessId: guid, refreshCache?: boolean) => Promise<Process>>;
91
+ ensureDraftProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: guid, refreshCache?: boolean) => void, (result: Process, opmProcessId: guid, refreshCache?: boolean) => void, (failureReason: any, opmProcessId: guid, refreshCache?: boolean) => void, (opmProcessId: guid, refreshCache?: boolean) => Promise<Process>>;
92
+ ensureProcessCheckoutInfo: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: guid) => void, (result: unknown, opmProcessId: guid) => void, (failureReason: any, opmProcessId: guid) => void, (opmProcessId: guid) => Promise<unknown>>;
64
93
  ensureProcessReferenceData: import("@omnia/fx/stores").StoreAction<unknown, (processReferences: ProcessReference[]) => void, (result: null, processReferences: ProcessReference[]) => void, (failureReason: any, processReferences: ProcessReference[]) => void, (processReferences: Array<ProcessReference>) => Promise<null>>;
65
94
  ensureProcessDataMergedLayout: import("@omnia/fx/stores").StoreAction<unknown, (process: Process, processStep: ProcessStep) => void, (result: ProcessDataLayoutMergeResult, process: Process, processStep: ProcessStep) => void, (failureReason: any, process: Process, processStep: ProcessStep) => void, (process: Process, processStep: ProcessStep) => Promise<ProcessDataLayoutMergeResult>>;
66
- loadProcessByProcessStepId: import("@omnia/fx/stores").StoreAction<unknown, (processStepId: GuidValue, version: Version) => void, (result: Process, processStepId: GuidValue, version: Version) => void, (failureReason: any, processStepId: GuidValue, version: Version) => void, (processStepId: GuidValue, version: Version) => Promise<Process>>;
67
- loadPreviewProcessByProcessStepId: import("@omnia/fx/stores").StoreAction<unknown, (processStepId: GuidValue) => void, (result: ProcessWithCheckoutInfo, processStepId: GuidValue) => void, (failureReason: any, processStepId: GuidValue) => void, (processStepId: GuidValue) => Promise<ProcessWithCheckoutInfo>>;
95
+ loadProcessByProcessStepId: import("@omnia/fx/stores").StoreAction<unknown, (processStepId: guid, version: Version) => void, (result: Process, processStepId: guid, version: Version) => void, (failureReason: any, processStepId: guid, version: Version) => void, (processStepId: guid, version: Version) => Promise<Process>>;
96
+ loadPreviewProcessByProcessStepId: import("@omnia/fx/stores").StoreAction<unknown, (processStepId: guid) => void, (result: ProcessWithCheckoutInfo, processStepId: guid) => void, (failureReason: any, processStepId: guid) => void, (processStepId: guid) => Promise<ProcessWithCheckoutInfo>>;
68
97
  deleteDraftProcess: import("@omnia/fx/stores").StoreAction<unknown, (process: Process) => void, (result: null, process: Process) => void, (failureReason: any, process: Process) => void, (process: Process) => Promise<null>>;
69
- copyToNewProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue, processStepId: GuidValue) => void, (result: Process, opmProcessId: GuidValue, processStepId: GuidValue) => void, (failureReason: any, opmProcessId: GuidValue, processStepId: GuidValue) => void, (opmProcessId: GuidValue, processStepId: GuidValue) => Promise<Process>>;
70
- moveProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue, title: string, targetSite: ProcessSite) => void, (result: boolean, opmProcessId: GuidValue, title: string, targetSite: ProcessSite) => void, (failureReason: any, opmProcessId: GuidValue, title: string, targetSite: ProcessSite) => void, (opmProcessId: GuidValue, title: string, targetSite: ProcessSite) => Promise<boolean>>;
71
- ensureLoadDraftProcesses: import("@omnia/fx/stores").StoreAction<unknown, (teamAppId: GuidValue) => void, (result: Process[], teamAppId: GuidValue) => void, (failureReason: any, teamAppId: GuidValue) => void, (teamAppId: GuidValue) => Promise<Process[]>>;
98
+ copyToNewProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: guid, processStepId: guid) => void, (result: Process, opmProcessId: guid, processStepId: guid) => void, (failureReason: any, opmProcessId: guid, processStepId: guid) => void, (opmProcessId: guid, processStepId: guid) => Promise<Process>>;
99
+ moveProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: guid, title: string, targetSite: ProcessSite) => void, (result: boolean, opmProcessId: guid, title: string, targetSite: ProcessSite) => void, (failureReason: any, opmProcessId: guid, title: string, targetSite: ProcessSite) => void, (opmProcessId: guid, title: string, targetSite: ProcessSite) => Promise<boolean>>;
100
+ ensureLoadDraftProcesses: import("@omnia/fx/stores").StoreAction<unknown, (teamAppId: guid) => void, (result: Process[], teamAppId: guid) => void, (failureReason: any, teamAppId: guid) => void, (teamAppId: guid) => Promise<Process[]>>;
72
101
  ensureLoadPublishedProcesses: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: Process[]) => void, (failureReason: any) => void, () => Promise<Process[]>>;
73
- setNewChangeCommentDraftProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: GuidValue, comment: string) => void, (result: void, opmProcessId: GuidValue, comment: string) => void, (failureReason: any, opmProcessId: GuidValue, comment: string) => void, (opmProcessId: GuidValue, comment: string) => Promise<void>>;
102
+ setNewChangeCommentDraftProcess: import("@omnia/fx/stores").StoreAction<unknown, (opmProcessId: guid, comment: string) => void, (result: unknown, opmProcessId: guid, comment: string) => void, (failureReason: any, opmProcessId: guid, comment: string) => void, (opmProcessId: guid, comment: string) => Promise<unknown>>;
74
103
  };
75
104
  private updateProcessState;
76
105
  private internalMutations;
@@ -1,5 +1,5 @@
1
1
  import { Store } from "@omnia/fx/stores";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { guid } from "@omnia/fx-models";
3
3
  import { ProcessTemplate } from "../models";
4
4
  export declare class ProcessTemplateStore extends Store {
5
5
  private processTemplateSerivice;
@@ -11,7 +11,7 @@ export declare class ProcessTemplateStore extends Store {
11
11
  private privateMutations;
12
12
  actions: {
13
13
  ensureLoadProcessTemplates: import("@omnia/fx/stores").StoreAction<unknown, () => void, (result: null) => void, (failureReason: any) => void, () => Promise<null>>;
14
- ensureLoadProcessTemplate: import("@omnia/fx/stores").StoreAction<unknown, (processTemplateId: GuidValue, alwaysGetLatest?: boolean) => void, (result: ProcessTemplate, processTemplateId: GuidValue, alwaysGetLatest?: boolean) => void, (failureReason: any, processTemplateId: GuidValue, alwaysGetLatest?: boolean) => void, (processTemplateId: GuidValue, alwaysGetLatest?: boolean) => Promise<ProcessTemplate>>;
14
+ ensureLoadProcessTemplate: import("@omnia/fx/stores").StoreAction<unknown, (processTemplateId: guid, alwaysGetLatest?: boolean) => void, (result: ProcessTemplate, processTemplateId: guid, alwaysGetLatest?: boolean) => void, (failureReason: any, processTemplateId: guid, alwaysGetLatest?: boolean) => void, (processTemplateId: guid, alwaysGetLatest?: boolean) => Promise<ProcessTemplate>>;
15
15
  addOrUpdateProcessTemplate: import("@omnia/fx/stores").StoreAction<unknown, (processTemplate: ProcessTemplate) => void, (result: any, processTemplate: ProcessTemplate) => void, (failureReason: any, processTemplate: ProcessTemplate) => void, (processTemplate: ProcessTemplate) => Promise<any>>;
16
16
  deleteProcessTemplate: import("@omnia/fx/stores").StoreAction<unknown, (processTemplate: ProcessTemplate) => void, (result: boolean, processTemplate: ProcessTemplate) => void, (failureReason: any, processTemplate: ProcessTemplate) => void, (processTemplate: ProcessTemplate) => Promise<boolean>>;
17
17
  };