@omnia/management-system 7.6.26-preview → 8.0.0-dev

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 (195) hide show
  1. package/internal-do-not-import-from-here/constants.d.ts +22 -23
  2. package/internal-do-not-import-from-here/index.d.ts +1 -0
  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/Constants.d.ts +8 -7
  5. package/internal-do-not-import-from-here/models/Constants.js +8 -7
  6. package/internal-do-not-import-from-here/models/Enums.d.ts +18 -22
  7. package/internal-do-not-import-from-here/models/Enums.js +12 -17
  8. package/internal-do-not-import-from-here/models/Enums.tooling.d.ts +12 -0
  9. package/internal-do-not-import-from-here/models/Enums.tooling.js +150 -0
  10. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +143 -143
  11. package/internal-do-not-import-from-here/models/ManifestIds.js +144 -144
  12. package/internal-do-not-import-from-here/models/Properties.d.ts +4 -5
  13. package/internal-do-not-import-from-here/models/Properties.js +1 -4
  14. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryCommandButtonApi.d.ts +3 -3
  15. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryCommandButtonApi.js +1 -1
  16. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibrarySettings.d.ts +2 -2
  17. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryViewSettings.d.ts +2 -2
  18. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerQueryResult.d.ts +3 -3
  19. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerSettings.d.ts +3 -3
  20. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentResult.d.ts +2 -2
  21. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockBreakPointSettings.d.ts +2 -2
  22. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +2 -2
  23. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTaxonomyPropFilterValue.d.ts +2 -2
  24. package/internal-do-not-import-from-here/models/components/feedbackbutton/ProcessFeedbackButtonBlock.d.ts +3 -3
  25. package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibrarySettings.d.ts +2 -2
  26. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +2 -2
  27. package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/BreadcrumbBlockSettings.d.ts +2 -2
  28. package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/ContentBlockSettings.d.ts +2 -2
  29. package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +2 -2
  30. package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/LinksBlockSettings.d.ts +2 -2
  31. package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/ProcessContextBlockSettings.d.ts +2 -2
  32. package/internal-do-not-import-from-here/models/components/viewprocess/processlayoutblock/ProcessLayoutBlockSettings.d.ts +2 -2
  33. package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.d.ts +2 -2
  34. package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockData.js +1 -1
  35. package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockSettings.d.ts +2 -2
  36. package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/TasksBlockSettings.d.ts +3 -3
  37. package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.d.ts +2 -2
  38. package/internal-do-not-import-from-here/models/contexts/OPMContext.d.ts +2 -2
  39. package/internal-do-not-import-from-here/models/data/controlleddocuments/ControlledDocument.d.ts +3 -3
  40. package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentMetadataStatus.d.ts +2 -2
  41. package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentRequest.d.ts +2 -2
  42. package/internal-do-not-import-from-here/models/data/controlleddocuments/RelatedDocument.d.ts +2 -2
  43. package/internal-do-not-import-from-here/models/data/controlleddocuments/SqlDocument.d.ts +2 -2
  44. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/DeleteDraftsRequest.d.ts +2 -2
  45. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +2 -2
  46. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.d.ts +2 -2
  47. package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/DocumentTaskBulkUpdateStatus.d.ts +2 -2
  48. package/internal-do-not-import-from-here/models/data/controlleddocuments/taskbulkupdate/DocumentTaskBulkUpdateStatus.js +1 -1
  49. package/internal-do-not-import-from-here/models/data/documentrollup/DocumentQueryResult.d.ts +2 -2
  50. package/internal-do-not-import-from-here/models/data/documentrollup/DocumentRollupRequest.d.ts +2 -2
  51. package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +3 -3
  52. package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplate.d.ts +2 -2
  53. package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplateCategory.d.ts +2 -2
  54. package/internal-do-not-import-from-here/models/data/documenttemplates/content/DocumentTemplateContent.js +1 -1
  55. package/internal-do-not-import-from-here/models/data/documenttemplates/content/UploadedDocumentTemplateContent.d.ts +2 -2
  56. package/internal-do-not-import-from-here/models/data/documenttemplates/settings/DocumentTemplateSettings.js +1 -1
  57. package/internal-do-not-import-from-here/models/data/documenttemplates/settings/NormalDocumentDocumentTemplateSettings.d.ts +2 -2
  58. package/internal-do-not-import-from-here/models/data/documenttype/DocumentType.d.ts +3 -3
  59. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeGroupSettings.d.ts +2 -2
  60. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +6 -6
  61. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.js +3 -2
  62. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.d.ts +4 -4
  63. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +1 -1
  64. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeTermSynchronizationStatus.js +1 -1
  65. package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminder.d.ts +2 -2
  66. package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminderTask.d.ts +2 -2
  67. package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.d.ts +2 -2
  68. package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.js +1 -1
  69. package/internal-do-not-import-from-here/models/data/drawingdefinitions/CustomLinkDrawingShape.d.ts +2 -2
  70. package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.d.ts +2 -2
  71. package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.js +1 -1
  72. package/internal-do-not-import-from-here/models/data/drawingdefinitions/ExternalProcessStepDrawingShape.d.ts +2 -2
  73. package/internal-do-not-import-from-here/models/data/drawingdefinitions/ProcessStepDrawingShape.d.ts +2 -2
  74. package/internal-do-not-import-from-here/models/data/enums/Enums.js +10 -10
  75. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInControlledLibraryRequest.d.ts +2 -2
  76. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentUploadedTemplateInfo.d.ts +2 -2
  77. package/internal-do-not-import-from-here/models/data/processdocumentrelationship/ProcessDocumentRelationship.d.ts +4 -4
  78. package/internal-do-not-import-from-here/models/data/processes/ExternalProcessStep.d.ts +2 -2
  79. package/internal-do-not-import-from-here/models/data/processes/Link.d.ts +3 -2
  80. package/internal-do-not-import-from-here/models/data/processes/Process.d.ts +5 -6
  81. package/internal-do-not-import-from-here/models/data/processes/ProcessRelatedDocumentSuggestionEmail.d.ts +4 -4
  82. package/internal-do-not-import-from-here/models/data/processes/ProcessStep.d.ts +2 -2
  83. package/internal-do-not-import-from-here/models/data/processes/Task.d.ts +2 -2
  84. package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedback.d.ts +4 -4
  85. package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplate.d.ts +2 -2
  86. package/internal-do-not-import-from-here/models/data/processtypes/ProcessReviewReminder.d.ts +2 -2
  87. package/internal-do-not-import-from-here/models/data/processtypes/ProcessType.d.ts +3 -3
  88. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeGroupSettings.d.ts +2 -2
  89. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.d.ts +4 -5
  90. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.js +2 -1
  91. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.d.ts +3 -3
  92. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.js +1 -1
  93. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeTermSynchronizationStatus.js +1 -1
  94. package/internal-do-not-import-from-here/models/data/processtypes/ReviewReminderTaskSettings.d.ts +2 -2
  95. package/internal-do-not-import-from-here/models/data/processworkflows/CreateDraftProcessRequest.d.ts +2 -2
  96. package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflow.d.ts +3 -3
  97. package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowTask.d.ts +4 -4
  98. package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithApprovalRequest.d.ts +2 -2
  99. package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithoutApprovalRequest.d.ts +2 -2
  100. package/internal-do-not-import-from-here/models/data/processworkflows/SetProcessCommentRequest.d.ts +2 -2
  101. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetEnterpriseKeywordsItemSettings.d.ts +2 -2
  102. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetItemSettings.d.ts +2 -2
  103. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTaxonomyItemSettings.d.ts +2 -2
  104. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PersonPropertyPublishingApprovalSettings.d.ts +2 -2
  105. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PublishingApprovalSettings.js +1 -1
  106. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/TermDrivenPublishingApprovalSettings.d.ts +2 -2
  107. package/internal-do-not-import-from-here/models/data/retention/Retention.d.ts +3 -3
  108. package/internal-do-not-import-from-here/models/data/reviewreminderschedule/PropertySchedule.d.ts +2 -2
  109. package/internal-do-not-import-from-here/models/data/reviewreminderschedule/ReviewReminderSchedule.js +1 -1
  110. package/internal-do-not-import-from-here/models/data/security/AuthorAndDefaultReaderUpdateInput.d.ts +2 -2
  111. package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.d.ts +3 -3
  112. package/internal-do-not-import-from-here/models/data/settings/DefaultControlSettings.js +1 -1
  113. package/internal-do-not-import-from-here/models/data/settings/GlobalSettings.js +1 -1
  114. package/internal-do-not-import-from-here/models/data/settings/ProcessGlobalSettings.d.ts +2 -2
  115. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.d.ts +12 -11
  116. package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.d.ts +4 -4
  117. package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.js +17 -16
  118. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.d.ts +2 -2
  119. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.js +1 -1
  120. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.d.ts +3 -3
  121. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTaxonomyField.d.ts +3 -3
  122. package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTask.d.ts +3 -3
  123. package/internal-do-not-import-from-here/models/data/tasks/DocumentTask.d.ts +2 -2
  124. package/internal-do-not-import-from-here/models/data/tasks/ReviewTask.d.ts +2 -2
  125. package/internal-do-not-import-from-here/models/data/tasks/ReviewTaskParams.d.ts +2 -2
  126. package/internal-do-not-import-from-here/models/data/workflows/Workflow.d.ts +3 -3
  127. package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.d.ts +2 -2
  128. package/internal-do-not-import-from-here/models/data/workflows/WorkflowTask.d.ts +3 -3
  129. package/internal-do-not-import-from-here/models/data/workflows/WorkflowTaskHistory.d.ts +2 -2
  130. package/internal-do-not-import-from-here/models/filterengine/Shared.d.ts +4 -4
  131. package/internal-do-not-import-from-here/models/filterengine/Shared.js +1 -1
  132. package/internal-do-not-import-from-here/models/graph/GraphApiPlannerPlan.d.ts +2 -2
  133. package/internal-do-not-import-from-here/models/graph/GraphApiPlannerTask.js +1 -1
  134. package/internal-do-not-import-from-here/models/index.d.ts +0 -1
  135. package/internal-do-not-import-from-here/models/index.js +0 -1
  136. package/internal-do-not-import-from-here/models/messaging/DocumentLibraryViewRegistration.d.ts +2 -2
  137. package/internal-do-not-import-from-here/models/messaging/DocumentRollupViewRegistration.d.ts +2 -2
  138. package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +2 -2
  139. package/internal-do-not-import-from-here/models/processes/ProcessCustomButton.d.ts +2 -2
  140. package/internal-do-not-import-from-here/models/processes/ProcessCustomButton.js +2 -2
  141. package/internal-do-not-import-from-here/models/processes/ProcessMoveInfo.d.ts +2 -1
  142. package/internal-do-not-import-from-here/models/processes/ProcessPropertyInfo.d.ts +2 -2
  143. package/internal-do-not-import-from-here/models/processes/ProcessReference.d.ts +5 -5
  144. package/internal-do-not-import-from-here/models/processes/ProcessTaskProvider.d.ts +3 -3
  145. package/internal-do-not-import-from-here/models/processes/ProcessTaxonomyPropertyInfo.d.ts +3 -3
  146. package/internal-do-not-import-from-here/models/processes/ProcessTemplateLayoutDefinition.js +1 -1
  147. package/internal-do-not-import-from-here/models/processstepstatuses/ProcessStepStatus.js +1 -1
  148. package/internal-do-not-import-from-here/models/processtaskassignments/ProcessTaskAssignment.d.ts +5 -5
  149. package/internal-do-not-import-from-here/models/processtaskassignments/ProcessTaskAssignment.js +1 -1
  150. package/internal-do-not-import-from-here/models/route/OPMRoute.d.ts +3 -3
  151. package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.d.ts +1 -1
  152. package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.js +1 -1
  153. package/internal-do-not-import-from-here/models/styles/ProcessNavigationBlockStyles.d.ts +3 -3
  154. package/internal-do-not-import-from-here/models/styles/ShapeSelectionStyles.d.ts +1 -1
  155. package/internal-do-not-import-from-here/services/ImageService.d.ts +2 -2
  156. package/internal-do-not-import-from-here/services/PermissionService.d.ts +2 -2
  157. package/internal-do-not-import-from-here/services/ProcessDocumentRelationshipService.d.ts +3 -3
  158. package/internal-do-not-import-from-here/services/ProcessFeedbackService.d.ts +3 -3
  159. package/internal-do-not-import-from-here/services/ProcessService.d.ts +31 -31
  160. package/internal-do-not-import-from-here/services/ProcessTaskService.d.ts +2 -2
  161. package/internal-do-not-import-from-here/services/ProcessTemplateService.d.ts +3 -3
  162. package/internal-do-not-import-from-here/services/ProcessTypeService.d.ts +5 -5
  163. package/internal-do-not-import-from-here/services/ShapeTemplateService.d.ts +3 -3
  164. package/internal-do-not-import-from-here/services/document/DocumentService.d.ts +7 -7
  165. package/internal-do-not-import-from-here/services/document/DocumentTypeService.d.ts +8 -8
  166. package/internal-do-not-import-from-here/services/documentlibrary/DocumentLibraryService.d.ts +2 -2
  167. package/internal-do-not-import-from-here/services/documentlibrary/PublishDocumentService.d.ts +6 -6
  168. package/internal-do-not-import-from-here/services/documentlibrary/TaskService.d.ts +3 -3
  169. package/internal-do-not-import-from-here/stores/CurrentProcessStore.d.ts +7 -6
  170. package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +20 -20
  171. package/internal-do-not-import-from-here/stores/ProcessTemplateStore.d.ts +2 -2
  172. package/internal-do-not-import-from-here/stores/ProcessTypeStore.d.ts +5 -5
  173. package/internal-do-not-import-from-here/stores/ShapeTemplateStore.d.ts +3 -3
  174. package/internal-do-not-import-from-here/stores/documentlibrary/DocumentPropetiesStore.d.ts +2 -2
  175. package/internal-do-not-import-from-here/stores/documentlibrary/DocumentSharePointFieldStore.d.ts +2 -2
  176. package/internal-do-not-import-from-here/stores/documentlibrary/DocumentTypeStore.d.ts +9 -9
  177. package/internal-do-not-import-from-here/stores/documentlibrary/LibraryStore.d.ts +9 -9
  178. package/internal-do-not-import-from-here/stores/documentlibrary/NewDocumentStore.d.ts +3 -3
  179. package/internal-do-not-import-from-here/utils.d.ts +11 -11
  180. package/internal-do-not-import-from-here/ux/MSMediaPickerStorageProviderContext.d.ts +12 -0
  181. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/process/ProcessPropertyRenderer.d.ts +25 -13
  182. package/internal-do-not-import-from-here/ux/filterengine/components/selectionarea/process/SelectionsAreaProcessRenderer.d.ts +30 -17
  183. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertyDefaultValueInput.d.ts +49 -25
  184. package/internal-do-not-import-from-here/ux/filterengine/components/settings/process/ProcessPropertySettings.d.ts +54 -29
  185. package/internal-do-not-import-from-here/ux/filterengine/handler/ProcessFilterEngineHandler.d.ts +2 -2
  186. package/internal-do-not-import-from-here/ux/index.d.ts +1 -0
  187. package/internal-do-not-import-from-here/wctypings.d.ts +235 -0
  188. package/package.json +1 -1
  189. package/task.js +6 -5
  190. package/task.ts +7 -6
  191. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +0 -15
  192. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +0 -24
  193. package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +0 -1
  194. package/internal-do-not-import-from-here/models/mediapicker/index.js +0 -4
  195. package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
@@ -1,5 +1,5 @@
1
- import { MultilingualString, SpacingSettings } from "@omnia/fx-models";
1
+ import { MultilingualString, Spacing } from "@omnia/fx-models";
2
2
  export interface LinksBlockSettings {
3
3
  title: MultilingualString;
4
- spacing?: SpacingSettings;
4
+ spacing?: Spacing;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  export interface ProcessContextBlockSettings {
3
3
  pageProperty: string;
4
- opmProcessId?: GuidValue;
4
+ opmProcessId?: guid;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { MultilingualString, SpacingSettings } from "@omnia/fx-models";
1
+ import { MultilingualString, Spacing } from "@omnia/fx-models";
2
2
  export interface ProcessLayoutBlockSettings {
3
3
  title: MultilingualString;
4
- spacing?: SpacingSettings;
4
+ spacing?: Spacing;
5
5
  }
@@ -1,6 +1,6 @@
1
- import { MultilingualString, SpacingSettings } from "@omnia/fx-models";
1
+ import { MultilingualString, Spacing } from "@omnia/fx-models";
2
2
  export interface ProcessNavigationBlockSettings {
3
3
  title: MultilingualString;
4
- spacing?: SpacingSettings;
4
+ spacing?: Spacing;
5
5
  levelIndentation: number;
6
6
  }
@@ -6,4 +6,4 @@ var DateTimeMode;
6
6
  DateTimeMode[DateTimeMode["Default"] = 0] = "Default";
7
7
  DateTimeMode[DateTimeMode["Normal"] = 1] = "Normal";
8
8
  DateTimeMode[DateTimeMode["Social"] = 2] = "Social";
9
- })(DateTimeMode = exports.DateTimeMode || (exports.DateTimeMode = {}));
9
+ })(DateTimeMode || (exports.DateTimeMode = DateTimeMode = {}));
@@ -1,7 +1,7 @@
1
- import { MultilingualString, SpacingSettings } from "@omnia/fx-models";
1
+ import { MultilingualString, Spacing } from "@omnia/fx-models";
2
2
  import { ProcessPropertySetting } from "./PropertiesBlockData";
3
3
  export interface PropertiesBlockSettings {
4
4
  title: MultilingualString;
5
- spacing?: SpacingSettings;
5
+ spacing?: Spacing;
6
6
  properties: Array<ProcessPropertySetting>;
7
7
  }
@@ -1,7 +1,7 @@
1
- import { GuidValue, MultilingualString, SpacingSettings } from "@omnia/fx-models";
1
+ import { guid, MultilingualString, Spacing } from "@omnia/fx-models";
2
2
  export interface TasksBlockSettings {
3
3
  title: MultilingualString;
4
4
  enableAssignment: boolean;
5
- spacing?: SpacingSettings;
6
- providerId?: GuidValue;
5
+ spacing?: Spacing;
6
+ providerId?: guid;
7
7
  }
@@ -1,5 +1,5 @@
1
- import { MultilingualString, GuidValue } from "@omnia/fx-models";
1
+ import { MultilingualString, guid } from "@omnia/fx-models";
2
2
  export interface TitleBlockSettings {
3
3
  title: MultilingualString;
4
- formatting: GuidValue;
4
+ formatting: guid;
5
5
  }
@@ -1,4 +1,4 @@
1
- import { IMutableContext, GuidValue } from "@omnia/fx-models";
1
+ import { IMutableContext, guid } from "@omnia/fx-models";
2
2
  export interface IOPMContext extends IMutableContext<IOPMContext> {
3
- teamAppId: GuidValue;
3
+ teamAppId: guid;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { Enums, Appendix } from "../..";
3
3
  export interface ControlledDocument {
4
4
  id: number;
@@ -9,7 +9,7 @@ export interface ControlledDocument {
9
9
  documentId: string;
10
10
  contentLanguageName: string;
11
11
  documentIdNumber: number;
12
- documentTypeId?: GuidValue;
12
+ documentTypeId?: guid;
13
13
  isConvertedPDF: boolean;
14
14
  edition: number;
15
15
  revision: number;
@@ -25,7 +25,7 @@ export interface ControlledDocument {
25
25
  allowSignedCopy?: boolean;
26
26
  appendices: Array<Appendix>;
27
27
  signedDocuments: Array<Appendix>;
28
- sqlId: GuidValue;
28
+ sqlId: guid;
29
29
  templateId: string;
30
30
  templateDocumentIdNumber: number;
31
31
  templateDocumentEditionNumber: number;
@@ -1,9 +1,9 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { RelatedDocument } from ".";
3
3
  import { Enums, Appendix } from "../..";
4
4
  export interface DocumentMetadataStatus {
5
5
  id: number;
6
- sqlId: GuidValue;
6
+ sqlId: guid;
7
7
  documentId: string;
8
8
  status: Enums.DocumentViewEnums.LibraryDocumentStatus;
9
9
  processingStatus: Enums.DocumentViewEnums.ProcessingStatus;
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { PagingRequest, SPFilter } from "..";
3
3
  export interface DocumentRequest extends PagingRequest {
4
4
  filters: Array<SPFilter>;
@@ -7,7 +7,7 @@ export interface DocumentRequest extends PagingRequest {
7
7
  loadPreviousPage: boolean;
8
8
  viewFields?: Array<string>;
9
9
  spItemIds: Array<number>;
10
- sqlIds: Array<GuidValue>;
10
+ sqlIds: Array<guid>;
11
11
  hasDocumentIdParam: boolean;
12
12
  odmDocId?: string;
13
13
  }
@@ -1,6 +1,6 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  export interface RelatedDocument {
3
- id: GuidValue;
3
+ id: guid;
4
4
  controlledDocumentId: number;
5
5
  controlledDocumentEdition: number;
6
6
  relatedDocumentId: number;
@@ -1,7 +1,7 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { Enums } from "../..";
3
3
  export interface SqlDocument {
4
- id: GuidValue;
4
+ id: guid;
5
5
  spWebUrl: string;
6
6
  status: Enums.DocumentViewEnums.LibraryDocumentStatus;
7
7
  processingStatus: Enums.DocumentViewEnums.ProcessingStatus;
@@ -1,6 +1,6 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  export interface DeleteDraftsRequest {
3
3
  webUrl: string;
4
4
  spDocumentIds: Array<number>;
5
- sqlIds?: Array<GuidValue>;
5
+ sqlIds?: Array<guid>;
6
6
  }
@@ -1,6 +1,6 @@
1
- import { GuidValue, Identity } from "@omnia/fx/models";
1
+ import { guid, Identity } from "@omnia/fx/models";
2
2
  export interface PublishDocumentWithoutApprovalRequest {
3
- sqlId: GuidValue;
3
+ sqlId: guid;
4
4
  draftSPId: number;
5
5
  webUrl: string;
6
6
  convertToPDF: boolean;
@@ -1,12 +1,12 @@
1
1
  import { ProcessExistedDocumentAndMergeTemplateRequest, SharePointField } from "../../..";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { guid } from "@omnia/fx-models";
3
3
  export interface UpdateDocumentFieldsRequest {
4
4
  siteUrl: string;
5
5
  documentUrl: string;
6
6
  sharePointFields: Array<SharePointField>;
7
7
  isUpdateDocId: boolean;
8
8
  odmDocId?: string;
9
- sqlDocumentId?: GuidValue;
9
+ sqlDocumentId?: guid;
10
10
  isUpdateDocStatus: boolean;
11
11
  mergeSettings: ProcessExistedDocumentAndMergeTemplateRequest;
12
12
  }
@@ -1,4 +1,4 @@
1
- import { GuidValue, UserIdentity } from "@omnia/fx/models";
1
+ import { guid, UserIdentity } from "@omnia/fx/models";
2
2
  import { Enums } from "../../../Enums";
3
3
  export declare enum DocumentTaskBulkUpdateTrackingStatusEnum {
4
4
  NotStarted = 0,
@@ -10,7 +10,7 @@ export declare enum DocumentTaskBulkUpdateTrackingStatusEnum {
10
10
  ResendEmailFailed = 6
11
11
  }
12
12
  export interface DocumentTaskBulkUpdateStatus {
13
- id: GuidValue;
13
+ id: guid;
14
14
  spItemId: number;
15
15
  webUrl: string;
16
16
  taskUrl: string;
@@ -10,4 +10,4 @@ var DocumentTaskBulkUpdateTrackingStatusEnum;
10
10
  DocumentTaskBulkUpdateTrackingStatusEnum[DocumentTaskBulkUpdateTrackingStatusEnum["InvalidSource"] = 4] = "InvalidSource";
11
11
  DocumentTaskBulkUpdateTrackingStatusEnum[DocumentTaskBulkUpdateTrackingStatusEnum["Locked"] = 5] = "Locked";
12
12
  DocumentTaskBulkUpdateTrackingStatusEnum[DocumentTaskBulkUpdateTrackingStatusEnum["ResendEmailFailed"] = 6] = "ResendEmailFailed";
13
- })(DocumentTaskBulkUpdateTrackingStatusEnum = exports.DocumentTaskBulkUpdateTrackingStatusEnum || (exports.DocumentTaskBulkUpdateTrackingStatusEnum = {}));
13
+ })(DocumentTaskBulkUpdateTrackingStatusEnum || (exports.DocumentTaskBulkUpdateTrackingStatusEnum = DocumentTaskBulkUpdateTrackingStatusEnum = {}));
@@ -1,5 +1,5 @@
1
1
  import { RollupDocument } from "./RollupDocument";
2
- import { GuidValue, Refinement, Refiner } from "@omnia/fx/models";
2
+ import { guid, Refinement, Refiner } from "@omnia/fx/models";
3
3
  export interface DocumentQueryResult {
4
4
  totalRows: number;
5
5
  documents: Array<RollupDocument>;
@@ -7,6 +7,6 @@ export interface DocumentQueryResult {
7
7
  unsearchableDocumentsResult?: UnsearchableDocuments;
8
8
  }
9
9
  export interface UnsearchableDocuments {
10
- documentUniqueIds: Array<GuidValue>;
10
+ documentUniqueIds: Array<guid>;
11
11
  odmDocIds: Array<string>;
12
12
  }
@@ -1,5 +1,5 @@
1
1
  import { Enums } from "../..";
2
- import { GuidValue, FilterQuery } from "@omnia/fx/models";
2
+ import { guid, FilterQuery } from "@omnia/fx/models";
3
3
  export interface DocumentRollupRequest extends FilterQuery {
4
4
  sortBy?: string;
5
5
  descending?: boolean;
@@ -14,7 +14,7 @@ export interface DocumentRollupRequest extends FilterQuery {
14
14
  enableWildcardSearch?: boolean;
15
15
  }
16
16
  export interface PickedDocumentsOption {
17
- documentUniqueIds: Array<GuidValue>;
17
+ documentUniqueIds: Array<guid>;
18
18
  odmDocIds: Array<string>;
19
19
  odmDocIdNumbers?: Array<number>;
20
20
  }
@@ -1,6 +1,6 @@
1
- import { GuidValue } from "@omnia/fx/models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  export interface RollupDocument {
3
- sqlId: GuidValue;
3
+ sqlId: guid;
4
4
  fileUrl: string;
5
5
  fileExtension: string;
6
6
  siteTitle: string;
@@ -9,7 +9,7 @@ export interface RollupDocument {
9
9
  [key: string]: any;
10
10
  };
11
11
  lastModifiedById: string;
12
- uniqueId: GuidValue;
12
+ uniqueId: guid;
13
13
  openFileUrl: string;
14
14
  isNew: boolean;
15
15
  unsearchable?: boolean;
@@ -1,7 +1,7 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx/models";
2
2
  import { DocumentTemplateSettings } from "./settings";
3
3
  export interface DocumentTemplate {
4
- id: GuidValue;
4
+ id: guid;
5
5
  settings: DocumentTemplateSettings;
6
6
  multilingualTitle: string;
7
7
  }
@@ -1,6 +1,6 @@
1
- import { GuidValue, MultilingualString } from "@omnia/fx-models";
1
+ import { guid, MultilingualString } from "@omnia/fx-models";
2
2
  export interface DocumentTemplateCategory {
3
- id: GuidValue;
3
+ id: guid;
4
4
  title: MultilingualString;
5
5
  multilingualTitle: string;
6
6
  }
@@ -5,7 +5,7 @@ var DocumentTemplateContentTypes;
5
5
  (function (DocumentTemplateContentTypes) {
6
6
  DocumentTemplateContentTypes[DocumentTemplateContentTypes["Linked"] = 1] = "Linked";
7
7
  DocumentTemplateContentTypes[DocumentTemplateContentTypes["Uploaded"] = 2] = "Uploaded";
8
- })(DocumentTemplateContentTypes = exports.DocumentTemplateContentTypes || (exports.DocumentTemplateContentTypes = {}));
8
+ })(DocumentTemplateContentTypes || (exports.DocumentTemplateContentTypes = DocumentTemplateContentTypes = {}));
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
@@ -1,7 +1,7 @@
1
1
  import { DocumentTemplateContentTypes, DocumentTemplateContent } from "./DocumentTemplateContent";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { guid } from "@omnia/fx-models";
3
3
  export interface UploadedDocumentTemplateContent extends DocumentTemplateContent {
4
4
  type: DocumentTemplateContentTypes.Uploaded;
5
- documentTemplateContentId: GuidValue;
5
+ documentTemplateContentId: guid;
6
6
  fileName: string;
7
7
  }
@@ -5,7 +5,7 @@ var DocumentTemplateSettingsTypes;
5
5
  (function (DocumentTemplateSettingsTypes) {
6
6
  DocumentTemplateSettingsTypes[DocumentTemplateSettingsTypes["ControlledDocument"] = 1] = "ControlledDocument";
7
7
  DocumentTemplateSettingsTypes[DocumentTemplateSettingsTypes["NormalDocument"] = 2] = "NormalDocument";
8
- })(DocumentTemplateSettingsTypes = exports.DocumentTemplateSettingsTypes || (exports.DocumentTemplateSettingsTypes = {}));
8
+ })(DocumentTemplateSettingsTypes || (exports.DocumentTemplateSettingsTypes = DocumentTemplateSettingsTypes = {}));
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
@@ -1,6 +1,6 @@
1
1
  import { DocumentTemplateSettings, DocumentTemplateSettingsTypes } from "./DocumentTemplateSettings";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { guid } from "@omnia/fx-models";
3
3
  export interface NormalDocumentDocumentTemplateSettings extends DocumentTemplateSettings {
4
4
  type: DocumentTemplateSettingsTypes.NormalDocument;
5
- categoryIds: Array<GuidValue>;
5
+ categoryIds: Array<guid>;
6
6
  }
@@ -1,11 +1,11 @@
1
- import { GuidValue, MultilingualString } from "@omnia/fx-models";
1
+ import { guid, MultilingualString } from "@omnia/fx-models";
2
2
  import { DocumentTypeSettings } from ".";
3
3
  export interface DocumentType {
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
  description?: MultilingualString;
11
11
  settings: DocumentTypeSettings;
@@ -1,6 +1,6 @@
1
1
  import { DocumentTypeSettings, DocumentTypeSettingsTypes } from ".";
2
- import { GuidValue } from "@omnia/fx-models";
2
+ import { guid } from "@omnia/fx-models";
3
3
  export interface DocumentTypeGroupSettings extends DocumentTypeSettings {
4
4
  type: DocumentTypeSettingsTypes.Group;
5
- childrenOrders: Array<GuidValue>;
5
+ childrenOrders: Array<guid>;
6
6
  }
@@ -1,7 +1,7 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { DocumentTypeSettings, DocumentTypeSettingsTypes, ReviewReminder, RetentionSettings } from ".";
3
3
  import { PropertySetItemSettings, PublishingApprovalSettings, Archive } from "..";
4
- export declare const DocumentApproverId: GuidValue;
4
+ export declare const DocumentApproverId: guid;
5
5
  export declare enum DocumentConversions {
6
6
  NoConversion = 0,
7
7
  AlwaysConvertToPDF = 1,
@@ -10,7 +10,7 @@ export declare enum DocumentConversions {
10
10
  }
11
11
  export interface DocumentTypeItemSettings extends DocumentTypeSettings {
12
12
  type: DocumentTypeSettingsTypes.Item;
13
- enterprisePropertySetId: GuidValue;
13
+ enterprisePropertySetId: guid;
14
14
  allowAppendices: boolean;
15
15
  allowSignedCopy: boolean;
16
16
  isRecord: boolean;
@@ -25,12 +25,12 @@ export interface DocumentTypeItemSettings extends DocumentTypeSettings {
25
25
  allowBypassApprovalForRevisions: boolean;
26
26
  showCreateDocumentIconInRollup: boolean;
27
27
  conversions: DocumentConversions;
28
- documentTemplateIds: Array<GuidValue>;
29
- defaultDocumentTemplateId?: GuidValue;
28
+ documentTemplateIds: Array<guid>;
29
+ defaultDocumentTemplateId?: guid;
30
30
  /**
31
31
  * There is a spacial value for defining approver : ApproverId - 3d2cbf30-181a-4bf8-afc9-b7a9744bf760
32
32
  * */
33
- feedbackRecipientsPropertyDefinitionIds: Array<GuidValue>;
33
+ feedbackRecipientsPropertyDefinitionIds: Array<guid>;
34
34
  /**
35
35
  * null means no Review Reminder setup
36
36
  * */
@@ -1,11 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DocumentConversions = exports.DocumentApproverId = void 0;
4
- exports.DocumentApproverId = "3d2cbf30-181a-4bf8-afc9-b7a9744bf760"; //remember do not new Guid here, it will cause issue in v-select, we keep it as plain text here
4
+ const fx_models_1 = require("@omnia/fx-models");
5
+ exports.DocumentApproverId = (0, fx_models_1.guid)("3d2cbf30-181a-4bf8-afc9-b7a9744bf760"); //remember do not guid here, it will cause issue in v-select, we keep it as plain text here
5
6
  var DocumentConversions;
6
7
  (function (DocumentConversions) {
7
8
  DocumentConversions[DocumentConversions["NoConversion"] = 0] = "NoConversion";
8
9
  DocumentConversions[DocumentConversions["AlwaysConvertToPDF"] = 1] = "AlwaysConvertToPDF";
9
10
  DocumentConversions[DocumentConversions["AllowConvertToPDF"] = 2] = "AllowConvertToPDF";
10
11
  DocumentConversions[DocumentConversions["AllowAndDefaultConvertToPDF"] = 3] = "AllowAndDefaultConvertToPDF";
11
- })(DocumentConversions = exports.DocumentConversions || (exports.DocumentConversions = {}));
12
+ })(DocumentConversions || (exports.DocumentConversions = DocumentConversions = {}));
@@ -1,4 +1,4 @@
1
- import { GuidValue } from "@omnia/fx-models";
1
+ import { guid } from "@omnia/fx-models";
2
2
  import { DocumentType } from "./DocumentType";
3
3
  export declare enum DocumentTypeSettingsTypes {
4
4
  Group = 0,
@@ -6,13 +6,13 @@ export declare enum DocumentTypeSettingsTypes {
6
6
  }
7
7
  export interface DocumentTypeSettings {
8
8
  type: DocumentTypeSettingsTypes;
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 DocumentTypeFactory: {
16
- createDefaultDocumentTypeGroup(parentId: GuidValue, termSetId: GuidValue): DocumentType;
17
- createDefaultDocumentTypeItem(parentId: GuidValue, termSetId: GuidValue): DocumentType;
16
+ createDefaultDocumentTypeGroup(parentId: guid, termSetId: guid): DocumentType;
17
+ createDefaultDocumentTypeItem(parentId: guid, termSetId: guid): DocumentType;
18
18
  };
@@ -6,7 +6,7 @@ var DocumentTypeSettingsTypes;
6
6
  (function (DocumentTypeSettingsTypes) {
7
7
  DocumentTypeSettingsTypes[DocumentTypeSettingsTypes["Group"] = 0] = "Group";
8
8
  DocumentTypeSettingsTypes[DocumentTypeSettingsTypes["Item"] = 1] = "Item";
9
- })(DocumentTypeSettingsTypes = exports.DocumentTypeSettingsTypes || (exports.DocumentTypeSettingsTypes = {}));
9
+ })(DocumentTypeSettingsTypes || (exports.DocumentTypeSettingsTypes = DocumentTypeSettingsTypes = {}));
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
@@ -7,4 +7,4 @@ var DocumentTypeTermSynchronizationStatusStatuses;
7
7
  DocumentTypeTermSynchronizationStatusStatuses[DocumentTypeTermSynchronizationStatusStatuses["Success"] = 1] = "Success";
8
8
  DocumentTypeTermSynchronizationStatusStatuses[DocumentTypeTermSynchronizationStatusStatuses["Failed"] = 2] = "Failed";
9
9
  DocumentTypeTermSynchronizationStatusStatuses[DocumentTypeTermSynchronizationStatusStatuses["SkippedNotAvailableWorkingLanguages"] = 3] = "SkippedNotAvailableWorkingLanguages";
10
- })(DocumentTypeTermSynchronizationStatusStatuses = exports.DocumentTypeTermSynchronizationStatusStatuses || (exports.DocumentTypeTermSynchronizationStatusStatuses = {}));
10
+ })(DocumentTypeTermSynchronizationStatusStatuses || (exports.DocumentTypeTermSynchronizationStatusStatuses = DocumentTypeTermSynchronizationStatusStatuses = {}));
@@ -1,4 +1,4 @@
1
- import { GuidValue, TimePeriodSettings } from "@omnia/fx-models";
1
+ import { guid, TimePeriodSettings } from "@omnia/fx-models";
2
2
  import { ReviewReminderTask } from "./ReviewReminderTask";
3
3
  import { ReviewReminderSchedule, ReviewReminderScheduleTypes } from "../reviewreminderschedule";
4
4
  export interface ReviewReminder {
@@ -12,7 +12,7 @@ export interface ReviewReminder {
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,6 +1,6 @@
1
- import { GuidValue, TimePeriodSettings, MultilingualString } from "@omnia/fx-models";
1
+ import { guid, TimePeriodSettings, MultilingualString } from "@omnia/fx-models";
2
2
  export interface ReviewReminderTask {
3
- personEnterprisePropertyDefinitionId: GuidValue;
3
+ personEnterprisePropertyDefinitionId: guid;
4
4
  expiration: TimePeriodSettings;
5
5
  enableCustomReviewButtonText: boolean;
6
6
  customReviewButtonText: MultilingualString;
@@ -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
  }