@docsvision/webclient 5.17.0-beta.1 → 5.17.0-beta.10

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 (304) hide show
  1. package/Approval/AgreementList.d.ts +2 -2
  2. package/Approval/AgreementListContent.d.ts +1 -0
  3. package/Approval/IAgreementListContentProps.d.ts +2 -0
  4. package/BackOffice/$WebFrameDirectorySearchInfoStorageService.d.ts +8 -3
  5. package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +4 -1
  6. package/BackOffice/AddEmployeeIconColumn.d.ts +1 -0
  7. package/BackOffice/BatchDelegateOperation.d.ts +2 -1
  8. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  9. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  10. package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -1
  11. package/BackOffice/DeleteShortcutBatchOperationImpl.d.ts +1 -0
  12. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  13. package/BackOffice/DirectoryEntryModal.d.ts +3 -0
  14. package/BackOffice/DirectoryEntryModalLogic.d.ts +1 -0
  15. package/BackOffice/DirectoryFrame.d.ts +2 -0
  16. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  17. package/BackOffice/DirectorySearchResult.d.ts +2 -0
  18. package/BackOffice/DirectorySearchResultLogic.d.ts +1 -0
  19. package/BackOffice/DirectorySearchResultView.d.ts +3 -2
  20. package/BackOffice/DirectoryTabs.d.ts +3 -0
  21. package/BackOffice/DirectoryTree.d.ts +3 -0
  22. package/BackOffice/DirectoryTreeLogic.d.ts +1 -0
  23. package/BackOffice/DirectoryValues.d.ts +7 -5
  24. package/BackOffice/DirectoryValuesLogic.d.ts +1 -0
  25. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  26. package/BackOffice/FileListControl.d.ts +5 -0
  27. package/BackOffice/FileListControlImpl.d.ts +10 -0
  28. package/BackOffice/FileListControlLogic.d.ts +1 -0
  29. package/BackOffice/FileListItemComponent.d.ts +5 -2
  30. package/BackOffice/FileSignCreateDialog.d.ts +1 -2
  31. package/BackOffice/FileSignSelectCertificateDialog.d.ts +1 -1
  32. package/BackOffice/FindStaffSection.d.ts +4 -1
  33. package/BackOffice/GetEmployeeGroups.d.ts +1 -0
  34. package/BackOffice/IFileMenuItem.d.ts +14 -0
  35. package/BackOffice/IFileMenuOpeningArgs.d.ts +6 -0
  36. package/BackOffice/Index.d.ts +10 -1
  37. package/BackOffice/LinksImpl.d.ts +1 -0
  38. package/BackOffice/LoadEmployees.d.ts +2 -5
  39. package/BackOffice/NumeratorImpl.d.ts +2 -1
  40. package/BackOffice/PartnerBase.d.ts +2 -2
  41. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  42. package/BackOffice/PrintButtonView.d.ts +1 -1
  43. package/BackOffice/SearchBar.d.ts +10 -4
  44. package/BackOffice/SearchEmployees.d.ts +2 -1
  45. package/BackOffice/StaffDirectory.d.ts +2 -1
  46. package/BackOffice/StaffDirectoryConstants.d.ts +15 -0
  47. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  48. package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
  49. package/BackOffice/StaffDirectoryLogic.d.ts +28 -23
  50. package/BackOffice/TaskTasksTreeNodeResolver.d.ts +5 -3
  51. package/BackOffice/TasksTable.d.ts +2 -1
  52. package/BackOffice/TasksTableLogic.d.ts +2 -0
  53. package/BackOffice/TasksTableView.d.ts +3 -3
  54. package/BackOffice/TasksTree.d.ts +2 -1
  55. package/BackOffice/TimeOfPerformanceImpl.d.ts +0 -9
  56. package/BackOffice/UniquenessCheckImpl.d.ts +1 -1
  57. package/BackOffice/UserProfile.d.ts +8 -5
  58. package/BackOffice/UserStatus.d.ts +5 -0
  59. package/BackOffice/WebFrameDirectorySearchPanel.d.ts +13 -2
  60. package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +12 -3
  61. package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +1 -0
  62. package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
  63. package/Generated/DocsVision.WebClient.Controllers.d.ts +93 -0
  64. package/Generated/DocsVision.WebClient.Models.d.ts +1327 -39
  65. package/Helpers/ComboBox/ComboBoxTitle.d.ts +4 -0
  66. package/Helpers/DateRangePicker/DateRangePicker.d.ts +24 -0
  67. package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +9 -0
  68. package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +15 -0
  69. package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +14 -0
  70. package/Helpers/MainMenu/ItemText.d.ts +2 -0
  71. package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +1 -1
  72. package/Helpers/Sortable/Sortable.d.ts +1 -1
  73. package/Helpers/Table/TableHelperHeaderRow.d.ts +1 -0
  74. package/Helpers/Table/TableHelperRow.d.ts +1 -0
  75. package/Helpers/Tree/ITreeBaseProps.d.ts +9 -0
  76. package/Legacy/ApprovalFilePanel.d.ts +1 -0
  77. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  78. package/Legacy/GridOptions.d.ts +1 -0
  79. package/Legacy/ModalWindow.d.ts +1 -1
  80. package/Legacy/NavBarRouteHandler.d.ts +1 -1
  81. package/Legacy/SearchDropdown.d.ts +3 -1
  82. package/Legacy/Sidebar.d.ts +1 -0
  83. package/Legacy/StandardControllers.d.ts +2 -2
  84. package/Legacy/TaskCardFilePanelRazorControl.d.ts +9 -2
  85. package/Legacy/TaskReportPanelRazorControl.d.ts +12 -3
  86. package/Legacy/Utils.d.ts +3 -7
  87. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +17 -0
  88. package/MainBundle.d.ts +1 -0
  89. package/Platform/$BatchOperations.d.ts +3 -0
  90. package/Platform/$CacheManagement.d.ts +3 -1
  91. package/Platform/$ContextMenuOptions.d.ts +86 -6
  92. package/Platform/$CurrentFolder.d.ts +2 -0
  93. package/Platform/$FolderDataLoading.d.ts +12 -2
  94. package/Platform/$FolderGrid.d.ts +24 -0
  95. package/Platform/$GridOptions.d.ts +1 -0
  96. package/Platform/$HoverPanel.d.ts +8 -0
  97. package/Platform/$SaveColumns.d.ts +7 -0
  98. package/Platform/$TablePresentationToggle.d.ts +8 -0
  99. package/Platform/$UnreadCounter.d.ts +1 -1
  100. package/Platform/$WebFrameSearchPanel.d.ts +30 -0
  101. package/Platform/ArchivedCardsIcon.d.ts +5 -0
  102. package/Platform/ArchivedCardsPlugin.d.ts +3 -0
  103. package/Platform/ArchivedCardsResponseResolver.d.ts +22 -0
  104. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  105. package/Platform/BatchOperationsPlugin.d.ts +4 -0
  106. package/Platform/ButtonPositionsSelectionRadioButton.d.ts +9 -0
  107. package/Platform/CacheManagementService.d.ts +5 -0
  108. package/Platform/CalendarIcon.d.ts +2 -0
  109. package/Platform/CalendarInput.d.ts +8 -0
  110. package/Platform/CardManagement.d.ts +2 -2
  111. package/Platform/CardManagementImpl.d.ts +1 -0
  112. package/Platform/ClearButton.d.ts +8 -0
  113. package/Platform/CommentFile.d.ts +4 -1
  114. package/Platform/ContextMenu.d.ts +12 -5
  115. package/Platform/ContextMenuCustomPlugins.d.ts +4 -2
  116. package/Platform/ContextMenuOptionsService.d.ts +43 -12
  117. package/Platform/ContextMenuUtils.d.ts +5 -0
  118. package/Platform/CopyShortcutBatchOperation.d.ts +2 -1
  119. package/Platform/DateFormatParsingResponseResolver.d.ts +1 -1
  120. package/Platform/DateInput.d.ts +6 -0
  121. package/Platform/DefaultFolderDataLoader.d.ts +1 -1
  122. package/Platform/DefaultFolderResponseResolver.d.ts +1 -1
  123. package/Platform/DefaultFolderTablePluginFactory.d.ts +3 -1
  124. package/Platform/Dropdown.d.ts +7 -0
  125. package/Platform/Dropdown.stories.d.ts +12 -0
  126. package/Platform/DropdownImpl.d.ts +1 -0
  127. package/Platform/ExportPlugin.d.ts +6 -0
  128. package/Platform/FilePicker.d.ts +5 -2
  129. package/Platform/FilterDate.d.ts +11 -0
  130. package/Platform/FilterDateRangePicker.d.ts +6 -0
  131. package/Platform/FilterDateTextListInput.d.ts +5 -0
  132. package/Platform/FilterPlugin.d.ts +3 -0
  133. package/Platform/FilteringExtendedData.d.ts +4 -0
  134. package/Platform/FilteringRequestResolver.d.ts +11 -0
  135. package/Platform/FilteringResponseResolver.d.ts +10 -0
  136. package/Platform/FocusableTextInput.d.ts +6 -0
  137. package/Platform/FolderCardsDashboardWidget.d.ts +2 -1
  138. package/Platform/FolderCountersRouteHandler.d.ts +1 -1
  139. package/Platform/FolderDashboardWidgetImpl.d.ts +1 -0
  140. package/Platform/FolderDataContext.d.ts +2 -1
  141. package/Platform/FolderDataContextImpl.d.ts +7 -2
  142. package/Platform/FolderDataLoadingService.d.ts +31 -15
  143. package/Platform/FolderGrid.d.ts +25 -4
  144. package/Platform/FolderGrid.stories.d.ts +4 -0
  145. package/Platform/FolderGridBatchOperationsNode.d.ts +32 -0
  146. package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +14 -0
  147. package/Platform/FolderGridConstants.d.ts +7 -0
  148. package/Platform/FolderGridImpl.d.ts +9 -1
  149. package/Platform/FolderGridService.d.ts +42 -2
  150. package/Platform/FolderGridServiceUtils.d.ts +1 -0
  151. package/Platform/FolderGroupDashboardWidgetImpl.d.ts +1 -0
  152. package/Platform/FolderMainMenuItem.d.ts +1 -1
  153. package/Platform/FolderName.d.ts +4 -0
  154. package/Platform/FolderNameImpl.d.ts +0 -2
  155. package/Platform/FolderPluginProvider.d.ts +5 -2
  156. package/Platform/FolderSizePlugin.d.ts +10 -0
  157. package/Platform/FolderSizePluginExtendedData.d.ts +9 -0
  158. package/Platform/FolderSizeResponseResolver.d.ts +10 -0
  159. package/Platform/FolderTypeDialog.d.ts +1 -0
  160. package/Platform/FolderViewItemsImpl.d.ts +4 -4
  161. package/Platform/FolderWebFrameRouteHandler.d.ts +18 -0
  162. package/Platform/FormatNumberToCultureString.d.ts +8 -0
  163. package/Platform/GridOperationsService.d.ts +3 -0
  164. package/Platform/GridRowModel.d.ts +2 -2
  165. package/Platform/GropingPlugin.d.ts +3 -0
  166. package/Platform/GroupingRequestResolver.d.ts +12 -0
  167. package/Platform/GroupingResponseResolver.d.ts +17 -0
  168. package/Platform/HoverPanelService.d.ts +5 -0
  169. package/Platform/ICommonFolderInfo.d.ts +1 -0
  170. package/Platform/IFilterComponent.d.ts +29 -0
  171. package/Platform/IFolderDataLoader.d.ts +1 -1
  172. package/Platform/IFolderDataLoadingPlugin.d.ts +2 -2
  173. package/Platform/IFolderLoadRequest.d.ts +5 -0
  174. package/Platform/IFolderPluginFactory.d.ts +2 -0
  175. package/Platform/ITableRowColorPlugin.d.ts +7 -0
  176. package/Platform/InputWithMask.d.ts +16 -0
  177. package/Platform/ListCheckbox.d.ts +6 -0
  178. package/Platform/ListContent.d.ts +8 -0
  179. package/Platform/ListContentHightlight.d.ts +9 -0
  180. package/Platform/ListEmpty.d.ts +6 -0
  181. package/Platform/ListEmptySearchIcon.d.ts +6 -0
  182. package/Platform/ListInput.d.ts +9 -0
  183. package/Platform/ListItem.d.ts +6 -0
  184. package/Platform/ListLoading.d.ts +6 -0
  185. package/Platform/ListSearchIcon.d.ts +6 -0
  186. package/Platform/ListSlot.d.ts +7 -0
  187. package/Platform/ListTotalItem.d.ts +8 -0
  188. package/Platform/ListViewResponseResolver.d.ts +13 -0
  189. package/Platform/LoadExistingFolderDataLoader.d.ts +2 -2
  190. package/Platform/LoaderDialog.d.ts +1 -1
  191. package/Platform/MoveShortcutsBatchOperation.d.ts +2 -1
  192. package/Platform/MoveShortcutsBatchOperationImpl.d.ts +1 -0
  193. package/Platform/PageSizeFolderDataLoadingPlugin.d.ts +1 -1
  194. package/Platform/Panel.d.ts +2 -0
  195. package/Platform/PanelImpl.d.ts +1 -1
  196. package/Platform/ReadAllPlugin.d.ts +11 -0
  197. package/Platform/ReadAllPluginExtendedData.d.ts +9 -0
  198. package/Platform/ReadAllResponseResolver.d.ts +10 -0
  199. package/Platform/ReadBatchOperation.d.ts +30 -0
  200. package/Platform/ReadBatchOperationImpl.d.ts +20 -0
  201. package/Platform/RecentCardsDashboardWidget.d.ts +2 -1
  202. package/Platform/RecentCardsDashboardWidgetImpl.d.ts +2 -1
  203. package/Platform/RecentCardsRouteHandler.d.ts +2 -1
  204. package/Platform/RefreshPlugin.d.ts +6 -0
  205. package/Platform/ResetSettingsPlugin.d.ts +12 -0
  206. package/Platform/SaveColumnsResponseResolver.d.ts +10 -0
  207. package/Platform/SaveColumnsService.d.ts +8 -0
  208. package/Platform/SaveColumnsServiceProvider.d.ts +6 -0
  209. package/Platform/SearchInfoExtendedData.d.ts +4 -0
  210. package/Platform/SearchParametersFolderExtendedData.d.ts +4 -0
  211. package/Platform/SearchParametersFolderRequestResolver.d.ts +11 -0
  212. package/Platform/SearchParametersFolderResponseResolver.d.ts +12 -0
  213. package/Platform/SearchPlugin.d.ts +3 -0
  214. package/Platform/SearchRequestResolver.d.ts +12 -0
  215. package/Platform/SearchResponseResolver.d.ts +11 -0
  216. package/Platform/SearchResultPageRouteHandler.d.ts +3 -1
  217. package/Platform/SearchResultsFolderDataLoadingPluginFactory.d.ts +9 -0
  218. package/Platform/SearchResultsFolderTablePluginFactory.d.ts +16 -0
  219. package/Platform/SearchResultsRequestResolver.d.ts +14 -0
  220. package/Platform/SearchResultsResponseResolver.d.ts +12 -0
  221. package/Platform/SearchRouteHandler.d.ts +2 -1
  222. package/Platform/SearchTextInput.d.ts +6 -0
  223. package/Platform/SearchingResultsImpl.d.ts +1 -1
  224. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  225. package/Platform/Settings.d.ts +3 -0
  226. package/Platform/SettingsPlugin.d.ts +15 -0
  227. package/Platform/SettingsPopup.d.ts +15 -0
  228. package/Platform/SettingsPopup.stories.d.ts +1 -0
  229. package/Platform/SettingsPopupCheckBoxContainer.d.ts +6 -0
  230. package/Platform/SettingsPopupColumn.d.ts +5 -0
  231. package/Platform/SettingsPopupExtendedData.d.ts +9 -0
  232. package/Platform/SettingsPopupItemView.d.ts +7 -0
  233. package/Platform/SettingsPopupLogic.d.ts +53 -0
  234. package/Platform/SettingsPopupRequestResolver.d.ts +11 -0
  235. package/Platform/SettingsPopupResponseResolver.d.ts +11 -0
  236. package/Platform/SettingsPopupRow.d.ts +5 -0
  237. package/Platform/SettingsPopupView.d.ts +23 -0
  238. package/Platform/ShowAllButton.d.ts +14 -0
  239. package/Platform/ShowAllPlugins.d.ts +3 -0
  240. package/Platform/SortingResponseResolver.d.ts +2 -1
  241. package/Platform/Table.d.ts +2 -3
  242. package/Platform/TableBackgroundOpacityPlugin.d.ts +4 -0
  243. package/Platform/TableCellNumberFormattedPlugin.d.ts +7 -0
  244. package/Platform/TableCellNumberRightAlignPlugin.d.ts +4 -0
  245. package/Platform/TableCellOpacityPlugin.d.ts +3 -0
  246. package/Platform/TableImpl.d.ts +2 -2
  247. package/Platform/TablePresentationTogglePlugins.d.ts +9 -0
  248. package/Platform/TablePresentationToggleService.d.ts +8 -0
  249. package/Platform/TableRowColorPlugin.d.ts +4 -0
  250. package/Platform/TableRowColorResponseResolver.d.ts +10 -0
  251. package/Platform/TableRowSelectionService.d.ts +22 -0
  252. package/Platform/TableRowSelectionServiceProvider.d.ts +9 -0
  253. package/Platform/TableSelectionRowModel.d.ts +13 -0
  254. package/Platform/TestUtils.d.ts +16 -0
  255. package/Platform/TextListInput.d.ts +6 -0
  256. package/Platform/TextListInputLogic.d.ts +55 -0
  257. package/Platform/TextListInputView.d.ts +40 -0
  258. package/Platform/TextListInputWrapper.d.ts +7 -0
  259. package/Platform/Toolbar.stories.d.ts +12 -0
  260. package/Platform/UnreadBarTablePlugins.d.ts +3 -0
  261. package/Platform/UnreadResponseResolver.d.ts +2 -1
  262. package/Platform/UserCulture.d.ts +2 -0
  263. package/Platform/UserProfileDialog.d.ts +1 -1
  264. package/Platform/WebFrameMainMenuContainer.d.ts +2 -2
  265. package/Platform/WebFrameSearchPanel.d.ts +7 -1
  266. package/Platform/WebFrameSearchPanelService.d.ts +24 -0
  267. package/Platform/XIcon.d.ts +2 -0
  268. package/Platform/applyCurrentSettings.d.ts +8 -0
  269. package/Platform/canUseCssVariables.d.ts +1 -0
  270. package/Platform/formatNumberToCulture.d.ts +8 -0
  271. package/Platform/getArrayWidth.d.ts +2 -0
  272. package/Platform/index.d.ts +13 -0
  273. package/Platform/setColumnsSettings.d.ts +6 -0
  274. package/Platform/updateColumnsVisible.d.ts +2 -0
  275. package/Platform/updateValueCheckedColumn.d.ts +6 -0
  276. package/Platform/utils.d.ts +3 -0
  277. package/StandardServices.d.ts +6 -2
  278. package/System/$LastSearchResponse.d.ts +14 -0
  279. package/System/$Layout.d.ts +2 -1
  280. package/System/BaseControl.d.ts +8 -0
  281. package/System/CancelableEvent.d.ts +1 -1
  282. package/System/ControlTemplateView.d.ts +1 -1
  283. package/System/DateTimeUtils.d.ts +2 -0
  284. package/System/DirectoryBaseImpl.d.ts +4 -3
  285. package/System/DirectorySelectDialog.d.ts +2 -2
  286. package/System/HandleTabSelection.d.ts +34 -0
  287. package/System/IRouteInfo.d.ts +2 -0
  288. package/System/IValidateEventArgs.d.ts +9 -0
  289. package/System/IValidationResult.d.ts +4 -0
  290. package/System/LastSearchResponseService.d.ts +20 -0
  291. package/System/Layout.d.ts +3 -3
  292. package/System/LayoutCardControllerStub.d.ts +2 -0
  293. package/System/LayoutContainer.d.ts +1 -1
  294. package/System/LocationContainerControl.d.ts +2 -1
  295. package/System/MessageBoxService.d.ts +1 -1
  296. package/System/PageLeaveConfirmation.d.ts +1 -0
  297. package/System/ResourcesStub.d.ts +603 -68
  298. package/System/summernote-paste-without-formating.d.ts +10 -0
  299. package/package.json +1 -1
  300. package/BackOffice/DirectoryValuesHScrollContainer.d.ts +0 -6
  301. package/Legacy/AgreementSidebar.d.ts +0 -38
  302. package/Legacy/LegacyModels.d.ts +0 -178
  303. package/Legacy/SearchPanelRouteHandler.d.ts +0 -16
  304. package/Platform/GridConstants.d.ts +0 -4
@@ -6,10 +6,14 @@ export declare namespace GenModels {
6
6
  parameters: string;
7
7
  /**
8
8
  * ID экземпляра в кэше
9
+ *
10
+ * @format datatype.uuid
9
11
  */
10
12
  instanceId?: string;
11
13
  /**
12
14
  * ID папки
15
+ *
16
+ * @format datatype.uuid
13
17
  */
14
18
  folderId: string;
15
19
  /**
@@ -18,10 +22,14 @@ export declare namespace GenModels {
18
22
  folderName: string;
19
23
  /**
20
24
  * ID поиска
25
+ *
26
+ * @format datatype.uuid
21
27
  */
22
28
  searchId: string;
23
29
  /**
24
30
  * ID представления
31
+ *
32
+ * @format datatype.uuid
25
33
  */
26
34
  viewId: string;
27
35
  /**
@@ -36,6 +44,9 @@ export declare namespace GenModels {
36
44
  * Опции поиска
37
45
  */
38
46
  searchContextOption: GenModels.SearchContextOption;
47
+ /**
48
+ * @format datatype.uuid
49
+ */
39
50
  oldStoreId: string;
40
51
  }
41
52
  }
@@ -47,10 +58,14 @@ export declare namespace GenModels {
47
58
  gridUserSettings: GenModels.GridUserSettingsData;
48
59
  /**
49
60
  * Gets or sets folder identifier
61
+ *
62
+ * @format datatype.uuid
50
63
  */
51
64
  folderId: string;
52
65
  /**
53
66
  * Gets or sets a view identifier
67
+ *
68
+ * @format datatype.uuid
54
69
  */
55
70
  viewId?: string;
56
71
  /**
@@ -67,6 +82,8 @@ export declare namespace GenModels {
67
82
  forceVirtualFolderSearch: boolean;
68
83
  /**
69
84
  * Gets or sets search identifier
85
+ *
86
+ * @format datatype.uuid
70
87
  */
71
88
  searchId: string;
72
89
  /**
@@ -75,6 +92,8 @@ export declare namespace GenModels {
75
92
  refreshView: boolean;
76
93
  /**
77
94
  * Gets or sets old search results store identifier
95
+ *
96
+ * @format datatype.uuid
78
97
  */
79
98
  oldStoreId: string;
80
99
  /**
@@ -89,18 +108,32 @@ export declare namespace GenModels {
89
108
  * Location name, representing folder content. Default value is "DV.Folder".
90
109
  */
91
110
  locationName: string;
111
+ /**
112
+ * Gets or sets base cursor ID
113
+ *
114
+ * @format datatype.uuid
115
+ */
116
+ baseCursorId: string;
92
117
  }
93
118
  }
94
119
  export declare namespace GenModels {
95
120
  interface GridUserSettingsData {
96
121
  /**
97
- * Gets or sets a list with user settings of each column in folder view
122
+ * Gets or sets a list with user settings of each column in folder view for Grid Presentation
98
123
  */
99
124
  columns: Array<GenModels.GridUserSettingsColumn>;
125
+ /**
126
+ * Gets or sets a list with user setting of each column in folder view for List Presentation
127
+ */
128
+ listColumns: Array<GenModels.GridUserSettingsColumn>;
100
129
  /**
101
130
  * Gets or sets grid view filters
102
131
  */
103
132
  filters: Array<GenModels.QueryFilterItem>;
133
+ /**
134
+ * Gets or sets grid view grouping
135
+ */
136
+ grouping: Array<GenModels.GridUserSettingsGroupColumn>;
104
137
  /**
105
138
  * Gets or sets a view mode
106
139
  */
@@ -129,6 +162,14 @@ export declare namespace GenModels {
129
162
  * User requested view without sorting.
130
163
  */
131
164
  disableSorting: boolean;
165
+ /**
166
+ * Gets or sets whether used default grouping
167
+ */
168
+ useDefaultGrouping: boolean;
169
+ /**
170
+ * Gets or sets table presentation mode
171
+ */
172
+ tablePresentation: GenModels.TablePresentation;
132
173
  }
133
174
  }
134
175
  export declare namespace GenModels {
@@ -141,6 +182,14 @@ export declare namespace GenModels {
141
182
  * Gets or sets width of a column in pixels
142
183
  */
143
184
  width: number;
185
+ /**
186
+ * Gets or sets visibility of a column
187
+ */
188
+ visible: boolean;
189
+ /**
190
+ * Gets or sets order of a column
191
+ */
192
+ order: number;
144
193
  }
145
194
  }
146
195
  export declare namespace GenModels {
@@ -153,12 +202,42 @@ export declare namespace GenModels {
153
202
  * Gets or sets values
154
203
  */
155
204
  values: Array<string>;
205
+ /**
206
+ * Gets or sets operation
207
+ */
208
+ operation: GenModels.FilterOperation;
209
+ /**
210
+ * Gets or sets mode
211
+ */
212
+ mode: GenModels.FilterMode;
213
+ }
214
+ }
215
+ export declare namespace GenModels {
216
+ interface GridUserSettingsGroupColumn {
217
+ /**
218
+ * Column name
219
+ */
220
+ name: string;
221
+ /**
222
+ * Grouping level
223
+ */
224
+ level: number;
225
+ /**
226
+ * Sorting by descending
227
+ */
228
+ isDescending: boolean;
229
+ /**
230
+ * Active value
231
+ */
232
+ activeValue: string;
156
233
  }
157
234
  }
158
235
  export declare namespace GenModels {
159
236
  interface UnreadCountersRequest {
160
237
  /**
161
238
  * Gets or sets employee identifier
239
+ *
240
+ * @format datatype.uuid
162
241
  */
163
242
  employeeId: string;
164
243
  /**
@@ -179,6 +258,8 @@ export declare namespace GenModels {
179
258
  interface UnreadCountersFolderInfo {
180
259
  /**
181
260
  * Gets or sets folder identifier
261
+ *
262
+ * @format datatype.uuid
182
263
  */
183
264
  folderId: string;
184
265
  /**
@@ -199,14 +280,20 @@ export declare namespace GenModels {
199
280
  timestamp: number;
200
281
  /**
201
282
  * Gets or sets source card identifier
283
+ *
284
+ * @format datatype.uuid
202
285
  */
203
286
  sourceCardId: string;
204
287
  /**
205
288
  * Gets or sets destination card identifier
289
+ *
290
+ * @format datatype.uuid
206
291
  */
207
292
  destinationCardId: string;
208
293
  /**
209
294
  * Gets or sets link type identifier
295
+ *
296
+ * @format datatype.uuid
210
297
  */
211
298
  linkTypeId: string;
212
299
  /**
@@ -215,6 +302,8 @@ export declare namespace GenModels {
215
302
  oppositeLinkName: string;
216
303
  /**
217
304
  * Gets or sets source card type
305
+ *
306
+ * @format datatype.uuid
218
307
  */
219
308
  sourceCardType: string;
220
309
  /**
@@ -251,6 +340,8 @@ export declare namespace GenModels {
251
340
  interface LinkTypeModel {
252
341
  /**
253
342
  * Gets or sets id
343
+ *
344
+ * @format datatype.uuid
254
345
  */
255
346
  linkTypeId: string;
256
347
  /**
@@ -291,6 +382,8 @@ export declare namespace GenModels {
291
382
  interface IDirectoryItemData {
292
383
  /**
293
384
  * Entity identifier
385
+ *
386
+ * @format datatype.uuid
294
387
  */
295
388
  id: string;
296
389
  /**
@@ -303,6 +396,8 @@ export declare namespace GenModels {
303
396
  interface DepartmentModel extends GenModels.IDirectoryItemData {
304
397
  /**
305
398
  * Department id
399
+ *
400
+ * @format datatype.uuid
306
401
  */
307
402
  id: string;
308
403
  /**
@@ -327,6 +422,8 @@ export declare namespace GenModels {
327
422
  interface EmployeeDataModel extends GenModels.IDirectoryItemData {
328
423
  /**
329
424
  * Unique identificator of employee
425
+ *
426
+ * @format datatype.uuid
330
427
  */
331
428
  id: string;
332
429
  /**
@@ -359,6 +456,8 @@ export declare namespace GenModels {
359
456
  fieldPath: string;
360
457
  /**
361
458
  * Section and field name
459
+ *
460
+ * @format datatype.uuid
362
461
  */
363
462
  unitId: string;
364
463
  /**
@@ -391,6 +490,8 @@ export declare namespace GenModels {
391
490
  interface EmployeeModel extends GenModels.IDirectoryItemData {
392
491
  /**
393
492
  * Unique identificator of employee
493
+ *
494
+ * @format datatype.uuid
394
495
  */
395
496
  id: string;
396
497
  /**
@@ -423,6 +524,8 @@ export declare namespace GenModels {
423
524
  position: string;
424
525
  /**
425
526
  * Gets or sets security identifier
527
+ *
528
+ * @format datatype.uuid
426
529
  */
427
530
  sdid?: string;
428
531
  /**
@@ -431,6 +534,8 @@ export declare namespace GenModels {
431
534
  isFavoritePerformer: boolean;
432
535
  /**
433
536
  * Gets or sets unit identifier
537
+ *
538
+ * @format datatype.uuid
434
539
  */
435
540
  unitId: string;
436
541
  /**
@@ -455,14 +560,20 @@ export declare namespace GenModels {
455
560
  interface ContractDatesModel {
456
561
  /**
457
562
  * Date of contract begin
563
+ *
564
+ * @format datatype.datetime
458
565
  */
459
566
  dateFrom?: string;
460
567
  /**
461
568
  * Date of contract end
569
+ *
570
+ * @format datatype.datetime
462
571
  */
463
572
  dateTo?: string;
464
573
  /**
465
574
  * Contract card
575
+ *
576
+ * @format datatype.uuid
466
577
  */
467
578
  cardId: string;
468
579
  }
@@ -471,18 +582,26 @@ export declare namespace GenModels {
471
582
  interface ProlongateContractRequestModel {
472
583
  /**
473
584
  * Date of contract begin
585
+ *
586
+ * @format datatype.datetime
474
587
  */
475
588
  dateFrom: string;
476
589
  /**
477
590
  * Date of contract end
591
+ *
592
+ * @format datatype.datetime
478
593
  */
479
594
  dateTo: string;
480
595
  /**
481
596
  * Contract card id
597
+ *
598
+ * @format datatype.uuid
482
599
  */
483
600
  contractId: string;
484
601
  /**
485
602
  * Contract card id
603
+ *
604
+ * @format datatype.uuid
486
605
  */
487
606
  amendmentId: string;
488
607
  }
@@ -491,14 +610,20 @@ export declare namespace GenModels {
491
610
  interface ContractAgreementFillDatesModel {
492
611
  /**
493
612
  * Date of contract agreement
613
+ *
614
+ * @format datatype.datetime
494
615
  */
495
616
  reconciliationDate: string;
496
617
  /**
497
618
  * Date of contract signing
619
+ *
620
+ * @format datatype.datetime
498
621
  */
499
622
  signingDate: string;
500
623
  /**
501
624
  * Contract card id
625
+ *
626
+ * @format datatype.uuid
502
627
  */
503
628
  contractId: string;
504
629
  /**
@@ -511,10 +636,14 @@ export declare namespace GenModels {
511
636
  interface ContractFillDateModel {
512
637
  /**
513
638
  * Date of contract
639
+ *
640
+ * @format datatype.datetime
514
641
  */
515
642
  dateOfContract: string;
516
643
  /**
517
644
  * Contract card id
645
+ *
646
+ * @format datatype.uuid
518
647
  */
519
648
  contractId: string;
520
649
  }
@@ -527,6 +656,8 @@ export declare namespace GenModels {
527
656
  sumInRub: number;
528
657
  /**
529
658
  * Contract card id
659
+ *
660
+ * @format datatype.uuid
530
661
  */
531
662
  contractId: string;
532
663
  }
@@ -535,6 +666,8 @@ export declare namespace GenModels {
535
666
  interface SearchRequestModel {
536
667
  /**
537
668
  * Search query to execute
669
+ *
670
+ * @format datatype.uuid
538
671
  */
539
672
  searchQueryId: string;
540
673
  /**
@@ -555,6 +688,8 @@ export declare namespace GenModels {
555
688
  pageSize?: number;
556
689
  /**
557
690
  * Identifier of the previous page response, when iterating over pages
691
+ *
692
+ * @format datatype.uuid
558
693
  */
559
694
  instanceId: string;
560
695
  /**
@@ -583,6 +718,8 @@ export declare namespace GenModels {
583
718
  interface SearchResponseModel {
584
719
  /**
585
720
  * Identifier of the search session for performing pagination.
721
+ *
722
+ * @format datatype.uuid
586
723
  */
587
724
  instanceId: string;
588
725
  /**
@@ -595,10 +732,14 @@ export declare namespace GenModels {
595
732
  interface DigestRow {
596
733
  /**
597
734
  * Card id
735
+ *
736
+ * @format datatype.uuid
598
737
  */
599
738
  instanceId: string;
600
739
  /**
601
740
  * Card type id
741
+ *
742
+ * @format datatype.uuid
602
743
  */
603
744
  cardTypeId: string;
604
745
  /**
@@ -611,10 +752,14 @@ export declare namespace GenModels {
611
752
  wasRead: boolean;
612
753
  /**
613
754
  * Time of card creation
755
+ *
756
+ * @format datatype.datetime
614
757
  */
615
758
  creationDateTime: string;
616
759
  /**
617
760
  * Time of the last card change
761
+ *
762
+ * @format datatype.datetime
618
763
  */
619
764
  changeDateTime: string;
620
765
  }
@@ -641,6 +786,8 @@ export declare namespace GenModels {
641
786
  layoutExtensionArgs: GenModels.LayoutCardsPresentationExtensionArgs;
642
787
  /**
643
788
  * Report id for Report presentation extension.
789
+ *
790
+ * @format datatype.uuid
644
791
  */
645
792
  reportId: string;
646
793
  }
@@ -661,6 +808,8 @@ export declare namespace GenModels {
661
808
  interface CardPresentation {
662
809
  /**
663
810
  * Card id
811
+ *
812
+ * @format datatype.uuid
664
813
  */
665
814
  id: string;
666
815
  /**
@@ -669,10 +818,14 @@ export declare namespace GenModels {
669
818
  description: string;
670
819
  /**
671
820
  * Card type, if known.
821
+ *
822
+ * @format datatype.uuid
672
823
  */
673
824
  typeId?: string;
674
825
  /**
675
826
  * Card kind, if known.
827
+ *
828
+ * @format datatype.uuid
676
829
  */
677
830
  kindId?: string;
678
831
  /**
@@ -689,14 +842,20 @@ export declare namespace GenModels {
689
842
  interface FolderTypeInfo {
690
843
  /**
691
844
  * Gets or sets folder type identifier
845
+ *
846
+ * @format datatype.uuid
692
847
  */
693
848
  folderTypeId: string;
694
849
  /**
695
850
  * Gets or sets parent folder identifier
851
+ *
852
+ * @format datatype.uuid
696
853
  */
697
854
  parentFolderTypeId: string;
698
855
  /**
699
856
  * Gets or sets default view identifier
857
+ *
858
+ * @format datatype.uuid
700
859
  */
701
860
  defaultViewId: string;
702
861
  /**
@@ -725,10 +884,14 @@ export declare namespace GenModels {
725
884
  subtype?: number;
726
885
  /**
727
886
  * Identifier of object in the system
887
+ *
888
+ * @format datatype.uuid
728
889
  */
729
890
  id?: string;
730
891
  /**
731
892
  * Identifier of the parent object for the AccessManager. Should be specified if DescriptorTargetType is Custom.
893
+ *
894
+ * @format datatype.uuid
732
895
  */
733
896
  parentId?: string;
734
897
  /**
@@ -805,6 +968,8 @@ export declare namespace GenModels {
805
968
  trustee: GenModels.AccessControlTrustee;
806
969
  /**
807
970
  * Access flags. {@link GenModels}
971
+ *
972
+ * @examples [983359, 131097, 38, 65536, 917504]
808
973
  */
809
974
  operationsMask: number;
810
975
  /**
@@ -833,6 +998,8 @@ export declare namespace GenModels {
833
998
  securityIdentifier: string;
834
999
  /**
835
1000
  * Display name
1001
+ *
1002
+ * @format internet.userName
836
1003
  */
837
1004
  accountName?: string;
838
1005
  }
@@ -865,19 +1032,28 @@ export declare namespace GenModels {
865
1032
  cardDataRights: GenModels.CardDataRights;
866
1033
  /**
867
1034
  * Gets or sets object id
1035
+ *
1036
+ * @format datatype.uuid
868
1037
  */
869
1038
  objectId: string;
870
1039
  /**
871
1040
  * Gets or sets parent id
1041
+ *
1042
+ * @format datatype.uuid
872
1043
  */
873
1044
  parentId: string;
874
1045
  }
875
1046
  }
876
1047
  export declare namespace GenModels {
877
1048
  interface OperationRequestModel {
1049
+ /**
1050
+ * @format datatype.uuid
1051
+ */
878
1052
  cardId: string;
879
1053
  /**
880
1054
  * Where in the card stored the comment.
1055
+ *
1056
+ * @format datatype.uuid
881
1057
  */
882
1058
  operationId: string;
883
1059
  }
@@ -890,6 +1066,8 @@ export declare namespace GenModels {
890
1066
  fileUrls: Array<GenModels.ScanFileInfo>;
891
1067
  /**
892
1068
  * Card id
1069
+ *
1070
+ * @format datatype.uuid
893
1071
  */
894
1072
  cardId: string;
895
1073
  /**
@@ -942,10 +1120,14 @@ export declare namespace GenModels {
942
1120
  name: string;
943
1121
  /**
944
1122
  * File card ID
1123
+ *
1124
+ * @format datatype.uuid
945
1125
  */
946
1126
  fileCardId: string;
947
1127
  /**
948
1128
  * File ID
1129
+ *
1130
+ * @format datatype.uuid
949
1131
  */
950
1132
  fileId: string;
951
1133
  /**
@@ -1006,10 +1188,14 @@ export declare namespace GenModels {
1006
1188
  interface VersionedFileModel {
1007
1189
  /**
1008
1190
  * Gets or sets file identifier
1191
+ *
1192
+ * @format datatype.uuid
1009
1193
  */
1010
1194
  id: string;
1011
1195
  /**
1012
1196
  * Gets or set version id
1197
+ *
1198
+ * @format datatype.uuid
1013
1199
  */
1014
1200
  versionId: string;
1015
1201
  /**
@@ -1026,6 +1212,8 @@ export declare namespace GenModels {
1026
1212
  author: string;
1027
1213
  /**
1028
1214
  * Gets or sets creation date
1215
+ *
1216
+ * @format datatype.datetime
1029
1217
  */
1030
1218
  creationDate: string;
1031
1219
  /**
@@ -1038,10 +1226,14 @@ export declare namespace GenModels {
1038
1226
  interface VersionedFileCommentModel {
1039
1227
  /**
1040
1228
  * Gets or sets identifier
1229
+ *
1230
+ * @format datatype.uuid
1041
1231
  */
1042
1232
  id: string;
1043
1233
  /**
1044
1234
  * Gets or sets date
1235
+ *
1236
+ * @format datatype.datetime
1045
1237
  */
1046
1238
  date: string;
1047
1239
  /**
@@ -1054,6 +1246,8 @@ export declare namespace GenModels {
1054
1246
  author: string;
1055
1247
  /**
1056
1248
  * Gets or sets author
1249
+ *
1250
+ * @format datatype.uuid
1057
1251
  */
1058
1252
  authorId: string;
1059
1253
  }
@@ -1066,10 +1260,14 @@ export declare namespace GenModels {
1066
1260
  interface TaskGroupIntervalsCalculationRequestModel {
1067
1261
  /**
1068
1262
  * Start date for entry task group
1263
+ *
1264
+ * @format datatype.datetime
1069
1265
  */
1070
1266
  totalStartDate: string;
1071
1267
  /**
1072
1268
  * End date for entry task group
1269
+ *
1270
+ * @format datatype.datetime
1073
1271
  */
1074
1272
  totalEndDate: string;
1075
1273
  /**
@@ -1078,6 +1276,8 @@ export declare namespace GenModels {
1078
1276
  totalDuration: number;
1079
1277
  /**
1080
1278
  * Default calendar id to calculate intervals (will be used if employee has no calendar configured). Empty guid to use system calendar.
1279
+ *
1280
+ * @format datatype.uuid
1081
1281
  */
1082
1282
  defaultCalendarId: string;
1083
1283
  /**
@@ -1102,10 +1302,14 @@ export declare namespace GenModels {
1102
1302
  isResponsible: boolean;
1103
1303
  /**
1104
1304
  * Task start date
1305
+ *
1306
+ * @format datatype.datetime
1105
1307
  */
1106
1308
  startDate?: string;
1107
1309
  /**
1108
1310
  * Task end date.
1311
+ *
1312
+ * @format datatype.datetime
1109
1313
  */
1110
1314
  endDate?: string;
1111
1315
  /**
@@ -1134,6 +1338,8 @@ export declare namespace GenModels {
1134
1338
  interface DirectoryItemData extends GenModels.IDirectoryItemData {
1135
1339
  /**
1136
1340
  * Entity Identifier
1341
+ *
1342
+ * @format datatype.uuid
1137
1343
  */
1138
1344
  id: string;
1139
1345
  /**
@@ -1154,6 +1360,8 @@ export declare namespace GenModels {
1154
1360
  cardKindFullName: string;
1155
1361
  /**
1156
1362
  * Gets card kind identifier
1363
+ *
1364
+ * @format datatype.uuid
1157
1365
  */
1158
1366
  cardKindId?: string;
1159
1367
  /**
@@ -1182,6 +1390,8 @@ export declare namespace GenModels {
1182
1390
  interface BarcodeSearchResponseModel {
1183
1391
  /**
1184
1392
  * Card id to get info
1393
+ *
1394
+ * @format datatype.uuid
1185
1395
  */
1186
1396
  cardId?: string;
1187
1397
  }
@@ -1190,10 +1400,14 @@ export declare namespace GenModels {
1190
1400
  interface GetFieldValueRequest {
1191
1401
  /**
1192
1402
  * Card id
1403
+ *
1404
+ * @format datatype.uuid
1193
1405
  */
1194
1406
  cardId: string;
1195
1407
  /**
1196
1408
  * Section id
1409
+ *
1410
+ * @format datatype.uuid
1197
1411
  */
1198
1412
  sectionId: string;
1199
1413
  /**
@@ -1210,6 +1424,8 @@ export declare namespace GenModels {
1210
1424
  interface DirectoryDesignerRowModel {
1211
1425
  /**
1212
1426
  * Row id
1427
+ *
1428
+ * @format datatype.uuid
1213
1429
  */
1214
1430
  id: string;
1215
1431
  /**
@@ -1278,10 +1494,14 @@ export declare namespace GenModels {
1278
1494
  calendarSources: Array<GenModels.BusinessCalendarSource>;
1279
1495
  /**
1280
1496
  * Date of the start of the period
1497
+ *
1498
+ * @format datatype.datetime
1281
1499
  */
1282
1500
  startDate: string;
1283
1501
  /**
1284
1502
  * Date of the end of the period
1503
+ *
1504
+ * @format datatype.datetime
1285
1505
  */
1286
1506
  endDate: string;
1287
1507
  }
@@ -1290,6 +1510,8 @@ export declare namespace GenModels {
1290
1510
  interface BusinessCalendarSource {
1291
1511
  /**
1292
1512
  * Employee or unit identifier
1513
+ *
1514
+ * @format datatype.uuid
1293
1515
  */
1294
1516
  id: string;
1295
1517
  /**
@@ -1306,6 +1528,8 @@ export declare namespace GenModels {
1306
1528
  calendarSources: Array<GenModels.BusinessCalendarSource>;
1307
1529
  /**
1308
1530
  * Date of the end of the period
1531
+ *
1532
+ * @format datatype.datetime
1309
1533
  */
1310
1534
  endDate: string;
1311
1535
  /**
@@ -1322,6 +1546,8 @@ export declare namespace GenModels {
1322
1546
  calendarSources: Array<GenModels.BusinessCalendarSource>;
1323
1547
  /**
1324
1548
  * Date of the start of the period
1549
+ *
1550
+ * @format datatype.datetime
1325
1551
  */
1326
1552
  startDate: string;
1327
1553
  /**
@@ -1334,10 +1560,14 @@ export declare namespace GenModels {
1334
1560
  interface IntervalsCalculationRequestModel {
1335
1561
  /**
1336
1562
  * Start date for entry task group
1563
+ *
1564
+ * @format datatype.datetime
1337
1565
  */
1338
1566
  totalStartDate: string;
1339
1567
  /**
1340
1568
  * End date for entry task group
1569
+ *
1570
+ * @format datatype.datetime
1341
1571
  */
1342
1572
  totalEndDate: string;
1343
1573
  /**
@@ -1346,6 +1576,8 @@ export declare namespace GenModels {
1346
1576
  totalDuration: number;
1347
1577
  /**
1348
1578
  * Default calendar id to calculate intervals (will be used if employee has no calendar configured). Empty guid to use system calendar.
1579
+ *
1580
+ * @format datatype.uuid
1349
1581
  */
1350
1582
  defaultCalendarId: string;
1351
1583
  /**
@@ -1366,6 +1598,8 @@ export declare namespace GenModels {
1366
1598
  performerName: string;
1367
1599
  /**
1368
1600
  * Performer id
1601
+ *
1602
+ * @format datatype.uuid
1369
1603
  */
1370
1604
  performerId: string;
1371
1605
  /**
@@ -1378,10 +1612,14 @@ export declare namespace GenModels {
1378
1612
  isResponsible: boolean;
1379
1613
  /**
1380
1614
  * Task start date
1615
+ *
1616
+ * @format datatype.datetime
1381
1617
  */
1382
1618
  startDate?: string;
1383
1619
  /**
1384
1620
  * Task end date.
1621
+ *
1622
+ * @format datatype.datetime
1385
1623
  */
1386
1624
  endDate?: string;
1387
1625
  /**
@@ -1410,18 +1648,26 @@ export declare namespace GenModels {
1410
1648
  interface CommentsDataSourceInfoModel {
1411
1649
  /**
1412
1650
  * Gets or sets card identifier
1651
+ *
1652
+ * @format datatype.uuid
1413
1653
  */
1414
1654
  dataSourceCardId: string;
1415
1655
  /**
1416
1656
  * Gets or sets section identifier
1657
+ *
1658
+ * @format datatype.uuid
1417
1659
  */
1418
1660
  dataSourceSectionId?: string;
1419
1661
  /**
1420
1662
  * Gets or sets row identifier
1663
+ *
1664
+ * @format datatype.uuid
1421
1665
  */
1422
1666
  dataSourceRowId?: string;
1423
1667
  /**
1424
1668
  * Gets or sets comments section
1669
+ *
1670
+ * @format datatype.uuid
1425
1671
  */
1426
1672
  sectionId: string;
1427
1673
  /**
@@ -1438,14 +1684,20 @@ export declare namespace GenModels {
1438
1684
  textFieldAlias: string;
1439
1685
  /**
1440
1686
  * Comment operation
1687
+ *
1688
+ * @format datatype.uuid
1441
1689
  */
1442
1690
  commentEditOperation: string;
1443
1691
  /**
1444
1692
  * Comment edit operation
1693
+ *
1694
+ * @format datatype.uuid
1445
1695
  */
1446
1696
  editAnyCommentEditOperation: string;
1447
1697
  /**
1448
1698
  * Comment edit operation
1699
+ *
1700
+ * @format datatype.uuid
1449
1701
  */
1450
1702
  editOwnCommentEditOperation: string;
1451
1703
  }
@@ -1470,10 +1722,14 @@ export declare namespace GenModels {
1470
1722
  interface Comment {
1471
1723
  /**
1472
1724
  * Gets or sets identifier
1725
+ *
1726
+ * @format datatype.uuid
1473
1727
  */
1474
1728
  id: string;
1475
1729
  /**
1476
1730
  * Gets or sets employee identifier
1731
+ *
1732
+ * @format datatype.uuid
1477
1733
  */
1478
1734
  employeeId?: string;
1479
1735
  /**
@@ -1482,6 +1738,8 @@ export declare namespace GenModels {
1482
1738
  employeeDisplayName: string;
1483
1739
  /**
1484
1740
  * Gets or sets date
1741
+ *
1742
+ * @format datatype.datetime
1485
1743
  */
1486
1744
  date?: string;
1487
1745
  /**
@@ -1498,6 +1756,8 @@ export declare namespace GenModels {
1498
1756
  dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
1499
1757
  /**
1500
1758
  * Gets or sets card identifier
1759
+ *
1760
+ * @format datatype.uuid
1501
1761
  */
1502
1762
  cardId: string;
1503
1763
  /**
@@ -1514,6 +1774,8 @@ export declare namespace GenModels {
1514
1774
  dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
1515
1775
  /**
1516
1776
  * Gets or sets card identifier
1777
+ *
1778
+ * @format datatype.uuid
1517
1779
  */
1518
1780
  cardId: string;
1519
1781
  /**
@@ -1522,10 +1784,14 @@ export declare namespace GenModels {
1522
1784
  text: string;
1523
1785
  /**
1524
1786
  * Gets or sets employee id
1787
+ *
1788
+ * @format datatype.uuid
1525
1789
  */
1526
1790
  employeeId: string;
1527
1791
  /**
1528
1792
  * gets or sets date
1793
+ *
1794
+ * @format datatype.datetime
1529
1795
  */
1530
1796
  date?: string;
1531
1797
  }
@@ -1538,10 +1804,14 @@ export declare namespace GenModels {
1538
1804
  dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
1539
1805
  /**
1540
1806
  * Gets or sets card identifier
1807
+ *
1808
+ * @format datatype.uuid
1541
1809
  */
1542
1810
  cardId: string;
1543
1811
  /**
1544
1812
  * Gets or sets comment identifier
1813
+ *
1814
+ * @format datatype.uuid
1545
1815
  */
1546
1816
  commentId: string;
1547
1817
  /**
@@ -1558,10 +1828,14 @@ export declare namespace GenModels {
1558
1828
  dataSourceInfo: GenModels.CommentsDataSourceInfoModel;
1559
1829
  /**
1560
1830
  * Gets or sets card identifier
1831
+ *
1832
+ * @format datatype.uuid
1561
1833
  */
1562
1834
  cardId: string;
1563
1835
  /**
1564
1836
  * Gets or sets comment identifier
1837
+ *
1838
+ * @format datatype.uuid
1565
1839
  */
1566
1840
  commentId: string;
1567
1841
  }
@@ -1624,10 +1898,14 @@ export declare namespace GenModels {
1624
1898
  tasksLoaded: boolean;
1625
1899
  /**
1626
1900
  * Task id
1901
+ *
1902
+ * @format datatype.uuid
1627
1903
  */
1628
1904
  taskID: string;
1629
1905
  /**
1630
1906
  * TaskList ID
1907
+ *
1908
+ * @format datatype.uuid
1631
1909
  */
1632
1910
  taskListId: string;
1633
1911
  /**
@@ -1648,14 +1926,20 @@ export declare namespace GenModels {
1648
1926
  interface TaskDataModel {
1649
1927
  /**
1650
1928
  * Gets card identifier
1929
+ *
1930
+ * @format datatype.uuid
1651
1931
  */
1652
1932
  cardId: string;
1653
1933
  /**
1654
1934
  * Gets card type identifier
1935
+ *
1936
+ * @format datatype.uuid
1655
1937
  */
1656
1938
  cardTypeId: string;
1657
1939
  /**
1658
1940
  * Gets kind identifier
1941
+ *
1942
+ * @format datatype.uuid
1659
1943
  */
1660
1944
  kindId: string;
1661
1945
  /**
@@ -1688,14 +1972,20 @@ export declare namespace GenModels {
1688
1972
  performerDisplayName: string;
1689
1973
  /**
1690
1974
  * Gets start date
1975
+ *
1976
+ * @format datatype.datetime
1691
1977
  */
1692
1978
  startDate?: string;
1693
1979
  /**
1694
1980
  * Gets end date
1981
+ *
1982
+ * @format datatype.datetime
1695
1983
  */
1696
1984
  endDate?: string;
1697
1985
  /**
1698
1986
  * Gets date of task complete
1987
+ *
1988
+ * @format datatype.datetime
1699
1989
  */
1700
1990
  endDateActual?: string;
1701
1991
  }
@@ -1704,10 +1994,14 @@ export declare namespace GenModels {
1704
1994
  interface TasksTreeRequestModel {
1705
1995
  /**
1706
1996
  * Gets or sets card identifier
1997
+ *
1998
+ * @format datatype.uuid
1707
1999
  */
1708
2000
  cardId: string;
1709
2001
  /**
1710
2002
  * Gets or sets task list identifier
2003
+ *
2004
+ * @format datatype.uuid
1711
2005
  */
1712
2006
  taskListId: string;
1713
2007
  /**
@@ -1724,6 +2018,8 @@ export declare namespace GenModels {
1724
2018
  interface TasksTreeModel {
1725
2019
  /**
1726
2020
  * Gets tree nodes
2021
+ *
2022
+ * @format datatype.uuid
1727
2023
  */
1728
2024
  parentCardId: string;
1729
2025
  /**
@@ -1740,18 +2036,26 @@ export declare namespace GenModels {
1740
2036
  interface TreeNodeModel {
1741
2037
  /**
1742
2038
  * Gets or sets node identifier
2039
+ *
2040
+ * @format datatype.uuid
1743
2041
  */
1744
2042
  nodeId: string;
1745
2043
  /**
1746
2044
  * Gets or sets parent node identifier
2045
+ *
2046
+ * @format datatype.uuid
1747
2047
  */
1748
2048
  parentId: string;
1749
2049
  /**
1750
2050
  * Gets or sets card type identifier
2051
+ *
2052
+ * @format datatype.uuid
1751
2053
  */
1752
2054
  cardTypeId: string;
1753
2055
  /**
1754
2056
  * Gets or sets kind identifier
2057
+ *
2058
+ * @format datatype.uuid
1755
2059
  */
1756
2060
  kindId: string;
1757
2061
  /**
@@ -1776,10 +2080,14 @@ export declare namespace GenModels {
1776
2080
  interface TaskTreeEdge {
1777
2081
  /**
1778
2082
  * Gets or sets from node identifier
2083
+ *
2084
+ * @format datatype.uuid
1779
2085
  */
1780
2086
  fromNode: string;
1781
2087
  /**
1782
2088
  * Gets or sets to node identifier
2089
+ *
2090
+ * @format datatype.uuid
1783
2091
  */
1784
2092
  toNode: string;
1785
2093
  }
@@ -1788,6 +2096,8 @@ export declare namespace GenModels {
1788
2096
  interface TasksTableLoadOptions {
1789
2097
  /**
1790
2098
  * Task list identifier, when loading document or custom card tasks
2099
+ *
2100
+ * @format datatype.uuid
1791
2101
  */
1792
2102
  taskListId?: string;
1793
2103
  /**
@@ -1822,12 +2132,18 @@ export declare namespace GenModels {
1822
2132
  * Table rows
1823
2133
  */
1824
2134
  rows: Array<GenModels.TasksTableRow>;
2135
+ /**
2136
+ * Does node has parent
2137
+ */
2138
+ canShowFullTree: boolean;
1825
2139
  }
1826
2140
  }
1827
2141
  export declare namespace GenModels {
1828
2142
  interface TasksTableRow {
1829
2143
  /**
1830
2144
  * Card identifier
2145
+ *
2146
+ * @format datatype.uuid
1831
2147
  */
1832
2148
  cardId: string;
1833
2149
  /**
@@ -1836,6 +2152,8 @@ export declare namespace GenModels {
1836
2152
  level: number;
1837
2153
  /**
1838
2154
  * Parent row identifier
2155
+ *
2156
+ * @format datatype.uuid
1839
2157
  */
1840
2158
  parentId?: string;
1841
2159
  /**
@@ -1848,6 +2166,8 @@ export declare namespace GenModels {
1848
2166
  executionType: number;
1849
2167
  /**
1850
2168
  * Card type identifier
2169
+ *
2170
+ * @format datatype.uuid
1851
2171
  */
1852
2172
  cardTypeId: string;
1853
2173
  /**
@@ -1878,10 +2198,14 @@ export declare namespace GenModels {
1878
2198
  interface TasksTreeNodeHelpRequestModel {
1879
2199
  /**
1880
2200
  * Gets or sets card identifier
2201
+ *
2202
+ * @format datatype.uuid
1881
2203
  */
1882
2204
  cardId: string;
1883
2205
  /**
1884
2206
  * Gets or sets card type identifier
2207
+ *
2208
+ * @format datatype.uuid
1885
2209
  */
1886
2210
  cardTypeId: string;
1887
2211
  }
@@ -1890,10 +2214,14 @@ export declare namespace GenModels {
1890
2214
  interface TreeNodeHelpModel {
1891
2215
  /**
1892
2216
  * Gets or set creation date
2217
+ *
2218
+ * @format datatype.datetime
1893
2219
  */
1894
2220
  creationDate: string;
1895
2221
  /**
1896
2222
  * Card id
2223
+ *
2224
+ * @format datatype.uuid
1897
2225
  */
1898
2226
  id: string;
1899
2227
  /**
@@ -1921,6 +2249,9 @@ export declare namespace GenModels {
1921
2249
  */
1922
2250
  searchMode: GenModels.PartnerSearchMode;
1923
2251
  searchText: string;
2252
+ /**
2253
+ * @format datatype.uuid
2254
+ */
1924
2255
  departmentId?: string;
1925
2256
  /**
1926
2257
  * Partners count to skip from begin (pagination). Real skip = Skip - SkipDepartments;
@@ -1972,6 +2303,8 @@ export declare namespace GenModels {
1972
2303
  searchMode: GenModels.PartnerSearchMode;
1973
2304
  /**
1974
2305
  * Department id
2306
+ *
2307
+ * @format datatype.uuid
1975
2308
  */
1976
2309
  departmentId?: string;
1977
2310
  /**
@@ -2088,6 +2421,8 @@ export declare namespace GenModels {
2088
2421
  parameters: Array<GenModels.SearchParameter>;
2089
2422
  /**
2090
2423
  * Instance id
2424
+ *
2425
+ * @format datatype.uuid
2091
2426
  */
2092
2427
  instanceId?: string;
2093
2428
  /**
@@ -2136,22 +2471,32 @@ export declare namespace GenModels {
2136
2471
  searchParametersLayout: GenModels.LayoutViewModel;
2137
2472
  /**
2138
2473
  * Current session id.
2474
+ *
2475
+ * @format datatype.uuid
2139
2476
  */
2140
2477
  fullTextSearchSessionId: string;
2141
2478
  /**
2142
2479
  * Gets or sets folder identifier
2480
+ *
2481
+ * @format datatype.uuid
2143
2482
  */
2144
2483
  folderId: string;
2145
2484
  /**
2146
2485
  * Gets or sets view identifier
2486
+ *
2487
+ * @format datatype.uuid
2147
2488
  */
2148
2489
  viewId: string;
2149
2490
  /**
2150
2491
  * Gets or sets search identifier
2492
+ *
2493
+ * @format datatype.uuid
2151
2494
  */
2152
2495
  searchId: string;
2153
2496
  /**
2154
2497
  * Gets or sets instanceId
2498
+ *
2499
+ * @format datatype.uuid
2155
2500
  */
2156
2501
  instanceId: string;
2157
2502
  /**
@@ -2164,6 +2509,8 @@ export declare namespace GenModels {
2164
2509
  interface GridViewModel {
2165
2510
  /**
2166
2511
  * Gets or sets instanceId
2512
+ *
2513
+ * @format datatype.uuid
2167
2514
  */
2168
2515
  instanceId: string;
2169
2516
  /**
@@ -2224,12 +2571,30 @@ export declare namespace GenModels {
2224
2571
  request: GenModels.QueryViewRequest;
2225
2572
  /**
2226
2573
  * Current session id.
2574
+ *
2575
+ * @format datatype.uuid
2227
2576
  */
2228
2577
  fullTextSearchSessionId: string;
2229
2578
  /**
2230
2579
  * Gets or sets grid user settings data
2231
2580
  */
2232
2581
  gridUserSettings: GenModels.GridUserSettingsData;
2582
+ /**
2583
+ * Gets or sets whether grouping allowed
2584
+ */
2585
+ isGroupingAllowed: boolean;
2586
+ /**
2587
+ * Gets or sets whether show grouping columns
2588
+ */
2589
+ showGroupingColumns: boolean;
2590
+ /**
2591
+ * Gets or sets base cursor row count
2592
+ */
2593
+ baseCursorRowCount: number;
2594
+ /**
2595
+ * Gets or sets whether it has default grouping
2596
+ */
2597
+ hasDefaultGrouping: boolean;
2233
2598
  /**
2234
2599
  * Gets or sets key column name
2235
2600
  */
@@ -2298,6 +2663,14 @@ export declare namespace GenModels {
2298
2663
  * Gets or sets column order
2299
2664
  */
2300
2665
  order: number;
2666
+ /**
2667
+ * Is Filtration Enabled?
2668
+ */
2669
+ isFilteringAllowed: boolean;
2670
+ /**
2671
+ * Gets or sets whether grouping allowed
2672
+ */
2673
+ isGroupingAllowed: boolean;
2301
2674
  /**
2302
2675
  * Eval row function
2303
2676
  */
@@ -2326,6 +2699,10 @@ export declare namespace GenModels {
2326
2699
  * Gets or sets row was read
2327
2700
  */
2328
2701
  wasRead: boolean;
2702
+ /**
2703
+ * Gets or sets row is archived
2704
+ */
2705
+ isArchived: boolean;
2329
2706
  }
2330
2707
  }
2331
2708
  export declare namespace GenModels {
@@ -2342,10 +2719,6 @@ export declare namespace GenModels {
2342
2719
  * Gets or sets typed value
2343
2720
  */
2344
2721
  rawValue: any;
2345
- /**
2346
- * Gets or sets typed value
2347
- */
2348
- typedValue: any;
2349
2722
  }
2350
2723
  }
2351
2724
  export declare namespace GenModels {
@@ -2434,6 +2807,8 @@ export declare namespace GenModels {
2434
2807
  action: GenModels.LayoutAction;
2435
2808
  /**
2436
2809
  * Gets or sets layout mode
2810
+ *
2811
+ * @format datatype.uuid
2437
2812
  */
2438
2813
  layoutMode?: string;
2439
2814
  /**
@@ -2450,10 +2825,14 @@ export declare namespace GenModels {
2450
2825
  name: string;
2451
2826
  /**
2452
2827
  * Gets or sets layout identifier
2828
+ *
2829
+ * @format datatype.uuid
2453
2830
  */
2454
2831
  id: string;
2455
2832
  /**
2456
2833
  * Gets or sets layout instance identifier
2834
+ *
2835
+ * @format datatype.uuid
2457
2836
  */
2458
2837
  instanceId: string;
2459
2838
  /**
@@ -2470,10 +2849,14 @@ export declare namespace GenModels {
2470
2849
  interface OperationModel {
2471
2850
  /**
2472
2851
  * Gets operation identifier
2852
+ *
2853
+ * @format datatype.uuid
2473
2854
  */
2474
2855
  id: string;
2475
2856
  /**
2476
2857
  * Gets operation identifier
2858
+ *
2859
+ * @format datatype.uuid
2477
2860
  */
2478
2861
  builtInId?: string;
2479
2862
  /**
@@ -2506,10 +2889,14 @@ export declare namespace GenModels {
2506
2889
  interface ExtendedDataSourceInfoModel {
2507
2890
  /**
2508
2891
  * Gets or sets extended layouts info identifier
2892
+ *
2893
+ * @format datatype.uuid
2509
2894
  */
2510
2895
  id: string;
2511
2896
  /**
2512
2897
  * Gets or sets timestamp card identifier
2898
+ *
2899
+ * @format datatype.uuid
2513
2900
  */
2514
2901
  cardId: string;
2515
2902
  /**
@@ -2526,26 +2913,115 @@ export declare namespace GenModels {
2526
2913
  layoutModel: GenModels.LayoutModel;
2527
2914
  }
2528
2915
  }
2916
+ export declare namespace GenModels {
2917
+ interface RecentCardsRequest {
2918
+ requestModel: GenModels.CardListRequestModel;
2919
+ }
2920
+ }
2921
+ export declare namespace GenModels {
2922
+ interface FolderIdentityModel {
2923
+ /**
2924
+ * Folder id
2925
+ *
2926
+ * @format datatype.uuid
2927
+ */
2928
+ folderId?: string;
2929
+ /**
2930
+ * System folder identification.
2931
+ */
2932
+ systemFolder?: GenModels.SystemFolders;
2933
+ }
2934
+ }
2935
+ export declare namespace GenModels {
2936
+ interface FolderViewInfosModel {
2937
+ /**
2938
+ * Infos
2939
+ */
2940
+ views: Array<GenModels.FolderViewInfo>;
2941
+ }
2942
+ }
2943
+ export declare namespace GenModels {
2944
+ interface FolderViewInfo {
2945
+ /**
2946
+ * Gets or sets view name
2947
+ */
2948
+ name: string;
2949
+ /**
2950
+ * Gets or sets view identifier
2951
+ *
2952
+ * @format datatype.uuid
2953
+ */
2954
+ viewId: string;
2955
+ /**
2956
+ * Is view configured as folder default view
2957
+ */
2958
+ isDefaultFolderView: boolean;
2959
+ }
2960
+ }
2961
+ export declare namespace GenModels {
2962
+ interface ViewColumnModel {
2963
+ /**
2964
+ * Column name
2965
+ */
2966
+ columnName: string;
2967
+ /**
2968
+ * Column date format
2969
+ */
2970
+ dateFormat: string;
2971
+ /**
2972
+ * Column order
2973
+ */
2974
+ order: number;
2975
+ /**
2976
+ * Is column hidden
2977
+ */
2978
+ hidden: boolean;
2979
+ /**
2980
+ * Is column system
2981
+ */
2982
+ system: boolean;
2983
+ /**
2984
+ * Gets or sets column caption
2985
+ */
2986
+ caption: string;
2987
+ }
2988
+ }
2529
2989
  export declare namespace GenModels {
2530
2990
  interface GridFilterRequestModel {
2531
2991
  /**
2532
2992
  * Gets or sets folder identifier
2993
+ *
2994
+ * @format datatype.uuid
2533
2995
  */
2534
2996
  folderId: string;
2535
2997
  /**
2536
2998
  * Gets or sets view identifier
2999
+ *
3000
+ * @format datatype.uuid
2537
3001
  */
2538
3002
  viewId: string;
2539
3003
  }
2540
3004
  }
3005
+ export declare namespace GenModels {
3006
+ interface GridViewModelEx extends GenModels.GridViewModel {
3007
+ /**
3008
+ * Gets or sets search parameters layout
3009
+ */
3010
+ searchParametersLayout?: GenModels.ILayoutViewModel;
3011
+ }
3012
+ }
2541
3013
  export declare namespace GenModels {
2542
3014
  interface SaveGridUserSettingsDataRequestModel {
2543
3015
  /**
2544
3016
  * Gets or sets folder identifier
3017
+ *
3018
+ * @format datatype.uuid
2545
3019
  */
2546
3020
  folderId: string;
2547
3021
  /**
2548
3022
  * Get or sets view identifier
3023
+ *
3024
+ * @format datatype.uuid
2549
3025
  */
2550
3026
  viewId: string;
2551
3027
  /**
@@ -2558,6 +3034,8 @@ export declare namespace GenModels {
2558
3034
  interface SaveGridUserSettingsFolderDataRequestModel {
2559
3035
  /**
2560
3036
  * Gets or sets folder identifier
3037
+ *
3038
+ * @format datatype.uuid
2561
3039
  */
2562
3040
  folderId: string;
2563
3041
  /**
@@ -2570,16 +3048,119 @@ export declare namespace GenModels {
2570
3048
  interface GridUserSettingsFolderData {
2571
3049
  /**
2572
3050
  * Gets or sets view id
3051
+ *
3052
+ * @format datatype.uuid
2573
3053
  */
2574
3054
  viewId: string;
2575
3055
  }
2576
3056
  }
3057
+ export declare namespace GenModels {
3058
+ interface SaveAllCardsReadStatusRequestModel {
3059
+ /**
3060
+ * Request model
3061
+ */
3062
+ requestModel: GenModels.CardListRequestModel;
3063
+ /**
3064
+ * Gets or sets card was read
3065
+ */
3066
+ wasRead: boolean;
3067
+ }
3068
+ }
3069
+ export declare namespace GenModels {
3070
+ interface DistinctValuesRequestWithPagination {
3071
+ /**
3072
+ * Gets or sets Cursor ID
3073
+ *
3074
+ * @format datatype.uuid
3075
+ */
3076
+ cursorId: string;
3077
+ /**
3078
+ * Gets or sets page number
3079
+ */
3080
+ pageNumber: number;
3081
+ /**
3082
+ * Gets or sets page size
3083
+ */
3084
+ pageSize: number;
3085
+ }
3086
+ }
3087
+ export declare namespace GenModels {
3088
+ interface DistinctValuesRequestModel extends GenModels.DistinctValuesRequestWithPagination {
3089
+ /**
3090
+ * Gets or sets
3091
+ */
3092
+ grouping: Array<GenModels.GridUserSettingsGroupColumn>;
3093
+ }
3094
+ }
3095
+ export declare namespace GenModels {
3096
+ interface DistinctValuesModel {
3097
+ /**
3098
+ * Gets or sets page count
3099
+ */
3100
+ pageCount: number;
3101
+ /**
3102
+ * Gets or sets current page
3103
+ */
3104
+ currentPage: number;
3105
+ /**
3106
+ * Gets or sets distinct values
3107
+ */
3108
+ distinctValues: Array<GenModels.ViewDistinctValue>;
3109
+ }
3110
+ }
3111
+ export declare namespace GenModels {
3112
+ interface ViewDistinctValue {
3113
+ /**
3114
+ * Gets or sets column name
3115
+ */
3116
+ columnName: string;
3117
+ /**
3118
+ * Gets or sets whether sorting by descending
3119
+ */
3120
+ isDescending: boolean;
3121
+ /**
3122
+ * Gets or sets value
3123
+ */
3124
+ value: string;
3125
+ /**
3126
+ * Gets or sets count
3127
+ */
3128
+ count: number;
3129
+ /**
3130
+ * Gets or sets whether last level
3131
+ */
3132
+ isLastLevel: boolean;
3133
+ }
3134
+ }
3135
+ export declare namespace GenModels {
3136
+ interface FilterDistinctValuesRequestModel extends GenModels.DistinctValuesRequestModel {
3137
+ /**
3138
+ * Column name
3139
+ */
3140
+ filterColumnName: string;
3141
+ /**
3142
+ * Search text
3143
+ */
3144
+ filterSearchText: string;
3145
+ /**
3146
+ * Instace ID
3147
+ *
3148
+ * @format datatype.uuid
3149
+ */
3150
+ instanceId: string;
3151
+ }
3152
+ }
2577
3153
  export declare namespace GenModels {
2578
3154
  interface GetRequestModel {
2579
3155
  locationName?: string;
3156
+ /**
3157
+ * @format datatype.uuid
3158
+ */
2580
3159
  cardId?: string;
2581
3160
  /**
2582
3161
  * Gets or sets layout selection mode (view, edit, create...)
3162
+ *
3163
+ * @format datatype.uuid
2583
3164
  */
2584
3165
  layoutMode?: string;
2585
3166
  layoutParams?: Array<GenModels.ParamModel>;
@@ -2629,9 +3210,14 @@ export declare namespace GenModels {
2629
3210
  export declare namespace GenModels {
2630
3211
  interface SaveRequestModel {
2631
3212
  locationName?: string;
3213
+ /**
3214
+ * @format datatype.uuid
3215
+ */
2632
3216
  cardId?: string;
2633
3217
  /**
2634
3218
  * Gets or sets layout selection mode (view, edit, create...)
3219
+ *
3220
+ * @format datatype.uuid
2635
3221
  */
2636
3222
  layoutMode?: string;
2637
3223
  layoutParams: Array<GenModels.ParamModel>;
@@ -2685,14 +3271,20 @@ export declare namespace GenModels {
2685
3271
  editOperation: string;
2686
3272
  /**
2687
3273
  * Gets or sets data source card id
3274
+ *
3275
+ * @format datatype.uuid
2688
3276
  */
2689
3277
  extendedDataSourceCardId?: string;
2690
3278
  /**
2691
3279
  * Gets or sets data source section id
3280
+ *
3281
+ * @format datatype.uuid
2692
3282
  */
2693
3283
  extendedDataSourceSectionId?: string;
2694
3284
  /**
2695
3285
  * Gets or sets data source row id
3286
+ *
3287
+ * @format datatype.uuid
2696
3288
  */
2697
3289
  extendedDataSourceRowId?: string;
2698
3290
  }
@@ -2713,6 +3305,8 @@ export declare namespace GenModels {
2713
3305
  interface HistorySearchQuery {
2714
3306
  /**
2715
3307
  * Card id
3308
+ *
3309
+ * @format datatype.uuid
2716
3310
  */
2717
3311
  cardId: string;
2718
3312
  /**
@@ -2721,6 +3315,8 @@ export declare namespace GenModels {
2721
3315
  employeeName: string;
2722
3316
  /**
2723
3317
  * Date
3318
+ *
3319
+ * @format datatype.datetime
2724
3320
  */
2725
3321
  date?: string;
2726
3322
  /**
@@ -2733,6 +3329,8 @@ export declare namespace GenModels {
2733
3329
  operationsToHide: Array<string>;
2734
3330
  /**
2735
3331
  * Cache id
3332
+ *
3333
+ * @format datatype.uuid
2736
3334
  */
2737
3335
  cacheId: string;
2738
3336
  /**
@@ -2745,6 +3343,8 @@ export declare namespace GenModels {
2745
3343
  maxCount?: number;
2746
3344
  /**
2747
3345
  * Edit operation id
3346
+ *
3347
+ * @format datatype.uuid
2748
3348
  */
2749
3349
  editOperation: string;
2750
3350
  }
@@ -2761,6 +3361,8 @@ export declare namespace GenModels {
2761
3361
  hasMore: boolean;
2762
3362
  /**
2763
3363
  * Cache id
3364
+ *
3365
+ * @format datatype.uuid
2764
3366
  */
2765
3367
  cacheId: string;
2766
3368
  /**
@@ -2773,6 +3375,8 @@ export declare namespace GenModels {
2773
3375
  interface HistoryRecord {
2774
3376
  /**
2775
3377
  * Record id
3378
+ *
3379
+ * @format datatype.uuid
2776
3380
  */
2777
3381
  logNewId: string;
2778
3382
  /**
@@ -2781,6 +3385,8 @@ export declare namespace GenModels {
2781
3385
  id: number;
2782
3386
  /**
2783
3387
  * Record date
3388
+ *
3389
+ * @format datatype.datetime
2784
3390
  */
2785
3391
  date: string;
2786
3392
  /**
@@ -2801,10 +3407,24 @@ export declare namespace GenModels {
2801
3407
  displayName: string;
2802
3408
  }
2803
3409
  }
3410
+ export declare namespace GenModels {
3411
+ interface WasReadRequest {
3412
+ /**
3413
+ * Cards to read
3414
+ */
3415
+ cardIds: Array<string>;
3416
+ /**
3417
+ * Set read state
3418
+ */
3419
+ setRead: boolean;
3420
+ }
3421
+ }
2804
3422
  export declare namespace GenModels {
2805
3423
  interface FilePickerRequestModel {
2806
3424
  /**
2807
3425
  * FileCard id
3426
+ *
3427
+ * @format datatype.uuid
2808
3428
  */
2809
3429
  fileCardId: string;
2810
3430
  /**
@@ -2817,10 +3437,14 @@ export declare namespace GenModels {
2817
3437
  interface LogInfo {
2818
3438
  /**
2819
3439
  * The edit operation for the log record.
3440
+ *
3441
+ * @format datatype.uuid
2820
3442
  */
2821
3443
  operationId: string;
2822
3444
  /**
2823
3445
  * Card, to associate log record with.
3446
+ *
3447
+ * @format datatype.uuid
2824
3448
  */
2825
3449
  cardId: string;
2826
3450
  }
@@ -2841,6 +3465,8 @@ export declare namespace GenModels {
2841
3465
  name: string;
2842
3466
  /**
2843
3467
  * Gets file identifier
3468
+ *
3469
+ * @format datatype.uuid
2844
3470
  */
2845
3471
  fileId: string;
2846
3472
  /**
@@ -2881,10 +3507,14 @@ export declare namespace GenModels {
2881
3507
  interface FileCardVersionModel {
2882
3508
  /**
2883
3509
  * Gets or sets file identifier
3510
+ *
3511
+ * @format datatype.uuid
2884
3512
  */
2885
3513
  id: string;
2886
3514
  /**
2887
3515
  * Gets or set version id
3516
+ *
3517
+ * @format datatype.uuid
2888
3518
  */
2889
3519
  versionId: string;
2890
3520
  /**
@@ -2901,6 +3531,8 @@ export declare namespace GenModels {
2901
3531
  author: string;
2902
3532
  /**
2903
3533
  * Gets or sets creation date
3534
+ *
3535
+ * @format datatype.datetime
2904
3536
  */
2905
3537
  creationDate: string;
2906
3538
  /**
@@ -2913,10 +3545,14 @@ export declare namespace GenModels {
2913
3545
  interface FileCardCommentModel {
2914
3546
  /**
2915
3547
  * Gets or sets identifier
3548
+ *
3549
+ * @format datatype.uuid
2916
3550
  */
2917
3551
  id: string;
2918
3552
  /**
2919
3553
  * Gets or sets date
3554
+ *
3555
+ * @format datatype.datetime
2920
3556
  */
2921
3557
  date: string;
2922
3558
  /**
@@ -2929,6 +3565,8 @@ export declare namespace GenModels {
2929
3565
  author: string;
2930
3566
  /**
2931
3567
  * Gets or sets author
3568
+ *
3569
+ * @format datatype.uuid
2932
3570
  */
2933
3571
  authorId: string;
2934
3572
  }
@@ -2937,22 +3575,32 @@ export declare namespace GenModels {
2937
3575
  interface LayoutRowCreateParams {
2938
3576
  /**
2939
3577
  * Card identifier
3578
+ *
3579
+ * @format datatype.uuid
2940
3580
  */
2941
3581
  cardId: string;
2942
3582
  /**
2943
3583
  * Section identifier
3584
+ *
3585
+ * @format datatype.uuid
2944
3586
  */
2945
3587
  sectionId: string;
2946
3588
  /**
2947
3589
  * Gets or sets layout mode
3590
+ *
3591
+ * @format datatype.uuid
2948
3592
  */
2949
3593
  layoutMode?: string;
2950
3594
  /**
2951
3595
  * Gets or sets parent row id
3596
+ *
3597
+ * @format datatype.uuid
2952
3598
  */
2953
3599
  parentRowId?: string;
2954
3600
  /**
2955
3601
  * Gets or sets tree parent row id
3602
+ *
3603
+ * @format datatype.uuid
2956
3604
  */
2957
3605
  parentTreeRowId?: string;
2958
3606
  layoutParams: Array<GenModels.LayoutParamModel>;
@@ -2974,6 +3622,8 @@ export declare namespace GenModels {
2974
3622
  interface BaseInfoModel {
2975
3623
  /**
2976
3624
  * Gets or sets id
3625
+ *
3626
+ * @format datatype.uuid
2977
3627
  */
2978
3628
  id: string;
2979
3629
  /**
@@ -2990,6 +3640,8 @@ export declare namespace GenModels {
2990
3640
  reason?: GenModels.Reason;
2991
3641
  /**
2992
3642
  * Gets or sets creation date
3643
+ *
3644
+ * @format datatype.datetime
2993
3645
  */
2994
3646
  createDate: string;
2995
3647
  }
@@ -2998,18 +3650,26 @@ export declare namespace GenModels {
2998
3650
  interface RowInfoModel extends GenModels.BaseInfoModel {
2999
3651
  /**
3000
3652
  * Gets or sets section id
3653
+ *
3654
+ * @format datatype.uuid
3001
3655
  */
3002
3656
  sectionId: string;
3003
3657
  /**
3004
3658
  * Parent row identifier
3659
+ *
3660
+ * @format datatype.uuid
3005
3661
  */
3006
3662
  parentRowId?: string;
3007
3663
  /**
3008
3664
  * Parent tree row identifier
3665
+ *
3666
+ * @format datatype.uuid
3009
3667
  */
3010
3668
  parentTreeRowId?: string;
3011
3669
  /**
3012
3670
  * Card identifier
3671
+ *
3672
+ * @format datatype.uuid
3013
3673
  */
3014
3674
  cardId: string;
3015
3675
  /**
@@ -3034,18 +3694,26 @@ export declare namespace GenModels {
3034
3694
  interface RowLayoutParams {
3035
3695
  /**
3036
3696
  * Gets or sets card identifier
3697
+ *
3698
+ * @format datatype.uuid
3037
3699
  */
3038
3700
  cardId: string;
3039
3701
  /**
3040
3702
  * Gets or sets section identifier
3703
+ *
3704
+ * @format datatype.uuid
3041
3705
  */
3042
3706
  sectionId: string;
3043
3707
  /**
3044
3708
  * Gets or sets row identifier
3709
+ *
3710
+ * @format datatype.uuid
3045
3711
  */
3046
3712
  rowId: string;
3047
3713
  /**
3048
3714
  * Gets or sets layout type
3715
+ *
3716
+ * @format datatype.uuid
3049
3717
  */
3050
3718
  layoutMode?: string;
3051
3719
  /**
@@ -3058,16 +3726,34 @@ export declare namespace GenModels {
3058
3726
  interface DeleteRowModel {
3059
3727
  /**
3060
3728
  * Card, where row located
3729
+ *
3730
+ * @format datatype.uuid
3061
3731
  */
3062
3732
  cardId: string;
3063
3733
  /**
3064
3734
  * Section of the row
3735
+ *
3736
+ * @format datatype.uuid
3065
3737
  */
3066
3738
  sectionId: string;
3067
3739
  /**
3068
3740
  * Row id
3741
+ *
3742
+ * @format datatype.uuid
3069
3743
  */
3070
3744
  rowId: string;
3745
+ /**
3746
+ * Parent row id for receiving it timestamp.
3747
+ *
3748
+ * @format datatype.uuid
3749
+ */
3750
+ parentRowId?: string;
3751
+ /**
3752
+ * Parent row section id for receiving it timestamp.
3753
+ *
3754
+ * @format datatype.uuid
3755
+ */
3756
+ parentRowSectionId?: string;
3071
3757
  isCreationCancel?: boolean;
3072
3758
  }
3073
3759
  }
@@ -3087,14 +3773,20 @@ export declare namespace GenModels {
3087
3773
  interface SaveRowControlDataModel {
3088
3774
  /**
3089
3775
  * Gets or sets a card id
3776
+ *
3777
+ * @format datatype.uuid
3090
3778
  */
3091
3779
  cardId: string;
3092
3780
  /**
3093
3781
  * Gets or sets a section id
3782
+ *
3783
+ * @format datatype.uuid
3094
3784
  */
3095
3785
  sectionId: string;
3096
3786
  /**
3097
3787
  * Gets or sets a row id
3788
+ *
3789
+ * @format datatype.uuid
3098
3790
  */
3099
3791
  rowId: string;
3100
3792
  /**
@@ -3103,6 +3795,8 @@ export declare namespace GenModels {
3103
3795
  timestamp: number;
3104
3796
  /**
3105
3797
  * Gets or sets mode
3798
+ *
3799
+ * @format datatype.uuid
3106
3800
  */
3107
3801
  layoutMode?: string;
3108
3802
  /**
@@ -3135,10 +3829,14 @@ export declare namespace GenModels {
3135
3829
  interface CardKindInfoModel {
3136
3830
  /**
3137
3831
  * Gets or sets card type id
3832
+ *
3833
+ * @format datatype.uuid
3138
3834
  */
3139
3835
  cardTypeId: string;
3140
3836
  /**
3141
3837
  * Gets or sets kind name
3838
+ *
3839
+ * @format datatype.uuid
3142
3840
  */
3143
3841
  kindId: string;
3144
3842
  /**
@@ -3183,6 +3881,8 @@ export declare namespace GenModels {
3183
3881
  time: string;
3184
3882
  /**
3185
3883
  * Employee id
3884
+ *
3885
+ * @format datatype.uuid
3186
3886
  */
3187
3887
  employeeId: string;
3188
3888
  /**
@@ -3211,6 +3911,8 @@ export declare namespace GenModels {
3211
3911
  searchText?: string;
3212
3912
  /**
3213
3913
  * Parent id
3914
+ *
3915
+ * @format datatype.uuid
3214
3916
  */
3215
3917
  parentId?: string;
3216
3918
  /**
@@ -3247,14 +3949,20 @@ export declare namespace GenModels {
3247
3949
  interface StaffQueryContext {
3248
3950
  /**
3249
3951
  * Card, where control located.
3952
+ *
3953
+ * @format datatype.uuid
3250
3954
  */
3251
3955
  cardId: string;
3252
3956
  /**
3253
3957
  * Card type of the card, where control located.
3958
+ *
3959
+ * @format datatype.uuid
3254
3960
  */
3255
3961
  cardTypeId: string;
3256
3962
  /**
3257
3963
  * Card type of the card, where control located.
3964
+ *
3965
+ * @format datatype.uuid
3258
3966
  */
3259
3967
  cardKindId: string;
3260
3968
  /**
@@ -3271,6 +3979,8 @@ export declare namespace GenModels {
3271
3979
  interface StaffItemsDataSourceModel {
3272
3980
  /**
3273
3981
  * Section identifier
3982
+ *
3983
+ * @format datatype.uuid
3274
3984
  */
3275
3985
  dataSourceCardSection?: string;
3276
3986
  /**
@@ -3299,10 +4009,14 @@ export declare namespace GenModels {
3299
4009
  positionAlias: string;
3300
4010
  /**
3301
4011
  * Organization restriction.
4012
+ *
4013
+ * @format datatype.uuid
3302
4014
  */
3303
4015
  selectFromOrganization?: string;
3304
4016
  /**
3305
4017
  * Group restriction.
4018
+ *
4019
+ * @format datatype.uuid
3306
4020
  */
3307
4021
  selectFromGroup?: string;
3308
4022
  /**
@@ -3399,6 +4113,8 @@ export declare namespace GenModels {
3399
4113
  interface StaffDataModel extends GenModels.IDirectoryItemData {
3400
4114
  /**
3401
4115
  * Entity identifier
4116
+ *
4117
+ * @format datatype.uuid
3402
4118
  */
3403
4119
  id: string;
3404
4120
  /**
@@ -3423,6 +4139,8 @@ export declare namespace GenModels {
3423
4139
  interface SetEmployeeGroupsQuery {
3424
4140
  /**
3425
4141
  * Gets or sets employee identifier
4142
+ *
4143
+ * @format datatype.uuid
3426
4144
  */
3427
4145
  employeeId: string;
3428
4146
  /**
@@ -3471,6 +4189,8 @@ export declare namespace GenModels {
3471
4189
  interface AddToGroupRequestModel {
3472
4190
  /**
3473
4191
  * Gets or sets group identifier
4192
+ *
4193
+ * @format datatype.uuid
3474
4194
  */
3475
4195
  groupId: string;
3476
4196
  /**
@@ -3495,6 +4215,8 @@ export declare namespace GenModels {
3495
4215
  interface EmployeeListRequestModel {
3496
4216
  /**
3497
4217
  * Instance id
4218
+ *
4219
+ * @format datatype.uuid
3498
4220
  */
3499
4221
  instanceId?: string;
3500
4222
  /**
@@ -3507,6 +4229,8 @@ export declare namespace GenModels {
3507
4229
  hierarchyType: GenModels.HierarchyType;
3508
4230
  /**
3509
4231
  * Hierarchy item id
4232
+ *
4233
+ * @format datatype.uuid
3510
4234
  */
3511
4235
  hierarchyItemID: string;
3512
4236
  /**
@@ -3527,10 +4251,14 @@ export declare namespace GenModels {
3527
4251
  interface StaffDirectoryItemsMoveModel {
3528
4252
  /**
3529
4253
  * Staff Id
4254
+ *
4255
+ * @format datatype.uuid
3530
4256
  */
3531
4257
  staffId: string;
3532
4258
  /**
3533
4259
  * Target Id
4260
+ *
4261
+ * @format datatype.uuid
3534
4262
  */
3535
4263
  targetId: string;
3536
4264
  }
@@ -3539,14 +4267,20 @@ export declare namespace GenModels {
3539
4267
  interface EmployeeMoveModel {
3540
4268
  /**
3541
4269
  * Staff Id
4270
+ *
4271
+ * @format datatype.uuid
3542
4272
  */
3543
4273
  staffId: string;
3544
4274
  /**
3545
4275
  * Target Id
4276
+ *
4277
+ * @format datatype.uuid
3546
4278
  */
3547
4279
  targetId: string;
3548
4280
  /**
3549
4281
  * Directory Id
4282
+ *
4283
+ * @format datatype.uuid
3550
4284
  */
3551
4285
  directoryId: string;
3552
4286
  /**
@@ -3559,6 +4293,8 @@ export declare namespace GenModels {
3559
4293
  interface GetTasksListRequestModel {
3560
4294
  /**
3561
4295
  * Id of the task list card.
4296
+ *
4297
+ * @format datatype.uuid
3562
4298
  */
3563
4299
  taskListId: string;
3564
4300
  /**
@@ -3571,6 +4307,8 @@ export declare namespace GenModels {
3571
4307
  interface GetChildTasksCommentsRequestModel {
3572
4308
  /**
3573
4309
  * Id of the task card.
4310
+ *
4311
+ * @format datatype.uuid
3574
4312
  */
3575
4313
  taskId: string;
3576
4314
  /**
@@ -3591,10 +4329,14 @@ export declare namespace GenModels {
3591
4329
  interface SimpleBindingInfo {
3592
4330
  /**
3593
4331
  * Gets or sets data source resolver identifier
4332
+ *
4333
+ * @format datatype.uuid
3594
4334
  */
3595
4335
  dataSourceResolverId: string;
3596
4336
  /**
3597
4337
  * Gets or sets section identifier
4338
+ *
4339
+ * @format datatype.uuid
3598
4340
  */
3599
4341
  sectionId: string;
3600
4342
  /**
@@ -3619,6 +4361,8 @@ export declare namespace GenModels {
3619
4361
  interface ChildTaskCommentModel {
3620
4362
  /**
3621
4363
  * Task identifier
4364
+ *
4365
+ * @format datatype.uuid
3622
4366
  */
3623
4367
  cardId: string;
3624
4368
  /**
@@ -3651,6 +4395,8 @@ export declare namespace GenModels {
3651
4395
  fileName: string;
3652
4396
  /**
3653
4397
  * File id
4398
+ *
4399
+ * @format datatype.uuid
3654
4400
  */
3655
4401
  fileId: string;
3656
4402
  /**
@@ -3679,6 +4425,8 @@ export declare namespace GenModels {
3679
4425
  interface AddTaskCommentsRequestModel {
3680
4426
  /**
3681
4427
  * Id of the task card.
4428
+ *
4429
+ * @format datatype.uuid
3682
4430
  */
3683
4431
  taskId: string;
3684
4432
  /**
@@ -3695,6 +4443,8 @@ export declare namespace GenModels {
3695
4443
  comment: string;
3696
4444
  /**
3697
4445
  * Comment file to add.
4446
+ *
4447
+ * @format datatype.uuid
3698
4448
  */
3699
4449
  commentFileId?: string;
3700
4450
  }
@@ -3703,10 +4453,14 @@ export declare namespace GenModels {
3703
4453
  interface CreateChildTasksRequestModel {
3704
4454
  /**
3705
4455
  * Id of the task card.
4456
+ *
4457
+ * @format datatype.uuid
3706
4458
  */
3707
4459
  taskId: string;
3708
4460
  /**
3709
4461
  * Id of the kind id.
4462
+ *
4463
+ * @format datatype.uuid
3710
4464
  */
3711
4465
  kindId: string;
3712
4466
  /**
@@ -3719,6 +4473,8 @@ export declare namespace GenModels {
3719
4473
  description: string;
3720
4474
  /**
3721
4475
  * Time to execute
4476
+ *
4477
+ * @format datatype.datetime
3722
4478
  */
3723
4479
  executionDate?: string;
3724
4480
  /**
@@ -3739,6 +4495,8 @@ export declare namespace GenModels {
3739
4495
  interface GetDelegationRecordsRequestModel {
3740
4496
  /**
3741
4497
  * Task id
4498
+ *
4499
+ * @format datatype.uuid
3742
4500
  */
3743
4501
  taskId: string;
3744
4502
  /**
@@ -3775,6 +4533,8 @@ export declare namespace GenModels {
3775
4533
  interface DisplayPerformersPerformer {
3776
4534
  /**
3777
4535
  * Gets or sets id
4536
+ *
4537
+ * @format datatype.uuid
3778
4538
  */
3779
4539
  id: string;
3780
4540
  /**
@@ -3807,6 +4567,8 @@ export declare namespace GenModels {
3807
4567
  performers: Array<GenModels.EmployeeModel>;
3808
4568
  /**
3809
4569
  * Date
4570
+ *
4571
+ * @format datatype.datetime
3810
4572
  */
3811
4573
  date: string;
3812
4574
  /**
@@ -3819,6 +4581,8 @@ export declare namespace GenModels {
3819
4581
  interface TaskCardDelegateRequestModel {
3820
4582
  /**
3821
4583
  * Gets or sets task card identifier
4584
+ *
4585
+ * @format datatype.uuid
3822
4586
  */
3823
4587
  taskId: string;
3824
4588
  /**
@@ -3827,6 +4591,8 @@ export declare namespace GenModels {
3827
4591
  comment: string;
3828
4592
  /**
3829
4593
  * Gets or sets performer identifier
4594
+ *
4595
+ * @format datatype.uuid
3830
4596
  */
3831
4597
  delegateId: string;
3832
4598
  /**
@@ -3843,6 +4609,8 @@ export declare namespace GenModels {
3843
4609
  interface TaskCardCompleteRequestModel {
3844
4610
  /**
3845
4611
  * Gets or sets task card identifier
4612
+ *
4613
+ * @format datatype.uuid
3846
4614
  */
3847
4615
  taskCardId: string;
3848
4616
  /**
@@ -3859,6 +4627,8 @@ export declare namespace GenModels {
3859
4627
  interface CompletionOptionRequestModel {
3860
4628
  /**
3861
4629
  * Gets or sets completion option identifier
4630
+ *
4631
+ * @format datatype.uuid
3862
4632
  */
3863
4633
  id: string;
3864
4634
  /**
@@ -3887,6 +4657,8 @@ export declare namespace GenModels {
3887
4657
  value: string;
3888
4658
  /**
3889
4659
  * Gets or sets id
4660
+ *
4661
+ * @format datatype.uuid
3890
4662
  */
3891
4663
  id: string;
3892
4664
  }
@@ -3895,6 +4667,8 @@ export declare namespace GenModels {
3895
4667
  interface OperationFieldInfo {
3896
4668
  /**
3897
4669
  * Field section
4670
+ *
4671
+ * @format datatype.uuid
3898
4672
  */
3899
4673
  sectionId: string;
3900
4674
  /**
@@ -3911,6 +4685,8 @@ export declare namespace GenModels {
3911
4685
  enumValue?: number;
3912
4686
  /**
3913
4687
  * Base universal directory item id
4688
+ *
4689
+ * @format datatype.uuid
3914
4690
  */
3915
4691
  baseUniversalValue?: string;
3916
4692
  }
@@ -3919,10 +4695,14 @@ export declare namespace GenModels {
3919
4695
  interface TaskCardMakeDecisionRequestModel {
3920
4696
  /**
3921
4697
  * Gets or sets task identifier
4698
+ *
4699
+ * @format datatype.uuid
3922
4700
  */
3923
4701
  taskId: string;
3924
4702
  /**
3925
4703
  * Gets or sets completion option identifier
4704
+ *
4705
+ * @format datatype.uuid
3926
4706
  */
3927
4707
  completionOptionId: string;
3928
4708
  /**
@@ -3951,6 +4731,8 @@ export declare namespace GenModels {
3951
4731
  interface SignDataRequest {
3952
4732
  /**
3953
4733
  * Get or sets document identifier
4734
+ *
4735
+ * @format datatype.uuid
3954
4736
  */
3955
4737
  documentId: string;
3956
4738
  /**
@@ -3959,6 +4741,8 @@ export declare namespace GenModels {
3959
4741
  timestamp: number;
3960
4742
  /**
3961
4743
  * Gets or sets label id
4744
+ *
4745
+ * @format datatype.uuid
3962
4746
  */
3963
4747
  labelId: string;
3964
4748
  /**
@@ -3991,10 +4775,14 @@ export declare namespace GenModels {
3991
4775
  data: Array<number>;
3992
4776
  /**
3993
4777
  * Gets or sets file version identifier
4778
+ *
4779
+ * @format datatype.uuid
3994
4780
  */
3995
4781
  fileVersionId: string;
3996
4782
  /**
3997
4783
  * Gets or sets file card identifier
4784
+ *
4785
+ * @format datatype.uuid
3998
4786
  */
3999
4787
  fileCardId: string;
4000
4788
  /**
@@ -4026,6 +4814,8 @@ export declare namespace GenModels {
4026
4814
  interface TaskCardRejectRequestModel {
4027
4815
  /**
4028
4816
  * Gets or sets task card identifier
4817
+ *
4818
+ * @format datatype.uuid
4029
4819
  */
4030
4820
  taskId: string;
4031
4821
  /**
@@ -4038,6 +4828,8 @@ export declare namespace GenModels {
4038
4828
  interface TaskCardTakeToReworkRequestModel {
4039
4829
  /**
4040
4830
  * Gets or sets task card identifier
4831
+ *
4832
+ * @format datatype.uuid
4041
4833
  */
4042
4834
  taskId: string;
4043
4835
  /**
@@ -4050,14 +4842,20 @@ export declare namespace GenModels {
4050
4842
  interface TaskCardChangeExecutionDatesModel {
4051
4843
  /**
4052
4844
  * Gets or sets task card identifier
4845
+ *
4846
+ * @format datatype.uuid
4053
4847
  */
4054
4848
  taskId: string;
4055
4849
  /**
4056
4850
  * Gets or sets task new start date
4851
+ *
4852
+ * @format datatype.datetime
4057
4853
  */
4058
4854
  startDate?: string;
4059
4855
  /**
4060
4856
  * Gets or sets task new end date
4857
+ *
4858
+ * @format datatype.datetime
4061
4859
  */
4062
4860
  endDate?: string;
4063
4861
  /**
@@ -4251,26 +5049,38 @@ export declare namespace GenModels {
4251
5049
  interface LayoutCardCreateParams {
4252
5050
  /**
4253
5051
  * Card type identifier
5052
+ *
5053
+ * @format datatype.uuid
4254
5054
  */
4255
5055
  cardTypeId?: string;
4256
5056
  /**
4257
5057
  * Kind identifier
5058
+ *
5059
+ * @format datatype.uuid
4258
5060
  */
4259
5061
  kindId?: string;
4260
5062
  /**
4261
5063
  * Folder identifier
5064
+ *
5065
+ * @format datatype.uuid
4262
5066
  */
4263
5067
  folderId?: string;
4264
5068
  /**
4265
5069
  * Template identifier
5070
+ *
5071
+ * @format datatype.uuid
4266
5072
  */
4267
5073
  templateId?: string;
4268
5074
  /**
4269
5075
  * Parent card identifier
5076
+ *
5077
+ * @format datatype.uuid
4270
5078
  */
4271
5079
  parentCardId?: string;
4272
5080
  /**
4273
5081
  * Gets or sets layout mode
5082
+ *
5083
+ * @format datatype.uuid
4274
5084
  */
4275
5085
  layoutMode?: string;
4276
5086
  /**
@@ -4287,6 +5097,8 @@ export declare namespace GenModels {
4287
5097
  layoutParams: Array<GenModels.LayoutParamModel>;
4288
5098
  /**
4289
5099
  * Source layout mode (View, Edit, Create)
5100
+ *
5101
+ * @format datatype.uuid
4290
5102
  */
4291
5103
  sourceLayoutMode?: string;
4292
5104
  /**
@@ -4299,6 +5111,8 @@ export declare namespace GenModels {
4299
5111
  interface CreateAsLinkParams {
4300
5112
  /**
4301
5113
  * Source link card
5114
+ *
5115
+ * @format datatype.uuid
4302
5116
  */
4303
5117
  sourceCardId: string;
4304
5118
  /**
@@ -4307,6 +5121,8 @@ export declare namespace GenModels {
4307
5121
  sourceCardTimestamp: number;
4308
5122
  /**
4309
5123
  * Link kind
5124
+ *
5125
+ * @format datatype.uuid
4310
5126
  */
4311
5127
  linkTypeId: string;
4312
5128
  /**
@@ -4323,6 +5139,8 @@ export declare namespace GenModels {
4323
5139
  isReport: boolean;
4324
5140
  /**
4325
5141
  * Edit operation
5142
+ *
5143
+ * @format datatype.uuid
4326
5144
  */
4327
5145
  editOperation: string;
4328
5146
  }
@@ -4331,6 +5149,8 @@ export declare namespace GenModels {
4331
5149
  interface RelatedCreatorCardInfo {
4332
5150
  /**
4333
5151
  * Gets or sets initial card id
5152
+ *
5153
+ * @format datatype.uuid
4334
5154
  */
4335
5155
  initialCardId: string;
4336
5156
  /**
@@ -4347,6 +5167,8 @@ export declare namespace GenModels {
4347
5167
  interface CreateRelatedCardModel {
4348
5168
  /**
4349
5169
  * Gets or sets related card creator
5170
+ *
5171
+ * @format datatype.uuid
4350
5172
  */
4351
5173
  id: string;
4352
5174
  /**
@@ -4355,26 +5177,38 @@ export declare namespace GenModels {
4355
5177
  displayName: string;
4356
5178
  /**
4357
5179
  * Gets or sets operation id
5180
+ *
5181
+ * @format datatype.uuid
4358
5182
  */
4359
5183
  operationId?: string;
4360
5184
  /**
4361
5185
  * Gets or sets template identifier
5186
+ *
5187
+ * @format datatype.uuid
4362
5188
  */
4363
5189
  templateId?: string;
4364
5190
  /**
4365
5191
  * Gets or sets folder identifier
5192
+ *
5193
+ * @format datatype.uuid
4366
5194
  */
4367
5195
  folderId?: string;
4368
5196
  /**
4369
5197
  * Gets or sets link type
5198
+ *
5199
+ * @format datatype.uuid
4370
5200
  */
4371
5201
  linkTypeId?: string;
4372
5202
  /**
4373
5203
  * Gets or sets creating card kind id
5204
+ *
5205
+ * @format datatype.uuid
4374
5206
  */
4375
5207
  cardKindId: string;
4376
5208
  /**
4377
5209
  * Gets or sets creating card type id
5210
+ *
5211
+ * @format datatype.uuid
4378
5212
  */
4379
5213
  cardTypeId: string;
4380
5214
  /**
@@ -4399,10 +5233,14 @@ export declare namespace GenModels {
4399
5233
  interface CardInfoModel extends GenModels.BaseInfoModel {
4400
5234
  /**
4401
5235
  * Gets or sets card type id
5236
+ *
5237
+ * @format datatype.uuid
4402
5238
  */
4403
5239
  typeId: string;
4404
5240
  /**
4405
5241
  * Gets or sets card kind id
5242
+ *
5243
+ * @format datatype.uuid
4406
5244
  */
4407
5245
  kindId?: string;
4408
5246
  /**
@@ -4415,10 +5253,14 @@ export declare namespace GenModels {
4415
5253
  createAsLink: GenModels.CreateAsLinkParams;
4416
5254
  /**
4417
5255
  * Parent card identifier
5256
+ *
5257
+ * @format datatype.uuid
4418
5258
  */
4419
5259
  parentCardId?: string;
4420
5260
  /**
4421
5261
  * Folder, that specified in url parameter
5262
+ *
5263
+ * @format datatype.uuid
4422
5264
  */
4423
5265
  createInFolder?: string;
4424
5266
  /**
@@ -4433,12 +5275,18 @@ export declare namespace GenModels {
4433
5275
  * Gets or sets CreateRelatedCardModel
4434
5276
  */
4435
5277
  relatedCreatorCardInfo: GenModels.RelatedCreatorCardInfo;
5278
+ /**
5279
+ * Is Card Archived
5280
+ */
5281
+ isArchived: boolean;
4436
5282
  }
4437
5283
  }
4438
5284
  export declare namespace GenModels {
4439
5285
  interface StateModel {
4440
5286
  /**
4441
5287
  * Gets or sets state identifier
5288
+ *
5289
+ * @format datatype.uuid
4442
5290
  */
4443
5291
  stateId: string;
4444
5292
  /**
@@ -4447,14 +5295,74 @@ export declare namespace GenModels {
4447
5295
  caption: string;
4448
5296
  /**
4449
5297
  * Not configurable persistent state identifier.
5298
+ *
5299
+ * @format datatype.uuid
4450
5300
  */
4451
5301
  builtInStateId: string;
4452
5302
  }
4453
5303
  }
5304
+ export declare namespace GenModels {
5305
+ interface ViewCardLayoutRequest {
5306
+ /**
5307
+ * Card id
5308
+ *
5309
+ * @format datatype.uuid
5310
+ */
5311
+ cardId: string;
5312
+ /**
5313
+ * Layout mode
5314
+ *
5315
+ * @format datatype.uuid
5316
+ */
5317
+ layoutMode?: string;
5318
+ /**
5319
+ * Layout params
5320
+ */
5321
+ layoutParams?: Array<GenModels.LayoutParamModel>;
5322
+ /**
5323
+ * Should add shortcut to user's recent cards folder
5324
+ */
5325
+ addToRecent?: boolean;
5326
+ /**
5327
+ * Should write record about card view to card history.
5328
+ */
5329
+ addCardLogMessage?: boolean;
5330
+ /**
5331
+ * Mark card as read by user.
5332
+ */
5333
+ markAsRead?: boolean;
5334
+ /**
5335
+ * Layout or layouts, where current layout will be shown
5336
+ */
5337
+ parentLayoutIds?: Array<string>;
5338
+ }
5339
+ }
5340
+ export declare namespace GenModels {
5341
+ interface EditCardLayoutRequest {
5342
+ /**
5343
+ * Card id
5344
+ *
5345
+ * @format datatype.uuid
5346
+ */
5347
+ cardId: string;
5348
+ /**
5349
+ * Layout mode
5350
+ *
5351
+ * @format datatype.uuid
5352
+ */
5353
+ layoutMode?: string;
5354
+ /**
5355
+ * Layout params
5356
+ */
5357
+ layoutParams?: Array<GenModels.LayoutParamModel>;
5358
+ }
5359
+ }
4454
5360
  export declare namespace GenModels {
4455
5361
  interface DeleteCardRequestModel {
4456
5362
  /**
4457
5363
  * Gets or sets card identifier
5364
+ *
5365
+ * @format datatype.uuid
4458
5366
  */
4459
5367
  cardId: string;
4460
5368
  /**
@@ -4463,6 +5371,8 @@ export declare namespace GenModels {
4463
5371
  permanent?: boolean;
4464
5372
  /**
4465
5373
  * Gets or sets parent card identifier
5374
+ *
5375
+ * @format datatype.uuid
4466
5376
  */
4467
5377
  parentCardId?: string;
4468
5378
  /**
@@ -4479,6 +5389,8 @@ export declare namespace GenModels {
4479
5389
  interface CardLayoutParams {
4480
5390
  /**
4481
5391
  * Card id.
5392
+ *
5393
+ * @format datatype.uuid
4482
5394
  */
4483
5395
  cardId: string;
4484
5396
  /**
@@ -4503,10 +5415,14 @@ export declare namespace GenModels {
4503
5415
  interface LayoutPartParams {
4504
5416
  /**
4505
5417
  * Gets or sets card identifier
5418
+ *
5419
+ * @format datatype.uuid
4506
5420
  */
4507
5421
  cardId: string;
4508
5422
  /**
4509
5423
  * Gets or sets layout type
5424
+ *
5425
+ * @format datatype.uuid
4510
5426
  */
4511
5427
  layoutMode?: string;
4512
5428
  /**
@@ -4530,6 +5446,8 @@ export declare namespace GenModels {
4530
5446
  interface SaveControlDataModel {
4531
5447
  /**
4532
5448
  * Gets or sets a card id
5449
+ *
5450
+ * @format datatype.uuid
4533
5451
  */
4534
5452
  cardId: string;
4535
5453
  /**
@@ -4538,6 +5456,8 @@ export declare namespace GenModels {
4538
5456
  timestamp: number;
4539
5457
  /**
4540
5458
  * Gets or sets mode
5459
+ *
5460
+ * @format datatype.uuid
4541
5461
  */
4542
5462
  layoutMode?: string;
4543
5463
  /**
@@ -4558,14 +5478,20 @@ export declare namespace GenModels {
4558
5478
  createAsLink: GenModels.CreateAsLinkParams;
4559
5479
  /**
4560
5480
  * Folder, where card should be placed
5481
+ *
5482
+ * @format datatype.uuid
4561
5483
  */
4562
5484
  createInFolder: string;
4563
5485
  /**
4564
5486
  * Gets or sets a parent card id (actual for tasks)
5487
+ *
5488
+ * @format datatype.uuid
4565
5489
  */
4566
5490
  parentCardId?: string;
4567
5491
  /**
4568
5492
  * Gets or sets a card type id
5493
+ *
5494
+ * @format datatype.uuid
4569
5495
  */
4570
5496
  cardTypeId: string;
4571
5497
  /**
@@ -4590,14 +5516,20 @@ export declare namespace GenModels {
4590
5516
  interface MoveOrCopyShortcutsToFolderRequest {
4591
5517
  /**
4592
5518
  * Source folder identifier
5519
+ *
5520
+ * @format datatype.uuid
4593
5521
  */
4594
5522
  sourceFolderId: string;
4595
5523
  /**
4596
5524
  * Destination folder identifier
5525
+ *
5526
+ * @format datatype.uuid
4597
5527
  */
4598
5528
  destinationFolderId: string;
4599
5529
  /**
4600
5530
  * Identifiers of cards to be moved
5531
+ *
5532
+ * @format datatype.uuid
4601
5533
  */
4602
5534
  cardId: string;
4603
5535
  }
@@ -4606,14 +5538,20 @@ export declare namespace GenModels {
4606
5538
  interface ChangeStateDataModel {
4607
5539
  /**
4608
5540
  * Gets or sets card identifier
5541
+ *
5542
+ * @format datatype.uuid
4609
5543
  */
4610
5544
  cardId: string;
4611
5545
  /**
4612
5546
  * Gets or sets operation identifier
5547
+ *
5548
+ * @format datatype.uuid
4613
5549
  */
4614
5550
  operationId: string;
4615
5551
  /**
4616
5552
  * Gets or sets layout type
5553
+ *
5554
+ * @format datatype.uuid
4617
5555
  */
4618
5556
  layoutMode?: string;
4619
5557
  /**
@@ -4650,6 +5588,8 @@ export declare namespace GenModels {
4650
5588
  searchArea?: GenModels.DirectoryDesignerSearchArea;
4651
5589
  /**
4652
5590
  * Department types to search
5591
+ *
5592
+ * @format datatype.uuid
4653
5593
  */
4654
5594
  rootNodeId?: string;
4655
5595
  }
@@ -4670,6 +5610,8 @@ export declare namespace GenModels {
4670
5610
  interface DirectoryDesignerLoadTreeQuery {
4671
5611
  /**
4672
5612
  * Department types to search
5613
+ *
5614
+ * @format datatype.uuid
4673
5615
  */
4674
5616
  rootNodeId?: string;
4675
5617
  /**
@@ -4678,6 +5620,8 @@ export declare namespace GenModels {
4678
5620
  searchArea?: GenModels.DirectoryDesignerSearchArea;
4679
5621
  /**
4680
5622
  * current node id
5623
+ *
5624
+ * @format datatype.uuid
4681
5625
  */
4682
5626
  currentNodeId?: string;
4683
5627
  }
@@ -4686,6 +5630,8 @@ export declare namespace GenModels {
4686
5630
  interface DirectoryDesignerTreeNode {
4687
5631
  /**
4688
5632
  * Node id
5633
+ *
5634
+ * @format datatype.uuid
4689
5635
  */
4690
5636
  id: string;
4691
5637
  /**
@@ -4718,6 +5664,8 @@ export declare namespace GenModels {
4718
5664
  searchArea?: GenModels.DirectoryDesignerSearchArea;
4719
5665
  /**
4720
5666
  * Department types to search
5667
+ *
5668
+ * @format datatype.uuid
4721
5669
  */
4722
5670
  rootNodeId?: string;
4723
5671
  /**
@@ -4766,6 +5714,8 @@ export declare namespace GenModels {
4766
5714
  interface GenerateNumberRequest {
4767
5715
  /**
4768
5716
  * Document card id
5717
+ *
5718
+ * @format datatype.uuid
4769
5719
  */
4770
5720
  cardId: string;
4771
5721
  /**
@@ -4778,6 +5728,8 @@ export declare namespace GenModels {
4778
5728
  info: GenModels.BindingInfo;
4779
5729
  /**
4780
5730
  * Id of the rule, that should be used to generate number
5731
+ *
5732
+ * @format datatype.uuid
4781
5733
  */
4782
5734
  generationRuleId?: string;
4783
5735
  }
@@ -4790,10 +5742,14 @@ export declare namespace GenModels {
4790
5742
  fieldAlias: string;
4791
5743
  /**
4792
5744
  * Data source resolver id
5745
+ *
5746
+ * @format datatype.uuid
4793
5747
  */
4794
5748
  dataSourceResolverId: string;
4795
5749
  /**
4796
5750
  * Bound section id
5751
+ *
5752
+ * @format datatype.uuid
4797
5753
  */
4798
5754
  sectionId: string;
4799
5755
  /**
@@ -4814,6 +5770,8 @@ export declare namespace GenModels {
4814
5770
  number: string;
4815
5771
  /**
4816
5772
  * Gets or sets numerator card busy numbers row identifier
5773
+ *
5774
+ * @format datatype.uuid
4817
5775
  */
4818
5776
  id: string;
4819
5777
  }
@@ -4822,6 +5780,8 @@ export declare namespace GenModels {
4822
5780
  interface ReleaseNumberRequest {
4823
5781
  /**
4824
5782
  * Card id
5783
+ *
5784
+ * @format datatype.uuid
4825
5785
  */
4826
5786
  cardId: string;
4827
5787
  /**
@@ -4830,6 +5790,8 @@ export declare namespace GenModels {
4830
5790
  info: GenModels.BindingInfo;
4831
5791
  /**
4832
5792
  * Document number identifier
5793
+ *
5794
+ * @format datatype.uuid
4833
5795
  */
4834
5796
  numberId: string;
4835
5797
  }
@@ -4838,6 +5800,8 @@ export declare namespace GenModels {
4838
5800
  interface SendForAcquaintanceRequest {
4839
5801
  /**
4840
5802
  * Card id
5803
+ *
5804
+ * @format datatype.uuid
4841
5805
  */
4842
5806
  cardId: string;
4843
5807
  /**
@@ -4858,6 +5822,8 @@ export declare namespace GenModels {
4858
5822
  roleIds: Array<string>;
4859
5823
  /**
4860
5824
  * Acquaintance end date
5825
+ *
5826
+ * @format datatype.datetime
4861
5827
  */
4862
5828
  endDate?: string;
4863
5829
  }
@@ -4866,6 +5832,8 @@ export declare namespace GenModels {
4866
5832
  interface UniqueAttribute {
4867
5833
  /**
4868
5834
  * Gets or sets section id
5835
+ *
5836
+ * @format datatype.uuid
4869
5837
  */
4870
5838
  sectionId: string;
4871
5839
  /**
@@ -4894,6 +5862,8 @@ export declare namespace GenModels {
4894
5862
  uniqueAttributeValues: Array<GenModels.UniqueAttributeValue>;
4895
5863
  /**
4896
5864
  * Document id
5865
+ *
5866
+ * @format datatype.uuid
4897
5867
  */
4898
5868
  documentId: string;
4899
5869
  }
@@ -4902,6 +5872,8 @@ export declare namespace GenModels {
4902
5872
  interface UniqueAttributeValue {
4903
5873
  /**
4904
5874
  * Gets or sets section id
5875
+ *
5876
+ * @format datatype.uuid
4905
5877
  */
4906
5878
  sectionId: string;
4907
5879
  /**
@@ -4930,6 +5902,8 @@ export declare namespace GenModels {
4930
5902
  interface UniqueAttributeCard {
4931
5903
  /**
4932
5904
  * Gets or sets card id
5905
+ *
5906
+ * @format datatype.uuid
4933
5907
  */
4934
5908
  cardId: string;
4935
5909
  /**
@@ -4942,6 +5916,8 @@ export declare namespace GenModels {
4942
5916
  authorDisplayName: string;
4943
5917
  /**
4944
5918
  * Gets or sets card create date
5919
+ *
5920
+ * @format datatype.datetime
4945
5921
  */
4946
5922
  createDate: string;
4947
5923
  /**
@@ -4954,6 +5930,8 @@ export declare namespace GenModels {
4954
5930
  interface SignatureInfoModel {
4955
5931
  /**
4956
5932
  * Gets expire date
5933
+ *
5934
+ * @format datatype.datetime
4957
5935
  */
4958
5936
  expireDate?: string;
4959
5937
  /**
@@ -4982,6 +5960,8 @@ export declare namespace GenModels {
4982
5960
  issuer: string;
4983
5961
  /**
4984
5962
  * Gets expire date
5963
+ *
5964
+ * @format datatype.datetime
4985
5965
  */
4986
5966
  expireDate: string;
4987
5967
  }
@@ -4990,10 +5970,14 @@ export declare namespace GenModels {
4990
5970
  interface TimestampInfoModel {
4991
5971
  /**
4992
5972
  * Gets create date
5973
+ *
5974
+ * @format datatype.datetime
4993
5975
  */
4994
5976
  createDate: string;
4995
5977
  /**
4996
5978
  * Gets expire date
5979
+ *
5980
+ * @format datatype.datetime
4997
5981
  */
4998
5982
  expireDate: string;
4999
5983
  /**
@@ -5010,6 +5994,8 @@ export declare namespace GenModels {
5010
5994
  interface GetFilesRequest {
5011
5995
  /**
5012
5996
  * Card id
5997
+ *
5998
+ * @format datatype.uuid
5013
5999
  */
5014
6000
  cardId: string;
5015
6001
  /**
@@ -5034,6 +6020,8 @@ export declare namespace GenModels {
5034
6020
  interface GetVersionsRequest {
5035
6021
  /**
5036
6022
  * Card id
6023
+ *
6024
+ * @format datatype.uuid
5037
6025
  */
5038
6026
  cardId: string;
5039
6027
  }
@@ -5050,14 +6038,20 @@ export declare namespace GenModels {
5050
6038
  interface GetCommentsRequest {
5051
6039
  /**
5052
6040
  * File card id
6041
+ *
6042
+ * @format datatype.uuid
5053
6043
  */
5054
6044
  fileCardId: string;
5055
6045
  /**
5056
6046
  * Version id
6047
+ *
6048
+ * @format datatype.uuid
5057
6049
  */
5058
6050
  versionId: string;
5059
6051
  /**
5060
6052
  * Task or document card, that owns file.
6053
+ *
6054
+ * @format datatype.uuid
5061
6055
  */
5062
6056
  ownerCardId: string;
5063
6057
  }
@@ -5078,10 +6072,14 @@ export declare namespace GenModels {
5078
6072
  fileAuthor: string;
5079
6073
  /**
5080
6074
  * Gets or sets file author id
6075
+ *
6076
+ * @format datatype.uuid
5081
6077
  */
5082
6078
  fileAuthorId: string;
5083
6079
  /**
5084
6080
  * Gets or sets file creation date
6081
+ *
6082
+ * @format datatype.datetime
5085
6083
  */
5086
6084
  fileCreationDate: string;
5087
6085
  /**
@@ -5090,6 +6088,8 @@ export declare namespace GenModels {
5090
6088
  version: string;
5091
6089
  /**
5092
6090
  * Get version id
6091
+ *
6092
+ * @format datatype.uuid
5093
6093
  */
5094
6094
  versionId: string;
5095
6095
  /**
@@ -5098,10 +6098,14 @@ export declare namespace GenModels {
5098
6098
  currentEmployee: string;
5099
6099
  /**
5100
6100
  * Gets or sets Id of current employee
6101
+ *
6102
+ * @format datatype.uuid
5101
6103
  */
5102
6104
  currentEmployeeId: string;
5103
6105
  /**
5104
6106
  * Gets or sets file card identifier
6107
+ *
6108
+ * @format datatype.uuid
5105
6109
  */
5106
6110
  fileCardId: string;
5107
6111
  /**
@@ -5114,10 +6118,14 @@ export declare namespace GenModels {
5114
6118
  interface VersionedFileCommentCreateModel {
5115
6119
  /**
5116
6120
  * Gets or sets comment identifier
6121
+ *
6122
+ * @format datatype.uuid
5117
6123
  */
5118
6124
  commentId?: string;
5119
6125
  /**
5120
6126
  * Gets or sets container card identifier
6127
+ *
6128
+ * @format datatype.uuid
5121
6129
  */
5122
6130
  cardId: string;
5123
6131
  /**
@@ -5130,10 +6138,14 @@ export declare namespace GenModels {
5130
6138
  comment: string;
5131
6139
  /**
5132
6140
  * Gets or sets file card identifier
6141
+ *
6142
+ * @format datatype.uuid
5133
6143
  */
5134
6144
  fileCardId: string;
5135
6145
  /**
5136
6146
  * Gets or sets version identifier
6147
+ *
6148
+ * @format datatype.uuid
5137
6149
  */
5138
6150
  versionId: string;
5139
6151
  }
@@ -5142,10 +6154,14 @@ export declare namespace GenModels {
5142
6154
  interface VersionedFileCommentDeleteModel {
5143
6155
  /**
5144
6156
  * Gets or sets comment identifier
6157
+ *
6158
+ * @format datatype.uuid
5145
6159
  */
5146
6160
  commentId: string;
5147
6161
  /**
5148
6162
  * Gets or sets container card identifier
6163
+ *
6164
+ * @format datatype.uuid
5149
6165
  */
5150
6166
  cardId: string;
5151
6167
  /**
@@ -5154,10 +6170,14 @@ export declare namespace GenModels {
5154
6170
  timestamp: number;
5155
6171
  /**
5156
6172
  * Gets or sets file card identifier
6173
+ *
6174
+ * @format datatype.uuid
5157
6175
  */
5158
6176
  fileCardId: string;
5159
6177
  /**
5160
6178
  * Gets or sets version identifier
6179
+ *
6180
+ * @format datatype.uuid
5161
6181
  */
5162
6182
  versionId: string;
5163
6183
  }
@@ -5166,10 +6186,14 @@ export declare namespace GenModels {
5166
6186
  interface CommmonFileRequest {
5167
6187
  /**
5168
6188
  * Owner card id
6189
+ *
6190
+ * @format datatype.uuid
5169
6191
  */
5170
6192
  ownerCardId: string;
5171
6193
  /**
5172
6194
  * File card id
6195
+ *
6196
+ * @format datatype.uuid
5173
6197
  */
5174
6198
  fileCardId: string;
5175
6199
  /**
@@ -5180,7 +6204,13 @@ export declare namespace GenModels {
5180
6204
  }
5181
6205
  export declare namespace GenModels {
5182
6206
  interface RenameFileNameRequest {
6207
+ /**
6208
+ * @format datatype.uuid
6209
+ */
5183
6210
  documentId: string;
6211
+ /**
6212
+ * @format datatype.uuid
6213
+ */
5184
6214
  documentFileId: string;
5185
6215
  isMain: boolean;
5186
6216
  fileName: string;
@@ -5190,6 +6220,8 @@ export declare namespace GenModels {
5190
6220
  interface GetUserFoldersTreeDataRequest {
5191
6221
  /**
5192
6222
  * Folder id. If value provided, action will return subfolders for specified folder.
6223
+ *
6224
+ * @format datatype.uuid
5193
6225
  */
5194
6226
  folderId?: string;
5195
6227
  }
@@ -5198,10 +6230,14 @@ export declare namespace GenModels {
5198
6230
  interface FolderNode {
5199
6231
  /**
5200
6232
  * Gets or sets folder identifier
6233
+ *
6234
+ * @format datatype.uuid
5201
6235
  */
5202
6236
  id: string;
5203
6237
  /**
5204
- * Equalent to Id
6238
+ * Equivalent to Id
6239
+ *
6240
+ * @format datatype.uuid
5205
6241
  */
5206
6242
  additionalId: string;
5207
6243
  /**
@@ -5226,14 +6262,20 @@ export declare namespace GenModels {
5226
6262
  url: string;
5227
6263
  /**
5228
6264
  * Gets or sets default view identifier
6265
+ *
6266
+ * @format datatype.uuid
5229
6267
  */
5230
6268
  defaultViewId: string;
5231
6269
  /**
5232
6270
  * Gets or sets search identifier for virtual folder
6271
+ *
6272
+ * @format datatype.uuid
5233
6273
  */
5234
6274
  searchId: string;
5235
6275
  /**
5236
6276
  * Gets or sets target folder identifier for delegate folder
6277
+ *
6278
+ * @format datatype.uuid
5237
6279
  */
5238
6280
  targetFolderId: string;
5239
6281
  /**
@@ -5266,6 +6308,8 @@ export declare namespace GenModels {
5266
6308
  interface SelectFolderNode {
5267
6309
  /**
5268
6310
  * folder identifier
6311
+ *
6312
+ * @format datatype.uuid
5269
6313
  */
5270
6314
  folderId: string;
5271
6315
  /**
@@ -5278,10 +6322,14 @@ export declare namespace GenModels {
5278
6322
  interface CheckFolderForAvailableCardKindRequest {
5279
6323
  /**
5280
6324
  * Folder id, where card going to be placed
6325
+ *
6326
+ * @format datatype.uuid
5281
6327
  */
5282
6328
  folderId: string;
5283
6329
  /**
5284
6330
  * Card id to check
6331
+ *
6332
+ * @format datatype.uuid
5285
6333
  */
5286
6334
  cardId: string;
5287
6335
  }
@@ -5302,6 +6350,8 @@ export declare namespace GenModels {
5302
6350
  interface GetFolderInfoRequest {
5303
6351
  /**
5304
6352
  * Folder id
6353
+ *
6354
+ * @format datatype.uuid
5305
6355
  */
5306
6356
  folderId: string;
5307
6357
  /**
@@ -5338,26 +6388,12 @@ export declare namespace GenModels {
5338
6388
  canCreateSubfolder?: boolean;
5339
6389
  }
5340
6390
  }
5341
- export declare namespace GenModels {
5342
- interface FolderViewInfo {
5343
- /**
5344
- * Gets or sets view name
5345
- */
5346
- name: string;
5347
- /**
5348
- * Gets or sets view identifier
5349
- */
5350
- viewId: string;
5351
- /**
5352
- * Is view configured as folder default view
5353
- */
5354
- isDefaultFolderView: boolean;
5355
- }
5356
- }
5357
6391
  export declare namespace GenModels {
5358
6392
  interface SetFolderSettingsRequest {
5359
6393
  /**
5360
6394
  * Gets or sets folder identifier
6395
+ *
6396
+ * @format datatype.uuid
5361
6397
  */
5362
6398
  folderId: string;
5363
6399
  /**
@@ -5374,10 +6410,14 @@ export declare namespace GenModels {
5374
6410
  name: string;
5375
6411
  /**
5376
6412
  * Gets or sets folder type identifier
6413
+ *
6414
+ * @format datatype.uuid
5377
6415
  */
5378
6416
  typeId?: string;
5379
6417
  /**
5380
6418
  * Gets or sets folder view identifier
6419
+ *
6420
+ * @format datatype.uuid
5381
6421
  */
5382
6422
  viewId?: string;
5383
6423
  /**
@@ -5390,6 +6430,8 @@ export declare namespace GenModels {
5390
6430
  interface CreateSubfolderRequestModel {
5391
6431
  /**
5392
6432
  * Gets or sets parent folder identifier
6433
+ *
6434
+ * @format datatype.uuid
5393
6435
  */
5394
6436
  parentFolderId: string;
5395
6437
  /**
@@ -5402,6 +6444,8 @@ export declare namespace GenModels {
5402
6444
  interface GetFolderInfoWithParentsRequest {
5403
6445
  /**
5404
6446
  * Folder id
6447
+ *
6448
+ * @format datatype.uuid
5405
6449
  */
5406
6450
  folderId: string;
5407
6451
  }
@@ -5434,6 +6478,8 @@ export declare namespace GenModels {
5434
6478
  showFilesForLinksTypesIds: Array<string>;
5435
6479
  /**
5436
6480
  * Card id
6481
+ *
6482
+ * @format datatype.uuid
5437
6483
  */
5438
6484
  cardId: string;
5439
6485
  /**
@@ -5446,10 +6492,14 @@ export declare namespace GenModels {
5446
6492
  allowedLinkTypes: Array<string>;
5447
6493
  /**
5448
6494
  * Link id
6495
+ *
6496
+ * @format datatype.uuid
5449
6497
  */
5450
6498
  linkId: string;
5451
6499
  /**
5452
6500
  * Kind id for file cards
6501
+ *
6502
+ * @format datatype.uuid
5453
6503
  */
5454
6504
  fileKindId?: string;
5455
6505
  /**
@@ -5462,10 +6512,14 @@ export declare namespace GenModels {
5462
6512
  interface DeleteFileRequest extends GenModels.DeleteLinkRequest {
5463
6513
  /**
5464
6514
  * Document (that containts file with FileCardId) card id
6515
+ *
6516
+ * @format datatype.uuid
5465
6517
  */
5466
6518
  documentCardId: string;
5467
6519
  /**
5468
6520
  * File card id
6521
+ *
6522
+ * @format datatype.uuid
5469
6523
  */
5470
6524
  fileCardId: string;
5471
6525
  }
@@ -5474,6 +6528,8 @@ export declare namespace GenModels {
5474
6528
  interface LinkType {
5475
6529
  /**
5476
6530
  * Link type id
6531
+ *
6532
+ * @format datatype.uuid
5477
6533
  */
5478
6534
  linkTypeId: string;
5479
6535
  /**
@@ -5486,10 +6542,14 @@ export declare namespace GenModels {
5486
6542
  interface AllowedCardKind {
5487
6543
  /**
5488
6544
  * Kind id of the allowed card
6545
+ *
6546
+ * @format datatype.uuid
5489
6547
  */
5490
6548
  kindId: string;
5491
6549
  /**
5492
6550
  * Card type id of the allowed card
6551
+ *
6552
+ * @format datatype.uuid
5493
6553
  */
5494
6554
  cardTypeId: string;
5495
6555
  /**
@@ -5502,10 +6562,14 @@ export declare namespace GenModels {
5502
6562
  interface LayoutKindModel {
5503
6563
  /**
5504
6564
  * Card type id
6565
+ *
6566
+ * @format datatype.uuid
5505
6567
  */
5506
6568
  cardTypeId: string;
5507
6569
  /**
5508
6570
  * Kind id of the allowed card
6571
+ *
6572
+ * @format datatype.uuid
5509
6573
  */
5510
6574
  kindId: string;
5511
6575
  /**
@@ -5530,6 +6594,8 @@ export declare namespace GenModels {
5530
6594
  interface LayoutLinkCreateParams {
5531
6595
  /**
5532
6596
  * Card, where link creation was initiated
6597
+ *
6598
+ * @format datatype.uuid
5533
6599
  */
5534
6600
  sourceCardId: string;
5535
6601
  /**
@@ -5538,10 +6604,14 @@ export declare namespace GenModels {
5538
6604
  sourceCardTimestamp: number;
5539
6605
  /**
5540
6606
  * Link kind
6607
+ *
6608
+ * @format datatype.uuid
5541
6609
  */
5542
6610
  linkTypeId: string;
5543
6611
  /**
5544
6612
  * Link destination card
6613
+ *
6614
+ * @format datatype.uuid
5545
6615
  */
5546
6616
  destinationCardId: string;
5547
6617
  /**
@@ -5562,6 +6632,8 @@ export declare namespace GenModels {
5562
6632
  isFile: boolean;
5563
6633
  /**
5564
6634
  * Edit operation
6635
+ *
6636
+ * @format datatype.uuid
5565
6637
  */
5566
6638
  editOperation: string;
5567
6639
  /**
@@ -5574,6 +6646,8 @@ export declare namespace GenModels {
5574
6646
  interface AddUrlLinkParams {
5575
6647
  /**
5576
6648
  * Card, that contains the link
6649
+ *
6650
+ * @format datatype.uuid
5577
6651
  */
5578
6652
  cardId: string;
5579
6653
  /**
@@ -5590,6 +6664,8 @@ export declare namespace GenModels {
5590
6664
  url: string;
5591
6665
  /**
5592
6666
  * link type id
6667
+ *
6668
+ * @format datatype.uuid
5593
6669
  */
5594
6670
  linkTypeId?: string;
5595
6671
  /**
@@ -5598,6 +6674,8 @@ export declare namespace GenModels {
5598
6674
  showFilesForLinksTypesIds: Array<string>;
5599
6675
  /**
5600
6676
  * Kind id for file cards
6677
+ *
6678
+ * @format datatype.uuid
5601
6679
  */
5602
6680
  fileKindId?: string;
5603
6681
  /**
@@ -5606,6 +6684,8 @@ export declare namespace GenModels {
5606
6684
  timestamp: number;
5607
6685
  /**
5608
6686
  * Edit operation id
6687
+ *
6688
+ * @format datatype.uuid
5609
6689
  */
5610
6690
  operationId?: string;
5611
6691
  }
@@ -5614,6 +6694,8 @@ export declare namespace GenModels {
5614
6694
  interface LayoutSetLinkDescriptionParams {
5615
6695
  /**
5616
6696
  * Card, that contains the link
6697
+ *
6698
+ * @format datatype.uuid
5617
6699
  */
5618
6700
  cardId: string;
5619
6701
  /**
@@ -5626,10 +6708,14 @@ export declare namespace GenModels {
5626
6708
  bindingInfo: GenModels.SimpleBindingInfo;
5627
6709
  /**
5628
6710
  * Link id to update
6711
+ *
6712
+ * @format datatype.uuid
5629
6713
  */
5630
6714
  linkId: string;
5631
6715
  /**
5632
6716
  * Kind id for file cards
6717
+ *
6718
+ * @format datatype.uuid
5633
6719
  */
5634
6720
  fileKindId?: string;
5635
6721
  /**
@@ -5650,10 +6736,14 @@ export declare namespace GenModels {
5650
6736
  interface GetLinksRequest {
5651
6737
  /**
5652
6738
  * Card id
6739
+ *
6740
+ * @format datatype.uuid
5653
6741
  */
5654
6742
  cardId: string;
5655
6743
  /**
5656
6744
  * Kind id for file cards
6745
+ *
6746
+ * @format datatype.uuid
5657
6747
  */
5658
6748
  fileKindId?: string;
5659
6749
  /**
@@ -5715,6 +6805,8 @@ export declare namespace GenModels {
5715
6805
  interface LayoutLinkModel {
5716
6806
  /**
5717
6807
  * Gets or sets link id
6808
+ *
6809
+ * @format datatype.uuid
5718
6810
  */
5719
6811
  linkId: string;
5720
6812
  /**
@@ -5723,6 +6815,8 @@ export declare namespace GenModels {
5723
6815
  displayName: string;
5724
6816
  /**
5725
6817
  * Gets or sets link type identifier
6818
+ *
6819
+ * @format datatype.uuid
5726
6820
  */
5727
6821
  linkTypeId: string;
5728
6822
  /**
@@ -5739,26 +6833,38 @@ export declare namespace GenModels {
5739
6833
  isDocument: boolean;
5740
6834
  /**
5741
6835
  * Linked card id
6836
+ *
6837
+ * @format datatype.uuid
5742
6838
  */
5743
6839
  cardId: string;
5744
6840
  /**
5745
6841
  * Card type identifier
6842
+ *
6843
+ * @format datatype.uuid
5746
6844
  */
5747
6845
  cardTypeId: string;
5748
6846
  /**
5749
6847
  * Card kind identifier
6848
+ *
6849
+ * @format datatype.uuid
5750
6850
  */
5751
6851
  cardKindId: string;
5752
6852
  /**
5753
6853
  * File card id (if file card)
6854
+ *
6855
+ * @format datatype.uuid
5754
6856
  */
5755
6857
  fileCardId?: string;
5756
6858
  /**
5757
6859
  * File card version id (if file card)
6860
+ *
6861
+ * @format datatype.uuid
5758
6862
  */
5759
6863
  fileVersionId?: string;
5760
6864
  /**
5761
6865
  * Gets or sets Link creation date
6866
+ *
6867
+ * @format datatype.datetime
5762
6868
  */
5763
6869
  creationDate?: string;
5764
6870
  /**
@@ -5799,6 +6905,8 @@ export declare namespace GenModels {
5799
6905
  interface CheckReadMainFileAvailableRequest {
5800
6906
  /**
5801
6907
  * Card id
6908
+ *
6909
+ * @format datatype.uuid
5802
6910
  */
5803
6911
  cardId: string;
5804
6912
  }
@@ -5843,6 +6951,8 @@ export declare namespace GenModels {
5843
6951
  interface DepartmentLoadTreeQuery {
5844
6952
  /**
5845
6953
  * Parent department identifier
6954
+ *
6955
+ * @format datatype.uuid
5846
6956
  */
5847
6957
  parentNodeId?: string;
5848
6958
  /**
@@ -5863,6 +6973,8 @@ export declare namespace GenModels {
5863
6973
  interface DepartmentTreeNode extends GenModels.IDirectoryItemData {
5864
6974
  /**
5865
6975
  * Node Id
6976
+ *
6977
+ * @format datatype.uuid
5866
6978
  */
5867
6979
  id: string;
5868
6980
  /**
@@ -6012,6 +7124,8 @@ export declare namespace GenModels {
6012
7124
  interface GetDepartmentPathRequestModel {
6013
7125
  /**
6014
7126
  * Gets or sets a department identifier
7127
+ *
7128
+ * @format datatype.uuid
6015
7129
  */
6016
7130
  departmentId: string;
6017
7131
  /**
@@ -6024,6 +7138,8 @@ export declare namespace GenModels {
6024
7138
  interface DepartmentLoadFlatQuery {
6025
7139
  /**
6026
7140
  * Parent department identifier
7141
+ *
7142
+ * @format datatype.uuid
6027
7143
  */
6028
7144
  departmentId?: string;
6029
7145
  /**
@@ -6088,6 +7204,8 @@ export declare namespace GenModels {
6088
7204
  searchText: string;
6089
7205
  /**
6090
7206
  * Department id
7207
+ *
7208
+ * @format datatype.uuid
6091
7209
  */
6092
7210
  departmentId?: string;
6093
7211
  /**
@@ -6130,6 +7248,9 @@ export declare namespace GenModels {
6130
7248
  }
6131
7249
  export declare namespace GenModels {
6132
7250
  interface GetParentDepartmentsRequest {
7251
+ /**
7252
+ * @format datatype.uuid
7253
+ */
6133
7254
  departmentId: string;
6134
7255
  /**
6135
7256
  * Staff or partner department
@@ -6145,6 +7266,8 @@ export declare namespace GenModels {
6145
7266
  term: string;
6146
7267
  /**
6147
7268
  * Some unique id, describing place in UI, where value selection performed
7269
+ *
7270
+ * @format datatype.uuid
6148
7271
  */
6149
7272
  kindId?: string;
6150
7273
  /**
@@ -6157,6 +7280,8 @@ export declare namespace GenModels {
6157
7280
  skip?: number;
6158
7281
  /**
6159
7282
  * Restricts results to specified unit when is not null.
7283
+ *
7284
+ * @format datatype.uuid
6160
7285
  */
6161
7286
  unitId?: string;
6162
7287
  /**
@@ -6193,10 +7318,14 @@ export declare namespace GenModels {
6193
7318
  inactiveStatus: GenModels.StaffEmployeeInactiveStatus;
6194
7319
  /**
6195
7320
  * Employee start date of absence field
7321
+ *
7322
+ * @format datatype.datetime
6196
7323
  */
6197
7324
  startDate?: string;
6198
7325
  /**
6199
7326
  * Employee end date of absence
7327
+ *
7328
+ * @format datatype.datetime
6200
7329
  */
6201
7330
  endDate?: string;
6202
7331
  /**
@@ -6209,6 +7338,8 @@ export declare namespace GenModels {
6209
7338
  interface UpdateEmployeeDeputyModel {
6210
7339
  /**
6211
7340
  * Deputy employee id
7341
+ *
7342
+ * @format datatype.uuid
6212
7343
  */
6213
7344
  deputyID: string;
6214
7345
  /**
@@ -6241,6 +7372,8 @@ export declare namespace GenModels {
6241
7372
  cardType: GenModels.CardTypeWeb;
6242
7373
  /**
6243
7374
  * Gets or sets KindId
7375
+ *
7376
+ * @format datatype.uuid
6244
7377
  */
6245
7378
  kindId?: string;
6246
7379
  /**
@@ -6269,6 +7402,8 @@ export declare namespace GenModels {
6269
7402
  cssClass: string;
6270
7403
  /**
6271
7404
  * Gets card create route
7405
+ *
7406
+ * @format datatype.uuid
6272
7407
  */
6273
7408
  cardTypeId: string;
6274
7409
  /**
@@ -6503,6 +7638,14 @@ export declare namespace GenModels {
6503
7638
  * Gets or sets FirstDayOfWeek
6504
7639
  */
6505
7640
  firstDayOfWeek: System.DayOfWeek;
7641
+ /**
7642
+ * Gets or sets number group size
7643
+ */
7644
+ numberGroupSizes: Array<number>;
7645
+ /**
7646
+ * Gets or sets number decimal digits
7647
+ */
7648
+ numberDecimalDigits: number;
6506
7649
  }
6507
7650
  }
6508
7651
  export declare namespace GenModels {
@@ -6583,6 +7726,8 @@ export declare namespace GenModels {
6583
7726
  name: string;
6584
7727
  /**
6585
7728
  * Card type id
7729
+ *
7730
+ * @format datatype.uuid
6586
7731
  */
6587
7732
  id: string;
6588
7733
  }
@@ -6591,8 +7736,14 @@ export declare namespace GenModels {
6591
7736
  interface UserProfile {
6592
7737
  /**
6593
7738
  * Activate status refuse last date and time
7739
+ *
7740
+ * @format datatype.datetime
6594
7741
  */
6595
7742
  lastRefuseDateTime: string;
7743
+ /**
7744
+ * Show Archived Cards
7745
+ */
7746
+ showArchivedCards: boolean;
6596
7747
  }
6597
7748
  }
6598
7749
  export declare namespace GenModels {
@@ -6627,6 +7778,8 @@ export declare namespace GenModels {
6627
7778
  interface Feature {
6628
7779
  /**
6629
7780
  * Gets or sets ID
7781
+ *
7782
+ * @format datatype.uuid
6630
7783
  */
6631
7784
  id: string;
6632
7785
  /**
@@ -6683,6 +7836,8 @@ export declare namespace GenModels {
6683
7836
  interface CompletionParameterModel {
6684
7837
  /**
6685
7838
  * Gets or sets parameter identifier
7839
+ *
7840
+ * @format datatype.uuid
6686
7841
  */
6687
7842
  id: string;
6688
7843
  /**
@@ -6729,6 +7884,8 @@ export declare namespace GenModels {
6729
7884
  interface TransformationDataModel {
6730
7885
  /**
6731
7886
  * Gets or sets identifier
7887
+ *
7888
+ * @format datatype.uuid
6732
7889
  */
6733
7890
  id: string;
6734
7891
  /**
@@ -6753,6 +7910,8 @@ export declare namespace GenModels {
6753
7910
  historyExists: boolean;
6754
7911
  /**
6755
7912
  * Gets agreement card identifier
7913
+ *
7914
+ * @format datatype.uuid
6756
7915
  */
6757
7916
  agreementCardId: string;
6758
7917
  }
@@ -6767,6 +7926,8 @@ export declare namespace GenModels {
6767
7926
  interface CardLinkDataModel {
6768
7927
  /**
6769
7928
  * ID карточки, на которую установлена ссылка.
7929
+ *
7930
+ * @format datatype.uuid
6770
7931
  */
6771
7932
  cardId: string;
6772
7933
  /**
@@ -6793,10 +7954,14 @@ export declare namespace GenModels {
6793
7954
  createRouteName: string;
6794
7955
  /**
6795
7956
  * Gets identifier
7957
+ *
7958
+ * @format datatype.uuid
6796
7959
  */
6797
7960
  id: string;
6798
7961
  /**
6799
7962
  * Gets card type identifier
7963
+ *
7964
+ * @format datatype.uuid
6800
7965
  */
6801
7966
  cardTypeId: string;
6802
7967
  /**
@@ -6817,6 +7982,8 @@ export declare namespace GenModels {
6817
7982
  interface LayoutTableBindingModel {
6818
7983
  /**
6819
7984
  * Section id
7985
+ *
7986
+ * @format datatype.uuid
6820
7987
  */
6821
7988
  sectionId: string;
6822
7989
  /**
@@ -6840,7 +8007,7 @@ export declare namespace GenModels {
6840
8007
  */
6841
8008
  deletedRows: Array<string>;
6842
8009
  /**
6843
- * Rows guids sorted by order
8010
+ * Rows identifiers sorted by order
6844
8011
  */
6845
8012
  rowsOrder: Array<string>;
6846
8013
  }
@@ -6881,10 +8048,14 @@ export declare namespace GenModels {
6881
8048
  interface OperationDataModel {
6882
8049
  /**
6883
8050
  * Gets or sets operation id
8051
+ *
8052
+ * @format datatype.uuid
6884
8053
  */
6885
8054
  operationId: string;
6886
8055
  /**
6887
8056
  * Gets or sets operation builtInId
8057
+ *
8058
+ * @format datatype.uuid
6888
8059
  */
6889
8060
  builtInOperationId: string;
6890
8061
  /**
@@ -6905,6 +8076,8 @@ export declare namespace GenModels {
6905
8076
  isGenerated: boolean;
6906
8077
  /**
6907
8078
  * Gets or sets generated operation identifier
8079
+ *
8080
+ * @format datatype.uuid
6908
8081
  */
6909
8082
  generatedOperationId: string;
6910
8083
  /**
@@ -6921,6 +8094,8 @@ export declare namespace GenModels {
6921
8094
  order: number;
6922
8095
  /**
6923
8096
  * If operation is completion option, its identifier.
8097
+ *
8098
+ * @format datatype.uuid
6924
8099
  */
6925
8100
  completionOptionId?: string;
6926
8101
  /**
@@ -7053,6 +8228,8 @@ export declare namespace GenModels {
7053
8228
  content: string;
7054
8229
  /**
7055
8230
  * Gets or sets task end date
8231
+ *
8232
+ * @format datatype.datetime
7056
8233
  */
7057
8234
  endDate?: string;
7058
8235
  /**
@@ -7061,6 +8238,8 @@ export declare namespace GenModels {
7061
8238
  controller: GenModels.EmployeeModel;
7062
8239
  /**
7063
8240
  * Gets or sets task control date
8241
+ *
8242
+ * @format datatype.datetime
7064
8243
  */
7065
8244
  controlDate?: string;
7066
8245
  }
@@ -7073,6 +8252,8 @@ export declare namespace GenModels {
7073
8252
  name: string;
7074
8253
  /**
7075
8254
  * Gets or sets task group end date
8255
+ *
8256
+ * @format datatype.datetime
7076
8257
  */
7077
8258
  endDate?: string;
7078
8259
  /**
@@ -7137,6 +8318,8 @@ export declare namespace GenModels {
7137
8318
  content: string;
7138
8319
  /**
7139
8320
  * Gets or sets task end date
8321
+ *
8322
+ * @format datatype.datetime
7140
8323
  */
7141
8324
  endDate?: string;
7142
8325
  /**
@@ -7145,10 +8328,14 @@ export declare namespace GenModels {
7145
8328
  controller: GenModels.EmployeeModel;
7146
8329
  /**
7147
8330
  * Gets or sets task control date
8331
+ *
8332
+ * @format datatype.datetime
7148
8333
  */
7149
8334
  controlDate?: string;
7150
8335
  /**
7151
8336
  * Gets or sets actual end date
8337
+ *
8338
+ * @format datatype.datetime
7152
8339
  */
7153
8340
  endDateActual?: string;
7154
8341
  /**
@@ -7173,6 +8360,8 @@ export declare namespace GenModels {
7173
8360
  interface LinkModel {
7174
8361
  /**
7175
8362
  * Gets link identifier
8363
+ *
8364
+ * @format datatype.uuid
7176
8365
  */
7177
8366
  linkId: string;
7178
8367
  /**
@@ -7181,6 +8370,8 @@ export declare namespace GenModels {
7181
8370
  displayName: string;
7182
8371
  /**
7183
8372
  * Gets link type identifier
8373
+ *
8374
+ * @format datatype.uuid
7184
8375
  */
7185
8376
  linkTypeId: string;
7186
8377
  /**
@@ -7197,18 +8388,26 @@ export declare namespace GenModels {
7197
8388
  isDocument: boolean;
7198
8389
  /**
7199
8390
  * Card type identifier
8391
+ *
8392
+ * @format datatype.uuid
7200
8393
  */
7201
8394
  cardTypeId: string;
7202
8395
  /**
7203
8396
  * Card kind identifier
8397
+ *
8398
+ * @format datatype.uuid
7204
8399
  */
7205
8400
  cardKindId: string;
7206
8401
  /**
7207
8402
  * Gets linked card identifier
8403
+ *
8404
+ * @format datatype.uuid
7208
8405
  */
7209
8406
  cardId: string;
7210
8407
  /**
7211
8408
  * Gets link creation date
8409
+ *
8410
+ * @format datatype.datetime
7212
8411
  */
7213
8412
  creationDate?: string;
7214
8413
  /**
@@ -7253,6 +8452,8 @@ export declare namespace GenModels {
7253
8452
  name: string;
7254
8453
  /**
7255
8454
  * Gets or sets task end date
8455
+ *
8456
+ * @format datatype.datetime
7256
8457
  */
7257
8458
  endDate?: string;
7258
8459
  /**
@@ -7313,6 +8514,8 @@ export declare namespace GenModels {
7313
8514
  interface CompletionOption {
7314
8515
  /**
7315
8516
  * Gets or sets completion option identifier
8517
+ *
8518
+ * @format datatype.uuid
7316
8519
  */
7317
8520
  id: string;
7318
8521
  /**
@@ -7349,6 +8552,8 @@ export declare namespace GenModels {
7349
8552
  type: GenModels.CompletionParameterType;
7350
8553
  /**
7351
8554
  * Gets or sets section identifier
8555
+ *
8556
+ * @format datatype.uuid
7352
8557
  */
7353
8558
  sectionId: string;
7354
8559
  /**
@@ -7377,6 +8582,8 @@ export declare namespace GenModels {
7377
8582
  isEmpty: boolean;
7378
8583
  /**
7379
8584
  * Gets or sets parameter identifier
8585
+ *
8586
+ * @format datatype.uuid
7380
8587
  */
7381
8588
  id: string;
7382
8589
  showInCompletionDialog: boolean;
@@ -7442,6 +8649,8 @@ export declare namespace GenModels {
7442
8649
  interface UniquenessCheckOperationModel {
7443
8650
  /**
7444
8651
  * Operation id
8652
+ *
8653
+ * @format datatype.uuid
7445
8654
  */
7446
8655
  operationId: string;
7447
8656
  /**
@@ -7502,10 +8711,14 @@ export declare namespace GenModels {
7502
8711
  interface PerformersTypeDialogModel {
7503
8712
  /**
7504
8713
  * Organization restriction.
8714
+ *
8715
+ * @format datatype.uuid
7505
8716
  */
7506
8717
  selectFromOrganization?: string;
7507
8718
  /**
7508
8719
  * Group restriction.
8720
+ *
8721
+ * @format datatype.uuid
7509
8722
  */
7510
8723
  selectFromGroup?: string;
7511
8724
  /**
@@ -7578,10 +8791,14 @@ export declare namespace GenModels {
7578
8791
  delegatedTo: Array<GenModels.EmployeeModel>;
7579
8792
  /**
7580
8793
  * Gets or set delegate date
8794
+ *
8795
+ * @format datatype.datetime
7581
8796
  */
7582
8797
  delegateDate: string;
7583
8798
  /**
7584
8799
  * Gets or set return from delegation date
8800
+ *
8801
+ * @format datatype.datetime
7585
8802
  */
7586
8803
  returnFromDelegationDate?: string;
7587
8804
  /**
@@ -7598,6 +8815,8 @@ export declare namespace GenModels {
7598
8815
  interface EmployeeModel {
7599
8816
  /**
7600
8817
  * Gets or sets employee identifier
8818
+ *
8819
+ * @format datatype.uuid
7601
8820
  */
7602
8821
  employeeId: string;
7603
8822
  /**
@@ -7646,6 +8865,8 @@ export declare namespace GenModels {
7646
8865
  interface UnitModel {
7647
8866
  /**
7648
8867
  * Get unit identifier
8868
+ *
8869
+ * @format datatype.uuid
7649
8870
  */
7650
8871
  unitId: string;
7651
8872
  /**
@@ -7658,6 +8879,8 @@ export declare namespace GenModels {
7658
8879
  interface CompletionOptionModel {
7659
8880
  /**
7660
8881
  * Gets or sets completion option identifier
8882
+ *
8883
+ * @format datatype.uuid
7661
8884
  */
7662
8885
  id: string;
7663
8886
  /**
@@ -7722,10 +8945,14 @@ export declare namespace GenModels {
7722
8945
  isResponsible: boolean;
7723
8946
  /**
7724
8947
  * Task start date
8948
+ *
8949
+ * @format datatype.datetime
7725
8950
  */
7726
8951
  startDate?: string;
7727
8952
  /**
7728
8953
  * Task end date.
8954
+ *
8955
+ * @format datatype.datetime
7729
8956
  */
7730
8957
  endDate?: string;
7731
8958
  /**
@@ -7776,10 +9003,14 @@ export declare namespace GenModels {
7776
9003
  interface SearchItemModel {
7777
9004
  /**
7778
9005
  * Search item id, specific for directory
9006
+ *
9007
+ * @format datatype.uuid
7779
9008
  */
7780
9009
  id: string;
7781
9010
  /**
7782
9011
  * Search item card id
9012
+ *
9013
+ * @format datatype.uuid
7783
9014
  */
7784
9015
  cardId: string;
7785
9016
  /**
@@ -7851,6 +9082,44 @@ export declare namespace GenModels {
7851
9082
  EveryWhere = 3
7852
9083
  }
7853
9084
  }
9085
+ export declare namespace GenModels {
9086
+ /**
9087
+ * Filter operation
9088
+ */
9089
+ enum FilterOperation {
9090
+ /**
9091
+ * Default
9092
+ */
9093
+ Default = 0,
9094
+ /**
9095
+ * Contains
9096
+ */
9097
+ Contains = 1,
9098
+ /**
9099
+ * Equals
9100
+ */
9101
+ Equals = 2
9102
+ }
9103
+ }
9104
+ export declare namespace GenModels {
9105
+ /**
9106
+ * Filter Mode
9107
+ */
9108
+ enum FilterMode {
9109
+ /**
9110
+ * Default
9111
+ */
9112
+ Default = 0,
9113
+ /**
9114
+ * Date List
9115
+ */
9116
+ DateList = 1,
9117
+ /**
9118
+ * Date Calendar
9119
+ */
9120
+ DateCalendar = 2
9121
+ }
9122
+ }
7854
9123
  export declare namespace GenModels {
7855
9124
  /**
7856
9125
  * Defines grid view mode
@@ -7866,6 +9135,25 @@ export declare namespace GenModels {
7866
9135
  Wrap = 1
7867
9136
  }
7868
9137
  }
9138
+ export declare namespace GenModels {
9139
+ /**
9140
+ * Table presentation mode
9141
+ */
9142
+ enum TablePresentation {
9143
+ /**
9144
+ * Depends on device
9145
+ */
9146
+ Default = 0,
9147
+ /**
9148
+ * Classic table view
9149
+ */
9150
+ GridView = 1,
9151
+ /**
9152
+ * List view
9153
+ */
9154
+ ListView = 2
9155
+ }
9156
+ }
7869
9157
  export declare namespace GenModels {
7870
9158
  /**
7871
9159
  * Type of directory value
@@ -8447,6 +9735,21 @@ export declare namespace GenModels {
8447
9735
  Create = 2
8448
9736
  }
8449
9737
  }
9738
+ export declare namespace GenModels {
9739
+ /**
9740
+ * Special folder variants from control FolderDataContext
9741
+ */
9742
+ enum SystemFolders {
9743
+ /**
9744
+ * Recent user cards
9745
+ */
9746
+ RecentCards = 0,
9747
+ /**
9748
+ * Search results
9749
+ */
9750
+ SearchResults = 1
9751
+ }
9752
+ }
8450
9753
  export declare namespace GenModels {
8451
9754
  /**
8452
9755
  * Javascript log message level.
@@ -9158,7 +10461,7 @@ export declare namespace GenModels {
9158
10461
  }
9159
10462
  export declare namespace GenModels {
9160
10463
  /**
9161
- * Save scanned image fomat
10464
+ * Save scanned image format
9162
10465
  */
9163
10466
  enum ScannedImageFormat {
9164
10467
  /**
@@ -9820,21 +11123,6 @@ export declare namespace GenModels {
9820
11123
  CardState = 17
9821
11124
  }
9822
11125
  }
9823
- export declare namespace GenModels {
9824
- /**
9825
- * Special folder variants from control FolderDataContext
9826
- */
9827
- enum SystemFolders {
9828
- /**
9829
- * Recent user cards
9830
- */
9831
- RecentCards = 0,
9832
- /**
9833
- * Search results
9834
- */
9835
- SearchResults = 1
9836
- }
9837
- }
9838
11126
  export declare namespace GenModels {
9839
11127
  /**
9840
11128
  * Data source variants from control FolderDataContext