@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
@@ -1,11 +1,11 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  export declare enum RetentionTypes {
3
3
  Calculated = 0,
4
4
  Property = 1
5
5
  }
6
6
  export interface RetentionSettings {
7
7
  type: RetentionTypes;
8
- dateTimeEnterprisePropertyDefinitionId: GuidValue;
8
+ dateTimeEnterprisePropertyDefinitionId: guid;
9
9
  }
10
10
  /**
11
11
  * NOTE: whenever an new property is added in settings, we need to define its initial value in factory
@@ -6,7 +6,7 @@ var RetentionTypes;
6
6
  (function (RetentionTypes) {
7
7
  RetentionTypes[RetentionTypes["Calculated"] = 0] = "Calculated";
8
8
  RetentionTypes[RetentionTypes["Property"] = 1] = "Property";
9
- })(RetentionTypes = exports.RetentionTypes || (exports.RetentionTypes = {}));
9
+ })(RetentionTypes || (exports.RetentionTypes = RetentionTypes = {}));
10
10
  /**
11
11
  * NOTE: whenever an new property is added in settings, we need to define its initial value in factory
12
12
  * To ensure it fully react on view
@@ -1,6 +1,6 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { DrawingShape, DrawingShapeTypes } from "./DrawingShape";
3
3
  export interface CustomLinkDrawingShape extends DrawingShape {
4
4
  type: DrawingShapeTypes.CustomLink;
5
- linkId: GuidValue;
5
+ linkId: guid;
6
6
  }
@@ -1,4 +1,4 @@
1
- import { GuidValue, MultilingualString } from "@omnia/fx-models";
1
+ import { guid, MultilingualString } from "@omnia/fx-models";
2
2
  import { ShapeObject } from "../../../processshape";
3
3
  export declare enum DrawingShapeTypes {
4
4
  Undefined = 0,
@@ -7,7 +7,7 @@ export declare enum DrawingShapeTypes {
7
7
  ExternalProcessStep = 3
8
8
  }
9
9
  export interface DrawingShape {
10
- id: GuidValue;
10
+ id: guid;
11
11
  type: DrawingShapeTypes;
12
12
  shape: ShapeObject;
13
13
  title: MultilingualString;
@@ -7,4 +7,4 @@ var DrawingShapeTypes;
7
7
  DrawingShapeTypes[DrawingShapeTypes["ProcessStep"] = 1] = "ProcessStep";
8
8
  DrawingShapeTypes[DrawingShapeTypes["CustomLink"] = 2] = "CustomLink";
9
9
  DrawingShapeTypes[DrawingShapeTypes["ExternalProcessStep"] = 3] = "ExternalProcessStep";
10
- })(DrawingShapeTypes = exports.DrawingShapeTypes || (exports.DrawingShapeTypes = {}));
10
+ })(DrawingShapeTypes || (exports.DrawingShapeTypes = DrawingShapeTypes = {}));
@@ -1,6 +1,6 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { DrawingShape, DrawingShapeTypes } from "./DrawingShape";
3
3
  export interface ExternalProcessStepDrawingShape extends DrawingShape {
4
4
  type: DrawingShapeTypes.ExternalProcessStep;
5
- processStepId?: GuidValue;
5
+ processStepId?: guid;
6
6
  }
@@ -1,6 +1,6 @@
1
1
  import { DrawingShape, DrawingShapeTypes } from "./DrawingShape";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { guid } from "@omnia/fx-models";
3
3
  export interface ProcessStepDrawingShape extends DrawingShape {
4
4
  type: DrawingShapeTypes.ProcessStep;
5
- processStepId?: GuidValue;
5
+ processStepId?: guid;
6
6
  }
@@ -6,25 +6,25 @@ var TextPosition;
6
6
  TextPosition[TextPosition["Above"] = 1] = "Above";
7
7
  TextPosition[TextPosition["On"] = 2] = "On";
8
8
  TextPosition[TextPosition["Bottom"] = 3] = "Bottom";
9
- })(TextPosition = exports.TextPosition || (exports.TextPosition = {}));
9
+ })(TextPosition || (exports.TextPosition = TextPosition = {}));
10
10
  var TextAlignment;
11
11
  (function (TextAlignment) {
12
12
  TextAlignment["Left"] = "left";
13
13
  TextAlignment["Center"] = "center";
14
14
  TextAlignment["Right"] = "right";
15
- })(TextAlignment = exports.TextAlignment || (exports.TextAlignment = {}));
15
+ })(TextAlignment || (exports.TextAlignment = TextAlignment = {}));
16
16
  var ProcessVersionType;
17
17
  (function (ProcessVersionType) {
18
18
  ProcessVersionType[ProcessVersionType["Draft"] = 0] = "Draft";
19
19
  ProcessVersionType[ProcessVersionType["CheckedOut"] = 1] = "CheckedOut";
20
20
  ProcessVersionType[ProcessVersionType["Archived"] = 2] = "Archived";
21
21
  ProcessVersionType[ProcessVersionType["Published"] = 3] = "Published";
22
- })(ProcessVersionType = exports.ProcessVersionType || (exports.ProcessVersionType = {}));
22
+ })(ProcessVersionType || (exports.ProcessVersionType = ProcessVersionType = {}));
23
23
  var ProcessStepType;
24
24
  (function (ProcessStepType) {
25
25
  ProcessStepType[ProcessStepType["Internal"] = 0] = "Internal";
26
26
  ProcessStepType[ProcessStepType["External"] = 1] = "External";
27
- })(ProcessStepType = exports.ProcessStepType || (exports.ProcessStepType = {}));
27
+ })(ProcessStepType || (exports.ProcessStepType = ProcessStepType = {}));
28
28
  var ProcessWorkingStatus;
29
29
  (function (ProcessWorkingStatus) {
30
30
  ProcessWorkingStatus[ProcessWorkingStatus["None"] = 0] = "None";
@@ -49,7 +49,7 @@ var ProcessWorkingStatus;
49
49
  ProcessWorkingStatus[ProcessWorkingStatus["Restored"] = 19] = "Restored";
50
50
  ProcessWorkingStatus[ProcessWorkingStatus["RecycleBinDeleting"] = 20] = "RecycleBinDeleting";
51
51
  ProcessWorkingStatus[ProcessWorkingStatus["RestoringFailed"] = 21] = "RestoringFailed";
52
- })(ProcessWorkingStatus = exports.ProcessWorkingStatus || (exports.ProcessWorkingStatus = {}));
52
+ })(ProcessWorkingStatus || (exports.ProcessWorkingStatus = ProcessWorkingStatus = {}));
53
53
  var ProcessWorkflowType;
54
54
  (function (ProcessWorkflowType) {
55
55
  ProcessWorkflowType[ProcessWorkflowType["ReviewWorkflow"] = 1] = "ReviewWorkflow";
@@ -58,21 +58,21 @@ var ProcessWorkflowType;
58
58
  ProcessWorkflowType[ProcessWorkflowType["MovedProcess"] = 4] = "MovedProcess";
59
59
  ProcessWorkflowType[ProcessWorkflowType["DeletePublishedProcess"] = 5] = "DeletePublishedProcess";
60
60
  ProcessWorkflowType[ProcessWorkflowType["RestoreProcess"] = 6] = "RestoreProcess";
61
- })(ProcessWorkflowType = exports.ProcessWorkflowType || (exports.ProcessWorkflowType = {}));
61
+ })(ProcessWorkflowType || (exports.ProcessWorkflowType = ProcessWorkflowType = {}));
62
62
  var WorkflowCompletedType;
63
63
  (function (WorkflowCompletedType) {
64
64
  WorkflowCompletedType[WorkflowCompletedType["None"] = 0] = "None";
65
65
  WorkflowCompletedType[WorkflowCompletedType["AllTasksDone"] = 1] = "AllTasksDone";
66
66
  WorkflowCompletedType[WorkflowCompletedType["MeetDueDate"] = 2] = "MeetDueDate";
67
67
  WorkflowCompletedType[WorkflowCompletedType["Cancelled"] = 3] = "Cancelled";
68
- })(WorkflowCompletedType = exports.WorkflowCompletedType || (exports.WorkflowCompletedType = {}));
68
+ })(WorkflowCompletedType || (exports.WorkflowCompletedType = WorkflowCompletedType = {}));
69
69
  var TaskOutcome;
70
70
  (function (TaskOutcome) {
71
71
  TaskOutcome[TaskOutcome["Approved"] = 1] = "Approved";
72
72
  TaskOutcome[TaskOutcome["Rejected"] = 2] = "Rejected";
73
73
  TaskOutcome[TaskOutcome["SetNewReviewDate"] = 3] = "SetNewReviewDate";
74
74
  TaskOutcome[TaskOutcome["SetNoNewReminder"] = 4] = "SetNoNewReminder";
75
- })(TaskOutcome = exports.TaskOutcome || (exports.TaskOutcome = {}));
75
+ })(TaskOutcome || (exports.TaskOutcome = TaskOutcome = {}));
76
76
  var ShapeTemplateType;
77
77
  (function (ShapeTemplateType) {
78
78
  ShapeTemplateType[ShapeTemplateType["CircleShape"] = 1] = "CircleShape";
@@ -81,9 +81,9 @@ var ShapeTemplateType;
81
81
  ShapeTemplateType[ShapeTemplateType["FreeformShape"] = 4] = "FreeformShape";
82
82
  ShapeTemplateType[ShapeTemplateType["MediaShape"] = 5] = "MediaShape";
83
83
  ShapeTemplateType[ShapeTemplateType["RectShape"] = 6] = "RectShape";
84
- })(ShapeTemplateType = exports.ShapeTemplateType || (exports.ShapeTemplateType = {}));
84
+ })(ShapeTemplateType || (exports.ShapeTemplateType = ShapeTemplateType = {}));
85
85
  var PropertySelectionListType;
86
86
  (function (PropertySelectionListType) {
87
87
  PropertySelectionListType[PropertySelectionListType["AllUsers"] = 0] = "AllUsers";
88
88
  PropertySelectionListType[PropertySelectionListType["Authors"] = 1] = "Authors";
89
- })(PropertySelectionListType = exports.PropertySelectionListType || (exports.PropertySelectionListType = {}));
89
+ })(PropertySelectionListType || (exports.PropertySelectionListType = PropertySelectionListType = {}));
@@ -14,7 +14,6 @@ export * from "./feedback";
14
14
  export * from "./documentstatistics";
15
15
  export * from "./retention";
16
16
  export * from "./documentbulkupdate";
17
- export * from "./relateddocuments";
18
17
  export * from "./processtemplates";
19
18
  export * from "./shapedefinitions";
20
19
  export * from "./processes";
@@ -17,7 +17,6 @@ tslib_1.__exportStar(require("./feedback"), exports);
17
17
  tslib_1.__exportStar(require("./documentstatistics"), exports);
18
18
  tslib_1.__exportStar(require("./retention"), exports);
19
19
  tslib_1.__exportStar(require("./documentbulkupdate"), exports);
20
- tslib_1.__exportStar(require("./relateddocuments"), exports);
21
20
  tslib_1.__exportStar(require("./processtemplates"), exports);
22
21
  tslib_1.__exportStar(require("./shapedefinitions"), exports);
23
22
  tslib_1.__exportStar(require("./processes"), exports);
@@ -1,4 +1,4 @@
1
- import { LanguageTags, GuidValue } from "@omnia/fx-models";
1
+ import { LanguageTags, guid } from "@omnia/fx-models";
2
2
  import { NewDocumentRequest } from "./NewDocumentRequest";
3
3
  import { NewDocumentTemplateInfo } from "./NewDocumentTemplateInfo";
4
4
  import { SharePointField } from "../sharepoint";
@@ -6,6 +6,6 @@ export interface NewDocumentInControlledLibraryRequest<T extends NewDocumentTemp
6
6
  title: string;
7
7
  webUrl: string;
8
8
  contentLanguage: LanguageTags;
9
- documentTypeId: GuidValue;
9
+ documentTypeId: guid;
10
10
  properties: Array<SharePointField>;
11
11
  }
@@ -1,7 +1,7 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { DocumentTemplateContentTypes } from "../documenttemplates";
3
3
  import { NewDocumentTemplateInfo } from "./NewDocumentTemplateInfo";
4
4
  export interface NewDocumentUploadedTemplateInfo extends NewDocumentTemplateInfo {
5
5
  type: DocumentTemplateContentTypes.Uploaded;
6
- documentTemplateContentId: GuidValue;
6
+ documentTemplateContentId: guid;
7
7
  }
@@ -1,8 +1,8 @@
1
- import { GuidValue, UserIdentity } from "@omnia/fx-models";
1
+ import { guid, UserIdentity } from "@omnia/fx-models";
2
2
  export interface ProcessDocumentRelationship {
3
- processStepId: GuidValue;
4
- processId: GuidValue;
5
- opmProcessId?: GuidValue;
3
+ processStepId: guid;
4
+ processId: guid;
5
+ opmProcessId?: guid;
6
6
  documentIdNumber: number;
7
7
  status?: number;
8
8
  createdBy?: UserIdentity;
@@ -1,7 +1,7 @@
1
1
  import { ProcessStepType } from "../enums";
2
2
  import { ProcessStep } from "./ProcessStep";
3
- import { GuidValue } from "@omnia/fx-models";
3
+ import { guid } from "@omnia/fx-models";
4
4
  export interface ExternalProcessStep extends ProcessStep {
5
5
  type: ProcessStepType.External;
6
- rootProcessStepId: GuidValue;
6
+ rootProcessStepId: guid;
7
7
  }
@@ -1,7 +1,8 @@
1
- import { MultilingualString, GuidValue } from "@omnia/fx-models";
1
+ import { MultilingualString } from "@omnia/fx-models";
2
2
  import { Enums } from "../../Enums";
3
+ import { guid } from "@omnia/fx/models";
3
4
  export interface Link {
4
- id: GuidValue;
5
+ id: guid;
5
6
  title: MultilingualString;
6
7
  linkType: Enums.LinkType;
7
8
  url: string;
@@ -1,14 +1,13 @@
1
- import { GuidValue } from "@omnia/fx-models";
2
1
  import { RootProcessStep } from "./RootProcessStep";
3
2
  import { ProcessVersionType, ProcessWorkingStatus } from "..";
4
- import { Identity } from "@omnia/fx/models";
3
+ import { Identity, guid } from "@omnia/fx/models";
5
4
  export interface Process {
6
- id: GuidValue;
7
- opmProcessId: GuidValue;
5
+ id: guid;
6
+ opmProcessId: guid;
8
7
  rootProcessStep: RootProcessStep;
9
8
  versionType: ProcessVersionType;
10
- teamAppId: GuidValue;
11
- webId: GuidValue;
9
+ teamAppId: guid;
10
+ webId: guid;
12
11
  processWorkingStatus: ProcessWorkingStatus;
13
12
  checkedOutBy?: Identity;
14
13
  createdBy: Identity;
@@ -1,10 +1,10 @@
1
- import { GuidValue, ResolvedUserIdentity } from "@omnia/fx-models";
1
+ import { guid, ResolvedUserIdentity } from "@omnia/fx-models";
2
2
  export interface ProcessRelatedDocumentSuggestionEmail {
3
3
  processTitle: string;
4
4
  processStepTitle: string;
5
- processStepId: GuidValue;
6
- processTeamAppId: GuidValue;
7
- opmProcessId: GuidValue;
5
+ processStepId: guid;
6
+ processTeamAppId: guid;
7
+ opmProcessId: guid;
8
8
  opmProcessIdNumber: number;
9
9
  documentId: string;
10
10
  documentTitle: string;
@@ -1,8 +1,9 @@
1
- import { GuidValue, MultilingualString } from "@omnia/fx-models";
1
+ import { guid, MultilingualString } from "@omnia/fx-models";
2
2
  import { ProcessStepType } from "../enums";
3
3
  export interface ProcessStep {
4
- id: GuidValue;
4
+ id: guid;
5
5
  title: MultilingualString;
6
6
  type: ProcessStepType;
7
+ children?: ProcessStep[];
7
8
  multilingualTitle?: string;
8
9
  }
@@ -1,6 +1,6 @@
1
- import { MultilingualString, GuidValue } from "@omnia/fx-models";
1
+ import { MultilingualString, guid } from "@omnia/fx-models";
2
2
  export interface Task {
3
- id: GuidValue;
3
+ id: guid;
4
4
  title: MultilingualString;
5
5
  }
6
6
  export interface ProcessTask extends Task {
@@ -1,10 +1,10 @@
1
1
  import { AuditingInformation } from "../..";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { guid } from "@omnia/fx-models";
3
3
  export interface ProcessFeedback extends AuditingInformation {
4
- id: string;
4
+ id: guid;
5
5
  content: string;
6
- processStepId: GuidValue;
7
- opmProcessId: GuidValue;
6
+ processStepId: guid;
7
+ opmProcessId: guid;
8
8
  edition: number;
9
9
  revision: number;
10
10
  }
@@ -1,7 +1,7 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { ProcessTemplateSettings } from "./ProcessTemplateSettings";
3
3
  export interface ProcessTemplate {
4
- id: GuidValue;
4
+ id: guid;
5
5
  settings: ProcessTemplateSettings;
6
6
  multilingualTitle: string;
7
7
  }
@@ -1,4 +1,4 @@
1
- import { GuidValue, TimePeriodSettings } from "@omnia/fx-models";
1
+ import { guid, TimePeriodSettings } from "@omnia/fx-models";
2
2
  import { ReviewReminderTaskSettings } from "./ReviewReminderTaskSettings";
3
3
  import { ReviewReminderScheduleTypes, ReviewReminderSchedule } from "../reviewreminderschedule";
4
4
  export interface ProcessReviewReminder {
@@ -12,7 +12,7 @@ export interface ProcessReviewReminder {
12
12
  * who should receive the reminder email
13
13
  * There is a spacial value for defining approver : ApproverId - 3d2cbf30-181a-4bf8-afc9-b7a9744bf760
14
14
  * */
15
- personEnterprisePropertyDefinitionIds: Array<GuidValue>;
15
+ personEnterprisePropertyDefinitionIds: Array<guid>;
16
16
  }
17
17
  /**
18
18
  * NOTE: whenever an new property is added in settings, we need to define its initial value in factory
@@ -1,11 +1,11 @@
1
- import { GuidValue, MultilingualString } from "@omnia/fx-models";
1
+ import { guid, MultilingualString } from "@omnia/fx-models";
2
2
  import { ProcessTypeSettings } from "./ProcessTypeSettings";
3
3
  export interface ProcessType {
4
4
  /**
5
5
  * This is also term id or term set id
6
6
  * */
7
- id: GuidValue;
8
- parentId?: GuidValue;
7
+ id: guid;
8
+ parentId?: guid;
9
9
  title: MultilingualString;
10
10
  settings: ProcessTypeSettings;
11
11
  readonly childCount: number;
@@ -1,6 +1,6 @@
1
1
  import { ProcessTypeSettings, ProcessTypeSettingsTypes } from ".";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { guid } from "@omnia/fx-models";
3
3
  export interface ProcessTypeGroupSettings extends ProcessTypeSettings {
4
4
  type: ProcessTypeSettingsTypes.Group;
5
- childrenOrders: Array<GuidValue>;
5
+ childrenOrders: Array<guid>;
6
6
  }
@@ -1,11 +1,10 @@
1
- import { GuidValue } from "@omnia/fx-models";
2
- import { IVersionedDataIdentifier } from "@omnia/fx/models";
1
+ import { IVersionedDataIdentifier, guid } from "@omnia/fx/models";
3
2
  import { ProcessTypeSettings, ProcessTypeSettingsTypes, ProcessReviewReminder } from ".";
4
3
  import { PublishingApprovalSettings, PropertySetItemSettings, Archive } from "..";
5
- export declare const ProcessApproverId: GuidValue;
4
+ export declare const ProcessApproverId: guid;
6
5
  export interface ProcessTypeItemSettings extends ProcessTypeSettings {
7
6
  type: ProcessTypeSettingsTypes.Item;
8
- enterprisePropertySetId: GuidValue;
7
+ enterprisePropertySetId: guid;
9
8
  allowRevisions: boolean;
10
9
  allowBypassApprovalForRevisions: boolean;
11
10
  layoutVersionedDataIdentifiers: Array<IVersionedDataIdentifier>;
@@ -13,7 +12,7 @@ export interface ProcessTypeItemSettings extends ProcessTypeSettings {
13
12
  /**
14
13
  * There is a spacial value for defining approver : ApproverId - 4c32092d-21ec-4137-a3ed-50bcbf6b0f78
15
14
  * */
16
- feedbackRecipientsPropertyDefinitionIds: Array<GuidValue>;
15
+ feedbackRecipientsPropertyDefinitionIds: Array<guid>;
17
16
  /**
18
17
  * null means no Review Reminder setup
19
18
  * */
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ProcessApproverId = void 0;
4
- exports.ProcessApproverId = "4c32092d-21ec-4137-a3ed-50bcbf6b0f78"; //remember do not new Guid here, it will cause issue in v-select, we keep it as plain text here
4
+ const models_1 = require("@omnia/fx/models");
5
+ exports.ProcessApproverId = (0, models_1.guid)("4c32092d-21ec-4137-a3ed-50bcbf6b0f78"); //remember do not guid here, it will cause issue in v-select, we keep it as plain text here
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { ProcessType } from "./ProcessType";
3
3
  export declare enum ProcessTypeSettingsTypes {
4
4
  Group = 0,
@@ -6,12 +6,12 @@ export declare enum ProcessTypeSettingsTypes {
6
6
  }
7
7
  export interface ProcessTypeSettings {
8
8
  type: ProcessTypeSettingsTypes;
9
- termSetId: GuidValue;
9
+ termSetId: guid;
10
10
  }
11
11
  /**
12
12
  * NOTE: whenever an new property is added in settings, we need to define its initial value in factory
13
13
  * To ensure it fully react on view
14
14
  * */
15
15
  export declare const ProcessTypeFactory: {
16
- createDefaultProcessTypeItem(parentId: GuidValue, termSetId: GuidValue): ProcessType;
16
+ createDefaultProcessTypeItem(parentId: guid, termSetId: guid): ProcessType;
17
17
  };
@@ -5,7 +5,7 @@ var ProcessTypeSettingsTypes;
5
5
  (function (ProcessTypeSettingsTypes) {
6
6
  ProcessTypeSettingsTypes[ProcessTypeSettingsTypes["Group"] = 0] = "Group";
7
7
  ProcessTypeSettingsTypes[ProcessTypeSettingsTypes["Item"] = 1] = "Item";
8
- })(ProcessTypeSettingsTypes = exports.ProcessTypeSettingsTypes || (exports.ProcessTypeSettingsTypes = {}));
8
+ })(ProcessTypeSettingsTypes || (exports.ProcessTypeSettingsTypes = ProcessTypeSettingsTypes = {}));
9
9
  /**
10
10
  * NOTE: whenever an new property is added in settings, we need to define its initial value in factory
11
11
  * To ensure it fully react on view
@@ -7,4 +7,4 @@ var ProcessTypeTermSynchronizationStatusStatuses;
7
7
  ProcessTypeTermSynchronizationStatusStatuses[ProcessTypeTermSynchronizationStatusStatuses["Success"] = 1] = "Success";
8
8
  ProcessTypeTermSynchronizationStatusStatuses[ProcessTypeTermSynchronizationStatusStatuses["Failed"] = 2] = "Failed";
9
9
  ProcessTypeTermSynchronizationStatusStatuses[ProcessTypeTermSynchronizationStatusStatuses["SkippedNotAvailableWorkingLanguages"] = 3] = "SkippedNotAvailableWorkingLanguages";
10
- })(ProcessTypeTermSynchronizationStatusStatuses = exports.ProcessTypeTermSynchronizationStatusStatuses || (exports.ProcessTypeTermSynchronizationStatusStatuses = {}));
10
+ })(ProcessTypeTermSynchronizationStatusStatuses || (exports.ProcessTypeTermSynchronizationStatusStatuses = ProcessTypeTermSynchronizationStatusStatuses = {}));
@@ -1,6 +1,6 @@
1
- import { GuidValue, TimePeriodSettings } from "@omnia/fx-models";
1
+ import { guid, TimePeriodSettings } from "@omnia/fx-models";
2
2
  export interface ReviewReminderTaskSettings {
3
- personEnterprisePropertyDefinitionId: GuidValue;
3
+ personEnterprisePropertyDefinitionId: guid;
4
4
  expiration: TimePeriodSettings;
5
5
  }
6
6
  /**
@@ -1,5 +1,5 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  export interface CreateDraftProcessRequest {
3
- opmProcessId: GuidValue;
3
+ opmProcessId: guid;
4
4
  comment: string;
5
5
  }
@@ -1,10 +1,10 @@
1
- import { GuidValue, UserIdentity } from "@omnia/fx-models";
1
+ import { guid, UserIdentity } from "@omnia/fx-models";
2
2
  import { ProcessWorkflowTask } from "./ProcessWorkflowTask";
3
3
  import { ProcessWorkflowData } from "./ProcessWorkflowData";
4
4
  import { WorkflowCompletedType } from "../enums";
5
5
  export interface ProcessWorkflow {
6
- id: GuidValue;
7
- opmProcessId: GuidValue;
6
+ id: guid;
7
+ opmProcessId: guid;
8
8
  comment: string;
9
9
  dueDate: Date;
10
10
  completedType: WorkflowCompletedType;
@@ -1,11 +1,11 @@
1
- import { GuidValue, UserIdentity } from "@omnia/fx-models";
1
+ import { guid, UserIdentity } from "@omnia/fx-models";
2
2
  import { ProcessWorkflow } from "./ProcessWorkflow";
3
3
  import { TaskOutcome } from "..";
4
4
  import { SharePointTask } from "../sharepointtasks";
5
5
  export interface ProcessWorkflowTask {
6
- id: GuidValue;
7
- workflowId: GuidValue;
8
- rootProcessStepId: GuidValue;
6
+ id: guid;
7
+ workflowId: guid;
8
+ rootProcessStepId: guid;
9
9
  comment: string;
10
10
  isCompleted: boolean;
11
11
  assignedUser: UserIdentity;
@@ -1,8 +1,8 @@
1
- import { GuidValue, Identity } from "@omnia/fx-models";
1
+ import { guid, Identity } from "@omnia/fx-models";
2
2
  import { PublishProcessWithoutApprovalRequest } from "./PublishProcessWithoutApprovalRequest";
3
3
  export interface PublishProcessWithApprovalRequest extends PublishProcessWithoutApprovalRequest {
4
4
  approver: Identity;
5
5
  dueDate: Date;
6
- processId: GuidValue;
6
+ processId: guid;
7
7
  messageToApprover?: string;
8
8
  }
@@ -1,6 +1,6 @@
1
- import { GuidValue, Identity } from "@omnia/fx-models";
1
+ import { guid, Identity } from "@omnia/fx-models";
2
2
  export interface PublishProcessWithoutApprovalRequest {
3
- opmProcessId: GuidValue;
3
+ opmProcessId: guid;
4
4
  webUrl: string;
5
5
  isRevisionPublishing: boolean;
6
6
  comment: string;
@@ -1,5 +1,5 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  export interface SetProcessCommentRequest {
3
- opmProcessId: GuidValue;
3
+ opmProcessId: guid;
4
4
  comment: string;
5
5
  }
@@ -1,6 +1,6 @@
1
1
  import { PropertySetItemSettings } from ".";
2
- import { PropertyIndexedType, GuidValue } from "@omnia/fx-models";
2
+ import { PropertyIndexedType, guid } from "@omnia/fx-models";
3
3
  export interface PropertySetEnterpriseKeywordsItemSettings extends PropertySetItemSettings {
4
4
  type: PropertyIndexedType.EnterpriseKeywords;
5
- fixedDefaultValues: Array<GuidValue>;
5
+ fixedDefaultValues: Array<guid>;
6
6
  }
@@ -1,4 +1,4 @@
1
- import { PropertyIndexedType, GuidValue } from "@omnia/fx-models";
1
+ import { PropertyIndexedType, guid } from "@omnia/fx-models";
2
2
  import { PropertySelectionListType } from "../enums/Enums";
3
3
  export interface PropertySetItemSettings {
4
4
  /**
@@ -6,6 +6,6 @@ export interface PropertySetItemSettings {
6
6
  * */
7
7
  type: PropertyIndexedType;
8
8
  alternativeInternalName?: string;
9
- defaultValueFromAppPropertyDefinitionId?: GuidValue;
9
+ defaultValueFromAppPropertyDefinitionId?: guid;
10
10
  propertySelectionListType?: PropertySelectionListType;
11
11
  }
@@ -1,6 +1,6 @@
1
1
  import { PropertySetItemSettings } from ".";
2
- import { PropertyIndexedType, GuidValue } from "@omnia/fx-models";
2
+ import { PropertyIndexedType, guid } from "@omnia/fx-models";
3
3
  export interface PropertySetTaxonomyItemSettings extends PropertySetItemSettings {
4
4
  type: PropertyIndexedType.Taxonomy;
5
- fixedDefaultValues: Array<GuidValue>;
5
+ fixedDefaultValues: Array<guid>;
6
6
  }
@@ -1,6 +1,6 @@
1
1
  import { PublishingApprovalSettings, PublishingApprovalSettingsTypes } from ".";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { guid } from "@omnia/fx-models";
3
3
  export interface PersonPropertyPublishingApprovalSettings extends PublishingApprovalSettings {
4
4
  type: PublishingApprovalSettingsTypes.PersonProperty;
5
- personEnterprisePropertyDefinitionId: GuidValue;
5
+ personEnterprisePropertyDefinitionId: guid;
6
6
  }
@@ -8,7 +8,7 @@ var PublishingApprovalSettingsTypes;
8
8
  PublishingApprovalSettingsTypes[PublishingApprovalSettingsTypes["TermDriven"] = 2] = "TermDriven";
9
9
  PublishingApprovalSettingsTypes[PublishingApprovalSettingsTypes["PersonProperty"] = 3] = "PersonProperty";
10
10
  PublishingApprovalSettingsTypes[PublishingApprovalSettingsTypes["Group"] = 4] = "Group";
11
- })(PublishingApprovalSettingsTypes = exports.PublishingApprovalSettingsTypes || (exports.PublishingApprovalSettingsTypes = {}));
11
+ })(PublishingApprovalSettingsTypes || (exports.PublishingApprovalSettingsTypes = PublishingApprovalSettingsTypes = {}));
12
12
  /**
13
13
  * NOTE: whenever an new property is added in settings, we need to define its initial value in factory
14
14
  * To ensure it fully react on view
@@ -1,8 +1,8 @@
1
1
  import { PublishingApprovalSettings, PublishingApprovalSettingsTypes } from ".";
2
- import { GuidValue, Identity } from "@omnia/fx-models";
2
+ import { guid, Identity } from "@omnia/fx-models";
3
3
  export interface TermDrivenPublishingApprovalSettings extends PublishingApprovalSettings {
4
4
  type: PublishingApprovalSettingsTypes.TermDriven;
5
- taxonomyEnterprisePropertyDefinitionId: GuidValue;
5
+ taxonomyEnterprisePropertyDefinitionId: guid;
6
6
  /**
7
7
  * key is term/termset id
8
8
  * let the dictionary value null to be inherit
@@ -1,7 +1,7 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  export interface Retention {
3
- id: GuidValue;
4
- teamAppId: GuidValue;
3
+ id: guid;
4
+ teamAppId: guid;
5
5
  documentId: string;
6
6
  documentIdNumber: number;
7
7
  documentTitle: string;
@@ -1,6 +1,6 @@
1
1
  import { ReviewReminderSchedule, ReviewReminderScheduleTypes } from "./ReviewReminderSchedule";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { guid } from "@omnia/fx-models";
3
3
  export interface PropertySchedule extends ReviewReminderSchedule {
4
4
  type: ReviewReminderScheduleTypes.Property;
5
- dateTimeEnterprisePropertyDefinitionId: GuidValue;
5
+ dateTimeEnterprisePropertyDefinitionId: guid;
6
6
  }