@omnia/management-system 6.5.0 → 6.7.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 (726) hide show
  1. package/README.md +6 -6
  2. package/index.d.ts +4 -4
  3. package/internal-do-not-import-from-here/apis/Fx.d.ts +14 -14
  4. package/internal-do-not-import-from-here/apis/index.d.ts +8 -8
  5. package/internal-do-not-import-from-here/constants.d.ts +126 -126
  6. package/internal-do-not-import-from-here/fx.manifest.d.ts +1 -1
  7. package/internal-do-not-import-from-here/index.d.ts +9 -9
  8. package/internal-do-not-import-from-here/messaging/InternalOPMTopics.d.ts +14 -14
  9. package/internal-do-not-import-from-here/messaging/OdmPublicTopics.d.ts +6 -6
  10. package/internal-do-not-import-from-here/messaging/PublicOPMTopics.d.ts +8 -8
  11. package/internal-do-not-import-from-here/messaging/index.d.ts +3 -3
  12. package/internal-do-not-import-from-here/models/Constants.d.ts +29 -29
  13. package/internal-do-not-import-from-here/models/Constants.js +30 -30
  14. package/internal-do-not-import-from-here/models/Enums.d.ts +305 -305
  15. package/internal-do-not-import-from-here/models/Enums.js +361 -361
  16. package/internal-do-not-import-from-here/models/ManifestIds.d.ts +122 -120
  17. package/internal-do-not-import-from-here/models/ManifestIds.js +587 -577
  18. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryDisplaySettings.d.ts +7 -7
  19. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryDisplaySettings.js +1 -1
  20. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibrarySettings.d.ts +9 -9
  21. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibrarySettings.js +1 -1
  22. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryViewSettings.d.ts +11 -11
  23. package/internal-do-not-import-from-here/models/components/documentlibrary/DocumentLibraryViewSettings.js +1 -1
  24. package/internal-do-not-import-from-here/models/components/documentlibrary/index.d.ts +3 -3
  25. package/internal-do-not-import-from-here/models/components/documentlibrary/index.js +3 -3
  26. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerQueryResult.d.ts +67 -67
  27. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerQueryResult.js +1 -1
  28. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerSettings.d.ts +23 -23
  29. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentPickerSettings.js +1 -1
  30. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentResult.d.ts +11 -11
  31. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentResult.js +1 -1
  32. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentSearchFilter.d.ts +10 -10
  33. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentSearchFilter.js +1 -1
  34. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentUploading.d.ts +14 -14
  35. package/internal-do-not-import-from-here/models/components/documentpicker/DocumentUploading.js +1 -1
  36. package/internal-do-not-import-from-here/models/components/documentpicker/index.d.ts +5 -5
  37. package/internal-do-not-import-from-here/models/components/documentpicker/index.js +5 -5
  38. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentBaseQuerySettings.d.ts +3 -3
  39. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentBaseQuerySettings.js +1 -1
  40. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockBreakPointSettings.d.ts +19 -19
  41. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockBreakPointSettings.js +1 -1
  42. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.d.ts +44 -44
  43. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBlockSettings.js +1 -1
  44. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBooleanPropFilterValue.d.ts +4 -4
  45. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupBooleanPropFilterValue.js +1 -1
  46. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupDatePropFilterValue.d.ts +5 -5
  47. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupDatePropFilterValue.js +1 -1
  48. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilter.d.ts +8 -8
  49. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilter.js +1 -1
  50. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilterValue.d.ts +2 -2
  51. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupFilterValue.js +1 -1
  52. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupPersonPropFilterValue.d.ts +6 -6
  53. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupPersonPropFilterValue.js +1 -1
  54. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTaxonomyPropFilterValue.d.ts +6 -6
  55. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTaxonomyPropFilterValue.js +1 -1
  56. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTextPropFilterValue.d.ts +8 -8
  57. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupTextPropFilterValue.js +1 -1
  58. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupUISearchboxFilterValue.d.ts +4 -4
  59. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupUISearchboxFilterValue.js +1 -1
  60. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupViewSettings.d.ts +4 -4
  61. package/internal-do-not-import-from-here/models/components/documentrollup/DocumentRollupViewSettings.js +1 -1
  62. package/internal-do-not-import-from-here/models/components/documentrollup/Refiner.d.ts +7 -7
  63. package/internal-do-not-import-from-here/models/components/documentrollup/Refiner.js +1 -1
  64. package/internal-do-not-import-from-here/models/components/documentrollup/index.d.ts +13 -13
  65. package/internal-do-not-import-from-here/models/components/documentrollup/index.js +13 -13
  66. package/internal-do-not-import-from-here/models/components/feedbackbutton/ProcessFeedbackButtonBlock.d.ts +6 -6
  67. package/internal-do-not-import-from-here/models/components/feedbackbutton/ProcessFeedbackButtonBlock.js +1 -1
  68. package/internal-do-not-import-from-here/models/components/feedbackbutton/index.d.ts +1 -1
  69. package/internal-do-not-import-from-here/models/components/feedbackbutton/index.js +1 -1
  70. package/internal-do-not-import-from-here/models/components/index.d.ts +8 -8
  71. package/internal-do-not-import-from-here/models/components/index.js +8 -8
  72. package/internal-do-not-import-from-here/models/components/pointpicker/Point.d.ts +4 -4
  73. package/internal-do-not-import-from-here/models/components/pointpicker/Point.js +1 -1
  74. package/internal-do-not-import-from-here/models/components/pointpicker/index.d.ts +1 -1
  75. package/internal-do-not-import-from-here/models/components/pointpicker/index.js +1 -1
  76. package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryDisplaySettings.d.ts +8 -8
  77. package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryDisplaySettings.js +1 -1
  78. package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibrarySettings.d.ts +7 -7
  79. package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibrarySettings.js +1 -1
  80. package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryViewSettings.d.ts +8 -8
  81. package/internal-do-not-import-from-here/models/components/processlibrary/ProcessLibraryViewSettings.js +1 -1
  82. package/internal-do-not-import-from-here/models/components/processlibrary/ProcessListViewComponentKey.d.ts +5 -5
  83. package/internal-do-not-import-from-here/models/components/processlibrary/ProcessListViewComponentKey.js +1 -1
  84. package/internal-do-not-import-from-here/models/components/processlibrary/index.d.ts +4 -4
  85. package/internal-do-not-import-from-here/models/components/processlibrary/index.js +4 -4
  86. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.d.ts +20 -20
  87. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupBlockSettings.js +1 -1
  88. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupDatePeriodsPropFilterValue.d.ts +4 -4
  89. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupDatePeriodsPropFilterValue.js +1 -1
  90. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupFilter.d.ts +3 -3
  91. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupFilter.js +1 -1
  92. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupViewSettings.d.ts +3 -3
  93. package/internal-do-not-import-from-here/models/components/processrollup/ProcessRollupViewSettings.js +1 -1
  94. package/internal-do-not-import-from-here/models/components/processrollup/index.d.ts +4 -4
  95. package/internal-do-not-import-from-here/models/components/processrollup/index.js +4 -4
  96. package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/BreadcrumbBlockSettings.d.ts +4 -4
  97. package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/BreadcrumbBlockSettings.js +1 -1
  98. package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/index.d.ts +1 -1
  99. package/internal-do-not-import-from-here/models/components/viewprocess/breadcrumbblock/index.js +1 -1
  100. package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/ContentBlockSettings.d.ts +5 -5
  101. package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/ContentBlockSettings.js +1 -1
  102. package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/index.d.ts +1 -1
  103. package/internal-do-not-import-from-here/models/components/viewprocess/contentblock/index.js +1 -1
  104. package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/DocumentsBlockSettings.d.ts +4 -4
  105. package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/DocumentsBlockSettings.js +1 -1
  106. package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/index.d.ts +1 -1
  107. package/internal-do-not-import-from-here/models/components/viewprocess/documentsblock/index.js +1 -1
  108. package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.d.ts +10 -10
  109. package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/DrawingBlockSettings.js +1 -1
  110. package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/index.d.ts +1 -1
  111. package/internal-do-not-import-from-here/models/components/viewprocess/drawingblock/index.js +1 -1
  112. package/internal-do-not-import-from-here/models/components/viewprocess/index.d.ts +11 -11
  113. package/internal-do-not-import-from-here/models/components/viewprocess/index.js +11 -11
  114. package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/LinksBlockSettings.d.ts +5 -5
  115. package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/LinksBlockSettings.js +1 -1
  116. package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/index.d.ts +1 -1
  117. package/internal-do-not-import-from-here/models/components/viewprocess/linksblock/index.js +1 -1
  118. package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/PagesBlockSettings.d.ts +4 -4
  119. package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/PagesBlockSettings.js +1 -1
  120. package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/index.d.ts +1 -1
  121. package/internal-do-not-import-from-here/models/components/viewprocess/pagesblock/index.js +1 -1
  122. package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/ProcessContextBlockSettings.d.ts +3 -3
  123. package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/ProcessContextBlockSettings.js +1 -1
  124. package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/index.d.ts +1 -1
  125. package/internal-do-not-import-from-here/models/components/viewprocess/processcontextblock/index.js +1 -1
  126. package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.d.ts +6 -6
  127. package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/ProcessNavigationBlockSettings.js +1 -1
  128. package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/index.d.ts +1 -1
  129. package/internal-do-not-import-from-here/models/components/viewprocess/processnavigation/index.js +1 -1
  130. package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockData.d.ts +13 -13
  131. package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockData.js +6 -6
  132. package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockSettings.d.ts +7 -7
  133. package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/PropertiesBlockSettings.js +1 -1
  134. package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/index.d.ts +2 -2
  135. package/internal-do-not-import-from-here/models/components/viewprocess/propertiesblock/index.js +2 -2
  136. package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/TasksBlockSettings.d.ts +5 -5
  137. package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/TasksBlockSettings.js +1 -1
  138. package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/index.d.ts +1 -1
  139. package/internal-do-not-import-from-here/models/components/viewprocess/tasksblock/index.js +1 -1
  140. package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.d.ts +5 -5
  141. package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/TitleBlockSettings.js +1 -1
  142. package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/index.d.ts +1 -1
  143. package/internal-do-not-import-from-here/models/components/viewprocess/titleblock/index.js +1 -1
  144. package/internal-do-not-import-from-here/models/contexts/OPMContext.d.ts +4 -4
  145. package/internal-do-not-import-from-here/models/contexts/OPMContext.js +1 -1
  146. package/internal-do-not-import-from-here/models/contexts/index.d.ts +1 -1
  147. package/internal-do-not-import-from-here/models/contexts/index.js +1 -1
  148. package/internal-do-not-import-from-here/models/data/appendices/Appendix.d.ts +5 -5
  149. package/internal-do-not-import-from-here/models/data/appendices/Appendix.js +1 -1
  150. package/internal-do-not-import-from-here/models/data/appendices/AppendixWithSharePointFields.d.ts +4 -4
  151. package/internal-do-not-import-from-here/models/data/appendices/AppendixWithSharePointFields.js +1 -1
  152. package/internal-do-not-import-from-here/models/data/appendices/GetDraftDocumentAppendicesRequest.d.ts +5 -5
  153. package/internal-do-not-import-from-here/models/data/appendices/GetDraftDocumentAppendicesRequest.js +1 -1
  154. package/internal-do-not-import-from-here/models/data/appendices/index.d.ts +3 -3
  155. package/internal-do-not-import-from-here/models/data/appendices/index.js +3 -3
  156. package/internal-do-not-import-from-here/models/data/archives/Archive.d.ts +13 -13
  157. package/internal-do-not-import-from-here/models/data/archives/Archive.js +12 -12
  158. package/internal-do-not-import-from-here/models/data/archives/index.d.ts +1 -1
  159. package/internal-do-not-import-from-here/models/data/archives/index.js +1 -1
  160. package/internal-do-not-import-from-here/models/data/controlleddocuments/ControlledDocument.d.ts +33 -33
  161. package/internal-do-not-import-from-here/models/data/controlleddocuments/ControlledDocument.js +1 -1
  162. package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentMetadataStatus.d.ts +14 -14
  163. package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentMetadataStatus.js +1 -1
  164. package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentRequest.d.ts +13 -13
  165. package/internal-do-not-import-from-here/models/data/controlleddocuments/DocumentRequest.js +1 -1
  166. package/internal-do-not-import-from-here/models/data/controlleddocuments/DraftControlledDocument.d.ts +8 -8
  167. package/internal-do-not-import-from-here/models/data/controlleddocuments/DraftControlledDocument.js +1 -1
  168. package/internal-do-not-import-from-here/models/data/controlleddocuments/GetControlledDocumentsResponse.d.ts +7 -7
  169. package/internal-do-not-import-from-here/models/data/controlleddocuments/GetControlledDocumentsResponse.js +1 -1
  170. package/internal-do-not-import-from-here/models/data/controlleddocuments/GetTrimSecurityControlledDocumentsResponse.d.ts +4 -4
  171. package/internal-do-not-import-from-here/models/data/controlleddocuments/GetTrimSecurityControlledDocumentsResponse.js +1 -1
  172. package/internal-do-not-import-from-here/models/data/controlleddocuments/PublishedControlledDocument.d.ts +10 -10
  173. package/internal-do-not-import-from-here/models/data/controlleddocuments/PublishedControlledDocument.js +1 -1
  174. package/internal-do-not-import-from-here/models/data/controlleddocuments/RelatedDocument.d.ts +8 -8
  175. package/internal-do-not-import-from-here/models/data/controlleddocuments/RelatedDocument.js +1 -1
  176. package/internal-do-not-import-from-here/models/data/controlleddocuments/SqlDocument.d.ts +12 -12
  177. package/internal-do-not-import-from-here/models/data/controlleddocuments/SqlDocument.js +1 -1
  178. package/internal-do-not-import-from-here/models/data/controlleddocuments/TaskRequest.d.ts +7 -7
  179. package/internal-do-not-import-from-here/models/data/controlleddocuments/TaskRequest.js +1 -1
  180. package/internal-do-not-import-from-here/models/data/controlleddocuments/index.d.ts +11 -11
  181. package/internal-do-not-import-from-here/models/data/controlleddocuments/index.js +11 -11
  182. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/CreateDraftFromPublishedRequest.d.ts +6 -6
  183. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/CreateDraftFromPublishedRequest.js +1 -1
  184. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/DeleteDraftsRequest.d.ts +6 -6
  185. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/DeleteDraftsRequest.js +1 -1
  186. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MergeMetadataRequest.d.ts +9 -9
  187. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MergeMetadataRequest.js +1 -1
  188. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MoveDocumentToTargetSiteRequest.d.ts +9 -9
  189. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/MoveDocumentToTargetSiteRequest.js +1 -1
  190. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PreviewPublishedDocumentRequest.d.ts +7 -7
  191. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PreviewPublishedDocumentRequest.js +1 -1
  192. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/ProcessDocumentAndMergeTemplateRequest.d.ts +7 -7
  193. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/ProcessDocumentAndMergeTemplateRequest.js +1 -1
  194. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithApprovalRequest.d.ts +6 -6
  195. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithApprovalRequest.js +1 -1
  196. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.d.ts +13 -13
  197. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/PublishDocumentWithoutApprovalRequest.js +1 -1
  198. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsRequest.d.ts +6 -6
  199. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsRequest.js +1 -1
  200. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsResponse.d.ts +7 -7
  201. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/GetDocumentFieldsResponse.js +1 -1
  202. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.d.ts +11 -11
  203. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/UpdateDocumentFieldsRequest.js +1 -1
  204. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/index.d.ts +3 -3
  205. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/fields/index.js +3 -3
  206. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/index.d.ts +9 -9
  207. package/internal-do-not-import-from-here/models/data/controlleddocuments/requests/index.js +9 -9
  208. package/internal-do-not-import-from-here/models/data/documentbulkupdate/BulkUpdatePagingRequest.d.ts +4 -4
  209. package/internal-do-not-import-from-here/models/data/documentbulkupdate/BulkUpdatePagingRequest.js +1 -1
  210. package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdate.d.ts +12 -12
  211. package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdate.js +1 -1
  212. package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdateQuery.d.ts +9 -9
  213. package/internal-do-not-import-from-here/models/data/documentbulkupdate/DocumentBulkUpdateQuery.js +1 -1
  214. package/internal-do-not-import-from-here/models/data/documentbulkupdate/index.d.ts +3 -3
  215. package/internal-do-not-import-from-here/models/data/documentbulkupdate/index.js +3 -3
  216. package/internal-do-not-import-from-here/models/data/documentrollup/DocumentQueryResult.d.ts +13 -13
  217. package/internal-do-not-import-from-here/models/data/documentrollup/DocumentQueryResult.js +1 -1
  218. package/internal-do-not-import-from-here/models/data/documentrollup/DocumentRollupRequest.d.ts +20 -20
  219. package/internal-do-not-import-from-here/models/data/documentrollup/DocumentRollupRequest.js +1 -1
  220. package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.d.ts +16 -16
  221. package/internal-do-not-import-from-here/models/data/documentrollup/RollupDocument.js +1 -1
  222. package/internal-do-not-import-from-here/models/data/documentrollup/index.d.ts +3 -3
  223. package/internal-do-not-import-from-here/models/data/documentrollup/index.js +3 -3
  224. package/internal-do-not-import-from-here/models/data/documentstatistics/SiteStatistics.d.ts +6 -6
  225. package/internal-do-not-import-from-here/models/data/documentstatistics/SiteStatistics.js +1 -1
  226. package/internal-do-not-import-from-here/models/data/documentstatistics/StatisticsResult.d.ts +5 -5
  227. package/internal-do-not-import-from-here/models/data/documentstatistics/StatisticsResult.js +1 -1
  228. package/internal-do-not-import-from-here/models/data/documentstatistics/index.d.ts +2 -2
  229. package/internal-do-not-import-from-here/models/data/documentstatistics/index.js +2 -2
  230. package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplate.d.ts +14 -14
  231. package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplate.js +14 -14
  232. package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplateCategory.d.ts +13 -13
  233. package/internal-do-not-import-from-here/models/data/documenttemplates/DocumentTemplateCategory.js +13 -13
  234. package/internal-do-not-import-from-here/models/data/documenttemplates/content/DocumentTemplateContent.d.ts +15 -15
  235. package/internal-do-not-import-from-here/models/data/documenttemplates/content/DocumentTemplateContent.js +30 -30
  236. package/internal-do-not-import-from-here/models/data/documenttemplates/content/LinkedDocumentTemplateContent.d.ts +5 -5
  237. package/internal-do-not-import-from-here/models/data/documenttemplates/content/LinkedDocumentTemplateContent.js +1 -1
  238. package/internal-do-not-import-from-here/models/data/documenttemplates/content/UploadedDocumentTemplateContent.d.ts +7 -7
  239. package/internal-do-not-import-from-here/models/data/documenttemplates/content/UploadedDocumentTemplateContent.js +1 -1
  240. package/internal-do-not-import-from-here/models/data/documenttemplates/content/index.d.ts +3 -3
  241. package/internal-do-not-import-from-here/models/data/documenttemplates/content/index.js +3 -3
  242. package/internal-do-not-import-from-here/models/data/documenttemplates/index.d.ts +4 -4
  243. package/internal-do-not-import-from-here/models/data/documenttemplates/index.js +4 -4
  244. package/internal-do-not-import-from-here/models/data/documenttemplates/settings/ControlledDocumentDocumentTemplateSettings.d.ts +4 -4
  245. package/internal-do-not-import-from-here/models/data/documenttemplates/settings/ControlledDocumentDocumentTemplateSettings.js +1 -1
  246. package/internal-do-not-import-from-here/models/data/documenttemplates/settings/DocumentTemplateSettings.d.ts +157 -157
  247. package/internal-do-not-import-from-here/models/data/documenttemplates/settings/DocumentTemplateSettings.js +28 -28
  248. package/internal-do-not-import-from-here/models/data/documenttemplates/settings/NormalDocumentDocumentTemplateSettings.d.ts +6 -6
  249. package/internal-do-not-import-from-here/models/data/documenttemplates/settings/NormalDocumentDocumentTemplateSettings.js +1 -1
  250. package/internal-do-not-import-from-here/models/data/documenttemplates/settings/index.d.ts +3 -3
  251. package/internal-do-not-import-from-here/models/data/documenttemplates/settings/index.js +3 -3
  252. package/internal-do-not-import-from-here/models/data/documenttype/DocumentType.d.ts +14 -14
  253. package/internal-do-not-import-from-here/models/data/documenttype/DocumentType.js +1 -1
  254. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeGroupSettings.d.ts +6 -6
  255. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeGroupSettings.js +1 -1
  256. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.d.ts +46 -46
  257. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeItemSettings.js +8 -8
  258. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.d.ts +18 -18
  259. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeSettings.js +63 -63
  260. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeTermSynchronizationStatus.d.ts +14 -14
  261. package/internal-do-not-import-from-here/models/data/documenttype/DocumentTypeTermSynchronizationStatus.js +7 -7
  262. package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminder.d.ts +23 -23
  263. package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminder.js +21 -21
  264. package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminderTask.d.ts +12 -12
  265. package/internal-do-not-import-from-here/models/data/documenttype/ReviewReminderTask.js +17 -17
  266. package/internal-do-not-import-from-here/models/data/documenttype/index.d.ts +8 -8
  267. package/internal-do-not-import-from-here/models/data/documenttype/index.js +8 -8
  268. package/internal-do-not-import-from-here/models/data/documenttype/retentions/CalculatedRetention.d.ts +9 -9
  269. package/internal-do-not-import-from-here/models/data/documenttype/retentions/CalculatedRetention.js +1 -1
  270. package/internal-do-not-import-from-here/models/data/documenttype/retentions/PropertyRetention.d.ts +4 -4
  271. package/internal-do-not-import-from-here/models/data/documenttype/retentions/PropertyRetention.js +1 -1
  272. package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.d.ts +16 -16
  273. package/internal-do-not-import-from-here/models/data/documenttype/retentions/RetentionSettings.js +35 -35
  274. package/internal-do-not-import-from-here/models/data/documenttype/retentions/index.d.ts +3 -3
  275. package/internal-do-not-import-from-here/models/data/documenttype/retentions/index.js +3 -3
  276. package/internal-do-not-import-from-here/models/data/drawingdefinitions/CanvasDefinition.d.ts +12 -12
  277. package/internal-do-not-import-from-here/models/data/drawingdefinitions/CanvasDefinition.js +1 -1
  278. package/internal-do-not-import-from-here/models/data/drawingdefinitions/CustomLinkDrawingShape.d.ts +6 -6
  279. package/internal-do-not-import-from-here/models/data/drawingdefinitions/CustomLinkDrawingShape.js +1 -1
  280. package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.d.ts +15 -15
  281. package/internal-do-not-import-from-here/models/data/drawingdefinitions/DrawingShape.js +7 -7
  282. package/internal-do-not-import-from-here/models/data/drawingdefinitions/ExternalProcessStepDrawingShape.d.ts +6 -6
  283. package/internal-do-not-import-from-here/models/data/drawingdefinitions/ExternalProcessStepDrawingShape.js +1 -1
  284. package/internal-do-not-import-from-here/models/data/drawingdefinitions/ProcessStepDrawingShape.d.ts +6 -6
  285. package/internal-do-not-import-from-here/models/data/drawingdefinitions/ProcessStepDrawingShape.js +1 -1
  286. package/internal-do-not-import-from-here/models/data/drawingdefinitions/index.d.ts +5 -5
  287. package/internal-do-not-import-from-here/models/data/drawingdefinitions/index.js +5 -5
  288. package/internal-do-not-import-from-here/models/data/enums/Enums.d.ts +63 -63
  289. package/internal-do-not-import-from-here/models/data/enums/Enums.js +72 -72
  290. package/internal-do-not-import-from-here/models/data/enums/index.d.ts +1 -1
  291. package/internal-do-not-import-from-here/models/data/enums/index.js +1 -1
  292. package/internal-do-not-import-from-here/models/data/feedback/Feedback.d.ts +9 -9
  293. package/internal-do-not-import-from-here/models/data/feedback/Feedback.js +1 -1
  294. package/internal-do-not-import-from-here/models/data/feedback/index.d.ts +2 -2
  295. package/internal-do-not-import-from-here/models/data/feedback/index.js +2 -2
  296. package/internal-do-not-import-from-here/models/data/feedback/requests/AddFeedbackRequest.d.ts +5 -5
  297. package/internal-do-not-import-from-here/models/data/feedback/requests/AddFeedbackRequest.js +1 -1
  298. package/internal-do-not-import-from-here/models/data/feedback/requests/SendFeedbackEmailRequest.d.ts +6 -6
  299. package/internal-do-not-import-from-here/models/data/feedback/requests/SendFeedbackEmailRequest.js +1 -1
  300. package/internal-do-not-import-from-here/models/data/feedback/requests/index.d.ts +2 -2
  301. package/internal-do-not-import-from-here/models/data/feedback/requests/index.js +2 -2
  302. package/internal-do-not-import-from-here/models/data/index.d.ts +35 -35
  303. package/internal-do-not-import-from-here/models/data/index.js +35 -35
  304. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInControlledLibraryRequest.d.ts +11 -11
  305. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInControlledLibraryRequest.js +1 -1
  306. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInLibraryRequest.d.ts +6 -6
  307. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInLibraryRequest.js +1 -1
  308. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInOneDriveRequest.d.ts +5 -5
  309. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentInOneDriveRequest.js +1 -1
  310. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentLinkedTemplateInfo.d.ts +8 -8
  311. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentLinkedTemplateInfo.js +1 -1
  312. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentRequest.d.ts +5 -5
  313. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentRequest.js +1 -1
  314. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentTemplateInfo.d.ts +4 -4
  315. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentTemplateInfo.js +1 -1
  316. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentUploadedTemplateInfo.d.ts +7 -7
  317. package/internal-do-not-import-from-here/models/data/newdocument/NewDocumentUploadedTemplateInfo.js +1 -1
  318. package/internal-do-not-import-from-here/models/data/newdocument/index.d.ts +6 -6
  319. package/internal-do-not-import-from-here/models/data/newdocument/index.js +6 -6
  320. package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItem.d.ts +12 -12
  321. package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItem.js +1 -1
  322. package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItemParentReference.d.ts +6 -6
  323. package/internal-do-not-import-from-here/models/data/onedrive/OneDriveItemParentReference.js +1 -1
  324. package/internal-do-not-import-from-here/models/data/onedrive/index.d.ts +2 -2
  325. package/internal-do-not-import-from-here/models/data/onedrive/index.js +2 -2
  326. package/internal-do-not-import-from-here/models/data/processactions/ProcessActionModel.d.ts +11 -11
  327. package/internal-do-not-import-from-here/models/data/processactions/ProcessActionModel.js +1 -1
  328. package/internal-do-not-import-from-here/models/data/processactions/index.d.ts +1 -1
  329. package/internal-do-not-import-from-here/models/data/processactions/index.js +1 -1
  330. package/internal-do-not-import-from-here/models/data/processes/ExternalProcessStep.d.ts +7 -7
  331. package/internal-do-not-import-from-here/models/data/processes/ExternalProcessStep.js +1 -1
  332. package/internal-do-not-import-from-here/models/data/processes/InternalProcessStep.d.ts +7 -7
  333. package/internal-do-not-import-from-here/models/data/processes/InternalProcessStep.js +1 -1
  334. package/internal-do-not-import-from-here/models/data/processes/Link.d.ts +10 -10
  335. package/internal-do-not-import-from-here/models/data/processes/Link.js +1 -1
  336. package/internal-do-not-import-from-here/models/data/processes/Process.d.ts +22 -22
  337. package/internal-do-not-import-from-here/models/data/processes/Process.js +1 -1
  338. package/internal-do-not-import-from-here/models/data/processes/ProcessCheckoutInfo.d.ts +5 -5
  339. package/internal-do-not-import-from-here/models/data/processes/ProcessCheckoutInfo.js +1 -1
  340. package/internal-do-not-import-from-here/models/data/processes/ProcessData.d.ts +18 -18
  341. package/internal-do-not-import-from-here/models/data/processes/ProcessData.js +1 -1
  342. package/internal-do-not-import-from-here/models/data/processes/ProcessStep.d.ts +8 -8
  343. package/internal-do-not-import-from-here/models/data/processes/ProcessStep.js +1 -1
  344. package/internal-do-not-import-from-here/models/data/processes/ProcessToolTip.d.ts +11 -11
  345. package/internal-do-not-import-from-here/models/data/processes/ProcessToolTip.js +1 -1
  346. package/internal-do-not-import-from-here/models/data/processes/ProcessWithCheckoutInfo.d.ts +6 -6
  347. package/internal-do-not-import-from-here/models/data/processes/ProcessWithCheckoutInfo.js +1 -1
  348. package/internal-do-not-import-from-here/models/data/processes/RootProcessStep.d.ts +9 -9
  349. package/internal-do-not-import-from-here/models/data/processes/RootProcessStep.js +1 -1
  350. package/internal-do-not-import-from-here/models/data/processes/Task.d.ts +6 -6
  351. package/internal-do-not-import-from-here/models/data/processes/Task.js +1 -1
  352. package/internal-do-not-import-from-here/models/data/processes/index.d.ts +11 -11
  353. package/internal-do-not-import-from-here/models/data/processes/index.js +11 -11
  354. package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedback.d.ts +10 -10
  355. package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedback.js +1 -1
  356. package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedbackRecipients.d.ts +8 -8
  357. package/internal-do-not-import-from-here/models/data/processfeedback/ProcessFeedbackRecipients.js +1 -1
  358. package/internal-do-not-import-from-here/models/data/processfeedback/index.d.ts +2 -2
  359. package/internal-do-not-import-from-here/models/data/processfeedback/index.js +2 -2
  360. package/internal-do-not-import-from-here/models/data/processreviewreminders/ProcessReviewReminderTask.d.ts +8 -8
  361. package/internal-do-not-import-from-here/models/data/processreviewreminders/ProcessReviewReminderTask.js +1 -1
  362. package/internal-do-not-import-from-here/models/data/processreviewreminders/index.d.ts +1 -1
  363. package/internal-do-not-import-from-here/models/data/processreviewreminders/index.js +1 -1
  364. package/internal-do-not-import-from-here/models/data/processrollup/ProcessRollupSetting.d.ts +4 -4
  365. package/internal-do-not-import-from-here/models/data/processrollup/ProcessRollupSetting.js +1 -1
  366. package/internal-do-not-import-from-here/models/data/processrollup/RollupProcess.d.ts +5 -5
  367. package/internal-do-not-import-from-here/models/data/processrollup/RollupProcess.js +1 -1
  368. package/internal-do-not-import-from-here/models/data/processrollup/RollupProcessResult.d.ts +5 -5
  369. package/internal-do-not-import-from-here/models/data/processrollup/RollupProcessResult.js +1 -1
  370. package/internal-do-not-import-from-here/models/data/processrollup/index.d.ts +3 -3
  371. package/internal-do-not-import-from-here/models/data/processrollup/index.js +3 -3
  372. package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplate.d.ts +14 -14
  373. package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplate.js +12 -12
  374. package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplateSettings.d.ts +6 -6
  375. package/internal-do-not-import-from-here/models/data/processtemplates/ProcessTemplateSettings.js +1 -1
  376. package/internal-do-not-import-from-here/models/data/processtemplates/index.d.ts +2 -2
  377. package/internal-do-not-import-from-here/models/data/processtemplates/index.js +2 -2
  378. package/internal-do-not-import-from-here/models/data/processtypes/ProcessReviewReminder.d.ts +23 -23
  379. package/internal-do-not-import-from-here/models/data/processtypes/ProcessReviewReminder.js +21 -21
  380. package/internal-do-not-import-from-here/models/data/processtypes/ProcessType.d.ts +14 -14
  381. package/internal-do-not-import-from-here/models/data/processtypes/ProcessType.js +1 -1
  382. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeGroupSettings.d.ts +6 -6
  383. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeGroupSettings.js +1 -1
  384. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.d.ts +31 -31
  385. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeItemSettings.js +1 -1
  386. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.d.ts +17 -17
  387. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeSettings.js +39 -39
  388. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeTermSynchronizationStatus.d.ts +14 -14
  389. package/internal-do-not-import-from-here/models/data/processtypes/ProcessTypeTermSynchronizationStatus.js +7 -7
  390. package/internal-do-not-import-from-here/models/data/processtypes/ReviewReminderTaskSettings.d.ts +12 -12
  391. package/internal-do-not-import-from-here/models/data/processtypes/ReviewReminderTaskSettings.js +17 -17
  392. package/internal-do-not-import-from-here/models/data/processtypes/index.d.ts +7 -7
  393. package/internal-do-not-import-from-here/models/data/processtypes/index.js +7 -7
  394. package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflow.d.ts +14 -14
  395. package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflow.js +1 -1
  396. package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowApprovalData.d.ts +4 -4
  397. package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowApprovalData.js +1 -1
  398. package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowData.d.ts +5 -5
  399. package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowData.js +1 -1
  400. package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowTask.d.ts +20 -20
  401. package/internal-do-not-import-from-here/models/data/processworkflows/ProcessWorkflowTask.js +1 -1
  402. package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithApprovalRequest.d.ts +7 -7
  403. package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithApprovalRequest.js +1 -1
  404. package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithoutApprovalRequest.d.ts +11 -11
  405. package/internal-do-not-import-from-here/models/data/processworkflows/PublishProcessWithoutApprovalRequest.js +1 -1
  406. package/internal-do-not-import-from-here/models/data/processworkflows/index.d.ts +6 -6
  407. package/internal-do-not-import-from-here/models/data/processworkflows/index.js +6 -6
  408. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetBooleanItemSettings.d.ts +6 -6
  409. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetBooleanItemSettings.js +1 -1
  410. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetDateTimeItemSettings.d.ts +6 -6
  411. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetDateTimeItemSettings.js +1 -1
  412. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetEnterpriseKeywordsItemSettings.d.ts +6 -6
  413. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetEnterpriseKeywordsItemSettings.js +1 -1
  414. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetItemSettings.d.ts +9 -9
  415. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetItemSettings.js +1 -1
  416. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetNumberItemSettings.d.ts +6 -6
  417. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetNumberItemSettings.js +1 -1
  418. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetPersonItemSettings.d.ts +6 -6
  419. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetPersonItemSettings.js +1 -1
  420. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetRichTextItemSettings.d.ts +6 -6
  421. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetRichTextItemSettings.js +1 -1
  422. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTagsItemSettings.d.ts +6 -6
  423. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTagsItemSettings.js +1 -1
  424. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTaxonomyItemSettings.d.ts +6 -6
  425. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTaxonomyItemSettings.js +1 -1
  426. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTextItemSettings.d.ts +6 -6
  427. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/PropertySetTextItemSettings.js +1 -1
  428. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/index.d.ts +10 -10
  429. package/internal-do-not-import-from-here/models/data/propertysetItemsettings/index.js +10 -10
  430. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/AnyonePublishingApprovalSettings.d.ts +4 -4
  431. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/AnyonePublishingApprovalSettings.js +1 -1
  432. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/GroupPublishingApprovalSettings.d.ts +4 -4
  433. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/GroupPublishingApprovalSettings.js +1 -1
  434. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/LimitedUsersPublishingApprovalSettings.d.ts +6 -6
  435. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/LimitedUsersPublishingApprovalSettings.js +1 -1
  436. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PersonPropertyPublishingApprovalSettings.d.ts +6 -6
  437. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PersonPropertyPublishingApprovalSettings.js +1 -1
  438. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PublishingApprovalSettings.d.ts +17 -17
  439. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/PublishingApprovalSettings.js +50 -50
  440. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/TermDrivenPublishingApprovalSettings.d.ts +14 -14
  441. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/TermDrivenPublishingApprovalSettings.js +1 -1
  442. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/index.d.ts +6 -6
  443. package/internal-do-not-import-from-here/models/data/publishingapprovalsettings/index.js +6 -6
  444. package/internal-do-not-import-from-here/models/data/retention/Retention.d.ts +10 -10
  445. package/internal-do-not-import-from-here/models/data/retention/Retention.js +1 -1
  446. package/internal-do-not-import-from-here/models/data/retention/index.d.ts +1 -1
  447. package/internal-do-not-import-from-here/models/data/retention/index.js +1 -1
  448. package/internal-do-not-import-from-here/models/data/reviewreminderschedule/PropertySchedule.d.ts +6 -6
  449. package/internal-do-not-import-from-here/models/data/reviewreminderschedule/PropertySchedule.js +1 -1
  450. package/internal-do-not-import-from-here/models/data/reviewreminderschedule/ReviewReminderSchedule.d.ts +20 -20
  451. package/internal-do-not-import-from-here/models/data/reviewreminderschedule/ReviewReminderSchedule.js +39 -39
  452. package/internal-do-not-import-from-here/models/data/reviewreminderschedule/TimeAfterPublishingSchedule.d.ts +6 -6
  453. package/internal-do-not-import-from-here/models/data/reviewreminderschedule/TimeAfterPublishingSchedule.js +1 -1
  454. package/internal-do-not-import-from-here/models/data/reviewreminderschedule/index.d.ts +3 -3
  455. package/internal-do-not-import-from-here/models/data/reviewreminderschedule/index.js +3 -3
  456. package/internal-do-not-import-from-here/models/data/security/AuthorAndDefaultReaderUpdateInput.d.ts +6 -6
  457. package/internal-do-not-import-from-here/models/data/security/AuthorAndDefaultReaderUpdateInput.js +1 -1
  458. package/internal-do-not-import-from-here/models/data/security/index.d.ts +1 -1
  459. package/internal-do-not-import-from-here/models/data/security/index.js +1 -1
  460. package/internal-do-not-import-from-here/models/data/settings/GlobalSettings.d.ts +14 -14
  461. package/internal-do-not-import-from-here/models/data/settings/GlobalSettings.js +24 -24
  462. package/internal-do-not-import-from-here/models/data/settings/ProcessGlobalSettings.d.ts +5 -5
  463. package/internal-do-not-import-from-here/models/data/settings/ProcessGlobalSettings.js +16 -16
  464. package/internal-do-not-import-from-here/models/data/settings/Setting.d.ts +7 -7
  465. package/internal-do-not-import-from-here/models/data/settings/Setting.js +16 -16
  466. package/internal-do-not-import-from-here/models/data/settings/SiteGroupIdSettings.d.ts +7 -7
  467. package/internal-do-not-import-from-here/models/data/settings/SiteGroupIdSettings.js +18 -18
  468. package/internal-do-not-import-from-here/models/data/settings/index.d.ts +4 -4
  469. package/internal-do-not-import-from-here/models/data/settings/index.js +4 -4
  470. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingFreeformShapeDefinition.d.ts +5 -5
  471. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingFreeformShapeDefinition.js +1 -1
  472. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingImageShapeDefinition.d.ts +9 -9
  473. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingImageShapeDefinition.js +1 -1
  474. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingPentagonShapeDefinition.d.ts +6 -6
  475. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingPentagonShapeDefinition.js +1 -1
  476. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingRectShapeDefinition.d.ts +5 -5
  477. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingRectShapeDefinition.js +1 -1
  478. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinition.d.ts +5 -5
  479. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinition.js +1 -1
  480. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.d.ts +24 -24
  481. package/internal-do-not-import-from-here/models/data/shapedefinitions/DrawingShapeDefinitionProperties.js +1 -1
  482. package/internal-do-not-import-from-here/models/data/shapedefinitions/HeadingShapeDefinition.d.ts +4 -4
  483. package/internal-do-not-import-from-here/models/data/shapedefinitions/HeadingShapeDefinition.js +1 -1
  484. package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.d.ts +21 -21
  485. package/internal-do-not-import-from-here/models/data/shapedefinitions/ShapeDefinition.js +36 -36
  486. package/internal-do-not-import-from-here/models/data/shapedefinitions/index.d.ts +8 -8
  487. package/internal-do-not-import-from-here/models/data/shapedefinitions/index.js +8 -8
  488. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.d.ts +16 -16
  489. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplate.js +19 -19
  490. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateFreeformSettings.d.ts +7 -7
  491. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateFreeformSettings.js +1 -1
  492. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateMediaSettings.d.ts +7 -7
  493. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateMediaSettings.js +1 -1
  494. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplatePentagonSettings.d.ts +8 -8
  495. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplatePentagonSettings.js +1 -1
  496. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateRectSettings.d.ts +5 -5
  497. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateRectSettings.js +1 -1
  498. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateSettings.d.ts +4 -4
  499. package/internal-do-not-import-from-here/models/data/shapetemplates/ShapeTemplateSettings.js +1 -1
  500. package/internal-do-not-import-from-here/models/data/shapetemplates/index.d.ts +6 -6
  501. package/internal-do-not-import-from-here/models/data/shapetemplates/index.js +6 -6
  502. package/internal-do-not-import-from-here/models/data/shared/AuditingInformation.d.ts +7 -7
  503. package/internal-do-not-import-from-here/models/data/shared/AuditingInformation.js +1 -1
  504. package/internal-do-not-import-from-here/models/data/shared/PagingRequest.d.ts +8 -8
  505. package/internal-do-not-import-from-here/models/data/shared/PagingRequest.js +1 -1
  506. package/internal-do-not-import-from-here/models/data/shared/index.d.ts +2 -2
  507. package/internal-do-not-import-from-here/models/data/shared/index.js +2 -2
  508. package/internal-do-not-import-from-here/models/data/sharepoint/SPFilter.d.ts +7 -7
  509. package/internal-do-not-import-from-here/models/data/sharepoint/SPFilter.js +1 -1
  510. package/internal-do-not-import-from-here/models/data/sharepoint/SPFolder.d.ts +9 -9
  511. package/internal-do-not-import-from-here/models/data/sharepoint/SPFolder.js +1 -1
  512. package/internal-do-not-import-from-here/models/data/sharepoint/SPList.d.ts +8 -8
  513. package/internal-do-not-import-from-here/models/data/sharepoint/SPList.js +1 -1
  514. package/internal-do-not-import-from-here/models/data/sharepoint/SPListItem.d.ts +4 -4
  515. package/internal-do-not-import-from-here/models/data/sharepoint/SPListItem.js +1 -1
  516. package/internal-do-not-import-from-here/models/data/sharepoint/SPRefinement.d.ts +6 -6
  517. package/internal-do-not-import-from-here/models/data/sharepoint/SPRefinement.js +1 -1
  518. package/internal-do-not-import-from-here/models/data/sharepoint/SPRefiner.d.ts +5 -5
  519. package/internal-do-not-import-from-here/models/data/sharepoint/SPRefiner.js +1 -1
  520. package/internal-do-not-import-from-here/models/data/sharepoint/SPSite.d.ts +9 -9
  521. package/internal-do-not-import-from-here/models/data/sharepoint/SPSite.js +1 -1
  522. package/internal-do-not-import-from-here/models/data/sharepoint/SharePointUser.d.ts +6 -6
  523. package/internal-do-not-import-from-here/models/data/sharepoint/SharePointUser.js +1 -1
  524. package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointPersonField.d.ts +6 -6
  525. package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointPersonField.js +1 -1
  526. package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointTaxonomyField.d.ts +6 -6
  527. package/internal-do-not-import-from-here/models/data/sharepoint/fields/ArchivedSharePointTaxonomyField.js +1 -1
  528. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointBooleanField.d.ts +6 -6
  529. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointBooleanField.js +1 -1
  530. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointDateTimeField.d.ts +7 -7
  531. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointDateTimeField.js +1 -1
  532. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.d.ts +19 -19
  533. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointField.js +1 -1
  534. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointNumberField.d.ts +6 -6
  535. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointNumberField.js +1 -1
  536. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointPersonField.d.ts +7 -7
  537. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointPersonField.js +1 -1
  538. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTaxonomyField.d.ts +10 -10
  539. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTaxonomyField.js +1 -1
  540. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTextField.d.ts +6 -6
  541. package/internal-do-not-import-from-here/models/data/sharepoint/fields/SharePointTextField.js +1 -1
  542. package/internal-do-not-import-from-here/models/data/sharepoint/fields/index.d.ts +9 -9
  543. package/internal-do-not-import-from-here/models/data/sharepoint/fields/index.js +9 -9
  544. package/internal-do-not-import-from-here/models/data/sharepoint/index.d.ts +9 -9
  545. package/internal-do-not-import-from-here/models/data/sharepoint/index.js +9 -9
  546. package/internal-do-not-import-from-here/models/data/sharepointtasks/CSOMSharePointTaskResponse.d.ts +6 -6
  547. package/internal-do-not-import-from-here/models/data/sharepointtasks/CSOMSharePointTaskResponse.js +1 -1
  548. package/internal-do-not-import-from-here/models/data/sharepointtasks/GraphSharePointTaskResponse.d.ts +5 -5
  549. package/internal-do-not-import-from-here/models/data/sharepointtasks/GraphSharePointTaskResponse.js +1 -1
  550. package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTask.d.ts +21 -21
  551. package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTask.js +1 -1
  552. package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTaskRequest.d.ts +12 -12
  553. package/internal-do-not-import-from-here/models/data/sharepointtasks/SharePointTaskRequest.js +1 -1
  554. package/internal-do-not-import-from-here/models/data/sharepointtasks/index.d.ts +4 -4
  555. package/internal-do-not-import-from-here/models/data/sharepointtasks/index.js +4 -4
  556. package/internal-do-not-import-from-here/models/data/tasks/ApprovalTask.d.ts +7 -7
  557. package/internal-do-not-import-from-here/models/data/tasks/ApprovalTask.js +1 -1
  558. package/internal-do-not-import-from-here/models/data/tasks/CompleteReviewReminderTaskRequest.d.ts +6 -6
  559. package/internal-do-not-import-from-here/models/data/tasks/CompleteReviewReminderTaskRequest.js +1 -1
  560. package/internal-do-not-import-from-here/models/data/tasks/DocumentTask.d.ts +21 -21
  561. package/internal-do-not-import-from-here/models/data/tasks/DocumentTask.js +1 -1
  562. package/internal-do-not-import-from-here/models/data/tasks/DocumentTaskDetail.d.ts +5 -5
  563. package/internal-do-not-import-from-here/models/data/tasks/DocumentTaskDetail.js +1 -1
  564. package/internal-do-not-import-from-here/models/data/tasks/ReviewTask.d.ts +7 -7
  565. package/internal-do-not-import-from-here/models/data/tasks/ReviewTask.js +1 -1
  566. package/internal-do-not-import-from-here/models/data/tasks/ReviewTaskParams.d.ts +12 -12
  567. package/internal-do-not-import-from-here/models/data/tasks/ReviewTaskParams.js +1 -1
  568. package/internal-do-not-import-from-here/models/data/tasks/SetNewReviewDateRequest.d.ts +5 -5
  569. package/internal-do-not-import-from-here/models/data/tasks/SetNewReviewDateRequest.js +1 -1
  570. package/internal-do-not-import-from-here/models/data/tasks/TaskItemResponse.d.ts +6 -6
  571. package/internal-do-not-import-from-here/models/data/tasks/TaskItemResponse.js +1 -1
  572. package/internal-do-not-import-from-here/models/data/tasks/index.d.ts +8 -8
  573. package/internal-do-not-import-from-here/models/data/tasks/index.js +8 -8
  574. package/internal-do-not-import-from-here/models/data/workflows/ApprovalWorkflowData.d.ts +5 -5
  575. package/internal-do-not-import-from-here/models/data/workflows/ApprovalWorkflowData.js +1 -1
  576. package/internal-do-not-import-from-here/models/data/workflows/DocumentHistory.d.ts +9 -9
  577. package/internal-do-not-import-from-here/models/data/workflows/DocumentHistory.js +1 -1
  578. package/internal-do-not-import-from-here/models/data/workflows/DocumentHistoryMetadata.d.ts +10 -10
  579. package/internal-do-not-import-from-here/models/data/workflows/DocumentHistoryMetadata.js +1 -1
  580. package/internal-do-not-import-from-here/models/data/workflows/Workflow.d.ts +15 -15
  581. package/internal-do-not-import-from-here/models/data/workflows/Workflow.js +1 -1
  582. package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.d.ts +16 -16
  583. package/internal-do-not-import-from-here/models/data/workflows/WorkflowHistory.js +1 -1
  584. package/internal-do-not-import-from-here/models/data/workflows/WorkflowTask.d.ts +8 -8
  585. package/internal-do-not-import-from-here/models/data/workflows/WorkflowTask.js +1 -1
  586. package/internal-do-not-import-from-here/models/data/workflows/WorkflowTaskHistory.d.ts +9 -9
  587. package/internal-do-not-import-from-here/models/data/workflows/WorkflowTaskHistory.js +1 -1
  588. package/internal-do-not-import-from-here/models/data/workflows/index.d.ts +7 -7
  589. package/internal-do-not-import-from-here/models/data/workflows/index.js +7 -7
  590. package/internal-do-not-import-from-here/models/index.d.ts +15 -15
  591. package/internal-do-not-import-from-here/models/index.js +16 -16
  592. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.d.ts +15 -15
  593. package/internal-do-not-import-from-here/models/mediapicker/MediaPickerProviderContext.js +28 -28
  594. package/internal-do-not-import-from-here/models/mediapicker/index.d.ts +1 -1
  595. package/internal-do-not-import-from-here/models/mediapicker/index.js +1 -1
  596. package/internal-do-not-import-from-here/models/messaging/DocumentLibraryViewRegistration.d.ts +9 -9
  597. package/internal-do-not-import-from-here/models/messaging/DocumentLibraryViewRegistration.js +1 -1
  598. package/internal-do-not-import-from-here/models/messaging/DocumentRollupViewRegistration.d.ts +9 -9
  599. package/internal-do-not-import-from-here/models/messaging/DocumentRollupViewRegistration.js +1 -1
  600. package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.d.ts +9 -9
  601. package/internal-do-not-import-from-here/models/messaging/ProcessRollupViewRegistration.js +1 -1
  602. package/internal-do-not-import-from-here/models/messaging/index.d.ts +3 -3
  603. package/internal-do-not-import-from-here/models/messaging/index.js +3 -3
  604. package/internal-do-not-import-from-here/models/paging/IPagingServerQuery.d.ts +17 -17
  605. package/internal-do-not-import-from-here/models/paging/IPagingServerQuery.js +1 -1
  606. package/internal-do-not-import-from-here/models/paging/PagingServerQuery.d.ts +18 -18
  607. package/internal-do-not-import-from-here/models/paging/PagingServerQuery.js +44 -44
  608. package/internal-do-not-import-from-here/models/paging/index.d.ts +2 -2
  609. package/internal-do-not-import-from-here/models/paging/index.js +2 -2
  610. package/internal-do-not-import-from-here/models/processes/ProcessBooleanPropertyInfo.d.ts +6 -6
  611. package/internal-do-not-import-from-here/models/processes/ProcessBooleanPropertyInfo.js +1 -1
  612. package/internal-do-not-import-from-here/models/processes/ProcessDatetimePropertyInfo.d.ts +7 -7
  613. package/internal-do-not-import-from-here/models/processes/ProcessDatetimePropertyInfo.js +1 -1
  614. package/internal-do-not-import-from-here/models/processes/ProcessMoveInfo.d.ts +6 -6
  615. package/internal-do-not-import-from-here/models/processes/ProcessMoveInfo.js +1 -1
  616. package/internal-do-not-import-from-here/models/processes/ProcessNumberPropertyInfo.d.ts +6 -6
  617. package/internal-do-not-import-from-here/models/processes/ProcessNumberPropertyInfo.js +1 -1
  618. package/internal-do-not-import-from-here/models/processes/ProcessPersonPropertyInfo.d.ts +7 -7
  619. package/internal-do-not-import-from-here/models/processes/ProcessPersonPropertyInfo.js +1 -1
  620. package/internal-do-not-import-from-here/models/processes/ProcessPropertyInfo.d.ts +8 -8
  621. package/internal-do-not-import-from-here/models/processes/ProcessPropertyInfo.js +1 -1
  622. package/internal-do-not-import-from-here/models/processes/ProcessReference.d.ts +7 -7
  623. package/internal-do-not-import-from-here/models/processes/ProcessReference.js +1 -1
  624. package/internal-do-not-import-from-here/models/processes/ProcessReferenceData.d.ts +18 -18
  625. package/internal-do-not-import-from-here/models/processes/ProcessReferenceData.js +1 -1
  626. package/internal-do-not-import-from-here/models/processes/ProcessTaxonomyPropertyInfo.d.ts +10 -10
  627. package/internal-do-not-import-from-here/models/processes/ProcessTaxonomyPropertyInfo.js +1 -1
  628. package/internal-do-not-import-from-here/models/processes/ProcessTextPropertyInfo.d.ts +6 -6
  629. package/internal-do-not-import-from-here/models/processes/ProcessTextPropertyInfo.js +1 -1
  630. package/internal-do-not-import-from-here/models/processes/index.d.ts +10 -10
  631. package/internal-do-not-import-from-here/models/processes/index.js +10 -10
  632. package/internal-do-not-import-from-here/models/richtexteditorextensions/EmoticonsExtension.d.ts +13 -13
  633. package/internal-do-not-import-from-here/models/richtexteditorextensions/EmoticonsExtension.js +1 -1
  634. package/internal-do-not-import-from-here/models/richtexteditorextensions/index.d.ts +1 -1
  635. package/internal-do-not-import-from-here/models/richtexteditorextensions/index.js +1 -1
  636. package/internal-do-not-import-from-here/models/route/OPMRoute.d.ts +16 -16
  637. package/internal-do-not-import-from-here/models/route/OPMRoute.js +1 -1
  638. package/internal-do-not-import-from-here/models/route/OPMRouteStateData.d.ts +3 -3
  639. package/internal-do-not-import-from-here/models/route/OPMRouteStateData.js +1 -1
  640. package/internal-do-not-import-from-here/models/route/index.d.ts +2 -2
  641. package/internal-do-not-import-from-here/models/route/index.js +2 -2
  642. package/internal-do-not-import-from-here/models/shared/IdDict.d.ts +3 -3
  643. package/internal-do-not-import-from-here/models/shared/IdDict.js +1 -1
  644. package/internal-do-not-import-from-here/models/shared/Version.d.ts +4 -4
  645. package/internal-do-not-import-from-here/models/shared/Version.js +1 -1
  646. package/internal-do-not-import-from-here/models/shared/index.d.ts +2 -2
  647. package/internal-do-not-import-from-here/models/shared/index.js +2 -2
  648. package/internal-do-not-import-from-here/models/styles/AddShapePanelStyles.d.ts +4 -4
  649. package/internal-do-not-import-from-here/models/styles/AddShapePanelStyles.js +1 -1
  650. package/internal-do-not-import-from-here/models/styles/DialogStyles.d.ts +20 -20
  651. package/internal-do-not-import-from-here/models/styles/DialogStyles.js +3 -3
  652. package/internal-do-not-import-from-here/models/styles/DrawingCanvasSettingsStyles.d.ts +4 -4
  653. package/internal-do-not-import-from-here/models/styles/DrawingCanvasSettingsStyles.js +1 -1
  654. package/internal-do-not-import-from-here/models/styles/FreeformPickerStyles.d.ts +1 -1
  655. package/internal-do-not-import-from-here/models/styles/FreeformPickerStyles.js +1 -1
  656. package/internal-do-not-import-from-here/models/styles/IColor.d.ts +12 -12
  657. package/internal-do-not-import-from-here/models/styles/IColor.js +1 -1
  658. package/internal-do-not-import-from-here/models/styles/MediaPickerStyles.d.ts +5 -5
  659. package/internal-do-not-import-from-here/models/styles/MediaPickerStyles.js +1 -1
  660. package/internal-do-not-import-from-here/models/styles/NavigationNodeStyles.d.ts +13 -13
  661. package/internal-do-not-import-from-here/models/styles/NavigationNodeStyles.js +1 -1
  662. package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.d.ts +14 -14
  663. package/internal-do-not-import-from-here/models/styles/ProcessDesignerStyles.js +5 -5
  664. package/internal-do-not-import-from-here/models/styles/ProcessFieldDisplayStyles.d.ts +1 -1
  665. package/internal-do-not-import-from-here/models/styles/ProcessFieldDisplayStyles.js +1 -1
  666. package/internal-do-not-import-from-here/models/styles/ProcessPickerStyles.d.ts +9 -9
  667. package/internal-do-not-import-from-here/models/styles/ProcessPickerStyles.js +1 -1
  668. package/internal-do-not-import-from-here/models/styles/ProcessStepDrawingStyles.d.ts +10 -10
  669. package/internal-do-not-import-from-here/models/styles/ProcessStepDrawingStyles.js +1 -1
  670. package/internal-do-not-import-from-here/models/styles/ProcessStepPickerStyles.d.ts +11 -11
  671. package/internal-do-not-import-from-here/models/styles/ProcessStepPickerStyles.js +1 -1
  672. package/internal-do-not-import-from-here/models/styles/ShapeGalleryDefaultSettingStyles.d.ts +6 -6
  673. package/internal-do-not-import-from-here/models/styles/ShapeGalleryDefaultSettingStyles.js +1 -1
  674. package/internal-do-not-import-from-here/models/styles/ShapeSelectionStyles.d.ts +12 -12
  675. package/internal-do-not-import-from-here/models/styles/ShapeSelectionStyles.js +1 -1
  676. package/internal-do-not-import-from-here/models/styles/ShapeSettingsStyles.d.ts +5 -5
  677. package/internal-do-not-import-from-here/models/styles/ShapeSettingsStyles.js +1 -1
  678. package/internal-do-not-import-from-here/models/styles/ShapeTypeStyles.d.ts +8 -8
  679. package/internal-do-not-import-from-here/models/styles/ShapeTypeStyles.js +1 -1
  680. package/internal-do-not-import-from-here/models/styles/TitleBlockStyles.d.ts +5 -5
  681. package/internal-do-not-import-from-here/models/styles/TitleBlockStyles.js +1 -1
  682. package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.d.ts +5 -5
  683. package/internal-do-not-import-from-here/models/styles/UnpublishProcessDialogStyles.js +1 -1
  684. package/internal-do-not-import-from-here/models/styles/index.d.ts +18 -18
  685. package/internal-do-not-import-from-here/models/styles/index.js +18 -18
  686. package/internal-do-not-import-from-here/processshape/fabricshape/FabricShapeData.d.ts +18 -18
  687. package/internal-do-not-import-from-here/processshape/fabricshape/index.d.ts +1 -1
  688. package/internal-do-not-import-from-here/processshape/index.d.ts +2 -2
  689. package/internal-do-not-import-from-here/processshape/shapes/Shape.d.ts +34 -34
  690. package/internal-do-not-import-from-here/processshape/shapes/ShapeObject.d.ts +9 -9
  691. package/internal-do-not-import-from-here/processshape/shapes/index.d.ts +2 -2
  692. package/internal-do-not-import-from-here/routing/OPMRouter.d.ts +40 -40
  693. package/internal-do-not-import-from-here/routing/index.d.ts +1 -1
  694. package/internal-do-not-import-from-here/security/security.d.ts +14 -14
  695. package/internal-do-not-import-from-here/services/ImageService.d.ts +6 -6
  696. package/internal-do-not-import-from-here/services/MoveProcessService.d.ts +5 -5
  697. package/internal-do-not-import-from-here/services/PermissionService.d.ts +6 -6
  698. package/internal-do-not-import-from-here/services/ProcessFeedbackService.d.ts +9 -9
  699. package/internal-do-not-import-from-here/services/ProcessRollupService.d.ts +8 -8
  700. package/internal-do-not-import-from-here/services/ProcessService.d.ts +38 -38
  701. package/internal-do-not-import-from-here/services/ProcessTemplateService.d.ts +12 -12
  702. package/internal-do-not-import-from-here/services/ProcessTypeService.d.ts +14 -14
  703. package/internal-do-not-import-from-here/services/QueryablePropertiesService.d.ts +10 -10
  704. package/internal-do-not-import-from-here/services/SettingsService.d.ts +8 -8
  705. package/internal-do-not-import-from-here/services/ShapeTemplateService.d.ts +12 -12
  706. package/internal-do-not-import-from-here/services/SharePointTaskService.d.ts +7 -7
  707. package/internal-do-not-import-from-here/services/TeamAppPropertyService.d.ts +8 -8
  708. package/internal-do-not-import-from-here/services/index.d.ts +13 -13
  709. package/internal-do-not-import-from-here/settingsprovider/DocumentRollupSettingsProvider.d.ts +13 -13
  710. package/internal-do-not-import-from-here/settingsprovider/PageRollupSettingsProvider.d.ts +13 -13
  711. package/internal-do-not-import-from-here/settingsprovider/index.d.ts +2 -2
  712. package/internal-do-not-import-from-here/stores/CurrentProcessStore.d.ts +58 -58
  713. package/internal-do-not-import-from-here/stores/ProcessStore.d.ts +76 -76
  714. package/internal-do-not-import-from-here/stores/ProcessTemplateStore.d.ts +21 -21
  715. package/internal-do-not-import-from-here/stores/ProcessTypeStore.d.ts +42 -42
  716. package/internal-do-not-import-from-here/stores/SettingsStore.d.ts +22 -22
  717. package/internal-do-not-import-from-here/stores/ShapeTemplateStore.d.ts +21 -21
  718. package/internal-do-not-import-from-here/stores/index.d.ts +6 -6
  719. package/internal-do-not-import-from-here/utils.d.ts +33 -33
  720. package/models/index.d.ts +3 -3
  721. package/models/index.js +6 -6
  722. package/models/package.json +28 -28
  723. package/package.json +28 -28
  724. package/task.d.ts +1 -1
  725. package/task.js +19 -19
  726. package/task.ts +26 -26
@@ -1,8 +1,8 @@
1
- export * from './DocumentType';
2
- export * from './DocumentTypeSettings';
3
- export * from './DocumentTypeGroupSettings';
4
- export * from './DocumentTypeItemSettings';
5
- export * from './ReviewReminder';
6
- export * from './ReviewReminderTask';
7
- export * from './DocumentTypeTermSynchronizationStatus';
8
- export * from './retentions';
1
+ export * from './DocumentType';
2
+ export * from './DocumentTypeSettings';
3
+ export * from './DocumentTypeGroupSettings';
4
+ export * from './DocumentTypeItemSettings';
5
+ export * from './ReviewReminder';
6
+ export * from './ReviewReminderTask';
7
+ export * from './DocumentTypeTermSynchronizationStatus';
8
+ export * from './retentions';
@@ -1,9 +1,9 @@
1
- import { RetentionSettings } from '.';
2
- import { TimePeriodSettings } from '@omnia/fx-models';
3
- export interface CalculatedRetention extends RetentionSettings {
4
- /**
5
- * @deprecated Since Omnia 6.0. Use dateTimeEnterprisePropertyDefinitionId instead.
6
- */
7
- lastPublished?: boolean;
8
- settings: TimePeriodSettings;
9
- }
1
+ import { RetentionSettings } from '.';
2
+ import { TimePeriodSettings } from '@omnia/fx-models';
3
+ export interface CalculatedRetention extends RetentionSettings {
4
+ /**
5
+ * @deprecated Since Omnia 6.0. Use dateTimeEnterprisePropertyDefinitionId instead.
6
+ */
7
+ lastPublished?: boolean;
8
+ settings: TimePeriodSettings;
9
+ }
@@ -1,4 +1,4 @@
1
- import { RetentionSettings, RetentionTypes } from '.';
2
- export interface PropertyRetention extends RetentionSettings {
3
- type: RetentionTypes.Property;
4
- }
1
+ import { RetentionSettings, RetentionTypes } from '.';
2
+ export interface PropertyRetention extends RetentionSettings {
3
+ type: RetentionTypes.Property;
4
+ }
@@ -1,16 +1,16 @@
1
- import { GuidValue } from '@omnia/fx-models';
2
- export declare enum RetentionTypes {
3
- Calculated = 0,
4
- Property = 1
5
- }
6
- export interface RetentionSettings {
7
- type: RetentionTypes;
8
- dateTimeEnterprisePropertyDefinitionId: GuidValue;
9
- }
10
- /**
11
- * NOTE: whenever an new property is added in settings, we need to define its initial value in factory
12
- * To ensure it fully react on view
13
- * */
14
- export declare const RetentionFactory: {
15
- createDefault(type?: RetentionTypes): RetentionSettings;
16
- };
1
+ import { GuidValue } from '@omnia/fx-models';
2
+ export declare enum RetentionTypes {
3
+ Calculated = 0,
4
+ Property = 1
5
+ }
6
+ export interface RetentionSettings {
7
+ type: RetentionTypes;
8
+ dateTimeEnterprisePropertyDefinitionId: GuidValue;
9
+ }
10
+ /**
11
+ * NOTE: whenever an new property is added in settings, we need to define its initial value in factory
12
+ * To ensure it fully react on view
13
+ * */
14
+ export declare const RetentionFactory: {
15
+ createDefault(type?: RetentionTypes): RetentionSettings;
16
+ };
@@ -1,35 +1,35 @@
1
- import { TimePeriodTypes } from '@omnia/fx-models';
2
- export var RetentionTypes;
3
- (function (RetentionTypes) {
4
- RetentionTypes[RetentionTypes["Calculated"] = 0] = "Calculated";
5
- RetentionTypes[RetentionTypes["Property"] = 1] = "Property";
6
- })(RetentionTypes || (RetentionTypes = {}));
7
- /**
8
- * NOTE: whenever an new property is added in settings, we need to define its initial value in factory
9
- * To ensure it fully react on view
10
- * */
11
- export var RetentionFactory = {
12
- createDefault: function (type) {
13
- if (type === void 0) { type = RetentionTypes.Calculated; }
14
- var settings = null;
15
- switch (type) {
16
- case RetentionTypes.Calculated:
17
- settings = {
18
- type: RetentionTypes.Calculated,
19
- dateTimeEnterprisePropertyDefinitionId: null,
20
- settings: {
21
- type: TimePeriodTypes.Years,
22
- value: 1
23
- }
24
- };
25
- break;
26
- case RetentionTypes.Property:
27
- settings = {
28
- type: RetentionTypes.Property,
29
- dateTimeEnterprisePropertyDefinitionId: null
30
- };
31
- break;
32
- }
33
- return settings;
34
- }
35
- };
1
+ import { TimePeriodTypes } from '@omnia/fx-models';
2
+ export var RetentionTypes;
3
+ (function (RetentionTypes) {
4
+ RetentionTypes[RetentionTypes["Calculated"] = 0] = "Calculated";
5
+ RetentionTypes[RetentionTypes["Property"] = 1] = "Property";
6
+ })(RetentionTypes || (RetentionTypes = {}));
7
+ /**
8
+ * NOTE: whenever an new property is added in settings, we need to define its initial value in factory
9
+ * To ensure it fully react on view
10
+ * */
11
+ export var RetentionFactory = {
12
+ createDefault: function (type) {
13
+ if (type === void 0) { type = RetentionTypes.Calculated; }
14
+ var settings = null;
15
+ switch (type) {
16
+ case RetentionTypes.Calculated:
17
+ settings = {
18
+ type: RetentionTypes.Calculated,
19
+ dateTimeEnterprisePropertyDefinitionId: null,
20
+ settings: {
21
+ type: TimePeriodTypes.Years,
22
+ value: 1
23
+ }
24
+ };
25
+ break;
26
+ case RetentionTypes.Property:
27
+ settings = {
28
+ type: RetentionTypes.Property,
29
+ dateTimeEnterprisePropertyDefinitionId: null
30
+ };
31
+ break;
32
+ }
33
+ return settings;
34
+ }
35
+ };
@@ -1,3 +1,3 @@
1
- export * from './RetentionSettings';
2
- export * from './PropertyRetention';
3
- export * from './CalculatedRetention';
1
+ export * from './RetentionSettings';
2
+ export * from './PropertyRetention';
3
+ export * from './CalculatedRetention';
@@ -1,3 +1,3 @@
1
- export * from './RetentionSettings';
2
- export * from './PropertyRetention';
3
- export * from './CalculatedRetention';
1
+ export * from './RetentionSettings';
2
+ export * from './PropertyRetention';
3
+ export * from './CalculatedRetention';
@@ -1,12 +1,12 @@
1
- import { DrawingShape } from './DrawingShape';
2
- import { MediaPickerImage } from "@omnia/fx-models";
3
- export interface ICanvasDefinition {
4
- backgroundImage?: MediaPickerImage;
5
- width: number;
6
- height: number;
7
- gridX?: number;
8
- gridY?: number;
9
- }
10
- export interface CanvasDefinition extends ICanvasDefinition {
11
- drawingShapes: Array<DrawingShape>;
12
- }
1
+ import { DrawingShape } from './DrawingShape';
2
+ import { MediaPickerImage } from "@omnia/fx-models";
3
+ export interface ICanvasDefinition {
4
+ backgroundImage?: MediaPickerImage;
5
+ width: number;
6
+ height: number;
7
+ gridX?: number;
8
+ gridY?: number;
9
+ }
10
+ export interface CanvasDefinition extends ICanvasDefinition {
11
+ drawingShapes: Array<DrawingShape>;
12
+ }
@@ -1,6 +1,6 @@
1
- import { GuidValue } from '@omnia/fx-models';
2
- import { DrawingShape, DrawingShapeTypes } from './DrawingShape';
3
- export interface CustomLinkDrawingShape extends DrawingShape {
4
- type: DrawingShapeTypes.CustomLink;
5
- linkId: GuidValue;
6
- }
1
+ import { GuidValue } from '@omnia/fx-models';
2
+ import { DrawingShape, DrawingShapeTypes } from './DrawingShape';
3
+ export interface CustomLinkDrawingShape extends DrawingShape {
4
+ type: DrawingShapeTypes.CustomLink;
5
+ linkId: GuidValue;
6
+ }
@@ -1,15 +1,15 @@
1
- import { GuidValue, MultilingualString } from '@omnia/fx-models';
2
- import { ShapeObject } from '../../../processshape';
3
- export declare enum DrawingShapeTypes {
4
- Undefined = 0,
5
- ProcessStep = 1,
6
- CustomLink = 2,
7
- ExternalProcessStep = 3
8
- }
9
- export interface DrawingShape {
10
- id: GuidValue;
11
- type: DrawingShapeTypes;
12
- shape: ShapeObject;
13
- title: MultilingualString;
14
- tooltip?: MultilingualString;
15
- }
1
+ import { GuidValue, MultilingualString } from '@omnia/fx-models';
2
+ import { ShapeObject } from '../../../processshape';
3
+ export declare enum DrawingShapeTypes {
4
+ Undefined = 0,
5
+ ProcessStep = 1,
6
+ CustomLink = 2,
7
+ ExternalProcessStep = 3
8
+ }
9
+ export interface DrawingShape {
10
+ id: GuidValue;
11
+ type: DrawingShapeTypes;
12
+ shape: ShapeObject;
13
+ title: MultilingualString;
14
+ tooltip?: MultilingualString;
15
+ }
@@ -1,7 +1,7 @@
1
- export var DrawingShapeTypes;
2
- (function (DrawingShapeTypes) {
3
- DrawingShapeTypes[DrawingShapeTypes["Undefined"] = 0] = "Undefined";
4
- DrawingShapeTypes[DrawingShapeTypes["ProcessStep"] = 1] = "ProcessStep";
5
- DrawingShapeTypes[DrawingShapeTypes["CustomLink"] = 2] = "CustomLink";
6
- DrawingShapeTypes[DrawingShapeTypes["ExternalProcessStep"] = 3] = "ExternalProcessStep";
7
- })(DrawingShapeTypes || (DrawingShapeTypes = {}));
1
+ export var DrawingShapeTypes;
2
+ (function (DrawingShapeTypes) {
3
+ DrawingShapeTypes[DrawingShapeTypes["Undefined"] = 0] = "Undefined";
4
+ DrawingShapeTypes[DrawingShapeTypes["ProcessStep"] = 1] = "ProcessStep";
5
+ DrawingShapeTypes[DrawingShapeTypes["CustomLink"] = 2] = "CustomLink";
6
+ DrawingShapeTypes[DrawingShapeTypes["ExternalProcessStep"] = 3] = "ExternalProcessStep";
7
+ })(DrawingShapeTypes || (DrawingShapeTypes = {}));
@@ -1,6 +1,6 @@
1
- import { GuidValue } from '@omnia/fx-models';
2
- import { DrawingShape, DrawingShapeTypes } from './DrawingShape';
3
- export interface ExternalProcessStepDrawingShape extends DrawingShape {
4
- type: DrawingShapeTypes.ExternalProcessStep;
5
- processStepId: GuidValue;
6
- }
1
+ import { GuidValue } from '@omnia/fx-models';
2
+ import { DrawingShape, DrawingShapeTypes } from './DrawingShape';
3
+ export interface ExternalProcessStepDrawingShape extends DrawingShape {
4
+ type: DrawingShapeTypes.ExternalProcessStep;
5
+ processStepId: GuidValue;
6
+ }
@@ -1,6 +1,6 @@
1
- import { DrawingShape, DrawingShapeTypes } from './DrawingShape';
2
- import { GuidValue } from '@omnia/fx-models';
3
- export interface ProcessStepDrawingShape extends DrawingShape {
4
- type: DrawingShapeTypes.ProcessStep;
5
- processStepId: GuidValue;
6
- }
1
+ import { DrawingShape, DrawingShapeTypes } from './DrawingShape';
2
+ import { GuidValue } from '@omnia/fx-models';
3
+ export interface ProcessStepDrawingShape extends DrawingShape {
4
+ type: DrawingShapeTypes.ProcessStep;
5
+ processStepId: GuidValue;
6
+ }
@@ -1,5 +1,5 @@
1
- export * from "./CustomLinkDrawingShape";
2
- export * from "./ProcessStepDrawingShape";
3
- export * from "./ExternalProcessStepDrawingShape";
4
- export * from "./DrawingShape";
5
- export * from "./CanvasDefinition";
1
+ export * from "./CustomLinkDrawingShape";
2
+ export * from "./ProcessStepDrawingShape";
3
+ export * from "./ExternalProcessStepDrawingShape";
4
+ export * from "./DrawingShape";
5
+ export * from "./CanvasDefinition";
@@ -1,5 +1,5 @@
1
- export * from "./CustomLinkDrawingShape";
2
- export * from "./ProcessStepDrawingShape";
3
- export * from "./ExternalProcessStepDrawingShape";
4
- export * from "./DrawingShape";
5
- export * from "./CanvasDefinition";
1
+ export * from "./CustomLinkDrawingShape";
2
+ export * from "./ProcessStepDrawingShape";
3
+ export * from "./ExternalProcessStepDrawingShape";
4
+ export * from "./DrawingShape";
5
+ export * from "./CanvasDefinition";
@@ -1,63 +1,63 @@
1
- export declare enum TextPosition {
2
- Above = 1,
3
- On = 2,
4
- Bottom = 3
5
- }
6
- export declare enum TextAlignment {
7
- Left = "left",
8
- Center = "center",
9
- Right = "right"
10
- }
11
- export declare enum ProcessVersionType {
12
- Draft = 0,
13
- CheckedOut = 1,
14
- Archived = 2,
15
- Published = 3
16
- }
17
- export declare enum ProcessStepType {
18
- Internal = 0,
19
- External = 1
20
- }
21
- export declare enum ProcessWorkingStatus {
22
- None = 0,
23
- SendingForReview = 1,
24
- SendingForReviewFailed = 2,
25
- SentForReview = 3,
26
- CancellingReview = 4,
27
- CancellingReviewFailed = 5,
28
- SendingForApproval = 6,
29
- SendingForApprovalFailed = 7,
30
- SentForApproval = 8,
31
- CancellingApproval = 9,
32
- CancellingApprovalFailed = 10,
33
- SyncingToSharePoint = 11,
34
- SyncingToSharePointFailed = 12,
35
- Archiving = 13,
36
- ArchivingFailed = 14,
37
- Moving = 15,
38
- MovingFailed = 16
39
- }
40
- export declare enum ProcessWorkflowType {
41
- ReviewWorkflow = 1,
42
- PublishWorkflow = 2,
43
- CreateDraft = 3,
44
- MovedProcess = 4
45
- }
46
- export declare enum WorkflowCompletedType {
47
- None = 0,
48
- AllTasksDone = 1,
49
- MeetDueDate = 2,
50
- Cancelled = 3
51
- }
52
- export declare enum TaskOutcome {
53
- Approved = 1,
54
- Rejected = 2
55
- }
56
- export declare enum ShapeTemplateType {
57
- CircleShape = 1,
58
- PentagonShape = 2,
59
- DiamondShape = 3,
60
- FreeformShape = 4,
61
- MediaShape = 5,
62
- RectShape = 6
63
- }
1
+ export declare enum TextPosition {
2
+ Above = 1,
3
+ On = 2,
4
+ Bottom = 3
5
+ }
6
+ export declare enum TextAlignment {
7
+ Left = "left",
8
+ Center = "center",
9
+ Right = "right"
10
+ }
11
+ export declare enum ProcessVersionType {
12
+ Draft = 0,
13
+ CheckedOut = 1,
14
+ Archived = 2,
15
+ Published = 3
16
+ }
17
+ export declare enum ProcessStepType {
18
+ Internal = 0,
19
+ External = 1
20
+ }
21
+ export declare enum ProcessWorkingStatus {
22
+ None = 0,
23
+ SendingForReview = 1,
24
+ SendingForReviewFailed = 2,
25
+ SentForReview = 3,
26
+ CancellingReview = 4,
27
+ CancellingReviewFailed = 5,
28
+ SendingForApproval = 6,
29
+ SendingForApprovalFailed = 7,
30
+ SentForApproval = 8,
31
+ CancellingApproval = 9,
32
+ CancellingApprovalFailed = 10,
33
+ SyncingToSharePoint = 11,
34
+ SyncingToSharePointFailed = 12,
35
+ Archiving = 13,
36
+ ArchivingFailed = 14,
37
+ Moving = 15,
38
+ MovingFailed = 16
39
+ }
40
+ export declare enum ProcessWorkflowType {
41
+ ReviewWorkflow = 1,
42
+ PublishWorkflow = 2,
43
+ CreateDraft = 3,
44
+ MovedProcess = 4
45
+ }
46
+ export declare enum WorkflowCompletedType {
47
+ None = 0,
48
+ AllTasksDone = 1,
49
+ MeetDueDate = 2,
50
+ Cancelled = 3
51
+ }
52
+ export declare enum TaskOutcome {
53
+ Approved = 1,
54
+ Rejected = 2
55
+ }
56
+ export declare enum ShapeTemplateType {
57
+ CircleShape = 1,
58
+ PentagonShape = 2,
59
+ DiamondShape = 3,
60
+ FreeformShape = 4,
61
+ MediaShape = 5,
62
+ RectShape = 6
63
+ }
@@ -1,72 +1,72 @@
1
- export var TextPosition;
2
- (function (TextPosition) {
3
- TextPosition[TextPosition["Above"] = 1] = "Above";
4
- TextPosition[TextPosition["On"] = 2] = "On";
5
- TextPosition[TextPosition["Bottom"] = 3] = "Bottom";
6
- })(TextPosition || (TextPosition = {}));
7
- export var TextAlignment;
8
- (function (TextAlignment) {
9
- TextAlignment["Left"] = "left";
10
- TextAlignment["Center"] = "center";
11
- TextAlignment["Right"] = "right";
12
- })(TextAlignment || (TextAlignment = {}));
13
- export var ProcessVersionType;
14
- (function (ProcessVersionType) {
15
- ProcessVersionType[ProcessVersionType["Draft"] = 0] = "Draft";
16
- ProcessVersionType[ProcessVersionType["CheckedOut"] = 1] = "CheckedOut";
17
- ProcessVersionType[ProcessVersionType["Archived"] = 2] = "Archived";
18
- ProcessVersionType[ProcessVersionType["Published"] = 3] = "Published";
19
- })(ProcessVersionType || (ProcessVersionType = {}));
20
- export var ProcessStepType;
21
- (function (ProcessStepType) {
22
- ProcessStepType[ProcessStepType["Internal"] = 0] = "Internal";
23
- ProcessStepType[ProcessStepType["External"] = 1] = "External";
24
- })(ProcessStepType || (ProcessStepType = {}));
25
- export var ProcessWorkingStatus;
26
- (function (ProcessWorkingStatus) {
27
- ProcessWorkingStatus[ProcessWorkingStatus["None"] = 0] = "None";
28
- ProcessWorkingStatus[ProcessWorkingStatus["SendingForReview"] = 1] = "SendingForReview";
29
- ProcessWorkingStatus[ProcessWorkingStatus["SendingForReviewFailed"] = 2] = "SendingForReviewFailed";
30
- ProcessWorkingStatus[ProcessWorkingStatus["SentForReview"] = 3] = "SentForReview";
31
- ProcessWorkingStatus[ProcessWorkingStatus["CancellingReview"] = 4] = "CancellingReview";
32
- ProcessWorkingStatus[ProcessWorkingStatus["CancellingReviewFailed"] = 5] = "CancellingReviewFailed";
33
- ProcessWorkingStatus[ProcessWorkingStatus["SendingForApproval"] = 6] = "SendingForApproval";
34
- ProcessWorkingStatus[ProcessWorkingStatus["SendingForApprovalFailed"] = 7] = "SendingForApprovalFailed";
35
- ProcessWorkingStatus[ProcessWorkingStatus["SentForApproval"] = 8] = "SentForApproval";
36
- ProcessWorkingStatus[ProcessWorkingStatus["CancellingApproval"] = 9] = "CancellingApproval";
37
- ProcessWorkingStatus[ProcessWorkingStatus["CancellingApprovalFailed"] = 10] = "CancellingApprovalFailed";
38
- ProcessWorkingStatus[ProcessWorkingStatus["SyncingToSharePoint"] = 11] = "SyncingToSharePoint";
39
- ProcessWorkingStatus[ProcessWorkingStatus["SyncingToSharePointFailed"] = 12] = "SyncingToSharePointFailed";
40
- ProcessWorkingStatus[ProcessWorkingStatus["Archiving"] = 13] = "Archiving";
41
- ProcessWorkingStatus[ProcessWorkingStatus["ArchivingFailed"] = 14] = "ArchivingFailed";
42
- ProcessWorkingStatus[ProcessWorkingStatus["Moving"] = 15] = "Moving";
43
- ProcessWorkingStatus[ProcessWorkingStatus["MovingFailed"] = 16] = "MovingFailed";
44
- })(ProcessWorkingStatus || (ProcessWorkingStatus = {}));
45
- export var ProcessWorkflowType;
46
- (function (ProcessWorkflowType) {
47
- ProcessWorkflowType[ProcessWorkflowType["ReviewWorkflow"] = 1] = "ReviewWorkflow";
48
- ProcessWorkflowType[ProcessWorkflowType["PublishWorkflow"] = 2] = "PublishWorkflow";
49
- ProcessWorkflowType[ProcessWorkflowType["CreateDraft"] = 3] = "CreateDraft";
50
- ProcessWorkflowType[ProcessWorkflowType["MovedProcess"] = 4] = "MovedProcess";
51
- })(ProcessWorkflowType || (ProcessWorkflowType = {}));
52
- export var WorkflowCompletedType;
53
- (function (WorkflowCompletedType) {
54
- WorkflowCompletedType[WorkflowCompletedType["None"] = 0] = "None";
55
- WorkflowCompletedType[WorkflowCompletedType["AllTasksDone"] = 1] = "AllTasksDone";
56
- WorkflowCompletedType[WorkflowCompletedType["MeetDueDate"] = 2] = "MeetDueDate";
57
- WorkflowCompletedType[WorkflowCompletedType["Cancelled"] = 3] = "Cancelled";
58
- })(WorkflowCompletedType || (WorkflowCompletedType = {}));
59
- export var TaskOutcome;
60
- (function (TaskOutcome) {
61
- TaskOutcome[TaskOutcome["Approved"] = 1] = "Approved";
62
- TaskOutcome[TaskOutcome["Rejected"] = 2] = "Rejected";
63
- })(TaskOutcome || (TaskOutcome = {}));
64
- export var ShapeTemplateType;
65
- (function (ShapeTemplateType) {
66
- ShapeTemplateType[ShapeTemplateType["CircleShape"] = 1] = "CircleShape";
67
- ShapeTemplateType[ShapeTemplateType["PentagonShape"] = 2] = "PentagonShape";
68
- ShapeTemplateType[ShapeTemplateType["DiamondShape"] = 3] = "DiamondShape";
69
- ShapeTemplateType[ShapeTemplateType["FreeformShape"] = 4] = "FreeformShape";
70
- ShapeTemplateType[ShapeTemplateType["MediaShape"] = 5] = "MediaShape";
71
- ShapeTemplateType[ShapeTemplateType["RectShape"] = 6] = "RectShape";
72
- })(ShapeTemplateType || (ShapeTemplateType = {}));
1
+ export var TextPosition;
2
+ (function (TextPosition) {
3
+ TextPosition[TextPosition["Above"] = 1] = "Above";
4
+ TextPosition[TextPosition["On"] = 2] = "On";
5
+ TextPosition[TextPosition["Bottom"] = 3] = "Bottom";
6
+ })(TextPosition || (TextPosition = {}));
7
+ export var TextAlignment;
8
+ (function (TextAlignment) {
9
+ TextAlignment["Left"] = "left";
10
+ TextAlignment["Center"] = "center";
11
+ TextAlignment["Right"] = "right";
12
+ })(TextAlignment || (TextAlignment = {}));
13
+ export var ProcessVersionType;
14
+ (function (ProcessVersionType) {
15
+ ProcessVersionType[ProcessVersionType["Draft"] = 0] = "Draft";
16
+ ProcessVersionType[ProcessVersionType["CheckedOut"] = 1] = "CheckedOut";
17
+ ProcessVersionType[ProcessVersionType["Archived"] = 2] = "Archived";
18
+ ProcessVersionType[ProcessVersionType["Published"] = 3] = "Published";
19
+ })(ProcessVersionType || (ProcessVersionType = {}));
20
+ export var ProcessStepType;
21
+ (function (ProcessStepType) {
22
+ ProcessStepType[ProcessStepType["Internal"] = 0] = "Internal";
23
+ ProcessStepType[ProcessStepType["External"] = 1] = "External";
24
+ })(ProcessStepType || (ProcessStepType = {}));
25
+ export var ProcessWorkingStatus;
26
+ (function (ProcessWorkingStatus) {
27
+ ProcessWorkingStatus[ProcessWorkingStatus["None"] = 0] = "None";
28
+ ProcessWorkingStatus[ProcessWorkingStatus["SendingForReview"] = 1] = "SendingForReview";
29
+ ProcessWorkingStatus[ProcessWorkingStatus["SendingForReviewFailed"] = 2] = "SendingForReviewFailed";
30
+ ProcessWorkingStatus[ProcessWorkingStatus["SentForReview"] = 3] = "SentForReview";
31
+ ProcessWorkingStatus[ProcessWorkingStatus["CancellingReview"] = 4] = "CancellingReview";
32
+ ProcessWorkingStatus[ProcessWorkingStatus["CancellingReviewFailed"] = 5] = "CancellingReviewFailed";
33
+ ProcessWorkingStatus[ProcessWorkingStatus["SendingForApproval"] = 6] = "SendingForApproval";
34
+ ProcessWorkingStatus[ProcessWorkingStatus["SendingForApprovalFailed"] = 7] = "SendingForApprovalFailed";
35
+ ProcessWorkingStatus[ProcessWorkingStatus["SentForApproval"] = 8] = "SentForApproval";
36
+ ProcessWorkingStatus[ProcessWorkingStatus["CancellingApproval"] = 9] = "CancellingApproval";
37
+ ProcessWorkingStatus[ProcessWorkingStatus["CancellingApprovalFailed"] = 10] = "CancellingApprovalFailed";
38
+ ProcessWorkingStatus[ProcessWorkingStatus["SyncingToSharePoint"] = 11] = "SyncingToSharePoint";
39
+ ProcessWorkingStatus[ProcessWorkingStatus["SyncingToSharePointFailed"] = 12] = "SyncingToSharePointFailed";
40
+ ProcessWorkingStatus[ProcessWorkingStatus["Archiving"] = 13] = "Archiving";
41
+ ProcessWorkingStatus[ProcessWorkingStatus["ArchivingFailed"] = 14] = "ArchivingFailed";
42
+ ProcessWorkingStatus[ProcessWorkingStatus["Moving"] = 15] = "Moving";
43
+ ProcessWorkingStatus[ProcessWorkingStatus["MovingFailed"] = 16] = "MovingFailed";
44
+ })(ProcessWorkingStatus || (ProcessWorkingStatus = {}));
45
+ export var ProcessWorkflowType;
46
+ (function (ProcessWorkflowType) {
47
+ ProcessWorkflowType[ProcessWorkflowType["ReviewWorkflow"] = 1] = "ReviewWorkflow";
48
+ ProcessWorkflowType[ProcessWorkflowType["PublishWorkflow"] = 2] = "PublishWorkflow";
49
+ ProcessWorkflowType[ProcessWorkflowType["CreateDraft"] = 3] = "CreateDraft";
50
+ ProcessWorkflowType[ProcessWorkflowType["MovedProcess"] = 4] = "MovedProcess";
51
+ })(ProcessWorkflowType || (ProcessWorkflowType = {}));
52
+ export var WorkflowCompletedType;
53
+ (function (WorkflowCompletedType) {
54
+ WorkflowCompletedType[WorkflowCompletedType["None"] = 0] = "None";
55
+ WorkflowCompletedType[WorkflowCompletedType["AllTasksDone"] = 1] = "AllTasksDone";
56
+ WorkflowCompletedType[WorkflowCompletedType["MeetDueDate"] = 2] = "MeetDueDate";
57
+ WorkflowCompletedType[WorkflowCompletedType["Cancelled"] = 3] = "Cancelled";
58
+ })(WorkflowCompletedType || (WorkflowCompletedType = {}));
59
+ export var TaskOutcome;
60
+ (function (TaskOutcome) {
61
+ TaskOutcome[TaskOutcome["Approved"] = 1] = "Approved";
62
+ TaskOutcome[TaskOutcome["Rejected"] = 2] = "Rejected";
63
+ })(TaskOutcome || (TaskOutcome = {}));
64
+ export var ShapeTemplateType;
65
+ (function (ShapeTemplateType) {
66
+ ShapeTemplateType[ShapeTemplateType["CircleShape"] = 1] = "CircleShape";
67
+ ShapeTemplateType[ShapeTemplateType["PentagonShape"] = 2] = "PentagonShape";
68
+ ShapeTemplateType[ShapeTemplateType["DiamondShape"] = 3] = "DiamondShape";
69
+ ShapeTemplateType[ShapeTemplateType["FreeformShape"] = 4] = "FreeformShape";
70
+ ShapeTemplateType[ShapeTemplateType["MediaShape"] = 5] = "MediaShape";
71
+ ShapeTemplateType[ShapeTemplateType["RectShape"] = 6] = "RectShape";
72
+ })(ShapeTemplateType || (ShapeTemplateType = {}));
@@ -1 +1 @@
1
- export * from './Enums';
1
+ export * from './Enums';
@@ -1 +1 @@
1
- export * from './Enums';
1
+ export * from './Enums';
@@ -1,9 +1,9 @@
1
- export interface Feedback {
2
- id: string;
3
- content: string;
4
- documentId: string;
5
- edition: number;
6
- modifiedBy?: string;
7
- deletedAt?: Date;
8
- createdAt?: Date;
9
- }
1
+ export interface Feedback {
2
+ id: string;
3
+ content: string;
4
+ documentId: string;
5
+ edition: number;
6
+ modifiedBy?: string;
7
+ deletedAt?: Date;
8
+ createdAt?: Date;
9
+ }